﻿
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1003px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #000;
	font-size: 14px;
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #ff1702;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	width: 500px;
	font-size: 14px;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #f0461c;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #f0461c;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */
.top {
	height: 139px;
}
.logo {
	display: block;
	width: 535px;
	height: 139px;
	background: url(../images/logo.jpg) no-repeat center;
	overflow: hidden;
	text-indent: -100px;
}
.toptell {
	font-size: 18px;
	margin-top: 60px;
}
.toptell span {
	font-size: 36px;
	color: #ff1702;
	font-family: "宋体";
	font-weight: bold;
}
/* nav */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 52px;
	line-height: 52px;
	background: #000;
	position: relative;
	z-index: 9999;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	margin-right: 30px;
}
.nav .nLi p {
	float: left;
}
.nav .nLi p a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	width: 106px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
}
.nav .nLi:hover p a {
	background: #fff;
	color: #000;
	border-radius: 10px;
}
.nav .sub {
	display: none;
	width: 120px;
	left: 0;
	top: 42px;
	position: absolute;
	z-index: 99999;
}
.nav .sub li {
	zoom: 1;
	margin-top: 1px;
}
.nav .sub a {
	display: block;
	width: 106px;
	height: 27px;
	line-height: 27px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
/* banner */
.flexslider {
	position: relative;
	height: 402px;
	overflow: hidden;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 402px;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 50px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.ab_cont {
	margin-top: 45px;
	height: 350px;
	border-bottom: 1px solid #f0f0f0;
}
.about {
	width: 715px;
	height: 350px;
}
.about .abl img {
	width: 222px;
	height: 250px;
}
.about .abr {
	width: 480px;
	margin-top: -5px;
}
.index_tit {
	font-size: 20px;
	margin-bottom: 10px;
}
.index_tit span {
	font-size: 14px;
	color: #9fa39f;
}
.about .abr p {
	line-height: 24px;
	text-indent: 2em;
	color: #333;
}
.about .abr a.more {
	width: 88px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #b2b2b2;
	font-size: 12px;
	display: block;
	text-align: center;
	float: right;
	border-radius: 15px;
	color: #333;
	margin-top: 20px;
}
.cont {
	width: 245px;
}
.cont .index_tit {
	margin-bottom: 0;
}
.cont img {
	margin-bottom: 5px;
}
.cont p {
	color: #333;
	font-size: 13px;
	line-height: 30px;
}
.product {
	margin-top: 30px;
	height: 560px;
	border-bottom: 1px solid #f0f0f0;
}
.pro_top {
	text-align: center;
}
.pro_top p {
	color: #333;
}
.pro_top p:last-child {
	margin-top: 5px;
}
.product ul {
	margin-left: -26px;
	margin-top: 30px;
}
.product li {
	width: 230px;
	height: 200px;
	position: relative;
	float: left;
	margin-left: 26px;
	margin-top: 10px;
	text-align: center;
}
.product li:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.product li p {
	line-height: 30px;
}
.product li img {
	width: 230px;
	height: 164px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news {
	margin-top: 30px;
	height: 530px;
}
.news_left {
	width: 730px;
}
.news_left .index_tit {
	margin-bottom: 26px;
}
.news_left li {
	height: 145px;
	border-bottom: 1px dashed #e0e0e0;
	margin-top: 15px;
}
.news_left li:last-child {
	border: 0;
}
.news_left li img {
	width: 209px;
	height: 129px;
	border: 1px solid #ccc;
}
.new_leftr {
	width: 505px;
}
.new_leftr a {
	margin-bottom: 5px;
	display: block;
}
.new_leftr p {
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
.new_leftr span {
	color: #333;
	float: right;
	font-size: 12px;
	margin-top: 0;
}
.knowledge {
	width: 250px;
}
.knowledge li {
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dashed #e0e0e0
}
.knowledge li:last-child {
	border: 0;
}
.knowledge li a {
	color: #333;
}
.knowledge li a:hover {
	color: #ff1702;
}
.footer {
	height: 180px;
	background: #000;
	color: #fff;
	font-size: 12px;
	margin-top: 50px;
}
.footer a {
	color: #fff;
}
.foot_left {
	margin-left: 150px;
	margin-top: 20px;
}
.footer .foot_cont {
	text-align: center;
}
.footer .foot_cont i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/in.png) no-repeat;
}
.footer .foot_cont .site i {
	background-position: -2px -9px;
}
.footer .foot_cont .address i {
	background-position: -33px -9px;
}
.footer .foot_cont .foottell i {
	background-position: -66px -9px;
}
.footer .foot_cont .address {
	margin-left: 60px;
	margin-right: 40px;
}
.footnav {
	text-align: center;
	margin-top: 30px;
}
.footnav ul {
	display: inline-block;
}
.footnav li {
	float: left;
}
.footnav li span {
	margin: 0 15px;
}
.footer p.zc {
	text-align: center;
	line-height: 30px;
}
.ewm {
	margin-top: 50px;
}
.ewm p {
	width: 20px;
	line-height: 15px;
	margin-left: 5px;
}
.link {
	background: #000;
	color: #fff;
	line-height: 40px;
	border-top: 1px solid #2a2a2a;
}
.link a {
	color: #fff;
	margin-left: 5px;
	font-size: 12px;
}
.main {
	margin-top: 40px;
}
.left {
	width: 215px;
}
.left .left_tit {
	height: 50px;
	line-height: 50px;
	background: #400000;
	color: #fff;
	padding-left: 15px;
	font-size: 17px;
	margin-bottom: 10px;
}
.left .menu li a {
	background: url(../images/menu.png) no-repeat;
	height: 43px;
	display: block;
	line-height: 35px;
	padding-left: 25px;
	color: #333;
}
.left_new {
	margin-top: 20px;
}
.left_new li {
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px dotted #ddd;
}
.left_new li a {
	color: #666;
}
.left_cont {
	margin-top: 20px;
}
.left_cont .cont_tit {
	border-bottom: 3px solid #400000;
	height: 30px;
	margin-bottom: 10px;
}
.left_cont .cont_tit span {
	font-size: 18px;
	color: #400000;
	display: block;
	border-left: 5px solid #400000;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
}
.left_cont img {
	margin-bottom: 5px;
}
.left_cont p {
	color: #666;
	line-height: 30px;
}
.right {
	width: 760px;
}
.right_top {
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.right_top span {
	display: block;
	float: left;
	font-size: 17px;
	border-bottom: 1px solid #400000;
	padding: 0 10px;
}
.right_top p {
	float: right;
	font-size: 12px;
}
.content {
	color: #333;
	line-height: 30px;
}
.list {
	margin-top: -10px;
}
.list li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}
.list li a {
	color: #333;
}
.list li span {
	float: right;
	color: #999;
	font-size: 13px;
}
.pro_menu {
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
}
.pro_menu li {
	float: left;
}
.pro_menu li a {
	display: block;
	padding: 0 20px;
	text-align: center;
}
.pro_menu li a:hover, .pro_menu li a.hover {
	background: #400000;
	color: #fff;
}
.photo {
	margin-top: 10px;
}
.photo ul li {
	width: 300px;
	float: left;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin: 10px 10px;
	line-height: 40px;
	border: 1px solid #fff;
}
.photo ul li img {
	width: 300px;
	height: 240px;
}
.photo ul li:hover {
	border: 1px solid #400000;
}
.photo ul li:hover a {
	color: #000;
}
.show .show_top {
	text-align: center;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.show .show_top p.title {
	font-size: 20px;
	margin-bottom: 10px;
}
.show .show_top p.author span {
	margin-right: 10px;
	color: #999;
}
.prepage {
	margin-top: 50px;
	border-top: 1px dotted #ddd;
	padding-top: 10px;
}
.prepage p {
	line-height: 25px;
	font-size: 12px;
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

.copy{ text-align:center}