@charset "gb2312";
/*
 * LankeCMS (http://www.weboss.hk)
 * Copyright (c) 2013-2020 http://www.weboss.hk All rights reserved.>
 */


.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa, .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
  .swiper {
        width: 100%;
        height: auto;
      }

body {
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	color: #2F2F2F;
}
a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
.img-thumbnail {
	transition : opacity 0.7s;
}
.img-thumbnail:hover, .opacity_img:hover {
	opacity: 0.75;
}
.img-fluid {
	max-width: 100%;
	height: auto
}
header {
	background-color: #f1f1f1;
}
/*
.top_menu{font-size: 12px;background:#002B57; color: #fff;width:100%;height: 48px;line-height: 48px;}
.language{float: right;height: 48px;color: #fff;}
.language a{color: #fff;}
.top_name{display: inline-block;}*/

.swiper-slide {
	 float: left;
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.top-bar {
	background-color: #002b57;
	color: #fff;
	padding: 15px 0;
}
.top-bar li {
	display: inline-block;
	font-size: 14px;
}
.top-bar li a, .top-bar li {
	color: #fff;
}
.top-bar li i {
	color: #FC6A20;
	padding-right: 7px;
}
.top-left ul, .top-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-left ul li {
	padding-right: 30px;
	position: relative;
}
.top-right ul li {
	padding-right: 8px;
	position: relative;
}
.top-left ul li:not(:last-child):after {
	content: "";
	height: 22px;
	width: 1px;
	background-color: rgba(255, 255, 255, .4);
	display: block;
	position: absolute;
	right: 15px;
	top: -1px;
}
.top-left li:not(:last-child) {
	padding-right: 30px;
}



/*导航菜单*/
.navbar {
	margin: 0px;
	background-color: #000;
	border: none;
	box-shadow: 0px 3px 4px rgba(0, 0, 0,0.1);
}
#app_menudown {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}
#app_menudown:hover {
	background-color: #002B57;
}

.product_menu{
	color: white;
}
/*幻灯片*/
.flash img {
	width: 100%;
}
.flash ul.bxslider {
	list-style: none;
}
.flash div.bx-pager {
	bottom: 4%;
}
.flash div.bx-controls-direction {
	display: none;
}
/*banner*/
.top_banner{
	max-width: 1920px;
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	}
.top_banner img{
	width: 100%;
	}

/*关于我们*/
.about_us {
	margin: 80px 0px 0px 0px;
}
/*服务项目*/
.product_index {
	margin-top: 65px;
	margin-bottom: 65px
}
.process_col {
	border: 1px #ddd solid;
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
}
.page_img {
	padding-top: 10px;
	margin: 15px;
	background: #FFF;
}
.page_img img {
    -webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	-o-transition: -o-transform 0.8s;
	transition: transform 0.8s;
}
.page_img img:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
/* ==我们优势== */
.tgt-effective-solution {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
}
.tgt-effective-solution-box-right {
	position: relative;
}
.tgt-bg-overlay-content {
	z-index: 9;
	height: 100%;
	margin-top: -80px;
	position: relative;
}
.tgt-bg-overlay-content p {
	line-height: 28px;
	padding-bottom: 20px;
	padding-right: 20px;
	font-size: 16px;
}
.tgt-bg-overlay, .tgt-bg-inner-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.tgt-bg-overlay-right, .tgt-bg-inner-overlay-right {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
}
.tgt-bg-overlay, .tgt-bg-inner-overlay {
}
.tgt-effective-solution-box-right .tgt-bg-overlay {
	width: auto;
	margin-right: -100px;
	right: 0;
}
.tgt-effective-solution-icon {
	margin-bottom: 10px;
}
.tgt-effective-solution-icon i {
	color: #fc6a20;
	font-size: 40px;
}
.white-color h1, .white-color h2, .white-color h3 {
	color: #FFF;
}
.white-color h4 {
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
}
.white-color p {
	color: #fff;
}
.white-color a:hover, .white-color a:focus {
	color: #F96921;
}


