/* 关于我们 */
.about_banner {
  width: 100%;
  height: 192px;
  background: url(../img/about3_banner.png) no-repeat center center;
  background-size: 100% 100%;
  ;
  position: relative;
}

.about_banner .about_content {
  width: 100%;

}

.about_banner .about_content .textdesc {
  width: 300px;
  height: 120px;
  position: absolute;
  left: 21%;
  top: 30%
}

.about_banner .about_content .textdesc p {
  font-size: 43px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 13px;
}

.about_banner .about_content .textdesc .poline {
  width: 400px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
  position: relative;
}

.about_banner .about_content .textdesc .poline div {
  width: 200px;
  height: 12px;
  background: #ffffff;
  box-shadow: rgb(0, 204, 0) 0px 0px 3px inset;
  position: absolute;
  left: 0;
  top: -6px;
}

.about_banner .about_content .textdesc .poline p {
  font-size: 21px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  bottom: -30px;
}

/* 大背景 */
.con_banner {

  width: 100%;
  background-image: url(../img/Contact_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.contentOne {
  width: 783px;
  height: 850px;
  margin: 0 auto;
  background: url(../img/con_center.png) no-repeat center center;

  background-size: 100% 100%;

}





/* 全球分布图 */
.global {
  width: 783px;
  height: 440px;
  /* background-color: rgb(158, 73, 73); */
}

/* icon */
.map_icon1 {
  width: 35px;
  height: 47px;
  background-image: url(../img/Contact-map2.png);
  background-size: 35px 47px;
  top: -175px;
  left: 89px;
  z-index: 4;
  position: relative;
  width: 35px;
  cursor: pointer;
  /* height: 47px; */
}

/* 导航下划线 */
.bottomLine {
  left: 475px;
}

.map_icon2 {
  width: 35px;
  height: 47px;
  background-image: url(../img/Contact-map2.png);

  background-size: 35px 47px;
  cursor: pointer;

  top: -252px;
  left: 83px;
  z-index: 5;
  position: relative;
  width: 35px;
  /* height: 47px; */
}

.map_icon3 {
  width: 35px;
  height: 47px;
  background-image: url(../img/Contact-map2.png);
  background-size: 35px 47px;
  top: -289px;
  left: 316px;
  z-index: 5;
  position: relative;
  width: 35px;
  cursor: pointer;

  /* height: 47px; */
}

.map_iconback {
  width: 35px;
  height: 47px;
  background-image: url(../img/Contact-map1.png);
  background-size: 35px 47px;

}


.global1 {
  width: 783px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  padding-top: 50px;
}

.global>img {
  width: 724px;
  height: 256px;
  /* background-color: rgb(255, 255, 255); */
  margin-top: 38px;
  margin-left: 35px;
}

.global2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.global2>div {
  width: 139px;
  height: 49px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  /* background-image: url(../img/dress_back.png);
	background-size: 139px 49px; */
}

.global2>div:nth-child(1) {
  /* background-image: url(../img/dress_back.png); */
  background-size: 139px 49px;
}

.global2>div:hover {
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  background-image: url(../img/dress_back.png);
  background-size: 139px 49px;
}

.global4 {
  background-image: url(../img/dress_back.png);
  background-size: 139px 49px;
}

/* 滑动banner */
.swiper-slide>img {
  width: 90%;
  /* height: 326px; */
}


.swiper-slide {
  
  background: transparent !important;
}

.swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  top: 565px !important;
  right: 0 !important;
  z-index: 4 !important;
}

.swiper-pagination-bullet {
  border-radius: 5px !important;
  width: 139px !important;
  height: 49px !important;
  margin: 0 30px !important;
  background: none !important;
  line-height: 40px !important;
  opacity: 1 !important;
  font-size: 14px;
  color: #ffffff;

}

.swiper-pagination-bullet-active {
  background: url(../img/dress_back.png) no-repeat center center !important;
  width: 139px !important;
  height: 49px !important;
  background-size: 100% 100% !important;
  line-height: 40px !important;
  color: white !important;
}

.swiper-button-prev {
  zoom: 1.7 !important;
  left: 50px !important;
}

.swiper-button-next {
  zoom: 1.7 !important;
  right: 45px !important;

}

/* 索元风采 */
.font {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 49px;
  margin-bottom: 20px;
  text-align: center;
}

.img {
  width: 651px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 15px;
}

.img>img {
  transition: linear 0.3s all;
}

.img>img:hover {
  box-shadow: 0px 0px 5px 5px rgb(209, 204, 204);
  transform: scale(1.03);
}

.img1>img:nth-child(1) {
  width: 295px;
  height: 180px;
}

.img1>img:nth-child(2) {
  width: 330px;
  height: 180px;
}

.img2>img:nth-child(1) {
  width: 206px;
  height: 144px;
}

.img2>img:nth-child(2) {
  width: 230px;
  height: 144px;
}

.img2>img:nth-child(3) {
  width: 183px;
  height: 144px;
}

.img3>img:nth-child(1) {
  width: 347px;
  height: 211px;
}

.img3>img:nth-child(2) {
  width: 281px;
  height: 211px;
}

.img4>img {
  width: 650px;
  height: 320px;
}