/* 风格酷模版网 做优质整站模板下载网站 www.fenggeku.com*/

* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #f65b06;
}
.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;
	text-align:center;
}
.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: #f65b06;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #f65b06;
	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 */
.head {
	height: 95px;
	background: url(../image/head.png) no-repeat center;
	position: relative;
	z-index: 999;
	box-shadow: 0 3px 5px 0 rgba(7, 17, 27, 0.1);
}
.head .container {
	position: relative;
}
.head .logo {
	position: absolute;
	left: 455px;
}
.head li {
	float: left;
}
.head li:nth-child(5) {
	margin-left: 200px;
}
.head li a {
	display: block;
	width: 110px;
	text-align: center;
	margin-top: 30px;
}
.head li a p {
	color: #454545;
	font-size: 16px;
}
.head li a span {
	font-size: 12px;
	color: #b8b8b8;
}
.head li a:hover p, .head li a.hover p {
	color: #f65b06;
}
/* banner */
.banner {
	height: 738px;
	width: 100%;
	position: relative;
	top: -95px;
}
.slideBox {
	width: 100%;
	height: 738px;
	overflow: hidden;
}
.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 11px;
	width: 20px;
	height: 20px;
	line-height: 14px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #c40000;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 738px;
}
.about {
	height: 452px;
	background: url(../image/abbg.jpg) no-repeat center;
	margin-top: -95px;
}
.indextit {
	width: 233px;
	text-align: center;
}
.indextit p {
	color: #f65b06;
	font-size: 37px;
	background: url(../image/titbg.png) no-repeat center;
}
.indextit span {
	font-size: 20px;
	color: #a9a9a9;
	display: block;
	margin-top: 2px;
}
.ableft {
	float: left;
	margin-top: 200px;
}
.abinfo p {
	font-size: 16px;
	color: #353535;
	line-height: 32px;
	text-indent: 2em;
}
.abright {
	width: 770px;
	float: right;
	margin-top: 100px;
}
a.more {
	display: block;
	width: 138px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: #f65b06;
	font-size: 16px;
	border: 1px solid #f65b06;
	text-align: center;
}
.about a.more {
	margin-top: 40px;
}
a.more:hover {
	background: #f65b06;
	color: #fff;
}
.diangu {
	height: 481px;
	background: url(../image/diangu.jpg) no-repeat center;
}
.diangu .container {
	position: relative;
}
.dg {
	position: absolute;
	right: -22px;
	top: -80px;
}
.dgleft {
	margin-top: 70px;
}
.effect:hover {
	animation-duration: 1.5s;
	animation-name: pulse;
}
@keyframes pulse {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(1);
}
}
.diangu p {
	float: left;
	width: 490px;
	color: rgba(255,255,255,.84);
	font-size: 14px;
	line-height: 29px;
	margin: 210px 0 0 167px;
}
.product {
	height: 739px;
	background: url(../image/pro.jpg) no-repeat center;
}
.proleft {
	margin-top: 180px;
	width: 450px;
}
.proleft .indextit {
	margin-left: 90px;
}
.proleft .proinfo {
	color: #494949;
	font-size: 14px;
	line-height: 25px;
	margin-top: 30px;
}
.proleft .proinfo p {
	text-indent: 2em;
}
.proleft a.more {
	margin-left: 120px;
	margin-top: 60px;
}
.proright {
	width: 600px;
	margin-top: 165px;
}
.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	height: 36px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 15px;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 34px;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	padding: 0 38px;
	margin-left: 40px;
	border-radius: 20px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d2d2d2;
	color: #595959;
	font-size: 16px;
}
.slideTxtBox .hd ul li.on {
	border: 1px solid #f65b06;
	color: #f65b06;
}
.slideTxtBox .bd ul {
	margin-left: -37px;
	zoom: 1;
}
.slideTxtBox .bd li {
	float: left;
	margin-left: 37px;
	width: 160px;
	height: 110px;
	padding: 5px;
	background: #fff;
	margin-top: 37px;
}
.slideTxtBox .bd li img {
	width: 160px;
	height: 110px;
}
.adv {
	height: 710px;
	background: url(../image/adv.jpg) no-repeat center;
}
.adv .indextit {
	width: 273px;
	margin: 0 auto;
	padding-top: 90px;
	margin-bottom: 60px;
}
.adv .indextit p {
	background: url(../image/titbg2.png) no-repeat center;
}
.adv .indextit p, .adv .indextit span {
	color: #fff;
}
.adv li {
	float: left;
	height: 400px;
	background: url(../image/advbg.jpg) center;
}
.adv li.a1, .adv li.a3 {
	width: 296px;
	overflow: hidden;
}
.adv li.a2 {
	width: 405px;
	overflow: hidden;
	margin: 0 25px;
}
.adv li.a1 .advinfo, .adv li.a3 .advinfo {
	height: 201px;
	padding-left: 26px;
}
.adv li.a2 .advinfo {
	padding-left: 30px;
}
.adv li img {
	border: 1px solid #a51d1d;
}
.adv li span {
	display: block;
	font-size: 26px;
	color: #fff;
	font-weight: 800;
	font-family: "宋体";
	padding-top: 60px;
	margin-bottom: 10px;
}
.adv li p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	width: 250px;
}
.adv li.a3 .advinfo span {
	padding-top: 40px;
}
.adv li.a2 .advinfo span {
	padding-top: 30px;
}
.news {
	position: relative;
	top: 60px;
	height: 600px;
}
.news .indextit {
	margin: 0 auto;
}
.newleft {
	width: 470px;
	margin-top: 60px;
}
.newleft li {
	height: 100px;
	margin-bottom: 25px;
}
.newleft .date {
	width: 69px;
	height: 69px;
	background: #f65b06;
	color: #fff;
	text-align: center;
}
.newleft .date p {
	font-size: 24px;
	margin-top: 5px;
}
.newleft .date span {
	font-size: 13px;
}
.newleft .fr {
	width: 385px;
}
.newleft .fr a {
	font-size: 18px;
	color: #484848;
	display: block;
	margin-top: -5px;
	margin-bottom: 5px;
}
.newleft .fr a:hover {
	color: #f65b06;
}
.newleft .fr p {
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
.newright {
	width: 560px;
	margin-top: 60px;
}
.newright .tt .fr {
	width: 342px;
}
.newright .tt img {
	width: 196px;
	height: 110px;
}
.newright .tt .fr a {
	font-size: 16px;
	color: #292929;
}
.newright .tt .fr p {
	color: rgba(0,0,0,.85);
	font-size: 12px;
	line-height: 22px;
	margin-top: 5px;
}
.newright .tt .fr a.gd {
	font-size: 12px;
	color: #000;
	float: right;
}
.newright .tt .fr a:hover {
	color: #f65b06;
}
.newright ul {
	margin-top: 8px;
}
.newright li {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #e5e5e5;
	background: url(../image/jt.jpg) no-repeat left center;
	padding-left: 15px;
}
.newright li a {
	color: #292929;
}
.newright li span {
	float: right;
	color: rgba(0,0,0,.6);
}
.link {
	height: 25px;
	line-height: 25px;
	color: #5f5c5c;
	background: url(../image/link.jpg) no-repeat left center;
	padding-left: 30px;
}
.link span {
	color: #f65b06;
	font-weight: bold;
}
.link a {
	color: #5f5c5c;
	margin: 0 10px;
}
.footer {
	height: 240px;
	background: #282828;
	margin-top: 30px;
	border-top: 3px solid #f65b06;
}
.footleft {
	width: 850px;
	float: left;
}
.footnav {
	border-bottom: 1px solid #484848;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	margin-top: 30px;
}
.footnav li {
	float: left;
	margin-right: 45px;
}
.footnav li a {
	font-size: 16px;
	color: rgba(255,255,255,.65);
}
.footcont {
	border-bottom: 1px solid #484848;
	height: 78px;
}
.footcont p {
	float: left;
	font-size: 15px;
	color: rgba(255,255,255,.76);
	height: 78px;
	line-height: 78px;
	margin-right: 50px;
}
.footcont p:nth-child(1) {
	background: url(../image/f1.jpg) no-repeat left center;
	padding-left: 40px;
}
.footcont p:nth-child(2) {
	background: url(../image/f2.jpg) no-repeat left center;
	padding-left: 40px;
}
.footcont p:nth-child(3) {
	background: url(../image/f3.jpg) no-repeat left center;
	padding-left: 40px;
}
.bottom {
	line-height: 70px;
	color: rgba(255,255,255,.3);
}
.bottom a {
	color: rgba(255,255,255,.3);
}
.ewm {
	margin-top: 60px;
}
.ewm p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.nban {
	height: 500px;
	background: url(../image/banner.jpg) no-repeat center/cover;
	position: relative;
	width: 100%;
	top: -95px;
}
.pagetop {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	margin-top: -20px;
}
.pagetop .titbox {
	margin-top: -32px;
	margin-bottom: 14px;
}
.pagetop p {
	color: #190a21;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.pagetop span {
	display: inline-block;
	font-size: 18px;
	font-family: "Times New Roman";
	color: #190a21;
	font-style: italic;
	font-weight: bold;
	padding: 0 18px;
	background: #fff; margin-top:15px;
}
.submenu {
	text-align: center;
	margin-top: 15px;
}
.submenu ul {
	display: inline-block;
	border: 1px solid #3c2349;
	height: 46px;
	line-height: 46px;
	padding: 0 40px;
}
.submenu li {
	float: left;
	color: #190a21;
	font-size: 15px;
}
.submenu li a {
	color: #190a21;
	font-weight: bold;
	padding: 0 15px 0 24px;
	font-size: 14px;
}
.submenu li a:hover, .submenu li a.hover {
	color: #f65b06;
}
.submenu li:first-child span {
	color: #fff;
}
.main {
	margin-top: 40px;
	padding-bottom: 50px;
}
.content {
	color: #313131;
	line-height: 30px;
}
.list li {
	border-bottom: 1px dashed #c6c6c6;
	line-height: 25px;
	height: 25px;
	margin-top: 17px;
}
.list li a {
	color: #5a5a5a;
}
.list li p a {
	font-size: 12px;
	color: #277fc0;
	margin-right: 10px;
}
.list li span {
	float: right;
	color: #acacac;
}
.photo li {
	float: left;
	margin: 10px;
}
.photo li img {
	width: 200px;
	height: 150px;
}
.photo li p {
	line-height: 30px;
	text-align: center;
}
.showtop {
	text-align: center;
	padding-top: 20px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}
.showtop p.title {
	color: #190a21;
	font-size: 16px;
	font-weight: bold;
}
.showtop p.update {
	line-height: 40px;
}
.showtop p.update span {
	margin: 0 10px;
	color: #5a5a5a;
	font-size: 12px;
}
.prepage {
	font-size: 12px;
	line-height: 30px;
	margin-top: 50px;
}
.prepage a {
	color: #f65b06;
}

/*风格酷模版网新增翻页样式 www.fenggeku.com*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess span a { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess span a:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess span a:hover a{color:#fff;}
.pagess .page-num-current {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess .page-num-current a {color: #fff;}
.pagess .page-status{ display:none;color:#999}
.pagess span a:hover {color: #fff;}