@charset "utf-8";

.bottombar {
}

.bottombar .bottombar-wrap {
}

/* ================================ copyright ================================ */

.bottombar .copyright {
	position: relative;
	margin: 55px 0px;
}

.bottombar .copyright .left {
	position: absolute;
	bottom: 0px;
	left: 12.5%;
}

.bottombar .copyright .left img {
	display: block;
}

.bottombar .copyright .left h1 {
	font-size: 16px;
	margin-top: 17px;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.bottombar .copyright .center {
	margin-left: 41.63%;
}

.bottombar .copyright .center h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
}

.bottombar .copyright .center h1 br {
	display: none;
}

.bottombar .copyright .center h1 .ghs {
	vertical-align: text-top;
	position: relative;
	top: 2px;
}

.bottombar .copyright .right {
	position: absolute;
	bottom: 0px;
	right: 50px;
}

.bottombar .copyright .right ul {
}

.bottombar .copyright .right ul li {
}

.bottombar .copyright .right ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url(../../res/imgs/topbar/icon-qq-white.png) 50% 50% no-repeat;
	background-size: 55% auto;
	background-color: #e60012;
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.bottombar .copyright .right ul li a:hover {
	background-color: #cc0000;
}

/* ================================ bottombar-top ================================ */

.bottombar .bottombar-top {
}

.bottombar .bottombar-top .k {
	float: left;
	width: 25%;
}

/* ================================ bottombar-top k1 ================================ */

.bottombar .bottombar-top .k1 {
	/* float: left; */
	width: 22.5%;
	margin-left: 2.5%;
}

.bottombar .bottombar-top .k1 img {
	display: block;
	height: 28px;
}

/* ================================ bottombar-top k2 ================================ */

.bottombar .bottombar-top .k2 {
	/* float: left;
	margin-left: 63px; */
}

.bottombar .bottombar-top .k2 p {
	/* width: 225px; */
	font-size: 12px;
	line-height: 2em;
	white-space: pre-wrap;
}

.bottombar .bottombar-top .k2 div {
	float: left;
	margin-top: 35px;
}

.bottombar .bottombar-top .k2 div img {
	display: block;
	height: 102px;
}

.bottombar .bottombar-top .k2 div h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

/* ================================ bottombar-top k3 ================================ */

.bottombar .bottombar-top .k3 {
	/* float: left;
	margin-left: 75px; */
	margin-top: -13px;
	width: 50%;
}

.bottombar .bottombar-top .k3 dl {
}

.bottombar .bottombar-top .k3 dl dd {
	float: left;
	margin-left: 60px;
}

.bottombar .bottombar-top .k3 dl dd h1 {
	color: #bebebe;
	font-size: 24px;
	line-height: 2em;
	font-weight: normal;
	border-bottom: 1px solid #777;
	margin-bottom: 14px;
}

.bottombar .bottombar-top .k3 dl dd h1 a {
}

.bottombar .bottombar-top .k3 dl dd ul {
}

.bottombar .bottombar-top .k3 dl dd ul li {
	font-size: 12px;
	line-height: 2em;
}

.bottombar .bottombar-top .k3 dl dd ul li a {
}
.bottombar .bottombar-top .k3 dl dd ul li a:hover {
	color: #fff;
}

/* ================================ bottombar-top k4 ================================ */

.bottombar .bottombar-top .k4 {
	/* float: right; */
	margin-top: -7px;
}

.bottombar .bottombar-top .k4 p {
	width: 250px;
	font-size: 12px;
	line-height: 2em;
	white-space: pre-wrap;
}

/* ================================ bottombar-top-m ================================ */

.bottombar .bottombar-top-m {
	display: none;
}

/* ================================ bottombar-bottom ================================ */

.bottombar .bottombar-bottom {
	margin-top: 25px;
}

.bottombar .bottombar-bottom h3 {
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
}

.bottombar .bottombar-bottom ul {
}

.bottombar .bottombar-bottom ul li {
	float: left;
	width: 12.5%;
	font-size: 12px;
	line-height: 2em;
}

.bottombar .bottombar-bottom ul li a {
}
.bottombar .bottombar-bottom ul li a:hover {
	color: #fff;
}

/* ================================ bottombar-fixed ================================ */
	
.bottombar-fixed {
	display: none;
}

@media (min-width: 1px) and (max-width: 1600px) {
	
	.bottombar .copyright .center h1 br:first-of-type {
		display: inline;
	}
	
}

