
.i-link { width: 100%; display: block; font-size: 0; margin-top: .5rem;}
.i-link > .title{ margin-bottom: .1rem; font-size: .24rem; text-transform: uppercase; font-weight: bold; color: #fff;}
.i-link .list {display: block; margin: 0 0 .2rem;}
.i-link .list a { display: inline-block; line-height: 1.5; font-size: .14rem; margin-right: .1rem; vertical-align: top; color: #fff;}

.foot {
	padding-top: .37rem;
	box-sizing: border-box;
	width: 100%;
	background: url(../images/foot.jpg) no-repeat;
	background-size: cover;
	font-size: 0;
	color: #fff;
}
.foot-icons {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.foot-icons .left {
	float: left;
}
.foot ul {
	margin-top: -.3rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.foot ul > li {
	width: 30%;
}
.foot ul > li:nth-child(1) {
	width: 60%;
}
.foot ul > li:nth-child(2) {
	width: 35%;
}
.foot ul li .title {
	margin-bottom: .36rem;
	font-size: .24rem;
	text-transform: uppercase;
	font-weight: bold;
}
.foot ul li p {
	font-size: .16rem;
	line-height: 1.5;
}
.foot ul li .info {
	margin-top: .15rem;
	font-size: .14rem;
}
.foot ul li .info > div {
	margin-bottom: .16rem;
	position: relative;
	padding-left: .32rem;
	box-sizing: border-box;
	max-width: 3rem;
}
.foot ul li .info i {
	position: absolute;
	left: 0; top: 0%;
	/*transform: translateY(-50%);*/
	font-size: .2rem;
}
.foot ul li .info .space {
	margin-left: .4rem;
}
.foot .copyright {
	font-family: AvantGardeITCbyBT-Medium,var(--font_c);
	font-size: .14rem;
	color: #fffefe;
	line-height: .6rem;
	border-top: 1px solid rgba(255, 255, 255, .25);
	text-align: center;
}
.foot .copyright span {
    display: inline-block; vertical-align: middle; margin-left: .1rem;
}
.foot .copyright > a {
	color: #fff;
	/* float: right; */
	text-align: left; font-size: .14rem;
}
.foot ul li a {
	color: #fffefe;
}
.foot .link {
	margin-top: .04rem;
}
.foot ul li.explore a {
	font-size: .16rem;
}
.foot ul li.explore a {
	margin-bottom: .21rem;
	display: inline-block;
	width: 36%;
	vertical-align: top;
	font-family: AvantGardeITCbyBT-Medium,var(--font_c);
}
.foot ul li .foot-news li {
	width: 100%;
	margin-bottom: .2rem;
	font-size: .16rem;
	display: inline-block;
	vertical-align: top;
}
.foot ul li .foot-news li img {
	margin-right: .15rem;
	border-radius: .1rem;
	float: left;
	width: 1.67rem;
}
.foot ul li .foot-news .time {
	margin: 0rem 0 .07rem;
}
.foot ul li .foot-news-title {
	line-height: 1.4;
}
.foot ul li .qr-text {
	margin-top: .15rem;
	font-size: .16rem;
}
.slider {
	width: 1.3rem;
	position: fixed;
	left: .1rem; top: 40vh;
	cursor: pointer;
	z-index: 999999;
	box-shadow: -6px 6px 4px rgba(0, 0, 0, .1);
	display: '';
}
.slider li {
	width: 100%; height: .36rem;
	font-size: .4rem;
	border-left: 1px solid var(--colorTitle);
	border-right: 1px solid var(--colorTitle);
	border-top: 1px solid var(--colorTitle);
	color: var(--colorTitle);
	background-color: #fff;;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	/* transition: all .4s ease-in-out; */
}
.slider li:hover {
	color: #fff;
	background-color: var(--colorTitle);
}
.slider li a {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
}
.slider li .phone {
	width: 2rem; 
	height: .36rem;
	position: absolute;
	left: 60%; top: 0;
	font-size: .13rem;
	font-weight: bold;
	border: 1px solid #ddd;
	transition: all .4s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .9);
	color: #333;
	opacity: 0;
	box-sizing: border-box;
	line-height: 0.36rem;
	pointer-events: none;
}
.slider li:hover .phone {
	left: 100%;
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width: 834px) {
.foot {
	padding: 6% 0 0 0;
	height: auto;
}
.foot-icons .right {
	display: none;
}
.foot ul {
	margin-top: .2rem;
}
.foot ul > li:nth-child(1) {
	width: 100%;
}
.foot ul li:not(:first-child) {
	display: none;
}
.foot ul li {
	width: 100%;
}
.foot .copyright {
	padding: .15rem 0;
	line-height: 1.5;
}
.foot .copyright a {
	float: unset;
}
.foot ul li .title {
	display: none;
}
.foot .link {
	display: none;
}
.slider {
	opacity: 0;
	pointer-events: none;
}
}
