@charset "utf-8";
/*nbanner*/
.nbanner {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 300px;
    background-image: url(../images/nbanner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.main {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 10px 0 20px;
	overflow: hidden;
	background: #f7f7f7;
}
/*面包屑*/
.crumb {
	padding: 10px 0;
	overflow: hidden;
	background: url(../images/add.png)no-repeat left center;
	padding-left: 27px;
	margin-bottom: 25px;
}
.crumb p,.crumb a {
	color: #270b0d;
	font-size: 14px;
	line-height: 30px;
}
.title_3 {
	padding: 0;
	width: 400px;
	height: 101px;
	margin:0 auto 40px;
	position: relative;
}
.title_3 .yun { background: url(../images/yun.png) no-repeat left center;display: block; width: 184px; height: 92px; margin-left: -10px; animation: ascroll 2.5s infinite;position: absolute;left: 0;top:4px;}
@keyframes ascroll{
	0%{transform: translate3d(0,0,0);}
	50%{transform: translate3d(20px,0,0);}
	100%{transform: translate3d(0,0,0);}
}
.title_3 .tnum {
	width: 101px;
	height: 101px;
	background: url(../images/circle.png) no-repeat top center;
	line-height: 101px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-left: 140px;
	font-family: "宋体";
	margin-right: 12px;
}
/*分类*/
.nynav{
	padding:0;
	overflow: hidden;
	margin-bottom: 45px;
}
.nynav h2 {
	display: inline-block;
	color: #270b0d;
	font-size: 20px;
	line-height: 44px;
}
.nynav a {
	display: inline-block;
	width:191px;
	height: 44px;
	background: url(../images/nvabg.png)no-repeat center center;
	text-align: center;
	line-height: 44px;
	margin:0 10px;
	color: #000;
	font-size: 20px;
}
.nynav a:hover {
	color: #900000;
	background: url(../images/nvabg1.png) no-repeat center center;
}

/*产品列表*/
.prolist li {
	width: 266px;
	height: 246px;
	overflow: hidden;
	float: left;
	margin:0 10px 20px;
}
.prolist li .pic {
	position: relative;
	width: 260px;
	height: 206px;
	border:3px solid #f8dbc5;
	overflow: hidden;
	border-radius: 5px;
}
.prolist li .pic p {
	width: 260px;
	height: 206px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.prolist li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
}
.prolist li .mark {
	position: absolute;
	width: 260px;
	height: 206px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	z-index: 3;
	background: url(../images/mark.png) no-repeat top center;
	background-size: contain;
}
.prolist li span {
	display: block;
	text-align: center;
	font-family: "微软雅黑";
	color: #000;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
}
.prolist li:hover p img {
	transition: 1s;
	transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);   	
	-moz-transform:scale(1.1,1.1);  	
	-webkit-transform:scale(1.1,1.1);   
	-o-transform:scale(1.1,1.1);  
}
.prolist li:hover .pic {
	border:3px solid #950303;
}
.prolist li:hover .mark {
	position: absolute;
	width: 260px;
	height: 206px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	z-index: 3;
	background: url(../images/mark1.png) no-repeat top center;
	background-size: contain;
}
.prolist li:hover span{
	color: #940000;
}


/*新闻列表*/
.newlist {
	padding: 0;
	overflow: hidden;
}
.newlist li {
	padding: 27px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}
.newlist li .newimg {
	width:252px;
	height: 130px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 30px;
}
.newlist li .newimg p {
	width:252px;
	height: 130px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.newlist li .newimg img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: 100%;
}
.newlist li .newcon {
	padding:10px 0;
	overflow: hidden;
	width:740px;
}
.newlist li .newcon h2 {
	color: #181818;
	font-size: 16px;
	line-height: 45px;
	border-bottom: 1px dashed #b8b4b4;
	margin-bottom: 15px;
}
.newlist li .newcon p {
	color: #9e9e9e;
	font-size: 14px;
	line-height: 30px;
}
.newlist li .date {
	width: 95px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.newlist li .date h3 {
	color: #4f4f4f;
	font-size: 36px;
	line-height: 40px;
}
.newlist li .date span {
	display: block;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}
.newlist li .date a {
	display: block;
	width: 57px;
	height: 57px;
	background: #990505;
	margin:0 auto;
	line-height: 50px;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
}
.newlist li:hover img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);   	
	-moz-transform:scale(1.2,1.2);  	
	-webkit-transform:scale(1.2,1.2);   
	-o-transform:scale(1.2,1.2); 
}
.newlist li:hover h2 {
	color: #990505;
}

