/*=== 头部 ====*/
.header{
	height: 100px;
}
.logo{
	float: left;
	margin: 29px 0px 0px 48px;
}
.nav{
	float: right;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	display: block;
	padding: 0px 22px;
	margin: 0 15px;
	color: #000000;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
}
.nav ul li.current a{
	background: #da251c;
	color: #FFFFFF;
} 
.nav ul li a:hover{
	background: #da251c;
	color: #FFFFFF;
}
/*=== end 头部  ===*/

/*=== banner ==*/
#banner{
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
}
#banner .bd_banner{
	width: 1920px;
	height: 650px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.bd_banner ul li img{
	display: block;
	width: 1920px;
	height: 650px;
}
/*==== end  banner ====*/

/* 产品展示 */
.products{
	margin: 61px auto 60px;
}
.index_title{
	text-align: center;
	margin-bottom: 60px;
}
.pro_show ul li{
	float: left;
	margin: 0 5px;
	position: relative;
}
.pro_show ul li a{
	display: block;
}
.pro_show ul li .pro_img{
	display: block;
	width: 290px;
	height: 209px;
}
.pro_hover{
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	height: 209px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
}
.pro_hover>img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16.5px;
	margin-left: -16.5px;
}
.pro_show ul li a:hover .pro_hover{
	opacity: 1;
}
.pro_show ul li a p{
	font-family: arial;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 56px;
	height: 56px;
	color: #333333;
}
.pro_banner ul{
	display: table;
	margin: 37px auto 14px;
}
.pro_banner ul li{
	text-align: center;
	width: 26px ;
	height: 26px ;
	margin: 0 20px;
	text-indent: -9999px;
	display: inline-block;
	background: url(../images/li.png) no-repeat;
}
.pro_banner ul li.on{
	background: url(../images/li-on.png) no-repeat;
}
.pro_show .bd ul li:hover{
	box-shadow: 0px 0px 1px 3px #E2DFDF;
}
.pro_show .bd ul li a:hover p{
	font-weight: bold;
}

/* 关于我们 */
#about_wrap{
	background: url(../images/about-bg.png) no-repeat center;
	width: 100%;
	height: 510px;
}
.about{
	overflow: hidden;
}
.about_right{
	width: 557px;
	padding-left: 43px;
	padding-top: 107px;
	float: right;
}
@font-face {
	font-family:"OpenSans-Light";
	src: url(../font/OpenSans-Light.ttf);
}
.about_more{
	padding: 45px 0px 46px;
	font-size: 14px;
	font-family:"OpenSans-Light";
	text-transform: uppercase;
	color: #FFFFFF;
}
.about_link{
	width: 124px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	text-transform: uppercase;
	color: #000000;
}
/*=== 新闻资讯 ===*/
.index_news{
	overflow: hidden;
}
.index_news .index_title{
	margin: 60px 0px 53px;
}
.news_left{
	width: 600px;
	float: left;
	position: relative;
	overflow: hidden;
}
.news_left img{
	display: block;
}
@font-face {
	font-family:OpenSans-Regular;
	src: url(../font/OpenSans-Regular.ttf);
}
.news_left .news_p{
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-left: 14px;
	background: rgba(0,0,0,0.53);
	font-family:"OpenSans-Regular";
}
.news_right{
	width: 570px;
	float: right;
}
.news_right ul li{
	height: 111px;
	padding-top: 18px;
	border-bottom: 1px dashed #b5b5b5;
}
.news_right ul li:first-child{
	height: 105px;
	padding-top: 0;
}
.news_right ul li a{
	display: block;
}
.news_right ul li a h3{
	font-family:"OpenSans-Regular";
	color: #000000;
	height: 24px;
	overflow: hidden;
}
.news_right ul li a span{
	color: #666666;
	font-family: arial;
	padding: 5px 0px 5px;
	display: block;
}
.news_right ul li a .news_more{
	color: #333333;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-family:"OpenSans-Regular";
}
.news_right ul li a:hover h3{
	color: #da251c;
}
/*==== end 新闻资讯 ===*/


