@charset "gb2312";

@-ms-viewport {
 width: device-width;
}

@media (max-width: 768px) {
.visible-xs {
	display: block !important;
}
}

@media (max-width: 768px) {
.visible-xs-block {
	display: block !important;
}
}
@media (max-width: 768px) {
.visible-xs-inline {
	display: inline !important;
}
}
@media (max-width: 768px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}

body {
	font-family: 'Microsoft Yahei';
	font-size: 75%;
	line-height: 2;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background: url(images/bg.gif) ;*/
}

ul,li{
	margin: 0px;
	padding: 0px;
}

li {
	list-style:none;
    float: left;	
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.contact img {
	margin-right: 30px
}

* {
    margin: 0;
	padding: 0;
}

.contact p {
	font-family: 'Microsoft Yahei';
	line-height: 40px;
	font-size: 18px
}

.contact p:hover { color:#000000;font-size: 18px}

.FooterBot i { 
	display:block;
	width:540px; 
	height:1px; 
	background-color:#BDBCBB;
	margin:3px auto
}
a:focus {
    outline: 0;
}

a {
	color: #333333;
	text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	blr:expression(this.onFocus=this.blur());
}


#container {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	background-color: #FFFFFF;
}



#menu {
	background: #000000;
	height: 10px;
}

#title {
	background: #ffffff;
}

#footer {
	clear: both;
	height: 30px;
	padding-top: 20px;
	font-size: 12px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}

#header {
    width: 50%;
	height: 32px;
	background-color: #A40200;
	margin-left: 50%;
	display:block;
}

#headertitle {
    width: 100%;
	min-width: 960px;
	height: 40px;
	background-color: #FFF;
	border-bottom: 1px solid #A40200;
	margin-top: 1px;
}

.hero {
	background-color: #0E1116;
	background: url(images/bg_img.jpg) no-repeat center bottom;
	padding-top: 0px;
	padding: auto;
	margin: auto;
	height: 590px; 
	width: 100%;
	min-width: 960px;
}

.hero_header {
	width: 980px;
	color: #FFFFFF;
	text-align: left;
	margin:auto;
	padding-top: 2px;
	letter-spacing: 0px;
	font-family: "Gungsuh";
	font-family: "Times New Roman";
	font-size: 43px;
	float: middle;
	height: 70px;
	font-weight: bold;
}

.tagline {
	width: 980px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: auto;
	font-size: 15px
}

.adTitle {
	height: 40px;
	min-width: 960px;
	max-width: 1270px;
}

.aboutbox {
	position: relative;
	background: rgba(255,255,255,0.11);
	margin-top: 40px;
	width: 100%;
	height: 340px;
	margin-right: auto;
	margin-left: auto;
/*	filter:alpha(Opacity=20);-moz-opacity:0.11;opacity: 0.11;
*/}

.aboutbox .list{
	width: 700px;
    display: inline;
	height: 550px;
	margin-left: 10px;
	overflow: hidden;
	margin-top: 20px
}

.aboutbox .list li{
	width: 700px;
	height: 120px;
	padding: 5px 0 2px;
	margin: auto;
	margin-bottom: 11px;
}

.aboutbox .list span{
	display: inline-block;
	width: 49px;
	margin-left: 60px;
	font: bold 52px/50px Arial;
	color: #c4c4c4;
	transition: color 500ms ease-in 0ms;
}

.list li:hover span{
	color: #E41F19;
}

.fl {
	float:left;
    display: inline;
	margin-left: 70px;
	margin-top: 5px
}

.productImg {
	width: 120px;
	overflow:hidden; 
	margin-right:5px; 
	background-color:#fff; 
	float:left;
}

.mainRight {
		float:left;
	width: 300px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 40px;
}

.fr {
	float:right;
    display: inline;
}

.aboutbox .product .list .fr{
	width: 360px;
	padding-left: 4px;
	border-bottom: 1px solid #dadada;
	line-height: 40px;
	height: 48px;
	color: #888;
	margin-right: 10px;
	padding-top: 5px
}

.button {
	display: inline-block;
	float: right;
	width: 100px;
	margin-top: 26px;
	margin-right: 40px;
}

