.top{
	height:60px;
	}
.w1200{
	width:1200px;
	margin:0 auto;
	}
.logo{
	float:left
	}
.nav {
	float: right;
	z-index: 999;
	position: relative;
	margin-right: 100px;
}
.smallNav {
	height: 50px;
	background-color: #F3F3F3;
	display: flex;
	align-items: center;
}
	.smallNav ul {
	  display:flex;
	  justify-content:space-around;
	
	}
	.resize-image {
		width: 100%;
		height: auto;
		display: block;
	}
	.nav li {
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 21px;
		position: relative;
		margin-left: 45px;
		margin-top: 10px;
		font-family: 'Times New Roman';
	}
.nav li a{color:#333;text-decoration:none;display:block;}
.nav li a.link{float:left;}
.nav dl{font-size:14px;position:absolute;top:50px;left:0px;z-index:999; width:100%; text-align:center}
.nav dl dd {border-bottom:1px solid #ededed; border-left:1px solid #ededed; border-right:1px solid #ededed;background:#ffffff;height:36px; line-height:36px; }
	.nav dl dd a {
		color: #333;
		font-family: 'Times New Roman';
	}
.nav dl dd a:hover{color:#333;background:#E8E8E8;}


	.navNew li {
		height: 50px;
		text-align: center;
		font-size: 21px;
		position: relative;
		margin-left: 45px;
		font-family: 'Times New Roman';
	}

		.navNew li a {
			color: #333;
			text-decoration: none;
			display: block;
		}

			.nav li a.link {
				float: left;
			}

.navNew dl {
	font-size: 14px;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 999;
	width: 100%;
	text-align: center
}

	.navNew dl dd {
		border-bottom: 1px solid #ededed;
		border-left: 1px solid #ededed;
		border-right: 1px solid #ededed;
		background: #ffffff;
		height: 36px;
		line-height: 36px;
	}

		.navNew dl dd a {
			color: #333;
			font-family: 'Times New Roman';
		}

			.navNew dl dd a:hover {
				color: #333;
				background: #E8E8E8;
			}	

/*banner
------------------------------------------------*/	
.index_focus {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9
}
.index_focusn {
	width: 1920px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	height: 100%;
	z-index: 99
}
.index_focus .bd2 li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	z-index: 999
}
.index_focus .pic {
	height: 800px;
	display: block;
	margin: 0 auto
}

.index_focus .pic:hover {
	text-decoration: none
}
.index_focus .slide_nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -64px;
	z-index: 9998
}
.index_focus .slide_nav a {
	width: 15px;
	height: 15px;
	cursor: pointer;
	float: left;
	margin-right: 9px;
	margin-left: 8px;
	background: url(circle.png)
}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on {
	text-decoration: none;
	background: url(circleon.png)
}
.abc{
	position: absolute; 
	width: 1920px; 
	left: 0px; 
	top: 0px; 
	display: none;
	}
.def{
	position: absolute;
	 width: 1920px; 
	 left: 0px; 
	 top: 0px; 
	 display: list-item;
	 }
.category_tit {
	font-size: 21px;
	padding-bottom: 40px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Times New Roman';
}
.title {
	background-color: #F3F3F3;
	height: 40px;
	padding-bottom: 0px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
.category_tit span{
	font-size: 18px;
	line-height: 50px;
	float:right
	}
	 
.about {
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    position: relative;
	}
.about_l{
	width:576px;
	height:466px;
	float:left;
	}	
.about_r{
	width:548px;
	float:right;
	padding-right:38px
	}
.about_tit{
	padding-top:40px;
	font-size: 18px;
    color: #333;
    line-height: 40px;
    max-height: 320px;
    overflow: hidden;
	}
.about_more{display:inline-block;background:#999;padding: 0 20px;margin-top: 20px;}
.about_more img{display: inline-block;vertical-align: middle;}
.about_more span{display: inline-block;vertical-align: middle;text-transform : uppercase;color: #fff;font-size: 18px;line-height: 36px;}	

.treat_pic{
	width:380px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	position: relative;
	overflow:hidden;
	margin-bottom:20px
	}
.treat_pic img{width: 380px;height:286px;cursor: pointer;transition: all 0.6s;}
/*.treat_pic img:hover{transform: scale(1.2);}*/
	

.treat_pic p {
    background-color:#666 ;
/*	filter: Alpha(Opacity=60); opacity: 0.6;*/
    width: 380px;
	margin-left:10px;
	margin-right:10px;
    height: 60px;
    line-height: 56px;
    position: absolute;
	left:0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
	font-size:18px;
	}

#szfgoL {
    float:left;
	margin-top:92px;
    width: 35px;
    height: 120px;
    background: #eeefee url(jt-1-left.png) no-repeat center/40%;
	margin-right:10px
}
#szfgoR {
	float:left;
	margin-top:92px;
	width: 35px;
    height: 120px;
    background: #eeefee url(jt-1-right.png) no-repeat center/40%;
	margin-left:15px
	}
#szfmarquee1l {width:1080px;height:327px;overflow: hidden; float:left;margin-top:16px;}
#szfmarquee1l ul li {float:left;padding:0 12px;}
#szfmarquee1l ul li img {display:block;width:246px;height:327px;}
#szfmarquee1l ul li img {display:block;}
.foot{
	height:62px;
	background-color:#666;
	line-height:62px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin-top:40px
	}
.about_banner{
	background:url(about_banner.jpg) no-repeat top center;
	height:397px
	}
.product_banner {
	background: url(Product.jpg) no-repeat top center;
	height: 396px;
	object-fit: contain;
}
.about_banner_new {
	height: 397px
}
.content {
	font-size: 16px;
	line-height: 34px;
}	
.lry-bread{padding: 10px 0;color: #333;border-bottom: 1px solid #e5e5e5;}
.lry-bread span{font-size:12px;margin: 0 10px;}
.product_info{
	padding-top:60px;
	}
.mainleft {
    float: left;
	width:394px;
    padding-right:115px;
    border-right: 1px dashed #d2d2d2;
	}
.mainleft img{
	width:395px;
	height:297px
	}
.mainright {
    float: right;
    width: 600px;
	}
.mainright .b1 {
    color: #333333;
    font-size: 24px;
    line-height: 1.3;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
	}
.pro_info{
    font-size: 23px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
	text-align:center;
	margin-bottom:15px;
	margin-top:30px
	}