/* 必要布局样式css */
.content {
	width: 1200px;
	margin: 0 auto;
}

.public-web {
	width: 100%;
	background: #fff;
}

.public-title {
	padding-top: 50px;
	text-align: center;
}

.public-title h4 {
	font-size: 28px;
	color: #FF0000;
	font-weight: bold;
}

.public-title p {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
}

.publie-hr {
	width: 60px;
	height: 20px;
	margin: 0 auto;
	border-bottom: 4px solid #ff0000;
}

/* 头部栏目样式开始*/
.header-nav {
	position: relative;
	background: #fff;
	width: 100%;
}

.aui-header-nav.solid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.header-content {
	width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.header-logo {
	float: left;
}

.header-logo a {
	display: block;
	padding: 16px 0;
	color: #F23313;
	text-decoration: none;
}

.header-logo a img {
	height: 60px;
	display: block;
	border: none;
}

.header-nav-right {
	float: right !important;
}

.header-nav-tel {
	margin-top: 21px;
	margin-right: 34px;
	position: relative;
	float: right !important;
}

.header-nav-tel a {
	display: inline-block;
	margin-bottom: 0;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0 !important;
	color: #313131;
}

.header-nav-tel a:hover {
	color: #F23313;
}

.icon-tel {
	float: left;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	display: block;
	background-size: 22px;
	background-repeat: no-repeat;
	margin-top: 12px;
	background-image: url(../img/tel.png);
}

.header-nav-list {
	float: right;
	margin-right: 40px;
}

.header-nav-list ul {
	float: left;
}

.header-nav-list ul li {
	position: relative;
	display: block;
	float: left;
}

.header-nav-list ul li a {
	color: #616161;
	padding: 16px 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	background: none;
	position: relative;
	display: block;
}

.header-nav-list ul li a:hover {
	color: #F23313;
}

.header-nav-list ul li .cur {
	color: #F23313;
}

/* 头部栏目样式结束*/

/* BANNER样式开始*/
.slideInner,
.slideInner a,
.slides {
	height: 520px;
	position: relative
}

.slides {
	width: 100%;
	min-width: 1080px;
	margin: 0 auto;
	overflow: hidden
}

.slideInner {
	left: 0;
	margin-left: 0
}

.slideInner a div.img1,
.slideInner a div.img2 {
	margin-left: -535px;
	width: 1070px;
	position: absolute
}

.slideInner a {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center center;
	text-align: center;
	z-index: 1
}

.slideInner a div.img1 {
	left: 50%
}

.slideInner a div.img2 {
	top: 557px;
	left: 50%
}

.slideInner .slide3 .img2 {
	top: 200px
}

.slideInner .slide3 .img3 {
	width: 181px;
	height: 286px;
	position: absolute;
	left: 50%;
	margin-left: 330px;
	top: 330px
}

.nav a.next,
.nav a.prev {
	top: -260px;
	margin-top: -58px
}

.nav {
	width: 1080px;
	position: relative;
	left: 50%;
	margin-left: -540px;
	display: none
}

.nav a.next,
.nav a.prev,
.navListBox {
	position: absolute
}

.nav a {
	display: block;
	width: 41px;
	height: 119px;
	opacity: .8;
	z-index: 9
}

.nav a.prev {
	left: 0;
	background: url(../img/ban_pre.png) no-repeat
}

.nav a.next {
	right: 0;
	background: url(../img/ban_next.png) no-repeat
}

.navListBox {
	left: 50%;
	bottom: 15px;
	z-index: 99
}

.navListBox li {
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 10px;
	border-radius: 50%;
	overflow: hidden
}

.navListBox li:first-child {
	margin-left: 0
}

.navListBox li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../img/dot.png) -18px 2px no-repeat
}

.navListBox li a.active,
.navListBox li a:hover {
	background: url(../img/dot.png) 1px 2px no-repeat
}
/* BANNER样式结束*/

/* 底部页尾样式开始*/
.footer {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #ededed;
	background-color: #464646;
}

.footer-top {
	height: 226px;
	overflow: hidden;
	border-bottom: 1px solid #666666;
}

.footer-top-l {
	float: left;
	width: 406px;
}

.footer-top-l p {
	display: block;
	width: 381px;
	height: 48px;
	margin-bottom: 26px;
}

.footer-top-l span {
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
}

.footer-top-l span em {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.footer-top-l span strong {
	font-family: Georgia, 'Times New Roman', Times, serif;
	display: block;
	float: left;
	font-size: 24px;
	color: #f90;
	line-height: 30px;
}

.footer-top-l span a {
	display: block;
	float: left;
	width: 70px;
	height: 30px;
	border-radius: 3px;
	overflow: hidden;
	background: url(../img/QQ.png) #03d3ff no-repeat 11px center;
	padding-left: 35px;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	margin-right: 10px
}

.footer-top-l span:last-child {
	padding-top: 10px;
}

.footer-top-c {
	float: left;
	overflow: hidden;
}

.footer-top-c-list {
	float: left;
	padding-top: 24px;
}

.footer-top-c-list p {
	display: block;
	font-size: 18px;
	color: #fff;
	padding-bottom: 28px;
}

.footer-top-c-list:nth-child(2) {
	margin-left: 114px;
	margin-right: 46px;
}

.footer-about {
	overflow: hidden;
	margin-bottom: 22px;
}

.footer-about a {
	display: block;
	font-size: 12px;
	color: #999;
	float: left;
	margin-right: 24px;
}

.footer-about a:hover {
	color: #f90;
}

.footer-top-r {
	float: right;
	width: 150px;
}

.footer-top-r span {
	display: block;
	width: 122px;
	height: 122px;
	border: 1px solid #666;
	padding: 8px;
	margin-left: 10px;
}

.footer-top-r span img {
	width: 100%;
}

.footer-top-r p {
	display: block;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 18px;
}

.footer-bottom {
	height: 35px;
	overflow: hidden;
}

.footer-bottom span {
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #a9a9a9;
	float: left;
}

.footer-bottom a {
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #a9a9a9;
	float: left;
}

.footer-bottom p {
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #a9a9a9;
	float: right;
}
/* 底部页尾样式结束*/