/*底部信息*/
footer {
	margin-top: 20px;
	color: #fff;
	background: #000;
}
.footer_logo {
	max-width: 196px;
}
.footer_logo_text {
	/*width: 196px;*/
	text-align: left;
	line-height: 46px;
}
.footer_logo_text a {
	font-size: 16px;
	color: #fff;
	padding-right: 30px;
	text-decoration: none;
}
.footer_sitemap {
	color: #fff;
}
.footer_sitemap:hover, .footer_sitemap:focus {
	color: #97f3e7;
	text-decoration: none;
}
/*底部分类*/
.footer_menu a {
	color: #fff;
}
.footer_menu a:hover {
	color: #97f3e7;
	text-decoration: none;
}
.footer_menu_first {
	font-weight: bold;
}
.footer_qrcode {
	max-width: 130px;
}
.footer_qrcode_text {
	/*width: 130px;*/
	text-align: right;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
}
/*底部翻译*/
.translate {
	background-color: #005188;
}
.translate_btn {
	width: 130px;
	margin: 0 auto;
	padding-top: 20px;
}
/*UEditor编辑器前端表格样式*/
table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}
td, th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}
caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}
th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}
table tr.firstRow th {
	border-top-width: 2px;
}
.ue-table-interlace-color-single {
	background-color: #fcfcfc;
}
.ue-table-interlace-color-double {
	background-color: #f7faff;
}
td p {
	margin: 0;
	padding: 0;
}
.langbox {
	position: absolute;
	top: 10px;
	right: 0;
	color: #fff;
	font-size: 14px;
	    z-index: 1000;
}
.langbox a {
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
    text-decoration: none;
}
.langbox .cur {
	font-weight: bold;
}
.aboutimgbox {
	margin-bottom: 30px;
}
.aboutimgbox img {
	width: 326px;
	height: 218px;
}
.aboutleftbox {
	padding:170px 60px 0 60px;
}
.indexSubContent p {
    	color: #aaa;
	font-size: 20px;
}
.aboutleftbox .subcontentpbox {
	color: #aaa;
	font-size: 20px;
}
.aboutleftbox .subtitlebox {
	text-align: right;
	font-size: 16px;
	color: #fff;
}
.aboutleftbox p span{
	    float: right;
}
.aboutleftimg{
	margin-top:-60px;
	width:100%;
	padding-right:60px;
}
.aboutrightbox{
	padding-top:30px;    padding-right: 20px;
}
.aboutrightbox h1{
	float:left;
	width:233px;
	font-size:24px;
	color:#111;
	border-bottom:1px solid #111;
	padding-bottom:15px;
}
.aboutrightbox a{
	float:right;
	font-size:16px;
	color:#0a00dc;
	margin-top:26px;
}
.aboutrightbox p{
	font-size:16px;
	color:#333;    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 26px;
}
.honortitle{
	background:#b7b7b7;
	color:#fff;
	font-size:18px;
	padding:8px 15px;
	margin-top:50px;
}
.honorimg{
	width:100%;
	margin-top:20px;}
.indexbanimg{
	padding-left:15px;
	padding-right:15px;
	width:100%;
	margin-top:40px;
	}
