﻿

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	font-size: 14px;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	background: url(../image/bg.jpg) no-repeat center/cover;
	background-attachment: fixed;
	background-color: #efefef;
}

ul,
li,
ol {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.head {
	margin: 0 auto;
	width: 1200px;
}

.logo {
	width: 450px;
	height: 46px;
	margin: 20px 0;
	background: url(../image/logo1.png) no-repeat ;
}



.kcname h1 {

	line-height: 86px;
	font-size: 22px;
	color: rgb(2, 113, 171);
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
	letter-spacing: 8px;
}

.kcxx_container {
	margin: 0 auto;
	padding: 10px;
	width: 1200px;
	border-radius: 5px 5px;
	background: rgba(255, 255, 255, 0.7);

}

.kcxx_left {
	width: 300px;
}

.kcxx_right {
	width: 880px;
}


.sidebar_kcxx {

	margin: 0 8px 8px 5px;
	padding-bottom: 10px;
	background: #efefef;
	box-shadow: -5px 5px 5px rgba(172, 172, 172, 0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;

}

.sidebar_kcxx>h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	background: #de4d06;

}

/* 
.sidebar ul li {
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
} */

.sidebar_off {
	line-height: 35px;
	height: 35px;
	text-indent: 1em;
	font-size: 14px;
	cursor: pointer;
	color: #606060;
	background: none;
	overflow: hidden;
	border-bottom: 1px solid #ccc9c9;
	transition: all 0.3s linear;
}

.sidebar_on {
	line-height: 35px;
	height: 35px;
	text-indent: 1em;
	font-size: 14px;
	cursor: pointer;
	color: #de4d06;
	background: #fff;
	overflow: hidden;

}

.subsidebar {
	background: #fff;
	display: none;
	border-bottom: 1px solid #ccc9c9;

}

.xianshi {
	display: block;
}

.subsidebar a {
	width: 300px;
	display: block;
	text-align: left;
	height: 28px;
	line-height: 28px;
	color: #616161;
	font-size: 14px;
	text-indent: 15px;

}

.subsidebar a:hover {
	background: #f1f1f1;
	border-left: 5px solid #de4d06;
	border-radius: 6%;
	transition: all 0.3s ease-out;
	color: #de4d06;
}

.subsidebar_on {
	font-weight: 600;
	background: #fff;
	border-left: 5px solid #de4d06;
	border-radius: 6%;
	color: #de4d06 !important;

}

.footer {
	margin: 0 auto;
	padding: 15px;
	width: 1200px;
	color: #fff;
	text-align: center;
}

.footer span {
	background-color: rgba(2, 163, 253, 0.5);
}

/* 提示信息 */

.helpinfo {
	display: block;
	padding: 5px;
	width: 460px;
	height: 70px;
	border-radius: 5px 5px;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	right: -262px;
	bottom: 10px;
}

.helpinfo .close {
	width: 30px;
	height: 22px;
	display: block;
	float: right;
} */

/* 返回顶部 */
.top_ {
	display: none;
}

.top_ a {
	display: block;
	width: 46px;
	color: #3599D3;
	height: 46px;
	position: fixed;
	_position: absolute;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	top: 800px;
	right: 160px;
	z-index: 99999;
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	background: #fff;
	border-radius: 50%;
}

/* 移动端 */
@media screen and (max-width: 767px) {

	 body {min-width: 320px;}	
	.head {margin: 0 auto; width: auto;}
	.logo {margin:5px 10px;height:30px;float:none;background: url(../image/logo1.png) no-repeat  left center;background-size: 50%;}
	.kcname {text-align: center;float:none}
	.kcname h1{line-height: 50px;}
	.kcxx_container {
		margin: 0 auto; width: auto;
	}
	.kcxx_left {
		width: auto;
		float: none;
	}
	
	.kcxx_right {
		width: auto;
		float: none;
	}
	.subsidebar a {
		width: auto;
	}
	.footer {
		margin: 0 auto;
		padding: 15px;
		width: auto;
		color: #fff;
		text-align: center;
	}
	.helpinfo {	display: none;}
	.top_ a {display: none;}
} 