*{

    margin: 0;

    padding: 0;

}

ul,li {

    margin: 0;

    padding: 0;

    list-style: none;

}

.down{

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    min-width: 1280px;

    box-sizing: border-box;

}

.head{
    width: 100%;
    height: 80px;
    min-width: 1280px;
}
.info{
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.image{
    width: 105px;
    height: 35px;
    margin-top: 20px;
}

.info>ul{
    width: 400px;
    display: flex;
    justify-content: space-between;
}
.info>ul>li{
    float: right;
    display: block;
}
.info>ul>li>a{
    color: black;
    font-size: 14px;
    line-height: 80px;
    text-decoration:none;
}
.info>ul>li>a:hover{
    color:#C5B25A ;
    text-decoration:none;
}
a{
    /* color: black; */
    text-decoration:none;
    display: block;
}
a:hover{
    color:#C5B25A ;
    text-decoration:none
}

.center {

    width: 100%;

    background: #F1F1F1;

    display: flex;

    flex-direction: column;


}

.picture{

    width: 100%;
    height: 785px;

    background-image: url("../image/pc/tourong/pic2.png");

    background-size: 100% 785px;
    z-index: 999;

}

.picture-one{

    width: 1280px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

}

.first{

    width: 560px;

}

.top{
    height: 80px;
    margin-top: 230px;
}
.yi{
    width: 100%;
}
.yi>span{
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    font-size: 31px;
    display: block;
}
.liao{
    font-size: 52px;
    color: #FFFFFF;
    font-weight: bold;
}
.terrace{
    color: #FFFFFF;
}
.top>p{
    font-size: 14px;
    color: #cccccc;
    display: block;
    margin-top: 20px;
}
.er{
    display: flex;
    margin-top: 30px;
}
.zuo{
    width: 200px;
    height: 45px;
}
.zuo>img{
    width: 200px;
    height:45px;
    display: block
}
.zuo>img:nth-last-child(1){
    margin-top: 15px;
}

.you{
    margin-left: 10px;
}
.you>img{
    width: 105px;
    height: 105px;
    display: block;
}
.right>img{
    width: 75px;
    height: 70px;
    margin-top: 20px;
    display: block;
}
.second>img{
    margin-right: -20px;
    width: 565px;
    height: 685px;
    margin-top: 165px;
    display: block;
}
.list{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 125px;
    margin-bottom: 30px;
}
.little{
    width: 250px;
    display: flex;
    justify-content: space-between;
}
.little>img{
    width: 49px;
    height: 49px;
    margin-top: 5px;
    /* display: block; */
}
.just{
    margin-left: 15px;
}
.just>p{
    line-height: 30px;
    display: block;
    font-size: 16px;
}
.just>span{
    color: #999999;
    display: flex;
    flex-wrap: wrap;
    display: block;
    font-size: 14px;
    
}

.bot{
    width: 100%;
    background: #212224;
    margin-top: 30px;
}
.about2{
    width: 1280px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px;
}
.left{
    width: 55%;
}
.guanyu {
    height: 50px;
  }
  .guanyu > span {
    line-height: 30px;
    color: #ffffff;
    font-size: 15px;
    display: block;
  }
  .zhong {
    width: 100%;
    text-decoration:none;
  }
  .zhong > span {
    display: flex;
    flex-wrap: wrap;
    color: #9fa0a0;
    font-size: 14px;
  }
  .xia {
    height: 40px;  
     width: 100%;
     margin-top: 20px;
  }
  .xia > span {
    color: #9fa0a0;
    font-size: 14px;
  }
  .left2 {
    width: 21%;
  }
  .zhong2 {
    display: flex;
    flex-direction: column;
  }
  .zhong2 > span {
    font-size: 14px;
    color: #9fa0a0;
  }
  .left3 {
    width: 70px;
  }
  .erweima {
    width: 70px;
    height: 70px;
  }
  .erweima > img {
    width: 70px;
    height: 70px;
    display: block;
  }
  .act{

    color:#C5B25A ;

  }
  .info>ul>li> .app_active{
    color:#C5B25A ;
  }