.partner{
	float:left;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.contactus{
	float:left;
	width: 100%;
	height: auto;
	background-color: #fff;
}
/*大屏幕样式*/
@media screen and (min-width: 769px) {
.logo {
	margin: 25px 0px 0px 0px;
	max-width: 330px;
	max-height: 70px;
}
.flash {
	margin-top: 76px;
}
.navbar {
	min-height: 76px;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li > a {
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	margin-top: 28px
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
	font-weight: bold
}
.small-nav {
	min-height: 50px;
	margin-top: 0px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 3px 4px rgba(0, 0, 0,0.1);
}
.small-nav .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.small-nav img.logo {
	max-height: 50px;
	max-width: 220px;
	margin: 8px 0px 0px 0px;
}
.nav_small {
	background: rgba(255,255,255,0.9);
	padding: 8px 0px 8px 0px;
	border-radius: 0px;
	border: none;
}
.nav_small > li {
}
.nav_small > li > a {
	line-height: 26px;
	color: #312b2b;
	font-size: 13px;
}
.nav_small > li > a:hover {
	color: #fff;
	background-color: #002B57;
}
#app_menudown, #small_search {
	display: none;
}
.mfoot_box {
	display: none;
}
.aboutleftbox h1 {
	font-size: 36px;
	color: #fff;
	border-bottom:1px solid #fff;
	text-align:right;
	padding-bottom:15px;
}
/*产品介绍*/

.product{
	float: left;
	width: 100%;
}
.product_description{
	float:left;
	margin-top:-72px;
	margin-left: 76px;
	
	height: 190px;
	z-index: auto;
}

.product_title_box{
	background-color:rgba(0,0,0,0.50);
	width: 100%;
	height: 72px;
	float: left;
	
}
.product_model{
	float: left;
	font-size: 42px;
	margin:7px 0 7px 24px;
	color: white;
}
.product_slogan{
	float: left;
	font-size: 14px;
	color: white;
	margin: 16px 0 0 12px;
	text-align: left;
}
.product_control{
	float: right;
	margin:10px 10px 0 0;
}
.product_intro{
	float: left;
	color: white;
	width: 100%;
	height: 118px;
	background-color: black;

}
.product_intro_text{
	float: left;
	color: white;
	font-size: 16px;
	margin: 14px 0 0 24px;
	text-align: left;
	line-height: 1.6;
}

.huiwen_parts{
	float: left;
	width: 100%;
	height:auto;
	background-color: white;
}
.parts_text{
	float: left;
	width: 424px;
	margin: 90px 0 0 76px;
	height: auto;
	}
.parts_title{
	float:left;
	width: 334px;
	padding-left: 20px;
	border-bottom:1px solid #000;
	}
.parts_title_text{
	color:#111;
	font-size: 24px;
	float: left;
	margin-bottom: 4px;
	margin-left: 4px;
	}
.parts_more{
	float: right;
	font-size: 14px;
	color: #0a00dc;
	margin-top: 12px;
	}
.parts_name{
	width:100%;
	float: left;
   	color: #333;
	height: 300px;
	text-align: left;
	padding-left: 100px;
	}
	
.parts_switchover{
	width:334px;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
	text-align: center;	
	}
.parts_img{
	float: right;
	margin-right: 64px;
	width: auto;
	position: relative;
	z-index: 9;
	}

/*应用案例*/
.apply_box{
	float: left;
	background-color: #000;
	width: 100%;
	height: auto;
	max-height: 540px;
	text-align: center;
	}
	
.apply_title{
	float:left;
	margin-top: 80px;
	height: 80px;
	width: 40%;
	margin-left: 30%;
	
	}
.apply_title_line{
	height: 1px;
    width: 32%;
    margin-top: 16px;
	}
.apply_title_test{
	float: left;
	font-size: 25px;
	color: #fff;
	text-align: center;
	width: 34%;
	}
	
.apply_img_box{	
	float: left;
	width: 100%;
	margin-bottom: 100px;
	}
.apply_img{	
	float: left;
	width: 22%;
	height: auto;
	margin: 0 5.5% 0 5.5%;
	}
.apply_img img{
	width: 100%;
	}
/*红酒文化*/
.culture_box{
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
		}
	
.culture_img{
	float: left;	
	}
	
.culture_content{
	float:right;
	width: auto;
	margin-top: 60px;
	margin-right: 40px;
	background: #fff;
	}
.culture_title{
    float: left;
	height: 44px;
	width: 30%;
	border-bottom: 1px solid #000;
	font-size: 24px;
	color: #333;
	}
	
.culture_test_box{
	float: left;
	width: 100%;
	height: auto;
    margin-top: 30px;
	margin-bottom: 10px;
	}
	
.content_title{
	float: left;
	font-size: 20px;
	color: #333;
	width: auto;		
	}
.content_time{
	float: right;
	font-size: 16px;
	width: auto;
	color: #aaa;
	}
.content_details{
	float: left;
	font-size: 16px;
	width: 100%;
	color: #333;
	margin-bottom: 30px;
	}
/*合作伙伴*/
.partner_box{
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	}
.title{
	float: left;
	margin-top: 80px;
	height: 80px;
	width: 40%;
	margin-left: 30%;
	}
	

.title_test{
	float:left;
	font-size: 25px;
	color: #111;
	text-align: center;
	width: 50%;
	}
.title_line{
	height: 1px;
    width: 25%;
    margin-top: 16px;
	}	
.partner_img{
	width: 100%;
	float: left;
	height: auto;
	margin: 10px 0 30px 0;
	text-align: center;
	}
.partner_img img{
		width: 100%;
	}
	
/*联系我们*/
.contact_box{
	float: left;
	height: auto;
	width: 100%;
	background-color: #f0f0f0;
	}
.contact_content{
	float:left;
	width: 50%;
	height:auto;
	margin-top: 30px;
	margin-right: 60px;
	}
	
.contact_title{
    float: left;
	height: 44px;
	width: 30%;
	border-bottom: 1px solid #000;
	font-size: 24px;
	color: #666;
	margin-bottom: 20px;
	}
	
.contact_test{
    float: left;
	font-size: 24px;
	width: 100%;
	color: #666;
	margin-bottom: 10px;
	}
.contact_test span{
	padding-left: 10px;
	}
.contact_img{
	float: right;
	height: auto;
	width: 40%;		
	}
	.qr_code{
		text-align: center;
		float: left;
		width: 26%;
		padding-top: 50px;
		}
	.qr_code img{
		width: 100%;
		}
}
	
/*小屏幕样式*/
@media screen and (max-width: 768px) {
.logo {
	margin: 15px 0px 5px 10px;
	max-width: 180px;
	max-height: 40px;
}
.top-bar {
	display: none;
}
.bread_bg {
	margin-top: 50px;
}
.navbar {
	margin-top: 0;
}
.flash {
	margin-top: 46px;
}
.navbar {
	min-height: 50px;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-size: 16px;
}
.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus {
	color: #fff;
}
.navbar-toggle {
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
}
.navbar-default .navbar-toggle .icon-bar {
}
.navbar-default .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li {
}
.navbar-default .navbar-nav > li:last-child {
	border: none;
}
.navbar-default .navbar-nav > li > a,  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	font-weight: bold
}
.small-nav {
	margin-top: 0px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 3px 4px rgba(0, 0, 0,0.1);
}
.top-left, .home-btn, .page_bg, .center_nav {
	display: none;
}
.language {
	border-left: 0px;
	border-right: 0px;
}
.list_box {
	margin-top: 75px;
}
#topsearch {
	display: none;
}
.aboutleftbox {
	padding:10px 60px 0 60px;
	}
