/*尾部*/
 .footer{
     width: 100%;
     background: #49915B;
     height: 14.8125rem;
     border-bottom: 0.0625rem solid #6BA67A;
}
 .footer>.fooertInfo{
     width: 75.96%;
     margin: 0 auto;
     height: 100%;
}
 .footer>.fooertInfo>.footerlist{
     padding-top: 2.75rem;
}
 .footer>.fooertInfo>.footerlist>.company{
     width: 20%;
     display: inline-block;
     vertical-align: top;
}
  .footer>.fooertInfo>.footerlist>.company2{
     width: 34%;
}

 .footer>.fooertInfo>.footerlist>.company>h5{
     font-size: 1rem;
     font-weight: bold;
     color: #fff;
}
 .footer>.fooertInfo>.footerlist>.company>i{
     width: 71%;
     border-bottom: 0.125rem solid #6DA77C;
     font-size: 0.875rem;
     display: inline-block;
}
 .footer>.fooertInfo>.footerlist>.company>.cultrue{
     margin-top: 0.625rem;
}
 .footer>.fooertInfo>.footerlist>.company>.cultrue>ul>li{
     list-style-type: none;
     line-height: 1.875rem;
     width: 86%;
}
 .footer>.fooertInfo>.footerlist>.company>.cultrue>ul>li>a{
     text-decoration: none;
     color: #fff;
     font-size: 0.875rem;
}
 .last{
     width: 100%;
     background: #49915B;
     height: 5.125rem;
}
 .last>.lastInfo{
     width: 75.96%;
     margin: 0 auto;
     height: 100%;
	 display: flex;
	 /* justify-content: space-between; */
}
 .last>.lastInfo>.lastLeft{
     /* width: 50%; */
     display: inline-flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
}
 .last>.lastInfo>.lastLeft>.fooerimg{width: 100%;}
 .last>.lastInfo>.lastLeft>.fooerimg>img{width: 21.125rem;height: 2.6875rem;}
 .last>.lastInfo>.lastLeft>.copyright{
     color: #fff;
     font-size: 1rem;
     margin-top: 1.25rem;
}
 .last>.lastInfo>.lastLeft>.copyright>a{
	 text-decoration: none;
	 color: #fff;
 }
  .last>.lastInfo>.lastLeft>.copyright>a:hover{
	  color: lightblue;
  }
 .last>.lastInfo>.lastRight{
     display: inline-flex;
     /* width: 49%; */
     height: 100%;
     vertical-align: top;
     justify-content: space-around;
     align-items: center;
     color: #fff;
	 margin: 0 auto;
}

 .last>.lastInfo>.lastRight a{
     color: #fff;
}

 .last>.lastInfo>.lastRight>select{
     width: 63%;
     height: 2.625rem;
     background: #49915B;
     color: #fff;
     outline: none;
     border: 0.0625rem solid #B8CFBE;
     text-indent: 1.25rem;
}
.lastRight>select>option{
	background-color: transparent;
	outline: red;
}
.lastRight .layui-form-item{margin-bottom: unset;}
.lastRight .layui-form{width: 80%;}
.lastRight .layui-form-select .layui-input{height: 2.625rem;background: transparent;color: #fff;}

