/*pcblayout*/
.l-header {
  height: 60px;
  background-color: #373d41;
  width: 100%;
  min-width: 1200px;
}
.l-header:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.l-header .l-logo {
  background: url("../images/layout/publicsrc_logo.png") no-repeat center;
  width: 139px;
  height: 39px;
  float: left;
  margin-top: 12px;
  text-indent: -99999px;
}
.l-header .l-nav {
  float: left;
  margin-left: 40px;
}
.l-header .l-nav li {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  margin-right: 45px;
}
.l-header .l-nav li:hover a {
  color: #39c19d;
  border-bottom: 3px solid #39c19d;
}
.l-header .l-nav li > a {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  height: 58px;
  border-bottom: 3px solid transparent;
}
/*active*/
.l-header .l-nav .active > a {
  color: #39c19d;
  border-bottom: 3px solid #39c19d;
}
/*the login*/
.l-header .the-login {
  float: right;
  display: inline-block;
  padding: 0 30px;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
  background-color: #39c19d;
}
.l-header .the-login:hover {
  background-color: #31d9ac;
}
/*content*/
.main-banner {
  position: relative;
  height: 400px;
}
.l-banner {
  height: 400px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  *left: 0;
}
.l-banner .banner-left {
  position: absolute;
  top: 0;
  left: -32px;
  display: inline-block;
  width: 32px;
  height: 400px;
  z-index: 999;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  background: url("../../images/newpublicsrc/banner-left.png") no-repeat center transparent;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
.l-banner:hover .banner-left {
  left: 0;
}
.l-banner:hover .banner-right {
  right: 0;
}
.l-banner .banner-right {
  position: absolute;
  top: 0;
  right: -32px;
  display: inline-block;
  width: 32px;
  height: 400px;
  z-index: 999;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  background: url("../../images/newpublicsrc/banner-right.png") no-repeat center transparent;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
.l-banner .swiper-container {
  height: 400px;
  position: relative;
}
.l-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 400px;
}
.l-banner .swiper-container .pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.l-banner .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #9c9b9b;
  margin-right: 10px;
  border-radius: 0;
  opacity: 1;
}
.l-banner .swiper-container .swiper-visible-switch,
.swiper-active-switch {
  background-color: #ffffff;
}
.l-banner .banner-warp {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.l-banner .banner-rules {
  margin-top: 40px;
  color: #fff;
}
.l-banner .banner-rules dd {
  font-size: 18px;
  line-height: 46px;
  color: #fff;
}
.l-banner .banner-rules dd .b-icon {
  vertical-align: text-top;
  margin-right: 6px;
}
.l-banner .banner-btn {
  margin-top: 40px;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  padding: 0 13px;
  font-size: 18px;
  background: #39c19d;
}
.l-banner .banner-btn .b-icon {
  vertical-align: middle;
}
.l-banner .banner-btn:hover {
  background: #31D9ac;
}
.btn-row.b-center {
  text-align: center;
}
.btn-row.b-center .banner-btn {
  margin-top: 256px;
}
.banner-tips {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 15;
}
/*vip service*/
.vip-box {
  height: 130px;
  background-color: #f0f0f0;
  color: #555555;
}
.vip-service:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.vip-service {
  width: 1200px;
  margin: 0 auto;
}
.vip-service li {
  width: 280px;
  height: 100px;
  background-color: #f0f0f0;
  padding: 30px 0 0px 20px;
  float: left;
}
.vip-service li .img {
  float: left;
  width: 20%;
  max-width: 50px;
  height: 50px;
}
.vip-service li .text {
  float: left;
  width: 70%;
  margin-left: 7%;
}
.vip-service li .text p {
  margin-top: 10px;
  line-height: 18px;
}
.vip-service li:first-child {
  background-color: #eaeaea;
}
.vip-service li:first-child + li + li {
  background-color: #eaeaea;
}
/*covering-box*/
.covering-box {
  margin-top: 60px;
}
.covering-box h2 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.covering-box h4 {
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 45px;
}
.covering-box .content {
  margin-bottom: 20px;
}
.covering-box .content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.covering-box .content li {
  float: left;
  width: 33.3%;
  text-align: center;
  margin: 30px 0;
  transition: all 0.3s;
}
.covering-box .content li .logo {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  height: 44px;
  overflow: hidden;
  width: 44px;
  display: inline-block;
}
.covering-box .content li .logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.covering-box .content li .logo img:first-child {
  opacity: 1;
  filter: alpha(opacity=100);
}
.covering-box .content li .logo img:first-child + img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.covering-box .content li:hover .logo img:first-child + img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.covering-box .content li .link-service {
  display: block;
  color: #333333;
  margin-top: 20px;
  font-weight: 700;
  font-size: 19px;
}
.covering-box .content li:hover .link-service {
  color: #39c19d;
}
.covering-box .content li p {
  width: 280px;
  margin: 14px auto 0;
  text-align: left;
  height: 54px;
  line-height: 18px;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  overflow: hidden;
  transition: all 0.3s;
}
/*active*/
.covering-box .content li .active {
  height: auto;
  min-height: 54px;
  overflow: visible;
  transition: all 0.3s;
  /*-webkit-line-clamp: none;*/
}
.learnmore {
  width: 260px;
  margin: 6px auto 0;
  font-size: 14px;
  text-align: center;
}
.learnmore a {
  color: #39c19d;
}
/*team box*/
.team-box {
  margin-top: 15px;
  height: 502px;
  overflow: hidden;
  background-color: #373d41;
}
.team-box .item-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.team-box .item-content .item {
  width: 300px;
  height: 502px !important;
  float: left;
  position: relative;
}
.team-box .item-content .item a {
  display: block;
}
.team-box .item-content .item a .item-bg {
  width: 100%;
  height: 100%;
}
.team-box .item-content .item a .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.team-box .item-content .item a .mask .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #161a1d;
  opacity: 0.35;
  filter: alpha(opacity=35);
  /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(35));*/
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-box .item-content .item a .mask .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  transition: all 0.4s;
  text-align: center;
}
.team-box .item-content .item .item-img-panel {
  width: 250px;
  height: 68px;
  /*display: inline-block;*/
  margin: 30px auto 0;
  position: relative;
}
.team-box .item-content .item .item-img-panel img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.team-box .item-content .item .item-img-panel .item-img-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.team-box .item-content .item .item-line {
  margin-top: 20px;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.3s;
}
.team-box .item-content .item .title {
  margin-top: 18px;
  color: #ffffff;
  transition: all 0.3s;
}
.team-box .item-content .item .title h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.team-box .item-content .item .title .design {
  font-size: 16px;
  transition: all 0.3s;
}
.team-box .item-content .item .text {
  width: 240px;
  text-align: left;
  margin: 30px auto 0;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in;
}
.team-box .item-content .item .for-service {
  position: absolute;
  left: 90px;
  bottom: 30px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ffffff;
  color: #ffffff;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  transition: all 0.4s ease-in;
}
.team-box .item-content .item .for-service:hover {
  background-color: #ffffff;
  color: #36b191;
}
/*mouseenter*/
.team-box .item-content .item:hover a .mask .bg {
  background-color: #36b191;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.4s;
}
.team-box .item-content .item:hover a .item-img-hover {
  opacity: 100;
  filter: alpha(opacity=100);
}
.team-box .item-content .item:hover a .content {
  top: -20px;
}
.team-box .item-content .item:hover a .design {
  opacity: 0;
  filter: alpha(opacity=0);
}
.team-box .item-content .item:hover .text {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  margin-top: 0;
}
.team-box .item-content .item:hover .for-service {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
/*control */
.next,
.prev {
  position: absolute;
  height: 502px;
  width: 50px;
  z-index: 99;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
}
.next {
  left: -50px;
  background: url("../images/layout/left-arrow.png") no-repeat center;
}
.prev {
  right: -50px;
  background: url("../images/layout/right-arrow.png") no-repeat center;
}
.item-content:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
.item-content:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
/*online-box*/
.online-box {
  margin: 50px 0;
  text-align: center;
}
.online-box h2 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.online-box .text {
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
  text-align: center;
  font-weight: normal;
}
.online-box .range-box {
  margin-top: 60px;
  position: relative;
  height: 200px;
}
.online-box .range-box .range-line {
  position: absolute;
  top: 82px;
  left: 0;
  width: 1200px;
  background: url("../images/layout/range-bg.png") no-repeat center;
  height: 27px;
  z-index: -1;
}
.online-box .range-box .range-item {
  float: left;
  text-align: left;
}
.online-box .range-box .range-item .range-text {
  margin-top: 48px;
}
.online-box .range-box .range-item .range-text:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.online-box .range-box .range-item .range-text .text-left {
  float: left;
}
.online-box .range-box .range-item .range-text .text-right {
  float: left;
}
.online-box .range-box .range-item .range-text h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.online-box .range-box .range-item .range-text p {
  margin: 5px 0 0 10px;
}
.online-box .range-box .step1 {
  width: 32%;
}
.online-box .range-box .step1 .item-logo {
  padding-left: 168px;
}
.online-box .range-box .step1 .range-text {
  padding-left: 60px;
}
.online-box .range-box .step1 .range-text h3 {
  width: 260px;
  margin-left: 10px;
  margin-top: 10px;
}
.online-box .range-box .step1 .range-text p {
  width: 260px;
  text-align: center;
}
.online-box .range-box .step2 {
  width: 34%;
}
.online-box .range-box .step2 .item-logo {
  padding-left: 178px;
}
.online-box .range-box .step2 .range-text {
  padding-left: 30px;
}
.online-box .range-box .step2 .range-text h3 {
  width: 300px;
  margin-left: 10px;
  margin-top: 10px;
}
.online-box .range-box .step2 .range-text p {
  width: 300px;
  text-align: center;
}
.online-box .range-box .step3 {
  width: 34%;
}
.online-box .range-box .step3 .item-logo {
  padding-left: 174px;
}
.online-box .range-box .step3 .range-text {
  padding-left: 30px;
}
.online-box .range-box .step3 .range-text h3 {
  width: 260px;
  margin-left: 10px;
  margin-top: 10px;
}
.online-box .range-box .step3 .range-text p {
  width: 260px;
  text-align: center;
}
.online-box .demand {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #39c19d;
  color: #ffffff;
  padding: 0 35px;
  margin-top: 36px;
  transition: all 0.3s;
  font-size: 20px;
}
.online-box .demand:hover {
  background-color: #31d9ac;
}
/*2023-8-14 start*/
.view-product {
  text-align: center;
  font-size: 0;
  margin: 30px 0 0px -20px;
  min-width: 1200px;
}
.view-product .view {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.view-product .view:hover img {
  transform: scale(1.02);
}
.view-product .view img {
  width: 100%;
  transition: all 0.3s;
}
.view-product .view .info {
  width: 180px;
  height: 180px;
  cursor: pointer;
  overflow: hidden;
}
.view-product .view h6 {
  font-size: 14px;
  text-align: center;
  padding: 14px 0 22px;
  cursor: default;
  font-weight: normal;
}
/*2023-8-14 end*/
/*# sourceMappingURL=pcblayout.css.map */