.aboutleftbox h1 {
	font-size: 28px;
	color: #fff;
	border-bottom:1px solid #fff;
	text-align:right;
	padding-bottom:15px;
}
.aboutleftbox .subcontentpbox {
	color: #aaa;
	font-size: 16px;
	}
/*实力展示*/
.tgt-counter-box.style1 {
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,.25);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

/*美酒格调*/
.tgt-counter-box.inner-box {
	margin-bottom: 0;
}
.tgt-counter-box.inner-box {
	padding: 20px 15px 20px 30px;
}
/*关于汇文*/
.aboutleftimg{
		width:0%;
/*产品*/

	}
/*手机-我们优势*/
.tgt-effective-solution {
	padding: 0px;
	margin: 0px;
}
.tgt-bg-overlay-content {
	padding: 25px;
}
.tgt-effective-solution-box-right .tgt-bg-overlay {
	margin: 0px;
}
/*产品展示*/
.tgt-section.tgt-project-section {
	padding-bottom: 50px;
	padding-top: 50px;
}
.tgt-section {
	/*padding: 50px 0;*/
}
.project-filter {
	float: none;
}
.tgt-project-section-list {
	margin-top: -30px;
}
.tgt-section.tgt-project-section h1 {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
}
	
.tgt-bg-overlay-content {
		height: 100%;
	margin-top: unset;
		float:left;
	}
