@charset 'utf-8';

.fl{
	float: left;
}
.fr{
	float: right;
}
.banner{
	width: 100%;
}
.banner a{
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.banner a img{
	width: 100%;
	height: 100%;
}
.title{
	margin: 20px 0;
}
.title h2{
	font-weight: bold;
}
.speech-text{
	line-height: 2em;
}
@media only screen and (max-width:768px){
	.speech-text{
		margin-top: 20px;
	}
	.news ul li{
		margin-left: 20%;
	}
}
.speech,.spot,.video,.news,.cs-valley{
	margin: 30px 0;
}
.spot,.reputat{
	padding: 20px 0;
	background: #f3f3f3;
}
.box{
	width: 100%;
	padding: 5px;
}
.box a{
	display: block;
	width: 100%;
}
.box a img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.box h4{
	text-align: center;
}
.box p{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.login-box{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	z-index: 999;
}
.login{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	padding: 0 20px;
	background: rgba(255,255,255,.8);
	border-radius: 25px; 
}
.login-pic{
	position: absolute;
	z-index: 999;
	top: 10px;
	right: 10px;
}
.login-pic:hover img{
	transform: scale(1.1);
}
.login h3{
	margin: 20px 0;
	text-align: center;
	color: #000;
}
.login p{
	width: 100%;
	line-height: 54px;
	text-indent: 20px;
}
.news ul li{
	list-style: none;
	margin-left: 12%;
	line-height: 2em;
}
@media only screen and (max-width:768px){
	.news ul li{
		margin-left: 25%;
	}
}
.news ul li span{
	float: right;
}
.foot{
	margin: 20px 0;
}
.foot p{
	font-weight: bold;
}
.modal-body p{
	line-height: 2em;
	text-indent: 20px;
}
.modal-body a{
	display: block;
	width: 400px;
	height: 300px;
	overflow: hidden;
	margin: 10px auto;
}
.modal-body a img{
	width: 100%;
	height: 100%;
}
.modal-dialog{
	width: 75%;
	margin: 0 auto;
}
.modal-body h4{
	color: red;
	text-align: center;
}








.light-box a{
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.light-box a img{
	width: 100%;
	height: 100%;
}
.light-box p{
	text-align: center;
	line-height: 2em;
	margin-top: 10px;
	font-weight: bold;
}
.light-box a:hover img{
	transform: scale(1.1, 1.1);
}

#mybtn9 .modal-body a{
	display: block;
	width: 300px;
	height: 320px;
	overflow: hidden;
	margin: 10px auto;
}
#mybtn9 .modal-body a img{
	width: 100%;
	height: 100%;
}

.changsha,.neimenggu{
	position:relative;
}