@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-01-28 14:22:20
 * @version $Id$
 */
/*.content{
	margin-bottom: 200px;
}*/
.content .content_top{
	height: 180px;
	background: #f9f9f9;
	text-align: center;
}
.content .content_top .slideshow{
	width: 1200px;
	height: 180px!important;
	display: inline-block;
	background: #f9f9f9;
}
.content .content_top .slideshow .slide{
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);*/
    z-index: 10003;
    margin-left: 2px;
}
.content .content_c{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}
.clear{
	clear: both;
}
.slide img{
	height: 180px!important;
}