/*=== 底部版权 ===*/
#footer{
	background: url(../images/footer-bg.png) no-repeat center;
	height: 319px;
	width: 100%;
}
.footer{
	margin-top: 60px;
}
.footer_left{
	width: 567px;
	padding: 60px 0px 0px 33px;
}
.footer_left h4{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 17px;
}
.footer_left p{
	color: #c9c6c6;
	line-height: 25px;
}
.copyright{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #000000;
	font-family: arial;
}
/*=== end 底部版权 ==*/



/*=== 内页 ==*/
.inside_banner {
    height: 499px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inside_banner>img {
    width: 1920px;
   height: 499px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
}

.main{
	margin-top: 90px;
}

/* 左侧 */
.left{
	width: 258px;
	float: left;
	text-align: center;
}
.left_title{
	height: 76px;
}
.left ul li{
	border: 2px solid #000000;
	margin-bottom: 10px;
}
.left ul li a{
	font-size: 16px;
	display: block;
	color: #000000;
	line-height: 40px;
}
.left ul li:hover{
	background: #da251c;
	border: 2px solid #da251c;
}
.left ul li:hover a{
	color: #FFFFFF;
}
.left ul li.active{
	background: #da251c;
	border: 2px solid #da251c;
}
.left ul li.active a{
	color: #FFFFFF;
}

/* 右侧 */
.main_right{
	float: right;
	width: 915px;
	font-family:"OpenSans-Regular";
}
.main_right ul{
	overflow: hidden;
	width: 915px;
	float: right;
}
.main_right ul li{
	float: left;
	margin-right: 19px;
}
.main_right ul li:nth-child(3n+3){
	margin-right: 0;
}
.main_right ul li a{
	display: block;
}
.main_right ul li a img{
	display: block;
}
.pro_box{
	position: relative;
}
.a_hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
}
.a_hover>img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16.5px;
	margin-left: -16.5px;
}
.main_right ul li a:hover .a_hover{
	opacity: 1;
}
.main_right ul li a p{
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #333333;
	font-family: arial;
	text-transform: uppercase;
}	
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}
/*==== end 产品展示 ===*/

/*==== 新闻资讯 ===*/
.news_box ul li{
	float: none;
	margin-right: 0;
	height: 116px;
	padding-top: 25px;
	border-bottom: 1px dashed #b5b5b5;
}
.news_box ul li:first-child{
	height: 105px;
	padding-top: 0;
}
.news_box ul li a{
	display: block;
}
.news_box ul li a h3{
	font-size: 16px;
	color: #000000;
	font-family:"OpenSans";
	font-weight: bold;
}
.news_box ul li a:hover h3{
	color: #da251c;
}
.news_box ul li a span{
	font-family: arial;
	color: #666666;
	display: block;
	margin: 5px 0;
}
.news_box ul li a .newsd_more{
	color: #333333;
	font-family:"OpenSans";
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
/*=== end 新闻资讯 ===*/

/*==== 关于我们 ====*/
.nyabout_box{
	padding-top: 70px;
	padding-bottom: 70px;
}
.nyabouty_box{
	background: url(../images/nyabout.png) no-repeat center;
	width: 1040px;
	height: 480px;
	padding-top: 113px;
	float: right;
}
.nyabout_img{
	padding-left: 63px;
	width: 466px;
	float: left;
}
.nyabout_right{
	padding-top: 40px;
	width: 453px;
	padding-right: 25px;
	float: left;
}
.nyabout_right h3{
	font-size: 24px;
	color: #242424;
	font-weight: normal;
	padding-bottom: 10px;
	background: url(../images/h4.png) no-repeat left bottom;
}
.nyabout_nr{
	margin-top: 28px;
	font-size: 14px;
	color: #3C3C3C;
}
/*==== end 关于我们 ====*/