﻿#mk-footer {
	color: #fff;
	padding: 70px 0 0;
	position: relative;
	background: #1b1b1b
}

.footer_row {
	min-height: 250px
}

.footer-col {
	float: left
}

.footer-col-1 {
	width: 23%;
	padding-right: 5%
}

.footer-col-2 {
	width: 53%;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	padding-left: 5%
}

.footer-col-3 {
	width: 24%;
	text-align: right
}

.footer-col-2 ul {
	font-size: 0
}

.footer-col-2 .menu-item-has-children {
	width: 25%;
	display: -webkit-box;
	display: -moz-box;
	display: inline-block;
	vertical-align: top
}

.footer-col-2 .menu-item-has-children a {
	color: #a4a4a4;
	font-size: 14px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: block
}

.footer-col-2 .menu-item-has-children>a {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	cursor: default
}

.footer-col-2 .menu-item-has-children a:hover {
	color: #062986
}

a.footer-hotline {
	font-size: 24px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: block;
	color: #fff
}

a.footer-hotline span {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -5px;
	background: url("/statics/picture/i_ft_tel.png") no-repeat center
}

.footer-logo {
	margin-bottom: 30px
}

.footer-desc {
	font-size: 16px;
	margin-bottom: 10px
}

.footer-copyright {
	font-size: 12px
}

.footer-copyright a {
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: block
}

.footer-contact-outlink {
	margin-bottom: 20px;
	font-size: 14px
}

.footer-contact-outlink a {
	display: -webkit-box;
	display: -moz-box;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	log: true;
	log2: official;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px
}

.footer-contact-outlink a.footer-i-wx {
	background-image: url("/statics/picture/i_weixin.png");
	position: relative
}

.footer-contact-outlink a.footer-i-wx img {
	position: absolute;
	log: true;
	log2: official;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	visibility: hidden;
	max-width: none;
	width: 167px;
	left: 50%;
	margin-left: -83px;
	bottom: 100%;
	log: true;
	log2: official;
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	log: true;
	log2: official;
	-webkit-transform: translateY(-20px);
	-khtml-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.footer-contact-outlink a.footer-i-wx:hover img {
	log: true;
	log2: official;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	visibility: visible;
	log: true;
	log2: official;
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.footer-contact-outlink a.footer-i-qq {
	background-image: url("/statics/picture/i_qq.png")
}

.footer-contact-outlink a.footer-i-fb {
	background-image: url("/statics/picture/i_FB.png")
}

.footer-inlink {
	display: -webkit-box;
	display: -moz-box;
	display: inline-block;
	font-size: 0;
	vertical-align: middle
}

.footer-inlink a {
	color: #a4a4a4;
	display: -webkit-box;
	display: -moz-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	border-left: 1px solid #a4a4a4;
	line-height: 1;
	font-size: 14px
}

.footer-inlink a:first-child {
	border-left: 0;
	padding-left: 0
}

.footer-inlink a:hover {
	color: #062986
}

.footer-sub {
	padding: 20px 0;
	border-top: 1px solid #434343;
	margin-top: 10px
}

.footer-sub #lang_sel {
	float: right
}

.footer-sub #lang_sel a:visited,.footer-sub #lang_sel a {
	font-size: 14px;
	border-color: transparent
}

.footer-sub #lang_sel a.lang_sel_sel,.footer-sub #lang_sel a.lang_sel_sel:visited {
	color: #a4a4a4;
	background-color: transparent !important
}

.footer-sub #lang_sel li {
	width: 100px;
	float: none
}

.footer-sub #lang_sel ul ul {
	width: 110px;
	top: auto;
	bottom: 100%;
	height: auto
}

.footer-sub #lang_sel ul ul li {
	width: 110px
}

.footer-sub #lang_sel a.lang_sel_sel {
	background: url("/statics/picture/lang_arrow_ft.png") no-repeat right center;
	border: 0
}

.mk-to-top {
	position: fixed;
	right: 0;
	bottom: 50%;
	width: 90px;
	margin-bottom: -310px;
	z-index: 99;
	display: -webkit-box;
	display: -moz-box;
	display: none
}