/*单页*/
.content {
	min-height: 200px;
    padding-bottom: 20px;
    overflow: hidden;
}
.pagecon {
	margin:0 auto;
}
.tita {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #950101;
	display: block;
	text-align: center;
	line-height: 30px;
}
.info {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: right;
	line-height: 30px;
	margin-bottom: 15px;
}
.content, .content p,.content span  {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666;
	line-height: 40px;
}
.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}
/*联系我们*/
.n-contact {
	padding: 20px;
	overflow: hidden;
	background: #fff;
}
.clist {
	width: 550px;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.clist h2 {
	color: #950101;
	font-size: 24px;
	line-height: 60px;
}
.clist li {
	background: url(../images/ca1.png) no-repeat left center;
	padding: 15px 0 15px 46px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}
.clist li.c2 {
	background: url(../images/ca2.png) no-repeat left center;
}
.clist li.c3 {
	background: url(../images/ca3.png) no-repeat left center;
}
.clist li p {
	color: #000;
	font-size: 18px;
	line-height: 50px;
}
.cmap {
	width: 550px;
}

/* 产品相册 */
.mfull {background: #fff;padding: 25px;overflow: hidden;margin: 20px 0 40px;}
.n-procon {padding: 0;overflow: hidden;margin-bottom: 40px;}
.photocon {padding: 0px;overflow: hidden;}
.photoimg {width:435px;height: 400px;padding: 20px;overflow: hidden;border:1px solid #bdbdbd;border-radius: 5px;}
.mainpros1 {width:600px;padding: 0;overflow: hidden;}
.mainpros1 h3 {font-size: 24px;line-height: 70px;color: #5d3e3b;border-bottom: 1px dashed #bdbdbd;margin-bottom: 10px;}
.mainpros1 .pcon {background: #cec4b7;padding:20px;overflow: hidden;margin-bottom: 20px;}
.mainpros1 p {color: #434342;font-size: 14px;line-height: 35px;}
.mainpros1 span {display:block;color: #000;font-size: 20px;line-height: 40px;margin-bottom: 15px;}
.mainpros1 span strong {color: #960202;font-size: 22px;line-height: 40px;}
.mainpros1 .order {width:180px;height: 38px;background: #960202;display: block;line-height: 38px;color: #fff;font-size: 18px;text-align: center;margin-top:20px;border-radius: 20px;}
.cptit {line-height: 41px;padding-bottom: 20px;border-bottom: 1px solid #b0b0b0;margin-bottom: 20px;}
.cptit h2 {background: url(../images/lm.png) no-repeat left center;color: #fff;text-align: center;width: 128px;line-height: 41px;font-size: 18px;}
.xg {background: #fff;padding: 25px;overflow: hidden;}


/* 上下篇*/
.n-p{padding:10px 0;border-bottom: 1px dotted #afafaf;font-family:"微软雅黑";    overflow: hidden;overflow: hidden;}
.n-p li{float: left;padding:0px 20px;max-width: 50%; line-height:24px; list-style:none}
.n-p li a:hover{ text-decoration:underline}
.n-p .p,.n-p .n{background: url(../images/icon.png) no-repeat;}
.n-p .p{background-position: 0px -332px;}
.n-p .n{background-position: 0px -313px;}





