@media (min-width: 768px){
	html,body{
		/*min-width: 1230px;*/
		min-width: 1300px;
	}
	body{
		/*padding-top: 90px;*/
	}
	.navbar-fixed-top{
		position: relative;
	}
}
.m1_w_pic,.m1_w_btn,.m1_w_list a,.m1_n1_list a,.m1_n1_btn,.m1_n_txt h6{
	transition: all 0.2s;
}
/****底部******/
.footer{
	background:url(../img/t12_02.jpg) no-repeat left top;
	background-size: 100% 100%;
	color: #fff;
}
.footer a{
	color: #fff;
}
@media (min-width: 768px){
	.footer_con{
		width: 1080px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 66px;
	}
	.fot_nav{
		overflow: hidden;
		text-align: center;
	}
	.fot_nav a{
		font-size:16px;
		margin:0 30px;
	}
	.fot_con{
		padding-top:38px;
		padding-bottom: 28px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.fot_logo{
		width:117px;
		overflow: hidden;
	}
	.fot_con ul{
		padding-top: 10px;
	}
	.fot_con li{
		font-size:12px;
		line-height: 32px;
		padding-left: 24px;
	}
	.fot_con li:first-child{
		font-size: 14px;
	}
	.fot_con li:nth-child(2){
		background: url(../img/b5_03.png) no-repeat left center;
		background-size: 15px;
	}
	.fot_con li:nth-child(3){
		background: url(../img/b6_03.png) no-repeat left center;
		background-size: 15px;
	}
	.fot_con li:nth-child(4){
		background: url(../img/b7_03.png) no-repeat left center;
		background-size: 15px;
	}
	.fot_txt{
		padding-top:17px;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		overflow: hidden;
	}
	.ewm_wrap{
		width:158px;
		font-size:12px;
		text-align: center;
		line-height: 1;
		margin-left: 25px;
	}
	.ewm_wrap img{
		margin-bottom: 14px;
	}
}
/*版权*/
.copyRight{
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	border-top: 1px solid #6A2125;
}
.copyRight a{margin: 0 25px;color: #fff;}
@media (max-width: 767px) {
	.footer {
		background:url(../img/t5jpg_02.jpg) no-repeat left top;
		background-size: 100% 100%;
	}
	.footer_con{
		padding-top: 28px;
		overflow: hidden;
		font-weight: 300;
	}
	.fot_nav{
		overflow: hidden;
	}
	.fot_nav a{
		float: left;
		font-size:1.2rem;
		margin:0 12px;
	}
	.fot_con{
		padding:16px 5% 25px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.fot_logo{
		width:17.5%;
		overflow: hidden;
	}
	.fot_con ul{
		padding-top: 5px;
	}
	.fot_con li{
		font-size:1.2rem;
		line-height: 22px;
		padding-left: 16px;
	}
	.fot_con li:first-child{
		font-size: 1.2rem;
	}
	.fot_con li:nth-child(2){
		background: url(../img/b5_03.png) no-repeat left center;
		background-size: 11px;
	}
	.fot_con li:nth-child(3){
		background: url(../img/b6_03.png) no-repeat left center;
		background-size: 11px;
	}
	.fot_con li:nth-child(4){
		background: url(../img/b7_03.png) no-repeat left center;
		background-size: 11px;
	}
	.fot_txt{
		width:23.7%;
		padding-top:8px;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		overflow: hidden;
	}
	.ewm_wrap{
		font-size:1.2rem;
		text-align: center;
		line-height: 1;
	}
	.ewm_wrap img{
		margin-bottom: 5px;
	}
	.copyRight{
		line-height: 24px;
	}
}
/**/
@media (max-width: 767px) {
	.black {
		transition: all 0.3s;
	}
	.fixed_top {
		width: 100%;
		background: rgba(255, 255, 255, 0.7);
		position: fixed;
		top: 0;
		z-index: 999;
	}
}

@media (min-width: 768px) {
	.black {
		background: rgba(32, 182, 193, 0.3);
		position: fixed;
		top: 0;
		width: 100%;
		transition: all 0.3s;
		z-index: 999;
	}
	.nav-con {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
}
/*底部end*/

/*头部移动*/
@media (max-width: 767px) {
	.header{
		min-height: 50px;
		margin-bottom:0;
		border: 0;
		background: #fff;
	}
	.navbar-toggle{
		padding: 15px 12px;
		margin: 0;
	}
	.navbar-toggle .icon-bar{
		width: 26px;
		position: relative;
	}
	.navbar-toggle .icon-bar:before{
		display: block;
		content: '';
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #892D32;
		position: absolute;
	    left: -7px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	body.out #hdNav .navbar-toggle .icon-bar:before{
		display: none;
	}
	.navbar-toggle .icon-bar+.icon-bar{
		margin-top: 6px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background: #892D32;
	}
	.navbar-default .navbar-toggle{
		border-color: transparent;
	}
	body.out #hdNav .navbar-toggle .icon-bar:nth-of-type(2) {
	    transform: translate3d(0,8px,0) rotate(45deg);
	    -webkit-transform: translate3d(0,8px,0) rotate(45deg);
	}
	body.out #hdNav .navbar-toggle .icon-bar:nth-of-type(4) {
	    transform: translate3d(0,-8px,0) rotate(-45deg);
	    -webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: transparent;
	}
	.logo{
		width: 214px;
		height: 50px;
		margin-left: 12px;
		justify-content: space-between;
	}
	.logo img{
		width: 65px;
	}
	.logo_name{
		text-align: center;
		font-size:1.2rem;
		line-height: 1;
		color: #1D1D1D;
	}
	.logo_name h6{
		font-size:1.5rem;
		line-height: 1;
		margin-bottom: 3px;
	}
}
@media (max-width: 767px) {
	/*侧导航*/
	.sidenav{
		background-color:rgba(0,0,0,0.96)!important;
	}
	.navbar-default .navbar-nav>li>a {
	    color: #fff;
	    background: none;
	    border-bottom:1px solid #5F5F5F;
	}
	.navbar-nav>li>a{
		font-size: 1.6rem;
		padding: 20px 10px;
		/*width: 82%;*/
		margin: 0 auto;
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	    color: #fff;
	    background: none;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	    color: #ccc;
	    background-color: transparent;
	}
}
@media (min-width: 768px) {
	.navbar{
		border: 0;
		border-radius: 0;
		margin-bottom: 0;
		min-height: 120px;
	}
	.navbar-default{
		background-color: #fff;
	}
	.navbar-default .navbar-nav>li{
		margin-right: 50px;
	}
	.navbar-default .navbar-nav>li>a{
		color: #0F0F0F;
		padding: 0;
		margin: 0;
		line-height: 56px;
		text-align: center;
		font-size: 16px;
		position: relative;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover{
		color: #892D32;
		background-color: transparent;
	}
	.navbar-default .navbar-nav>li>a:hover{
		color: #892D32;
		background-color: transparent;
	}
	.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li>a:focus{
		color: #892D32;
	}
	.navbar-collapse{
		padding: 0;
	}
}
/*系列tab*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #892D32;
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #892D32;
    text-decoration: none;
    background-color: transparent; 
}
@media (min-width: 768px){
	.dropdown-menu{
		background: #fff;
		border: 0;
		font-size: 14px;
		min-width: 128px;
		left: -26%;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    	box-shadow: 0 6px 12px rgba(0,0,0,.1);
    	overflow: hidden;
	}
	.dropdown-menu>li>a{
		text-align: center;
		line-height: 2;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
		color: #fff;
		border-color: #999;
	}
	.dropdown-menu{
		background: transparent;
	}
	#hdNav .navbar-collapse .dropdown.open .dropdown-menu, #hdNav .navbar-collapse .dropdown.open .dropdown-menu>.dropdown-submenu.open>.dropdown-menu{
		border-radius: 0;
		padding-top: 10px;padding-bottom: 10px;
		border-bottom: 1px solid #999;
	}
	#hdNav .navbar-collapse .dropdown>.dropdown-menu, #hdNav .navbar-collapse .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu{
		border-radius: 0;
	    width: 82%;
	    margin: 0 auto;
	}
	#hdNav .navbar-collapse .dropdown .dropdown-menu li a, #hdNav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
		padding: 5px 0 5px 11%;
	    color: #fff;
	}
	#hdNav .navbar-collapse .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
		background: transparent!important;
	}
}
/*****************首页*********************/
.banner{position: relative;}
@media (min-width: 768px) {
	.wrap{
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	/*头部*/
	.navbar-nav{
		float: right;
		margin-top: 63px;
	}
	.logo {
		width: 334px;
		height: 120px;
		justify-content: space-between;
	}
	.logo img{
		width: 130px;
	}
	.logo_name{
		text-align: center;
		font-size:16px;
		color: #1D1D1D;
	}
	.logo_name h6{
		font-size:24px;
		line-height: 1;
		margin-bottom: 6px;
	}
	.top_fr {
		padding-left: 47px;
		line-height: 31px;
		font-size:14px;
		position: absolute;
		right: 0;
		top: 15px;
		background: url(../img/tel.png) no-repeat left center;
	}
	/******内容******/
	/*banner*/
	.ban_txt1 h2{
		font-size:72px;
		line-height: 1;
	}
	.ban_txt1 p{
		font-size:48px;
		margin-top: 90px;
	}
	.ban1_page{
		bottom: 34px !important;
	}
	.ban1_page .swiper-pagination-bullet{
		width:16px;
		height:16px;
		background: #fff;
		margin: 0 15px !important;
		opacity: 1;
	}
	/*main1关于华兰德*/
	.main1{
		padding-top: 72px;
		background: url(../img/bg1.jpg) no-repeat left top;
		background-size: 100% 100%;
	}
	.m1_con{
		width: 1184px;
		overflow: hidden;
	}
	.m1_pic{
		width:694px;
		height:495px;
		float: left;
		overflow: hidden;
	}
	.m1_next,.m1_prev{
		top: 450px;
		margin-top: 0;
		width:12px;
		height:22px;
		background-size: 100%;
	}
	.m1_next{right: 22px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23944247'%2F%3E%3C%2Fsvg%3E");}
	.m1_prev{left: 580px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23944247'%2F%3E%3C%2Fsvg%3E");}
	.m1_page{
		bottom: 24px;
		text-align: right;
		font-size:18px;
		color:#8F8E8E;
		padding-right: 46px;
		line-height: 22px;
	}
	.m1_txt{
		float: right;
		width:427px;
		font-size:20px;
		color: #252525;
		padding-top: 60px;
	}
	.title1{
		font-size:40px;
	}
	.m1_p1{
		margin-top: 44px;
		line-height: 30px;
		max-height: 120px;
		font-weight: 300;
		overflow: hidden;
	}
	.m1_p2{
		font-size:20px;
		margin-top: 90px;
		line-height: 24px;
	}
	.m1_p2 span{
		font-size:24px;
		color: #892D32;
		margin-left: 42px;
	}
	.btn_wrap{
		margin-top: 80px;
		overflow: hidden;
		justify-content: flex-start;
	}
	.btn0{
		width:133px;
		height:35px;
		/*line-height:35px;*/
		font-size:19px;
		border-radius:5px;
	}
	.btn1{
		width:133px;
		height:35px;
		/*line-height:35px;*/
		font-size:19px;
		border-radius:5px;
	}
	.btn_wrap .btn1{
		margin-left: 28px;
	}
	/*main2酿酒专家*/
	.main2{
		padding-top: 204px;
		padding-bottom: 48px;
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	.m2_pic{
		width:694px;
		height:495px;
		overflow: hidden;
		margin-left: 86px;
	}
	.m2_txt{
		padding-top: 110px;
		width: 424px;
		font-size:20px;
		color: #252525;
		position: relative;
	}
	.m2_bg{
		width: 374px;
		position: absolute;
		top: 270px;
		left: -164px;
	}
	/*main3甄选推荐*/
	.main3{
		margin-top: 100px;
	}
	.main3 .title1{
		text-align: center;
		line-height: 83px;
		background: url(../img/t14_03.png) no-repeat center 2px;
	}
	.m3_con{
		align-items: flex-start;
		padding-top: 110px;
		padding-bottom: 142px;
		background: url(../img/t13_02.jpg) no-repeat left -70px;
		background-size: 100% 100%;
	}
	.m3_con li{
		margin: 0 20px;
		font-size:24px;
		color: #363535;
	}
	.m3_con li h3{
		font-size:24px;
		line-height:36px;
		color: #414141;
		padding-left: 9px;
		border-left: 7px solid #892D32;
		text-transform: uppercase;
		font-family: Georgia;
		font-weight: bold;
	}
	.wine{
		padding-left: 20px;
		margin-top: 16px;
		overflow: hidden;
		align-items: flex-start;
	}
	.price{
		margin-top: 30px;
		line-height: 36px;
	}
	.price span{
		color: #414141;
		font-size: 36px;
	}
	.wine img{
		width: auto;
		height: 396px;
		margin-left: 8px;
		margin-right: 12px;
	}
	.wine p{
		text-align: center;
		line-height: 36px;
		margin-top: 90px;
	}
	/*main4*/
	.m4_txt{
		position: absolute;
		top: 50%;
		right: 11%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.m4_txt h3{
		font-size:48px;
		color:#fff;
		line-height:72px;
		margin-bottom: 40px;
	}
	/*main5新闻资讯*/
	.new{
		padding-top: 110px;
		padding-bottom: 140px;
	}
	.new_con{
		margin-top: 90px;
	}
	.new_pic{
		width:603px;
		height:429px;
		overflow: hidden;
	}
	.new_r{
		width: 552px;
		overflow: hidden;
	}
	.new_r_top{
		overflow: hidden;
	}
	.new_r_top a:first-child{
		margin-right: 30px;
	}
	.new_r_top a.fr{
		width: 104px;
		border-color: #BFBFBF;
	}
	.new_r ul{
		margin-top: 40px;
	}
	.new_r ul li{
		margin-bottom: 44px;
	}
	.new_r_date{
		padding-top: 27px;
		margin-right: 30px;
		font-size:19px;
		line-height: 1;
	}
	.new_r_txt{
		line-height:24px;
		font-size:16px;
		text-align: justify;
		width: 400px;
	}
	.new_r_txt h6{
		margin-bottom: 18px;
		font-size:20px;
		font-weight: bold;
	}
}
@media (max-width: 767px){
	body{
		padding-top: 50px;
	}
	.wrap{
		padding: 0 5%;
		overflow: hidden;
	}
	/******内容******/
	.wap_tel{
		margin-top: 28px;
		font-size: 1.2rem;
		color: #fff;
		line-height: 1;
		font-family: arial;
		font-style: italic;
	}
	.wap_tel img{
		width: 18px;
		margin-right: 10px;
	}
	.wap_tel span{
		font-size: 1.5rem;
	}
	/*main1关于华兰德*/
	.main1{
		padding-top: 16px;
	}
	.m1_txt{
		margin-top: 32px;
		font-size:1.2rem;
		color: #252525;
		text-align: center;
	}
	.title1{
		font-size:2rem;
	}
	.m1_p1{
		margin-top: 20px;
		line-height: 18px;
		font-weight: 300;
		overflow: hidden;
	}
	.m1_p2{
		margin-top: 22px;
		line-height: 24px;
	}
	.m1_p2 span{
		color: #892D32;
		margin-left: 14px;
	}
	.btn_wrap{
		margin-top: 28px;
		overflow: hidden;
	}
	.btn0,.btn1{
		width:80px;
		height:20px;
		/*line-height:20px;*/
		font-size:1.2rem;
		border-radius:3px;
	}
	.btn_wrap .btn1{
		margin-left: 10px;
	}
	/*main2酿酒专家*/
	.main2{
		display: block;
		padding: 45px 5% 0;
		overflow: hidden;
	}
	.m2_txt{
		padding-top: 30px;
		font-size:1.2rem;
		text-align: center;
		color: #252525;
		position: relative;
	}
	/*main3甄选推荐*/
	.main3{
		margin-top: 40px;
	}
	.main3 .title1{
		text-align: center;
		line-height: 35px;
		background: url(../img/t14_03.png) no-repeat center 1px;
		background-size: auto 35px; 
	}
	.m3_con{
		flex-direction: column;
		padding-bottom: 45px;
	}
	.m3_con li{
		margin:30px 0 0;
		font-size:1.2rem;
		color: #363535;
	}
	.m3_con li h3{
		font-size:1.2rem;
		line-height:18px;
		color: #414141;
		padding-left: 5px;
		border-left: 3px solid #892D32;
		text-transform: uppercase;
		font-family: Georgia;
		font-weight: bold;
	}
	.wine{
		padding-left: 10px;
		margin-top: 8px;
		overflow: hidden;
		align-items: flex-start;
	}
	.price{
		margin-top: 15px;
		line-height: 18px;
	}
	.price span{
		color: #414141;
		font-size: 1.8rem;
	}
	.wine img{
		/*width: 43px;*/
		width: auto;
		height: 198px;
		margin-left: 4px;
		margin-right: 6px;
	}
	.wine p{
		text-align: center;
		line-height: 18px;
		margin-top: 45px;
	}
	/*main4*/
	.m4_txt{
		position: absolute;
		/*top: 50%;*/
		/*right: 11%;*/
		top: 68%;
		right: 30%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.m4_txt h3{
		font-size:1.5rem;
		color:#fff;
		line-height:23px;
		margin-bottom: 10px;
		display: none;
	}
	/*main5新闻资讯*/
	.new{
		padding-top: 45px;
		padding-bottom: 44px;
	}
	.new_con{
		margin-top: 30px;
	}
	.new_r_top{
		overflow: hidden;
	}
	.new_r_top a:first-child{
		margin-right: 20px;
	}
	.new_r_top a.fr{
		width: 54px;
		border-color: #BFBFBF;
	}
	.new_r ul{
		margin-top: 26px;
	}
	.new_r ul li{
		margin-bottom: 24px;
	}
	.new_r_date{
		flex: 1;
		padding-top: 12px;
		font-size:1.2rem;
		line-height: 1;
	}
	.new_r_txt{
		line-height:15px;
		font-size:1.2rem;
		text-align: justify;
		width: 75.5%;
		margin-left: 5%;
		font-weight: 300;
	}
	.new_r_txt h6{
		margin-bottom: 5px;
		font-size:1.5rem;
		font-weight: normal;
	}
}
.ban_txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.ban1_page  .swiper-pagination-bullet-active{
	background: #892D32;
}
.title1{
	line-height: 1; 
}
a.btn0,.btn0,a.btn1{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}
a.btn0,.btn0{
	color: #fff;
	background: #892D32;
}
a.btn1{
	color: #636363;
	border: 1px solid #892D32;
}
.main4{
	position: relative;
	overflow: hidden;
}
.new .title1{
	text-align: center;
}
.new_r li a{
	color: #363535;
}
.new_r_txt h6{
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.new_r ul li:last-child{
	margin-bottom: 0;
}
/*****************华兰德酒庄*********************/
@media (min-width: 768px) {
	/*banner*/
	.ban_txt2 img{
		width: 142px;
	}
	.ban_txt2 h2{
		font-size:30px;
		line-height: 1;
		color: #3E3E3E;
		margin-top: 30px;
		margin-bottom: 22px;
	}
	.ban_txt2 p{
		font-size:24px;
		color: #1D1D1D;
		font-family: times;
	}
	/*内容*/
	.main1_w{
		width: 1200px;
		margin: 0 auto;
		padding-top: 100px;
		padding-bottom: 114px;
		overflow: hidden;
	}
	.title2 h3{
		font-size:36px;
		line-height: 1;
		text-transform: uppercase;
		font-family: times;
	}
	.title2 h6{
		font-size:30px;
		line-height: 1;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.title2 img{
		width: auto;
		margin: 0 auto;
	}
	.m1_w_top{
		margin-top: 50px;
		margin-bottom: 84px;
		font-size:20px;
		text-align: center;
		overflow: hidden;
	}
	.m1_w_list{
		overflow: hidden;
	}
	.m1_w_list li{
		margin-right: 99px;
		margin-bottom: 80px;
	}
	.m1_w_list li:nth-child(3n){
		margin-right: 0;
	}
	.m1_w_list a{
		display: block;
		width:334px;
		height:477px;
		text-align: center;
		font-weight: 300;
		color: #484747;
		overflow: hidden;
	}
	.m1_w_pic{
		width:100px;
		height:303px;
		overflow: hidden;
		margin: 20px auto 22px;
	}
	.m1_w_list li h5{
		font-size:20px;
	}
	.m1_w_list li h6{
		font-size:18px;
		margin-top: 11px;
		margin-bottom: 14px;
		text-transform: capitalize;
	}
	.m1_w_list li p{
		font-size:16px;
	}
	.m1_w_btn{
		width: 48px;
		margin: 18px auto 0;
		transform: translateY(200px);
		-ms-transform: translateY(200px);
		-moz-transform: translateY(200px);
	}
	.m1_w_list a:hover .m1_w_pic{
		width:88px;
		height: 272px;
	}
	.list_page{
		overflow: hidden;
		font-size: 16px;
		text-align: center;
	}
	.list_page a,.list_page span{
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
		line-height: 20px;
		color: #999;
		margin: 0 10px;
		border: 1px solid transparent;
	}
	.list_page a:hover,.list_page .active{
		border-color: #892D32;
	}
	.list_page .next{
		float: right;
		margin: 0;
		padding: 0;
		width:100px;
		line-height:34px;
		background:#892D32;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		border-color: #892D32;
	}
}
.list_page .prev{
	display: none;
}
@media (max-width: 767px) {
	/*内容*/
	.main1_w{
		padding: 35px 9% 40px;
		overflow: hidden;
	}
	.title2 h3{
		font-size:1.8rem;
		line-height: 1;
		text-transform: uppercase;
		font-family: times;
	}
	.title2 h6{
		font-size:1.5rem;
		line-height: 1;
		margin-top: 10px;
		margin-bottom: 6px;
	}
	.m1_w_top{
		margin-top: 20px;
		margin-bottom: 30px;
		font-size:1.2rem;
		text-align: center;
		overflow: hidden;
	}
	.m1_w_list{
		justify-content: center;
		overflow: hidden;
	}
	.m1_w_list li{
		margin-bottom: 40px;
	}
	.m1_w_list a{
		display: block;
		width:180px;
		height:263px;
		text-align: center;
		font-size:1.2rem;
		font-weight: 300;
		color: #484747;
		overflow: hidden;
	}
	.m1_w_pic{
		width:50px;
		height:152px;
		overflow: hidden;
		margin: 13px auto 12px;
	}
	.m1_w_list li h5{
		font-size:1.5rem;
	}
	.m1_w_list li h6{
		font-size:1.2rem;
		margin-top: 10px;
		margin-bottom: 10px;
		text-transform: capitalize;
	}
	.m1_w_btn{
		width: 24px;
		margin: 9px auto 0;
		transform: translateY(100px);
		-ms-transform: translateY(100px);
		-moz-transform: translateY(100px);
	}
	.m1_w_list a:hover .m1_w_pic{
		width:44px;
		height: 136px;
	}
	.list_page{
		overflow: hidden;
		font-size: 1.2rem;
		text-align: center;
	}
	.list_page a{display: none;}
	.list_page .next{
		display: block;
		margin: 0 auto;
		width:54px;
		line-height:24px;
		background:#892D32;
		color: #fff;
		text-transform: uppercase;
		border-color: #892D32;
	}
}
.title2{
	text-align: center;
	color: #892D32;
}
.m1_w_top a{
	color: #4F4F4F;
}
.m1_w_top .on{
	color: #892D32;
}
.m1_w_list a:hover{
	border: 1px solid #D2D2D2;
}
.m1_w_list a:hover .m1_w_btn{
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.m1_w_list li h5,.m1_w_list li h6,.m1_w_list li p{
	overflow: hidden;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*****************华兰德酒庄详情*********************/
@media (min-width: 768px) {
	/*main1产品详情*/
	.m1_wi{
		width: 1200px;
		margin: 0 auto;
		padding-top: 80px;
		padding-bottom: 130px;
		overflow: hidden;
	}
	.m1_wi_con{
		overflow: hidden;
		margin-top: 70px;
	}
	.m1_wi_pic{
		width: 579px;
		height: 760px;
		overflow: hidden;
	}
	.m1_wi_txt{
		width: 575px;
		color: #393939;
		font-size:18px;
		line-height:27px;
		text-align: justify;
	}
	.m1_wi_txt h6{
		font-size:36px;
		font-family: times;
		text-transform: capitalize;
	}
	.m1_wi_txt h5{
		font-size:36px;
		line-height: 1;
		margin-top: 28px;
		margin-bottom: 32px;
	}
	.m1_wi_txt .btn0{
		width:149px;
		height:40px;
		line-height: 40px;
		margin-top: 28px;
		border-radius: 0;
	}
	.m1_wi_txt ul{
		padding: 20px 28px 22px 0;
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
		overflow: hidden;
	}
	.m1_wi_txt li{
		margin-bottom: 27px;
	}
	.m1_wi_txt .price_w{
		font-size:20px;
		color: #892D32;
		margin-bottom: 0;
	}
	/*m2_wi*/
	.m2_wi{
		width: 1200px;
		margin: 0 auto 112px;
		overflow: hidden;
		position: relative;
	}
	.m2_wi_pic{
		width: 1020px;
		margin: 0 auto;
	}
	.m2_wi_next,.m2_wi_prev{
		width: 52px;
		height: 100px;
	}
	.m2_wi_next{background-color: #892D32;background-size: 20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
	.m2_wi_prev{background-color: #892D32;background-size: 20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
}
@media (max-width: 767px) {
	/*main1产品详情*/
	.m1_wi{
		width: 77.3%;
		margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.m1_wi_con{
		overflow: hidden;
		margin-top: 34px;
	}
	.m1_wi_txt{
		margin-top: 40px;
		color: #393939;
		font-size:1.2rem;
		line-height:15px;
		text-align: justify;
	}
	.m1_wi_txt h6{
		font-size:1.8rem;
		font-family: times;
		text-transform: capitalize;
	}
	.m1_wi_txt h5{
		font-size:1.8rem;
		margin-top: 14px;
		margin-bottom: 16px;
	}
	.m1_wi_txt .btn0{
		width:80px;
		height:24px;
		line-height: 24px;
		margin-top: 14px;
		border-radius: 0;
	}
	.m1_wi_txt ul{
		padding: 10px 10px 10px 0;
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
		overflow: hidden;
	}
	.m1_wi_txt li{
		margin-bottom: 13px;
	}
	.m1_wi_txt .price_w{
		color: #892D32;
		margin-bottom: 0;
	}
	/*m2_wi*/
	.m2_wi{
		margin-bottom: 60px;
		overflow: hidden;
	}
	.m2_wi .swiper-slide{
		width: 39.9%;
	}
}
/*****************冰酒博物馆*********************/
@media (min-width: 768px) {
	/*banner*/
	.ban_txt3 h2{
		font-weight: bold;
		font-size:36px;
		letter-spacing: 2px;
	}
	/*main1冰酒介绍*/
	.m1_m{
		padding-top: 160px;
		padding-bottom: 140px;
		flex-direction: row-reverse;
		overflow: hidden;
	}
	.m1_m_pic{
		width:568px;
		height:481px;
		overflow: hidden;
	}
	.m1_m_con{
		width:637px;
		height:603px;
		padding: 122px 96px 10px 74px;
		color: #FEFEFE;
		font-size:16px;
		line-height:24px;
		text-align: justify;
		background: url(../img/m2_03.jpg) no-repeat left top;
		overflow: hidden;
	}
	.title_m1{
		font-size:36px;
		line-height:48px;
		text-transform: uppercase;
		color: #fff;
	}
	.title_m1:after{
		display: block;
		content: '';
		width:52px;
		height:4px;
		background: #fff;
		margin-top: 4px;
		margin-bottom: 16px;
	}
	.title_m2{
		font-size:30px;
		line-height:48px;
		color: #fff;
	}
	.m1_m_con p{
		margin-top: 20px;
	}
	/*main2地理位置*/
	.m2_m_con{
		width: 880px;
		overflow: hidden;
		justify-content: space-between;
	}
	.m2_m_txt{
		font-size:18px;
		color:#fff;
		line-height:30px;
		text-align: justify;
		width: 448px;
	}
	/*main3冰酒博物馆*/
	.main3_m{
		padding-top: 160px;
		padding-bottom: 160px;
		justify-content: space-between;
	}
	.main3_m li{height: 288px;}
	.main3_m li:nth-child(1){
		width: 380px;
	}
	.main3_m li:nth-child(2){
		width: 474px;
		background: #892D32;
	}
	.main3_m li:nth-child(3){
		width: 344px;
	}
	.main3_m li:nth-child(4){
		width: 718px;
		height: 403px;
	}
	.main3_m li:nth-child(5){
		width: 481px;
		height: 403px;
	}
	/*main4馆藏介绍*/
	.main4_m{
		margin-bottom: 140px;
		display: flex;
		display: -ms-flexbox;
		overflow: hidden;
	}
	.m4_m_pic{
		width: 55.55%;
	}
	.m4_m_txt{
		flex: 1;
		padding-top: 6.8%;
		text-align: center;
		background: #892D32;
		color: #fff;
	}
	.m4_m_txt p{
		width: 464px;
		font-size:16px;
		line-height:24px;
		margin: 40px auto 0;
	}
}
@media (max-width: 767px) {
	/*banner*/
	.ban_txt3 h2{
		font-weight: bold;
		font-size:1.8rem;
		letter-spacing: 2px;
	}
	/*main1冰酒介绍*/
	.m1_m{
		display: block;
		padding-top: 36px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.m1_m_pic{
		width:75.7%;
		margin: 22px auto 0;
		overflow: hidden;
	}
	.m1_m_con{
		width:84.8%;
		height:301px;
		padding: 30px 9% 10px;
		color: #FEFEFE;
		font-size:1.2rem;
		line-height:15px;
		text-align: justify;
		background: url(../img/m2_03.jpg) no-repeat left top;
		margin: 0 auto;
		overflow: hidden;
	}
	.title_m1{
		font-size:1.5rem;
		line-height:24px;
		text-transform: uppercase;
		color: #fff;
	}
	.m1_m .title_m1{
		font-size:1.8rem;
	}
	.title_m1:after{
		display: block;
		content: '';
		width:26px;
		height:2px;
		background: #fff;
		margin-top: 2px;
		margin-bottom: 8px;
	}
	.title_m2{
		font-size:1.5rem;
		line-height:24px;
		color: #fff;
	}
	.m1_m_con p{
		margin-top: 10px;
	}
	/*main2地理位置*/
	.m2_m_con{
		width: 90%;
		overflow: hidden;
		justify-content: space-between;
	}
	.m2_m_txt{
		font-size:1.2rem;
		color:#fff;
		line-height:15px;
		text-align: justify;
		width: 51.5%;
	}
	/*main3冰酒博物馆*/
	.main3_m{
		padding-top: 50px;
		padding-bottom: 50px;
		justify-content: space-between;
	}
	.main3_m .title_m1,.main3_m .title_m2{
		font-size: 1.2rem;
	}
	.main3_m li:nth-child(1){
		width: 31.6%;
	}
	.main3_m li:nth-child(2){
		width: 39.4%;
		height: auto;
		background: #892D32;
	}
	.main3_m li:nth-child(3){
		width: 28.65%;
	}
	.main3_m li:nth-child(4){
		width: 59.85%;
	}
	.main3_m li:nth-child(5){
		width: 39.85%;
	}
	/*main4馆藏介绍*/
	.main4_m{
		overflow: hidden;
	}
	.m4_m_pic{
		width: 90%;
		margin: 32px auto 40px;
	}
	.m4_m_txt{
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
		background: #892D32;
		color: #fff;
	}
	.m4_m_txt p{
		width: 70%;
		font-size:1.2rem;
		line-height:15px;
		margin: 20px auto 0;
	}
}
.main2_m{
	position: relative;
	overflow: hidden;
}
.m2_m_con{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);  
	-ms-transform: translate(-50%,-50%);  
	-moz-transform: translate(-50%,-50%);  
}
.m1_m .title_m1,.main3_m .title_m1,.m4_m_txt .title_m1{
	font-family: times;
}
.main3_m .title_m1:after,.m4_m_txt .title_m1:after{
	margin-left: auto;
	margin-right: auto;
}
/*****************品牌文化*********************/
@media (min-width: 768px) {
	/*banner*/
	.ban_txt4{
		font-size:30px;
	}
	.ban_txt4 h2{
		font-size: 48px;
		color: #FEFEFE;
	}
	.ban_txt4 p{
		font-size:30px;
		margin-top: 40px;
		text-transform: uppercase;
	}
	/*main1发展理念*/
	.m1_c_con{
		width: 500px;
		position: absolute;
		/*top: 136px;*/
		top: 16.6%;
		left: 21%;
		font-size:16px;
		line-height:26px;
		text-align: justify;
		color: #4C4B4B;
	}
	.title_c1{
		font-size:36px;
	}
	.title_c2{
		font-size:36px;
		margin-top: 34px;
	}
	.m1_c_con p{
		width: 396px;
		margin: 48px auto 50px;
	}
	a.btn_c,.btn_c{
		width:382px;
		height:66px;
		font-size: 20px;
		color: #1D1D1D;
		border: 1px solid #892D32;
		margin: 0 auto;
	}
	/*main2_c*/
	.main2_c{
		overflow: hidden;
	}
	.main2_c li{ 
		width:25%;
      	height:966px;
		float: left;
      	transition-property: width ;
      	transition-duration: 0.5s;
      	transition: width 0.5s;
      	position: relative;
      	overflow: hidden;
	}
	.main2_c li img{
		width: 100%;
		height: 100%;
      	transition-property: width ;
      	transition-duration: 0.5s;
      	transition: width 0.5s;
	}
	.main2_c .active_c{
		width: 50%;
	}
	.m2_c_txt{opacity: 0;}
	.active_c .m2_c_txt{opacity: 1;}
	.m2_c_txt p{
		width: 74%;
		font-size:18px;
		line-height:30px;
		margin-top: 50px;
	}
	/*main3酿造理念*/
	.m3_c{
		padding-top: 100px;
		padding-bottom: 150px;
		font-size:16px;
		line-height:36px;
		text-align: justify;
		color: #525050;
		position: relative;
	}
	.m3_c_txt{
		width: 454px;
		margin: 0 auto 20px;
		overflow: hidden;
	}
	.m3_c h3,.m3_c h6{
		line-height:60px;
		text-align: center;
	}
	.m3_c h3{
		font-size:48px;
		color: #4C4B4B;
	}
	.m3_c h3 span{
		font-size:72px;
		color: #892D32;
	}
	.m3_c h6{
		font-size:30px;
		color: #262525;
		margin-bottom: 14px;
	}
	.m3_c .btn_c{
		width:202px;
		height:60px;
		margin-top: 60px;
	}
	/*main4关于华兰德*/
	.m4_c_pic{
		width: 47.2%;
	}
	.m4_c_con{
		width: 52.8%;
		position: relative;
		overflow: hidden;
	}
	.m4_c_txt .title_c2{
		margin-top: 3%;
	}
	.m4_c_txt p{
		width: 686px;
		margin-top: 30px;
		font-size:16px;
		line-height:24px;
	}
	.m4_c_txt .btn_c{
		width:179px;
		height:53px;
		border-color: #fff;
		color: #fff;
		margin-top: 24px;
	}
	/*main5荣誉资质*/
	.main5_c{
		text-align: center;
		margin-top: 120px;
		margin-bottom: 170px;
		overflow: hidden;  
		color: #595858;
	}
	.main5_c .title_c1{
		font-size: 48px;
		text-transform: uppercase;
	}
	.m5_c_con{
		margin-top: 70px;
		position: relative;
	}
	.m5_c_list{
		width: 1160px;
		margin: 0 auto;
		overflow: hidden;
	}
	.m5_c_next,.m5_c_prev{
		width:67px;
		height:67px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow:2px 5px 8px rgba(0,0,0,0.31);
	}
	.m5_c_next{right:7.7%;background-size: 20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23892D32'%2F%3E%3C%2Fsvg%3E");}
	.m5_c_prev{left:7.7%;background-size: 20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23892D32'%2F%3E%3C%2Fsvg%3E");}	
}
@media (max-width: 767px) {
	/*banner*/
	.ban_txt4{
		font-size:1.5rem;
	}
	.ban_txt4 h2{
		font-size: 2.4rem;
		color: #FEFEFE;
	}
	.ban_txt4 p{
		margin-top: 14px;
		text-transform: uppercase;
	}
	/*main1发展理念*/
	.m1_c{
		padding: 35px 11.6% 45px;
	}
	.m1_c img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.m1_c_con{
		font-size:1.2rem;
		line-height:18px;
		text-align: justify;
		color: #4C4B4B;
	}
	.title_c1{
		font-size:1.8rem;
	}
	.title_c2{
		font-size:1.8rem;
		margin-top: 16px;
	}
	.m1_c_con p{
		margin: 22px 0 20px;
	}
	a.btn_c,.btn_c{
		width:191px;
		height:33px;
		font-size: 1.2rem;
		color: #1D1D1D;
		border: 1px solid #892D32;
		margin: 0 auto;
	}
	/*main2_c*/
	.main2_c{
		overflow: hidden;
	}
	.main2_c li{ 
		width:33.33%;
		float: left;
      	position: relative;
      	overflow: hidden;
	}
	/*main3酿造理念*/
	.m3_c{
		padding-top: 26px;
		padding-bottom: 42px;
		font-size:1.2rem;
		line-height:18px;
		text-align: justify;
		color: #525050;
		position: relative;
	}
	.m3_c_txt{
		width: 90%;
		margin:0 auto;
		overflow: hidden;
	}
	.m3_c h3,.m3_c h6{
		line-height:30px;
		text-align: center;
	}
	.m3_c h3{
		font-size:2.4rem;
		color: #4C4B4B;
	}
	.m3_c h3 span{
		font-size:3.6rem;
		color: #892D32;
	}
	.m3_c h6{
		font-size:1.5rem;
		color: #262525;
		margin-bottom: 16px;
	}
	.m3_c .btn_c{
		width:101px;
		height:30px;
		margin-top:20px;
	}
	/*main4关于华兰德*/
	.m4_c_con{
		position: relative;
		overflow: hidden;
	}
	.m4_c_txt p{
		padding: 0 5%;
		margin-top: 20px;
		font-size:1.2rem;
		line-height:15px;
	}
	/*main5荣誉资质*/
	.main5_c{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 60px;
		overflow: hidden;  
		color: #595858;
	}
	.main5_c .title_c1{
		font-size: 2.4rem;
		text-transform: uppercase;
	}
	.m5_c_con{
		margin-top: 40px;
		position: relative;
	}
	.m5_c_list{
		overflow: hidden;
	}
	.m5_c_list .swiper-slide{
		width: 47.33%;
	}
}
.m1_c{
	position: relative;
}
.m1_c .title_c1{
	color: #1D1D1D;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.title_c2{
	color: #3C3B3B;
	text-align: center;
	line-height: 1;
}
.m2_c_txt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	color: #FEFEFE;
	text-align: center;
}
.m2_c_txt .title_c1,.m2_c_txt .title_c2,.m4_c_txt .title_c1,.m4_c_txt .title_c2{color: #fff;}
.m2_c_txt .btn_c{
	border-color: #fff;
	color: #fff;
	margin-top: 84px;
}
.m3_c_bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.m4_c_txt{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: justify;
	color: #FEFEFE;
}
.m4_c{overflow: hidden;}
.m4_c_txt .title_c1{text-transform: uppercase;}
/*****************招商加盟*********************/
@media (min-width: 768px) {
	.ban_txt5 p{
		font-size: 20px;
		font-weight: bold;
	}
	/*main1红酒行业前景广阔*/
	.m1_z{
		padding-top: 136px;
		padding-bottom: 114px;
		position: relative;
	}
	.title_z{
		font-size:36px;
		line-height: 1;
		color: #3B3B3B;
	}
	.title_z h5{
		font-size:36px;
		text-transform: uppercase;
	}
	.title_z h5:after{
		display: block;
		content: '';
		width:69px;
		height:7px;
		background: #892D32;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.m1_z_txt{
		width:576px;
		font-size:16px;
		line-height:34px;
		text-align: justify;
		margin-left: 90px;
		color: #3D3D3D;
	}
	.m1_z .btn0{
		margin: 130px auto 0;
		width:176px;
		height:55px;
		line-height:55px;
		font-size:20px;
		border-radius: 0;
	}
	/*main2四大加盟优势*/
	.m2_z{
		display: flex;
		display: -ms-flexbox;
		overflow: hidden;
	}
	.m2_z_pic{
		width: 51.5%;
	}
	.m2_z_txt{
		width: 48.5%;
		font-size:26px;
		line-height:48px;
		text-align: center;
	}
	.m2_z_txt h5{
		font-size:30px;	
		line-height: 1;
	}
	.m2_z_txt h6{
		font-size:16px;	
		line-height: 1;
		margin-top: 30px;
		margin-bottom: 60px;
		text-transform: uppercase;
	}
	/*main2三大加盟支持*/
	.m3_z{
		padding-top: 110px;
		padding-bottom: 60px;
	}
	.m3_z h3{
		text-align: center;
		font-size:36px;
		color: #000;
	}
	.m3_z ul{
		margin-top: 120px;
		overflow: hidden;
	}
	.m3_z li{
		margin-bottom: 100px;
		font-size:18px;
		line-height:30px;
	}
	.m3_z li:nth-child(2){flex-direction: row-reverse;}
	.m3_z_txt{margin: 0 160px;}
	.m3_z_pic{
		width:449px;
		height:285px;
	}
	.m3_z_txt h6{
		font-size:24px;
		margin-bottom: 26px;
	}
	/*main4义结金兰*/
	.m4_con{
		left: 26.5%;
	}
	.m4_con h5{
		font-size:36px;
	}
	.m4_con h6{
		font-size:30px;
		margin-top: 8%;
	}
	.m4_con div{
		font-size:24px;
		height: 42px;
		color: #fff;
		margin-top: 10%;
	}
	.m4_con div p{
		width: 139px;
		height: 42px;
		line-height: 42px;
		border-radius: 0;
		font-size: 18px;
		margin-right: 25px;
	}
	/*main5加盟流程*/
	.main5_z{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main5_z h3 img{
		width: 1200px;
		margin: 0 auto;
	}
	.m5_z_con{
		position: relative;
		overflow: hidden;
		padding-top: 150px;
		padding-bottom: 280px;
	}
	.m5_z_item{
		width: 244px;
		height: 96px;
		font-size:14px;
		line-height:22px;
		position: absolute;
	}
	.m5_z_item h6{
		font-size:18px;
		line-height: 28px;
		margin-bottom: 12px;
		text-align: center;
	}
	.m5_item1{
		top: 7%;
    	left: 23%;
	}
	.m5_item2{
		top: 60%;
	    left: 33%;
	}
	.m5_item3{
		top: 7%;
    	left: 44%;
	}
	.m5_item4{
		top: 60%;
	    left: 53.5%;
	}
	.m5_item5{
		top: 7%;
    	left: 64%;
	}
	/*main6立即留言*/
	.main6_z{
		margin-bottom: 110px;
	}
	.main6_z h3{
		font-size:30px;
		text-align: center;
	}
	.m6_z_con{
		width:745px;
		height:443px;
		padding: 40px 70px 0;
		box-shadow:0 1px 8px rgba(0,0,0,0.2);
		margin: 40px auto 0;
	}
	.m6_z_con p{
		font-size:16px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.m6_z_con p span{
		font-size:18px;
	}
	.m6_z_item{
		overflow: hidden;
		margin-bottom: 20px;
	}
	.text_z{
		width:291px;
		height:42px;
		overflow: hidden;
	}
	.text_z img{
		width: 43px;
		margin-right: 16px;
	}
	.text_z input{
		flex: 1;
		line-height: 42px;
	}
	.m6_z_ly{
		resize: none;
		width: 100%;
		height:106px;
		padding: 14px 16px;
		line-height: 18px;
	}
	.main6_z .sub_btn{
		width:104px;
		height:35px;
		line-height: 35px;
		border-radius: 0;
		margin: 24px auto 0;
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.ban_txt5 p{
		font-size: 1.2rem;
		font-weight: bold;
	}
	/*main1红酒行业前景广阔*/
	.m1_z{
		padding-top: 27px;
		padding-bottom: 50px;
		position: relative;
	}
	.m1_z_con{
		display: block;
	}
	.title_z{
		font-size:1.8rem;
		line-height: 1;
		color: #3B3B3B;
		text-align: center;
	}
	.title_z h5{
		text-align: center;
		font-size:1.8rem;
		text-transform: uppercase;
	}
	.title_z h5:after{
		display: block;
		content: '';
		width:35px;
		height:3px;
		background: #892D32;
		margin: 10px auto 24px;
	}
	.m1_z_txt{
		margin: 26px auto 0;
		width:90%;
		font-size:1.2rem;
		line-height:16px;
		text-align: justify;
		color: #3D3D3D;
	}
	.m1_z .btn0{
		margin: 35px auto 0;
		width:96px;
		height:30px;
		line-height:30px;
		font-size:1.2rem;
		border-radius: 0;
	}
	/*main2四大加盟优势*/
	.m2_z_txt{
		padding: 45px 5%;
		font-size:1.3rem;
		line-height:24px;
		text-align: center;
	}
	.m2_z_txt h5{
		font-size:1.5rem;	
		line-height: 1;
	}
	.m2_z_txt h6{
		font-size:1.2rem;	
		line-height: 1;
		margin-top: 14px;
		margin-bottom: 30px;
		text-transform: uppercase;
	}
	/*main2三大加盟支持*/
	.m3_z{
		padding-top: 45px;
		padding-bottom: 40px;
	}
	.m3_z h3{
		text-align: center;
		font-size:1.8rem;
		color: #000;
	}
	.m3_z ul{
		margin-top: 40px;
		overflow: hidden;
	}
	.m3_z li{
		margin-bottom: 32px;
		font-size:1.2rem;
		line-height:15px;
		flex-direction: column;
	}
	.m3_z_txt{margin: 0 auto;}
	.m3_z_pic{
		width:60%;
		margin-bottom: 38px;
	}
	.m3_z_txt h6{
		font-size:1.5rem;
		text-align: center;
		margin-bottom: 13px;
	}
	/*main4义结金兰*/
	.m4_con{
		left: 3.2%;
	}
	.m4_con h5{
		font-size:1.6rem;
	}
	.m4_con h6{
		font-size:1.5rem;
		margin-top: 8%;
	}
	.m4_con div{
		font-size:1.2rem;
		height: 24px;
		color: #fff;
		margin-top: 10%;
	}
	.m4_con div p{
		width: 80px;
		height: 24px;
		line-height: 24px;
		border-radius: 0;
		font-size: 1.2rem;
		margin-right: 12px;
	}
	/*main5加盟流程*/
	.main5_z{
		padding-top: 30px;
		padding-bottom: 22px;
	}
	.main5_z h3 img{
		width: 74.4%;
		margin: 0 auto;
	}
	.m5_z_con{
		position: relative;
		overflow: hidden;
		padding: 40px 5% 0;
	}
	.m5_z_item{
		width: 90%;
		padding-left: 30px;
		font-size:1.2rem;
		line-height:15px;
		text-align: justify;
		background: url(../img/b1_3.png) no-repeat left 4px;
		background-size: 14px;
		margin-bottom: 30px;
	}
	.m5_z_item h6{
		font-size:1.5rem;
		line-height: 1;
		margin-bottom: 12px;
	}
	/*main6立即留言*/
	.main6_z{
		margin-bottom: 45px;
	}
	.main6_z h3{
		font-size:1.8rem;
		text-align: center;
	}
	.m6_z_con{
		width:94.4%;
		padding: 13px 6px 30px;
		box-shadow:0 1px 5px rgba(0,0,0,0.2);
		margin: 40px auto 0;
	}
	.m6_z_con p{
		font-size:1.2rem;
		line-height: 1;
		margin-bottom: 18px;
	}
	.m6_z_item{
		overflow: hidden;
		margin-bottom: 20px;
	}
	.text_z{
		width:46%;
		height:24px;
		justify-content: space-between;
		overflow: hidden;
	}
	.text_z img{
		width: 25px;
		margin-right: 10px;
	}
	.text_z input{
		flex: 1;
		line-height: 24px;
	}
	.m6_z_ly{
		resize: none;
		width: 100%;
		height:53px;
		padding: 7px 8px;
		line-height: 18px;
	}
	.main6_z .sub_btn{
		width:64px;
		height:22px;
		line-height: 22px;
		border-radius: 0;
		margin: 18px auto 0;
		font-size: 1.2rem;
	}
}
.bg{
	position: absolute;
	top: 0;
	top: 0;
	z-index: -1;
}
.m2_z_txt{
	height: auto;
	background: #892D32;
	color: #FEFFFF;
}
.m3_z h3 span,.main6_z h3 span,.m6_z_con p span{
	color: #892D32;
}
.m5_z_item{
	text-align: justify;
	color: #666;
	overflow: hidden;
}
.m5_z_item h6{
	color: #393838;
	line-height: 1;
}
.m6_z_item{
	justify-content: space-between;
}
.text_z,.m6_z_ly{
	text-align: justify;
	border: 1px solid #D9D9D9;
}
.m3_z_txt h6{
	line-height: 1;
	color: #892D32;
	font-weight: bold;
}
.m4_z{
	position: relative;
	overflow: hidden;
}
.m4_con{
	height: 100%;
	position: absolute;
	top: 0;
	color: #FDFDFD;
	text-align: center;
}
/*****************新闻动态*********************/
.subtitle{color: #989898;border-bottom: 1px solid #E5E5E5;overflow: hidden;}
.subtitle a{color: #989898;}
.subtitle .onpage,.subtitle a:hover{color: #892D32;}
.subtitle_con{justify-content: space-between;}
.sub_nav{overflow: hidden;}
.sub_nav a{float: left;margin-right: 50px;}
.sub_right span{margin: 0 5px;}
@media (min-width: 768px) {
	/*副标题*/
	.subtitle{
		font-size:14px;
		line-height: 55px;
	}
	/*main1_n*/
	.main1_n{
		width: 1200px;
		margin: 74px auto 150px;
		overflow: hidden;
	}
	.m1_n_list{
		margin-top: 86px;
		margin-bottom: 110px;
	}
	.m1_n_list li{
		margin-bottom: 42px;
		border-bottom: 1px solid #DCDCDC;
	}
	.m1_n_list li:last-child{margin-bottom: 0;}
	.m1_n_list a{
		display: block;
		padding:54px 0;
		overflow: hidden;
	}
	.m1_n_pic{
		width:483px;
		height:307px;
		overflow: hidden;
		margin-right: 46px;
	}
	.m1_n_pic img{height: 100%;}
	.m1_n_txt{
		width: 650px;
		padding-top: 54px;
	}
	.m1_n_date{
		font-size:18px;
	}	
	.m1_n_txt h6{
		font-size:30px;
		margin-top: 38px;
		margin-bottom: 24px;
	}
	.m1_n_txt p{
		width: 330px;
		font-size: 16px;
		height: 48px;
		line-height: 24px;
		text-align: justify;
	}
	.m1_n_btn{
		width:168px;
		height:54px;
		font-size: 18px;
		margin-top: 38px;
		border: 1px solid #B5B5B5;
		text-transform: uppercase;
	}
}
@media (max-width: 767px) {
	/*副标题*/
	.subtitle{
		font-size:1.2rem;
		line-height: 36px;
	}
	.subtitle_con{display: block;}
	.sub_nav a{margin-right: 5%;}
	/*main1_n*/
	.main1_n{
		width: 76.5%;
		margin: 36px 0 45px 18.5%;
		overflow: hidden;
	}
	.main1_n .title2{padding-right: 12%;}
	.m1_n_list{
		margin-top: 38px;
	}
	.m1_n_list li{
		padding-right: 12%;
		margin-bottom: 29px;
		border-bottom: 1px solid #DCDCDC;
	}
	.m1_n_list li:last-child{border-bottom: 0;margin-bottom: 14px;}
	.m1_n_list a{
		display: block;
		padding-bottom:28px;
		overflow: hidden;
	}
	.m1_n_txt{
		font-size:1.2rem;
		margin-top: 26px;
	}
	.m1_n_txt h6{
		font-size:1.5rem;
		margin-top: 18px;
		margin-bottom: 8px;
	}
	.m1_n_txt p{
		line-height: 16px;
	}
	.m1_n_btn{
		width:93px;
		height:27px;
		font-size: 1.2rem;
		margin-top: 22px;
		color: #848484;
		border: 1px solid #B5B5B5;
		text-transform: uppercase;
	}
}
.m1_n_txt{
	line-height: 1;
	color: #363535;
	overflow: hidden;
}
.m1_n_txt h6{
	line-height: 1;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m1_n1_txt h6{
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*****************公司新闻*********************/
@media (min-width: 768px) {
	.main1_n1{
		padding-top: 100px;
		padding-bottom: 150px;
		width: 1200px;
		margin: 0 auto;
	}
	.m1_n1_list{
		margin-top: 100px;
		margin-bottom: 64px;
	}
	.m1_n1_list li{
		margin-bottom: 50px;
	}
	.m1_n1_list li:last-child{margin-bottom: 0;}
	.m1_n1_list a{
		display: block;
		overflow: hidden;
	}
	.m1_n1_pic{
		width:469px;
		height:237px;
		overflow: hidden;
		margin-right: 80px;
	}
	.m1_n1_pic img{height: 100%;}
	.m1_n1_txt{
		width: 512px;
		padding-top: 22px;
		text-align: center;
	}
	.m1_n1_date{
		font-size:18px;
	}	
	.m1_n1_txt h6{
		font-size:20px;
		margin-top: 26px;
		margin-bottom: 22px;
	}
	.m1_n1_txt p{
		font-size: 16px;
		height: 48px;
		line-height: 24px;
	}
	.m1_n1_btn{
		width:127px;
		height:37px;
		font-size: 16px;
		margin: 28px auto 0;
		color: #848484;
		border: 1px solid #aaa;
		text-transform: uppercase;
	}
	.m1_n1_list a:hover{box-shadow:0 4px 15px 1px rgba(0,0,0,0.04);}
}
@media (max-width: 767px) {
	.main1_n1{
		padding: 28px 5% 46px;
		overflow: hidden;
	}
	.m1_n1_list{
		margin-top: 32px;
		margin-bottom: 46px;
	}
	.m1_n1_list li{
		margin-bottom: 40px;
	}
	.m1_n1_list li:last-child{margin-bottom: 0;}
	.m1_n1_list a{
		display: block;
		overflow: hidden;
	}
	.m1_n1_pic{
		width:70%;
		margin: 0 auto 30px;
		overflow: hidden;
	}
	.m1_n1_txt{
		text-align: center;
		font-size: 1.2rem;
	}	
	.m1_n1_txt h6{
		font-size:1.5rem;
		margin-top: 10px;
		margin-bottom: 11px;
	}
	.m1_n1_txt p{
		width: 75%;
		margin: 0 auto;
		line-height: 16px;
		-webkit-line-clamp: 3;
	}
	.m1_n1_btn{
		width:84px;
		height:24px;
		font-size: 1.2rem;
		margin: 22px auto 0;
		color: #848484;
		border: 1px solid #aaa;
		text-transform: uppercase;
	}
}
.m1_n1_txt{
	line-height: 1;
	color: #363535;
	overflow: hidden;
}

.m1_n1_date{
	color: #CBCACA;
}
.m1_n1_list a:hover h6{color: #892D32;}
.m1_n1_list a:hover .m1_n1_btn{color: #892D32;border-color: #892D32;}
/*****************新闻详情*********************/
@media (min-width: 768px) {
	.main_n{
		width: 1200px;
		margin: 80px auto 108px;
		overflow: hidden;
		position: relative;
	}
	.search{
		width:222px;
		height:38px;
		border: 1px solid #892D32;
		border-radius:5px;
		justify-content: space-between;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.m_n_inp{
		width: 178px;
		padding: 0 14px;
		font-size: 18px;
	}
	.m_n_btn{
		width: 42px;
		height: 36px;
		text-indent: -999px;
		background: url(../img/sear.png) no-repeat center;
	}
	.m_n_title,.m_n_date{
		width: 900px;
	}
	.m_n_title{
		font-size:30px;
		line-height: 1.2;
	}
	.m_n_date{
		font-size:18px;
		line-height: 1;
		color: #474747;
		margin-top: 24px;
	}
	.news_txt{
		margin-top: 85px;
		padding-bottom: 90px;
		border-bottom: 1px solid #892D32;
		text-align: justify;
	}
	.news_bot{
		margin-top: 50px;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		align-items: center;
	}
	.news_link a{
		width: 450px;
	}
	.news_link a:first-child{margin-bottom: 14px;}
	.new_share{font-size: 12px;color: #999;}
}
@media (max-width: 767px) {
	.main_n{
		width: 95.7%;
		margin: 33px auto 46px;
		overflow: hidden;
	}
	.m_n_title{
		font-size:1.5rem;
		line-height: 1.2;
		text-align: center;
	}
	.m_n_date{
		font-size:1.2rem;
		line-height: 1;
		color: #818080;
		text-align: center;
		margin-top: 10px;
	}
	.news_txt{
		margin-top: 33px;
		margin-bottom: 24px;
		padding-bottom: 40px;
		border-bottom: 1px solid #892D32;
		text-align: justify;
	}
	.news_link a:first-child{margin-bottom: 4px;}
}
.news_link a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #6B6A6A;
}
/*****************联系我们*********************/
@media (min-width: 768px) {
	/*banner*/
	.ban_txt6 h2{
		font-size: 36px;
		color: #FBF6F6;
		height: 36px;
	}
	.ban_txt6 h2:before,.ban_txt6 h2:after{
		display: block;
		content: '';
		width:206px;
		height:1px;
		background: #fff;
		margin: 0 12px;
	}
	.ban_txt6 p{
		font-size:30px;
		margin-top: 30px;
		text-transform: uppercase;
	}
	/*main1联系我们*/
	.m1_l{
		padding-top: 90px;
	}
	.m1_l_con{
		margin-top: 100px;
		margin-bottom: 60px;
		overflow: hidden;
	}
	.m1_l_con h6{
		font-size:30px;
		color: #676666;
	}
	.m1_l_txt{
		margin-top: 30px;
		font-size:18px;
		color: #888787;
		overflow: hidden;
	}
	.m1_l_txt li{
		float: left;
		margin-right: 70px;
		padding-left: 22px;
		background: url(../img/bb1.png) no-repeat left center;
		background-size: 16px;
	}
	.m1_l_txt li:nth-child(2){
		background: url(../img/bb2.png) no-repeat left center;
		background-size: 16px;
	}
	/*main2_l*/
	.main2_l{
		margin-bottom: 160px;
		overflow: hidden;
	}
	.main2_l h3{
		font-size:18px;
		line-height: 1;
		color: #646363;
		margin-bottom: 15px;
	}
	.map_wrap{
		width:677px;
		overflow: hidden;
	}
	#m2_map{
		width: 100%;
		height:363px;
	}
	.m2_l_form{
		width:482px;
		overflow: hidden;
	}
	.m2_l_form input{
		height:53px;
		padding: 0 24px;
		line-height: 53px;
		margin-bottom: 20px;
	}
	.m2_l_form textarea{
		height:144px;
		padding: 15px 20px;
		text-align: justify;
		margin-bottom: 20px;
		resize: none;
	}
	.m2_l_form .m2_l_btn{
		width: 100%;
		height:53px;
		line-height: 53px;
		font-size: 14px;
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	/*main1联系我们*/
	.m1_l{
		padding-top: 30px;
	}
	.m1_l_con{
		margin-top: 50px;
		overflow: hidden;
	}
	.m1_l_con h6{
		font-size:1.5rem;
		color: #676666;
	}
	.m1_l_txt{
		margin-top:6px;
		font-size:1.2rem;
		color: #888787;
		overflow: hidden;
	}
	.m1_l_txt li{
		padding-left: 26px;
		background: url(../img/bb1.png) no-repeat left center;
		background-size: 12px;
	}
	.m1_l_txt li:nth-child(2){
		background: url(../img/bb2.png) no-repeat left center;
		background-size: 12px;
	}
	/*main2_l*/
	.main2_l{
		margin-bottom: 50px;
		overflow: hidden;
		margin-top: 35px;
	}
	.main2_l h3{
		text-align: center;
		color: #892D32;
		font-size:1.5rem;
		line-height: 1;
		margin-bottom: 11px;
	}
	.m2_l_form input{
		height:27px;
		line-height: 27px;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.m2_l_form textarea{
		height:72px;
		padding: 6px 10px;
		text-align: justify;
		margin-bottom: 10px;
		resize: none;
	}
	.m2_l_form .m2_l_btn{
		width: 72%;
		height:27px;
		line-height: 27px;
		font-size: 1.2rem;
		border-radius: 0;
		margin: 0 auto;
	}
}
.m2_l_form input,.m2_l_form textarea{
	width: 100%;
	border:1px solid #E5E5E5;
	display: block;
}
.ban_txt4 p,.title_c1,.m3_c h3,.title_z h5,.m2_z_txt h6,.ban_txt6 p,.m1_n1_btn{
	font-family: times;
}
.amap-container img{
	width: auto;
}
.amap-copyright,.amap-logo{display: none !important;}