* {
	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: #555;
	font-size: 12px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #555;
}
a:hover {
	color: #c5271e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	width: 900px;
	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: #c5271e;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #c5271e;
	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 */

.topbar {
	height: 25px;
	line-height: 25px;
	background: #333;
	color: #bbb;
}
.topbar p.fl {
	background: url(../images/heart.jpg) no-repeat left center;
	padding-left: 20px;
}
.topbar a {
	color: #bbb;
	margin-left: 14px;
	margin-right: 14px;
}
.head {
	height: 112px;
}
.head .logo {
	width: 478px;
	height: 112px;
	background: url(../images/logo.jpg);
	text-indent: -99em;
	overflow: hidden;
	display: block;
}
.head p.fl {
	color: #333;
	font-size: 18px;
	font-family: "宋体";
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	margin-left: 70px;
	margin-top: 50px;
}
.toptell {
	width: 222px;
	height: 112px;
	background: url(../images/toptell.jpg);
}
.toptell span {
	color: #ff6801;
	font-size: 22px;
	font-family: "宋体";
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	display: block;
	margin-top: 50px;
	float: left;
	margin-left: 56px;
}
.nav {
	height: 40px;
	line-height: 39px;
	background: #333;
}
.nav a {
	color: #fff;
	font-size: 14px;
}
.nav li {
	float: left;
	margin: 0 32px;
}
.nav li a:hover, .nav li a.hover {
	color: #db4640;
}
.slideBox {
	height: 450px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	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-right: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #db4640;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 450px;
}
.product {
	height: 751px;
	background: url(../images/probg.jpg);
	margin-top: 10px;
}
.promenu {
	width: 254px;
	margin-top: 60px;
}
.menu_tit {
	height: 113px;
	background: url(../images/promenu.jpg);
}
.promenu ul {
	background: #f0f0f0;
	border: 2px solid #e3e3e3;
	border-top: 0;
	padding-bottom: 10px;
}
.promenu ul li {
	background: url(../images/jt.jpg) no-repeat left center;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	margin-left: 25px;
}
.promenu ul li a {
	color: #000;
	font-size: 16px;
}
.pro_right {
	width: 812px;
	margin-top: 75px;
}
.pro_top {
	border-bottom: 1px solid #d9d9d9;
	height: 60px;
}
.pro_top .index_tit {
	border-bottom: 4px solid #b1b1b1;
	height: 60px;
	width: 135px;
}
.pro_top .index_tit p {
	margin-top: 7px;
	margin-left: 2px;
}
.pro_top .index_tit i {
	color: #c5271e;
	font-style: normal;
	font-size: 38px;
}
.pro_top .index_tit span {
	display: block;
	color: #333;
	font-size: 14px;
}
.pro_top .index_tit span:nth-child(2) {
	color: #b1b1b1;
}
.pro_top a.more {
	float: right;
	margin-top: 30px;
	color: #666;
}
.pro_right ul {
	margin-top: 25px;
	margin-left: -45px;
}
.pro_right ul li {
	float: left;
	width: 239px;
	text-align: center;
	margin-left: 45px;
}
.pro_right ul li img {
	width: 239px;
	height: 180px;
	border: 1px solid #ddd;
}
.pro_right ul li span {
	display: block;
	line-height: 50px;
}
.pk {
	background: url(../images/pkbg.jpg) no-repeat center;
	height: 556px;
}
.pk ul {
	margin-left: 110px;
	padding-top: 190px;
}
.pk ul li {
	line-height: 46px;
	height: 46px;
}
.pk ul li span {
	color: #333;
	font-size: 14px;
	display: block;
	float: left;
}
.pk ul li span:nth-child(1) {
	width: 440px;
}
.pk ul li span:nth-child(2) {
	width: 148px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	background: url(../images/span.jpg);
	color: #fff;
	margin-top: 16px;
}
.pk ul li span:nth-child(3) {
	margin-left: 70px;
}
.choose {
	height: 492px;
	background: url(../images/choose.jpg) center no-repeat;
}
.choose_serve {
	color: #333;
	font-size: 14px;
	float: left;
	margin-top: 226px;
	margin-left: 105px;
}
.choose_serve p.tit {
	font-size: 18px;
	margin-bottom: 30px;
}
.choose_serve p.tit span {
	color: #c5271e;
}
.choose_serve .text p {
	line-height: 25px;
	width: 335px;
	padding-left: 25px;
}
.choose_serve .text p span {
	color: #c5271e;
}
.choose_serve .text p:last-child {
	margin-top: 10px;
}
.case {
	height: 817px;
	background: url(../images/casebg.jpg) no-repeat center;
}
.case .index_tit {
	text-align: center;
}
.case .index_tit p {
	font-size: 36px;
	color: #494949;
	padding-top: 20px;
}
.case .index_tit span {
	font-size: 18px;
	color: #000;
	display: block;
	width: 145px;
	margin: 0 auto;
}
.case .index_tit span a {
	margin-left: 5px;
	margin-top: 5px;
	display: block;
	float: right;
}
.caselist {
	margin-left: -22px;
	margin-top: 30px;
}
.caselist li {
	float: left;
	width: 539px;
	text-align: center;
	margin-left: 22px;
}
.caselist li img {
	width: 539px;
	height: 331px;
}
.caselist li span {
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 30px;
}
.caselist li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.picScroll-left {
	position: relative;
	margin-top: 30px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 38px;
	height: 66px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.picScroll-left .hd .prev {
	background: url(../images/l.jpg);
	left: -100px;
	top: 70px;
}
.picScroll-left .hd .next {
	background: url(../images/r.jpg);
	right: -100px;
	top: 70px;
}
.picScroll-left .bd {
	margin-left: -20px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li {
	width: 341px;
}
.picScroll-left .bd ul li img {
	max-width: 341px;
	max-height: 209px;
}
.picScroll-left .bd ul li span {
	color: #000;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}
.picScroll-left .bd ul li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.about .ab_left {
	width: 710px;
}
.about .ab_left .index_tit {
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	margin-bottom: 20px;
}
.about .ab_left .index_tit p {
	font-size: 14px;
	color: #c4261d;
	padding-left: 10px;
}
.about .ab_left .index_tit span {
	color: #666;
}
.about .ab_left .index_tit a.more {
	float: right;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.about .ab_left div.fr {
	width: 400px;
	color: #555;
}
.about .ab_left div.fr p {
	line-height: 22px;
	text-indent: 2em;
}
.about .ab_left div.fr p span {
	font-size: 16px;
	color: #c5271e;
}
.about .ab_left div.fr a.more {
	color: #c5271e;
	display: block;
	margin-top: 5px;
}
.honor {
	width: 332px;
}
.honor_top, .qa_top {
	border-bottom: 1px solid #d9d9d9;
	height: 50px;
}
.honor_top .index_tit, .qa_top .index_tit {
	width: 136px;
	border-bottom: 4px solid #b1b1b1;
	height: 50px;
}
.honor_top .index_tit i, .qa_top .index_tit i {
	font-size: 38px;
	color: #c5271e;
	font-style: normal;
}
.honor_top .index_tit p, .qa_top .index_tit p {
	margin-top: 7px;
	margin-left: 2px;
}
.honor_top .index_tit p span, .qa_top .index_tit p span {
	display: block;
	color: #333;
	font-size: 14px;
}
.honor_top .index_tit p span:last-child, .qa_top .index_tit p span:last-child {
	color: #b1b1b1;
}
.honor_top a.more, .qa_top a.more {
	float: right;
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 20px;
}
.honor .slideBox {
	overflow: hidden;
	position: relative;
	height: 260px;
	margin-top: 25px;
}
.honor .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.honor .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	width: 332px;
}
.honor .slideBox .bd span {
	display: block;
	line-height: 40px;
}
.honor .slideBox .bd img {
	width: 332px;
	height: 215px;
	display: block;
}
.honor .slideBox .prev,  .honor .slideBox .next {
	position: absolute;
	display: block;
	width: 14px;
	height: 59px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	top: 80px;
}
.honor .slideBox .prev {
	background: url(../images/slider-arrow.jpg);
	left: 0;
}
.honor .slideBox .next {
	background: url(../images/slider-arrow.jpg) -14px 0;
	right: 0;
}
.honor .slideBox .prev:hover,  .honor .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.honor .slideBox .prevStop {
	display: none;
}
.honor .slideBox .nextStop {
	display: none;
}
.news {
	background: url(../images/newsbg.jpg) repeat-x top;
	height: 494px;
	padding-top: 46px;
	margin-top: 15px;
}
.qa {
	width: 290px;
}
.qa ul {
	margin-top: 5px;
}
.qa ul li {
	border-bottom: 1px dashed #b5b5b5;
	height: 120px;
	padding-top: 20px;
}
.qa ul li a {
	display: block;
	color: #555;
	line-height: 19px;
	background: url(../images/q.jpg) no-repeat left top;
	padding-left: 50px;
}
.qa ul li p {
	color: #555;
	line-height: 22px;
	background: url(../images/a.jpg) no-repeat left top;
	margin-top: 20px;
	padding-left: 50px;
	padding-right: 10px;
}
.qa ul li:last-child {
	border: 0;
}
.news_right {
	width: 760px;
}
.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	height: 42px;
	line-height: 36px;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 36px;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	font-size: 14px;
	color: #000;
	width: 142px;
	height: 36px;
	text-align: center;
}
.slideTxtBox .hd ul li.on {
	height: 36px;
	background: url(../images/newmenu.png);
	color: #fff;
}
.slideTxtBox .hd a.more {
	float: right;
}
.slideTxtBox .bd ul {
	zoom: 1;
	margin-top: 25px;
}
.slideTxtBox .bd .tj {
	height: 162px;
	margin-bottom: 30px;
}
.slideTxtBox .bd .tj img {
	width: 250px;
	height: 160px;
	border: 1px solid #b5b5b5;
}
.slideTxtBox .bd .tj .fr {
	width: 460px;
}
.slideTxtBox .bd .tj .fr a.tjtit {
	font-size: 14px;
	color: #000;
	display: block;
	text-indent: 60px;
}
.slideTxtBox .bd .tj .fr p {
	color: #555;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.slideTxtBox .bd .tj .fr a.more {
	color: #c5271e;
}
.slideTxtBox .bd ul li {
	width: 380px;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: url(../images/y.jpg) no-repeat left center;
}
.slideTxtBox .bd ul li a {
	padding-left: 20px;
}
.index_cont {
	background: url(../images/contbg.jpg) no-repeat center;
	height: 520px;
	margin-top: 10px;
}
.index_cont .cont {
	margin-top: 140px;
	margin-left: 140px;
	float: left;
}
.index_cont .cont p {
	font-size: 14px;
	color: #fff;
	line-height: 39px;
}
.index_cont .cont p:first-child {
	font-size: 16px;
	margin-left: -7px;
	margin-bottom: 5px;
}
.link {
	margin-top: 50px;
}
.link_left {
	width: 630px;
}
.link_left .link_tit {
	font-size: 14px;
	color: #000;
	border-bottom: 1px dashed #b5b5b5;
	width: 200px;
	padding-bottom: 10px;
}
.link_left img {
	float: left;
	border: 1px solid #d3d3d3;
	margin: 14px 40px 14px 0;
	width: 162px;
	height: 54px;
}
.link_right {
	width: 470px;
	background: url(../images/linkbg.jpg) no-repeat left top;
	min-height: 200px;
	width: 370px;
	padding-left: 45px;
	margin-top: 10px;
}
.link_right .link_tit {
	color: #666;
	font-size: 14px;
}
.link_right a {
	color: #666;
	margin-right: 40px;
	margin-top: 25px;
	display: block;
	float: left;
}
.footer {
	height: 225px;
	background: url(../images/footbg.jpg) no-repeat center;
	margin-top: 10px;
	color: #fff;
}
.footleft {
	font-size: 24px;
	height: 126px;
	line-height: 126px;
	margin-top: 38px;
	border-right: 1px solid #fff;
	padding-right: 70px;
}
.footleft i {
	font-size: 41px;
	margin-right: 20px;
}
.footleft span {
	font-size: 30px;
}
.footcont {
	margin-top: 30px;
	float: left;
	margin-left: 60px;
}
.footcont a {
	color: #fff;
}
.footcont p {
	line-height: 26px;
}
.ewm {
	margin-top: 40px;
	margin-right: 40px;
}
.ewm p {
	width: 20px;
	margin-left: 10px;
	line-height: 15px;
	margin-top: 10px;
}
.submenu {
	height: 46px;
	line-height: 46px;
	background: #F2F2F2;
	margin-bottom: 30px;
}
.submenu li {
	float: left;
}
.submenu li a {
	display: block;
	width: 120px;
	text-align: center;
	font-size: 14px;
}
.submenu li a:hover, .submenu li a.hover {
	background: #B51419;
	color: #fff;
}
.page_top {
	font-size: 30px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.page_top span {
	display: block;
}
.page_top i {
	display: inline-block;
	height: 2px;
	margin-top: 10px;
	width: 80px;
	background: #c5271e;
}
.content {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 50px;
	color: #333;
}
.content img {
	max-width: 1000px;
	margin: 0 auto;
}
.content p img {
	margin: 0 auto;
}
.position {
	font-size: 14px;
	margin-bottom: 20px;
}
.list {
	margin-top: 50px;
}
.list li {
	border-bottom: 1px dashed #ddd;
	height: 70px;
	margin-top: 23px;
	padding-bottom: 13px;
}
.list .date {
	background: #f0f0f0 none repeat scroll 0 0;
	height: 70px;
	text-align: center;
	width: 70px;
}
.list .date p {
	color: #909090;
	font-size: 28px;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
}
.list .date span {
	color: #909090;
}
.list_right {
	width: 1000px;
}
.list_right a {
	color: #333;
	font-size: 16px;
}
.list_right a:hover {
	color: #1077d6;
}
.list_right p {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
.hotcp {
	margin-top: 20px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	line-height: 40px;
	margin-left: 20px;
	text-align: center;
	width: 203px;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	height: 137px;
	width: 203px;
}
.hotcp_top {
	background: #d8382c none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px;
}
.photo {
	margin-top: 30px;
}
.photo li {
	float: left;
	width: 240px;
	margin: 5px 15px;
	text-align: center;
}
.photo li img {
	width: 240px;
	height: 180px;
}
.photo li span {
	display: block;
	line-height: 40px;
}
.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #c5271e;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}
.hotnews li {
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-right: 30px;
	padding-left: 20px;
	width: 500px;
	background: url(../images/jt.jpg) no-repeat left center;
}
.hotnews li a {
	color: #2e2e2e;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.show {
	margin-top: 50px;
}
.show_top {
	text-align: center;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.show_top .title {
	font-size: 22px;
	color: #c5271e;
	margin-bottom: 10px;
}
.show_top p.update span {
	margin: 0 10px;
	color: #666;
}
.show_top p.update span a {
	margin: 0 5px;
	color: #666;
}
.prepage {
	margin-bottom: 50px;
	height: 30px;
	line-height: 30px;
}
.prepage p {
	float: left;
	width: 500px;
	margin: 0 25px;
}
.hottag p {
	font-size: 14px;
	font-weight: bold;
	color: #c5271e;
}
.hottag a {
	display: block;
	padding: 0 10px;
	color: #fff;
	background: #c5271e;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 10px;
}
.scrollsidebar {
	position: absolute;
	z-index: 999;
	top: 220px;
	width: 98px;
	padding-right: 0px;
	display: none;
}
#qq {
	width: 98px;
	border-radius: 0px;
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.qq {
	padding: 0px;
	background: url(../images/ewm.jpg) no-repeat center bottom #333;
	padding-bottom: 90px;
	background-size: 90px;
}
.qq em {
	padding: 24px 0 0 0;
	display: block;
}
.qq span {
	padding-bottom: 12px;
	font-family: impact;
	font-size: 16px;
	display: block;
}
.qq em, .qq span {
	text-align: center;
	color: #fff;
	background: #4f9536;
}
.qq em {
	font-size: 16px;
	font-weight: bold;
}
.qq span {
	margin-bottom: 8px;
}
.qq .zx hr {
	color: #626262;
	height: 1px;
	background: #626262;
	border: none;
	width: 68px;
}
.qq .zx {
	padding: 10px 15px 44px;
	text-align: left;
}
.qq .zx p {
	margin: 8px 0;
	vertical-align: middle;
}
.qq .zx p a {
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
}
.qq .zx p a img {
	vertical-align: middle;
}
.qq .ewm {
	background: #fff;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
}
.qq .zxrx {
	margin-top: 10px;
}
.qq .zxrx h3 {
	font-size: 18px;
	margin-top: 4px;
}
.qq .zxrx h2 {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	background: url(../images/bg_zxrx.png) no-repeat 10px center;
	text-indent: 10px;
}
.qqb {
	text-align: center;
}
.gs {
	margin-top: 10px;
}
