@charset "gb2312";
body,html {
	background: #000 url(../images/bg.jpg) no-repeat;
	background-size: 100%;
}
em {
	font-style: normal;
}
a,a:hover {
	transition: all .3s;
	color: #262626;
	text-decoration: none!important
}
.ver-bg {
	background: #000;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -webkit-gradient(linear, bottom, top, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
	background: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -ms-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000000, endColorstr=#ffffff)";
}
.uk-container {
	width: 1270px;
}
.header {
	padding: 30px 0;
}

.head {
	padding: 20px 0;
}
.logo {}
.nav {
	flex: 1;
}
.nav ul {}
.nav ul li {
	display: inline-block;
	line-height: 50px;
	color: #333;
}
.nav ul li a {
	font-size: 18px;
	color: #333;
	padding: 0 30px;
}
.nav .hover {}
.nav .hover a {
	position: relative;
}

.search {}
.search-form {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 50px;
    background: #eee;
}
.search-form-input {
	border: 0;
	padding: 12px 20px;
	min-width: 160px;
	outline:none;
	background: none;
}
.search-form-submit {
	background: #f2473d;
	border: 0;
	color: #fff;
	padding: 12px 20px;
	font-size: 16px;
}

.title {
	border-top: 1px solid #eee;
}
.title span {
	font-size: 18px;
	padding-top: 20px;
}
.title span::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #ff6417;
	left: 0;
	top: 0;

}
.title em {
	flex: 1;
	color: #ff6417;
	padding-top: 15px;
}
.title em a {
	color: #666;
}
.warp {
	background: #fff;
	padding: 20px;
}
.banner {
	position: relative;
}
.banner-container {
	overflow: hidden;
	margin: 0 40px;
}
.swiper-slide {
	height: 92px!important;
	overflow: hidden;
	border-radius: 10px;
}
.swiper-slide img {
	height: 100%!important;
	width: 100%!important;
	max-width: none!important;
	min-width: 100%!important
}
.banner-button {
	position: absolute;
	height: 100%;
	background: #999;
	width: 30px;
	top: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: simsun;
}
.banner-button-next {
	left: 0;
}
.banner-button-prev {
	right: 0;
}


.box-list {}
.box-list a {
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	color: #333;
}
.box-list a:hover {
	color: #ff6417;
}

.li-style a {
	position: relative;
	padding: 10px 3em!important;
}
.li-style a::after {
	content: 'new';
	position: absolute;
	top: 8px;
	left: 0;
	border: 1px solid #ff6417;
	color: #ff6417;
	font-size: 12px;
	padding: 0 6px;
	border-radius: 4px;
}

.home-img {
	max-height: 290px;
}


.box-pc {
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 15px;
}
.box-pc .cover {}
.box-pc .cover> a {
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 10px;
	overflow: hidden;
}
.box-pc .cover> a img {
	height: 100%;
	max-width: none;
	min-width: 100%;
}
.box-pc h3 {
	margin: 10px;
}
.box-pc h3 a {
	color: #262626;
}
.num {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 3px solid #ff6417;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
	color: #ff6417;
	font-style:italic
}

.list, .conten {}
.list-con {
	padding: 0 15px;
}
.list-con a {
	display: inline-block;
	color: #262626;
	font-size: 16px;
	padding: 15px;
}
.conten {}
.conten-head {
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
}
.conten-head p {
	padding: 0 30px;
}
.conten-head p span {
	flex: 1;
}
.conten-con {
	padding: 20px 0;
}
.conten-con>p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
	color: #686868;
}

.side {}
.side-xg {
	border-top: 1px dashed #eee;
	padding-top: 20px;
}
.side-xg a{
	display: block;
	font-size: 16px;
	color: #888;
	padding: 6px 0;
}
.side-xg a:hover {
	color: #4772FF;
}
.list {}
.list .box-li a {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.list-con {}
.single {}

.single-head {
	margin: 20px;
}
.single-head h1 {
	padding: 15px 0;
	font-size: 22px;
	font-weight: bold;
	color: #FF6417;
}
.single-head p {
	padding-bottom: 20px;
}
.single-content {
	padding: 30px;
	background: #f9f9f9;
}
.single-content p {
	line-height: 26px;
	font-size: 15px;
	text-indent: 2em;
}

.home-xg {
	border-top: 1px solid #eee;
	margin: 30px;
	padding: 20px 0;
}
.home-xg-item {
	flex: 1;
	border-bottom: 1px dashed #eee;
}

.home-xg-item a {
	color: #262626;
	font-size: 16px;
}
.home-xg .see {
	color: #00A79F;
}
.crumbs {

	font-size: 15px;
}
.crumbs a {
	font-size: 15px;
}
.showpage{
	margin-top: 15px;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.turn-page {}
.turn-page a {
	color: #262626;
	text-decoration: underline!important
}
.turn-page a:hover {
	color: #000;
}
.link {

}
.link .title {

}
.link-con {
	padding: 30px 0;
}
.link-con h3 {
	font-size: 16px;
}
.link-con a {
	color: #666;
	font-size: 15px;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 15px;
}
.link-con a::after {
	content: '';
	width: 1px;
	height: 12px;
	background: #aaa;
	position: absolute;
	right: 0;
	top: 3px;
}
.side {
	border: 1px solid #eee;
}
.side h4 {
	color: #ff6417;
	font-weight: bold;
}
.footer {
	padding: 30px 0;
}
