/*
* desc：服务与支持
* date：2024-12-16
* author：方岚
* email：florayoo@163.com
*/
.contact-page{

}
.contact-box{
  display: flex;
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}
.contact-left{
}
.contact-title{
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.contact-sub-title{
  margin-top: 20px;
  font-size: 32px;
  color: #333;
}
.contact-list{
  display: flex;
  flex-wrap: wrap;
  width: 650px;
  margin-top: 60px;
}
.contact-item{
  width: 300px;
  font-size: 16px;
  line-height: 46px;
  color: rgb(66, 65, 65);
  margin-bottom: 30px;
  margin-right: 50px;
}
.contact-item:nth-child(2n){
  margin-right: 0;
}
.contact-item-title{
  font-weight: bold;
}
.map-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 450px;
  background: #F7F7F7;
}