  @charset "utf-8";
 
 
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight:100;
}

html,
body {
  height: 100%;
	
}

.lt {
	float: left;
}

.rt {
	float: right;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item; list-style:none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top; 
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}

body{ margin:0; padding:0; font-size:12px; font-family:"Î¢ÈíÑÅºÚ";  color:#333;}
a{ font-size:12px; font-family:"ËÎÌå",Arial, Helvetica, sans-serif; text-decoration:none; color:#333;}
.clear{ clear:both;}

.wdiv {
	width: 1130px;
	margin: 0px auto;
}

.time {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}


	
	/*----------------------------------------------------------------------------- »ÃµÆÆ¬ÉèÖÃ  --------------------------------------------------*/
	.topindex-maxpic{width:100%; max-height:900px!important; border-top:solid 1px #fff;margin:0px auto; }
	.fullSlide {
		width:100%;
		position:relative;
		height:900px; 
	}
	.fullSlide .bd {
		margin:0 auto;
		position:relative;
		z-index:0;
		overflow:hidden;
	}
	.fullSlide .bd ul {
		width:100% !important;
	}
	.fullSlide .bd li {
		width:100% !important;
		height:900px;
		overflow:hidden;
		text-align:center;
	}
	.fullSlide .bd li a {
		display:block;
		height:900px;
	}
	.fullSlide .hd {
		width:100%;
		position:absolute;
		z-index:1;
		bottom:240px;
		left:0;
		height:70px;
		line-height:34px;
	}
	.fullSlide .hd ul {
		text-align:center;
		width:100%;
		margin:0px auto;
	}
	.fullSlide .hd ul li {
		cursor:pointer;
		display:inline-block;
		*display:inline;
		zoom:1;
		width:14px;
		height:14px;
		margin:1px;
		background: #fff;
		margin-right:6px;
		border-radius:11px;
		overflow:hidden;
		filter:alpha(opacity=50);
		opacity:0.5;
		line-height:999px;
		box-sizing: border-box;
	}
	.fullSlide .hd ul .on {
		background: auto;
		border: 1px solid #fff;
		filter:alpha(opacity=100);
		opacity:1;
	}
	.fullSlide .prev,.fullSlide .next {
		display:block;
		position:absolute;
		z-index:1;
		top:50%;
		margin-top:-30px;
		left:5%;
		z-index:1;
		width:40px;
		height:60px;
		background:url(/images/images/slider-arrow.png) -126px -137px #000 no-repeat;
		cursor:pointer;
		filter:alpha(opacity=50);
		opacity:0.5;
		display:none;
	}
	.fullSlide .next {
		left:auto;
		right:5%;
		background-position:-6px -137px;
	}
	
	/*----------------------------------------------------------------------------- »ÃµÆÆ¬ÉèÖÃ  --------------------------------------------------*/
	
	#header {
		width: 100%;
		height: 636px;
		position: absolute;
		top: 0;
	}
	
	#header1 {
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 9999;
	}
	
	.her_bk {
		background-color:rgba(0,0,0,0.16);
		height: 100%;
	}
	
	.menu {
		width: 100%;
		height: 80px;
		overflow: hidden;
	}
	
	.menu li {
		float: left;
		padding: 0px 26px;
	}
	
	.menu li a {
		font: 15px/80px "Î¢ÈíÑÅºÚ";
		color: #fff;
		display: block;
	}
	
	.menu li.lihover a {
		color: #c84a2a;
		line-height: 78px;
		border-top:2px solid #c84a2a;
		box-sizing: border-box;
	}
	
	.poster_text {
		width: 100%;
		margin-top: 154px;
		text-align: center;
	}
	
	.poster_text span {
		display: block;
		font: 24px/24px "Î¢ÈíÑÅºÚ";
		color: #fff;
		font-weight: lighter;
		margin-bottom: 32px;
	}
	
	.poster_text h2 {
		font: 48px/48px "Î¢ÈíÑÅºÚ";
		color: #fff;
		font-weight:bold;
		margin-bottom: 48px;
	}
	
	.poster_text p {
		font: 28px/48px "Î¢ÈíÑÅºÚ";
		color: #fff;
		width: 318px;
		height: 48px;
		border: 1px solid #fff;
		background-color:rgba(255,255,255,0.26);
		margin: 0px auto;
	}
	
	.poster_text em {
		font-style:normal;
		margin: 0px 10px;
	}
	
	.box {
		width: 100%;
		height: 264px;
		
	}
	
	.box_bk {
		border-top:1px solid #dbdadd;
		height: 264px;
		background-color:rgba(255,255,255,0.7);
		box-sizing: border-box;
	}
	
	.content-boxs {
		width: 100%;
	}
	
	.content-boxs .row-price {
		width: 25%;
		float: left;
		text-align: center;
		height: 100%;
	}
	
	.price-box {
		width: 100%;
	}
	
	.price-box li {
		width: 100%;
	  padding-top: 69px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		height: 100%;
		border-right: 1px solid #dbdadd;
	}
	
	.price-box li h2 {
		font-size: 46px;
		font-family: impact;
		color: #c84a29;
		margin: 10px 0px;
	}
	
	.price-box li h2 i {
		font-style:normal;
	}
	
	.price-box li h2 span {
		font-size: 16px;
		font-family: "Î¢ÈíÑÅºÚ";
	}
	
	.price-box li p {
		font-size: 20px;
		font-family: "Î¢ÈíÑÅºÚ";
		color: #5e5b59;
		font-weight: normal;
	}
	
	
	.about {
		width: 100%;
		height: 723px;
		background:url(/images/about_bk.jpg) no-repeat center;
	}
	
	.about_bk {
		background-color:rgba(255,255,255,0.9);
		height: 100%;
	}
	
	.about_text {
		width: 36%;
		margin-left: 32px;
		margin-top: 182px;
	}
	
	.about_text span {
		font: 20px/20px "Î¢ÈíÑÅºÚ";
		color: #000;
	}
	
	.about_text h2 {
		font: 48px/76px impact;
		color: #000;
		text-transform: uppercase;
	}
	
	.about_text p {
		font-size: 14px;
		color: #555555;
		font-family: "Î¢ÈíÑÅºÚ";
		line-height: 24px;
		font-weight: normal;
	}
	
	.about_cot {
		width: 100%;
		height: 450px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	
	.about_ul {
		width: 100%;
		padding: 72px 0px 0px;
		box-sizing: border-box;
	}
	
	.about_ul li {
		width: calc(100%/4);
		text-align: center;
		float: left;
	}
	
	.about_ul li h2 {
		font:32px/32px arial;
		color: #000000;
		font-weight: bold;
		margin: 5px 0px;
	}
	
	.about_ul li h2 i {
		font-style: normal;
		font-weight: bold;
	}
	
	.about_ul li span {
		font-size: 16px;
	}
	
	.about_ul li p {
		font-size: 16px;
		color: #555;
		font-weight: normal;
	}
	
	
	.case {
		width: 100%;
		height: 1335px;
		background:url(/images/case_bk.jpg) no-repeat center;
		overflow: hidden;
	
	}
	
	
	.case_bk {
		background-color:rgba(255,255,255,0.9);
		height: 100%;
	}
	
	.titpa {
		padding-top: 72px;
	}
	
	.title {
		width: 100%;
		text-align: center;
	}
	
	.title h2 {
		font: 32px/32px impact;
		text-transform: uppercase;
	}
	
	.title p {
		font: 20px/20px "Î¢ÈíÑÅºÚ";
		font-weight: normal;
		margin-top: 16px;
	}
	
	.case_img {
		width: 100%;
		margin-top: 40px;
		padding-left: 18px;
		box-sizing: border-box;
		
	}
	
	.case_img li {
		float: left;
		margin: 0px 12px 24px;
		position: relative;
		
	}
	
	.case_img li p {
		text-align: center;
		font: 16px/16px "Î¢ÈíÑÅºÚ";
		position: absolute;
		width: 100%;
		top: 50%;
		color: #fff;
		display: none;
	}
	
	.case_img li:hover p {
		display: block;
	}
	
	
	
	
	.case_bar {
		width: 100%;
		margin-top: 48px;
		float: left;
		
	}

	.new {
		width: 100%;
		height: 711px;
		background:url(/images/new_bk.jpg) no-repeat center;
		overflow: hidden;
	}
	
	.new_bk {
		background-color:rgba(255,255,255,0.9);
		height: 100%;
	}
	
	
	.new_cot {
		width: 100%;
		padding: 0px 32px;
		box-sizing: border-box;
		margin-top: 40px;
	}
	
	.new_img {
		position: relative;
		width: 298px;
	}
	
	.new_tit {
		position: absolute;
		top: 44px;
		width: 100%;
		text-align: center;
		color: #fff;
	}
	
	.new_tit p {
		font: 18px/18px "Î¢ÈíÑÅºÚ";
		height: 36px;
	}
	
	.new_tit a {
		color: #fff;
		font-size: 14px;
		border: 1px solid #fff;
		font-family: "Î¢ÈíÑÅºÚ";
		padding: 6px 16px;
	}
	
	.new_tit a:hover {
		background: #c73c18;
		border: 1px solid #c73c18;
	}
	
	.new_text {
		width: 69%;
	}
	
	.new_text li {
		width: 100%;
		height: 138px;
		float: left;
		overflow: hidden;
		margin-bottom: 26px;
		position: relative;
	}
	
	.new_text li img {
		float: left;
		margin-right: 16px;
	}
	
	.new_text li h2 {
		font:16px/32px "Î¢ÈíÑÅºÚ";
	}
	
	.new_text li p {
		font-size: 14px;
		color: #555555;
		line-height: 20px;
		font-family: "Î¢ÈíÑÅºÚ";
		font-weight: normal;
		padding-top: 10px;
	}
	
	.new_text li span {
		font: 16px/32px arial;
		color: #555555;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	
	.new_text li .new_a:hover {
		background: #c73c18;
		border: 1px solid #c73c18;
		color: #fff;
	}
	
	.new_a {
		float: right;
		background: #fff;
		border: 1px solid #555;
		color: #555;
		font-size: 14px;
		font-family: "Î¢ÈíÑÅºÚ";
		padding: 6px 8px;
		margin-top: 16px;
	}
	
	
	.honor {
		width: 100%;
		height: 911px;
		background:url(/images/honor_bk.jpg) no-repeat center;
		overflow: hidden;
	}
	
	.honor_bk {
		background-color:rgba(255,255,255,0.9);
		height: 100%;
	}
	
	.honor_title {
		width: 100%;
		height: 214px;
		background:url(/images/honor_txt_bk.png) no-repeat center;
		overflow: hidden;
	}
	
	.honor_title {
		width: 100%;
		text-align: center;
		padding-top: 50px;
		box-sizing: border-box;
	}
	
	.honor_title h2 {
		font: 32px/32px impact;
		text-transform: uppercase;
		color: #fff;
	}
	
	.honor_title p {
		font: 20px/20px "Î¢ÈíÑÅºÚ";
		font-weight: normal;
		margin-top: 10px;
		color: #fff;
	}
	
	.honor_img {
		width: 100%;
		margin-top: 40px;
		padding-left: 25px;
		box-sizing: border-box;
	}
	
	.honor_img ul {
		width: 100%!important;
	}
	
	.honor_img li {
		width: 200px;
		height: 282px;
		float: left;
		margin: 0px 8px 24px;
	}
	
	.honor_img li img {
		width: 100%;
		height: 282px;
	}
	
	.contact {
		width: 100%;
		height: 1044px;
		background:url(/images/contact_bk.jpg) no-repeat center;
		overflow: hidden;
	}
	
	.contact_bk {
		background-color:rgba(255,255,255,0.9);
		height: 100%;
	}
	
	.map {
		width: 100%;
		height: 450px;
	}
	
	.cot_con {
		width: 100%;
		margin-top: 40px;
		padding: 0px 32px;
		box-sizing: border-box;
	}
	
	.cot_text {
		width: 48%;
	}
	
	.cot_text img {
		margin-right:10px;
		
	}
	
	.cot_text ul {
		width: 100%;
	}
	
	.cot_text ul li {
		width: 27px;
		height: 27px;
		float: left;
		margin-right: 20px;
		background: url(/images/cot_ioc.png) no-repeat;
	}
	
	.cot_text ul li.cot_li1 {
		background-position: 0 0;
	}
	
	.cot_text ul li.cot_li2 {
		background-position: -47px 0px;
	}
	
	.cot_text ul li.cot_li3 {
		background-position: -94px 0px;
	}
	
	.cot_text ul li.cot_li1:hover {
		background-position: 0 -27px;
	}
	
	.cot_text ul li.cot_li2:hover {
		background-position: -47px -27px;
	}
	
	.cot_text ul li.cot_li3:hover {
		background-position: -94px -27px;
	}
	
	.cot_text dl dd {
		font: 14px/14px "Î¢ÈíÑÅºÚ";
		color: #555;
		margin-bottom: 22px;
	}
	
	.message {
		width: 42%;
	}
	
	.message h2 {
		width: 100%;
		font: 18px/18px "Î¢ÈíÑÅºÚ";
		color: #555;
		border-left: 3px solid #555;
		text-indent: 22px;
		margin-bottom: 32px;
	}
	
	.message li {
		width: 100%;
		height: 40px;
		margin-bottom: 32px;
	}
	
	.message li input {
		width: 100%;
		background: transparent;
		height: 40px;
		border: 0px;
		border-bottom: 1px solid #b4b4b4;
		font-size: 14px;
		color: #555;
	}
	
	.message dl {
		margin-top: 40px;
	}
	
	.message dl dt {
		font-size: 14px;
		color: #555;
		margin-bottom: 10px;
	}
	
	.message dl textarea {
		width: 100%;
		height: 50px;
		background: transparent;
		height: 34px;
		border: 0px;
		border-bottom: 1px solid #b4b4b4;
		font-size: 14px;
		color: #555;
		font-family: "Î¢ÈíÑÅºÚ";
	}
	
	.message .submit {
		text-align: center;
		border: 0px;
		width: 100%;
		height: 48px;
		background: #c73c18;
		color: #fff;
		font-size: 14px;
		margin-top: 40px;
	}
	
	
	.ntion {
		width: 100%;
		height: 30px;
		font-size: 14px;
		color: #fff;
		margin-top: -30px;
		position: relative;
		font-family: "Î¢ÈíÑÅºÚ";
	}
	
	.ntion a {
		color: #fff;
		font-family: "Î¢ÈíÑÅºÚ";
		font-size: 14px;
	}
	
	.list {
		width: 100%;
		text-align: center;
	}
	
	.list li {
			width: auto;
		display: inline-block;
		height: 70px;
	}
	
	.list li a {
		font-size: 18px;
		transition: 0.5s;
		line-height: 30px;
		padding: 20px 35px;
		position: relative;
		font-family: "Î¢ÈíÑÅºÚ";
		line-height: 70px;
		
	}
	
	.list li.left1 a {
		color: #c73c18;
		border-bottom: 2px solid #c73c18;
	}

.aboutdiv {
	background: #f4f4f4;
	padding: 60px 0px;
	min-height: 300px;
}

.aboutdiv p {
	font-size: 16px;
	color: #888;
	text-indent: 2em;
	line-height: 2;
}

#footer {
	width: 100%;
	height: 50px;
	background: #000;
}

#footer p {
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.pros {
	width: 100%;
	background: #f4f4f4;
	padding: 60px 0px;
}

.pc_ul {
	width: 100%;
}

.pc_ul li {
	width: calc(100%/3);
	float: left;
	text-align: center;
	height: 304px;
	margin-bottom: 10px;
}

.pc_ul li a {
	display: block;
}

.pc_ul li:hover a {
	color: #c84a2a;
}

.pc_ul li img {
	width: 100%;
}

.pc_ul .prodbox {
	width: 90%;
	margin: 0px auto;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.pc_ul li:hover .prodbox img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pc_ul li p {
	width: 100%;
	height: 40px;
	font: 14px/40px "Î¢ÈíÑÅºÚ";
}

.page {
	text-align: center;
	margin-top: 48px;
}

.page a {
	border: 1px solid #ccc;
padding: 3px 5px 3px 5px;
margin: 0 2px;
text-decoration: none;
font-size: 14px;
font-family: "Î¢ÈíÑÅºÚ";
}

div.page span {
    padding: 3px 5px 3px 5px;
    background-color: #c84a2a;
    color: #fff;
    border: solid 1px #c84a2a;
}

.news {
	width: 100%;
	background: #f4f4f4;
	padding: 60px 0px;
}

.con_lx {
	width: 100%;
	padding: 60px 0px;
	min-height: 400px;
}

.honor_ul {
	width: 100%;
}

.honor_ul li {
	width: calc(100%/4);
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.honor_ul li img {
	width: 100%;
}

.honor_ul .honor_img {
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	max-height: 323px;
}

.honor_ul li:hover .honor_img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.honor_ul li p {
	width: 100%;
	height: 40px;
	font: 14px/40px "Î¢ÈíÑÅºÚ";
}

.honor_ul li:hover p {
	color: #c84a2a;
}

#newslist {
	width: 100%;
}

#newslist li {
    min-height: 40px;
    border-bottom: dashed 1px #e5e5e5;
    line-height: 25px;
    overflow: hidden;
    font-size: 0;
	margin-bottom: 16px;
}

#newslist li a {
    float: left;
    font-size: 14px;
    color: #333;
    font-family: 'Î¢ÈíÑÅºÚ';
    display: inline-block;
    width: 70%;
    float: left;
}

#newslist li p {
    width: 30%;
    color: #999;
    font-size: 14px;
    font-family: 'Î¢ÈíÑÅºÚ';
    float: right;
    text-align: right;
}

.n_title {
	width: 100%;
	font: 18px/40px "Î¢ÈíÑÅºÚ";
	text-align: center;
}

.search2 {
	text-align:center;
	 border-top:dashed 1px #e5e5e5; 
	 margin-top:10px; 
	 padding-top:10px;
	 font-size: 14px;
	 color: #888;
}

.new_con {
	width: 100%;
	margin-top: 48px;
	font-size: 16px;
	line-height: 2;
	color: #888;
	
}

.preNext {
	padding: 12px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
}

.preNext p{
	width: 100%;
	font-size: 14px;
}
.preNext a {
	color: #c73c18;
}

.pre_p {
	margin-bottom: 12px;
}

.pagination {
	width:100%;
	height:50px;
	text-align:center; 
	margin-top:80px;
}

.pagination  a {
	background: #c84a2a;
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
}

.cont_lt {
	width: 45%;
	float: left;
	line-height: 2;
	padding-top: 10%;
}

.cont_map {
	width: 55%;
}