.header{
	/*box-shadow: 0 -2px 20px #ddd inset;*/
}
.floor1{
	
}
.floor1_caption{
	    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #eee;
}
.floor1_caption::after{
	content: "";
	display: block;
	clear: both;
}
.floor1_caption>h3{
	color: #575756;
	font-size: 18pt;
	float: left;
    font-family: GothamBook;
        line-height: 70px;
    height: 70px;
}
.floor1_caption>ul{
	float: right;
}
.floor1_caption>ul li{
	float: left;
}
.floor1_caption>ul span{
	float: left;
	margin: 0 15px;
}
.floor1_caption>ul li a,.floor1_caption>ul span{
	color: #9C9B9B;
	font-size: 14px;
}
.floor1_caption>ul li a:hover{
	color: #000;
}
.floor1_caption>ul .active a{
	color: #000;
}
.floor_line{
	width: 100%;
	height: 5px;
	background:url("../img/line.png") repeat;
	display: none;
}

.floor1_txt::after{
	content: "";
	display: block;
	clear: both;
}
.floor1_txt{
	padding-top: 40px;
	
}
.floor1_l{
	width: 300px;
	float: left;
}
.floor1_r{
	width: calc(100% - 400px);
	float: right;
}
.floor1_ul>li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted #575756;
}
.floor1_ul>li>h5{
	color: #575756;
	font-size: 18px;
	margin-bottom: 20px;
}
.floor1_ul>li>ul{
	margin-bottom: 20px;
}
.floor1_ul>li>ul li{
	list-style: disc;
	margin-bottom: 6px;
}

						
						
.copyright{
	height: 170px;line-height: 160px;color: #575756;font-size: 12px;
}


@media screen and (min-width:992px ) and (max-width:1200px) {
	
}
@media screen and (min-width:769px ) and (max-width:991px) {
	
}
@media screen and (max-width:768px) {
	.floor1_caption>h3{
		font-size: 24px;
	}
	.floor1_l{
		width: 100%;
		margin-bottom: 30px;
	}
	.floor1_r{
		width: 100%;
		padding: 0 15px;
	}
}