.footer {
    background: #434343;
}

.footer-top {
    padding: 40px 0px;
    width: 1140px;
    margin: 0px auto;
}

.footer-top .foot-cp {
    float: left;
    width: 18%;
    margin-right: 3%;
    border-right: 1px dashed #7f7f7f;
    height: 170px;
}



.footer-bottom p{text-align: center;}

.footer-top .foot-cp h2,
.footer-top .foot-jj h2,
.footer-top .foot-about h2,
.footer-top .foot-contact h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}

.footer-top .foot-cp ul li {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    cursor: pointer;
}

.footer-top .foot-cp ul li a {
    color: #ffffff;
}

.footer-top .foot-jj {
    float: left;
    width: 21%;
    border-right: 1px dashed #7f7f7f;
    margin-right: 3%;
    height: 170px;
}

.footer-top .foot-jj ul li a {
    color: #fff
}

.footer-top .foot-jj ul li {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 14px;
  line-height: 28px;
    cursor: pointer;
}


.footer-top .foot-about {
    float: left;
    width: 30%;
    border-right: 1px dashed #7f7f7f;
    margin-right: 3%;
    height: 170px;
}

.footer-top .foot-about ul li {
   width: 50%;

   float: left;
       height: 107px;
    
       background: url(/template/default/themes/simpleboot3/public/assets/images/f_bg01.png) no-repeat center;
       text-align: center;
}
.footer-top .foot-about ul li  img{    display: block;
    margin: 0px auto;
    width: 100px;
    height: 100px;}

	

	.footer-top .foot-about ul li span{color: #fff; 

	

		border: solid 1px #ff4e00;

		background: #e6720e;

		background: -webkit-gradient(linear, left top, left bottom, from(#ff4e00), to(#e6720e));

		background: -moz-linear-gradient(top,  #ff4e00,  #e6720e);

		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='ff4e00', endColorstr='#f47a20');

	padding: 10px;border-radius: 3px;box-shadow: 2px 2px 5px #000;}
.footer-top .foot-about ul li a {
    color: #fff
}

.footer-top .foot-contact {
    float: left;
    width: 22%;
    height: 170px;
}

.footer-top .foot-contact ul li {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
}
.footer-top .foot-contact ul li p{
    margin-bottom: 5px;
}

.footer-middle {
    width: 1140px;
    margin: 0px auto;
    padding-bottom: 10px;
}

.footer-middle li {
    float: left;
    color: #ffffff;
    font-size: 15px;
    padding: 0px 5px;
    cursor: pointer;
}

.footer-middle li a {
    color: #ffffff
}

.footer-bottom {
    width: 1140px;
    margin: 0px auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding: 10px 0px;
}







