body {
  font-size: 24px;
  color: #000;
}
.shade {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}
.img {
  font-size: 0;
}
.g-hd {
  padding: 70px 0 40px;
  text-align: center;
  font-size: 34px;
  color: #000;
}
.g-hd .desc {
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
}
.g-hd .line {
  margin: 15px auto 0;
  width: 57px;
  height: 3px;
  background-color: #a0a0a0;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.banner .bd img {
  width: 100%;
}
.banner .bd .swiper-pagination {
  bottom: 15px;
}
.banner .bd .swiper-pagination span {
  position: relative;
  width: 38px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}
.banner .bd .swiper-pagination span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  background: #fff;
}
.banner .bd .swiper-pagination span.swiper-pagination-bullet-active::before {
  width: 100%;
  -webkit-transition: width 3s;
  transition: width 3s;
}
.business-box .bd .tab ul {
  text-align: center;
}
.business-box .bd .tab ul li {
  display: inline-block;
  margin-right: 90px;
}
.business-box .bd .tab ul li.on .line,
.business-box .bd .tab ul li:hover .line {
  background-color: #616161;
}
.business-box .bd .tab ul li a {
  color: #000;
  display: block;
}
.business-box .bd .tab ul li:last-child {
  margin: 0;
}
.business-box .bd .tab ul li .line {
  margin: 18px auto 0;
  width: 55px;
  height: 3px;
  background: #e0e0e0;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.business-box .bd .content-box {
  margin-top: 34px;
}
.business-box .bd .content-box .item {
  position: relative;
}
.business-box .bd .content-box .item .bg img {
  width: 100%;
}
.business-box .bd .content-box .item .txt {
  position: absolute;
  top: 110px;
  right: 90px;
  text-align: right;
  color: #fff;
}
.business-box .bd .content-box .item .txt h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
.business-box .bd .content-box .item .txt h4 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 100;
}
.business-box .bd .content-box .item .txt p {
  font-size: 20px;
  line-height: 35px;
}
.business-box .bd .content-box .item .txt a {
  margin-top: 70px;
  text-align: right;
  display: inline-block;
  width: 100px;
  line-height: 32px;
  border-radius: 13px;
  border: solid 1px #ffffff;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.business-box .bd .content-box .item .txt a:hover {
  color: #0d7fef;
  background-color: #fff;
}
.product-box .bd .tab ul {
  white-space: nowrap;
  overflow: hidden;
}
.product-box .bd .tab ul li {
  display: inline-block;
  line-height: 37px;
  font-size: 20px;
  text-align: center;
}
.product-box .bd .tab ul li.on {
  background: #c2c2c3;
}
.product-box .bd .tab ul li.on a {
  color: #fff;
}
.product-box .bd .content-box {
  margin-top: 33px;
}
.product-box .bd .content-box .item ul {
  overflow: hidden;
}
.product-box .bd .content-box .item ul li {
  float: left;
  width: 32.5%;
  margin-right: 1%;
}
.product-box .bd .content-box .item ul li:hover .txt .tit h3 {
  color: #0d7fef;
}
.product-box .bd .content-box .item ul li:last-child {
  margin-right: 0;
}
.product-box .bd .content-box .item ul li .bg {
  position: relative;
  font-size: 0;
}
.product-box .bd .content-box .item ul li .bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.product-box .bd .content-box .item ul li .bg img {
  position: relative;
  z-index: 3;
}
.product-box .bd .content-box .item ul li .txt {
  width: 100%;
  color: #000;
  text-align: center;
}
.product-box .bd .content-box .item ul li .txt .tit h3 {
  font-size: 34px;
  color: #000;
}
.product-box .bd .content-box .item ul li .txt .tit h4 {
  margin: 15px 0 20px;
  font-size: 20px;
  letter-spacing: 2px;
}
.product-box .bd .content-box .item ul li .txt .desc {
  font-size: 18px;
}
.product-box .bd .content-box .item ul li .txt .btn {
  margin-top: 20px;
}
.product-box .bd .content-box .item ul li .txt .btn a {
  display: inline-block;
  width: 119px;
  line-height: 28px;
  border-radius: 14px;
  border: solid 1px #ffffff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-box .bd .content-box .item ul li .txt .btn a:hover {
  background: #fff;
  color: #0d80ed;
}
.experience-box .bd {
  padding-bottom: 20px;
}
.experience-box .bd ul li {
  cursor: pointer;
}
.experience-box .bd ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.experience-box .bd ul li:hover .tit {
  color: #0d80ed;
}
.experience-box .bd ul li .bg {
  position: relative;
  height: 235px;
  overflow: hidden;
}
.experience-box .bd ul li .bg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(../png/icon_01.png) no-repeat center;
  background-size: cover;
  z-index: 2;
}
.experience-box .bd ul li .bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.experience-box .bd ul li .bg img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.experience-box .bd ul li .tit {
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  color: #666;
}
.experience-box .bd .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 4px;
  overflow: hidden;
}
.experience-box .bd .swiper-pagination span {
  background-color: #7d7d7d;
}
.bg img {
  width: 100%;
}
.aboutus-box {
  margin: 64px 0 0;
  position: relative;
}
.aboutus-box .txt {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  padding: 180px 0 0 110px;
}
.aboutus-box .txt .tit {
  font-size: 36px;
  font-weight: bold;
}
.aboutus-box .txt .desc {
  margin-top: 45px;
  width: 510px;
  font-size: 20px;
  font-weight: 100;
}
.aboutus-box .txt .btn {
  margin-top: 110px;
}
.aboutus-box .txt .btn a {
  display: block;
  width: 101px;
  line-height: 31px;
  border-radius: 13px;
  border: solid 1px #ffffff;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.news-box .bd .news-box-list li {
  padding: 24px 20px;
  background-color: #eeedf2;
  border: solid 1px #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
}
.news-box .bd .news-box-list li:last-child {
  margin-bottom: 0;
}
.news-box .bd .news-box-list li .img {
  float: left;
  width: 254px;
}
.news-box .bd .news-box-list li .img img {
  width: 100%;
  height: 185px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(57, 57, 57, 0.44);
          box-shadow: 0px 2px 6px 0px rgba(57, 57, 57, 0.44);
  border-radius: 10px;
}
.news-box .bd .news-box-list li .content {
  position: relative;
}
.news-box .bd .news-box-list li .txt {
  padding: 0 180px 0 285px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-box .bd .news-box-list li .txt .tit {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.news-box .bd .news-box-list li .txt .desc {
  font-size: 18px;
  line-height: 24px;
  color: #090909;
}
.news-box .bd .news-box-list li .right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px 0 40px;
  border-left: solid 1px #bfbfbf;
  color: #000;
}
.news-box .bd .news-box-list li .right .time .t1 {
  font-size: 28px;
  font-weight: bold;
}
.news-box .bd .news-box-list li .right .time .t2 {
  font-size: 20px;
}
.news-box .bd .news-box-list li .right .more {
  margin-top: 65px;
  padding-bottom: 22px;
}
.news-box .bd .news-box-list li .right .more span {
  display: block;
  width: 83px;
  line-height: 25px;
  border-radius: 13px;
  border: solid 1px #313131;
  text-align: center;
  font-size: 14px;
  color: #272727;
}
.news-box .bd .news-box-contet {
  padding: 25px 0 90px;
}
.news-box .bd .news-box-contet .bg img {
  width: 100%;
}
.news-box .bd .news-box-contet .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-box .bd .news-box-contet .list a {
  display: table;
  width: 100%;
  height: 150px;
  background: #eeeff0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: center;
}
.news-box .bd .news-box-contet .list a:hover .t1 {
  color: #0d7fef;
}
.news-box .bd .news-box-contet .list a .box {
  display: table-cell;
  vertical-align: middle;
}
.news-box .bd .news-box-contet .list a .t1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.news-box .bd .news-box-contet .list a .t2 {
  font-size: 12px;
}
.news-box .bd .news-box-contet .list .line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1px;
  height: 150px;
  background: #d2d2d2;
}
.small-banner .bd a {
  display: block;
}
.small-banner .bd img {
  width: 100%;
}
.product-series .bd {
  padding: 40px 0;
  position: relative;
}
.product-series .bd .swiper-button-prev {
  left: -60px;
}
.product-series .bd .swiper-button-next {
  right: -60px;
}
.product-series .bd .swiper-pagination {
  text-align: center;
  width: 100%;
}
.product-series .bd .swiper-pagination span {
  display: inline-block;
  margin: 0 10px;
  width: 41px;
  height: 5px;
  background-color: #797979;
  border-radius: 3px;
}
.product-series .bd li {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-series .bd li:hover {
  background: #00a5ff;
}
.product-series .bd li:hover .img {
  border-color: #fff;
}
.product-series .bd li:hover .img .img-w {
  display: none;
}
.product-series .bd li:hover .img .img-s {
  display: block;
}
.product-series .bd li:hover .txt {
  color: #fff;
}
.product-series .bd li .img {
  position: relative;
  height: 235px;
  text-align: center;
  border-bottom: 1px solid #838383;
}
.product-series .bd li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-series .bd li .img .img-s {
  display: none;
}
.product-series .bd li .txt {
  display: table;
  width: 100%;
  height: 180px;
  color: #595554;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-series .bd li .txt .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-series .bd li .txt .box .t1 {
  margin-bottom: 20px;
  font-size: 26px;
}
.product-series .bd li .txt .box .t2 {
  font-size: 18px;
}
.product-list {
  padding: 20px 0;
  background: #f1f1f1;
}
.product-list .bd ul {
  overflow: hidden;
}
.product-list .bd ul li {
  position: relative;
  float: left;
  width: 49%;
  padding: 70px 0 0 40px;
  height: 310px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2% 2% 0;
  background: #fff;
}
.product-list .bd ul li:nth-child(2n) {
  margin-right: 0;
}
.product-list .bd ul li .img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-list .bd ul li .txt {
  width: 61%;
}
.product-list .bd ul li .txt .t1 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #040001;
}
.product-list .bd ul li .txt .t2 {
  font-size: 20px;
  color: #595554;
}
.product-list .bd ul li .txt span {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: block;
  width: 108px;
  line-height: 36px;
  font-size: 20px;
  border-radius: 10px;
  border: solid 1px #797979;
  text-align: center;
  color: #595554;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-list .bd ul li:hover .txt span {
  background: #595554;
  color: #fff;
  border-color: #595554;
}
.pages {
  padding: 50px 0 40px;
  text-align: center;
}
.pages a {
  margin-right: 15px;
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
  color: #2f2f2f;
  vertical-align: middle;
}
.pages a:hover {
  color: #00a5ff;
}
.pages a:last-child {
  margin-right: 0;
}
.pages .prev,
.pages .next {
  width: 23px;
  height: 36px;
}
.pages .prev {
  background: url(../png/prev_02.png) no-repeat center;
  background-size: 23px 25px;
}
.pages .next {
  background: url(../png/next_02.png) no-repeat center;
  background-size: 23px 25px;
}
.product-banner {
  position: relative;
}
.product-banner .txt {
  position: absolute;
  top: 50%;
  left: 20%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-banner .txt .tit {
  margin-bottom: 40px;
}
.product-banner .txt .tit .t1 {
  font-weight: 100;
  margin-bottom: 10px;
  font-size: 30px;
}
.product-banner .txt .tit .t2 {
  font-size: 50px;
  font-weight: bold;
}
.product-banner .txt .desc {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.product-banner .txt .desc p {
  margin-bottom: 5px;
  font-weight: 100;
}
.basic-pamt .bd {
  padding: 10% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basic-pamt .bd .txt {
  color: #333333;
}
.basic-pamt .bd .txt .tit {
  margin-bottom: 40px;
  font-size: 36px;
  letter-spacing: 4px;
}
.basic-pamt .bd .txt .desc p {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 10px;
}
.basic-pamt .bd .txt .desc p:last-child {
  margin-bottom: 0;
}
.product-describe .bd {
  background: #f3f3f3;
  padding: 10% 0 5%;
  text-align: center;
}
.product-describe .bd .tit {
  margin-bottom: 5%;
  font-size: 36px;
}
.product-describe .bd .desc {
  font-weight: 100;
  font-size: 28px;
}
.product-describe .bd .desc p {
  margin-bottom: 10px;
}
.product-fun {
  padding: 5% 0 0;
}
.product-fun .bd ul {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-fun .bd ul li {
  float: left;
  margin: 0 168px 90px 0;
  width: 168px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-fun .bd ul li:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.product-fun .bd ul li:nth-child(3n) {
  margin-right: 0;
}
.product-fun .bd ul li p {
  margin-top: 35px;
  font-size: 28px;
  color: #333;
}
.slogan {
  margin-bottom: 80px;
  position: relative;
}
.slogan .bg img {
  width: 100%;
}
.slogan .txt {
  position: absolute;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #333;
  text-align: center;
}
.slogan .txt .tit {
  margin-bottom: 60px;
  font-size: 36px;
}
.slogan .txt .desc {
  font-size: 28px;
}
.slogan .txt .desc p {
  margin-bottom: 15px;
  font-weight: 100;
}
.tab-nav {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
.tab-nav ul {
  overflow: hidden;
}
.tab-nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 70px;
}
.tab-nav ul li a {
  font-size: 20px;
  color: #666666;
}
.tab-nav ul li.on a,
.tab-nav ul li:hover a {
  color: #00a5ff;
}
.enterprise-box .bd .enterprise-desc {
  color: #2f2f2f;
  text-align: center;
}
.enterprise-box .bd .enterprise-desc .tit {
  padding: 30px 0;
  font-size: 32px;
}
.enterprise-box .bd .enterprise-desc .desc {
  font-size: 24px;
  line-height: 38px;
  text-indent: 2em;
  text-align: left;
}
.enterprise-box .bd .enterprise-list {
  margin-top: 40px;
}
.enterprise-box .bd .enterprise-list ul li {
  margin-bottom: 13px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(57, 57, 57, 0.38);
          box-shadow: 0px 4px 6px 0px rgba(57, 57, 57, 0.38);
  overflow: hidden;
  height: 370px;
}
.enterprise-box .bd .enterprise-list ul li:last-child {
  margin-bottom: 0;
}
.enterprise-box .bd .enterprise-list ul li:nth-child(2n) .img {
  float: right;
}
.enterprise-box .bd .enterprise-list ul li:nth-child(2n) .txt {
  float: left;
}
.enterprise-box .bd .enterprise-list ul li .img {
  float: left;
  width: 50%;
  height: 100%;
}
.enterprise-box .bd .enterprise-list ul li .img img {
  width: 100%;
  height: 100%;
}
.enterprise-box .bd .enterprise-list ul li .txt {
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  float: right;
  width: 50%;
  height: 100%;
}
.enterprise-box .bd .enterprise-list ul li .txt .box {
  display: table-cell;
  vertical-align: middle;
}
.enterprise-box .bd .enterprise-list ul li .txt .tit {
  margin-bottom: 35px;
  color: #2f2f2f;
  font-size: 24px;
  text-align: center;
}
.enterprise-box .bd .enterprise-list ul li .txt .tit p {
  margin-bottom: 10px;
}
.enterprise-box .bd .enterprise-list ul li .txt .tit p:last-child {
  margin-bottom: 0;
}
.enterprise-box .bd .enterprise-list ul li .txt .desc {
  font-size: 16px;
  line-height: 38px;
}
.evolution-box .bd .evolution-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.evolution-box .bd .evolution-desc .img {
  margin-top: 100px;
}
.evolution-box .bd .evolution-desc .txt {
  width: 490px;
}
.evolution-box .bd .evolution-desc .txt .tit {
  padding: 25px 0 30px;
  font-size: 34px;
}
.evolution-box .bd .evolution-desc .txt .desc {
  text-align: justify;
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.evolution-box .bd .evolution-course {
  margin: 10% 0;
}
.evolution-box .bd .evolution-course .tit {
  margin-bottom: 25px;
  font-size: 34px;
  text-align: center;
  color: #333;
}
.evolution-box .bd .evolution-course .tab {
  position: relative;
}
.evolution-box .bd .evolution-course .tab::before {
  content: '';
  position: absolute;
  top: 83%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #959595;
}
.evolution-box .bd .evolution-course .tab ul li {
  position: relative;
  z-index: 9;
  text-align: center;
}
.evolution-box .bd .evolution-course .tab ul li.swiper-slide-thumb-active P {
  font-size: 34px;
  font-weight: bold;
}
.evolution-box .bd .evolution-course .tab ul li p {
  padding-bottom: 35px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.evolution-box .bd .evolution-course .tab ul li span {
  position: absolute;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #a0a0a0;
  border-radius: 50%;
}
.evolution-box .bd .evolution-course .content {
  position: relative;
  padding: 6% 12%;
}
.evolution-box .bd .evolution-course .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evolution-box .bd .evolution-course .content li .img {
  width: 255px;
}
.evolution-box .bd .evolution-course .content li .img img {
  width: 100%;
}
.evolution-box .bd .evolution-course .content li .txt {
  width: 660px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.big-banner {
  position: relative;
}
.big-banner .bg img {
  width: 100%;
}
.big-banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.enterprise-introduction .bd .tit {
  padding: 40px 0;
  font-size: 34px;
  color: #333;
  text-align: center;
}
.enterprise-introduction .bd .section .txt {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 2px;
  text-align: justify;
}
.enterprise-introduction .bd .section .txt p {
  text-indent: 2em;
}
.enterprise-introduction .bd .section1 {
  margin-bottom: 45px;
  overflow: hidden;
}
.enterprise-introduction .bd .section1 .img {
  float: right;
}
.enterprise-introduction .bd .section1 .txt {
  float: left;
  width: 61%;
}
.enterprise-introduction .bd .section2 {
  margin-bottom: 40px;
}
.enterprise-introduction .bd .section2 .img {
  margin-bottom: 50px;
}
.enterprise-introduction .bd .section2 .img img {
  width: 100%;
}
.enterprise-introduction .bd .photograph-desc {
  margin-bottom: 40px;
}
.enterprise-introduction .bd .photograph-desc ul {
  overflow: hidden;
}
.enterprise-introduction .bd .photograph-desc ul li {
  float: left;
  width: 180px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.enterprise-introduction .bd .photograph-desc ul li.active {
  width: 40%;
}
.enterprise-introduction .bd .photograph-desc ul li.active .img::before {
  opacity: 0;
}
.enterprise-introduction .bd .photograph-desc ul li.active .txt {
  background: #00a5ff;
}
.enterprise-introduction .bd .photograph-desc ul li .img {
  position: relative;
}
.enterprise-introduction .bd .photograph-desc ul li .img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.enterprise-introduction .bd .photograph-desc ul li .txt {
  line-height: 47px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #dadada;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.photograph-list {
  margin-bottom: 70px;
}
.photograph-list .bd ul {
  overflow: hidden;
}
.photograph-list .bd ul li {
  float: left;
  width: 20%;
  position: relative;
}
.photograph-list .bd ul li:hover p {
  background: rgba(8, 28, 61, 0.9);
}
.photograph-list .bd ul li a {
  display: block;
}
.photograph-list .bd ul li img {
  width: 100%;
}
.photograph-list .bd ul li p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(204, 204, 204, 0.9);
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
}
.enterprise-honor .bd .desc {
  padding: 50px 0 0 ;
  font-size: 20px;
  line-height: 36px;
  color: #2f2f2f;
}
.enterprise-honor .bd .desc p {
  text-indent: 2em;
}
.enterprise-honor .bd .honor {
  padding: 0 0 70px;
  margin-top: 40px;
  background-color: #f5f3f2;
}
.enterprise-honor .bd .honor .tit {
  padding: 40px 0 30px;
  text-align: center;
  color: #2f2f2f;
}
.enterprise-honor .bd .honor .tit .t1 {
  margin-bottom: 10px;
  font-size: 34px;
}
.enterprise-honor .bd .honor .tit .t2 {
  font-size: 24px;
}
.enterprise-honor .bd .honor .list .slide1 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.enterprise-honor .bd .honor .list .slide2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enterprise-honor .bd .honor .list .slide2 ul li {
  margin-bottom: 70px;
}
.g-position {
  position: relative;
}
.g-position img {
  width: 100%;
}
.g-position .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.g-tit {
  color: #333;
  text-align: center;
}
.g-tit .t1 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
}
.g-tit .t2 {
  font-size: 28px;
}
.samll-banner .txt {
  text-align: center;
}
.samll-banner .txt .t1 {
  margin-bottom: 50px;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 1px;
}
.samll-banner .txt .t2 {
  font-size: 26px;
}
.samll-banner .txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.samll-banner .txt2 .img img {
  width: auto;
}
.samll-banner .txt2 .t1 {
  margin-bottom: 50px;
  font-size: 70px;
  letter-spacing: 1px;
}
.samll-banner .txt2 .hr {
  margin: 0 auto;
  width: 115px;
  height: 4px;
  background-color: #ffffff;
}
.samll-banner .txt2 .desc {
  margin: 65px auto 0;
  width: 585px;
  line-height: 40px;
  font-size: 26px;
  font-weight: 100;
}
.samll-banner .txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.samll-banner .txt3 .tit {
  margin-bottom: 50px;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 1px;
}
.samll-banner .txt3 .desc {
  font-size: 26px;
}
.samll-banner .txt3 .desc p {
  margin-bottom: 10px;
}
.system-box .txt .tit {
  margin-bottom: 120px;
  text-align: center;
  font-weight: bold;
}
.system-box .txt .desc {
  font-size: 24px;
  line-height: 40px;
  color: #666666;
  width: 690px;
  text-align: justify;
}
.app-box .tit {
  padding: 40px 0;
}
.app-box .bd {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app-box .bd .tab {
  float: left;
  width: 270px;
}
.app-box .bd .tab li {
  display: table;
  width: 100%;
  height: 128px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #787776;
}
.app-box .bd .tab li.on a {
  background: url(../png/icon_06s.png) no-repeat 80% center;
  background-color: #F1F1F1;
  color: #00a5fe;
}
.app-box .bd .tab li a {
  font-weight: bold;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  background: url(../png/icon_06.png) no-repeat 80% center;
}
.app-box .bd .content {
  float: left;
  width: 80%;
}
.app-box .bd .content img {
  width: 1336px;
  height: 768px;
}
.scheme-box .tit {
  padding: 50px 0;
  font-weight: bold;
}
.scheme-box .bd img {
  width: 100%;
}
.system-box2 .tit {
  padding: 50px 0;
}
.system-box2 .bd .txt .desc {
  width: 680px;
}
.family-section {
  position: relative;
}
.family-section::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.7);
}
.family-section .txt {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.family-section .txt p {
  margin-bottom: 35px;
  text-indent: 2em;
  font-size: 20px;
  line-height: 38px;
  color: #1e1b1e;
}
.family-section .txt p:last-child {
  margin-bottom: 0;
}
.family-advantage {
  padding-bottom: 140px;
  position: relative;
  z-index: 2;
  background: url(../jpg/bg_04.jpg) no-repeat center;
  background-size: cover;
}
.family-advantage .family-advantage-item {
  position: relative;
  top: -150px;
}
.family-advantage .family-advantage-item .hd {
  margin-bottom: 65px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.family-advantage .family-advantage-item .bd ul {
  overflow: hidden;
}
.family-advantage .family-advantage-item .bd ul li {
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 25%;
  overflow: hidden;
}
.family-advantage .family-advantage-item .bd ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.family-advantage .family-advantage-item .bd ul li .bg img {
  width: 100%;
}
.family-advantage .family-advantage-item .bd ul li:hover::before {
  background: rgba(64, 185, 251, 0.75);
}
.family-advantage .family-advantage-item .bd ul li:hover .mark .tip {
  top: 44px;
}
.family-advantage .family-advantage-item .bd ul li:hover .mark .desc {
  top: 195px;
}
.family-advantage .family-advantage-item .bd ul li .mark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  color: #fff;
}
.family-advantage .family-advantage-item .bd ul li .mark .tip {
  position: absolute;
  top: 94px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.family-advantage .family-advantage-item .bd ul li .mark .tit {
  margin: 25px 0;
}
.family-advantage .family-advantage-item .bd ul li .mark .desc {
  position: relative;
  top: 360px;
  padding: 0 50px;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.family-advantage .family-system {
  margin-top: -75px;
}
.family-advantage .family-system .hd {
  text-align: center;
}
.family-advantage .family-system .hd h3 {
  margin-bottom: 30px;
  font-size: 28px;
}
.family-advantage .family-system .hd p {
  font-size: 24px;
  color: #666;
}
.family-advantage .family-system .bd {
  margin-top: 54px;
}
.family-advantage .family-system .bd ul {
  position: relative;
}
.family-advantage .family-system .bd ul::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  width: 115%;
  border-top: 1px dashed #00a5ff;
}
.family-advantage .family-system .bd ul li {
  margin-right: 53px;
  float: left;
  position: relative;
  display: table;
  width: 126px;
  height: 126px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.family-advantage .family-system .bd ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.family-advantage .family-system .bd ul li:last-child {
  margin-right: 0;
}
.family-advantage .family-system .bd ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px dashed #00a5ff;
}
.family-advantage .family-system .bd ul li .txt {
  padding: 4px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #00a5ff;
  border-radius: 50%;
}
.family-kernel {
  padding-bottom: 80px;
}
.family-kernel .hd {
  text-align: center;
  font-size: 24px;
  color: #878583;
}
.family-kernel .hd h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.family-kernel .bd {
  margin-top: 40px;
}
.family-kernel .bd ul {
  overflow: hidden;
}
.family-kernel .bd ul li {
  position: relative;
  float: left;
  width: 33.33%;
  height: 875px;
}
.family-kernel .bd ul li:hover .txt {
  background: #00a5ff;
}
.family-kernel .bd ul li:nth-child(2) .txt {
  top: 0;
  bottom: auto;
}
.family-kernel .bd ul li .img {
  width: 100%;
  height: 100%;
}
.family-kernel .bd ul li .img img {
  width: 100%;
  height: 100%;
}
.family-kernel .bd ul li .txt {
  padding: 20px 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #2d3137;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.family-kernel .bd ul li .txt .t1 {
  font-size: 36px;
}
.family-kernel .bd ul li .txt .hr {
  margin: 20px auto;
  width: 24px;
  height: 5px;
  background: #fff;
}
.family-kernel .bd ul li .txt .t2 {
  font-size: 24px;
  font-weight: 100;
}
.family-introduce {
  padding-bottom: 70px;
  background: url(../jpg/bg_05.jpg) no-repeat top;
}
.family-introduce .hd {
  padding: 85px 0 70px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.family-introduce .bd ul li {
  float: left;
  padding: 70px 70px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2% 1% 0;
  background: #fff;
  height: 365px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  width: 49%;
}
.family-introduce .bd ul li:nth-child(2n) {
  margin-right: 0;
}
.family-introduce .bd ul li .t1 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}
.family-introduce .bd ul li p {
  font-size: 24px;
  text-align: justify;
  color: #666666;
  font-weight: 100;
}
.big-small .bg {
  position: relative;
}
.big-small .bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.big-small .txt {
  text-align: center;
  font-size: 72px;
}
.main-box {
  padding-bottom: 60px;
}
.main-box .section-one {
  padding: 50px 0 ;
}
.main-box .section-one .hd {
  text-align: center;
  font-size: 34px;
  color: #000;
}
.main-box .section-one .bd {
  margin-top: 30px;
}
.main-box .section-one .bd img {
  width: 100%;
}
.main-box .section-one .bd .swiper-button-prev,
.main-box .section-one .bd .swiper-button-next {
  margin-top: -50px;
  width: 50px;
  height: 100px;
  background-size: cover;
}
.main-box .section-one .bd .swiper-button-prev {
  background-image: url(../png/prev_03.png);
}
.main-box .section-one .bd .swiper-button-next {
  background-image: url(../png/next_04.png);
}
.main-box .section-one .bd .swiper-button-prev {
  left: 40px;
}
.main-box .section-one .bd .swiper-button-next {
  right: 40px;
}
.main-box .section-two {
  margin-bottom: 6%;
}
.main-box .section-two img {
  width: 100%;
}
.main-box .section-two .txt {
  padding: 18px 0;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.main-box .section-three ul li {
  margin: 0 5% 3% 0;
  float: left;
  width: 30%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.main-box .section-three ul li:nth-child(3n) {
  margin-right: 0;
}
.main-box .section-three ul li img {
  width: 100%;
}
.main-box .section-three ul li .txt {
  padding: 10px 0 20px 20px;
  color: #333;
}
.main-box .section-three ul li .txt .tit {
  margin-bottom: 10px;
  font-size: 24px;
}
.main-box .section-three ul li .txt .desc {
  font-size: 18px;
  line-height: 26px;
}
.join-banner .bg img {
  width: 100%;
}
.join-banner .txt {
  width: 100%;
  text-align: center;
}
.join-banner .txt .tit {
  margin-bottom: 30px;
  font-size: 72px;
}
.join-banner .txt .desc .t1 {
  font-size: 48px;
}
.join-banner .txt .desc .t1 span {
  color: #00a5ff;
}
.join-banner .txt .desc .t2 {
  margin: 30px 0;
  font-size: 32px;
  color: #c1c1c1;
}
.join-banner .txt .desc .t3 {
  font-size: 32px;
  color: #c1c1c1;
  letter-spacing: 3px;
}
.join-banner .txt .desc .t3 ul li {
  margin-right: 20px;
  display: inline-block;
}
.join-banner .txt .desc .t3 ul li:last-child {
  margin-right: 0;
}
.join-banner .txt .desc .t3 ul li i,
.join-banner .txt .desc .t3 ul li span {
  display: inline-block;
  vertical-align: middle;
}
.join-banner .txt .desc .t3 ul li i {
  margin-right: 10px;
  width: 31px;
  height: 31px;
  background: url(../png/icon_16.png) no-repeat center;
  background-size: cover;
}
.join-banner .txt .desc .btn {
  margin-top: 5%;
}
.join-banner .txt .desc .btn a {
  margin: 0 auto;
  display: block;
  width: 176px;
  line-height: 56px;
  border-radius: 17px;
  border: solid 2px #00a5ff;
  text-align: ceenter;
  font-size: 30px;
  color: #00a5ff;
  letter-spacing: 3px;
}
.join-advantage {
  padding-bottom: 45px;
}
.join-advantage .hd {
  padding: 50px 0 40px;
  text-align: center;
}
.join-advantage .hd h3 {
  margin-bottom: 15px;
  font-size: 34px;
}
.join-advantage .hd p {
  font-size: 26px;
}
.join-advantage .bd ul {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 24px 0px rgba(3, 0, 0, 0.11);
          box-shadow: 0px 5px 24px 0px rgba(3, 0, 0, 0.11);
}
.join-advantage .bd ul li {
  position: relative;
  padding: 25px 0 30px;
  float: left;
  width: 16.66%;
  text-align: center;
}
.join-advantage .bd ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 56px;
  background: #f1f1f1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.join-advantage .bd ul li:last-child::before {
  display: none;
}
.join-advantage .bd ul li .img {
  margin-bottom: 35px;
}
.join-advantage .bd ul li .txt {
  font-size: 22px;
  color: #333;
}
.join-desc {
  padding: 50px 0;
  background-color: #eeeded;
}
.join-desc .t1 {
  margin-bottom: 20px;
  font-size: 28px;
}
.join-desc .t2 {
  text-indent: 2em;
  font-size: 20px;
  line-height: 38px;
}
.join-desc .top {
  overflow: hidden;
}
.join-desc .top .txt {
  margin-top: 20px;
  float: left;
  width: 55%;
}
.join-desc .top .img {
  float: right;
}
.join-product {
  padding: 50px 0 35px;
}
.join-product .list {
  margin-bottom: 50px;
}
.join-product .list ul {
  overflow: hidden;
  margin: 0 -8px -20px 0;
}
.join-product .list ul li {
  margin: 0 8px 20px 0;
  float: left;
  width: 233px;
  background: url(../jpg/img_63.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.join-product .list ul li:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.join-product .list ul li .img {
  position: relative;
  height: 248px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.join-product .list ul li .img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.join-product .list ul li .txt {
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #fff;
  background: #0079c3;
  line-height: 52px;
  text-align: center;
}
.join-product .desc .tit {
  margin-bottom: 30px;
}
.join-product .desc .txt {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 38px;
  text-indent: 2em;
}
.join-product .desc .img {
  text-align: center;
}
.join-publicity {
  padding: 45px 0;
  background-color: #eeeded;
}
.join-publicity .txt {
  color: #333;
}
.join-publicity .txt .tit {
  margin-bottom: 30px;
  font-size: 28px;
}
.join-publicity .txt .desc {
  font-size: 20px;
  line-height: 38px;
  text-indent: 2em;
}
.join-publicity .top {
  margin-bottom: 50px;
}
.join-publicity .list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-publicity .list li:last-child {
  margin-bottom: 0;
}
.join-publicity .list li .txt {
  float: left;
  width: 64%;
}
.join-publicity .list li .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: right;
}
.join-visualize {
  padding-bottom: 75px;
}
.join-visualize .section {
  overflow: hidden;
}
.join-visualize .section .hd {
  padding: 60px 0 40px;
  text-align: center;
}
.join-visualize .section .hd h3 {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: bold;
}
.join-visualize .section .hd h3 span {
  color: #00a4ff;
}
.join-visualize .section .hd p {
  font-size: 24px;
  color: #666;
}
.join-visualize .section .list ul {
  overflow: hidden;
}
.join-visualize .section .list ul li {
  float: left;
}
.join-visualize .section .list ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.join-visualize .section .list ul li .img {
  overflow: hidden;
}
.join-visualize .section .list ul li .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}
.join-visualize .section1 .list li {
  margin-right: 1.2%;
  width: 32.5%;
}
.join-visualize .section1 .list li:last-child {
  margin-right: 0;
}
.join-visualize .section2 .list ul {
  margin: 0 0 -0.9% 0;
}
.join-visualize .section2 .list li {
  margin: 0 .8% .9% 0;
  width: 19.3%;
}
.join-visualize .section2 .list li:nth-child(5n) {
  margin-right: 0;
}
.join-visualize .section3 .list li {
  margin: 0 .8% 0 0;
  width: 24.35%;
}
.join-visualize .section3 .list li:last-child {
  margin-right: 0;
}
.join-visualize .join-apply {
  margin-top: 40px;
  padding: 45px 0 50px;
  background: url(../jpg/img_81.jpg) no-repeat center;
  background-size: cover;
}
.join-visualize .join-apply .hd {
  padding: 0 0 20px;
}
.join-visualize .join-apply .bd .logo {
  margin: 20px 0;
}
.join-visualize .join-apply .bd .logo .img {
  position: relative;
  width: 200px;
  margin: 0 auto;
  height: 200px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.join-visualize .join-apply .bd .logo .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.join-visualize .join-apply .bd .form {
  text-align: center;
}
.join-visualize .join-apply .bd .form ul {
  margin-bottom: -25px;
  overflow: hidden;
  padding: 0 16%;
}
.join-visualize .join-apply .bd .form ul li {
  float: left;
  margin: 0 60px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join-visualize .join-apply .bd .form ul li label {
  font-size: 28px;
  color: #fff;
}
.join-visualize .join-apply .bd .form ul li .input-box {
  width: 230px;
  height: 40px;
}
.join-visualize .join-apply .bd .form ul li .input-box input {
  display: block;
  background: #fff;
  border: none;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.join-visualize .join-apply .bd .form ul li:nth-child(2n) {
  margin-right: 0;
}
.join-visualize .join-apply .bd .form .join-btn {
  margin-top: 30px;
}
.join-visualize .join-apply .bd .form .join-btn .btn,
.join-visualize .join-apply .bd .form .join-btn .phone {
  display: inline-block;
  vertical-align: middle;
}
.join-visualize .join-apply .bd .form .join-btn .btn button {
  width: 186px;
  height: 40px;
  background-color: #eaeaea;
  border: none;
  font-size: 26px;
}
.join-visualize .join-apply .bd .form .join-btn .phone {
  margin-left: 25px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}
.footer img {
  width: 100%;
}
.downlod-box {
  padding: 5% 0 ;
  background: url(../jpg/img_85.jpg) no-repeat center;
  background-size: cover;
}
.downlod-box .hd {
  text-align: center;
}
.downlod-box .bd {
  margin-top: 70px;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.downlod-box .bd .left {
  width: 55%;
}
.downlod-box .bd .left img {
  width: 100%;
}
.downlod-box .bd .right {
  width: 520px;
}
.downlod-box .bd .right .vade-mecum {
  padding: 30px 0 50px 43px;
  background: url(../png/img_89.png) no-repeat center;
  background-size: 100% 100%;
}
.downlod-box .bd .right .vade-mecum .icon {
  margin-bottom: 15px;
}
.downlod-box .bd .right .vade-mecum a {
  margin-bottom: 15px;
  display: block;
  color: #fff;
  font-size: 26px;
}
.downlod-box .bd .right .vade-mecum a:last-child {
  margin-bottom: 0;
}
.downlod-box .bd .right .vade-mecum a img,
.downlod-box .bd .right .vade-mecum a span {
  display: inline-block;
  vertical-align: middle;
}
.downlod-box .bd .right .qr-box {
  margin-top: 90px;
}
.downlod-box .bd .right .qr-box ul li {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.downlod-box .bd .right .qr-box ul li:last-child {
  margin-bottom: 0;
}
.downlod-box .bd .right .qr-box ul li .tit {
  margin-bottom: 15px;
  padding: 0 30px;
  line-height: 60px;
  display: inline-block;
  position: relative;
  border: 1px solid #1db9f1;
}
.downlod-box .bd .right .qr-box ul li .tit::before,
.downlod-box .bd .right .qr-box ul li .tit::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.downlod-box .bd .right .qr-box ul li .tit p {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 4px;
  color: #fff;
  font-size: 32px;
}
.downlod-box .bd .right .qr-box ul li .tit p span {
  color: #0079ff;
}
.downlod-box .bd .right .qr-box ul li .txt {
  margin-top: 25px;
  font-size: 26px;
}
.downlod-box .bd .right .qr-box ul li:nth-child(2) .tit {
  border-color: #fcd802;
}
.downlod-box .bd .right .qr-box ul li:nth-child(2) .tit p span {
  color: #fcd802;
}
.g-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.family-section1 {
  padding: 80px 0 514px;
  background-image: url(../jpg/bg_06.jpg);
}
.family-section1 .bd .txt {
  text-align: center;
  color: #f6f5f4;
  font-weight: 100;
}
.family-section1 .bd .txt .tit {
  font-size: 40px;
  margin-bottom: 40px;
}
.family-section1 .bd .txt .desc {
  font-size: 20px;
}
.family-section1 .bd .txt .desc p {
  margin-bottom: 10px;
}
.family-section2 {
  padding-bottom: 60px;
  background-color: #fff;
}
.family-section2 .bd ul {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.family-section2 .bd ul:last-child {
  margin-bottom: 0;
}
.family-section2 .bd ul li {
  margin-right: 10px;
  position: relative;
}
.family-section2 .bd ul li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.family-section2 .bd ul li .img {
  width: 394px;
  height: 248px;
}
.family-section2 .bd ul li .img img {
  width: 100%;
  height: 100%;
}
.family-section2 .bd ul li .big-img {
  width: 595px;
  height: 410px;
}
.family-section2 .bd ul li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #f6f5f4;
  text-align: center;
}
.family-section2 .bd ul li .txt .tit {
  margin-bottom: 25px;
  font-size: 20px;
}
.family-section2 .bd ul li .txt .desc {
  font-size: 16px;
  line-height: 28px;
}
.family-section2 .bd ul li:last-child {
  margin-right: 0;
}
.family-section3 {
  padding-bottom: 90px;
  background-color: #7f7f7f;
}
.family-section3 .hd {
  color: #fff;
}
.family-section3 .hd h3 {
  color: #fff;
}
.family-section3 .bd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.family-section3 .bd ul li {
  position: relative;
  width: 28%;
  height: 318px;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.family-section3 .bd ul li.on {
  width: 544px;
}
.family-section3 .bd ul li .img {
  height: 100%;
}
.family-section3 .bd ul li .img img {
  height: 100%;
}
.family-section3 .bd ul li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.family-section3 .bd ul li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.family-section3 .bd ul li .txt .tit {
  margin-bottom: 20px;
  font-size: 20px;
}
.family-section3 .bd ul li .txt .desc {
  font-size: 16px;
  line-height: 30px;
}
.family-section4 {
  padding: 90px 0 60px;
  background-image: url(../jpg/bg_07.jpg);
}
.family-section4 .bd {
  color: #595757;
  text-align: center;
}
.family-section4 .bd .tit {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
}
.family-section4 .bd .desc {
  font-size: 18px;
  font-weight: 100;
}
.family-section4 .bd .desc p {
  margin-bottom: 10px;
}
.family-section5 {
  background: #f7f6f9;
}
.family-section5 .bd {
  padding: 30px 0;
}
.family-section5 .bd .tab ul {
  text-align: center;
}
.family-section5 .bd .tab ul li {
  display: inline-block;
  line-height: 80px;
  width: 305px;
  background: #7f7f7f;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}
.family-section5 .bd .tab ul li a {
  display: block;
  color: #fff;
}
.family-section5 .bd .tab ul li:nth-child(1) {
  margin-right: 10px;
}
.family-section5 .bd .tab ul li.on {
  background: #3180de;
}
.family-section5 .bd .content .tip {
  margin: 40px auto 50px;
  width: 555px;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  color: #4e3e31;
  text-align: center;
}
.family-section5 .bd .content .fun-list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.family-section5 .bd .content .fun-list ul li {
  margin-right: 5px;
  background: #ffffff;
  width: 195px;
  height: 155px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4e3e31;
  font-size: 18px;
  text-align: center;
}
.family-section5 .bd .content .fun-list ul li .txt {
  position: relative;
  height: 60px;
}
.family-section5 .bd .content .fun-list ul li .txt p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.family-section5 .bd .content .fun-list ul li:last-child {
  margin-right: 0;
}
.family-section5 .bd .content .swiper-box {
  position: relative;
}
.family-section5 .bd .content .swiper-box .swiper-container {
  padding: 80px 0 50px;
}
.family-section5 .bd .content .swiper-box .swiper-button-prev {
  left: -40px;
  background-image: url(../png/prev_01.png);
}
.family-section5 .bd .content .swiper-box .swiper-button-next {
  right: -40px;
  background-image: url(../png/next_01.png);
}
.family-section5 .bd .content .swiper-box li {
  position: relative;
  width: 407px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.family-section5 .bd .content .swiper-box li.swiper-slide-active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 9;
}
.family-section5 .bd .content .swiper-box li.swiper-slide-active .txt {
  background: #7f7f7f;
  color: #fff;
}
.family-section5 .bd .content .swiper-box li .img {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.family-section5 .bd .content .swiper-box li .img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.family-section5 .bd .content .swiper-box li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.family-section5 .bd .content .swiper-box li .txt {
  padding: 20px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4e3e31;
  background: #afafb0;
}
.family-section5 .bd .content .swiper-box li .txt .t1 {
  margin-bottom: 15px;
  font-size: 26px;
}
.family-section5 .bd .content .swiper-box li .txt .t2 {
  font-size: 18px;
  line-height: 28px;
}
.family-section5 .bd .content-anfang-list {
  margin-top: 60px;
}
.family-section5 .bd .content-anfang-list ul {
  overflow: hidden;
}
.family-section5 .bd .content-anfang-list li {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.family-section5 .bd .content-anfang-list li:last-child {
  margin-right: 0;
}
.family-section5 .bd .content-anfang-list li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.family-section5 .bd .content-anfang-list li:hover .txt {
  color: #000;
}
.family-section5 .bd .content-anfang-list li .img {
  overflow: hidden;
}
.family-section5 .bd .content-anfang-list li img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.family-section5 .bd .content-anfang-list li .txt {
  padding: 20px;
  min-height: 204px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #afafb0;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #3e3a39;
}
.family-section5 .bd .content-anfang-list li .txt h4 {
  margin-bottom: 15px;
  font-size: 26px;
}
.family-section5 .bd .content-anfang-list li .txt p {
  font-size: 18px;
  line-height: 28px;
}
.family-section6 {
  padding: 85px 0 248px;
  background-image: url(../jpg/bg_08.jpg);
  color: #4e3e31;
}
.family-section6 .hd {
  margin-bottom: 70px;
  text-align: center;
  font-size: 30px;
}
.family-section6 .hd h3 {
  font-weight: bold;
}
.family-section6 .bd {
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}
.family-section6 .bd a {
  margin: 70px auto 0;
  display: block;
  width: 330px;
  line-height: 45px;
  background: #3180de;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-radius: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.family-section6 .bd a:hover {
  background: #045bc4;
}
.g-more {
  margin: 0 auto;
  display: block;
  width: 330px;
  line-height: 60px;
  background: #3180de;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-more:hover {
  background: #045bc4;
}
.family-section7 {
  padding: 80px 0 60px;
  background-color: #7f7f7f;
}
.family-section7 .hd {
  margin-bottom: 60px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.family-section7 .hd h3 {
  color: #fff;
  font-weight: bold;
}
.family-section7 .bd {
  margin-bottom: 66px;
}
.family-section7 .bd ul {
  overflow: hidden;
}
.family-section7 .bd ul li {
  position: relative;
  float: left;
  margin-right: 9px;
  width: 32%;
}
.family-section7 .bd ul li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(39, 31, 25, 0.6);
}
.family-section7 .bd ul li:last-child {
  margin-right: 0;
}
.family-section7 .bd ul li .img img {
  width: 100%;
}
.family-section7 .bd ul li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.family-section7 .bd ul li .txt .tit {
  margin-bottom: 30px;
  font-size: 28px;
}
.family-section7 .bd ul li .txt .desc {
  min-height: 120px;
  font-size: 18px;
}
.family-section7 .bd ul li .txt .desc p {
  margin-bottom: 10px;
}
.family-section8 {
  padding-bottom: 50px;
}
.family-section8 .bd .tab {
  margin-bottom: 50px;
}
.family-section8 .bd .tab li.on a {
  background: #7f7f7f;
  color: #fff;
}
.family-section8 .bd .tab li a {
  display: block;
  text-align: center;
  line-height: 42px;
  color: #4e3e31;
  font-size: 24px;
}
.family-section8 .bd .content ul {
  overflow: hidden;
}
.family-section8 .bd .content ul li {
  position: relative;
  float: left;
  margin-right: 7px;
  width: 290px;
  height: 380px;
  background: url(../jpg/f_21.jpg) no-repeat center;
  background-size: cover;
}
.family-section8 .bd .content ul li:last-child {
  margin-right: 0;
}
.family-section8 .bd .content ul li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
}
.family-section9 {
  padding-bottom: 30px;
  background: #7f7f7f;
}
.family-section9 .hd {
  color: #fff;
}
.family-section9 .hd h3 {
  color: #fff;
}
.family-section9 .bd .swiper-box {
  padding-bottom: 40px;
}
.family-section9 .bd li {
  margin: 0 0 25px 0;
  border: solid 1px #c4c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.family-section9 .bd li img {
  width: 100%;
}
.family-section9 .bd .swiper-pagination span {
  background: #fff;
}
.family-section10 {
  padding-bottom: 50px;
}
.family-section10 .bd ul {
  margin: 0 -17px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.family-section10 .bd ul li {
  margin: 0 17px 20px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.11);
  width: 388px;
}
.family-section10 .bd ul li .img {
  width: 225px;
  height: 160px;
}
.family-section10 .bd ul li .txt {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  color: #595757;
}
.family-section10 .bd ul li .txt .tit {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.family-section10 .bd ul li .txt .desc {
  font-size: 12px;
  line-height: 18px;
}
.hotel-section1 {
  padding: 30px 0;
}
.hotel-section1 .bd ul {
  margin-bottom: -20px;
  overflow: hidden;
}
.hotel-section1 .bd ul li {
  position: relative;
  margin: 0 20px 20px 0;
  float: left;
  width: 386px;
  height: 300px;
  overflow: hidden;
}
.hotel-section1 .bd ul li:hover .up {
  z-index: 2;
  opacity: 1;
}
.hotel-section1 .bd ul li:hover .dow .bg::before {
  background: rgba(0, 0, 0, 0.8);
}
.hotel-section1 .bd ul li:hover .dow .mark {
  opacity: 0;
  z-index: 0;
}
.hotel-section1 .bd ul li:nth-child(3n) {
  margin-right: 0;
}
.hotel-section1 .bd ul li .up {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  color: #f6f5f4;
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0;
}
.hotel-section1 .bd ul li .up .tit {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
.hotel-section1 .bd ul li .up p {
  margin: 0 auto;
  width: 255px;
  font-size: 18px;
  line-height: 28px;
}
.hotel-section1 .bd ul li .dow {
  width: 100%;
  height: 100%;
}
.hotel-section1 .bd ul li .dow .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.hotel-section1 .bd ul li .dow .bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hotel-section1 .bd ul li .dow .bg img {
  width: 100%;
  height: 100%;
}
.hotel-section1 .bd ul li .dow .mark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hotel-section1 .bd ul li .dow .mark .txt {
  margin-top: 30px;
  font-size: 30px;
  color: #f6f5f4;
}
.hotel-section2 {
  padding: 0 0 45px;
  background: #f6f6f6;
}
.hotel-section2 .bd {
  text-align: center;
}
.hotel-section3 {
  padding: 0 0 45px;
  background: #7f7f7f;
}
.hotel-section3 .hd {
  color: #fff;
}
.hotel-section3 .hd h3 {
  color: #fff;
}
.hotel-section3 .bd {
  text-align: center;
}
.hotel-section4 .bd ul {
  overflow: hidden;
}
.hotel-section4 .bd ul li {
  position: relative;
  margin-right: 8px;
  float: left;
  width: 292px;
  height: 302px;
}
.hotel-section4 .bd ul li:last-child {
  margin-right: 0;
}
.hotel-section4 .bd ul li:hover .bg::before {
  background: rgba(16, 118, 237, 0.8);
}
.hotel-section4 .bd ul li .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.hotel-section4 .bd ul li .bg img {
  width: 100%;
  height: 100%;
}
.hotel-section4 .bd ul li .bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hotel-section4 .bd ul li .up {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
.hotel-section4 .bd ul li .up .img {
  margin-bottom: 10px;
}
.hotel-section4 .bd ul li .up .txt {
  color: #fff;
  font-size: 24px;
}
.hotel-section5 .bd .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
}
.hotel-section5 .bd .gallery-top {
  width: 1200px;
  height: 804px;
  background: #474443;
}
.hotel-section5 .bd .gallery-top .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hotel-section5 .bd .gallery-top .swiper-slide .big {
  width: 770px;
  height: 705px;
}
.hotel-section5 .bd .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
}
.hotel-section5 .bd .gallery-thumbs {
  margin-top: 20px;
  padding-bottom: 78px;
}
.hotel-section5 .bd .gallery-thumbs .swiper-slide {
  width: 292px;
  height: 243px;
  background-color: #474443;
  background-position: center;
  opacity: .7;
}
.hotel-section5 .bd .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.hotel-section5 .bd .gallery-thumbs .swiper-pagination {
  bottom: 30px;
}
.hotel-section6 {
  padding-bottom: 70px;
  background: #0d0d0d;
}
.hotel-section6 .hd {
  color: #fff;
}
.hotel-section6 .hd h3 {
  color: #fff;
}
.hotel-section6 .bd {
  text-align: center;
}
.nongye-product {
  background: #efefef;
}
.nongye-product .hd {
  margin-bottom: 5%;
}
.nongye-product .hd h3 {
  margin-bottom: 25px;
  font-size: 48px;
}
.nongye-product .hd p {
  font-size: 30px;
}
.nongye-product .bd .swiper-container {
  padding-bottom: 10%;
}
.nongye-product .bd .swiper-pagination {
  bottom: 4%;
}
.nongye-product .bd li {
  height: 400px;
  position: relative;
  background: #fff;
}
.nongye-product .bd li a {
  display: block;
  border: 1px solid #c4c2c2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nongye-product .bd li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
