
.footer_xian{
  width: 100%;
  height: 25px;
  background:url(../image/public/footer_yuan.png);
  margin-top: 50px;

}
.footer_message_center{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer_message{
    background: url(../image/public/footer_message_photo.png);
  height:360px;
  width: 100%;
  overflow: hidden;
}
.footer_message .footer_left{
      width:285px;
      height:300px ;
}
.footer_message .footer_left p{
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 40px auto 10px;
}
.footer_message .footer_left ul {
  width: 285px;
  height: 185px;
  border-right: 1px solid #ccc;
  padding-top: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
/*滚动条样式*/
.footer_message .footer_left ul::-webkit-scrollbar {
  width:3px;
}
.footer_message .footer_left ul::-webkit-scrollbar-thumb {
  width: 1px;
  border-radius: 20px;
  background: rgba(0,0,0,0.2);
}
.footer_message .footer_left ul::-webkit-scrollbar-track {
  width: 1px;
  border-radius: 20px;
  background: rgba(0,0,0,0.1);
}

.footer_message .footer_left ul li{
  width: 283px;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.footer_message .footer_left ul li:hover{
  border-right: 8px solid #999;
}

.footer_right{
  height:207px;
  margin-top: 50px;
  position: relative;
}
.footer_right ul li{
  float: left;
  margin-left: 25px;
}
.footer_right ul li a{
  font-size: 16px;
  color: #666;
}

.footer_right_img{
  width: 385px;
  height: 146px;
  overflow: hidden;
  margin:50px 0 0 10px;
}
.footer_right_img img{
    width: 385px;
    height: 146px;
}
.footer_right_message{
  width: 490px;
  height: 147px;
  position: absolute;
  top: 60px;
right: 0;
}
.footer_right_message_left{
  width: 336px;
  margin-left: 30px;
}
.footer_right_message_left p{
  line-height: 40px;
}
.footer_right_message_left .message_left_first span{
      width: 336px;
      font-size: 16px;
      color: #666;
}
.footer_right_message_left .message_left_two span{
  font-size: 16px;
  color: #666;
}
.footer_right_message_left .message_left_three span{
  font-size: 16px;
  color: #666;
}
.right_message_erweima{
  width: 115px;
  height: 155px;
  position: absolute;
top: 0;
  right: 0;
}
.right_message_erweima img{
  width: 115px;
  height: 115px;
}
.right_message_erweima span{
  width: 115px;
  height: 25px;
  display: inline-block;
  text-align: center;
font-size: 16px;
color: #333;
margin-top: 20px;
}
/* 底部分割线 */
.footer_message .footer_x{
  width: 100%;
  height: 0px;
  border-top: 1px solid #cbcbcb;
  margin-top: 20px;
}
/* 最底部信息 */
  .footer_bottom{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
  .footer_bottom .footer_bottom_left{
    font-size: 13px;
    color: #333;
  }
  .footer_bottom p span{
    font-size: 13px;
    margin: 0 5px;
    color: #4c4c4c;
  }
  .footer_bottom p a{
    font-size: 13px;
  color:#4c4c4c;
}