/* 首页-头部 */
/* 滚动 */
.swiper-containerPc {
  display: block;
}
.swiper-containerYd {
  display: none;
}
.swiper-container .swiper-img {
  width: 100%;
}
.swiper-containerYd .swiper-pagination-bullet,
.swiper-containerPc .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-containerYd .swiper-pagination-bullet-active,
.swiper-containerPc .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 20px;
  border-radius: 3px;
}
.content .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  .swiper-containerYd {
    display: block;
  }
  .swiper-containerPc {
    display: none;
  }
}
/* 主体内容 */
/* 标题共同样式 */
.container1 {
  padding: 0;
}
.container1 > div {
  text-align: center;
}
.jointly123 div a {
  text-decoration: none;
}
.nav-name {
  color: #333333;
  font-size: 30px;
  margin-top: 40px;
}
.product-introduce .nav-name {
  margin-top: 40px;
}
.nav-english {
  color: #d3d2d0;
  font-size: 8px;
  margin-top: 3px;
}
.nav-english > div:last-child {
  display: inline-block;
  width: 101px;
  border-top: 1px solid #ececeb;
  margin-top: 7px;
  position: relative;
}
.nav-english > div:last-child div {
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #036dd4;
  margin-top: -6px;
}
/* 软件平台\智慧政务\软件定制 共同样式 */
.jointly {
  padding: 0px 18% 25px 18%;
}
.jointly123 {
  display: flex;
  overflow: hidden;
}
.jointly123 > div {
  position: relative;
  flex: 33%;
  margin-right: 20px;
  margin-top: 17px;
  text-align: left;
  background-color: #fafafa;
}
.jointly123 > div .software-img {
  width: 100%;
}
.jointly-title {
  line-height: 25px;
  padding: 10px 10px 0 10px;
  font-size: 16px;
  color: #333333;
}
.jointly-content {
  padding-right: 10px;
  padding-left: 10px;
  color: #999999;
  line-height: 20px;
  font-size: 13px;
}
/* 查看更多 */
.watchMore {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 50%;
  font-size: 8px;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.watchMore span {
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
}
.watchMore span::after,
.watchMore span::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -7px;
}
.watchMore span::after {
  top: 18px;
}
.jointly123 > div:hover {
  margin-top: 12px;
  border-bottom: 2px solid #036dd4;
}
.jointly123 > div:hover .watchMore {
  /* opacity: 0.5; */
  visibility: visible !important;
}

.watchMore-seleted {
  display: inline-block;
}
.watchMore-noseleted {
  display: none;
}
.watchMore-img {
  width: 20%;
  margin: 12px auto 15px 11px;
}

.jointly123 > div:hover .watchMore-seleted {
  display: none;
}
.jointly123 > div:hover .watchMore-noseleted {
  display: inline-block;
}

/* 软件平台、智慧政务轮播 */
.carousel {
  display: flex;
  padding: 0 20% 0 20%;
}
.carousel > div {
  flex: 33%;
  /* margin-right: 20px; */
  clear: both;
  overflow: hidden;
}
.carousel img {
  width: 12px;
  height: 12px;
  float: right;
  margin-right: 6px;
  cursor: pointer;
  margin-top: 0;
}
.showSelected {
  display: inline;
}
.noshowSelected {
  display: none;
}
.wisdom {
  padding-bottom: 25px;
}
/* 滚动-软件定制 */
.content {
  overflow: hidden;
  padding-bottom: 18px;
  margin-top: 30px;
  display: none;
}
.content .custom-container {
  padding-bottom: 50px;
}
.custom-item {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  width: 85%;
  overflow: hidden;
  padding: 5%;
  margin: auto;
}
.custom-item .jointly-title {
  font-size: 18px;
  line-height: 38px;
  color: #333333;
}
.custom-item .jointly-content {
  font-size: 15px;
  line-height: 25px;
  color: #999999;
}
.wisdom .morestyle:hover .more2 {
  display: inline-block;
}
.wisdom .morestyle:hover .more1 {
  display: none;
}