.aboutbox .list a{
	display: inline-block;
	width: 100%;
	line-height: 60px;
	color: #333;
	font-size: 24px;
}

.aboutbox .list .fr a{
	display: inline-block;
	width: 100%;
	line-height: 30px;
	color: #333;
	font-size: 24px;
	text-align: left;
}

.list li:hover .fr a{
	font-weight: bold;
}

.aboutbox .list .fr .index-more {
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	padding: 5px 15px;
	width: 90px;
	line-height: 24px;
	color: #333;
	color: #E41F19!important;
	font-size: 16px;
	text-align: center;
	border: 1px solid;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.aboutbox .list .fr .index-more .fa {
	padding-left: 10px;
	width: 5px;
    height: 5px;
    border-top: 2px solid #E41F19;
    border-right: 2px solid #E41F19;
	
}

.aboutbox .list .fr .index-more:hover {
	background: #b30f0e;
	padding-left: 15px;
	border-color: #b30f0e;
	text-decoration: none;
	background-color: #E41F19!important;
	color: #fff!important;
	border-color: #E41F19!important;
}

.index-more:hover .fa {
	color: #fff
}


.productList {
	width: 860px;
}



.i-honor {
	width: 312px;
	margin-top: 40px;
	filter:alpha(opacity=0);
}

.to_top {
	
}

.hero #headertitle h1 {
	margin-left: 10px;
	width: 500px;
	display: inline;
	font-family: 'Microsoft Yahei';
	font-weight:bold;
	font-size: 21px;
}

.FooterBot {
	height: 58px;
    line-height: 20px;
	width: 100%;
	/*min-width: 960px;*/
    color: #C8C8C8;
    background-color: #0E1116;
	border-top: 5px solid #A40200;
}

.cmain {
  width: 90%;
  margin: 0 auto;
}

.cmain:after,.HeaderList ul:after{
  content: ' ';
  display: table;
  clear: both;
}

.lf {
	padding-top: 10px;
}

.rt {
	color: #9F9F9F;
}

.case_nei { width:980px; height: 340px; margin:auto;padding-top: 52px;
}
.case_nei dl { margin:0; padding:0;}
.case_nei dl dt { width:220px; float:left; padding:0 12px;}
.case_nei dl dt img { border:1px solid #ddd; margin-bottom:12px;}
.case_nei dl dt .main { width:220px; height:32px; display:block; text-align:center; line-height:32px; color:rgba(219,219,219,1.00); font-size: 16px}
.case_nei dl dt:hover img { border:1px solid #A40200;}
.case_nei dl dt:hover .main { background:rgba(0,0,0,0.73); color:#FFF;}

.contact { 
	width:980px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
	font-family: 'Microsoft Yahei';
	line-height: 40px;
	font-size: 18px
}

.zy_main { width:950px; background:#FFF; border:8px solid #e6e6e6; padding:7px; margin:20px 0;}

.light {
	color: #93A3CE
}

@media (max-width: 768px) {
	#headertitle {
	min-width: 350px;
	width: 100%;
	height: 30px;
	margin-top: 1px;
	}
	.hero #headertitle h1 {
	font-size: 18px;
	}
	.hero {
	min-width: 350px;
}
	.hero_header {
	width: 100%;
	padding-top: 1px;
	font-size:28px;
	float: middle;
	height: 38px;
	font-weight: bold;
	}
	
	.tagline {
	width: 100%;
	}
	.aboutbox {
	margin-top: 10px;
	width: 100%;
	height: 476px;
	}
	.case_nei dl dt img { 
		border:1px solid #ddd; 
		margin: auto;
		margin-bottom:6px;
		width: 90%;
	}
	.case_nei { 
		width:100%; height: 367px; margin:auto;padding-top: 16px;
	}
	.case_nei dl dt .main { 
		width:98%; height:30px; display:block; text-align:center; line-height:32px; color:rgba(219,219,219,1.00); font-size: 16px
	}
	.case_nei dl dt { 
		width:43%; float: left; padding:0 12px; text-align: center;
	}
	.contact { 
	width:100%;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 18px
	}
	
	.FooterBot i { 
	width:90%; 
	}
}

@media (max-width: 400px) {
	.case_nei dl dt { 
		padding-top: 30px;
	}
}