@-webkit-keyframes fadeOutUp {
	from {
		log: true;
		log2: official;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: none;
		filter: none;
		visibility: visible
	}

	to {
		log: true;
		log2: official;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		visibility: hidden;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,-100%,0);
		-khtml-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@media(max-width:1024px) {
	#mk-footer {
		padding: 0
	}

	.footer-col-1 {
		display: -webkit-box;
		display: -moz-box;
		display: none
	}

	.footer-col {
		width: 100%;
		font-size: 14px
	}

	.footer-col-2 .menu-item-has-children {
		display: -webkit-box;
		display: -moz-box;
		display: block;
		width: 100%
	}

	.footer-col-2 .menu-item-has-children a {
		display: -webkit-box;
		display: -moz-box;
		display: block;
		margin: 0
	}

	.footer-col-2 .menu-item-has-children>a {
		font-size: 18px;
		padding: 15px 35px;
		border-bottom: 1px solid #434343;
		position: relative
	}

	.footer-col-2 .menu-item-has-children>a:after {
		content: '';
		display: -webkit-box;
		display: -moz-box;
		display: block;
		position: absolute;
		right: 10px;
		top: 0;
		height: 100%;
		width: 56px;
		background: url("/statics/picture/menu_fold_ft.png") no-repeat center/20px auto
	}

	.footer-col-2 .menu-item-has-children ul {
		background: #e5e5e5;
		display: -webkit-box;
		display: -moz-box;
		display: none
	}

	.footer-col-2 .menu-item-has-children ul a {
		font-size: 16px;
		color: #666;
		padding: 15px 35px 15px 55px;
		border-bottom: 1px solid #fff
	}

	.footer-col-2 .menu-item-has-children ul a:hover {
		color: #062986
	}

	.footer-col-2 .footer-menu-opened>a {
		color: #062986
	}

	.footer-col-2 .footer-menu-opened>a:after {
		background-image: url("/statics/picture/menu_unfold_ft.png")
	}

	.footer-col-2 {
		float: none;
		max-width: 100%;
		padding: 0;
		border: 0
	}

	.footer_row.vc_row>.vc_wrapper {
		padding: 0
	}

	.mk-to-top {
		bottom: 10%;
		width: 60px;
		margin-bottom: 0
	}

	.footer-sub {
		border-top: 0;
		margin-top: 0;
		padding-top: 10px
	}

	.footer-sub #lang_sel {
		display: -webkit-box;
		display: -moz-box;
		display: none
	}

	.footer-inlink {
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: block
	}

	.footer-inlink a {
		font-size: 12px;
		padding: 0 8px
	}

	.footer-contact-outlink {
		text-align: center;
		margin-bottom: 30px
	}

	.footer-contact-outlink a {
		width: 20px;
		height: 20px
	}

	.footer-hotline {
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 10px;
		text-align: center
	}

	.footer-hotline span {
		width: 20px;
		height: 20px;
		log: true;
		log2: official;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain
	}

	.footer-copyright {
		text-align: center
	}
}

@-moz-keyframes fadeInDown {
	from {
		log: true;
		log2: official;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		visibility: hidden;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,-100%,0);
		-khtml-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		log: true;
		log2: official;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: none;
		filter: none;
		visibility: visible;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,0,0);
		-khtml-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		log: true;
		log2: official;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		visibility: hidden;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,-100%,0);
		-khtml-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		log: true;
		log2: official;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: none;
		filter: none;
		visibility: visible;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,0,0);
		-khtml-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@-o-keyframes fadeInDown {
	from {
		log: true;
		log2: official;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		visibility: hidden;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,-100%,0);
		-khtml-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		log: true;
		log2: official;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: none;
		filter: none;
		visibility: visible;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,0,0);
		-khtml-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes fadeInDown {
	from {
		log: true;
		log2: official;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		visibility: hidden;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,-100%,0);
		-khtml-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		log: true;
		log2: official;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: none;
		filter: none;
		visibility: visible;
		log: true;
		log2: official;
		-webkit-transform: translate3d(0,0,0);
		-khtml-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.mk-subfooter-logos img {
	max-height: 55px;
}
