* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;

}
body {
    min-width: 1200px;
		/*max-width: 1440px;*/
	margin: 0 auto;
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
@media screen  and (max-width:450px){
    body{width:1200px; }
}
/*header*/
.headBlock {
	/*width: 90%;*/
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0 10%;
}

.logo {
	width: 35px;
	display: inline-block;
	margin: 5px 10px 5px 0;
	float: left;
}

.company p {
	height: 20px;
	line-height: 20px;
}

.company p:nth-of-type(1) {
	font-size: 24px;
	font-family: '楷体';
	letter-spacing: 1px;
}

.company p:nth-of-type(2) {
	font-size: 14px;
	letter-spacing: 1px;
}

.company {
	display: inline-block;
	margin-top: 10px;
}

.contact {
	float: right;
	display: inline-block;
	margin-top: 10px;
}

.contact img {
	width: 16px;
	vertical-align: middle
}

.contact p {
	font-size: 12px;
	color: #333;
	height: 20px;
	line-height: 20px;
}

/*navBar*/
.navBar {
	width: 100%;
	height: 50px;
	background: #c00000;
	float: left;
	text-align: center;
}

.sMenuContent a:hover{
	color: #c00000;
}

.menuBlock {
	height: 50px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

.fMenu {
	float: left;
}

li {
	list-style: none;
	padding: 0;
	margin: 0;
}


.fMenu-item {
	width: 99px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.ui-menu {
	padding: 0 30px; 
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #c00000;
	position: relative;
}

.sMenuContent {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 999;
	display: none;
	padding: 0 30px; 
	background: #efefef;
}

.sMenuContent li {
	width: 146px;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	text-align: left;
}

.sMenuContent li a {
}

.fMenu a {
	color: #fff;
	font-size: 18px;
}

.sMenuContent a {
	color: #fff;
	font-size: 14px;
}

.sMenuContent a {
	color: #333;
	padding-left: 10px;
	border-left: 2px solid #c00000;
}

.carouselBlock {
	width: 100%;
	float: left;
	
}

.swiper-slide {
	color: #fff;
	font-size: 36px;
	text-align: center;
}
/*threeBlock*/
.outW{
	width: 100%;
    min-height: 500px;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.threeBlock {
	/*min-width: 1024px;
	max-width: 1440px;*/
	display: inline-block;
	width: 1024px;
	/*width: 100%;
	float: left;
	margin: 20px auto 60px auto;*/
}

.threeItem {
	width: 33.33%;
	float: left;
	padding: 10px auto;
}

.columnHeader {
	width: 95%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #716ca2;
	margin: 10px auto;
	text-align: left;
}

.columnHeader img {
	width: 15px;
	margin-left: 5px;
}

.columnHeader span {
	float: right;
	color: #716ca2;
}

.thumbnail {
	width: 95%;
	display: block;
	margin: 10px auto;
	height:210px;
}

.articleList {
	width: 95%;
	margin: 10px auto;
}

.articleList li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #007AFF;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.articleList li a {
	color: #333;
}
.articleList li img {
	width: 25px;
	vertical-align: middle;
}

/*newsBlock*/
.newsBlock {
	/*min-width: 1024px;
	max-width: 1440px;*/
	display: inline-block;
	width: 1024px;
	/*width: 100%;
	float: left;
	margin: 20px auto 60px auto;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

.newsBlock h3 {
	height: 30px;
	line-height: 30px;
	margin: 0 20px;
	text-align: left;
	border-bottom: 1px dashed #007AFF;
}

.newsBlock .fourItem {
	width: 25%;
	text-align: center;
	float: left;
}

.newsBlock .fourItem .thumbnail {
	width: 90%;
	display: block;
	margin: 30px auto 15px auto;
}

.newsBlock .fourItem p a {
	font-size: 14px;
	font-weight: bold;
}

.newsBlock .fourItem p img {
	width: 15px;
	vertical-align: middle;
	margin-right: 8px;
}
/*footer*/
.footerBlock {
	width: 100%;
	background: #000;
	color: #ffffff;
	float: left;
}

.footerWrapper {
	width: 80%;
	float: left;
	margin: 0 auto 30px 10%;
	padding: 30px 0;
}

.footerColumn {
	width: 25%;
	float: left;
	padding-bottom: 20px;
}

.footerColumn span {
	display: block;
	font-size: 16px;
}

.footerColumn span:not(:nth-of-type(1)) {
	text-indent: 10px;
	font-size: 14px;
}

.footerColumn span:nth-of-type(1):before {
	content: "|";
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 4px;
}

.footerColumn span:not(:nth-of-type(1)):before {
	content: "•";
	color: #FFFFFF;
	margin-right: 4px;
}

.footerColumn span a {
	color: #FFFFFF !important;
}
.copyright{
	width: 100%;
	height: 28px;
	float: left;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	color: #333;
}
.copyright a{
	
	color: #fff;
}
/*listBlock*/
.listBlock{
	/*min-width: 1024px;
	max-width: 1440px;*/
	display: inline-block;
	width: 1024px;
	/*width: 100%;
	float: left;
	margin: 20px auto 60px auto;*/
}

.leftBlock{
	width: 20%;
	height: 100%;
	float: left;
}
.leftBlock .columnBar {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #c00000;
}
.typeBlock{
	width: 90%;
	margin: 15px auto;
}
.typeItem{
	height: 30px;
	line-height: 30px;
	display: block;
	background: #d0cecf;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
.typeItemActive{
	background: #4472c7;
}
.rightBlock{
	width: 75%;
	height: 100%;
	float: right;
	text-align: left;
}
.rightBlock .columnBar {
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.articleListBlock {
	margin: 15px 20px;
}
.articleListBlock a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #847e81;
	display: block;
	border-bottom: 1px solid #d0cecf;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.articleListBlock a:hover{
	color: #4472c7;
}
.articleListBlock span {
	width: 65%;
	color: #847e81;
	display: inline-block;
	float: left;
}
.articleListBlock img {
	width: 150px;
	margin-left: 5%;
	display: inline-block;
	float: left;
}
#page {
	float: left;
	margin: 5px 20px 15px 20px;
}
/*
#page a {
	display:block;
	width:20px;
	height:20px;
	line-height: 20px;
	float:left;
	margin-left:10px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
}
.page_{
	color: #ffffff;
}
#page a.current:link,#page a.current:visited {
	color:#1296db;
}
#page a.page_:link,#page a.page_:visited {
	background:#1296db;
	width:50px;
}
*/

#page li {
	display:block;

	height:20px;
	line-height: 20px;
	float:left;
	margin-left:20px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
}

