footer {
    width: 100%;
    min-width: 1200px;
    background-color: #3a3a3a;
    padding: 46px 0px 48px;
}
footer > .inner {
    width: 1094px;
    margin: 0 auto 0px;
    overflow: hidden;
}
footer > .inner > .fl > .bottom-logo > img {
    width: 170px;
    height: 43px;
}
footer > .inner > .fl > ul {
    margin: 30px 0px 26px;
    overflow: hidden;
}
footer > .inner > .fl > ul > li {
    float: left;
}
footer > .inner > .fl > ul > li > a {
    display: block;
    padding: 0px 20px;
    color: #ddd;
    font-size: 14px;
    border-left: 1px solid #ddd;
}
footer > .inner > .fl > ul > li:nth-child(1) > a {
    padding-left: 0px;
}
footer > .inner > .fl > .address {
    font-size: 14px;
    color: #ddd;
    overflow: hidden;
    margin-bottom: 23px;
}
footer > .inner > .fl > .address > p {
    font-size: inherit;
    color: inherit;
}
footer > .inner > .fl > .address > p.phone {
    margin-left: 35px;
}
footer > .inner > .fl > ul > li:nth-child(1) > a {
    border-left: none;
}
footer > .inner > .fl > .copyright {
    color: #5f5f5f;
}
footer > .inner > .fl > .copyright > p {
	color: inherit;
	font-size: 14px;
}
footer > .inner > .fl > .copyright > p a {
	color: inherit;
	font-size: 14px;
}
footer > .inner > .fr {
    width: 140px;
    height: 140px;
    margin-top: 16px;
}
footer > .inner > .fr > img {
    width: 140px;
    height: 140px;
}
.section {
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	z-index: 998;
	display: none;
}
.section > .float {
	width: 63px;
	border: 1px solid #818181;
	border-top: none;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.section > .float > div {
	width: 61px;
	/* height: 83.5px; */
	border-top: 1px solid #818181;
	background-color: #fff;
	text-align: center;
}
.section > .float > div > a {
	width: 100%;
	height: 100%;
	display: block;
}
.section > .float > div:nth-child(1) {
	/* border-radius: 5px; */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.section > .float > div:nth-child(4) {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.section > .float > div:hover img.icon {
	display: none;
}
.section > .float > div:hover img.icon-fill {
	display: inline;
}
.section > .float > div:hover p {
	color: #1162bd;
}
.section > .float > div:hover span.iconfont {
	color: #1162bd;
}
.section > .float > div > img {
	margin: 15px 0px 13px;
}
.section > .float > div img.icon {
	display: inline;
}
.section > .float > div img.icon-fill {
	display: none;
}
.section > .float > div > span.iconfont {
	font-size: 33px;
	font-weight: normal;
	color: #888;
}
.section > .float > div > a > span.iconfont {
	font-size: 33px;
	font-weight: normal;
	color: #888;
}
.section > .float > div:nth-child(1) > img {
	margin: 16px 0px 15px;
}
.section > .float > div:nth-child(1) > span {
	display: inline-block;
	margin: 13px 0px 10px;
}
.section > .float > div:nth-child(1)> a > img {
	margin: 16px 0px 15px;
}
.section > .float > div:nth-child(1)> a > span {
	display: inline-block;
	margin: 13px 0px 10px;
}
.section > .float > div:nth-child(2) > img {
	margin: 15px 0px 13px;
}
.section > .float > div:nth-child(2) > span {
	display: inline-block;
	margin: 15px 0px 11px;
	font-size: 31px;
}
.section > .float > div:nth-child(2) > a > span {
	display: inline-block;
	margin: 15px 0px 11px;
	font-size: 31px;
}
.section > .float > div:nth-child(3) > img {
	margin: 18px 0px 15px;
}
.section > .float > div:nth-child(3) > span {
	display: inline-block;
	margin: 16px 0px 9px;
	font-size: 30px;
}
.section > .float > div:nth-child(3) > a > img {
	margin: 18px 0px 15px;
}
.section > .float > div:nth-child(3) > a > span {
	display: inline-block;
	margin: 16px 0px 9px;
	font-size: 30px;
}
.section > .float > div:nth-child(4) > img {
	margin: 17px 0px 12px;
}
.section > .float > div:nth-child(4) > a > img {
	margin: 17px 0px 12px;
}
.section > .float > div:nth-child(4) > span {
	display: inline-block;
	margin: 12px 0px 5px;
	font-size: 40px;
}
.section > .float > div:nth-child(4) > a > span {
	display: inline-block;
	margin: 12px 0px 5px;
	font-size: 40px;
}
.section > .float > div > p {
	font-size: 12px;
	color: #444;
}
.section > .float > div > a > p {
	font-size: 12px;
	color: #444;
	margin-bottom: 14px;
}
.section > .float > div:nth-child(2) > a > p {
	margin-bottom: 13px;
}
.section > .float > div:nth-child(3) > a > p {
	margin-bottom: 14px;
}
.section > .float > div:nth-child(4) > a > p {
	margin-bottom: 15px;
}
.section > .check {
	position: absolute;
	right: 63px;
	top: 90px;
}
.section > .check > .wx-attention {
	padding: 7px;
	padding-top: 6px;
	border: 1px solid #888;
	border-right: none;
	background-color: #fff;
	display: none;
}
.section > .check > .wx-attention > img {
	width: 135px;
	height: 137px;
}