/* 滚动 */
.swiper-slide {
  display: flex;
}
/* .content .swiper-slide {
  width: 80% !important;
} */
/* 软件定制 */
.custom-all {
  background-color: #fafafa;
  padding-top: 10px;
}
.custom > div {
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 1px solid #e6e6e6;
}
.custom-all .custom > div:hover {
  margin-top: 13px;
  border-bottom: 2px solid #e6e6e6;
}
.custom .custom-img {
  width: 26%;
}
.custom .jointly-title,
.custom .jointly-content {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}
.custom .jointly-title {
  font-size: 16px;
  padding: 10px 0 10px 0;
  /* padding-bottom: 10px;
  padding-top: 10px; */
}
/* 公司动态 */
.dynamic .dynamic-div {
  cursor: pointer;
  display: flex;
  text-align: left;
  margin-top: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
/* .dynamic .dynamic-div > div {
  flex: 2;
} */
.dynamic .dynamic-div .dynamic-img {
  width: 100%;
}
.dynamic .dynamic-div > div:first-child {
  text-align: center;
  padding-top: 5px;
}
.dynamic .dynamic-div > div:first-child img {
  width: 131px;
  height: 75px;
}
.dynamic .dynamic-div .dynamic-title {
  color: #333333;
  font-size: 15px;
  /* 两行显示 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* // 控制多行的行数 */
  -webkit-box-orient: vertical;
}
/* .dynamic > div:first-child .dynamic-title {
  color: #036dd4;
} */
.dynamic-div:hover .dynamic-title {
  color: #036dd4;
}
.dynamic-alltime {
  display: none;
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  margin-top: 7px;
}

.dynamic .dynamic-div > div:nth-child(2) {
  flex: 5;
  padding-top: 15px;
  padding-right: 15px;
}
.dynamic .dynamic-div .dynamic-content {
  color: #999999;
  font-size: 13px;
  margin-top: 10px;
  height: 36px;
  line-height: 18px;
  /* 两行显示 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* // 控制多行的行数 */
  -webkit-box-orient: vertical;
}
.dynamic-middle {
  /* border-right: 1px solid #dcdcdc; */
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
}
.dynamic-vertical {
  position: absolute;
  right: 0;
  top: 17%;
  width: 1px;
  height: 70%;
  background-color: #dcdcdc;
}
.dynamictimeDay,
.dynamictime {
  text-align: center;
  line-height: 17px;
  color: #333333;
}
.dynamictimeDay {
  font-size: 30px;
}
.dynamictime {
  font-size: 12px;
  margin-top: 5px;
}
.dynamic .dynamic-div .dynamic-timeStyle {
  margin-top: 25px;
  padding-left: 8px;
  flex: 1;
}
.dynamic-middle span {
  display: none;
}
.jointly123 .morestyle img {
  cursor: pointer;
}
.more1 {
  display: inline-block;
  position: relative;
}
.more2 {
  display: none;
}
.morestyle:hover .more2 {
  display: inline-block;
}
.morestyle:hover .more1 {
  display: none;
}
.morestyle img {
  width: 120px;
  margin-top: 30px;
}
/* 我们团队 */
.ourTeam-title {
  display: flex;
  margin-top: 17px;
}
.ourTeam-title div {
  flex: 1;
}
.ourTeam-title div span {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  color: #036dd4;
  float: right;
  margin-right: 10px;
  box-shadow: rgba(3, 109, 212, 0.16) 0 0 10px;
  cursor: pointer;
}
.ourTeam-title div:last-child span {
  float: left;
  margin-left: 10px;
}
.ourTeam-title div .selected {
  background-color: #036dd4 !important;
  color: #ffffff;
}
.hezuo-content {
  display: flex;
  margin-top: 30px;
}
.hezuo-content > div {
  flex: 35%;
}
.hezuo-content .hezuo-contentImg img {
  width: 100%;
}
.hezuo-content .hezuo-contentText {
  flex: 65%;
  position: relative;
}
.hezuo-contentText span {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  background-color: #fff;
  padding: 8% 5% 8% 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ourTeam-content .ourTeam-contentText {
  flex: 60%;
  /* border: 1px solid red; */
}
.ourTeam-content .ourTeam-contentText > span {
  /* border: 1px solid red; */
  padding: 10% 20px 3% 25px;
  background-color: #fafafa;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333333;
}
.ourTeam-content .ourTeam-contentText > div {
  display: flex;
  height: 25%;
  justify-content: flex-start;
  /* padding-left: 3%; */
  padding-right: 36%;
}
.ourTeam-content .ourTeam-contentText > div div {
  flex: 25%;
  height: 100%;
}
.ourTeam-content .ourTeam-contentText > div div img {
  /* height: 100%; */
  /* width: 50%; */
  width: 80px;
  height: 80px;
}
.ourTeam-content .ourTeam-contentText > div div span {
  font-size: 14px;
  line-height: 40px;
}
/* 关于我们 */
.aboutus {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 80px;
  margin-top: 17px;
  position: relative;
}
.aboutus-text {
  flex: 65%;
  padding: 0;
  padding-top: 9%;
  padding-bottom: 5%;
  padding-bottom: 10px;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
  /* border: 1px solid red; */
}
.aboutus-text div {
  /* border: 1px solid red; */
  font-size: 20px;
  /* margin-top: 2%; */
  line-height: 45px;
}
.aboutus-text span {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.aboutus-textSpan {
  font-weight: 700;
}
.aboutus-img {
  flex: 55%;
  padding-left: 8%;
}
.aboutus-img > img {
  /* height: 221px; */
  width: 80%;
  height: 100%;
}
.aboutus-card {
  display: flex;
  position: absolute;
  bottom: -45px;
  /* left: 10px; */
  width: 78%;
  background-color: #fff;
  box-shadow: rgba(1, 11, 19, 0.1) 0 0 10px;
}
.aboutus-card > div {
  flex: 25%;
  padding-top: 4%;
  padding-bottom: 2%;
}
.aboutus-card > div img {
  width: 28px;
  height: 28px;
}
.aboutus-card > div span {
  font-size: 15px;
  line-height: 38px;
}
.product-style2 {
  display: none;
}
.wisdom .morestyle {
  display: none;
}

@media (max-width: 750px) {
  .copyright {
    display: none;
  }
  .product-style {
    display: none;
  }
  .product-style2 {
    display: inline-block;
  }
  .nav-name {
    font-size: 25px;
    margin-top: 25px;
  }
  .jointly {
    padding: 0px 5% 25px 5%;
  }
  .jointly123 {
    flex-wrap: wrap;
  }
  .jointly123 > div {
    flex: 100%;
    margin-top: 25px;
    margin-right: 0px;
  }
  .wisdom {
    padding-bottom: 0;
  }
  .wisdom .jointly .ydNoMore1 {
    display: none;
  }
  .jointly123 > div:hover {
    display: block;
    margin-top: 25px;
    border-bottom: 2px solid #036dd4;
  }

  /* .jointly123 .morestyle:hover {
    border-bottom: 0px solid #036dd4;
  } */

  .jointly-title {
    font-size: 16px;
  }
  .jointly-content {
    font-size: 13px;
  }

  .wisdom .morestyle {
    display: block;
    background-color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    height: 30px;
  }
  .wisdom .morestyleYesNo {
    display: none;
  }
  .wisdom .morestyle img {
    width: 95px;
    height: 23px;
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .wisdom .morestyle .more1 {
    display: inline-block;
  }
  .wisdom .morestyle .more2 {
    display: none;
  }
  .wisdom .jointly {
    padding-top: 0;
    /* padding-bottom: 8px; */
  }
  .product-introduce .jointly {
    padding-bottom: 8px;
  }
  .wisdom .jointly123 > div:first-child {
    margin-top: 0;
  }

  .watchMore-img {
    width: 71px;
    height: 20px;
  }
  .carousel {
    display: none;
  }
  .content {
    display: block;
  }
  .custom-all {
    padding-top: 5px;
  }
  .custom-img {
    width: 30%;
  }
  .custom {
    display: none;
  }
  .dynamic-middle {
    border-right: 0px solid #dcdcdc;
  }
  .dynamic-vertical {
    display: none;
  }
  .dynamic-timeStyle {
    display: none;
  }
  .dynamic-middle span {
    display: inline;
  }
  .dynamic .dynamic-div .dynamic-content {
    display: none;
  }
  .dynamic .dynamic-div .dynamic-title {
    line-height: 20px;
    font-size: 14px;
  }
  .dynamic > div:first-child .dynamic-title {
    color: #333333;
  }
  .dynamic-alltime {
    display: block;
  }
  .dynamic .dynamic-div > div {
    flex: 3;
  }
  .hezuo-contentText,
  .ourTeam-contentText {
    padding-bottom: 30px;
  }

  .hezuo-content .hezuo-contentText span,
  .ourTeam-content .ourTeam-contentText span {
    /* font-size: 13px; */
    line-height: 22px;
    color: #333333;
    padding: 5%;
  }
  .hezuo-content .hezuo-contentText span {
    position: static;
    background-color: #fafafa;
    padding-bottom: 0;
  }
  .ourTeam-all {
    background-color: #fff;
  }
  .hezuo-content {
    display: inline-block;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    margin-top: 15px;
  }
  .aboutus {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .aboutus-img {
    position: relative;
    padding-left: 0;
  }
  .aboutus .aboutus-card {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(1, 11, 19, 0.1) 0 0 10px;
    opacity: 0.8;
  }
  .aboutus-card > div span {
    font-size: 13px;
    line-height: 13px;
  }
  .aboutus .aboutus-card2 {
    display: none;
  }
  .aboutus-text {
    padding: 29px 5% 50px 5%;
    color: #ffffff;
    background-color: #036dd4;
    margin-top: -5px;
  }
  .aboutus-text div {
    line-height: 38px;
  }
  .aboutus-img img {
    width: 100%;
  }
  .ourTeam-content .ourTeam-contentText > div div img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  /* .dynamic .dynamic-div > div {
    flex: 6;
  } */
  .dynamic .dynamic-div .dynamic-title {
    -webkit-line-clamp: 2; /* // 控制多行的行数 */
    margin-top: 10px;
  }
  .dynamic .dynamic-div > div:nth-child(2) {
    padding-top: 0;
  }
}

/* @media (max-width: 750px) {
  #home {
    height: 60px;
  }
  #home .nav-area {
    display: none;
  }
  #home .logo-area {
    position: relative;
  }
  #home .logo-area img {
    height: 45px;
    left: 10%;
    -webkit-transform: translate(-0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #home .nav-area2 {
    display: inline-block;
  }
} */

/* 公司动态 */
.header-title {
  position: relative;
}
.header-text {
  background: rgb(3, 109, 212, 0.5);
  width: 100%;
  padding: 5px 18%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
}
.header-text i {
  /* font-size: 15px; */
}
.header-text span:first-child {
  cursor: pointer;
}
.header-title img {
  width: 100%;
}
.header-title span {
  font-size: 12px;
  line-height: 13px;
}
.header-content {
  margin: 30px 18% 60px 18%;
  border: 1px solid #e6e6e6;
}
.header-contentTitle {
  position: relative;
  text-align: center;
  height: 120px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.header-contentTitle > div {
  width: 100%;
}
.header-contentTitle1 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.header-contentTitle2 {
  width: 100%;
  margin-top: 18px;
  font-size: 12px;
  color: #999999;
}
.header-contentTitle2 i {
  margin-right: 9px;
}
/* .header-contentTitle2 i:last-child {
  margin-left: 40px;
} */
.header-contentTitle > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-img {
  position: relative;
  height: 270px;
}
.header-img img {
  /* width: 50%; */
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-textContent {
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-indent: 2em;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
  border-bottom: 1px solid #e6e6e6;
}
.header-other {
  padding: 2px 40px 12px 40px;
}
.header-other div {
  font-size: 14px;
  line-height: 15px;

  cursor: pointer;
  margin-top: 10px;
}
.header-other .header-next {
  color: rgb(102, 102, 102);
}
.header-other div:hover {
  color: #036dd3;
}
.header-otherYd {
  display: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
  padding: 2px 40px 12px;
}
.header-otherYd div {
  flex: 1;
}
.header-otherYd span {
  display: inline-block;
  background: url("../images/home/more11.png") no-repeat center center;
  background-size: 100% 100%;
  width: 120px;
  height: 33px;
  line-height: 33px;
  text-align: left;
  padding-left: 26px;
  color: rgb(102, 102, 102);
}
/* .header-otherYd .header-next span {
  display: inline-block;
  background: url("../images/home/more22.png") no-repeat center center;
  background-size: 100% 100%;
} */
.header-otherYd > div:hover span {
  display: inline-block;
  background: url("../images/home/more22.png") no-repeat center center;
  background-size: 100% 100%;
  color: #036dd3;
}

@media (max-width: 750px) {
  .header-contentTitle {
    height: 100px;
  }
  .header-content {
    border: 0;
    margin: 30px 30px 30px 30px;
  }
  .header-contentTitle > div {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header-contentTitle1 {
    font-size: 16px;
  }
  .header-contentTitle2 {
    font-size: 12px;
  }
  .header-img {
    height: 200px;
  }
  .header-img img {
    height: 136px;
    /*width: 80%; */
    top: 40px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header-textContent {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .header-otherYd {
    display: flex;
  }
  .ourTeam-content .ourTeam-contentText > div {
    padding-left: 6%;
    padding-right: 6%;
  }
  /* .ourTeam-content .ourTeam-contentText > div div {
    flex: 25%;
  } */
  /* .ourTeam-content .ourTeam-contentText > div div img {
    width: 70%;
  } */
}
