*{margin:0px;padding:0px;box-sizing:border-box;}
body{font-family: Arial;background:#fff;}
ul{list-style:none;}
a{text-decoration: none;}
.wrap{
  /*height:2000px;*/
}
.header{
  height:80px;
  line-height:80px;
  min-width:1200px;
  border-bottom:1px solid #f5f5f5;
}
.toubu{
  height:3px;
  background:#1b2327;
}
.nav{
  /*border:1px solid blue;*/
  height:100%;
  width:1200px;
  min-width:1200px;
  margin:0px auto;
  display:flex;
}

.logo{
  flex:1;
  height:100%;
  /*border:1px solid yellow;*/
  text-align:left;
  font-size:28px;
}
.menu{
  /*border:1px solid red;*/
  flex:5;
  font-size:18px;
}
.menu ul{
  display:flex;
  justify-content:flex-end;
  text-align:center;
}
.menu ul li{
  /*border:1px solid yellow;*/
  width:110px;
}
.menu ul li a{
  display:block;
  width:100%;
  height:95%;
  color:#6A6A6A;
}
.menu ul li a:hover{
  background:#EAEAEA;
  color:#FF0042;
}
.menu ul li.on a{
  color:#FF0042;
}













.footer{
    /*border:1px solid red;*/
    min-width:1200px;
    width:100%;
    font-size:14px;
    background:#2E3133;
    color:#999;
    line-height:25px;
    padding:30px;
}

.dibu{
  line-height:30px;
    display:flex;  
}
.other-info{
  /*border:1px solid blue;*/
  width:1000px;
}
.menu2{
  /*border:1px solid red;*/
  font-size:16px;
}
.menu2 ul{
  display:flex;
  justify-content:center;
  text-align:center;
}
.menu2 ul li{
  /*border:1px solid yellow;*/
  width:130px;
}
.menu2 ul li a{
  display:block;
  width:100%;
  height:100%;
}
.xiala{
  /*border:1px solid green;*/
}
.xiala_aa{
  margin-top:10px;
  font-size:14px;
  margin-bottom:10px;
}


.footer a{
  color:#999;
}
.footer a:hover{
    color:#fff;
}
.link-wrap{
  border:1px solid blue;  
   text-align: center;
}
.link-wrap a{
  line-height: 40px;
  display:inline-block;
  width:150px;
}

.other3{
  text-align:center;
}
.other3 span{
  display:inline-block;
  margin:0px 10px 0px 10px;
}
#lianxi{
  /*border:1px solid blue;*/
  width:350px;
  padding-left:20px;
}
#lianxi li{
  width:400px;
  text-align:left;  
}
.dianhua{
  font-weight:bold;
  color:#fff;
}


.other-img{
  width:140px;
  /*border:1px solid red;*/
  display: flex;
  align-items: center;
}
.aaa{
  /*border:1px solid blue;*/
}



.other_imgs{
  /*border:1px solid blue;*/
  width:140px;
  height:140px;
  background:#fff;
  border-radius: 5px;
}
.other_imgs img{
  object-fit: cover;
  padding:5px;
  width:140px;
  height:140px;
}
.aaa .text{
  color:#7C7E7F;
  text-align:center;
  line-height:25px;
}
