/* 尾部 */
.footer {
	width: 100%;
	min-width: 1200px;
	height: 464px;
	background: #131831;
	line-height: normal;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-guild {
	width: 100%;
	padding-top: 48px;
}

.footer-ww {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-left {
	display: inline-block;
	width: 290px;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-left a {
	color: #fff;
	line-height: 45px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	list-style: none;
}

.footer-left a:hover {
	color: #fff;
}

.footer-logo {
	width: 146px;
	height: auto;
	position: relative;
}

.footer-left-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-left-top p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-left: 45px;
}

.footer-left-top p.p1 {
	margin-top: 15px;
	line-height: 36px;
	color: #9daec9;
}
.footer-left-c{
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 35px;
}
.footer-left-b{
	margin-left: 45px;
}
.footer-left-b p a{
	line-height: 30px;
	color: #9daec9;
}

.footer-l-iocn {
	margin-left: 45px;
	margin-bottom: 5px;
}

.footer-l-iocn .img-box {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	margin-right: 12px;
}

.footer-l-iocn .img-box img {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-l-iocn .img1 {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-l-iocn .img2 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-l-iocn .img-box:hover .img1 {
	visibility: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0.1;
}

.footer-l-iocn .img-box:hover .img2 {
	visibility: visible;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	opacity: 1;
}

.footer-left-top a {
	color: #9daec9;
	line-height: 36px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	list-style: none;
}

.footer-left>p {
	margin-left: 45px;
}

.footer-left>a>p {
	margin-left: 45px;
}

.footer-left-logo {
	height: 72px;
}




.footer-contact-title {
	line-height: 2;
	color: #9daec9;
}

.footer-contact-tel {
	line-height: 1;
	font-weight: bold;
}

.footer-share-logo-box {
	position: relative;
	margin-top: 13px;
}

.footer-share-er {
	display: none;
	position: absolute;
	top: -285%;
	left: -18.5%;
}

.footer-share-logo {
	width: 36px;
	height: 36px;
	margin-top: 8px;
	margin-right: 12px;
	opacity: .6;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-share-logo:hover {
	opacity: 1;
}


.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 910px;
	text-align: left;
	border-left: 1px solid #39435a;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 0 10px 0;
}

.footer-right-link-box {
	display: inline-block;
	vertical-align: top;
	width: 11%;
	margin-left: 14%;
}

.footer-right-link-title {
	margin-bottom: 25px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.footer-right-link-title a {
	color: #fff;
}

.footer-right-link-arrow {
	display: none;
}

.footer-right-link-list {
	color: #9daec9;
	line-height: 36px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	list-style: none;
}

.footer-right-link-list:hover {
	color: #fff;
}

.footer-site-info {
	width: 100%;
	height: 70px;
	color: #9daec9;
	border-top: 1px solid #39435a;
}

.footer-site-info .ww {
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-copyright {
	display: inline-block;
	text-align: left;
}

.footer-statement-li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-statement-li span {
	display: inline-block;
	padding: 0 15px;
}

.footer-copyright a {
	color: #9daec9;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-copyright a:hover {
	color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	list-style: none;
}

.footer-statement {
	display: none;
	line-height: 1.6;
	text-align: right;
}

.footer-statement a {
	padding: 0 3px;
}

.footer-statement-a,
.footer-statement-a:focus {
	color: #fff;
}

.footer-statement-a:hover {
	color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-partner {
	width: 100%;
	position: relative;
	padding-bottom: 16px;
}

.footer-partner .contain {
	position: relative;
	padding-left: 74px;
	width: 1200px;
	margin: 0 auto;
}

.footer-partner-name,
.footer-partner-link a {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

.footer-partner-name {
	position: absolute;
	top: 0;
	left: 0;
}

.footer-partner-link {
	width: 100%;
	text-align: start;
}

.footer-partner-link a {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-partner-link a:hover {
	color: #fff;
}


/* cnzz统计 */
#cnzz_stat_icon_1279687370 {
	display: none;
}

/* cnzz统计 end */


/* 移动端底部 */
.foot-m {
	display: none;
	width: 7.5rem;
	padding: .2rem;
	color: #fff;
	background-color: #161a3f;
}

.foot-m a {
	font-size: .25rem;
}

.foot-m-nav {}

.foot-m-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.foot-m-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: .6rem;
	border-bottom: 1px solid #282c4e;
}

.foot-m-tel {
	height: .8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9c9fbf;
	font-size: .22rem;
}

.foot-m-tel a {
	color: #fff;
}

.foot-m-copyright {
	padding: .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9c9fbf;
	font-size: .22rem;
	border-top: .01rem solid #282c4e;
}

.foot-m-copyright p {
	line-height: 1.6;
}

.foot-m-copyright a {
	font-size: .22rem;
}

.footer-copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-copyright .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-copyright .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 100px;
}

.footer-copyright .right a {
	display: inline-block;
	margin: 0 8px;
}

.footer-copyright span.kong {
	display: inline-block;
	width: 10px;
}


/* 回到顶部 */
.back-to-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 1.5%;
	bottom: 10%;
	margin: 0 5px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.back-to-top img {
	width: 55px;
	height: 55px;
}




/* 移动端底部 end */
