@charset "UTF-8";
/* 颜色变量 */
.about-title {
  text-align: center;
  margin-bottom: 30px;
}

.about-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 24px;
  background: url("../images/icon-about.png") no-repeat left center, url("../images/icon-about.png") no-repeat right center;
  background-size: 21px auto;
}

.about-title p {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.about-item {
  margin-bottom: 60px;
}

.introduce {
  display: flex;
  align-items: center;
}

.introduce img {
  width: 460px;
  min-width: 460px;
}

.introduce > div {
  padding: 13.5px 20px;
  background-color: #F5F5F5;
  -webkit-line-clamp: 10;
  font-size: 16px;
  line-height: 1.8;
  white-space: break-spaces;
}

.team {
  font-size: 16px;
  line-height: 1.8;
}

.team-img ul {
  display: flex;
  align-items: center;
}

.team-img ul li {
  margin-right: 12px;
}

.team-img ul li > a {
  display: block;
  overflow: hidden;
}

.team-img ul li > a > img {
  width:100%;
  height:100%;
  object-fit: cover;
  transition: all .6s;
}

.team-img ul li:last-child {
  margin-right: 0;
}

.team-img ul li:nth-of-type(1) {
  width: 408px;
  min-width: 408px;
  height: 408px;
}

.team-img ul li:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
}

.team-img ul li:nth-of-type(2) > a {
  width: 252px;
  height: 198px;
}

.team-img ul li:nth-of-type(2) > a:nth-of-type(1) {
  margin-right: 12px;
}

.team-img ul li:nth-of-type(2) > a:nth-of-type(3) {
  width: 516px;
  height: 198px;
  margin-top: 12px;
}

.team-img ul li:nth-of-type(3) {
  width: 252px;
  min-width: 252px;
  height: 407px;
}

