/* 重置  */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px "Microsoft YaHei","微软雅黑",\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", "华文细黑", STHeiti, MingLiu;}
body{ color:#333;font-size: 14px;}
a{color:#333;}
a:hover{color:#df3037;}
img{border:0px}

/* 清除浮动 */
.clearfix:after {content: "";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix {*zoom: 1;} 
/*定位*/
.fl{float: left;}
.fr{float: right;}
/*颜色*/
.gray_fc{color: #737373;}
.red_fc{color: #df3037;}
.white_fc{color: #fff;}
/*布局*/
.center{
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1180px;
}

/*首页开始*/
/* 顶部 */
.top_contain{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #eee;
	font-size: 12px;
}
.top_tell{
	font-weight: bold;
	padding-left: 23px;
	background: url(../img/top-tell.png) center left no-repeat;
}
/* 导航结束 */

/* PC导航 */
.pc_menu_contain{
	width: 100%;
	height: 84px;
	transition: all 2s;
}
.logo_contain{
	margin-top: 22px;
	height: 37px;
	width: auto;
	max-width: 400px;
}
.logo_contain img{
	max-width: 100%;
	max-height: 100%;
}
.menu_list li{
	float: left;
	font-size: 16px;
	margin: 0 20px;
	line-height: 82px;
}
.menu_list li a{
	padding: 0 16px;
	display: block;
	box-sizing: border-box;
}
.menu_list li a:hover{border-bottom: 2px #df3037 solid;}
.menu_on{
	border-bottom: 2px #df3037 solid;
	color: #df3037;
}
.menu_box{position: relative;}
.menu_btn{
	width: 24px;
	height: 24px;
	background: url(../img/nav-btn.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 14px;
	display: none;
}
.pc_nav_top{
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px #ddd solid;
	z-index: 99;
	transition: all 2s;
	background: #fff;
}
/* PC导航结束 */

/* 手机导航 */
.p_nav_btn{
	width: 24px;
	height: 30px;
	background: url(../img/nav-btn.png) center center no-repeat;
	background-size: 80%;
	position: absolute;
	top:35px;
	right: 10px;
	display: none;
}
.p_nav{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.p_nav a{color: #fff;}
.p_nav_bg{
	background: #df3037;
	width: 80%;
	float: right;
	max-height: 100%;
	overflow-y: auto;
	position: relative;
}
.p_nav_menu{
	padding: 20px 0px;
	background: #c11a21;
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
}
.p_nav_off{
	width: 20px;
	height: 20px;
	background: url(../img/nav-off.png) center center no-repeat;
	background-size: 80%;
	position: absolute;
	top: 20px;
	right: 10px;
}
.p_nav_menu>div{padding: 0 20px;}
.p_nav_list{
	line-height: 24px;
	word-break: break-all;
	padding: 0 12px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.p_nav_list li{padding-left: 14px;}
.p_nav_list_li{
	border-bottom: 1px #fff solid;
}
.p_nav_list_li a{
	display: block;
	padding: 15px 0;
}
.p_nav_second li{
	border-top: 1px #ddd solid;
}
.nav_second_btn{
	padding-right: 30px!important;
	background: url(../img/sj.png) center right no-repeat;
}
/* 手机导航结束 */
/* 屏幕变化-导航 */
@media only screen and (max-width: 750px){
	.menu_list,.top_contain{display: none;}
	.menu_btn{display: block;}
	.logo_contain {
		height: 28px;
		margin-top: 15px;
		max-width: 280px;
	}
	.pc_menu_contain{height: 54px;}
}

/*轮播*/
.swiper-slide{
	width: 100%;
	height: auto;
}
.swiper-slide img{
	width: 100%;
	height: auto;
	display: block;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
	border-radius: 50%;
}
.swiper-pagination-bullet-active{background: #df3037;}
@media only screen and (max-width: 414px){
	.swiper-slide img{
		min-height: 160px;
	}
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}
/* 轮播结束 */

/* 内容区域 */
.contain_box{margin-top: 80px;}
/* 公司简介 */
.company{width: 75%;}
.intro_tlt{
	width: 100%;
	border-bottom: 1px #ddd solid;
	padding-bottom: 17px;
	position: relative;
	margin-bottom: 20px;
}
.intro_tlt span{
	font-size: 16px;
	color: #df3037;
	padding: 0 8px 17px 8px;
	border-bottom: 1px #df3037 solid;
}
.more{
	font-size: 13px;
	position: absolute;
	right: 10px;
	bottom: 17px;
}
.intro_text p{
	margin-bottom: 15px;
	color: #737373;
	line-height: 28px;
}
.company_name{
	font-size: 24px;
	color: #333!important;
	margin-bottom: 20px!important;
}
.intro_img{
	max-width: 45%;
	margin-right: 5%;
	max-height: 340px;
	min-height: 300px;
}
.intro_text{
	width: 50%;
	margin-top: 20px;
}
/* 郑重声明 */
.sm_contain{width: 20%;}
.product_sm{
	font-size: 17px;
	padding: 60px 0 60px 60px;
	display: block;
	border-bottom: 1px #ddd dashed;
	position: relative;
}
.sm_icon{
	display: block;
	width: 46px;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 50%;
	margin-bottom: -24px;
}
.sm_icon1{background: url(../img/sm-icon1.png) center center no-repeat;}
.sm_icon2{background: url(../img/sm-icon2.png) center center no-repeat;}
@media only screen and (max-width: 750px){
	.company{
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}
	.sm_contain{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.sm_link a{
		float: left;
		display: block;
		width: 46%;
		box-sizing: border-box;
		border: 1px #df3037 solid!important;
		padding: 30px 0;
		margin: 0 2%;
		text-align: center;
	}
	.sm_icon{
		position: static;
		margin: 0 auto 15px auto;
	}
	.contain_box{margin-top: 30px;}
	.bot_bg{margin-top: 40px;}
	.intro_text{margin-top: 5px;}
}
@media only screen and (max-width: 600px){
	.intro_img{
		width: 100%;
		margin: 0;
		max-width: 100%;
		min-height: 0;
	}
	.intro_text{
		width: 100%;
		margin-top: 25px;
	}
}
/* 内容区域结束 */

/* 底部 */
.bot_bg{
	width: 100%;
	padding: 70px 0 60px 0;
	background: #2b2b2b;
	color: #fff;
	margin-top: 90px;
}
.bot_bg a{
	color: #fff;
	opacity: .5;
	display: block;
	margin-top: 8px;
}
.bot_list li{
	float: left;
	border-right: 1px #414141 solid;
	box-sizing: border-box;
	min-height: 170px;
}
.bot_menu{
	padding-bottom: 15px;
	font-size: 16px;
	margin-bottom: 20px;
}
.bot_menu span{
	padding-bottom: 15px;
	border-bottom: 2px #fff solid;
}
.bot_contact a{margin-bottom: 20px;}
.pw1{width: 20%;}
.pw2{width: 30%;}
.w80{
	max-width: 80%;
	margin: 0 auto;
}
.left40{margin-left: 40%;}
.left20{margin-left: 20%;}
.smt{
	margin-right: 20px;
	text-align: center;
}
.smt img{
	width: 104px;
	height: 104px;
}
.bot_logo{margin-top: 30px;}
@media only screen and (max-width: 1062px){
	.bot_smt{margin-left: 5%;}
	.smt img{
		width: 80px;
		height: 80px;
	}
	.smt{margin-right: 10px;}
}
@media only screen and (max-width: 750px){
	.none{display: none;}
	.pw2{
		width: 100%;
	}
	.bot_smt,.left20{margin-left: 0;}
	.smt{
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.smt img{
		width: 104px;
		height: 104px;
	}
	.bot_bg{
		padding: 25px 0;
		margin-top: 40px;
	}
	.bot_list li{min-height: auto;}
}
/* 版权 */
.copy{
	width: 100%;
	padding: 12px 0;
	background: #1b1b1b;
	color: #a8a8a8;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}
.copy p{padding: 0 12px;}
.copy a{color: #a8a8a8;}
/* 首页结束 */

/* 公司简介 */
.company_contian{
	width: 100%;
	background: #eee;
	border-bottom: 1px #ddd solid;
	height: 60px;
	line-height: 60px;
}
.company_intro_top{font-size: 22px;}
.company_contian .company_box{position: relative;}
.company_intro_contain p{
	color: #666;
	line-height: 28px;
	max-width: 100%;
	margin-bottom: 15px;
}
.company_intro_img{float: left;}
.company_intro_img img{
	display: block;
	width: auto;
	height: auto;
	max-width: 96%;
}
@media only screen and (max-width: 750px){
	.company_intro_img img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.company_intro_img{float: none;}
	.company_contian{
		height: 48px;
		line-height: 48px;
	}
	.company_intro_top{font-size: 16px;}
}
/* 公司简介结束 */

/* 关于我们 */
.about_top{
	position: absolute;
	top: 0;
	right: 0;
}
.about_top a{
	margin-right: 20px;
	padding: 0 5px 20px 5px;
	color: #737373;
}
.about_top a:hover{
	border-bottom: 1px #df3037 solid;
	color: #df3037;
}
/* 酿造工艺 */
.gy_img{
	line-height: 25px;
	font-size: 14px;
}
/* 产品展示 */
.prod_list{
	width: 33.333%;
	float: left;
	margin-top: 30px;
	font-size: 16px;
}
.prod_list a{
	display: block;
	width: 92%;
	margin: 0 auto;
	text-align: center;
	text-align: center;
	overflow: hidden;
	transition: all 0.6s;
}
.prod_list a img{
	width: 100%;
	box-sizing: border-box;
	border: 1px #ddd solid;
	margin-bottom: 15px;
	transition: all 2s;
}
.prod_liat_tlt img{
	width: 100%;
	height: auto;
}
.prod_liat_tlt{margin: 70px 0 30px 0;}
.prod_list a img:hover{transform: scale(1.1);}
@media only screen and (max-width: 750px){
	.about_top a{padding: 0 5px 15px 5px;}
	.prod_liat_tlt{margin: 35px 0 10px 0;}
	.prod_list{
		width: 50%;
		font-size: 14px;
		margin-top: 20px;
	}
}
/* 关于我们结束 */

/* 产品详情 */
.detail{position: relative;}
.detail_img{
	position: absolute;
	top: 0;
	left: 0;
}
.detail_img img{
	width: 460px;
	height: 350px;
}
.detain_oby{
	padding-left: 500px;
	min-height: 350px;
	padding-top: 20px;
}
.detain_oby_tlt{
	padding: 18px 0 18px 8px;
	border-bottom: 1px #ddd solid;
	font-size: 20px;
	font-weight: normal;
}
.oby_liat li{
	color: #737373;
	margin-top: 20px;
	padding-left: 8px;
}
.detail_tlt{
	width: 114px;
	height: 44px;
	line-height: 44px;
	background: #df3037;
	color: #fff;
	text-align: center;
}
.detail_box{
	padding: 20px;
	border: 1px #ddd solid;
}
@media only screen and (max-width: 750px){
	.detail_img img{
		width: 100%;
		height: auto;
	}
	.detail_img{position: static;}
	.detain_oby{
		padding-left: 0;
		min-height: 0;
		margin-bottom: 30px;
	}
	.detain_oby{padding-top: 0;}
	.detain_oby_tlt{font-size: 17px;}
}
/* 关于我们结束 */

/* 新闻资讯 */
.new_list{
	margin-bottom: 22px;
	border-bottom: 1px #ddd solid;
	color: #737373;
	position: relative;
	padding: 0 150px 15px 400px;
	min-height: 150px;
}
.new_img_contian{
	width: 370px;
	height: 138px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.new_img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 2s;
}
.new_tlt{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333;
	padding-top: 15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.6s;
}
.new_text{
	line-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.new_time{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
}
.new_more{
	display: block;
	width: 88px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	bottom: 22px;
	border: 1px #ddd solid;
	color: #737373;
	transition: all 0.6s;
}
.new_more:hover{
	background: #df3037;
	color: #fff;
}
.new_list:hover .new_img{transform: scale(1.1);}
.new_list:hover .new_tlt{color: #df3037;}
/*分页*/
.page a{
	padding: 5px 10px;
	font-size: 15px;
}
.page a:hover{
	background: #df3037;
	color: #fff;
}
.page{
	margin-top: 30px;
	text-align: center;
}
@media only screen and (max-width: 750px){
	.new_list{
		width: 50%;
		padding: 0;
		border: none;
		float: left;
	}
	.new_img_contian{
		width: 92%;
		margin: 0 auto;
		position: static;
		height: auto;
	}
	.new_text{display: none;}
	.new_time{
		position: static;
		padding-left: 4%;
	}
	.new_more{
		bottom: 0;
		width: auto;
		height: auto;
		border: none;
		line-height: 20px;
		right: 4%;
	}
	.new_tlt{
		width: 92%;
		font-size: 15px;
		margin: 0 auto 8px auto;
		display: -webkit-box;
		-webkit-line-clamp:2;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.new_more:hover{
		background: #fff;
		color: #df3037;
	}
	.page{margin-top: 10px;}
}
/* 新闻资讯结束 */

/* 新闻详情 */
.new_detail_tlt{
	padding-bottom: 20px;
	border-bottom: 1px #ddd solid;
	text-align: center;
}
.new_detail_tlt h1{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}
.new_detail_contain p{
	line-height: 28px;
	color: #666;
	margin-top: 15px;
}
.new_detail_contain p img{
	max-width: 100%;
	margin: 0 auto;
}
.new_detail_contain{padding-top: 10px;}
.new_tj{margin-top: 15px;}
.new_tj a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px #ddd dashed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 新闻详情结束 */

/* 联系我们 */
.contact_list{
	width: 25%;
	float: left;
	border-right: 1px #ddd dashed;
	text-align: center;
	line-height: 26px;
	box-sizing: border-box;
	height: 165px;
	padding-top: 15px;
}
.contact_icon{
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
}
.contact_name{
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}
.address{background: url(../img/address.png) center center no-repeat;}
.tell{background: url(../img/tell.png) center center no-repeat;}
.email{background: url(../img/email.png) center center no-repeat;}
.kf{background: url(../img/kf.png) center center no-repeat;}
.contact_map{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.contact_map img{width: 100%;}
@media only screen and (max-width: 1200px){
	.contact_w{
		width: 80%;
		margin: 0 auto;
	}
	.contact_name{
		font-size: 15px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 750px){
	.contact_list{
		width: 50%;
		margin-bottom: 15px;
	}
	.contact_bnoe{border: none;}
	.contact_map{margin-top: 10px;}
}