﻿.bar {
	height: 300px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: url(../images/banner02.jpg) no-repeat center;
}
.bar p {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
.bar p i {
	display: block;
	font-size: 58px;
}
.list {
	display: flex;
	margin: 20px auto;
	justify-content: space-between;
}
.cate {
	width: 20%;
}
.cate li a {
	height: 50px;
	padding: 0 10px 0 15px;
	font-size: 18px;
	border-radius: 5px;
	line-height: 50px;
	margin-bottom: 18px;
	border:1px solid rgba(27,112,210,.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
	/***
	transform: skewX(-10deg);
	-ms-transform: skewX(-10deg); 	/* IE 9 *//***
	-moz-transform: skewX(-10deg); 	/* Firefox *//***
	-webkit-transform: skewX(-10deg); /* Safari 和 Chrome *//***
	-o-transform: skewX(-10deg); 	/* Opera */
	
	
	
}
.cate li a .iconfont
{
font-size: 14px;
    color: rgba(27, 112, 210, .5);
}
.cate li a:hover, .cate li.current a {
	background: #1B70D2;
	color: #fff
}
.cate li a:hover .iconfont, .cate li.current a .iconfont{
	
	color: #fff
}
.list .content {
	width: 78%;
}
.list .content li {
	background: #fafafa;
	border-radius: 5px;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.list .content li h1 {
	font-size: 18px;
font-weight:normal;
	color: #333;
	margin-bottom: 10px;
}
.list .content li p {
	font-size: 15px;
	color: #666;
	text-indent: 2em;
	line-height: 30px;
	height: 55px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list .content li span i {
	font-size: 14px;
	font-style: normal;
	color: #999;
	margin-right: 20px;
}
.list .content li a:hover h1 {
	color: #1B70D2;
}
.page {
	text-align: center;
	margin-top: 30px;
}
.page a, .page span {
	padding: 0px 20px;
	font-size: 16px;
	border: 1px solid #eee;
	color: #666;
	margin-right: 10px;
	display: inline-block;
	line-height: 38px;
	border-radius: 3px;
	height: 38px;
}
.page a:hover, .page a.current, .page span.current {
	background: #1B70D2;
	border: 1px solid #1B70D2;
	color: #fff;
}
.detail dl {
	background: #fafafa url(../images/news_bg.png) no-repeat left bottom;
	border-radius: 5px;
	margin: 20px auto;

	padding: 30px 20px;
	text-align: center;
}
.detail dl dt {
	color: #1B70D2;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}
.detail dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail dl dd span {
	font-size: 14px;
	color: #999;
	margin: 0 10px;
}
.detail dl dd a {
	margin-left: 10px;
}
.detail_content {
	font-size: 18px;
	line-height: 40px;
	padding: 0 2px 20px 20px;
	color: #666;
}

.detail_content img {
	border-radius: 5px;
	margin: 10px auto;
	text-align: center;

}
.company {
	background: url(../images/company02.png) no-repeat center top;
}
.company h1 {
	height: 300px;
	line-height: 300px;
	color: #fff;
	letter-spacing: 5px;
	font-size: 46px;
	text-align: center;
	text-shadow: 5px 5px 10px rgba(27,112,210,.5);
}
.company .container {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 50px;
	padding: 20px;
	width: 1160px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 -10px 5px rgba(0,0,0,.1);
	min-height: 500px;
}
.company .cate {
	border-radius: 5px;
}
.company .cate a {
	transform: skewX(0deg);
	-ms-transform: skewX(0deg); 	/* IE 9 */
	-moz-transform: skewX(0deg); 	/* Firefox */
	-webkit-transform: skewX(0deg); /* Safari 和 Chrome */
	-o-transform: skewX(0deg); 	/* Opera */
}
.company .cate li a:hover, .company .cate li.current a {
	background: #F5A623;
}
.company .content {
	width: 78%;
}
.company .content .news li {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.company .content .news li a {
	font-size: 18px;
	color: #333;
}
.company .content .news li p {
	margin-top: 10px;
}
.company .content .news li p i {
	font-size: 14px;
	font-style: normal;
	color: #999;
	margin-right: 20px;
}
.company .content .fw {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}
.company .content .fw li {
	width: 32%;
	margin-bottom: 10px;
}
.company .content .fw li img {
	width: 100%;
	height: 250px;
	border-radius: 5px;
}
.company .content .fw li p {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
}
.company .detail {
	display: inherit;
}
.company_about {
	padding: 20px;
	line-height: 32px;
}
.company_about p {
	text-indent: 2em;
}

/*
PlaceHolder样式
*/
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}
 input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
 input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}
 input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}
