@charset "utf-8";

/* CSS Document */

.footer_menu{

    width: 1075px;

    height: 46px;

    background: #7DB22C;

	margin: 0 auto;

    padding-left: 20px;
}

.footer_menu li{

    font-size: 13px;

    float: left;

    list-style: none;

    line-height: 46px;

}

.footer_menu li:after{

    content: '│';

    color: #AAD864;

    margin: 0 10px;

}

.footer_menu a{

    color: #FFF;

}

.footer_menu a:hover{

    color: #FFFF00;

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}

.footer_menu #gotop a{

    width: 46px;

    height: 46px;

    display: block;

    background: url('../images/footer/gotop.jpg')no-repeat;

    float: right;

}

.footer_menu #gotop a:hover{

    background: url('../images/footer/gotop_.jpg')no-repeat;

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}

/**************************************************************/

/**************************************************************/

#footer_box {

    min-width: 1095px;

    margin: 0 auto;

	background:#EBEBEB;

}

#footer {

	width: 1028px;

    height: 72px;

	position: relative;

    padding: 14px 46px 14px 21px;

    margin: 0 auto;

}

#footer .logo{

    width: 81px;

    height: 73px;

    float: left;

    margin-right: 10px;

}

#footer .info{

    width: 800px;

    float: left;

    font-size: 13px;

    color: #585858;

    float: left;

    line-height: 21px;

}

#footer .copyright{

    float: left;

    color: #9D9D9D;

    font-size: 12px;

    margin: 0 auto;

    line-height: 21px;

}

#footer .qr{

    width: 93px;

    height: 93px;

    border: 3px solid #D2D2D2;

    float: right;

    margin-top: -56px;

}