body{
	font-size:16px;
	word-wrap: break-word;
	font-family:"Microsoft YaHei";
	
}
.wrap{
	background: #b6def2;
}

.banner>img {
	width: 100%;
}

@media (min-width: 1200px){
	.container {  width: 100%; }

	.bottom-menu {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.bottom-nav {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:654px) and (max-width: 1200px) {
	.bottom-nav {
		padding-left: 7%;
	}
}

.h1, .h2, .h3, h1, h2, h3{
	margin:0;
}
.h3, h3{
	font-size: 18px;
}

/* long */
img{
	/*display: block;*/
    max-width: 100%;
    height: auto;
}
p{
	margin:0;
	padding:0;
}
ul{
	padding:0;
	margin:0;
	-webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
ul li{
	list-style-type: none;
}
a,a:hover,a:focus{
	text-decoration: none;
	color:#000;
}
.top{
	background: #1fb5e4;
    min-height: 25px;
}
.style-1{
	font-weight: 600;
	font-size:23px;
	padding:30px 15px;
}
.style-3{
	font-size: 18px;
    font-weight: 600;
}
.logo{
	padding:15px 0 10px 0;
}
.languge span{
	padding:0 5px;
	    font-weight: 600;
}

.navbar-collapse {
	max-height: inherit;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	}

.navbar-default {
	background: #e3ec83;
	border-color: #e3ec83;
	border-radius: 10px;
	padding: 4px 2px 0 2px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.kaihing-nav{
	background: #1fb5e4;
	border-color: #1fb5e4;
	border-radius: 10px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #b6def2;
	border: none;
	border-radius: 0;
	box-shadow:none;
	border: 1px solid #e3ec83;
	
}
.sub-dropdown-menu{
	left:100%;
	top:0;
	border: 1px solid #e3ec83;
}

@media (min-width: 768px){
	.navbar-nav {
		float: left;
		margin: 0;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav>li{
		padding: 15px 0;
		width  : 16.6%;
		text-align: center;
	}
}

.navbar-default .navbar-nav>li>a{
	font-weight: 600;
	color: #000;
	font-size: 19px;
	padding: 0 10px;
    border-right: 2px solid #000;
}
.navbar-default .navbar-nav>li:last-child>a{
	border-right:0;
}
.navbar-default .dropdown .dropdown-menu li{
	padding:15px 0;
	border-bottom: 2px solid #fff;
	text-align: center;
}
.navbar-default .dropdown .dropdown-menu .sub-dropdown-menu li{
	border-bottom: 2px solid #e3ec83;
}
.navbar-default .dropdown .dropdown-menu li:last-child{
	border-bottom:0;
}
.navbar-default .dropdown .dropdown-menu .sub-dropdown-menu li:last-child{
	border-bottom:0;
}
.navbar-default .dropdown .dropdown-menu a{
	color:#000;
	font-size: 18px;
    font-weight: 600;
    padding: 3px 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: 0;
	color:#000;
	cursor: pointer;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:#1fb5e4;
}
.glyphicon-chevron-down{
	color:#000;
}

.container-fluid,.navbar-collapse {
	padding-left:0;
	padding-right:0;
}

.homeContent{
    background: #e3ec83;
}
.blocks{
	margin: 20px 0;
}
.block-item{
	/* width: 33%;
	    display: inline-block;
	    vertical-align: top;
	    padding-left: 15px;
	    padding-right: 15px; */
}
.block{
	background: #e3ec83;
	border-radius: 8px;
}
.block-title{
	background: #1fb5e4;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 8px;
}
.block-content{
	padding: 20px;
}
.banner-2{
	margin-top:10px;
	margin-bottom:10px;
}
.bottom-menu{
	background: #e3ec83;
	/*padding: 30px 70px 50px 70px;*/
}
.bottom-nav li{
	float:left;
	padding: 6px 0;
}
.sub-menu li{
	float:none;
}
.bottom-nav li a{
	font-size:18px;
	font-weight:600;
	padding: 0 35px;
	border-right: 2px solid #000;
}
.bottom-nav li:last-child a{
	border-right:0;
}
.sub-menu li a{
	font-size:14px;
	border-right:0;
}
.b-content{
	background: #e3ec83;
	padding-top:30px;
	padding-bottom:30px;
}
.catalogueInfo-item{
	text-align: center;
	border: 3px solid #27abe2;
    margin-top: 25px;
    margin-bottom: 25px;
    
}
.catalogueInfo-item a{
	display: block;
	background: #fff;
	padding: 25px;
    cursor: pointer;
}
.catalogueInfo-item:hover a{
	background: #27abe2;
}
.catalogueInfo-item img{
	margin:0 auto;
}
.catalogueInfo-item .style-3{
	color: #27abe2;
}
.catalogueInfo-item:hover .style-3{
	color: #fff;
}
.sider ul{
	margin-left: 45px;
}
.sider ul li{
	list-style-type: disc;
	padding: 8px 0;
}
.sider ul li.active a{
	color:#1fb5e4;
}
.p-item{
	
	padding-bottom:25px;
}
.p-img{
	padding: 5px;
    background: #1fb5e4;
    border-radius: 5px;
}
.p-detail{
	padding: 5px;
	font-size:15px;
}
#pagination{
	text-align: right;
}
#pagination>ul>li {
    display: inline;
    list-style: none;
}
#pagination>ul>li>a, #pagination>ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.copyright{
	text-align: center;
	background: #1fb5e4;
    padding-top: 15px;
    min-height: 70px;
}

@media (min-width: 1200px) {
	.navbar-collapse.collapse {
		display:block!important;
	}
	.navbar-default .navbar-nav>li:hover>a,.navbar-default .navbar-nav>li:focus>a{
		color:#5d6b70;
	}
	.homeContent{
		padding: 50px 70px;
	}
}
@media (max-width: 1199px) {
	.navbar-default .dropdown .dropdown-menu li{
		text-align: left;
		padding: 3px 15px;
	}
	.navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		background: #1e2731;
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a{
		border-right:0;
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		padding-bottom:15px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	 
		color: #000;
	}
	.navbar-toggle {
		margin-right: 0;
		display: inherit;
		float:none;
		border-radius: 0;
	}

	.navbar-header {
		float: none;
		border-bottom: 2px solid #e3ec83;
	}

	.navbar-nav {
		float: none; 
		margin: 0;
	}
	.navbar-nav>li {
		float: none;
	}
	.dropdown-menu {
   		position: relative;
    }
	.sub-dropdown-menu{
		position: relative;
		left:0;
		width: 100%;
		border: 0;
		margin: 0;
	}
	.navbar-default .dropdown .dropdown-menu .sub-dropdown-menu li{
		border: 0;
	}
	.bottom-nav li a{
		padding: 0 15px;
	}
}
@media (min-width: 992px){
	.homeContent{
		padding: 50px 60px;
	}
}
@media (max-width: 991px){
	.bottom-nav li a{
		font-size: 12px;
		padding: 0 20px;
	}
	.bottom-menu{
		padding: 25px;
	}
}
@media (min-width: 768px){
	.homeContent{
		padding: 50px;
	}
}
@media (max-width: 767px){
	.homeContent{
		padding: 50px 30px;
	}
	.container-fluid>.navbar-collapse, 
	.container-fluid>.navbar-header, 
	.container>.navbar-collapse, 
	.container>.navbar-header{
		margin-right: 0;
    	margin-left: 0;
	}
}
@media (max-width: 736px){
	.bottom-nav li a{
		font-size: 12px;
		padding: 0 15px;
	}
	.bottom-menu{
		padding: 15px;
	}
}
@media (max-width: 653px){
	.bottom-nav li{
		float:none;
		border-bottom: 2px solid #000;
	}
	.bottom-nav li a{
		border-right:0;
		font-size: 18px;
	}
	.sub-menu li{
		border-bottom:0;
	}
	.sub-menu li a{
		font-size: 14px;
	}
}

/******************************** 产品图片手机版 ********************************/
@media (max-width: 992px) {
	.p-img{
		background:transparent;
	}
}

/******************************** Email表单 ********************************/
.contact-box .row {
	margin-top: 12px;
}

@media (min-width: 1200px) {
.contact-box .col-xs-4 {
	text-align: right;
	padding-right: 100px;
}
}


.contact-box label{
	font-size: 14px;
}

.contact-box .col-xs-8{
	width:75%;
	margin-left:-10%;
}

.contact-box input,textarea {
	width: 100%;
	padding-left:5px;
	padding-left: -50px;
	border: solid 2px #67abe5;
	border-radius: 7px;
	outline:none;
}

input:focus,textarea:focus {
	box-shadow: 0 0 15px rgba(81, 203, 238, 1);
}

/******************************** loading ********************************/
.ui-loading { position:absolute; left:0; top:0; z-index: 9999;}
.ui-loading .ui-loading-mask { position:absolute; top:0; left:0; background-color: #000; opacity: .2; z-index: 1 }
.ui-loading i { height:90px; width:90px; position:absolute; z-index:2; display:block; background-size:100% 100%;
background:url(blue.gif) no-repeat center center; }

/* zoom(点击图片放大) */
img[data-action="zoom"] {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
	position: relative;
	z-index: 666;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
img.zoom-img {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
}
.zoom-overlay {
	z-index: 420;
	background: #333;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
	-webkit-transition:      opacity 300ms;
	-o-transition:      opacity 300ms;
	transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=100)";
	opacity: 1;
;
}

.mask {
	 position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #777;
	 z-index: 665; left: 0px;
	 opacity:0.5; -moz-opacity:0.5;
	 width:100%;
 }

/*  产品图  */
.beer-list .clearfix>div:nth-child(3n+1){
	clear: left;
}

.p-item img {
	width:100%;
}

/*  关于我们和证书图  */
.atlas.col-md-4:nth-child(3n+1){
	clear: left;
}

.atlas.col-md-3:nth-child(4n+1){
	clear: left;
}
