*{
    padding:0;
    margin:0;
}
.newFoot{
    height: 242px;
    width: 100%;
}
.newFoot_box{
    width: 1100px;
    margin: auto;
    border-top: 1px solid transparent;
    font-size: 14px;
    color:#fff;
}
.newFoot_box ul{
    list-style: none;
    overflow: hidden;
    margin-top: 34px;
}
.newFoot_box ul li{
    float: left;
}
.newFoot_box ul li:last-child{
    float: right;
}
.newFoot_box ul li:nth-child(1){
    margin-left: 136px;
}
.newFoot_box ul li:nth-child(2){
    margin-right: 98px;
}
.newFoot_box h3{
    color:#d2d2d2;
    font-size:15px;
    font-weight: bold;
}
.newFoot_hr{
    width:26px;
    background-color: #888;
    margin-top: 10px;
    height:1px;
}
.newFoot_input_box{
    width:420px;
    height:40px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 27px;
}
.newFoot_input_box input,.newFoot_input_box a{
    float:left;
}
.newFoot_input_box input{
    width:284px;
    height:34px;
    outline: none;
    border:none ;
    background-color: #e2e2e2;
    margin-left:2px;
    color:#9c9c9c;
    font-size:14px;
    padding-left: 14px;
    margin-top:3px;
}
.newFoot_input_box a{
    display: block;
    width:120px;
    height:34px;
    line-height:40px;
    font-size:18px;
    color:#282828;
    text-decoration: none;
    text-align: center;
}
.newFoot_input_box a:active{
    color:#282828;
    text-decoration: none;
}
.newFoot_hdyj{
    /*display: block;*/
    width:420px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background-color: #35bc50;
    font-weight: bold;
    margin-top:20px;
}
.newFoot_hdyj a,.newFoot_hdyj a:hover{
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
    color:#fff;
}
.newFoot_address p{
    font-size: 14px;
    color:#acacac;
}
.newFoot_address p:nth-of-type(1){
    margin-top: 22px;
}
.newFoot_address p:nth-of-type(2){
    margin-top: 8px;
}
.newFoot_address p:nth-of-type(3){
    margin-top:22px;
}
.newFoot_address p:nth-of-type(4){
    margin-top:7px;
}
.newFoot_phone{
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url("../images/newFoot_phone.png") no-repeat center center;
    position: relative;
    margin-right: 9px;
}
.newFood_map{
    display: inline-block;
    width: 11px;
    height:17px;
    background: url("../images/newFoot_map.png") no-repeat center center;
    position: relative;
    margin-right: 9px;
}
.newFoot_copyright{
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color:#a2a2a2;
    background-color: #222;
}