.bg {
    width: 100%;
    overflow: hidden;
}



.ditu img{width:80%; height:100%; }

#footer {
    width: 100%;
    background-color: #F5F5F5;
}

#footer .foot-wrap {
    width: 1350px;
    margin: 0 auto;
}

#footer .foot-wrap .foot-box {
  /*  width: 100%;*/
    display: flex;
    justify-content: center;
    flex-flow: nowrap;
    align-items: center;
    padding: 20px 0;
}

#footer .foot-wrap .foot-box .foot-left {
    width: 400px;
    display: flex;
    justify-content: center;
    flex-flow: nowrap;
	float:left;
	/*margin-left:270px;*/
}

#footer .foot-wrap .foot-box .foot-left div {
    width: 105px;
    margin: 20px 25px;
}

#footer .foot-wrap .foot-box .foot-left div img {
    width: 100%;
}

#footer .foot-wrap .foot-box .foot-left div span {
    display: block;
    line-height: 30px;
    color: #424242;
    text-align: center;
    font-size: 16px;
}

#footer .foot-wrap .foot-box .foot-right {
	float:left;
	/*margin-right:265px;*/
    width: 400px;
}

#footer .foot-wrap .foot-box .foot-right p {
    line-height: 30px;
    color: #505050;
}

#footer .foot-wrap .foot-box .foot-right span {
    display: block;
    width: 84px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    border: 1px solid #8D8D8D;
    border-radius: 20px;
    text-align: center;
    color: #6F6F6F;
    cursor: pointer;
}

#footer .foot-wrap .foot-bottom {
    width: 100%;
}

#footer .foot-wrap .foot-bottom hr {
    background-color: #E2E2E2;
    width: 100%;
    height: 1px;
    border: none;
}

#footer .foot-wrap .foot-bottom p {
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    color: #303030;
}

.to-top {
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    cursor: pointer;
}

.to-top i {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url(../img/top.png) no-repeat;
}

.to-top span {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #999;
}

@media(max-width:1350px) {
    #footer .foot-wrap {
        width: 100%;
    }
    #footer .foot-wrap .foot-box {
        width: 100%;
    }
}

@media(max-width:500px) {
    #footer .foot-wrap .foot-box {
        flex-flow: wrap;
        justify-content: center;
    }
    #footer .foot-wrap .foot-box .foot-right {
        width: 85%;
        margin: 0 auto;
    }
    #footer .foot-wrap .foot-box .foot-left div {
        width: 40%;
        margin: 20px 3.5%;
    }
    #footer .foot-wrap .foot-bottom p {
        width: 85%;
        margin: 10px auto;
    }
}
    .links a {
		margin: 5px 5px;
		
	}
	
