﻿@charset "UTF-8";
/* CSS Document */

*{
    	transition: all 0.25s ease-out;
}
.layui-layer {transition:none}
html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
	color: #5a5a5a;
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "ubuntu-regular", sans-serif;
}
a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
}
a:active, a:hover {
	color: rgb(177, 146, 102)
}
img {
    max-width:100%;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-red {
	color: #cd0000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: rgb(177, 146, 102);
    border-color:rgb(177, 146, 102);
    cursor: default;
}

/*logo样式*/
.logo {
	height: 50px;
	margin-top: 1.6rem;
}
.logo img {
	height: 100%;
	width: auto;
}
/*导航样式*/
.navbarTop {
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.navbar {
	height: 6.5rem;
}
.navbar-menu li {
	float: left;
	padding: 0 2.2rem;
	line-height: 6.8rem;
}
.navbar-menu li a {
	width: 100%;
	display: inline-block;
	font-size: 1.15rem;
	padding: 0 .2rem;
	position: relative;
	color: #fff;
}
.navbar-menu li a:before {
	content: '';
	width: 0;
	height: 3px;
	background: #eedfcb;
	position: absolute;
	bottom: -4px;
	left: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.navbar-menu li a:hover:before, .navbar-menu li.active a:before {
	width: 100%;
}
.navbar-menu li.active a, .navbar-menu li a:hover {
	color: #ecd5b7;
}
.navbar-menu li:last-child {
	padding-right: 0;
}
.navbar-bg {
	position: fixed;
	width: 100%;
	display: none;
	opacity: 0;
	height: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 899;
	top: 0;
	left: 0;
}
.navbar-bg .active {
	display: inline-block;
}
.navbar-bg.active {
	display: block;
	opacity: 1;
}
.navbar-toggle {
	color: #fff;
	line-height: 5.5rem;
	font-size: 1.8rem;
	height: 5.5rem;
	text-align: center;
}
/*导航样式 end*/
/*大BANNER图*/
.slider-container {
    width: 100%;
    position: relative;
    height: 800px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background: url(Images/banner.jpg)
}
.slider-title {
	width: 100%;
	position: absolute;
	top: 33%;
}
.slider-title h1:first-child {
	font-size: 10rem;
	font-weight: normal;
	line-height: 100%
}

/*二级菜单样式*/
.sub-nav {
    text-align: center;
    margin: 0px auto;
    padding:20px 0px;
}
.sub-nav ul li {
    display:inline-block;
    margin-right:5px;
}
    .sub-nav ul li a {
        display: block;
        font-size: 14px;
        line-height: 3.5;
        padding:0px 50px;
    }
   .sub-nav ul li.active > a,.sub-nav ul li a:hover {
            display: block;
            background-color: #b19266;
            color: #fff;
        }

/*查看更多*/
.Lmore {
    display: inline-block;
    width: 13rem;
    height: 3.5rem;
    border: 1px solid rgba(255,255,255,1.00);
    text-align: center;
    line-height: 3.5rem;
    margin: 2rem auto 0;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.Lmore a, .Lmore a:hover {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.Lmore:hover {
	background: #b19267;
	border: 1px solid #b19267;
}
.Lmore01 {
	border: 1px solid #b19267;
}
.Lmore01 a {
	color: #b19267;
}
/*品牌故事*/
.heading h6 {
	color: rgb(177, 146, 102);
}
.aboutL {
	background: #fff;
	padding: 2.8rem 3.5rem;
	margin-top: -5.5rem;
	margin-bottom: -5.5rem
}
.aboutL li {
	float: left;
	width: 25%;
	font-size: 1.1rem;
	text-align: center;
	padding-top: .5rem;
}
.iconfont {
	display: inline-block;
	padding: 2rem 0;
}
/*定制*/
.customization {
	width: 100%;
	height: 18rem;
	background: url(Images/bg.jpg) center no-repeat;
	background-size: cover;
}
.customization p {
	font-size: 1.2rem;
	padding-top: 1rem
}
/*产品分类*/
.product {
	width: 100%;
}
.prod-class li a {
	line-height: 3rem;
	display: inline-block;
	padding: .5rem 1.8rem;
	font-size: 1.2rem;
	border-bottom: 2px solid #fff;
}
.prod-class li.active a, .prod-class li a:hover .prod-class li a:hover {
	border-bottom: 2px solid #b19267;
	padding: a
}
/*产品列表*/
.prod-list{
	clear: both;
	margin: 0 -1rem
}
	.prod-list ul li{
		width: 25%;
		float: left;
		padding: 1rem
	}
.prod-list ul li .prodimg{
	width: 100%;
	border: 1px solid #dcdcdc;
	height: 22rem;
	display: flex;
    justify-content:center;
    align-items:Center;
    overflow:hidden;
}
.prod-list ul li .prodimg img{
	width: auto;
	height: auto;
}
/*新闻列表*/
.news ul li{
	float: left;
	width: 50%;
	padding: 1rem 0
}
.news .newsimg{
	float: left;
	width: 250px;
	height: 150px;
	overflow: hidden;
}
.news .newsfont{
	margin-left: 250px;
	padding: 0 1rem 0 2rem;
}

.news .newsfont p:first-child{
	color: #b19267;
}
.news .newsfont p:last-child{
	line-height: 160%;
	height: 5rem;
	overflow: hidden;
	
}
/*服务*/
.service{
	width: 100%;
	clear: both;
	display: inline-table;
}
.service i{
	font-size: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 100
}
/* ---- Tabs ---- */
.tabs-wrapper {
	display: table;
	width: 100%;
	padding-left: 1rem
}
.tab-item {
	clear: both;
	overflow: hidden;
	padding: 1rem 0;
}
.tabs-container {
	float: left;
	position: relative;
	display: block;
	width: 100%;
}
.tabs-wrapper .tab-content {
	padding: 1rem 0 0 0;
	line-height: 200%;
	overflow: hidden;
}
ul.tabs {
	float: left;
	height: 50px;
	width: 100%;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	background-color: #f0f0f0;
}
ul.tabs li {
	float: left;
	padding-left: 0 !important;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	outline: none;
}
ul.tabs li a {
	height: 50px;
	line-height: 50px;
	padding: 0 2rem;
	text-decoration: none;
	display: block;
	outline: none;
	color: #3c3b3b;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
ul.tabs li:last-child a {
	border-right: 0;
}
ul.tabs li a:hover {
	color: #cd0000;
}
ul.tabs li.active {
	background-color: #cd0000;
}
ul.tabs li.active a {
	color: #fff;
	background-color: #cd0000;
}
ul.tabs li.active {
	z-index: 1;
}
/*---end---*/
/*底部样式*/
.footerbg {
	background-color: rgb(38, 38, 38);
}
.footer {
	padding: 2.5rem 0;
	color: rgb(108, 108, 108);
}
.footer p {
	line-height: 200%
}
.footer img {
	width: auto;
	height: 4rem;
	margin: 1rem 0 2rem;
}
/*返回顶部*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	background: url(../css/images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 190;
}
#toTop:hover {
	background: url(../css/images/ui.totop.png) no-repeat left -50px;
	background-size: cover;
}


/*栏目名称样式*/
.column-name-box{text-align:center;padding:40px 0px;background:url(images/column-box-line-bg.png) repeat-x left bottom}
.column-name-box .en-name{font-family: 'Alpida Unicode System'; font-size: 48px; color: rgb(0, 0, 0);}
.column-name-box .cn-name{color: rgb(177, 146, 102); font-family: 微软雅黑; font-size: 24px}


/*栏目内页样式*/
.main-content{padding:20px 0px 20px 0px}
.main-content .info-content img {
    width: auto;
    max-width: 100%
}
.main-content .info-content{line-height:2.5}


/*图片列表*/
.img-list-box{clear:both;overflow:hidden;}
.img-list-box ul li{text-align:center;margin-bottom:30px;}
.img-list-box ul li .pic-box{display:block;padding:0px;margin:0px auto;position:relative}
.img-list-box ul li .pic-box .mask{display:flex;position:absolute;top:50%;left:50%;width:0px;height:0px;background-color:rgba(0, 0, 0, 0.1);text-align:center;justify-content: center;align-items: center;}
.img-list-box ul li .pic-box .mask .fa{font-size:80px;text-align:center;color:#fff;opacity:0;filter:alpha(opacity=0);}
.img-list-box ul li:hover .mask{width:100%;height:100%;top:0;left:0;}
.img-list-box ul li:hover .mask .fa{opacity:0.5;filter:alpha(opacity=50);}
.img-list-box ul li a.title{display:block;text-align:center}



/*响应式样式*/
@media all and (max-width: 1199px) {
h6 {
	font-size: 1.3rem
}
.logo {
	height: 3rem;
	margin-top: 1.5rem
}
.navbar {
	height: 5.5rem;
	padding: 0 1rem;
}
.navbar li {
	line-height: 4.9rem;
}
.slider-container {
	height: 600px;
}
.slider-title h1:first-child {
	font-size: 8rem;
}
.slider-title h1 {
	font-size: 3rem;
}
.aboutL {
	padding: 2.5rem 2.5rem 0;
	margin-top: -4.5rem;
	margin-bottom: -4.5rem
}
.aboutL .infobox {
	line-height: 2.2;
	padding-top: 1.5rem;
}
.Lmore01 {
	margin: 1rem 0
}
.product, .news {
	padding: 2.5rem 1.3rem 0 2.5rem;
	margin: 0;
	display: inline-block
}
.prod-class li a{
		padding: .5rem 1.2rem;
	}
.prod-class {
	padding-top: 25px;
}
	.prod-list{
		margin-right: 0
	}
	.news .newsimg{
		width: 200px;
	}
	.news .newsimg img{
		height: 100%;
		min-width: 100%;
	}
	.news .newsfont{
		margin-left: 200px;
		padding: 0 1.5rem
	}
	.news .newsfont p:first-child{
		font-size: 16px;
	}
	.service{
		padding-top: 1rem
	}
}

@media all and (max-width: 1024px) {
.navbar-menu {
	margin-top: .5rem;
}
.navbar-menu li a {
	font-size: 1rem;
}
.iconfont {
	padding: 1.5rem 0 .5rem;
}
}

@media all and (max-width: 992px) {
.display-hidden {
	display: block;
}
.navbar-menu {
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100vh;
	background: #fff;
	overflow-x: hidden;
	z-index: 900;
	margin: 0;
	padding: 1rem 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.navbar-menu.active {
	right: 0
}
.navbar-menu li {
	width: 100%;
	line-height: 45px;
	padding: 0 2.5rem;
	border-bottom: 1px solid #dcdcdc;
}
.navbar li a {
	color: #666
}
.navbar-menu li.active a {
	color: rgb(177, 146, 102)
}
.navbar-menu li a:before {
	display: none;
}
.navbar-menu li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #ccc;
	position: absolute;
	right: 0;
}
.navbar-menu li:last-child {
	padding-right: 2.5rem;
}
.footer img {
	height: 3rem;
	margin: .5rem 0 1rem;
}
	.prod-list ul li{
		width: 33.333%;
		padding: 0 1rem 1rem 1rem
	}
	.prod-list ul li .prodimg{
		height: 20rem
	}
	.news ul li{
		width: 100%;
		padding: .7rem 0
	}
	.news .newsfont{
		padding-right: 0;
	}
}

@media all and (min-width: 542px) and (max-width: 992px) {
.aboutL .infobox {
	line-height: 1.8;
	padding-top: 1rem;
}
.aboutL {
	padding: 1.5rem 2rem 0
}
.aboutL p {
	height: 5rem;
	overflow: hidden;
}
.iconfont img {
	padding: 0 2rem;
}
	.news .newsimg{
		width: 250px;
		height: 130px
	}
	.news .newsfont{
		margin-left: 250px;
	}
}

@media all and (max-width: 541px) {
h2 {
	font-size: 2.5rem;
}
.logo {
	height: 2.2rem;
	margin-top: 1rem
}
.navbar {
	height: 4rem;
}
.navbar-toggle {
	line-height: 4rem;
	height: 4rem;
	font-size: 1.4rem;
	text-align: right;
}
.slider-container {
	height: 500px;
}
.slider-title h1:first-child {
	font-size: 5.5rem;
	line-height: 120%;
}
.slider-title h1 {
	font-size: 2.5rem;
}
.Lmore {
	width: 11rem;
	height: 3rem;
	line-height: 2.8rem;
	margin-top: 1rem
}
.aboutL, .product, .news {
	margin: 0;
	padding: 2rem 1.8rem 0
}
.iconfont {
	padding: 1.5rem 0 1rem;
}
.iconfont img {
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}
.customization {
	padding-left: 2rem;
	padding-right: 2rem;
}
.customization h2 {
	font-size: 1.9rem;
}
.footer {
	padding: 1.5rem;
	text-align: left
}
	.product{
		padding-right:1rem
	}
.prod-class, .prod-class ul {
	width: 100%;
	padding-top: .2rem;
}
.prod-class li {
	width: 20%;
	padding: 0 1rem 0 0;
}
	.prod-class li a{
		padding: 0;
	}
	.prod-list{
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.prod-list ul li{
		width: 50%;
		padding: .7rem
	}
	.prod-list ul li .prodimg{
		height: 17rem
	}
		.news .newsimg{
		width: 150px;
			height: 85px;
	}
	.news .newsfont{
		margin-left: 150px;
	}
	.news .newsfont p:last-child{
		display: none
	}
	.news ul li {
    padding: .5rem 0;
}
	.service i{
		font-size: 1.8rem
	}
	.service p{
		font-size: 1rem;
	}
}

@media all and (max-width: 320px) {
	.prod-list ul li{
		width: 100%;
	}
	.prod-list ul li .prodimg{
		height: 20rem
	}
}


@media (min-width:1000px) {
.addMore{margin-top:20px;}
.addMore a{padding: 10px 40px;}
.mail-menu{position: absolute;right:-50px;bottom: 0;text-align: center;font-size: 12px;line-height: 1.1;}
}
@media (max-width:1000px) {
.addMore{margin-top:20px;text-align:center;}
.addMore a{padding: 6px 30px;}
}
.addMore{}
.addMore a{text-align: center;border:1px solid #666;color:#000;-moz-border-radius: 30px 30px 30px 30px;-webkit-border-radius: 30px 30px 30px 30px;border-radius: 30px 30px 30px 30px;}
.addMore a:hover{border-color:#b19266;color:#b19266;}
.prod-list code{font-size: 100%;}
