.footer {
  background: #A40200;
  padding: 40px 0;
  width:100%;
}

.footer .footer-top span {
  color: white;
  float: left;
}

.footer .footer-top p {
  color: white;
  margin-top: 28px;
}

.footer .footer-top .select {
  width: 255px;
  position: relative;
  height: 29px;
  border: 1px solid #FFFFFF;
  float: left;
  appearance: none;
  background: url("../images/2psd_03.png") right center no-repeat;
  background-position-x: 240px;
  /* padding-left: 22px; */
  margin-right: 140px;
}

.footer .footer-end {
  /* margin-top: 30px; */
  line-height: 10px;
  color: white;
  font-size: 13px;
}

.footer .footer-end .footer-text {
  float: left;
}

.footer .footer-end .footer-img {
  float: right;
  margin-top: 30px;
  display: none;
}


.select_down dt h3{
   width: 100%;
   height: 31px;
   padding-left: 30px;
   line-height: 29px;
}


        .select_down dt {
            float: left;
            width: 100%;
            position: relative;
            display: inline;
            color: white;}

        .select_down ul {
            overflow-y: scroll;
            width: 100%;
            height: 110px;
            border: 1px solid #e5e5e5;
            background: white;
            position: absolute;
            left: 0;
            z-index: 1;
            text-indent: 8px;
            display: none;
            }

        .select_down ul li {
            height: 29px;
            line-height: 29px;
            cursor: pointer;
            color: black;}
        .select_down ul li.hover {
            background: #f2f2f2;
            color: black;}

 .select_down ul li a{
         
font-size: 13px;
}


.mainer{
    margin-bottom: 30px;}