@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.topBox{
	width:100%;
	height:108px;
	background:#fff;
	position:fixed;
	top: 0;
	left: 0;
	z-index:99;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.topH{clear:both;height:108px}
.topBox .wrap{height:108px}
.logo{
	height:108px;
	overflow: hidden;
	
}
.logo img{display:block;height:108px;}
/*头部结束*/
/*menu开始*/
.menuDl dd{
	float: left;
	position: relative;
}
.menuDl dd .a1{
	display: block;
	height:108px;
	line-height: 108px;
	padding:0 22px;
	font-size:16px;
	color:#333333;
	position: relative;
	z-index: 1;
}
.menuDl dd.hover .a1{color:#9f7048}
.menuDl dd .a1:after{
	content:"";
	display: block;
	width:94px;
	height:72px;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-47px;
	z-index: -1;
	background:url(../images/icon1.png) no-repeat left top;
	transform:scale(0);
	transform-origin:center bottom;
	transition-delay:0.3s;
	transition-duration:0.1s
}
.menuDl dd.hover .a1:after{transform:scale(1);transition-duration:0.5s}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top:106px;
	left: 0;
	background:rgba(255,255,255,0.9) url(../images/icon1.png) no-repeat center center;
	display:none;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	border-bottom:3px solid #956134;
	border-top:3px solid #956134;
}
.menuDl dd .div_a a{
	display: block;
	line-height:22px;
	padding:10px 0;
	font-size:14px;
	text-align: center;
	color:#333333;
}
.menuDl dd .div_a a:hover{background:#9f7048;color:#fff}
.menuDl dd .div_a a.hover{background:#9f7048;color:#fff}
/*menu结束*/
/*indexBanner开始*/
.bannerSlide{
	clear: both;
	width:100%;
	height:calc(100vh - 100px);
	overflow: hidden;
	position:relative;
}
.bannerSlide .bd{
	width: 100%;
	overflow: hidden;
}
.bannerSlide .bd dd{
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	animation:ant 3s 1;
	-webkit-animation:ant 3s 1;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	transform:scale(1);
	-webkit-transform:scale(1);
}
/*动画*/
@keyframes ant
{
from {transform:scale(1);-webkit-transform:scale(1);}
to {transform:scale(1.05);-webkit-transform:scale(1.05);}
}
/* Safari and Chrome */
@-webkit-keyframes ant 
{
from {transform:scale(1);-webkit-transform:scale(1);}
to {transform:scale(1.05);-webkit-transform:scale(1.05);}
}
.bannerSlide .hd{
	width:100%;
	height:34px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center;
}
.bannerSlide .hd ul{display:inline-block}
.bannerSlide .hd ul li{
	float:left;
	width:50px;
	height:3px;
	overflow: hidden;
	line-height: 999px;
	background:#fff;
	opacity:0.5;
	cursor: pointer;
	margin:0 6px;
	transition-duration: 0.3s;
}
.bannerSlide .hd ul li.on{opacity:1}
/*indexBanner结束*/
/**/
.ixBoxT{
	clear: both;
	overflow: hidden;
	text-align: center; background:url(1569397778862.png) no-repeat center top; font-size:27px; color:#935f33; font-weight:bold; height:101px; line-height:101px
}
.ixBoxT1{
	clear: both;
	overflow: hidden;
	text-align: center; background:url(a1.png) no-repeat center top; font-size:27px; color:#935f33; font-weight:bold; height:101px; line-height:101px; margin-top:100px
}
.ixBoxT3{
	clear: both;
	overflow: hidden;
	text-align: center; background:url(a2.png) no-repeat center top; font-size:27px; color:#fff; font-weight:bold; height:101px; line-height:101px; margin-top:100px
}
.youshi{clear: both;
	overflow: hidden; width:100%; display:flex}
	

.case {
	width: 100%;
	padding: 0px 0%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.case ul li{
	width: 31%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 50px;
	overflow: hidden;
}
.case ul li .thum{
	width: 100%;
	height: auto;
	background: #000; transition:all 0.4s; 
}
.case ul li:hover .name{
	
}
.case ul li:hover .thum img{
	opacity: .8;  transition:all 0.4s; height:100%
}
.case ul li .name strong{ transition:all 0.4s}

.case ul li:hover .name strong{
	margin-left: 65px;
	font-size: 20px;  transition:all 0.4s
}
.case ul li:hover .name p{
	width: 65px; transition:all 0.4s
}
.case ul li .thum img{
	display: block; transition:all 0.4s; height:267px
}
.case ul li.three{
	margin-right: 0%; transition:all 0.4s
}
.case ul li a{
	display: block;
	width: 100%; transition:all 0.4s

}
ase ul li img{
	display: block; transition:all 0.4s
}
.case ul li .name{
	margin-top: 30px;
	
	line-height: 40px;
	position: relative;
	overflow: hidden;
}
.case ul li .name p{
	width: 0px;
	height: 1px;
	position: absolute;
	left: -5px;
	top: 19px;
	background: #3E3E3E;
	opacity: .5;
}
.case ul li .name strong{
	margin-right: 10px; font-weight:normal; font-size:18px; color:#3f3f3f; line-height:30px;display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;  
        overflow: hidden; height:30PX

}.more{ width:133px; height:42px; border:1px #a47c5a solid; color:#a47c5a; text-align:center}
.more { line-height:42px; text-align:center; font-size:16px}
.case ul li .name span{
	font-size: 14px;
	opacity: .5; text-align:left; color:#6a6a6a; padding-top:0
	
}.case ul li .name b{ font-size:17px; text-transform:uppercase; color:#1d1d1d; font-family:Barlow-Regular; font-weight:normal}
.casePage {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	clear: both;
	padding-top: 35px;
}

.casePage .casePrev {
	width: 35px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
	background: #878585;
	color: #fff;
}

.casePage .caseNext {
	width: 35px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	background: #878585;
	color: #fff;
}

.casePage a {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 35px;
	background: #d0d0d0;
	color: #fff;
}
.case ul li:hover .name .more{ background:#a47c5a; color:#fff}
.casePage a:hover {
	background: #878585;
}


.youshi li{ flex:1; text-align:center; margin-top:50px }
.youshi li img{margin:0 auto}
.youshi li .weniz{ font-size:24px; color:#666666; text-align:center; margin-top:20px}
.youshi li .weniz span{ font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform:uppercase; line-height:40px}
.youshi li:hover img{ color:#956134; transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; margin-top:4px}


.youshi li:hover .weniz{ color:#956134}


.ixBoxT img{
	display:inline-block;
	height:101px;
}
/*第一通栏start*/
.ixBox1{
	clear:both;
	height:650px;
	background:url(../images/bg1.jpg) no-repeat center top;
}
.ixBox1Text{
	clear: both;
	overflow: hidden;
	width:970px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}
.ixBox1Text a{color:#956134;}
.ixBox1Data{
	clear: both;
	overflow: hidden;
}
.ixBox1Data dd{
	float: left;
	width:25%;
	overflow: hidden;
}
.ixBox1Data dd .divT{
	clear: both;
	height:67px;
	overflow: hidden;
	text-align: center;
}
.ixBox1Data dd .divT span{
	display:inline-block;
	height:67px;
	line-height:67px;
	text-align:center;
	font-size:48px;
	color:#956134;
	position: relative;
	font-weight:lighter;
	font-family:"Arial"
}
.ixBox1Data dd .divT span i{
	display: block;
	width:30px;
	height:22px;
	line-height: 22px;
	font-style:normal;
	color:#666666;
	font-size:14px;
	position: absolute;
	bottom:38px;
	left:100%;
	text-align:right;
}
.ixBox1Data dd .divT2{
	clear: both;
	height:42px;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	font-size:15px;
	color: #666666;
}
/*第一通栏end*/
/*第二通栏start*/
.ixBox2{
	clear: both;
	overflow: hidden;
	background:url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
	width:100%;
	height:calc(100vh - 100px);
}
.ixBox2T{
	width:20%;
	height:calc(100vh - 100px);
	overflow: hidden;
	position:relative;
}
.ixBox2T:after{
	content: "";
	display: block;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	right: 0;
}
.ixBox2R{
	overflow:hidden;
	width:80%;
	height:calc(100vh - 100px);
	position:relative;
}
.ixBox2Dl dd{
	float:left;
	width:calc(100vw / 5);
	height:calc(100vh - 100px);
	overflow: hidden;
	position: relative;
}
.ixBox2Dl dd:after{
	content: "";
	display: block;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	right: 0;
}
.ixBox2Dl dd a{
	display: block;
	width: 100%;
	height:calc(100vh - 100px);
	overflow: hidden;
}
.ixBox2Dl dd a .divT1{
	clear: both;
	height:28px;
	line-height: 28px;
	text-align: center;
	font-size:18px;
	color:#fff;
}
.ixBox2Dl dd.hide a .divT1{display:none}
.ixBox2Dl dd a .divT2{
	clear: both;
	height:22px;
	line-height: 22px;
	text-align: center;
	font-size:14px;
	color:#fff;
	opacity:0.6;
	text-transform:uppercase;
}
.ixBox2Dl dd.hide a .divT2{display:none}
.ixBox2More{
	position: absolute;
	top:0;
	right: 0;
	z-index: 9;
	width:calc(100vw / 10);
	height:100%;
	background:url(../images/icon3.png) no-repeat 80% center;
	cursor:pointer;
	opacity:0.25;
	transition-duration:0.3s;
	display:none;
}
.ixBox2More:hover{opacity:1;}
.ixBox2CBox{
	width:100%;
	height:100%;
	background:#fff;
	position: absolute;
	top: 0;
	left:-100%;
	z-index: 11;
	transition-duration:0.6s;
}
.ixBox2CT1{
	clear: both;
	height:137px;
	line-height: 137px;
	text-align: center;
	color: #cccccc;
	font-size: 72px;
	font-family:"Arial";
}
.ixBox2CLine{
	width: 1px;
	height:179px;
	background:#e5e5e5;
	margin:0 auto;
}
.ixBox2CT2{
	clear: both;
	height:28px;
	line-height: 28px;
	text-align: center;
	color: #956134;
	font-size:18px;
	margin-top:35px;
}
.ixBox2CT3{
	clear: both;
	height:22px;
	line-height: 22px;
	text-align: center;
	color: #956134;
	font-size:14px;
	text-transform:uppercase;
}
.ixBox2CBox img{
	display: block;
	max-width:90%;
	height:255px;
	margin:0 auto;
	margin-top:40px;
}
/*第二通栏end*/
/*第三通栏 begin*/
.ixBox3{
	clear: both;
	overflow: hidden;
	background:url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
	width:100%;
	height:calc(100vh - 100px); margin-top:-5px
}
.ixBox3Dl{
	margin:0 -60px;
	width: 100%;
	height:200px;
	padding-top:10px;
}
.ixBox3Dl dd{
	float: left;
	width:25%;
}
.ixBox3Dl dd a{
	display: block;
	overflow: hidden;
	position: relative;
	top:0;
	transition-duration: 0.3s;
}
.ixBox3Dl dd a:hover{top:-10px}
.ixBox3Dl dd a img{
	clear: both;
	display: block;
	height:110px;
	margin:0 auto;
}
.ixBox3Dl dd a .divT1{
	clear: both;
	text-align: center;
	font-size:18px;
	color:#666666;
	height:31px;
	line-height: 31px;
}
.ixBox3Dl dd a .divT2{
	clear: both;
	text-align: center;
	font-size:16px;
	color:#999999;
	height:26px;
	line-height: 26px;
	text-transform:uppercase;
}
/*第四通栏 end*/
.ixBox4{clear: both;
	overflow: hidden;
	background:url(../images/bg4.jpg) no-repeat center center fixed;
	background-size: cover;
	position:relative;
	width:100%;
	height:800px; margin-top:-5px
}.ixBox5{clear: both;
	overflow: hidden;
	background:url(../images/bg5.jpg) no-repeat center center ;
	background-size: cover;
	position:relative;
	width:100%;
	height:730px; padding-top:93px
}
.ixBox4Bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ixBox4Bg div{
	width: 105%;
	height: 105%;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	left: -2.5%;
    top: -2.5%;
	z-index:-1
}
.ixBox4C{
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ixBox4Slide{
	clear: both;
	height:417px;
	position: relative;
}
.ixBox4Slide .bt{
	display: block;
	width: 45px;
	height:83px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top:-42px;
	z-index: 111;
	display: none;
	opacity:0;
	transition-duration: 0.3s;
}
.ixBox4Slide:hover .bt{opacity:1;}
.ixBox4Slide .bt:hover{opacity:1;}
.ixBox4Slide .bt.prev{left:-50px;background: url(../images/newsPrev1.png) no-repeat center center;}
.ixBox4Slide .bt.next{right:-50px;background: url(../images/newsNext1.png) no-repeat center center;}
.ixBox4Slide .bt.prev:hover{background: url(../images/newsPrev1_h.png) no-repeat center center;}
.ixBox4Slide .bt.next:hover{background: url(../images/newsNext1_h.png) no-repeat center center;}

.ixBox4Slide .bd{
	overflow: hidden;
	height:417px;
}
.ixBox4Dl{margin:0 -10px !important;}
.ixBox4Dl dd{
	float:left;
	width:33.3333%;
	overflow: hidden;
}
.ixBox4Dl dd a{
	display: block;
	overflow: hidden;
	margin:0 10px;
	padding:20px;
	background:#fff;
}
.ixBox4Dl dd a .pic{
	clear: both;
	overflow: hidden;
	padding-top:66.5714%;
	position: relative;
}
.ixBox4Dl dd a .pic img{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
	object-fit:cover;
}
.ixBox4Dl dd a .divT{
	clear: both;
	height:35px;
	overflow: hidden;
	line-height: 35px;
	color: #333333;
	font-size:16px;
	font-weight:bold;
}
.ixBox4Dl dd a:hover .divT{color:#a97f5d}
.ixBox4Dl dd a .divT2{
	clear: both;
	height:29px;
	overflow: hidden;
	line-height: 29px;
	color: #999999;
	font-size:14px;
}
.ixBox4Dl dd a .txt{
	clear: both;
	overflow: hidden;
	color:#666666;
	font-size:14px;
	line-height:26px;
}
.ixMore{
	display: block;
	width:140px;
	height:50px;
	margin:0 auto;
	background:url(../images/more.png) no-repeat center center;
}
.ixMore:hover{background:url(../images/moreh.png) no-repeat center center;}
/*第四通栏 begin*/
/*底部开始*/
.footer{
	clear: both;
}
.footerBox1{
	clear: both;
	overflow: hidden;
	background:#2b2b2b;
	padding:70px 0; min-height:250px
}
.footerDl{  width:70%}
.footerDl dd{
	
	overflow: hidden; width:20%; float:left
	
}.footerDl dd:last-child{ width:40%}

.footerDl dd .div_a p{display: block;
	clear: both;

	overflow:hidden;
	line-height: 32px;
	font-size:15px;
	color: #999999;}



.footerDl dd .divT{
	clear: both;
	height:47px;
	overflow: hidden;
	line-height: 47px;
}
.footerDl dd .divT a{color:#fff;font-size:20px;}
.footerDl dd .divT a:hover{color:#a97f5d}


.footerDl dd .div_b{
	clear: both;
	overflow:hidden;
}
.footerDl dd .div_b p{
	display: block;


	overflow:hidden;
	line-height: 32px;
	font-size:15px;
	color: #999999;
}.footerDl dd .div_b {	line-height: 32px;
	font-size:15px;
	color: #999999;}
.footerDl dd .div_b a:hover{color:#a97f5d}









.footerDl dd .div_a{
	clear: both;
	overflow:hidden;
}
.footerDl dd .div_a a{
	display: block;
	clear: both;
	height:32px;
	overflow:hidden;
	line-height: 32px;
	font-size:15px;
	color: #999999;
}
.footerDl dd .div_a a:hover{color:#a97f5d}
.footerBox1R{ width:27%; margin-left:3%}
.footerBox1R .div_bt{
	clear: both;
	height:47px;
	padding-left:12px;
}
.footerBox1R .div_bt .divT{
	line-height: 47px;
	font-size: 16px;
	color: #333333;
}
.footerBox1R .div_bt a{
	float: left;
	width:25px;
	height:25px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image:url(../images/icon2.png);
	margin-left:20px;
	margin-top:11px;
}
.footerBox1R .div_bt a:hover{opacity:0.9}
.footerBox1R .div_bt a.a1{background-position:0px center;}
.footerBox1R .div_bt a.a2{background-position:-44px center;}
.footerBox1R .div_bt a.a3{background-position:-88px center;}
.footerBox1R .div_bt a.a4{background-position:-133px center;}
.ewmBox{
	width:151px;
	overflow: hidden;
	margin-left:12px;
}
.ewmBox .pic{
	width: 151px;
	height:152px;
	background:#fff;
	border:1px solid #eeeeee;
}
.ewmBox .pic img{
	display: block;
	width: 151px;
	height:152px;
}
.ewmBox span{
	display: block;
	height:34px;
	overflow: hidden;
	line-height: 34px;
	text-align: center;
	color:#999999;
	font-size: 14px;
}
.footerBox2{
	clear: both;
	overflow: hidden;
	background:#2b2b2b;
	color: #999999;
	line-height: 24px; text-align:center; font-size:15px; border-top:1px #414141 solid; padding: 20px 0 10px 0;
}
.footerBox2 a{color:#999;}
.footerBox2 a:hover{color:#956134;}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*subBanner*/
.subBanner{
	clear: both;
	width: 100%;
	padding-top:23.4375%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*内页导航、位置*/
.navBox{
	clear: both;
	height:60px;
	background:#fff;
	overflow: hidden;
}
.navBox .wrap{height:60px}
.nav{margin-left:-13px}
.nav a{
	float: left;
	height:60px;
	padding:0 13px;
	line-height: 60px;
	font-size:14px;
	color:#333;
}
.location a{
	float: left;
	overflow: hidden;
	font-size:14px;
	color:#666;
	height:60px;
	line-height: 60px;
}
.location a:hover{color:#956134}
.location a.hover{color:#956134}
.location a:last-child{color:#956134}
.location .home{
	width:20px;
	background:url(../images/icon8.png) no-repeat center center;
}
.location .home:hover{background:url(../images/icon8h.png) no-repeat center center;}
.location i{
	float: left;
	width: 40px;
	height:60px;
	background:url(../images/icon9.png) no-repeat center center;
}
/*内页结构*/
.pageBox{
	overflow: hidden;
	background:#f0f0f0;
}
.pageBoxC{
	clear: both;
	min-height:300px;
}
/*品牌故事*/
.bsBanner{
	clear: both;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	padding-top:26.0416%;
	position:relative;
}
.bsBox1{
	clear: both;
	overflow: hidden;
	height:665px;
	background:url(../images/bg4.jpg) no-repeat center center;
}
.bsBox1L{
	width:605px;
	overflow: hidden;
}
.bsBox1L .divT{
	clear: both;
	height:76px;
	overflow: hidden;
	line-height: 76px;
	color: #333333;
	font-size:24px;
}
.bsBox1L .txt{
	clear: both;
	overflow: hidden;
	color:#666666;
	font-size:16px;
	line-height: 36px;
	height:245px;
}
.bsBox1R{
	width: 506px;
	height:337px;
	position: relative;
	z-index: 1;
}
.bsBox1R img{
	display: block;
	width: 506px;
	height:337px;
}
.bsBox1R:after{
	content: "";
	display: block;
	width: 506px;
	height:337px;
	background:#a97f5d;
	position: absolute;
	top:9px;
	left:9px;
	z-index:-1;
}
/*2*/
.aboutBox2{
    clear: both;
    background-color:#fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.aboutBox2Bg{
    width: 100%;
    height: 600px;
    background-image: url(../images/aboutUs_bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
.aboutBox2Slide{
    width: 100%;
    position: relative;
}
.aboutBox2Slide .bt{
    display: block;
    width: 12px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 63px;
    left: 50%;
    z-index:9;
    background-position: center center;
    background-repeat: no-repeat;
}
.aboutBox2Slide .bt.prev{margin-left:-604px;background-image: url(../images/aboutUs_icon3.png)}
.aboutBox2Slide .bt.next{margin-left:586px;background-image: url(../images/aboutUs_icon4.png)}
.aboutBox2Slide .hd{
    width: 100%;
    height:158px;
    overflow: hidden;
    background-image:url(../images/aboutUs_icon1.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.hdWrap{
    width:1110px;
    margin:0 auto;
    overflow: hidden;
}
.aboutBox2Slide .hd ul{
    overflow: hidden;
    position: relative;
    left: 0;
}
.aboutBox2Slide .hd ul li{
    float: left;
    width: 138px;
    height: 158px;
    background-image:url(../images/aboutUs_icon2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.aboutBox2Slide .hd ul li.on{background-image:url(../images/aboutUs_icon2h.png);}
.aboutBox2Slide .hd ul .li1{
    height: 1px;
    background-image:url();
    background-color:rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul .li2{
    height: 1px;
    background-image:url();
    background-color:rgba(255,255,255,0.4);
    position: absolute;
    right: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul li span{
    display: block;
    height: 78px;
    text-align: center;
    line-height: 78px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 35px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property:margin;
    transition-timing-function: linear;
}
.aboutBox2Slide .hd ul li.on span:before{
    content:"";
    display: block;
    width: 78px;
    height: 78px;
    border:15px solid #956134;
    border-radius:100%;
    opacity: 0.2;
    position: absolute;
    top:50%;
    left:50%;
    margin:-54px 0 0 -54px; 
    
}
.aboutBox2Slide .hd ul li.on span{
    display: block;
    width: 78px;
    height: 78px;
    margin:15px auto;
    border-radius:100%;
    line-height: 78px;
    text-align:center;
    background-color:#956134;
    color: #ffffff;
    position: relative;
}
.aboutBox2Slide .bd{
    clear: both;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.aboutBox2Slide .bd dd{
    height: 290px;
}
.aboutBox2Slide2{
    width:880px;
    height: 270px;
    margin:0 auto;
    background:#fff;
    overflow: hidden;
    box-shadow:0 2px 5px rgba(0,0,0,0.1);
    display: none;
}

.aboutBox2Slide2 .bd2{
    overflow: hidden;
	width:590px;
    height:200px;
    margin-top:35px;
    position: relative;
	padding-left:25px;
	 margin-left:45px;
}
.aboutBox2Slide2 .bd2:after{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/aboutUs_icon7.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBox2Slide2 .bd2:before{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 1;
    background-image: url(../images/aboutUs_icon8.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBox2Slide2 .bd2 ul li{
    padding-left: 25px;
    overflow: hidden;
    height:50px;
    background-image: url(../images/aboutUs_icon5.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.aboutBox2Slide2 .bd2 ul li a{
    font-size:15px;
    line-height:50px;
    color: #666666;
}
/*.aboutBox2Slide2 .bd2 ul li.hover a{color: #956134}*/
.aboutBox2Slide2 .bd2 ul li:hover a{color: #956134}
.aboutBox2Slide2 .btBox{
    float: right;
    margin-right:40px;
    margin-top:117px;
}
.aboutBox2Slide2 .btBox .bt2{
    display: none;
    width: 27px;
    height: 27px;
    overflow:hidden;
    cursor: pointer;
    background-image: url(../images/aboutUs_icon6.png);
    background-repeat: no-repeat;
    margin-left:10px;
    background-color:#e6e6e6;
    border-radius:3px;
}
.aboutBox2Slide2 .btBox .bt2:hover{background-color:#a97f5d}
.aboutBox2Slide2 .btBox .bt2.prev2{background-position:left top}
.aboutBox2Slide2 .btBox .bt2.next2{background-position:right top}
.aboutBox2Slide2 .btBox .bt2.prev2:hover{background-position:left bottom}
.aboutBox2Slide2 .btBox .bt2.next2:hover{background-position:right bottom}
/*3*/
.aboutBox3{
	clear: both;
	height:758px;
	overflow: hidden;
	background:#f2f2f2;
	position:relative;
}
.carouselSlide{
    position: relative;
    width: 728px;
	height:486px;
    margin: 0px auto;
}
.carouselBt{
    display: block;
    width:35px;
    height:60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top:-30px;
	z-index: 999;
	cursor:pointer;
}
.carouselBt.prev{
    left: -159px;
    background:rgba(255,255,255,0.5) url(../images/prevBt.png) no-repeat center center;
}
.carouselBt.prev:hover{
    background:rgba(255,255,255,0.5) url(../images/prevBt_h.png) no-repeat center center;
}
.carouselBt.next{
    right: -159px;
    background:rgba(255,255,255,0.5) url(../images/nextBt.png) no-repeat center center;
}
.carouselBt.next:hover{
    background:rgba(255,255,255,0.5) url(../images/nextBt_h.png) no-repeat center center;
}
#carousel{height:486px}
#carousel img{
    width:728px;
    height:486px;
    position:relative;
}
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #956134;color: #fff;}
.page a.hover{background: #956134;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/






.topBox{ display:block}
.m-toubu{ display:none}
.bannerSlide{ display:block}

#flash2{ display:none}
.wap_22{ display:none}
/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:550px){  
.wap_22{ display:block}
.topBox{ display:none}
.m-toubu{ display:block}

.bannerSlide{ display:none}

#flash2{ display:block}


.wrap {
    width: 100%;
    clear: both;
    margin: 0 auto;
}.ixBox1Text {
    clear: both;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}


.ixBox1Text p{ font-size:14px}





.topH {
    clear: both;
    height: 4px;
}.ixBoxT {
    clear: both;
    overflow: hidden;
    text-align: center;
    background: url(1569397778862.png) no-repeat center bottom;
    font-size: 23px;
    color: #935f33;
    font-weight: bold;
    height: 101px;
    line-height: 131px;background-size: 40%;
}.h60 {
    clear: both;
    height: 20px;
}.ixBox1Data dd .divT span {
   
    font-size: 30px;
  
}.ixBox1Data dd .divT span i {
    display: block;
   width:auto;
    height: 22px;
    line-height: 22px;
    font-style: normal;
    color: #666666;
    font-size: 14px;
    position: absolute;
    bottom: 22px;
    left: 100%;
    text-align: right; margin-left:4px
}.ixBox1Data dd .divT2 {
    clear: both;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #666666;
}.ixBox1 {
    clear: both;
    height: 590px;
    background: url(../images/bg1.jpg) no-repeat center top;
}#w_common_text-1561534109384 .title {
    width: 100%;
    height: 101px;
    background: url(../images/1569397778862.png) no-repeat center bottom!important;
  
    font-size: 23px!important;
    color: #935f33;
    font-weight: bold; line-height: 131px!important;background-size: 40%!important;
}


#c_portalResGroupNewsNew_list-15664609622443615 .pro_c_name {
    width: 31.5%!important;
    margin-bottom: 10px;
    font-size: 14px;
}






.ixBoxT1 {
    clear: both;
    overflow: hidden;
    text-align: center;
    background: url(a1.png) no-repeat center bottom;
    font-size: 23px;
    color: #935f33;
    font-weight: bold;
    height: 101px;
     line-height: 131px;background-size:44%;
    margin-top: 50px;
}
.youshi li{ flex:none; width:46%; margin:2%}

.youshi {
    clear: both;
    overflow: hidden;
    width: 100%;
    display: flex;flex-wrap:  wrap; margin-top:40px
}.youshi li img {
    margin: 0 auto; width:60%; height:auto
}.youshi li .weniz {
    font-size:18px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}.youshi li .weniz span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
}.ixBox4 {
    clear: both;
    overflow: hidden;
    background: url(../images/bg4.jpg) no-repeat center center ;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 750px;
    margin-top: -5px; background-attachment:inherit
}

.ixBoxT3 {
    clear: both;
    overflow: hidden;
    text-align: center;
    background: url(a2.png) no-repeat center bottom;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    height: 101px;
    line-height: 101px;
     line-height: 131px;background-size: 40%;
    margin-top: 20px;padding-left: 30px;
}



.ixBox3 {
    clear: both;
    overflow: hidden;
    background: url(../images/bg3.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
    margin-top: -5px;
}


.ixBox5 {
    clear: both;
    overflow: hidden;
    background: url(../images/bg5.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 470px;
    padding-top: 33px;
}
.case ul li .thum img {
    display: block;
    transition: all 0.4s;
    height:auto;
}

.case ul li .name strong {
    margin-right: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20PX;
}
.case ul li:hover .name strong {
    margin-left: 0px;
    font-size: 14px;
    transition: all 0.4s;
}.case ul li .name b {
    font-size: 14px;
    text-transform: uppercase;
    color: #1d1d1d;
    font-family: Barlow-Regular;
    font-weight: normal;
}
.more {
    width: 73px;
    height: 33px;
    border: 1px #a47c5a solid;
    color: #a47c5a;
    text-align: center; line-height:33px; font-size:13px
}.case {
    width: 96%;
    padding: 0px 2%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}.case ul li .name {
    margin-top: 10px;
    line-height:33px;
    position: relative;
    overflow: hidden;
}.footer{ display:none}
}




