/* BASIC css start */
#footer {width: 100%;min-width: 1300px;background-color: #e8e6db;padding-top: 50px;margin-top: 50px;clear: both;bottom: 0;}
#footer h1 {
	font-size: 20px;
	line-height:36px;
	font-weight: bold;
}
#footer p, #footer p > a, #footer li {
	font-size: 14px;
	line-height:21px;
}

#footer li a b {color: #b1b1b1;}
#footer p > strong {
	font-size: 24px;
	font-weight: bold;
	color: #aa664d;
}

#ftTop {width: 1300px;height: 120px;margin: auto;clear: both;display: flex;flex-direction: row;justify-content: space-between;}
#ftTop div {}
#ftTop div:nth-child(3) {margin-right: 0;}

#ftTop div > p.log > a:hover { background:#5e5c57; color: #fff;}

#ftWrap {
    width: 1300px;
    height: 70px;
    margin: 15px auto;
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    display: flex;
    justify-content: space-around;
}
#ftWrap ul {}
#ftWrap ul.logo {}


#ftLink {width: 1300px; margin: auto; clear: both; height: 50px;}
#ftLink p.ft-link {text-align: center;}
#ftLink p.ft-link img { vertical-align: middle; }

.btnGotop2 {
    overflow: hidden;
    position: fixed;
    right: 1.9rem;
    bottom: 5rem;
    z-index: 1000;
    width: 104px;
    height: 48px;
    text-align: center;
    cursor: pointer;
}
.btnGotop {
    overflow: hidden;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1000;
    *width: 104px;
    *height: 48px;
    text-align: center;
    cursor: pointer;
}







/* BASIC css end */