.tgt-bg-overlay-content p {
	line-height: 28px;
	padding-bottom: 20px;
	padding-right: 20px;
	font-size: 16px;}
/*手机-首页客户点评*/
.tgt-testimonial-left {
	margin-left: 0;
}
.tgt-testimonial-left {
	position: relative;
	margin-bottom: 30px;
}
/*手机-首页产品*/
.product_head h2 {
	margin-top: 40px;
	font-size: 25px;
}
.product_head p {
	font-size: 14px;
	margin-top: 8px;
}
.product_img {
	min-height: 180px;
}
.product_list2 div.product_img {
	min-height: 180px;
}


/*手机-底部按钮*/
.mfoot_box {
	background-color: #fafafa;
}
.mfoot_nav {
	width: 25%;
	float: left;
	background-color: #fafafa;
	text-align: center;
	color: #898989;
	cursor: pointer;
}
.mfoot_nav:hover,  .mfoot_nav:focus {
	background-color: #e4e4e4;
	cursor: pointer;
}
.mfoot_nav a {
	color: #898989;
	display: block;
}
.mfoot_nav a:hover,  .mfoot_nav a:focus {
	text-decoration: none;
}
.mfoot_nav span {
	display: block;
	padding: 3px 0px 0px 0px;
}
.mfoot_share {
	width: 240px;
	padding: 5px;
}
	

.product_description{
    margin-top:-72px;
}

.product_title_box{
	background-color:rgba(0,0,0,0.50);
	width: 100%;
	height: 72px;
	float: left;
	
}
.product_model{
	float: left;
	font-size: 44px;
	margin:7px 0 7px 24px;
	color: white;
}
.product_slogan{
	float: left;
	font-size: 18px;
	color: white;
	margin: 10px 0 0 12px;
	text-align: left;
}
.product_control{
	float: right;
	margin:10px 10px 0 0;
}
.product_intro{
	float: left;
	color: white;
	width: 100%;
	height: 118px;
	background-color: black;

}
.product_intro_text{
	float: left;
	color: white;
	font-size: 16px;
	margin: 14px 0 0 24px;
	text-align: left;
	line-height: 1.6;
}

.huiwen_parts{
	float: left;
	width: 100%;
	height:auto;
	background-color: white;
}
.parts_text{
	float: left;
	margin-top: 40px;
	height: auto;
	padding-left: 15px;
	width: 80%;
	}
.parts_title{
	float:left;
	width: 100%;
	margin-left: 20px;
	border-bottom:1px solid #000;
	}
.parts_title_text{
	color:#111;
	font-size: 24px;
	float: left;
	width: 60%;
	margin-bottom: 4px;
	margin-left: 4px;
	}
.parts_more{
	float: right;
	font-size: 14px;
	color: #0a00dc;
	margin-top: 12px;
	}
.parts_name{
	width: 60%;
	float: left;
    padding: 16px 0 0 24px;
	color: #333;
	font-size: 16px;
	}
.parts_switchover{
	width:auto;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
	text-align: center;	
	}
.parts_img{
	text-align: center;
	}
.parts_img img{
		width: 80%;
	}
	
