@charset "utf-8";

.cl{
	clear: both;
}

@media screen and (min-width: 1200px) {
	
	.top_one_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
	}
	.top_one{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		line-height: 45px;
		color: #333;
		font-size: 12px;
	}
	.top_one_left{
		float: left;
	}
	.top_one_left_hy{
		float: left;
		margin-right: 20px;
		font-size: 13px;
	}
	#getdate{
		float: left;
		font-size: 13px;
	}
	.top_one_right{
		float: right;
		font-size: 14px;
	}
	.top_one_right a{
		background: #a90000;
		padding: 5px 15px;
		border-radius: 5px;
		color: #fff;
	}
	/* 顶部logo */
	.top_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.top {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}

	.top .logo {
		float: left;
		width: 500px;
		height: auto;
		overflow: hidden;
	}

	.gzh {
		float: right;
		width: 150px;
		height: auto;
		overflow: hidden;
	}

	.gzh img {
		width: 80px;
		display: block;
		float: left;
		margin-right: 10px;
	}

	.gzh span {
		width: 60px;
		height: auto;
		padding-top: 15px;
		display: block;
		float: right;
		font-size: 14px;
	}

	.search {
		float: left;
		width: 350px;
		height: auto;
		overflow: hidden;
		margin-left: 50px;
		padding: 20px 0px;
	}

	.search_txt {
		float: left;
		width: 250px;
		height: 35px;
		line-height: 35px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		outline: none;
		padding-left: 10px;
		border-radius: 3px 0 0 3px;
	}

	.search_btn {
		float: left;
		background: #a90000;
		border-radius: 0 3px 3px 0;
		width: 80px;
		top: 0;
		right: 0;
		height: 35px;
		border: none;
		outline: none;
		position: relative;
		color: #fff;
		font-size: 14px;
		cursor:pointer;
	}



	.link_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #a90000;
	}
	.link{
		width: 1200px;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		margin: 0px auto;
		color: #fff;
	}
	.friendlink_select{
		width: 200px;
		margin: 0 20px;
		text-indent: 15px;
		background-color: #fff;
		color: #333;
		border: 0;
		font-size: 14px;
	}
	.friendlink_select option{
		font-size: 14px;
	}
	
	.foot_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
	}
	.foot{
		width: 1200px;
		height: auto;
		line-height: 30px;
		overflow: hidden;
		margin: 20px auto;
		color: #333;
		text-align: center;
	}
	
}


@media screen and (max-width: 1200px) {
	/* 顶部logo */
	.top_bj {
		display: none;
	}
	.top_one_bj{
		display: none;
	}
	
	.link_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #a90000;
	}
	.link{
		width: 100%;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		margin: 0px auto;
		color: #fff;
	}
	.friendlink_select{
		width: 130px;
		margin: 0 10px;
		text-indent: 0px;
		background-color: #fff;
		color: #333;
		border: 0;
		font-size: 14px;
	}
	.friendlink_select option{
		font-size: 14px;
	}
	
	.foot_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
	}
	.foot{
		width: 100%;
		height: auto;
		line-height: 30px;
		overflow: hidden;
		margin: 20px auto;
		color: #333;
		text-align: center;
	}
	
}