body{
    margin: 0 auto;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(to right,#ffffff  0%, #fff0f3 100%);
    /* font-family: 'Source Han Sans', 'Noto Sans CJK SC', 'HanHei SC', 'Microsoft YaHei', sans-serif; */
    font: 14px arial,'Hiragino Sans GB','Microsoft Yahei','\5b8b\4f53',sans-serif;
    text-align: justify;
    min-width: 1200px;
}
img{
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
a.img{
    display: block;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
    align-items: center;
   
     justify-content: center;
     gap: 30px;
}
footer{
    margin-top: 80px;
    padding: 30px 0 0;
    /* background: linear-gradient(to right, #fff0f3 0%, #ffffff 100%); */
    background: #fff;
}
footer .foot1{
    display: flex;
    align-items: start;
    justify-content: space-between;
 
    margin-bottom: 10px;
}
footer .foot1 .kf .tit{
        font-size: 16px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 700;
}
footer .foot1 .kf .phone{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
footer .foot1 .kf .line-kf{
    display: block;
    margin-top: 20px;
    font-size: 16px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.6);
  width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 34px;
}
footer .foot1 .gy .tit{
    font-size: 16px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.8);
}
footer .foot1 .gy .list{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
footer .foot1 .gy .list a{
    font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
footer .foot1 .gz .tit{
    font-size: 16px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.8);
}
footer .foot1 .gz .list{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
footer .foot1 .gz .list p{
        font-size: 14px;
    color: #888888;
    line-height: 18px;
    padding-top: 16px;
    display: flex;
    margin-bottom: 0;
}
footer .foot1 .gz .list p img {
    margin-right: 7px !important;
    width: 19px !important;
    height: 19px !important;
    float: left;
}
footer .foot1 .gz .list a{
    font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
footer .foot1 .ma .img{
    width: 110px;
    overflow: hidden;
}
footer .foot1 .ma .tit{
    font-size: 16px;
  line-height: 30px;
  color: #feb0c6;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .foot2 .lj{
    display: flex;
    align-items: end;
    gap:30px;
}
footer .foot2 .lj .tit{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
footer .foot2 .lj .tit:after{

    content: '';
    display: block;
    width: 100%;
    border: 2px solid #ff97b2;
}
footer .foot2 .lj .list{
    display: flex;
    align-items: end;
    gap: 15px;
}
footer .foot2 .lj .list a{
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}
footer .ba{height: 60px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 20px;
background: #fafafa;}
footer .ba .des{
    font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
main{
    position: relative;
    /*top: -260px;*/
}
/* .section-7{
    position: relative;
    top: 0;
} */
.aside{
    width: 78px;
    position: absolute;
    width: 78px;
    top: 0;
    right: 50%;
    margin-right: 610px;
    background: #fff
}
.aside .back{
      height: 35px;
  line-height: 35px;
  width: 78px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.aside li{
    height: 35px;
  line-height: 35px;
  width: 78px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
.aside li a{
    font-size: 16px;
    line-height: 35px;
    color: #ff97b2;
    display: block;
}
.aside li.nav{
    background: #ff97b2;
}
.aside li.nav a{
    color: #fff;
}
.aside.fixed{
    position: fixed;
  top: 0 !important;
}