@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
}



/*------------------------------------------------------------

------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 85%;
	margin: 0 auto;
	max-width: 1500px;
	box-sizing: border-box;
}

/*------------------------------------------------------------

------------------------------------------------------------*/


.sec .title {
	text-align: center;
	padding: 25px 0;
	font-family:"微软雅黑";
}

.sec .title h2 {
    margin: 0;
    line-height: 1.2;
    color: #003994;
    font-size: 4rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase
}

.sec .title p {
	font-size: 16px;
	margin-top: 5px;
}

.sec .title span {
	display: block;
	width: 50px;
	margin: 4px auto;
}

.more {
	width: 140px;
	line-height: 40px;
	margin: 25px auto;
	border-radius: 4px;
	transform: skew(-40deg);
	background-color: #0490d3;

}

.more a {
	display: block;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
	transform: skew(40deg);
	font-size: 15px;

}
.more a:hover {
	color: #fff;
}

.sp {
	display: none !important;
}

.sec1 .fl {
	width: 22%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.sec1 .fl .titl {
	background: url(../images/bg3.jpg) no-repeat top left;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 26px 0;
}

.sec1 .fl .titl h3 {
	font-size: 28px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}

.sec1 .fl .titl h3:before {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: -55px;
	top: 50%;
	opacity: 0.9;
}

.sec1 .fl .titl h3:after {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	right: -55px;
	top: 50%;
	opacity: 0.9;
}

.sec1 .fl .titl p {
	font-size: 15px;
	opacity: 0.8;
}

.sec1 .fl li {
	margin: 10px;
}

.sec1 .fl li a {
	display: block;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background:#0490d3 url(../images/icon19.png) no-repeat right 6px center;
	background-size: 26px;
	padding: 0 20px;
	border-radius: 5px;
}

.sec1 .fr {
	width: 78%;
}

.sec1 .fr li {
	width: 25%;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.sec1 .fr li a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.sec1 .fr li p {
	font-size: 17px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #dedede;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}