@charset "utf-8";

/*
 * ==============================
 * @description: [WebSite] 内页样式
 * @author: skyhuman123
 * @QQ: 534988724;
 * @update: ---
 * ==============================
 */
/*内页---新闻*/
/*.news{ max-width:1200px; margin:110px auto 0;  }*/
.news header {
  margin-bottom: 40px;
}

.news header li {
  float: left;
  margin-left: 20px;
  font-size: 16px;
}

.news header li.active {
  font-size: 24px;
}

.news header li a:hover {
  text-decoration: none;
}

.news .page {
  margin-top: -20px;
}

.news .m-page {
  text-align: center;
  display: none;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.news .m-page img {
  display: inline-block;
  margin-right: 1rem;
  height: 1.6rem;
}

/*新闻列表*/
.news-item a {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.news-item dl {
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

.news-item dt {
  float: left;
  margin-right: 20px;
  padding-top: 25px;
  width: 90px;
  height: 95px;
  background-image: url(../images/main_site/news-date.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news-item dt span {
  font-size: 24px;
}

.news-item dt em {
  font-size: 18px;
}

.news-item dd h5 {
  font-size: 16px;
  font-weight: normal;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.news-item dd p {
  font-size: 14px;
  color: #999;
}

/*border效果*/
.news-item .n-border {
  display: block;
  position: absolute;
  background-color: #1a639d;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news-item .n-border-t,
.news-item .n-border-b {
  width: 0;
  height: 2px;
}

.news-item .n-border-l,
.news-item .n-border-r {
  height: 0;
  width: 2px;
}

.news-item .n-border-t {
  left: 0;
  top: 0;
}

.news-item .n-border-b {
  right: 0;
  bottom: 0;
}

.news-item .n-border-l {
  left: 0;
  top: 0;
}

.news-item .n-border-r {
  right: 0;
  bottom: 0;
}

.news-item a:hover {
  text-decoration: none;
}

.news-item a:hover .n-border-t,
.news-item a:hover .n-border-b {
  width: 100%;
}

.news-item a:hover .n-border-l,
.news-item a:hover .n-border-r {
  height: 100%;
}

.news-item dl:hover dt {
  background-image: none;
}

.news-item dl:hover dt {
  color: #1a639d;
}

.news-item dl:hover dd h5 {
  color: #1f76bc;
}

@media screen and (min-width:900px) {
  .news-item dd h5 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width:900px) {
  .news-item {
    width: 100%;
  }

  .news-item a {
    margin-bottom: 10px;
  }

  .news {
    margin-bottom: 20px;
  }

  .news header {
    margin-bottom: 20px;
  }

  .news .news-list .page {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .news {
    margin-bottom: 65px;
  }

  .news header li {
    margin-bottom: -1px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .news header li.active {
    font-size: 12px;
    border-bottom: 1px solid #666;
  }

  .news .page {
    display: none;
  }

  .news .m-page {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .news .tabs {
    margin-top: 0px;
  }

  .news-item dt span {
    font-size: 18px;
  }

  .news-item dt em {
    font-size: 14px;
  }

  .news-item dd h5 {
    font-size: 14px;
  }

  .news-item a {
    margin-bottom: 10px;
  }

  .news-item dd p {
    height: 50px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
  }

  .news-item dt {
    width: 75px;
    height: 80px;
  }
}

@media screen and (max-width:640px) {
  .news-footer {
    display: none;
  }

}

/*新闻文章页面*/
.news-show header {
  margin-top: 100px;
}

.news-show .article-hd {
  border-bottom: 1px solid #ddd;
}

.news-show .article-hd h1 {
  margin-bottom: 1.2rem;
  text-align: center;
  color: #636363;
}

.news-show .article-hd .am-article-meta {
  margin-bottom: 1.2rem;
  text-align: center;
}

.news-show .article-hd .am-article-meta span {
  padding: 0 8px;
}

.news-show .article {
  padding: 10px;
  margin-bottom: 5rem;
}

/*新闻内容footer*/
.m-news-footer {
  display: none;
  position: fixed;
  bottom: 0;
  line-height: 70px;
  height: 70px;
  width: 100%;
  background-color: #e5e5e5;
  text-align: center;
  font-size: 1.6rem;
  z-index: 9999;
}

@media screen and (max-width:640px) {
  .m-news-footer {
    display: block;
  }
}

/*新闻文章页面 --- 分享*/
.news-show .share {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.news-show .share a {
  display: inline-block;
  padding-left: 5px;
}

/*article*/
.article p {
  line-height: 22px;
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.am-img-responsive {
  display: inline-block;
  border: 5px #fff solid;
  border-radius: 50%;
}

/*案例详列表*/
.case-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 768px;
  line-height: 40px;
  background-color: #4c4c4c;
  text-align: center;
  color: #fff;
}

.case-footer span {
  padding: 0 10px;
  font-family: Arial;
}

.case-footer em {
  padding-left: 20px;
}

.pc-case-nav {
  position: fixed;
  left: 0;
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 35px 0 10px 15px;
  height: 100%;
  width: 220px;
  background-color: #4c4c4c;
  z-index: 999;
}

.pc-case-nav header {
  margin-bottom: 40px;
  font-size: 30px;
  color: #fff;
}

.pc-case-nav header span {
  padding-left: 10px;
  font-size: 24px;
  color: #898989;
}

.pc-case-nav li {
  line-height: 34px;
  font-size: 14px;
}

.pc-case-nav li a {
  display: block;
  padding-left: 15px;
  color: #fff;
  transition: all 0.3s;
}

.pc-case-nav li a:hover,
.pc-case-nav li.active a {
  background-color: #8dc63f;
  text-decoration: none;
}

.pc-case-bottomInfo {
  position: absolute;
  bottom: 13%;
  z-index: 999;
}

.pc-case-bottomInfo h5,
.pc-case-bottomInfo p {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}

.pc-case-bottomInfo .case-search {
  width: 100%;
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px;
  background-color: #353535;
}

.pc-case-bottomInfo .case-search i,
.pc-case-bottomInfo .case-search input {
  display: inline-block;
  color: #fff;
}

.pc-case-bottomInfo .case-search input {
  background: none;
  padding-left: 10px;
  width: 150px;
  border: none;
}

.pc-case-list .pc-list {
  float: left;
  margin: 70px 0 40px 220px;
  height: 100%;
}

.pc-case-list .pc-list ul {
  width: 100%;
}

.pc-case-list .pc-list li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
}

.pc-case-list .pc-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.pc-case-list .pc-list li img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.pc-case-list .pc-list li span {
  position: absolute;
  padding-top: 15%;
  bottom: -100%;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 88, 199, 0.8);
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  transition: all 0.3s;
}

.pc-case-list .pc-list li span i {
  display: inline-block;
  margin-top: 20px;
}

.pc-case-list .pc-list li:hover span {
  bottom: 0;
}

/*nav-control按钮*/
.case-nav-control {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 1000;
  opacity: .8;
  display: none;
  transition: all .2s;
}

.case-nav-control:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Safari and Chrome */
}

/*手机版本案例列表*/
.m-case-list {
  display: none;
  max-width: 768px;
  overflow: hidden;
}

.m-case-list header {
  padding: 95px 15px 15px;
  background-color: #4c4c4c;
}

.m-case-list header h4 {
  font-size: 30px;
  color: #fff;
}

.m-case-list header h4 span {
  font-size: 24px;
  padding-left: 5px;
}

.m-case-list .case-search {
  margin-top: -5px;
  background-color: #2e2e2e;
  padding: 8px 10px;
}

.m-case-list .case-search i,
.m-case-list .case-search input {
  display: inline-block;
  color: #fff;
}

.m-case-list .case-search input {
  background: none;
  padding-left: 10px;
  width: 150px;
  border: none;
}

.m-case-list header nav {
  margin-top: 15px;
  overflow-x: hidden
}

.m-case-list header nav a {
  display: inline-block;
  margin: 0 3px;
  padding: 3px 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: none;
  transition: all .3s;
}

.m-case-list header nav a.active,
.m-case-list header nav a:hover {
  background-color: #8dc63f;
  text-decoration: none;
}

.mobile-list {
  margin-top: 20px;
}

.mobile-list dl {
  margin-bottom: 10px;
  padding: 0 2%;
  overflow: hidden;
}

.mobile-list dt,
.mobile-list dd {
  float: left;
}

.mobile-list dt {
  width: 45%;
}

.mobile-list dt img {
  width: 100%;
  height: auto;
}

.mobile-list dd {
  padding-left: 10px;
  width: 55%;
}

.mobile-list dd h4 {
  font-size: 1.6rem;
}

.mobile-list dd p {
  font-size: 1.4rem;
  line-height: 2rem;
}

.mobile-list dd a {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.m-case-list .case-more-tips {
  margin: 15px 0;
  text-align: center;
  font-size: 14px;
}

.m-case-list .case-more-tips img {
  padding-right: 10px;
  height: 20px;
}

@media screen and (max-width:1366px) {
  .pc-case-list .pc-list li {
    width: 33.3%;
  }

  .pc-case-list .pc-case-nav {
    left: -220px;
    transition: all 0.3s;
  }

  .pc-case-list .pc-case-nav.getIn {
    left: 0px;
  }

  .pc-case-list .pc-list {
    margin-left: 0;
  }

  .case-nav-control {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .pc-case-list {
    display: none;
  }

  .m-case-list {
    display: block;
  }

  .case-footer {
    display: none;
  }

  .mobile-list dd h4,
  .mobile-list dd p {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width:440px) {
  .m-case-list header {
    padding-top: 70px;
  }

  .mobile-list dd h4,
  .mobile-list dd p {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .mobile-list dd h4 {
    font-size: 1.4rem;
  }

  .mobile-list dd a {
    margin-top: 0;
  }
}

@media screen and (max-width:320px) {
  .m-case-list header h4 {
    font-size: 24px;
    color: #fff;
  }

  .m-case-list header h4 span {
    font-size: 18px;
    padding-left: 5px;
  }

  .mobile-list dd h4,
  .mobile-list dd p {
    line-height: 1.5rem;
  }

  .m-case-list .case-search input {
    padding-left: 0;
    width: 120px;
  }
}

/*案例展示*/
.case-show-pc {
  background-image: url(../images/main_site/case-show-bg.jpg);
  padding-top: 125px;
}

.service-swiper {
  max-width: 508px;
  padding: 23px 21px 174px 21px;
  height: 458px;
  overflow: hidden;
  background: url(../images/main_site/case-swiper-bg.png) no-repeat;
  background-size: cover;
}

.service-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.service-container .swiper-wrapper {
  height: 100%;
}

.service-container .swiper-slide {
  overflow: hidden;
  width: 100% !important;
}

.service-container .swiper-slide img {
  height: 100%;
  width: 100%;
}

.service-container .service-pagination {
  width: 100%;
  max-width: 465px;
  bottom: 0;
  top: auto;
  left: 0;
}

.case-txt {
  margin-top: 20px;
  color: #fff;
}

.case-txt h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.case-txt p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 24px;
}

.case-txt p span {
  font-size: 18px;
}

.case-txt a {
  display: inline-block;
  float: left;
  width: 200px;
  line-height: 54px;
  margin: 20px 10px 20px 0;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  font-size: 20px;
}

.case-txt a.active,
.case-txt a:hover {
  background-color: #8dc63f;
  color: #fff;
  text-decoration: none;
}

.case-show-pc .case-tips {
  display: none;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

/*案例内容*/
.case-content {
  padding: 30px 0;
  width: 100%;
  min-width: 320px;
  background-color: #efefef;
}

.case-content img {
  margin-bottom: 15px;
}

/*案例内容footer*/
.m-case-footer a {
  display: none;
  position: fixed;
  bottom: 0;
  line-height: 50px;
  height: 50px;
  width: 100%;
  background-color: #8dc63f;
  text-align: center;
  font-size: 1.6rem;
  z-index: 9999;
  color: #fff;
}

/*案例展示--手机案例*/
.m-case-swiper {
  float: right;
  margin: 50px 20px 30px 0;
  padding: 50px 24px 63px 303px;
  max-width: 500px;
  height: 420px;
  overflow: hidden;
  background: url(../images/main_site/m_case.png) no-repeat;
  background-size: cover;
}

.m-case-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.m-case-container .swiper-wrapper {
  height: 100%;
}

.m-case-container .swiper-slide {
  overflow: hidden;
  width: 100% !important;
}

.m-case-container .swiper-slide img {
  height: 100%;
}

.m-case-container .m-case-pagination {
  width: 100%;
  max-width: 174px;
  bottom: 0;
  top: auto;
  left: 0;
}

.m-detail-up {
  display: none;
}

/*手机案例内容*/
.m-case-content {
  margin: 60px 0;
}

.m-case-content .erwm {
  margin: 140px auto 0;
  width: 210px;
  text-align: center;
}

.m-case-content .erwm p {
  font-size: 20px;
  margin-top: 20px;
}

.m-case-detail {
  margin: 0 auto;
  padding: 100px 25px 95px 28px;
  max-width: 321px;
  height: 665px;
  overflow: hidden;
  background: url(../images/main_site/m-case-showbg.png) no-repeat;
  background-size: cover;
}

.m-case-detail .detail-container {
  overflow: hidden;
  height: 100%;
}

.m-case-detail .swiper-wrapper img {
  height: 100%;
  width: auto;
}

.m-case-detail .prev,
.m-case-detail .next {
  position: absolute;
  width: 25px;
  height: 43px;
  background-image: url(../images/main_site/m-detail-arrow.png);
  background-repeat: no-repeat;
  top: 50%;
  cursor: pointer;
}

.m-case-detail .prev {
  left: 85px;
  background-position: 0 -43px;
}

.m-case-detail .next {
  right: 85px;
  background-position: 0 0;
}

/*------media查询------*/
@media screen and (max-width:1100px) {
  .service-swiper {
    max-width: 440px;
    height: 394px;
    padding: 17px 17px 145px
  }

  .service-container .service-pagination {
    max-width: 406px;
  }
}

@media screen and (max-width:1024px) {

  /*案例展示--手机案例*/
  .m-case-swiper {
    margin: 10px 0 30px 0;
  }

  /*案例展示文字*/
  .case-txt {
    margin-top: 10px;
  }

  .case-txt h3 {
    font-size: 32px;
    line-height: 34px;
  }

  .case-txt p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width:990px) {
  .m-case-swiper {
    margin-top: 10px;
    margin-right: 0;
  }

  /*新闻文章页面*/
  .news .share {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-swiper {
    max-width: 400px;
    height: 359px;
    padding: 16px 16px 134px
  }

  .service-container .service-pagination {
    max-width: 368px;
  }

  .case-show-pc {
    padding-top: 100px;
  }

  .service-swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .case-txt {
    margin-top: 0;
  }
}

@media screen and (max-width:770px) {

  /*案例展示--pc案例*/
  .service-swiper {
    max-width: 300px;
    height: 271px;
    padding: 16px 16px 102px
  }

  /*案例展示--手机案例*/
  .m-case-swiper {
    max-width: 300px;
    height: 252px;
    padding: 29px 14px 36px 182px;
  }

  .case-txt h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .case-txt p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .case-txt a {
    display: none;
  }
}

@media screen and (max-width:640px) {

  /*新闻文章页面*/
  .news-show .article-hd h1 {
    font-size: 24px;
  }

  .news-show header {
    margin-top: 70px;
    padding: 0 10px;
  }

  .news-show .share {
    display: none;
  }

  /*案例case页面*/
  .case-show-pc {
    padding-top: 80px;
    background-position: center top;
  }

  .service-swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .case-txt {
    margin-top: 0;
    text-align: center;
  }

  .case-txt h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .case-txt p.info {
    margin-bottom: 10px;
    text-align: left;
  }

  .case-txt p.link {
    margin: 30px 0;
  }

  .case-show-pc .case-tips {
    display: block;
  }

  /*案例内容*/
  .case-content {
    padding-bottom: 60px;
  }

  .m-case-footer a {
    display: block;
  }

  .m-detail-up {
    display: block;
    margin: 20px auto;
  }

  .m-detail-down {
    display: none;
  }

  /*案例展示--手机案例*/
  .m-case-swiper {
    display: none;
  }

  /*案例展示--手机案例内容*/
  .m-case-content .erwm {
    margin-top: 0
  }

  .m-case-content .erwm p {
    font-size: 16px;
  }
}

@media screen and (max-width:440px) {
  .service-swiper {
    max-width: 300px;
    height: 267px;
    padding: 12px 12px 100px
  }

  .service-txt {
    margin-top: 60px;
  }

  .service-txt h3 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 20px;
  }

  .service-txt p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 20px;
  }

  .service-txt a {
    font-size: 14px;
  }

  .service .gonext {
    margin-top: 10px;
  }

  /*手机案例-内容*/
  .m-case-detail {
    padding: 88px 22px 84px 26px;
    max-width: 280px;
    height: 580px;
  }
}

@media screen and (max-width:320px) {
  .service-txt {
    margin-top: 20px;
  }

  .service-txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .service-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .service-txt a {
    font-size: 12px;
  }
}

/*服务*/
.service-slide {
  padding-top: 220px;
  background: radial-gradient(ellipse at left top, #2a5ea1 20%, #34559f 50%, #031140);
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-size: cover;
}

/*slide-nav 导航*/
.slide-navbg {
  position: absolute;
  /* bottom: 70px; */
  margin: 200px 0 10px;
  padding-top: 5px;
  background:#00000036;
  width: 100%;
  min-width: 320px;
  line-height: 44px;
  height: 34px;
  /*overflow: hidden;*/
}

.s-slide-nav {
  max-width: 1200px;
  margin: 0 auto;
}

.s-slide-nav .swiper-slide {
  position: relative;
  background: none;
  line-height: 20px;
}

.s-slide-nav .swiper-slide a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 900;
  /*background: #349cefa3;*/
  z-index: 2;
}


.s-slide-nav .swiper-slide a:hover {
  text-decoration: none;
  color: #349cef;
  font-weight: 900
}

.s-slide-nav .swiper-slide em {
  display: none;
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 54px;
  background-color: #349cef;
  z-index: 1;
  transition: all .3s;
}

.s-slide-nav .swiper-slide:hover em,
.s-slide-nav .active em {
  display: block;
}
.s-slide-nav .swiper-slide:hover em {
  background-color: #fff;
}

/*slide 内容*/
.s-slide-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.service-slide-info {
  text-align: center;
  color: #fff;
}


.service-slide-info h1 {
  margin-bottom: 2rem;
  font-size: 5.6rem;
  font-weight: normal;
  line-height: 5.6rem;
}

.service-slide-info h2 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 4.8rem;
}

.service-slide-info h3 {
  margin-bottom: 2rem;
  font-size: 60px;
  font-weight: normal;
  line-height: 60px;
}

@media screen and (max-width: 440px) {
    .service-slide-info h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.service-slide-info a {
  display: block;
  margin: 40px auto 0;
  width: 225px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #fff;
  color: #0c6f9d;
  border-radius: 5px;
  transition: all .3s;
  border: 1px solid #fff;
}

.service-slide-info a:hover {
  text-decoration: none;
  background-color: #f1f7e8;
  color: #fff;
  border-color: #fff;
}

/*media查询*/
@media screen and (max-width:1024px) {
  .service-slide {
    padding-top: 80px;
  }

  .slide-navbg {
    margin-top: 20px;
  }
}

@media screen and (max-width:768px) {
  .service-slide {
    padding-top: 120px;
  }

  .slide-navbg {
    margin-top: -80px;
  }

  .service-slide-info h1 {
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .service-slide-info h2 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

@media screen and (max-width:640px) {
  .service-slide {
    padding-top: 70px;
  }

  .slide-navbg {
    margin-top: 20px;
  }

  .service-slide-info h1 {
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .service-slide-info h2 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .service-slide-info a {
    display: none;
  }

  /*导航*/
  .slide-navbg {
    line-height: 32px;
    height: 40px;
  }

  .s-slide-nav .swiper-slide em {
    height: 40px;
    top: -4px;
  }
}

@media screen and (max-width:440px) {
  .service-slide {
    padding-top: 70px;
  }

  .slide-navbg {
    position: absolute;
    bottom: 50px;
  }

  .service-slide-info h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .service-slide-info h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .service-slide-info a {
    margin-top: 20px;
  }

  .service-slide .imgsize3 {
    max-width: 35%;
  }

  .service-slide .imgsize4 {
    max-width: 60%;
  }
}

@media screen and (max-width:375px) {
  .slide-navbg {
    margin-top: 10px;
  }
}

/*服务 第二屏*/
.layer2-bg {
  background-color: #1c75bc;
}

.layer2 {
  text-align: center;
  color: #fff;
}

.layer2 h1 {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.layer2 h4 {
  font-size: 24px;
  line-height: 28px;
}

.layer2 .m-img {
  display: none;
}

@media screen and (max-width:640px) {
  .layer2 h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .layer2 h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .layer2 .pc-img {
    display: none;
  }

  .layer2 .m-img {
    display: inline-block;
  }
}

/*服务第三屏*/
.layer3 {
  text-align: center;
  color: #fff;
}

.layer3 h3 {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}

.layer3 h4 {
  margin-bottom: 30px;
  font-size: 24px;
}

.layer3-bg {
  background-image: url(../images/main_site/lay3-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.layer-icon {
  margin: 0 auto;
  max-width: 772px;
}

.layer-icon li {
  float: left;
  margin: 24px;
  width: 145px;
}

.layer-icon li img {
  width: 90px;
}

.layer-icon li p {
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width:772px) {
  .layer-icon {
    margin: 0 auto;
    max-width: 579px;
  }

  .layer-icon li:nth-child(4) {
    width: 145px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width:640px) {
  .layer3 h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .layer3 h4 {
    font-size: 16px;
  }
}

@media screen and (max-width:578px) {
  .layer-icon {
    margin: 0 auto;
    max-width: 386px;
  }

  .layer-icon li:nth-child(4) {
    margin: 24px;
    float: left;
  }
}

@media screen and (max-width:440px) {
  .layer3 h3 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .layer3 h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .layer-icon {
    margin: 0 auto;
    max-width: 300px;
  }

  .layer-icon li,
  .layer-icon li:nth-child(4) {
    width: 120px;
    margin: 15px;
  }
}

@media screen and (max-width:385px) {
  .layer-icon li p {
    font-size: 14px;
  }
}

/*服务第四屏*/
.layer4-bg {
  background-image: url(../images/main_site/lay4-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.layer4 {
  width: 100%;
  max-width: 1200px;
}

.layer4 header {
  margin-bottom: 120px;
  text-align: center;
}

.layer4 header h2 {
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
}

.layer4 header h4 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

.layer4-list {
  text-align: center;
}

.layer4-list>div {
  margin-bottom: 20px;
}

.layer4-list h5 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: normal;
  color: #fff;
}

.layer4-list p {
  font-size: 16px;
  color: #fff;
}

.layer4-list em {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  transition: all 0.3s;
}


.layer4-list em.ly4-icon1 {
  background-image: url(../images/main_site/lay4-icon1.png);
}

.layer4-list em.ly4-icon2 {
  background-image: url(../images/main_site/lay4-icon2.png);
}

.layer4-list em.ly4-icon3 {
  background-image: url(../images/main_site/lay4-icon3.png);
}

.layer4-list em.ly4-icon4 {
  background-image: url(../images/main_site/lay4-icon4.png);
}

.layer4-list em.ly4-icon5 {
  background-image: url(../images/main_site/lay4-icon5.png);
}

.layer4-list em.ly4-icon6 {
  background-image: url(../images/main_site/lay4-icon6.png);
}

/*hover*/
.layer4-list em.ly4-icon1:hover {
  background-image: url(../images/main_site/lay4-icon1-h.png);
  background-color: #349cef;
}

.layer4-list em.ly4-icon2:hover {
  background-image: url(../images/main_site/lay4-icon2-h.png);
  background-color: #349cef;
}

.layer4-list em.ly4-icon3:hover {
  background-image: url(../images/main_site/lay4-icon3-h.png);
  background-color: #349cef;
}

.layer4-list em.ly4-icon4:hover {
  background-image: url(../images/main_site/lay4-icon4-h.png);
  background-color: #349cef;
}

.layer4-list em.ly4-icon5:hover {
  background-image: url(../images/main_site/lay4-icon5-h.png);
  background-color: #349cef;
}

.layer4-list em.ly4-icon6:hover {
  background-image: url(../images/main_site/lay4-icon6-h.png);
  background-color: #349cef;
}




.layer41-list em {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  transition: all 0.3s;
  border: 2px #fff solid;
  padding: 5px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.layer41-list em.ly4-icon1 {
  background-image: url(../images/main_site/yewu/商城.png);
}

/*hover*/
.layer41-list em.ly4-icon1:hover {
  background-image: url(../images/main_site/yewu/商城.png);
  background-color: #349cef;
}

.layer41-list em.ly4-icon2 {
  background-image: url(../images/main_site/yewu/小程序.png);
}

.layer41-list em.ly4-icon2:hover {
  background-image: url(../images/main_site/yewu/小程序.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon3 {
  background-image: url(../images/main_site/yewu/shouji.png);
}

.layer41-list em.ly4-icon3:hover {
  background-image: url(../images/main_site/yewu/shouji.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon4 {
  background-image: url(../images/main_site/yewu/互联网ie.png);
}

.layer41-list em.ly4-icon4:hover {
  background-image: url(../images/main_site/yewu/互联网ie.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon5 {
  background-image: url(../images/main_site/yewu/大数据分析.png);
}

.layer41-list em.ly4-icon5:hover {
  background-image: url(../images/main_site/yewu/大数据分析.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon6 {
  background-image: url(../images/main_site/yewu/人工智能.png);
}

.layer41-list em.ly4-icon6:hover {
  background-image: url(../images/main_site/yewu/人工智能.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon7 {
  background-image: url(../images/main_site/yewu/绿色工厂.png);
}

.layer41-list em.ly4-icon7:hover {
  background-image: url(../images/main_site/yewu/绿色工厂.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon8 {
  background-image: url(../images/main_site/yewu/消息.png);
}

.layer41-list em.ly4-icon8:hover {
  background-image: url(../images/main_site/yewu/消息.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon9 {
  background-image: url(../images/main_site/yewu/扫码点餐.png);
}

.layer41-list em.ly4-icon9:hover {
  background-image: url(../images/main_site/yewu/扫码点餐.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon10 {
  background-image: url(../images/main_site/yewu/跑腿APP.png);
}

.layer41-list em.ly4-icon10:hover {
  background-image: url(../images/main_site/yewu/跑腿APP.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon11 {
  background-image: url(../images/main_site/yewu/问卷.png);
}

.layer41-list em.ly4-icon11:hover {
  background-image: url(../images/main_site/yewu/问卷.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon12 {
  background-image: url(../images/main_site/yewu/教育.png);
}

.layer41-list em.ly4-icon12:hover {
  background-image: url(../images/main_site/yewu/教育.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon13 {
  background-image: url(../images/main_site/yewu/抽盲盒.png);
}

.layer41-list em.ly4-icon13:hover {
  background-image: url(../images/main_site/yewu/抽盲盒.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon14 {
  background-image: url(../images/main_site/yewu/按摩.png);
}

.layer41-list em.ly4-icon14:hover {
  background-image: url(../images/main_site/yewu/按摩.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon15 {
  background-image: url(../images/main_site/yewu/脚本任务.png);
}

.layer41-list em.ly4-icon15:hover {
  background-image: url(../images/main_site/yewu/脚本任务.png);
  background-color: #349cef;
}
.layer41-list em.ly4-icon16 {
  background-image: url(../images/main_site/yewu/定制.png);
}

.layer41-list em.ly4-icon16:hover {
  background-image: url(../images/main_site/yewu/定制.png);
  background-color: #349cef;
}

@media screen and (max-width:640px) {
  .layer4 header {
    margin-bottom: 80px;
  }

  .layer4 header h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .layer4 header h4 {
    font-size: 20px;
  }

  .layer4-list h5 {
    font-size: 20px;
  }

  .layer4-list p {
    font-size: 14px;
  }
}

@media screen and (max-width:440px) {
  .layer4 header {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .layer4 header h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .layer4 header h4 {
    font-size: 16px;
  }

  .layer4-list h5 {
    font-size: 18px;
    margin: 10px 0;
  }

  .layer4-list p {
    font-size: 14px;
  }

  .layer4-list em {
    width: 80px;
    height: 80px;
  }
}

/*服务第五屏*/
.layer5-bg {
  background-image: url(../images/main_site/lay5-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.layer5 {
  text-align: center;
  color: #349cef;
}

.layer5 h3 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 600;
}

.layer5 a {
  display: block;
  margin: 30px auto;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  background-color: #8dc63f;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.layer5 a.ask {
  background-color: #349cef;
}

.layer5 a:hover {
  text-decoration: none;
}

@media screen and (max-width:640px) {
  .layer5 h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .layer5 a {
    width: 250px;
  }
}

@media screen and (max-width:375px) {
  .layer5 h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .layer5 a {
    width: 230px;
    font-size: 20px;
  }
}

/*关于我们--about*/
/*about -- 悬浮导航*/
.about-page {
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 999;
}

.about-page ul {
  padding: 8px 0;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-page li {
  position: relative;
  cursor: pointer;
}

.about-page li em {
  display: block;
  margin: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #323232;
  border-radius: 50%;
}

.about-page li span {
  position: absolute;
  top: 0;
  left: -100px;
  padding-left: 20px;
  width: 90px;
  font-size: 12px;
  color: #fff;
  background-color: #323232;
  border-radius: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
}

.about-page li i {
  display: inline-block;
  position: absolute;
  margin: 4px 0 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

/*.about-page li:hover em, .about-page li.on em{ background-color:#fff; border-color:#fff; }*/
.about-page li.on span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.about-page li:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*layer1*/
.about-layer1 {
  background-image: url(../images/main_site/about-layer1-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.a-layer1-info {
  color: #fff;
}

.a-layer1-info h3 {
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
}

.a-layer1-info h5 {
  margin-left: 90px;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: normal;
}

.a-layer1-info p {
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 18px;
}

@media screen and (max-width:1024px) {
  .a-layer1-info h3 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .a-layer1-info h5 {
    margin-left: 60px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
  }

  .a-layer1-info p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
  }
}

@media screen and (max-width:640px) {
  .about-layer1 {
    background-position: -440px 0;
  }

  .a-layer1-info {
    text-align: center;
  }

  .a-layer1-info h3 {
    margin-left: 0;
    margin: 20px 0;
    font-size: 32px;
    line-height: 36px;
  }

  .a-layer1-info h5 {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
  }

  .a-layer1-info p {
    text-align: left;
  }
}

@media screen and (max-width:450px) {
  .about-layer1 img {
    margin-top: 50px;
    max-width: 70%;
  }

  .a-layer1-info h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 24px;
  }

  .a-layer1-info h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }

  .a-layer1-info .m-hd {
    display: none;
  }
}

@media screen and (max-width:320px) {
  .about-layer1 img {
    margin-top: 70px;
  }

  .a-layer1-info h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 24px;
  }

  .a-layer1-info p {
    font-size: 12px;
  }
}

/*我们的优势*/
.advantage {
  position: relative;
}

.advantage-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.advantage-slide .advantage1 {
  background-image: radial-gradient(ellipse at right top, #031140 20%, #34559f 50%, #2a5ea1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.advantage-slide .advantage2 {
  background-image: url(../images/main_site/b3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.advantage-slide .advantage3 {
  background-image: url(../images/main_site/b4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.advantage-slide .advantage4 {
  background-image: url(../images/main_site/b5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.advantage-slide .advantage5 {
  background-image: url(../images/main_site/b7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.advantage header {
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.advantage header h4 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
}

.advantage header p {
  font-size: 20px;
}

.advantage .adv-txt {
  margin-top: 120px;
}

.advantage1 .adv-txt {
  margin-top: 170px;
}

.advantage .adv-txt h4 {
  margin-top: 30px;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}

.advantage .adv-txt h4 span {
  padding-left: 20px;
}

.advantage .adv-txt p {
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    margin: 10px 0 0 0;
}

.advantage2 .adv-txt {
  margin-top: 0;
}

@media screen and (max-width:768px) {
  .advantage header {
    top: 150px;
  }

  .advantage header h4 {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .about-page {
    display: none;
  }

  /*侧栏导航*/
  .advantage .adv-txt {
    margin-top: 90px;
  }

  .advantage .adv-txt h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .advantage2 .adv-txt {
    margin-top: 0;
  }

  .advantage3 .adv-txt {
    margin-top: 50px;
  }

  .advantage2 .adv-txt h4 span,
  .advantage3 .adv-txt h4 span {
    padding-left: 0;
  }
}

@media screen and (max-width:640px) {
  .advantage header {
    top: 70px;
  }

  .advantage header h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .about-page {
    display: none;
  }

  /*侧栏导航*/
  .advantage .adv-txt,
  .advantage2 .adv-txt,
  .advantage3 .adv-txt {
    margin-top: 0
  }

  .advantage .adv-txt h4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .advantage .adv-txt h4 p {
    font-size: 14px;
    line-height: 20px;
  }

  .advantage2 .adv-txt h4 span,
  .advantage3 .adv-txt h4 span {
    padding-left: 20px;
  }

  .advantage1 img,
  .advantage3 img,
  .advantage4 img,
  .advantage5 img {
    max-width: 60%;
  }
}

.notWidth{
  max-width: 100%;
}

@media screen and (max-width:440px) {
  .advantage header {
    top: 60px;
  }

  .advantage header h4 {
    font-size: 60px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  /* .advantage .adv-txt, .advantage2 .adv-txt, .advantage3 .adv-txt{ margin-top:0px;overflow: auto;height: 430px; } */
  .advantage .adv-txt h4 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
  }

  .advantage1 img,
  .advantage5 img {
    max-width: 50%;
  }

  .advantage3 img {
    max-width: 40%;
  }

  .advantage4 img {
    max-width: 70%;
  }

  /* .advantage .adv-txt{ margin-bottom:-60px; } */
  .am-u-md-6 {
    overflow: hidden;
    height: 100px;
  }
  .notHeigh{
    overflow: hidden;
    height: 100%;
  }





  .am-u-md-66 {
    overflow: hidden;
  }

  .advantage .adv-txt p {
    font-size: 20px;
    line-height: 20px;
  }

  .advantage .adv-txt {
    /* width: 100%; margin-top:0px; scroll;height: 100%; */
    margin: 0 auto;
    height: 100%;
    max-width: 1000px;
    text-align: left;
    margin-top: 15px;
    font-size: 12px;
  }
}

@media screen and (max-width:320px) {
  .advantage header {
    top: 60px;
  }

  .advantage header h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .advantage header p {
    font-size: 14px;
  }

  .advantage .adv-txt h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .advantage .adv-txt p {
    font-size: 12px;
    line-height: 22px;
  }

  .advantage1 img,
  .advantage5 img {
    max-width: 50%;
  }

  .advantage3 img {
    max-width: 40%;
  }

  .advantage4 img {
    max-width: 70%;
  }
}

/*公司环境*/
.environment {
  position: relative;
}

.environ-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.environ-slide .swiper-slide {
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.environ-slide .environ-pagination {
  z-index: 99;
  bottom: 30px;
}

.en-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 150px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../images/main_site/en-shadow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -400px 0;
  color: #fff;
}

.en-txt h3 {
  margin-bottom: 30px;
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  font-weight: 600;
}

.en-txt h5 {
  padding: 0 0 30px 20px;
  font-size: 20px;
  font-weight: normal;
}

.en-txt h6 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: normal;
}

.en-txt p {
  font-size: 18px;
  line-height: 30px;
}

.m-en-txt {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 30px 20px;
  z-index: 9;
  background-color: rgba(141, 198, 63, 0.6);
  text-align: center;
  color: #fff;
}

.m-en-txt h3 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
}

.m-en-txt h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}

.m-en-txt h6 {
  margin-bottom: 20px;
  font-size: 24px;
}

.m-en-txt p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

@media screen and (max-width:1024px) {
  .en-txt {
    padding-top: 200px;
  }

  .en-txt h3 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .en-txt h5 {
    padding: 0 0 30px 0;
    font-size: 20px;
  }

  .en-txt h6 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .en-txt p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width:640px) {
  .en-txt {
    display: none;
  }

  .m-en-txt {
    display: block;
  }

  .environ-slide .environ-pagination {
    display: none;
  }
}

/*人才招聘*/
.talent-bg {
  background-color: #8dc63f;
}

.talent {
  width: 100%;
  max-width: 1000px;
}

.talent header {
  text-align: center;
  color: #fff;
}

.talent header h3 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
}

.talent header h5 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

.talent-tab {
  max-width: 1200px;
}

.talent-tab a {
  display: block;
  background-color: #742121d6;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.talent-tab a.active {
  background-color: #27af38;
}

.talent-content {
  margin: 20px auto 0;
  padding: 30px 25px;
  height: 500px;
  max-width: 1000px;
  text-align: left;
  background-color: rgb(0 0 0 / 74%);
  color: #fff;
  overflow: auto;
}

.talent-content .talent-title {
  padding-bottom: 15px;
  border-bottom: 1px dotted #fff;
}

.talent-content .talent-title h4 {
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (max-width:768px) {
  .talent header h3 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 32px;
  }

  .talent header h5 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width:640px) {
  .talent header {
    margin-top: 70px;
  }

  .talent-content {
    margin: 20px auto 0;
    padding: 20px;
    max-width: 1000px;
  }
}

/*团队*/
.team {
  display: none;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.team .team-txt {
  margin-top: 35px;
  margin-bottom: 10px;
  padding: 15px 0;
  background-color: #8dc63f;
  height: 100%;
  color: #fff;
  text-align: center;
}

.team .swiper-wrapper {
  overflow: hidden;
}

.team .team-txt h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.team .team-txt h5 {
  font-size: 20px;
}

.team .swiper-slide img {
  display: inline-block;
  width: 100%;
  max-height: 225px;
}

.team .swiper-slide {
  position: relative;
}

.team .swiper-slide>div {
  position: absolute;
  display: none;
  left: 0;
  padding-top: 30%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.team .swiper-slide:hover>div {
  display: block;
}

.team .swiper-slide>div p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.pc-team {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.pc-team ul {
  margin-right: 0 -2%;
}

.pc-team li {
  position: relative;
  float: left;
  width: 14.5%;
  margin-right: 2%;
  margin-bottom: 3%;
  overflow: hidden;
  max-height: 177px;
}

.pc-team li .team-info {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
}

.pc-team li:first-child {
  padding-top: 40px;
  width: 31%;
  height: 100%;
  background-color: #8dc63f;
  color: #fff;
  height: 177px;
  overflow: hidden;
  text-align: center;
}

.pc-team li:first-child h3 {
  font-size: 48px;
  line-height: 56px;
}

.pc-team li:first-child h5 {
  font-size: 20px;
  margin-top: 15px;
}

.pc-team li:hover .team-info {
  opacity: 1;
  filter: alpha(opacity=100);
}

.pc-team li .team-info p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.pc-team li img {
  width: 100%;
  height: 177px;
}

@media screen and (max-width:1100px) {
  .pc-team li:first-child {
    height: auto;
    padding: 3% 0;
  }

  .pc-team li:first-child h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width:768px) {
  .team {
    display: block;
  }

  .pc-team {
    display: none;
  }
}

/*通用--footer*/
.index-footer {
  background-image: url(../images/main_site/footer_bg.jpg);
}

.index-footer .erw {
  max-width: 213px;
  margin: 0 auto;
  text-align: center;
}

.index-footer .erw img {
  width: 100%;
}

.index-footer .erw p {
  margin-top: 25px;
  font-size: 16px;
  color: #a0a0a0;
}

.index-footer .copyright {
  color: #a0a0a0;
}

.index-footer .copyright h5,
.index-footer .copyright h6 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}

.index-footer .copyright p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.index-footer .copyright p span {
  padding: 0 5px;
  font-family: Arial;
}

.index-footer .friend-link {
  max-width: 950px;
  margin: 45px auto 0;
  padding-left: 20px;
  color: #8f8f8f;
}

.index-footer .friend-link ul {
  margin: 0 -8px;
}

.index-footer .friend-link li {
  float: left;
  margin: 0 8px 10px;
  font-size: 14px;
}

.index-footer .friend-link li a {
  color: #8f8f8f;
}

.index-footer .friend-link h5 {
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (max-width:940px) {
  .index-footer .friend-link {
    padding: 0 20px;
  }
}

@media screen and (max-width:768px) {
  .index-footer .copyright p em {
    float: none !important;
    display: block;
  }
}

@media screen and (max-width:640px) {
  .index-footer .erw {
    max-width: 100%;
    width: 100%;
    margin: 0;
    /* padding: 0 20%; */
    text-align: center;
  }

  .index-footer .friend-link {
    display: none;
  }

  .index-footer .copyright {
    margin-top: 20px;
  }

  .index-footer .copyright h5,
  .index-footer .copyright h6 {
    display: none;
  }

  .index-footer .friend-link {
    padding-left: 0;
  }
}

@media screen and (max-width:440px) {
  .index-footer .erw {
    margin-top: 40px;
    /* padding: 0 25%; */
  }
}

@media screen and (max-width:370px) {
  .index-footer .erw {
    margin-top: 20px;
    /* padding: 0 15%; */
  }
}