@import url(var.css);
/* pc端 */
.contact {
  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.contact li {
  list-style: none;
}
.contact .contact_header {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contact .contact_header .banner_text {
  /* left: 217px; */
  left: 13%;
  /* bottom: 50%; */
  top: 27%;
  position: absolute;
  color: #fff;
  /* font-size: 47px; */
  /* font-weight: 600; */
}
.contact .contact_header .banner_img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.contact .contact_way {
  padding: 60px 0;
}
.contact .contact_way .way_content {
  display: flex;
  /* justify-content: center; */
  justify-content: space-between;
  font-size: 14px;
  text-align: left;
  color: #261f1e;
  gap: 20px;
}
.contact .contact_way .way_content .way_item .item_phone {
  display: none;
}
.contact .contact_way .way_content .way_item .item_contact {
  display: flex;
  /* gap: 20px; */
  flex-wrap: wrap;
}
.contact .contact_way .way_content .way_item .item_contact .rq {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 40px;
  width: 132px;
  height: 45px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}
.contact .contact_way .way_content .way_item .item_contact .rq > img{
  /* width: 27px; */
  width: 35px;
  margin-right: 15px;
}
@media screen and (max-width: 680px) {
  .contact .contact_way .way_content .way_item .item_contact .rq > img{
    width: 27px;
    margin-right: 10px;
  }
}
.contact .contact_way .way_content .way_item .item_contact .rq  > .hover{
  display: none;
}

.contact .contact_way .way_content .way_item .item_contact .rq .re_bac {
  display: none;
  box-shadow: 5px 5px 5px #00000014, 5px -5px 5px #00000014, -5px 5px 5px #00000014, -5px -5px 5px #00000014;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0;
}
.contact .contact_way .way_content .way_item .item_contact .rq .re_bac img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  padding: 5px;
  box-sizing: border-box;
}
.contact .contact_way .way_content .way_item .item_contact .rq .re_bac:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.contact .contact_way .way_content .way_item .item_contact .Linkedin {
  display: none;
}
.contact .contact_way .way_content .way_item .item_contact .Linkedin:hover {
  background: var(--primary-color);
  color: #fff;
}
.contact .contact_way .way_content .way_item .item_contact .Linkedin:hover path {
  fill: white;
}
.contact .contact_way .way_content .way_item .item_contact .Linkedin:hover .re_bac {
  display: block;
  opacity: 1;
}
.contact .contact_way .way_content .way_item .item_contact .w:hover {
  background: #07c160;
  color: #fff;
}
.contact .contact_way .way_content .way_item .item_contact .w:hover path {
  fill: white;
}
.contact .contact_way .way_content .way_item .item_contact .w:nth-child(even):hover{
 background: #ff6900;
}
.contact .contact_way .way_content .way_item .item_contact .w:hover .re_bac {
  display: block;
  opacity: 1;
}
.contact .contact_way .way_content .way_item .item_contact .s:hover {
  background-color: #f49e41;
  color: white;
}
.contact .contact_way .way_content .way_item .item_contact .s:hover path {
  fill: white;
}
.contact .contact_way .way_content .way_item .item_contact .s:hover .re_bac {
  display: block;
  opacity: 1;
}
.contact .contact_way .way_content .way_item .item_contact .rq:hover .normal{
  display: none;
}
.contact .contact_way .way_content .way_item .item_contact .rq:hover .hover{
  display: block;
}

.contact .contact_way .way_content .way_item .item_title {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
  width: auto;
  width: 325px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdddd;
  color: var(--primary-color);
  position: relative;
  margin: 0;
}
.contact .contact_way .way_content .way_item .item_title img{
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 680px) {
  .contact .contact_way .way_content .way_item .item_title img{
    width: 20px;
    height: 20px;
  }
}
.contact .contact_way .way_content .way_item .item_title svg {
  fill: var(--primary-color);
}
.contact .contact_way .way_content .way_item .item_title :after {
  content: '';
  background-color: #1e5096;
  display: block;
  width: 90px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact .contact_way .way_content .way_item div {
  margin-top: 20px;
  line-height: 30px;
}
.contact .contact_address {
  padding: 60px 0;
  background-color: #f2f2f2;
}
.contact .contact_address .address_city {
  margin: 0 auto;
  display: flex;
  color: #898989;
  justify-content: space-evenly;
  font-size: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdddd;
  text-align: center;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
  width: 85%;
}
.contact .contact_address .address_city .active {
  color: var(--primary-color);
  position: relative;
}
.contact .contact_address .address_city .active:after {
  width: 100%;
}
.contact .contact_address .address_city :after {
  content: '';
  display: block;
  position: relative;
  top: 20px;
  width: 0;
  height: 2px;
  left: 0;
  background-color: #1e5096;
  transition: all 0.3s ease-in-out;
}
.contact .contact_address .address_city :hover {
  color: var(--primary-color);
}
.contact .contact_address .address_city :hover:after {
  width: 100%;
}
.contact .contact_address .address_detail .address_detail_item {
  display: none;
}
.contact .contact_address .address_detail .show {
  margin: 0 auto;
  margin-top: 30px;
  /* width: 1060px; */
  width:100%;
  display: flex;
  /* height: 315px; */
  height: 375px;
  gap: 40px;
  justify-content: center;
}
.contact .contact_address .address_detail .show img {
  /* width: 600px; */
 
  width: 60%;
  height: 100%;
  object-fit: cover;
}
.contact .contact_address .address_detail .show .address_detail_message {
  background-color: #fff;
  flex: 1;
  padding: 30px;
  font-size: 16px;
  line-height: 40px;
  color: #999;
}
.contact .contact_address .address_detail .show .address_detail_message > :first-child {
  font-size: 24px;
  color: black;
  font-weight: 500;
  margin-bottom: 22px;
}
/* 图标 */
.contact .contact_address .address_detail .show .address_detail_message p .icon{
  width: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 680px){
  .contact .contact_address .address_detail .show .address_detail_message p .icon{
    width: 20px;
    margin-right: 5px;
  }
}

.contact .contact_address .address_detail .show .address_detail_message .detail{
  display: flex;
  align-items: start;
  height: fit-content;
  margin-bottom: 10px;
  line-height: 25px;
}


/* 手机端 */
@media screen and (max-width: 680px) {
  .contact {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .contact .contact_header .banner_text {
    left: 50%;
    /* bottom: 50%; */
    top: 20%;
    transform: translateX(-50%);
    font-size: 27px;
  }
  .contact .contact_header .banner_img {
    width: 100%;
    height: 375px;
    object-position: 70% 10%;
  }
  .contact .contact_way {
    padding: 30px 10px;
  }
  .contact .contact_way .way_content {
    flex-direction: column;
    /* gap: 15px; */
    font-size: 11px;
    margin-bottom: 8px;
  }
  .contact .contact_way .way_content .way_item .item_pc {
    /* display: none; */
    display: flex;
    margin-top: 8px;
    line-height: 18px;
  }
  .contact .contact_way .way_content .way_item .item_pc p{
    margin-right: 8px;
    font-size: 13px;
  }
  .contact .contact_way .way_content .way_item .item_phone {
    display: block;
    line-height: 15px;
  }
  .contact .contact_way .way_content .way_item .item_title {
    width: auto;
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdddd;
    color: var(--primary-color);
    position: relative;
    margin: 0;
  }
  .contact .contact_way .way_content .way_item .item_title :after {
    content: '';
    background-color: #1e5096;
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
  }
  .contact .contact_way .way_content .way_item .item_contact .rq {
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    border-radius: 40px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    transition: all 0.3s linear;
    position: relative;
  }
  .contact .contact_way .way_content .way_item .item_contact .rq .re_bac {
    box-shadow: 5px 5px 5px #00000014, 5px -5px 5px #00000014, -5px 5px 5px #00000014, -5px -5px 5px #00000014;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 50;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
  }
  .contact .contact_way .way_content .way_item .item_contact .rq .re_bac img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding: 5px;
    box-sizing: border-box;
  }
  .contact .contact_way .way_content .way_item .item_contact .rq .re_bac:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
  }
  .contact .contact_address {
    padding: 0;
    padding: 30px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    overflow: hidden;
  }
  .contact .contact_address .address_city {
    width: 100%;
    font-size: 14px;
    color: #261f1e;
    overflow: hidden;
    /* gap: 40px; */
    justify-content: space-around;
    border: none;
    overflow-x: scroll;
    padding: 0 20px 0 10px;
  }
  .contact .contact_address .address_city li{
    margin-right: 40px;
  }
  .contact .contact_address .address_city li:last-child{
    margin-right: 0px;
  }
  .contact .contact_address .address_city::-webkit-scrollbar {
    display: none;
  }
  .contact .contact_address .address_city ::after {
    top: 5px;
  }
  .contact .contact_address .address_city li {
    white-space: nowrap;
  }
  .contact .contact_address .address_detail .show {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    gap: unset;
  }
  .contact .contact_address .address_detail .show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact .contact_address .address_detail .show .address_detail_message {
    background: none;
    flex: 1;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 20px;
  }
  .contact .contact_address .address_detail .show .address_detail_message p:first-child {
    font-size: 16px;
    color: black;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .contact .contact_address .address_detail .show .address_detail_message .detail{
    line-height: 20px;
  }
}
    