.team-img ul li > a:hover > img {
  transform: scale(1.2);
}
.history-box {
  background: url("../images/histroy-bg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.about-history {
  position: relative;
}

.about-history .swiper-wrapper {
  align-items: center;
}

.about-history .swiper-slide {
  width: 205px !important;
  height: 272px !important;
  padding: 20px 18px;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 8px;
  background-position: bottom center;
  background-size: cover;
}

.about-history .swiper-slide > p {
  display: block;
  line-height: 232px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.about-history .swiper-slide .content {
  display: none;
  color: #fff;
}

.about-history .swiper-slide .content h3 {
  font-size: 28px;
  text-align: center;
  padding: 15px 0;
}

.about-history .swiper-slide .content ul li {
  margin-bottom: 30px;
}

.about-history .swiper-slide .content ul li:last-child {
  margin-bottom: 0;
}

.about-history .swiper-slide .content ul li span {
  font-size: 16px;
  font-weight: bold;
}

.about-history .swiper-slide .content ul li p {
  font-size: 16px;
}

.about-history .swiper-slide-active {
  width: 316px !important;
  height: 421px !important;
}

.about-history .swiper-slide-active > p {
  display: none;
}

.about-history .swiper-slide-active .content {
  display: block;
}

.about-history .swiper-button-prev, .about-history .swiper-button-next {
  width: 47px;
  height: 57px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 16px auto;
}

.about-history .swiper-button-prev {
  left: -107px;
}

.about-history .swiper-button-next {
  right: -107px;
}

.honor-list .list {
  display: flex;
  margin-bottom: 50px;
}

.honor-list .list li {
  margin-right: 39px;
  transition: all .6s;
}

.honor-list .list li .img-box {
  position: relative;
  width: 208px;
  height: 142px;
  margin-bottom: 20px;
  overflow: hidden;
}

.honor-list .list li .img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor-list .list li .img-box .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
.honor-list .list li p {
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 42px;
}

.honor-list .list li:hover  {
  transform: translateY(-5px);
}

.honor-list .list-5 li:nth-of-type(5) {
  margin-right: 0;
}

.honor-list .list-7 li:nth-of-type(7) {
  margin-right: 0;
}

.honor-list .list-7 li .img-box {
  position: relative;
  width: 138px;
  height: 194px;
  overflow: hidden;
}

.culture-item {
  margin-bottom: 50px;
}

.culture-img {
  position: relative;
  height: 161px;
  overflow: hidden;
}
.culture-img img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.culture-img p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  transition: all .6s;
}

.culture-img:hover p {
  transform: translate(-50%, -50%) scale(1.2);
}



.about-join li {
  padding: 22px 30px;

}
.about-join li>div{
  display: flex;
}
.about-join li:hover {
  background-color: #FAFAFA;
}

.about-join li .img-box {
  width: 332px;
  height: 332px;
  min-width: 332px;
  margin-right: 20px;
  overflow: hidden;
}
.about-join li .img-box img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.about-join li .info {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}
.about-join li .info pre{
  font-family: MicrosoftYaHei;
  line-height: 1.5;
  margin: 0;
}
.about-join li .name {
  font-size: 16px;
  font-weight: bold;
  color: #00A67D;
  margin-bottom: 20px;
}

.about-join p {
  margin: 10px 0 50px;
  font-size: 16px;
  color: #00A67D;
  text-align: center;
}

.about-contact .info p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.about-contact .info p span {
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.about-contact .info p:nth-of-type(1) span {
  background-image: url("../images/contact-position.png");
}

.about-contact .info p:nth-of-type(2) span {
  background-image: url("../images/contact-tel.png");
}

.about-contact .info p:nth-of-type(3) span {
  background-image: url("../images/contact-msg.png");
}

.about-contact .info p:nth-of-type(4) span {
  background-image: url("../images/contact-web.png");
}

.about-contact .map-box {
  height: 514px;
}

.about-contact .tag {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #00A67D;
}

.about-contact .tag span {
  display: inline-block;
  width: 375px;
  margin-bottom: 50px;
  text-align: left;
}
.bg-color1{
  background-image:url('../images/history-slide.png'), linear-gradient(135deg, #E9D365 0%, #F8B009 100%);
}
.bg-color2{
  background-image:url('../images/history-slide.png'), linear-gradient(135deg, #2DD5B6 0%, #1DB69A 100%);
}
.bg-color3{
  background-image:url('../images/history-slide.png'), linear-gradient(317deg, #00A674 0%, #0ACC5E 100%);
}
.bg-color4{
  background-image:url('../images/history-slide.png'), linear-gradient(315deg, #7082F6 0%, #A042FD 100%);
}
.bg-color5{
  background-image:url('../images/history-slide.png'), linear-gradient(135deg, #687BE8 0%, #3F56DA 100%);
}
/*地图弹窗阴影*/
.shadow{
  display: none;
}
/* 公司简介手机端 */
@media all and (max-width: 960px) {
  .introduce {
    display: block;
  }
  .introduce img {
    display: none;
    width: 100%;
    min-width: 100%;
  }
  .introduce > div {
    font-size: 3.6vw;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
}

/* 发展历程手机端 */
@media all and (max-width: 960px) {
  .history-box .wid-1200 {
    padding: 0;
  }
  .about-history .swiper-slide {
    width: 45vw !important;
    height: 60vw !important;
    padding: 4vw;
  }
  .about-history .swiper-slide > p {
    line-height: 52vw;
    font-size: 4.6vw;
  }
  .about-history .swiper-slide .content h3 {
    font-size: 4.2vw;
    padding: 2vw 0;
  }
  .about-history .swiper-slide .content ul li {
    margin-bottom: 4vw;
  }
  .about-history .swiper-slide .content ul li span {
    font-size: 3.6vw;
  }
  .about-history .swiper-slide .content ul li p {
    font-size: 3.6vw;
  }
  .about-history .swiper-slide-active {
    width: 60vw !important;
    height: 80vw !important;
  }
  .about-history .swiper-button-prev, .about-history .swiper-button-next {
    width: 47px;
    height: 57px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 16px auto;
  }
  .about-history .swiper-button-prev, .about-history .swiper-button-next {
    width: 8vw;
    height: 12vw;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 3vw auto;
  }
  .about-history .swiper-button-prev {
    left: 0;
  }
  .about-history .swiper-button-next {
    right: 0;
  }
}

/* 企业荣誉手机端 */
@media all and (max-width: 960px) {
  .honor-list .list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .honor-list .list li {
    margin-right: 0;
    margin-bottom: 4vw;
    margin-right: 2vw;
  }
  .honor-list .list li .img-box {
    width: 29vw;
    height: 19vw;
    margin-bottom: 2vw;
    margin-right: 0;
  }
  .honor-list .list li p {
    width: 29vw;
    font-size: 3.6vw;
    white-space: normal;
  }
  .honor-list .list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .honor-list .list-7 li .img-box {
    width: 29vw;
    height: 41vw;
  }
  .honor-list .list-7 li:last-child {
    display: none;
  }
}

/* 企业文化 */
@media all and (max-width: 960px) {
  .about-item {
    padding: 0;
    margin: 0;
  }
  .about-title {
    text-align: center;
    padding: 4vw 0 4vw;
    margin: 0;
  }
  .about-title h3 {
    font-size: 5.2vw;
    background-size: 4vw auto;
  }
  .about-title p {
    font-size: 3.6vw;
  }
  .about-title img {
    width: 56vw;
    margin: 2vw auto;
  }
  .culture-img {
    height: 20vw;
  }
  .culture-img p {
    width: 100%;
    font-size: 4.6vw;
    text-align: center;
  }
}

/* 团队风采 */
@media all and (max-width: 960px) {
  .team-img ul {
    display: block;
    position: relative;
    height: 131vw;
  }
  .team-img ul li {
    position: absolute;
    margin-right: 0;
  }
  .team-img ul li:nth-of-type(1) {
    left: 0;
    bottom: 0;
    width: 56vw;
    min-width: 56vw;
    height: 56vw;
    margin-right: 2vw;
  }
  .team-img ul li:nth-of-type(2) {
    padding-bottom: 60vw;
  }
  .team-img ul li:nth-of-type(2) > a {
    width: 45vw;
    height: 35.4vw;
  }
  .team-img ul li:nth-of-type(2) > a:nth-of-type(1) {
    margin-right: 2vw;
  }
  .team-img ul li:nth-of-type(2) > a:nth-of-type(3) {
    width: 100%;
    height: 35.4vw;
    margin-top: 2vw;
  }
  .team-img ul li:nth-of-type(3) {
    right: 0;
    bottom: 0;
    width: 34vw;
    min-width: 34vw;
    height: 56vw;
  }
}

/* 加入我们 */
@media all and (max-width: 960px) {
  .about-join li {
    position: relative;
    padding: 0;
    padding-top: 4vw;
  }
  .about-join li > div {
    display: block;
  }
  .about-join li:hover {
    background-color: #fff;
  }
  .about-join li .img-box {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 20vw;
  }
  .about-join li .img-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-join li .img-box::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .about-join li .info {
    font-size: 3.6vw;
  }
  .about-join li .info pre {
    margin: 2vw 0;
    white-space: break-spaces;
    line-height: 1.5;
  }
  .about-join li .name {
    position: absolute;
    top: 8vw;
    left: 0;
    width: 100%;
    font-size: 4.2vw;
    z-index: 20;
    color: #fff;
  }
  .about-join p {
    font-size: 3.8vw;
    margin: 4vw 0 6vw;
  }
}

/* 联系我们手机端 */
@media all and (max-width: 960px) {
  .about-contact .info {
    padding-top: 4vw;
  }
  .about-contact .info p {
    font-size: 3.6vw;
  }
  .about-contact .info p span {
    padding-left: 6vw;
    background-size: 6vw;
  }
  .about-contact .map-box {
    height: calc(100vh - 12vw - 13.5vw - 43vw);
  }
  .about-contact .tag {
    font-size: 3.8vw;
    text-align: center;
  }
  .about-contact .tag span {
    width: 100%;
  }
}