﻿/*sheji*/
.sheji {
	text-align: center; margin-top:20px; clear:both;
}
.sheji div.col-lg-1 {
	margin-left: 15px;
}
.sheji figure{ display:block; width:100%;margin:0px auto; }
.sheji figure a {
	color: #fff;
}
.sheji figure a:hover {
	color: #f10215;
}
.sheji figure img {
	margin: 0px;
	padding: 0px;
}
.sheji figure figcaption {
	margin-top: 15px;
	min-height: 60px;
}
/*标题*/
.h-h2 {
	font-size: 32px; 
}
#txt_center1 {
	display: block;
	text-align: center;
	width: 80px;
}
.sheji-bg {
	background-image: url(./sheji-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 30px;
	margin: 30px auto;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
	.sheji {
	text-align: center; margin-top:20px; clear:both;
}
.sheji-bg {
	background-image: none;
	background-color: #222;
}
.sheji figure {
	margin: 5px auto
}
.sheji div.col-lg-1 {
	margin-left: -5px;
}
.h-h2 {
	font-size: 26px;
}
#txt_center1 {
	display: block;
	text-align: center;
	width: 80px;
	margin-left: 5px;
}
}