@media (min-width: 1px) and (max-width: 750px) {
	
	.bottombar {
		margin: 0px 3%;
	}
	
	.bottombar .bottombar-wrap {
	}
	
	/* ================================ copyright ================================ */
	
	.bottombar .copyright {
		position: relative;
		margin: 55px 0px;
		
		margin: 35px 0px;
	}
	
	.bottombar .copyright .left {
		position: absolute;
		bottom: 0px;
		left: 12.5%;
		
		display: none;
	}
	
	.bottombar .copyright .left img {
		display: block;
	}
	
	.bottombar .copyright .left h1 {
		font-size: 16px;
		margin-top: 17px;
		font-size: 14px;
		margin-top: 10px;
		text-align: center;
	}
	
	.bottombar .copyright .center {
		margin-left: 41.63%;
		
		margin-left: 0%;
	}
	
	.bottombar .copyright .center h1 {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.5em;
		
		font-size: 14px;
		text-align: center;
	}
	
	.bottombar .copyright .center h1 br {
		display: none;
		
		display: inline;
	}
	
	.bottombar .copyright .center h1 .ghs {
		vertical-align: text-top;
		position: relative;
		top: 2px;
		
		top: -1px;
		width: 16px;
	}
	
	.bottombar .copyright .right {
		position: absolute;
		bottom: 0px;
		right: 50px;
		
		display: none;
	}
	
	.bottombar .copyright .right ul {
	}
	
	.bottombar .copyright .right ul li {
	}
	
	.bottombar .copyright .right ul li a {
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: url(../../res/imgs/topbar/icon-qq-white.png) 50% 50% no-repeat;
		background-size: 55% auto;
		background-color: #e60012;
		cursor: pointer;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.bottombar .copyright .right ul li a:hover {
		background-color: #cc0000;
	}
	
	/* ================================ bottombar-top ================================ */
	
	.bottombar .bottombar-top {
		
		display: none;
	}
	
	.bottombar .bottombar-top .k {
		float: left;
		width: 25%;
	}
	
	/* ================================ bottombar-top k1 ================================ */
	
	.bottombar .bottombar-top .k1 {
		/* float: left; */
		width: 22.5%;
		margin-left: 2.5%;
	}
	
	.bottombar .bottombar-top .k1 img {
		display: block;
		height: 28px;
	}
	
	/* ================================ bottombar-top k2 ================================ */
	
	.bottombar .bottombar-top .k2 {
		/* float: left;
		margin-left: 63px; */
	}
	
	.bottombar .bottombar-top .k2 p {
		/* width: 225px; */
		font-size: 12px;
		line-height: 2em;
		white-space: pre-wrap;
	}
	
	.bottombar .bottombar-top .k2 div {
		float: left;
		margin-top: 35px;
	}
	
	.bottombar .bottombar-top .k2 div img {
		display: block;
		height: 102px;
	}
	
	.bottombar .bottombar-top .k2 div h1 {
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		margin-top: 10px;
	}
	
	/* ================================ bottombar-top k3 ================================ */
	
	.bottombar .bottombar-top .k3 {
		/* float: left;
		margin-left: 75px; */
		margin-top: -13px;
		width: 50%;
	}
	
	.bottombar .bottombar-top .k3 dl {
	}
	
	.bottombar .bottombar-top .k3 dl dd {
		float: left;
		margin-left: 60px;
	}
	
	.bottombar .bottombar-top .k3 dl dd h1 {
		color: #bebebe;
		font-size: 24px;
		line-height: 2em;
		font-weight: normal;
		border-bottom: 1px solid #777;
		margin-bottom: 14px;
	}
	
	.bottombar .bottombar-top .k3 dl dd h1 a {
	}
	
	.bottombar .bottombar-top .k3 dl dd ul {
	}
	
	.bottombar .bottombar-top .k3 dl dd ul li {
		font-size: 12px;
		line-height: 2em;
	}
	
	.bottombar .bottombar-top .k3 dl dd ul li a {
	}
	.bottombar .bottombar-top .k3 dl dd ul li a:hover {
		color: #fff;
	}
	
	/* ================================ bottombar-top k4 ================================ */
	
	.bottombar .bottombar-top .k4 {
		/* float: right; */
		margin-top: -7px;
	}
	
	.bottombar .bottombar-top .k4 p {
		width: 250px;
		font-size: 12px;
		line-height: 2em;
		white-space: pre-wrap;
	}
	
	/* ================================ bottombar-top-m ================================ */
	
	.bottombar .bottombar-top-m {
		display: none;
		
		display: block;
		position: relative;
	}
	
	.bottombar .bottombar-top-m .left {
		
		width: 60%;
	}
	
	.bottombar .bottombar-top-m .left p {
		
		white-space: pre-wrap;
		font-size: 14px;
		line-height: 2em;
	}
	
	.bottombar .bottombar-top-m .right {
	
		max-width: 30%;
		max-height: 100%;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	
	/* ================================ bottombar-bottom ================================ */
	
	.bottombar .bottombar-bottom {
		margin-top: 25px;
	}
	
	.bottombar .bottombar-bottom h3 {
		font-size: 14px;
		line-height: 2em;
		font-weight: normal;
	}
	
	.bottombar .bottombar-bottom ul {
	}
	
	.bottombar .bottombar-bottom ul li {
		float: left;
		width: 12.5%;
		font-size: 12px;
		line-height: 2em;
	}
	
	.bottombar .bottombar-bottom ul li a {
	}
	.bottombar .bottombar-bottom ul li a:hover {
		color: #fff;
	}
	
	/* ================================ bottombar-fixed ================================ */
		
	.bottombar-fixed {
		display: none;
	}
	
}
