@charset "utf-8";
/* 重置 */
* {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings:'liga', 'kern';
}
html {
	font-size: 10px;
	color: #333;
}
body {
	position: relative;
	font-size: 1.4rem;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
hr {
	margin: 1rem 0;
	border: none;
	padding: 0;
	height: 1px;
	overflow: hidden;
	background: #ddd;
}
img {
	vertical-align: middle;
}
/* 通用 */
.container {
	margin: 0 auto;
	max-width: 120rem;
}
.cols:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.header {
	padding: 1rem 0;
}
/* 标志 */
.brand, .brand big, .brand small {
	display: block;
}
.brand {
	height: 9rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.brand big, .brand small {
	margin-left: 10rem;
}
.brand big {
	padding-top: 1.2rem;
	font-size: 2.7rem;
	color: #333;
}
.brand small {
	font-size: 1.2rem;
	color: #888;
}
/* 导航 */
.nav ul {
	display: table;
	width: 100%;
	background: #06b;
}
.nav li {
	display: table-cell;
	text-align: center;
}
.nav a {
	display: block;
	padding: 1.4rem;
	color: #fff;
	font-size: 1.4rem;
	transition: background 0.2s;
}
.nav a:hover {
	background: #05a;
	box-shadow: 0 1px 3px #049 inset;
}
/* 轮播 */
.slider ul li img {
	width: 100%;
}
.slider ol {
	padding-bottom: 1rem;
}
.slider ol li {
	display: inline-block;
	margin: 0 .6rem;
	width: 1.2rem;
	height: 1.2rem;
	overflow: hidden;
	border-radius: .6rem;
	text-indent: -999rem;
	background: #fff;
	cursor: pointer;
}
.slider ol li.on {
	background: #06b;
}
/* 业务 */
.service ul {
	margin: 2rem 0;
}
.service li {
	float: left;
	width: 25%;
	text-align: center;
}
.service img {
	width: 100%;
	max-width: 18rem;
	border-radius: 50%;
	background-color: #eee;
}
.service big, .service small {
	display: block;
}
.service a big {
	padding-top: 1rem;
	color: #555;
}
.service a:hover big {
	color: #05a;
}
.service a small {
	padding-bottom: 1rem;
	color: #bbb;
}
.service a:hover small {
	color: #888;
}
/* 新闻 */
.section {
	float: left;
	width: 50%;
}
.section dl {
	padding: 2rem;
}
.section dl:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.section dl dt, .section dl dd {
	float: left;
}
.section dl dt {
	width: 25%;
}
.section dl dt img {
	width: 100%;
}
.section dl dd {
	width: 75%;
}
.section dl dd h3, .section dl dd p {
	margin-left: 1.6rem;
}
.section dl dd h3 {
	padding-bottom: 1rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.section dl dd p {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.section dl dd h3 a {
	color: #555;
}
.section dl dd h3 a:hover {
	color: #e33;
}
.section dl dd p a {
	color: #aaa;
}
.section dl dd p a:hover {
	color: #888;
}
/* 最新 */
.latest li {
	float: left;
	width: 25%;
	border-width: 0 1rem;
	border-color: transparent;
	border-style: solid;
	box-sizing: border-box;
	text-align: center;
}
.latest li a {
	display: block;
	color: #06b;
}
.latest li a img {
	width: 100%;
}
.latest li a span {
	display: block;
	padding: .6rem 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.latest li a:hover span {
	color: #e33;
}
/* 链接 */
.footer {
	text-align: center;
}
.footer a {
	color: #444;
}
.footer a:hover {
	color: #06b;
}
.footer ul li {
	display: inline-block;
	margin: 1rem;
}
.footer p {
	padding-bottom: 2rem;
}
.main {
	margin: 1.5rem 0;
}
.main:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.left {
	float: left;
	width: 75%;
}
.right {
	float: right;
	width: 25%;
}
.right h3 {
	padding: 1rem 2rem 1rem 3.5rem;
	font-size: 1.8rem;
}
.right ul  {
	margin-left: 2rem;
}
.right ul li {
	border-top: 1px solid #ddd;
}
.right ul li a {
	display: block;
	padding: 1.5rem;
	color: #666;
}
.right ul li a:hover {
	color: #06b;
}
.right ul li a.current, .right ul li a.current:hover {
	background: #06b;
	color: #fff;
}
.right ul li big, .right ul li small {
	display: block;
}
.ad {
	margin-left: 2rem;
}
.ad img {
	border: 1px solid #eee;
	max-width: 100%;
}
.breadcrumbs a {
	color: #05a;
}
.breadcrumbs a:hover {
	color: #e33;
}
/* 列表 */
.dlist dl {
	padding: 1rem 0;
	transition: all .3s;
}
.dlist dl:hover {
	background: #f9f9f9;
}
.dlist dl:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.dlist dl dt, .dlist dl dd {
	float: left;
}
.dlist dl dt {
	width: 20%;
}
.dlist dl dt img {
	width: 100%;
}
.dlist dl dd {
	width: 80%;
}
.dlist dl dd h3 {
	padding: 0 0 1rem 1.5rem;
	font-size: 1.8rem;
}
.dlist dl dd p {
	padding-left: 1.5rem;
}
.dlist dl dd h3 a {
	color: #555;
}
.dlist dl dd h3 a:hover {
	color: #06b;
}
.dlist dl dd p a {
	color: #bbb;
}
.dlist dl dd p a:hover {
	color: #aaa;
}
/* 页码 */
.pages a, .pages b {
	display: inline-block;
	margin: .5rem 1rem .5rem 0;
	padding: .5rem;
	min-width: 2rem;
	border-radius: 2px;
	text-align: center;
}
.pages a {
	background: #f2f2f2;
	color: #556;
}
.pages a:hover {
	background: #e8e8e8;
	color: #333;
}
.pages b {
	background: #06b;
	color: #fff;
	cursor: not-allowed;
}
.richtext {
	padding-left: 2em;
	line-height: 1.5em;
}
.richtext h1 {
	padding: 0 3em;
	font-size: 2.8rem;
	line-height: 1.2em;
	text-align: center;
}
.richtext p {
	margin: 1rem 0;
}
.richtext img {
	max-width: 100%;
}
.richtext-indent {
	text-indent: 2em;
}
.textmeta {
	color: #888;
	font-size: 1.2rem;
	text-align: center;
}
.textmeta a {
	color: #06b;
}
.prev {
	padding-top: 1rem;
}
.prev a, .next a {
	color: #06b;
}
.prev a:hover, .next a:hover {
	color: #e33;
}
@media (max-width: 960px) {
	.section {
		float: auto;
		display: block;
		width: 100%;
	}
	.latest li {
		float: left;
		width: 50%;
		text-align: center;
	}
}