/*应用案例*/
.apply_box{
	float: left;
	background-color: #000;
	width: 100%;
	height: auto;
	max-height: 540px;
	text-align: center;
	}
	
.apply_title{
	float: left;
    margin-top: 80px;
    height: 80px;
    width: 80%;
    margin-left: 10%;
	
	}
.apply_title_line{
	height: 1px;
    width: 32%;
    background-color: #fff;
    margin-top: 8px;
	}
.apply_title_test{
	float: left;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 36%;
	}
	
	
.apply_img_box{	
	float: left;
	width: 100%;
	margin-bottom: 100px;
	}
.apply_img{	
	float: left;
	width: 22%;
	height: auto;
	margin: 0 5.5% 0 5.5%;
	}
.apply_img img{
	width: 100%;
	}
/*红酒文化*/
.culture_box{
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
		}
	
.culture_img{
	float: left;
	}
	
.culture_content{
	float:right;
	width: auto;
	height:auto;
	margin-top: 60px;
	margin-right: 40px;
	background: #fff;
	}
.culture_title{
    float: left;
	height: 44px;
	width: 30%;
	border-bottom: 1px solid #000;
	font-size: 24px;
	color: #333;
	}
	
.culture_test_box{
	float: left;
	width: 100%;
	height: auto;
    margin-top: 30px;
	margin-bottom: 10px;
	}
	
.content_title{
	float: left;
	font-size: 20px;
	color: #333;
	width: auto;		
	}
.content_time{
	float: right;
	font-size: 16px;
	width: auto;
	color: #aaa;
	}
.content_details{
	float: left;
	font-size: 16px;
	width: 100%;
	color: #333;
	margin-bottom: 30px;
	}
/*合作伙伴*/
.partner_box{
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	}
.title{
	float: left;
	margin-top: 40px;
	height: 40px;
	width: 80%;
	margin-left: 10%;
	}
.title_test{
	float:left;
	font-size: 18px;
	color: #111;
	text-align: center;
	width: 34%;
	}
.title_line{
	height: 1px;
    width: 32%;
    margin-top: 13px;
	}	
.partner_img{
	width: 100%;
	float: left;
	height: auto;
	margin: 0 0 40px 0;
	text-align: center;
	}
.partner_img img{
	width: 90%;
	}
/*联系我们*/
.contact_box{
	float: left;
	height: auto;
	width: 100%;
	background-color: #f0f0f0;
	}
.contact_content{
	float:left;
	width: 100%;
	height:auto;
	margin-top: 20px;
	padding-left: 10px;
	}
	
.contact_title{
    float: left;
	height: 44px;
	width: 80%;
	border-bottom: 1px solid #000;
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
	}
	
.contact_test{
    float: left;
	font-size: 16px;
	width: 100%;
	color: #666;
	margin-bottom: 10px;
	}
.contact_test span{
	padding-left: 10px;
	}
.contact_img{
	float: right;
	height: auto;
	width: 0%;		
	}
.contact_img img{
	width: 0%
	}
	.qr_code{
		text-align: center;
		float: left;
		width: 60%;
	   
		}
	.qr_code img{
		width: 100%;
		}

}

	
	
	
 @media screen and (max-width: 767px) {
.copyright_p {
	display: none;
}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
	float: left;
}
.col-mm-12 {
	width: 100%;
}
.col-mm-11 {
	width: 91.66666667%;
}
.col-mm-10 {
	width: 83.33333333%;
}
.col-mm-9 {
	width: 75%;
}
.col-mm-8 {
	width: 66.66666667%;
}
.col-mm-7 {
	width: 58.33333333%;
}
.col-mm-6 {
	width: 50%;
}
.col-mm-5 {
	width: 41.66666667%;
}
.col-mm-4 {
	width: 33.33333333%;
}
.col-mm-3 {
	width: 25%;
}
.col-mm-2 {
	width: 16.66666667%;
}
.col-mm-1 {
	width: 8.33333333%;
}
}
