/*公共样式--开始*/

* {
	box-sizing: border-box;
	margin:0; 
	padding:0; 
	list-style:none;
	text-decoration: none;
}

html,
body {
	min-height: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

span {
	display: block;
}

img {
	border: none;
	vertical-align: middle;
	display: block;
}

a {
	text-decoration: none;
	color: #232323;
	display: block;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	clear: both
}

.container {
	width: 1200px;
	margin: auto
}
.thrwrap ul li {
	width: 33.3%;
	padding: 10px;
	float: left;
}

.thrwrap ul li a img {
	width: 100%;
}
.thrwrap ul li a p {
	text-align: center;
	line-height: 36px;
}

.thrwrap ul {
	overflow: hidden;
}



@media screen and (max-width: 768px) {
	.container{
	width: 100%;
	padding: 0 10px;
	margin: 5px;
	-moz-border-end-width: 100%;
	}
.thrwrap ul li {
	width: 50%;
}

}


/*公共样式--结束*/


.stitle {
	border-bottom: 2px solid #3c62c1;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	position: relative;
}
.stitle h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	font-weight: bold;
	height: 40px;
	border-bottom: 2px solid #c2c2c2;
	text-align: center;
}
.stitle a {
	position: absolute;
	right: 0;
	top: 0;
}
