﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}

body{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-family: STZHONGS;
}



/*引导页*/
.guide-swiper-mc{
    position: absolute;
	z-index: 102;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.guide-swiper{
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: none;*/
}
.guide-slide{
	background: no-repeat center;
	background-size: cover;
}
.guide-a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	margin-top: 15px;
	opacity: 0;
}
.guide-b{
	font-size: 12px;
	line-height: 1;
	color: #b89c82;
	font-family: TRAJANPRO-BOLD;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-top: 15px;
	opacity: 0;
}
.guide-slide.swiper-slide-active .guide-a{
	margin-top: 0px;
	opacity: 1;
	transition: all .5s linear .3s;
}
.guide-slide.swiper-slide-active .guide-b{
	margin-top: 0px;
	opacity: 1;
	transition: all .5s linear .6s;
}
.guide-c{
	position: absolute;
	top:30%;
	left: 21%;
	color: #b89c82;
	opacity: 0;
	margin-top: 15px;
}
.guide-slide.swiper-slide-active .guide-c{
	margin-top: 0px;
	opacity: 1;
	transition: all .5s linear .3s;
}
.guide-c1{
	font-size: 125px;
	line-height: 1;
	position: absolute;
	top: -50px;
	left: -60px;
}
.guide-c2{
	width: 60px;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 90px;
	left: 0px;
}
.guide-c3{
	font-size: 48px;
	width: 50px;
	line-height: 55px;
	position: absolute;
	top: 0px;
	left: 60px;
}
.guide-c4{
	width:400px;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 135px;
	font-family: TRAJANPRO-BOLD;
	opacity: .2;
	transform: rotate(90deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(90deg);
	-ms-transform-origin:0% 0%;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin:0% 0%;
}
.guide-d{
	position: absolute;
	top:33%;
	right: 15%;
	color: #b89c82;
	opacity: 0;
	margin-top: 15px;
}
.guide-slide.swiper-slide-active .guide-d{
	margin-top: 0px;
	opacity: 1;
	transition: all .5s linear .3s;
}
.guide-d1{
	font-size: 125px;
	line-height: 1;
	position: absolute;
	top: 0px;
	right: -60px;
}
.guide-d2{
	font-size: 50px;
	width: 52px;
	line-height: 55px;
	position: absolute;
	top: 130px;
	right: 0px;
}
.guide-d3{
	width:400px;
	font-size: 60px;
	line-height: 1;
	position: absolute;
	top: 15px;
	left: -70px;
	font-family: TRAJANPRO-BOLD;
	opacity: .2;
	transform: rotate(90deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(90deg);
	-ms-transform-origin:0% 0%;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin:0% 0%;
}
.guide-d4{
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 0px;
	right:150px;
	display: flex;
}
.guide-d4 p{
	margin-left: 8px;
	width: 13px;
}
.guide-e{
	right: inherit;
	left: 10%;
	top: 12%;
	margin-left: 160px;
}
.guide-e .guide-d3{
	width: 600px;
	top: 0;
}
.guide-d5{
	top: 200px;
	right:-140px;
}
.guide-d6{
	top: 250px;
	right:-190px;
}

.guide-gonin{
	font-size:16px;
	color: #fff;
	width: 100px;
	text-align: center;
	line-height: 32px;
	border-radius: 15px;
	background: #947a63;
	position: absolute;
	left: 50%;
	bottom: 100px;
	z-index: 4;
	margin-left: -50px;
	opacity: 0;
	cursor: pointer;
}
.guide-slide.swiper-slide-active .guide-gonin{
	bottom: 120px;
	opacity: 1;
	transition: all .5s linear .5s;
}
@media(max-width:1600px){
	
	.guide-b{
		bottom: 30px;
	}
	.guide-gonin{
		bottom: 60px;
	}
	.guide-slide.swiper-slide-active .guide-gonin{
		bottom: 80px;
	}
}
@media(max-width:1200px){
	.guide-swiper-mc,.guide-swiper{
		display: none;
	}
}


/*顶部*/
header{
	width: 90px;
	background: #000;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
}
.header-a{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid rgba(255,255,255,.7);
	padding-top: 30px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.header-a1{
	display: inline-block;
	width: 35px;
	height: 22px;
}
.header-a1 div{
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 7px;
	transition: all .5s; 
	position: relative;
}
.header-a.on .header-a1 div:first-child{
	top: -14px;
	left: 5px;
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-a.on .header-a1 div:last-child{
	top: 4px;
	left: 5px;
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-a2{
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-family: arial;
	color: #fff;
	position: relative;
	top: -12px;
}
.header-b{
	height: 120px;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	padding-left: 35px;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	opacity: .4;
}
.header-b2{
	width: 165px;
	transform: rotate(90deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(90deg);
	-ms-transform-origin:0% 0%;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin:0% 0%;
	position: relative;
	left: 13px;
}
.header-b3{
	position: relative;
	top: 88px;
}
.header-b1,.header-b3{
	display: none;
}
.header-c{
	width: 1045px;
	position: absolute;
	top: 0;
	left: 90px;
	height: 100%;
	background: #fff;
	display: none;
}
.header-c1{
	width: 460px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #bca188;
}
.header-c1-a{
	margin-top: 20px;
	margin-left: 35px;
}
.header-c1-b{
	margin-top: 55px;
	position: relative;
}
.header-c1-b1{
	
}

.header-c1-b1:first-child{
	border-top: 1px solid rgba(255,255,255,.2);
}
.header-c1-b1 .div1{
	width: 100%;
	height: 105px;
	padding-top: 35px;
	color: #fff;
	padding-left: 100px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	cursor: pointer;
	transition: all .3s;
  -webkit-transition:all .3s;
  position: relative;
}
.header-c1-b1 .aa1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-c1-b1 .div1:hover{
	background: rgba(255,255,255,.1);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.header-c1-b1 .div1.on{
	background: rgba(255,255,255,.1);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.header-c1-b1 .div1>div{
	font-size: 20px;
	line-height: 1;
}
.header-c1-b1 .div1>p{
	font-size: 12px;
	line-height: 1;
	margin-top: 8px;
	font-family: arial;
}
.header-c1-b1 .div2{
	width: 345px;
	position: absolute;
	top: 0;
	left: 585px;
	display: none;
}
.header-c1-b1 .div2 a{
	display: block;
	width: 100%;
	height: 80px;
	padding-top: 20px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	color: #666;
}
.header-c1-b1 .div2 a:hover{
	color: #bca188;
}
.header-c1-b1 .div2 a>div{
	font-size: 18px;
	line-height: 1;
}
.header-c1-b1 .div2 a>p{
	font-size: 12px;
	line-height: 1;
	margin-top: 8px;
	font-family: arial;
	opacity: .5;
}
.header-c-lb{
	overflow: hidden;
	display: none;
}
.header-c-lb a{
	display: block;
	font-size: 16px;
	line-height: 60px !important;
	height: 60px !important;
	width: 48% !important;
	float: left;
	color: #666;
	padding-top: 15px !important;
}
.header-c-lb a:nth-child(2n + 0){
	float: right;
}
.header-c-lb1>a{
	width: 100% !important;
}
.header-c2{
	position: absolute;
	left: 580px;
	bottom: 25px;
}
.header-c2-a{
	padding-left: 50px;
	margin-bottom: 25px;
	background: url(../img/ico03.png) no-repeat left top;
}
.header-c2-a1{
	font-size: 12px;
	line-height: 1;
	color: #999;
}
.header-c2-a2{
	font-size: 16px;
	line-height: 1;
	color: #666;
	margin-top: 7px;
}
.header-c2-a2 a,.header-c2-a2 a:hover{
	color: #666;
}
.header-c2-a:first-child{
	background: url(../img/ico02.png) no-repeat left top;
}
.header-c2-a:first-child .header-c2-a1{
	color: #666;
}
.header-c2-a:first-child .header-c2-a2{
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
}
.header-c3{
	width: 20px;
	height: 20px;
	background: url(../img/ico01.png) no-repeat center;
	position: absolute;
	top: 60px;
	right: 50px;
	cursor: pointer;
}
.toplogo{
	position: absolute;
	top: 42px;
	right: 0;
	width: 100%;
	height: 50px;
	padding-left: 130px;
	padding-right: 60px;
	overflow: hidden;
	z-index: 89;
}
.logo{
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
}
.logo .img2{
	display: none;
}
.logo.on .img1{
	display: none;
}
.logo.on .img2{
	display: inline-block;
}
.toplogo-a{
	float: right;
	display: flex;
}
.toplogo-a>a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #9e0000;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	border-radius: 100%;
	margin-right: 10px;	
}
.toplogo-a>a:hover{
	opacity: .8;
}
.toplogo-a>div{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #fff url(../img/ss01.png) no-repeat center;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	border-radius: 100%;	
}
.toplogo-a>div:hover{
	opacity: .8;
}
.toplogo-c{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 199;
	display: none;
}
.toplogo-c1{
	width: 80%;
	height: 60px;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -30px;
	overflow: hidden;
}
.toplogo-c1 .int1{
	width: 100%;
	height: 60px;
	float: left;
	padding: 0 20px;
	padding-right: 70px;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	background: initial;
	border: none;
	border-bottom: 1px solid #fff;
}
.toplogo-c1 .int2{
	width: 60px;
	height: 60px;
	background: url(../img/ss03.png) no-repeat center;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
.toplogo-c2{
	position: absolute;
	top: 50px;
	right: 10%;
	opacity:1;
	transition: all .5s; 
	-webkit-transition: all .5s;
}
.toplogo-c2:hover{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);		
	-webkit-transform: rotate(180deg);			
	-moz-transform: rotate(180deg);	
	opacity:0.8;
	transition: all .5s; 
	-webkit-transition: all .5s;
}

@media(max-width:1600px){
	header{
		width: 70px;
	}
	.header-c{
		width: 800px;
		left: 70px;
	}
	.toplogo{
		padding-left: 110px;
	}
	.header-c1{
		width: 400px;
	}
	.header-c1-b1 .div2{
		left: 450px;
		width: 300px;
	}
	.header-c2{
		left: 450px;
	}
	.header-c1-b1 .div1{
		height: 70px;
		padding-left: 60px;
		padding-top: 15px;
	}
	.header-c1-b1 .div2 a{
		height: 60px;
        padding-top: 9px;
	}
	.header-c1-b{
		margin-top: 30px;
	}
	.header-c2-a{
		padding-left: 40px;
	}
	.header-c2-a2{
		font-size: 13px;
		padding-bottom: 5px;
	}
	.header-c2-a:first-child .header-c2-a2{
		font-size: 20px;
	}
	.header-c3{
		top: 40px;
	}
	.toplogo-c{
		width: calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
	}
	.header-c-lb a{
		height: 50px !important;
		padding-top: 13px !important;
	}
	.header-c-lb a div{
		font-size: 14px !important;
	}
	.header-c-lb a p{
		margin-top: 4px !important;
	}
}
.logo2{
	display: none;
}
.header-c-toplogo{
	height: 0;
	overflow: hidden;
}
.header-c2-b{
	display: none;
}
@media(max-width:1200px){
	header{
		width: 100%;
		height: 80px;
	}
	.header-a{
		width: 100px;
		float: right;
		border-bottom: inherit;
		border-left: 1px solid rgba(255,255,255,.4);
	}
	
	.logo2{
		display: block;
		width: 150px;
		line-height: 80px;
		margin-left: 30px;
	}
	.header-c{
		width: 100%;
		height: calc(100vh - 80px);
		height: -webkit-calc(100vh - 80px);
		left: 0;
		top: 80px;
	}
	.header-c3{
		display: none;
	}
	.header-c{
		background: #bca188;
		padding-bottom: 50px;
		overflow-y: auto;
	}
	.header-c1{
		width: 100%;
		position: relative;
		height: auto;
	}
	.header-c1-b1 .aa1{
		/*display: none;*/
	}
	.header-c1>a{
		display: none;
	}
	.header-c1-b1 .div2{
		position: relative;
		top: 0;
		left: 0;
	}
	.header-c1-b1 .div1{
		padding: 0 30px;
		line-height: 70px;
		overflow: hidden;
	}
	.header-c1-b1 .div1>div{
		float: left;
		line-height: 70px;
	}
	.header-c1-b1 .div1>p{
		float: right;
		line-height: 70px;
		margin: 0;
	}
	.header-c1-b1 .div2{
		width: 100%;
		padding: 0 ;
	}
	.header-c1-b1 .div2 a{
		padding-left: 60px;
		color: #fff;
		border-color: rgba(255,255,255,.2);
	}
	.header-c2{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding: 0 30px;
		margin-top: 50px;
	}
	.header-c2 *{
		color: #fff !important;
	}
	.header-c2-a{
		background: url(../img/ico03_1.png) no-repeat left top;
	}
	.header-c2-a:first-child{
		background: url(../img/ico02_1.png) no-repeat left top;
	}
	.toplogo{
		display: none;
	}
	.header-c-toplogo{
		height: auto;
		float: inherit;
		margin-bottom: 30px;
	}
	.toplogo-c{
		width: 100%;
	}
	.header-c2-b{
		display: block;
		font-size: 16px;
		color: #fff;
		line-height: 1;
		margin-top: 20px;
	}
	.header-b{
		display: none;
	}
}
@media(max-width:750px){
	header{
		height: 1rem;
	}
	.logo2{
		width: 2.2rem;
		height: 1rem;
		line-height: 1rem;
		margin-left: .3rem;
	}
	.header-a{
		width: 1.2rem;
		height: 1rem;
		padding-top: .25rem;
		font-size: 0;
	}
	.header-a1{
		width: .5rem;
	}
	.header-a2{
		font-size: .24rem;
		margin: 0;
		top: 0rem;
		text-align: center;	
	}
	.header-a.on .header-a1 div:first-child{
		top: -.05rem;
	}
	.header-a.on .header-a1 div:last-child{
		top: .12rem;
	}
	.header-c{
		height: calc(100vh - 1rem);
        height: -webkit-calc(100vh - 1rem);
        top: 1rem;
        padding-bottom: .8rem;
	}
	.header-c1-b{
		margin-top: .3rem;
	}
	.header-c1-b1 .div1{
		padding: 0 .3rem;
		height: .9rem;
		line-height: .9rem;
	}
	.header-c1-b1 .div1>div{
		font-size: .35rem;
		line-height: .9rem;
	}
	.header-c1-b1 .div1>p{
		font-size: .26rem;
		line-height: .9rem;
	}
	.header-c1-b1 .div2 a{
		padding-left: .6rem;
		height: 1rem;
		padding-top: .2rem;
	}
	.header-c1-b1 .div2 a>div{
		font-size: .3rem;
	}
	.header-c1-b1 .div2 a>p{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.header-c2{
		padding: 0 .3rem;
		margin-top: .3rem;
	}
	.header-c-toplogo>a{
		width: .6rem;
		height: .6rem;
		font-size: .26rem;
		line-height: .6rem;
		margin-right: .2rem;
	}
	.header-c-toplogo>div{
		width: .6rem;
		height: .6rem;
		background-size: .2rem;
	}
	.header-c-toplogo{
		margin-bottom: .2rem;
	}
	.header-c2-a{
		margin-bottom: .2rem;
	}
	.header-c2-b{
		font-size: .28rem;
		margin-top: .25rem;
	}
	.header-c2-a2{
		font-size: .24rem;
	}
	.header-a1{
		height: auto;
	}
	
} 




/*底部*/
footer{}
.footer-yy{
	width: 100%;
	height: 100px;
	background: #4a3f35;
}
.footer-yy form{
	padding-top: 22px;
	width: 100%;
	padding-right: 220px;
	overflow: hidden;
	position: relative;
}
.footer-yy-a{
	width: 29%;
	margin-right: 1%;
	border: 1px solid #e1cfc0;
	background: #705f4f;
	height: 55px;
	overflow: hidden;
	float: left;
}
.footer-yy-a>div{
	width: 90px;
	line-height: 53px;
	text-align: right;
	float: left;
	font-size: 18px;
	color: #e1cfc0;
}
.footer-yy-a>input{
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	float: left;
	height: 53px;
	line-height: 53px;
	padding: 0 15px;
	font-size: 18px;
	color: #e1cfc0;
	background: inherit;
	border: none;
}
.footer-yy-aa{
	width: 40%;
	margin-right: 0;
}
.footer-yy-sub{
	width: 208px;
	height: 55px;
	background: #fff;
	font-size: 20px;
	color: #674f3c;
	border: none;
	position: absolute;
	top: 22px;
	right: 0;
}
.footer{
	width: 100%;
	height: 515px;
	background: #1c1c1c;
}
.footer-cont{
	overflow: hidden;
	padding-top: 100px;
}
.footer-a{
	width: calc(100% - 500px);
	width: -webkit-calc(100% - 500px);
	float: left;
	overflow: hidden;
	border-right: 1px solid #37302a;
}
.footer-list{
	width: 16.666%;
	float: left;
	padding-right: 15px;
}
.footer-a1{
	font-size: 16px;
	color: #a17e62;
	line-height: 1;
}
.footer-a2{
	margin-top: 20px;
}
.footer-a2 li{
	margin-bottom: 15px;
	line-height: 20px;
}
.footer-a2 li a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: .6;
	line-height: 20px;
}
.footer-a2 li a:hover{
	opacity: 1;
}
.footer-b{
	width: 500px;
	float: right;
	padding-left: 50px;
	overflow: hidden;
}
.footer-b1{
	width: 115px;
	text-align: center;
	float: left;
}
.footer-b1 p{
	font-size: 14px;
	color: #797a7d;
	line-height: 1;
	margin-top: 12px;
	width: 100%;
	text-align: center;
}
.footer-b2{
	width: 280px;
	float: right;
	font-size: 16px;
	color: #818181;
	line-height: 30px;
}
.footer-b2 div span{
	font-family: arial;
}
.footer-b2 div:first-child{
	font-size: 30px;
	color: #c28359;
	line-height: 1;
	font-family: arial;
	margin-bottom: 10px;
}
.footer-b2 div:first-child a{
	color: #c28359;
}
.footer-c{
	margin-top: 65px;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 35px;
	font-size: 14px;
	line-height: 1;
	color: #444343;
	border-top:1px solid #37302a;
}
.footer-c a{
	color: #444343;
}
.footer-c a:hover,.footer-c a:active{
	color: #fff;
	opacity: .4;
}
@media(max-width:1200px){
	.footer-a1{
		font-size: 13px;
	}
	.footer-a2 li a{
		font-size: 12px;
	}
}
@media(max-width:1000px){
	.footer-yy{
		height: 290px;
	}
	.footer-yy form{
		padding-right: 0;
	}
	.footer-yy-a{
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	.footer-yy-sub{
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
	}
	.footer-a{
		display: none;
	}
	.footer-cont{
		padding-top: 60px;
	}
	.footer-b{
		width: 100%;
		padding: 0;
	}
	.footer-b2,.footer-b1{
		text-align: center;
		width: 100%;
	}
	.footer-b1{
		margin-top: 30px;
	}
	.footer-c{
		margin-top: 35px;
	}
}
@media(max-width:750px){
	footer{
		height: calc(100%vh - 1rem);
		height: -webkit-calc(100vh - 1rem);
		/*padding-top: 1rem;*/
	}
	.footer-yy form{
		padding: .4rem 0;
		padding-top: .7rem;
	}
	.footer-yy{
		height: auto;
	}
	.footer-yy-a>div{
		font-size: .3rem;
		width: 1.2rem;
		line-height: .6rem;
	}
	.footer-yy-a>input{
		width: calc(100% - 1.2rem);
       width: -webkit-calc(100% - 1.2rem);
       height: .6rem;
       line-height: .6rem;
       font-size: .3rem;
	}
	.footer-yy-a{
		height: .62rem;
		margin-bottom: .15rem;
	}
	.footer-yy-sub{
		height: .7rem;
		line-height: .7rem;
		font-size: .3rem;
	}
	.footer-cont{
		padding-top: .5rem;
	}
	.footer-b2{
		font-size: .28rem;
		line-height: .45rem;
	}
	.footer-b2 div:first-child{
		font-size: .32rem;
		margin-bottom: .1rem;
	}
	.footer-b1{
		margin-top: .25rem;
	}
	.footer-b1 img{
		width: 2rem;
	}
	.footer-c{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .45rem;
		padding-top: .25rem;
	}
}




/*首页*/
.index-swiper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.index-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.index-slide.swiper-slide-active .animated {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.index-slide.swiper-slide-active .animated-delay0 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.index-slide.swiper-slide-active .animated-delay1 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.index-slide.swiper-slide-active .animated-delay2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.index-slide.swiper-slide-active .animated-delay3 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.index-slide.swiper-slide-active .animated-delay4 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}
.index-slide.swiper-slide-active .animated-delay5 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.footer-slide{
	height: 615px;
}
@media(max-width:1200px){
	.index-swiper{
		opacity: 1;
	}
	.index-swiper{
		position: relative;
		height: auto;
	}
	.index-wrapper{
		display: block !important;
	}
	.index-slide{
		height: auto;
		/*min-height: 100vh;*/
	}
}
@media(max-width:1000px){
	.footer-slide{
		height:795px;
	}
}
@media(max-width:750px){
	.footer-slide{
		height:calc(100vh - 1rem);
		height: -webkit-calc(100vh - 1rem);
	}
}

/*banner*/
.ban-swiper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ban-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;
}
.ban-video{
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-slide .max1400{
	position: relative;
	z-index: 3;
}
.ban-div{
	width: 100%;
	height: 100vh;
	position: relative;
}
.ban-div-a{
	font-size: 72px;
	line-height: 1;
	color: #fff;
	padding-top: 470px;
	padding-left: 60px;
}
.ban-div-b{
	font-size: 48px;
	color: #efcaa6;
	line-height: 1;
	margin-top: 25px;
	margin-left: 200px;
}
.ban-div-c{
	font-size: 24px;
	color: #fff;
	font-family: TRAJANPRO-BOLD;
	line-height: 1;
	margin-top: 25px;
	margin-left: 0px;
	opacity: .4;
}
.ban-div-d{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	width: 180px;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 55px;
}
.ban-div-d a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.ban-div-a,.ban-div-b,.ban-div-c{
	position: relative;
	top: 10px;
	opacity: 0;
}
.ban-div-d{
	bottom: 45px;
	opacity: 0;
}
.ban-slide.swiper-slide-active .ban-div-a {
	top: 0;
	opacity: 1;
	transition: all .5s linear .1s;
}
.ban-slide.swiper-slide-active .ban-div-b {
	top: 0;
	opacity: 1;
	transition: all .5s linear .5s;
}
.ban-slide.swiper-slide-active .ban-div-c {
	top: 0;
	opacity: .2;
	transition: all .5s linear .9s;
}
.ban-slide.swiper-slide-active .ban-div-d {
	bottom: 55px;
	opacity: 1;
	transition: all .5s linear 1.2s;
}
.ban-span{
	text-align: left;
	padding-left: 195px;
}
.ban-span span{
	width: 80px;
	height: 3px;
	background: rgba(255,255,255,.2);
	opacity: 1;
	border-radius: 0;
	position: relative;
}
.ban-span span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.ban-span span.swiper-pagination-bullet-active:after{
	width: 100%;
	transition: all 5s linear;
}
.ban-md{
	display: none;
}
@media(max-width:1600px){
	.ban-div-a{
		font-size: 60px;
		padding-top: 300px;
	}
	.ban-div-b{
		font-size: 40px;
	}
	.ban-div-c{
		font-size: 20px;
	}
}
@media(max-width:1200px){
	.ban-div-a{
		padding-top: 300px;
	}
	.ban-swiper{
		height: 700px;
		position: relative;
		margin-top: 80px;
	}
	.ban-div{
		height: 700px;
	}
	.ban-div-d{
		width: 100px;
	}
}
@media(max-width:750px){
	.ban-swiper{
		height: 12.5rem;
		margin-top: 1rem;
	}
	.ban-div{
		height: 12.5rem;
	}
	.ban-slide .max1400{
		/*height: 100vh;*/
		height: 12.5rem;
	}
	.ban-div-a{
		font-size:.6rem;
		padding-top: 0;
		padding: 0;
		text-align: left;
	}
	.ban-div-b{
		font-size: .36rem;
		margin:0 ;
		text-align: left;
		padding-left: .5rem;
		margin-top: .3rem;
	}
	.ban-div-c{
		font-size:.28rem;
		line-height: .4rem;
		margin: 0;
		padding: 0;
		text-align: left;
		margin-top: .3rem;
	}
	.ban-div-d{
		display: none;
	}
	
	.ban-div{
		position: absolute;
		left: 0;
		bottom: 3.8rem;
		width: 100%;
		height: auto;
		padding: 0 .3rem;
	}
	.ban-slide.swiper-slide-active .ban-div-c{
		opacity: .4;
	}
	.ban-span{
		text-align: center;
		padding-left: 0;
	}
	.ban-span span{
		width: .7rem;
		height: 2px;
	}
	.ban-pc{
		display: none;
	}
	.ban-md{
		display: block;
	}
}

/* 首页 品牌简介*/
.iabout.max1400{
	height: 100vh;
	position: relative;
}
.iabout-cont{
	width: 100%;
	max-width: 1075px;
	margin: 0 auto;
}
.iabout-a{
	font-size: 50px;
	line-height: 1;
	color: #b89c82;
	padding-top: 150px;
}
.iabout-b{
	font-size: 18px;
	line-height: 1;
	color: rgba(255,255,255,.3);
	padding-top: 65px;
}
.iabout-c{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 2px solid #fff;
	overflow: hidden;
}
.iabout-c div{
	width: 45%;
	max-width: 410px;
	float: left;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.iabout-c div:last-child{
	width: 53%;
	max-width: 525px;
	float: right;
}
.iabout-d{
	display: inline-block;
	font-size: 16px;
	color: #ad0a0a;
	line-height: 20px;
	margin-top: 15px;
}
.iabout-d img{
	margin-left: 8px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.iabout-d:hover:hover{
	color: #ad0a0a;
}
.iabout-d:hover img{
	margin-left: 15px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.iabout-e{
	position: absolute;
	bottom: 0;
	right: 50px;
}
@media(max-width:1200px){
	.iabout-a{
		padding-top: 100px;
	}
	.iabout.max1400{
		height: auto;
		padding-bottom: 100px;
	}
}
@media(max-width:1000px){
	/*.iabout-a{
		padding-top:260px;
	}*/
}
@media(max-width:750px){
	.iabout.max1400{
		padding-bottom: .8rem;
	}
	.iabout-a{
		font-size: .6rem;
		padding-top: .8rem;
	}
	.iabout-b{
		font-size: .3rem;
		padding-top: .5rem;
		
	}
	.iabout-c{
		margin-top: .4rem;
		padding-top: .3rem;
	}
	.iabout-c div{
		width: 100% !important;
		font-size: .24rem;
		line-height: .45rem;
		margin-bottom: .3rem;
	}
	.iabout-d{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.iabout-e{
		width: 6rem;
		right: .4rem;
	}
}

/* 首页 铜门铜艺*/
.idoor{
	position: relative;
	z-index: 3;
}
.idoor-a{
	height: 350px;
	width: 100%;
	position: relative;
	margin-top: 115px;
}
.idoor-a1{
	width: 100px;
	height: 27px;
	background: url(../img/ico28_2.png) no-repeat center;
}
.idoor-a2{
	width: 100px;
	font-size: 16px;
	color: #151313;
	line-height: 1;
	text-align: center;
	margin-top: 15px;
}
.idoor-a3{
	margin-top: 20px;
	display: none;
}
.idoor-a .li1{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
}
.idoor-a .li2{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 250px;
}
.idoor-a .li3{
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: 380px;
}
.idoor-a a:hover .idoor-a2{
	color: #b30505;
}
.idoor-a a:hover .idoor-a1{
	background: url(../img/ico28_3.png) no-repeat center;
}
.idoor-a a.on .idoor-a2{
	color: #b30505;
}
.idoor-a a.on .idoor-a1{
	background: url(../img/ico28_3.png) no-repeat center;
}
.idoor-b-cont{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.idoor-b1{
	font-size: 18px;
	line-height: 1;
	color: #151313;
}
.idoor-b2{
	font-size:50px;
	line-height: 1;
	color: #b89c82;
	margin-top: 50px;
}
.idoor-b3{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	margin-top: 10px;
}
.idoor-b4{
	margin-top: 40px;
	color: #b89c82;
}
.idoor-b4:hover{
	color: #b89c82 !important;
}
.idoor-c{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
@media(max-width:1600px){
	.idoor-a{
		margin-top: 80px;
		height: 280px;
	}
	.idoor-a .li1,.idoor-a .li2,.idoor-a .li3{
		left: 30%;
	}
	.idoor-a .li3{
		top: 260px;
	}
	.idoor-b2{
		font-size: 60px;
		margin-top: 20px;
	}
	.idoor-b4{
		margin-top: 20px;
	}
}
@media(max-width:1200px){
	.idoor{
		padding-bottom: 100px;
	}
	.idoor-a{
		margin-top: 100px;
	}
	.idoor-b-cont{
		margin-top: 100px;
	}
	.idoor-a3{
		display: block;
	}
}
@media(max-width:1000px){
	/*.idoor-a{
		margin-top: 220px;
	}*/
	.idoor-c{
		width: 200px;
	}
}
@media(max-width:750px){
	.idoor-a{
		margin-top: .8rem;
	}
	.idoor{
		padding-bottom: .8rem;
	}
	.idoor-a3{
		width: 2rem;
		margin-top: .15rem;
	}
	.idoor-a1{
		width: 1.2rem;
		height: .4rem;
		background-size: .4rem;
	}
	.idoor-a2{
		width: 1.2rem;
		font-size: .24rem;
		margin-top: .15rem;
	}
	.idoor-a .li1, .idoor-a .li2, .idoor-a .li3{
		left: 0;
		top: 0;
		margin-left: 0;
	}
	.idoor-a{
		height: 5rem;
	}
	.idoor-c{
		width: 2.5rem;
		top: 1rem;
	}
	.idoor-a .li1{
		top: 1.5rem;
	}
	.idoor-a .li2{
		left: 3rem;
	}
	.idoor-a .li3{
		top: 3.5rem;
		left: 4.5rem;
	}
	.idoor-b-cont{
		margin-top: .6rem;
	}
	.idoor-b1{
		font-size: .28rem;
	}
	.idoor-b2{
		font-size: .5rem;
		margin-top: .2rem;
	}
	.idoor-b3{
		font-size: .32rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.idoor-b4{
		margin-top: .45rem;
	}
}

/* 首页  铜文化*/
.iculture-bj{
	padding-left: 200px;
	overflow: hidden;
	position: relative;
}
.iculture{
	padding-top: 180px;
	position: relative;
	z-index: 2;
}
.iculture-rt{
	width: 49.4%;
	float: right;
	padding-top: 50px;
}
.iculture-lt{
	width: 49%;
	float: left;
}
.iculture-a{
	position: relative;
}
.iculture-a img{
	margin-left: -45px;
	position: relative;
	z-index: 2;
}
.iculture-a:after{
	content: '';
	width: 140%;
	height: 2px;
	background: #cabdb1;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
.iculture-b{
	font-size: 18px;
	line-height: 1;
	color: #b30505;
	margin-top: 0px;
}
.iculture-c{
	font-size: 50px;
	line-height: 1;
	color: #b89c82;
	margin-top: 20px;
	margin-bottom: 30px;
}
.iculture-lt2{
	overflow: hidden;
}
.iculture-d{
	width: 180PX;
	float: left;
}
.iculture-d li{
	margin-bottom: 15px;
	line-height: 1;
}
.iculture-d li a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.iculture-d li a:hover{
	color: #feddbf;
}
.iculture-e{
	max-width: 415px;
	float: right;
}
.iculture-e>div{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.iculture-e2{
	margin-top: 15px;
}
.iculture-f{
	display: inline-block;
	width: 860px;
	font-size: 170px;
	line-height: .9;
	color: rgba(255,255,255,.1);
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform:  translateX(-50%);
	-webkit-transform:  translateX(-50%);
	display: none;
}
.iculture-f span{
	display: block;
	font-size: 300px;
	line-height: .9;
	margin-top: 30px;
}
@media(max-width:1600px){
	.iculture{
		padding-top: 50px;
	}
	.iculture-c{
		font-size: 60px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.iculture-f{
		top: 30px;
	}
	.iculture-bj{
		padding-left: 120px;
	}
}
@media(max-width:1360px){
	.iculture-e{
		width: 330px;
	}
}
@media(max-width:1200px){
	.iculture-f{
		display: none;
	}
	.iculture-lt,.iculture-rt{
		width: 100%;
	}
	.iculture{
		padding-top: 100px;
		overflow: hidden;
		padding-bottom: 100px;
	}
	.iculture-bj{
		padding: 0 30px;
	}
	.iculture-a img{
		margin-left: 0;
		float: left;
		margin-right: 40px;
	}
	.iculture-a:after{
		width: 2px;
		height: 400px;
		left: 150px;
		top: 200px;
	}
	.iculture-rt{
		padding-top: 0;
	}
	.iculture-b{
		margin-top: 40px;
	}
	.iculture-c{
		margin-top: 30px;
	}
	.iculture-c span{
		display: block;
		font-size: 75px;
		margin-top: 15px;
	}
	.iculture-d{
		display: none;
	}
	.iculture-e{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.iculture-e div{
		
		height: 100px;
		-webkit-line-clamp: 4;
	}
}
@media(max-width:1000px){
	.iculture-a img{
		width: 150px;
	}
	.iculture{
		padding-top: 120px;
	}
	.iculture-b{
		margin-top: 10px;
	}
	.iculture-c{
		margin-top: 20px;
		font-size: 40px;
	}
	.iculture-c span{
		font-size: 50px;
		margin-top: 10px;
	}
	.iculture-a:after{
		left: 75px;
		top: 50px;
		height: 300px;
		width: 1px;
	}
}
@media(max-width:750px){
	.iculture-a img{
		width: 2.5rem;
		margin-right: .3rem;
	}
	.iculture{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.iculture-b{
		font-size: .3rem;
		margin-top: .3rem;
	}
	.iculture-c{
		font-size: .5rem;
		margin-top: .3rem;
	}
	.iculture-c span{
		font-size: .6rem;
		margin-top: .1rem;
	}
	.iculture-a:after{
		display: none;
	}
	.iculture-bj{
		padding: 0 .3rem;
	}
	.iculture-e{
		margin-top: .5rem;
	}
	.iculture-e div{
		font-size: .24rem;
		line-height: .4rem;
		height: auto;
		max-height: 2rem;
		    -webkit-line-clamp: :;;
	}
	.iculture-e2{
		margin-top: .15rem;
	}
}


/* 首页  媒体报道*/
.ivdnews{}
.ivdnews-a{
	font-size: 50px;
	line-height: 1;
	color: #957a62;
	text-align: center;
	padding-top: 100px;
}
.ivdnews-swiper{
	margin-top: 60px;
	padding-bottom: 90px;
}
.ivdnews-div{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 25%;
	text-align: center;
	cursor: pointer;
}
.ivdnews-div p{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding: 0 20px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.ivdnews-swiper .swiper-slide{
	transform: scale(.9);
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
}
.ivdnews-swiper .swiper-slide.swiper-slide-active{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.ivdnews-span span{
	width: 80px;
	height: 2px;
	background: #000;
	border-radius: 0;
}
.ivdnews-prev{
	left: 20%;
	background: url(../img/ico25_3.png) no-repeat center;
}
.ivdnews-next{
	right: 20%;
	background: url(../img/ico25_4.png) no-repeat center;
}
@media(max-width:1600px){
	.ivdnews-a{
		padding-top: 70px;
	}
}
@media(max-width:1200px){
	.ivdnews{
		padding-bottom: 100px;
	}
	.ivdnews-a{
		padding-top: 100px;
	}
	.ivdnews-swiper{
		padding-left:140px;
		padding-right: 140px;
	}
	.ivdnews-next,.ivdnews-prev{
		display: none;
	}
}
@media(max-width:750px){
	.ivdnews{
		padding-bottom: .8rem;
	}
	.ivdnews-a{
		padding-top: .8rem;
		font-size: .6rem;
	}
	.ivdnews-swiper{
		margin-top: .2rem;
		padding-left: .5rem;
        padding-right: .5rem;
        padding-bottom: .8rem;
	}
	.ivdnews-div{
		padding-top: 25%;
	}
	.ivdnews-div>img{
		width: .6rem;
	}
	.ivdnews-div p{
		font-size: .3rem;
		line-height: .5rem;
		padding: 0 .15rem;
		margin-top: .15rem;
	}
	.ivdnews-swiper .swiper-slide{
		margin-top: .3rem !important;
	}
	.ivdnews-swiper .swiper-slide{
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.ivdnews-span span{
		width: .6rem;
		height: 2px;
	}
}

/* 首页  铜“话”*/
.inews{}
.inews-a{
	width: 100%;
	padding-top: 165px;
	padding-left: 40px;
}
.inews-a1{
	font-size: 18px;
	line-height: 1;
	color: rgba(255,255,255,.3);
}
.inews-a2{
	font-size:32px;
	line-height: 1;
	color: #b89c82;
	padding-bottom: 35px;
	border-bottom: 2px solid rgba(255,255,255,.7);
	display: inline-block;
	margin-top: 20px;
}
.inews-a3{
	margin-top: 40px;
	/*color: #b89c82;*/
}
.inews-a3:hover{
	/*color: #b89c82 !important;*/
}
.inews-b{
	margin-top: 90px;
}
.inews-b li{
	display: inline-block;
	position: relative;
}
.inews-b li a{
	display: block;
	width: 545px;
	height: 265px;
	background: #1b1b1b;
	padding: 50px;
	position: absolute;
	top: 60px;
	right: -480px;
}
.inews-b1{
	font-size: 24px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inews-b2{
	font-size: 14px;
	color: rgba(255,255,255,.5);
	height: 50px;
	line-height: 25px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews-b3{
	margin-top: 25px;
}
.inews-b li a:hover{
	background: #b89c82;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.inews-b li a:hover .inews-b3{
	/*color: #543c25; !important;*/
}
.inews-b li:first-child{
	position: absolute;
	top: 35px;
	right: 0;
}
.inews-b li:first-child a{
	right: inherit;
	left: -480px;
}
@media(max-width:1850px){
	.inews-b li:first-child a{
		left: -300px;
	}
}
@media(max-width:1600px){
	.inews-a{
		padding-top: 70px;
	}
	.inews-b li{
		width: 40%;
	}
	.inews-b li a{
		width: 70%;
		padding: 30px;
		height: auto;
		right: -200px;
	}
	.inews-b li:first-child a{
		left: -150px;
	}
	.inews-b{
		margin-top: 40px;
	}
	.inews-b1{
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
}
@media(max-width:1200px){
	.inews-b li:first-child{
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 40px;
	}
	.inews-b li{
		width: 60%;
	}
	.inews-b li a{
		right: -250px;
	}
	.inews-b li:first-child a{
		left: inherit;
		right: -250px;
	}
	.inews{
		padding-bottom: 100px;
	}
	.inews-a{
		padding-top: 100px;
	}
}
@media(max-width:1000px){
	.inews-a{
		padding-top: 150px;
	}
}
@media(max-width:750px){
	.inews{
		padding-bottom: .8rem;
	}
	.inews-a{
		padding: 0;
		padding-top: .8rem;
	}
	.inews-a1{
		font-size: .3rem;
	}
	.inews-a2{
		font-size: .43rem;
		border: 0;
		padding-bottom: 0;
		margin-top: .2rem;
	}
	.inews-a3{
		margin-top: .2rem;
		/*display: none;*/
	}
	.inews-b{
		margin-top: .4rem;
	}
	.inews-b li{
		width: 100%;
	}
	.inews-b li a{
		width: 90%;
		position: relative;
		top: inherit !important;
		right: inherit !important;
		margin-top: -1.5rem;
		margin-left: 5%;
		background: #b89c82;
		padding: .2rem .4rem;
	}
	.inews-b li:first-child{
		margin-bottom: .3rem;
	}
	.inews-b1{
		font-size: .3rem;
		line-height: .5rem;
		height: auto;
			height: 1rem;
		-webkit-line-clamp: 2;
	}
	.inews-b3{
		display: block;
		margin-top: .15rem;
		color: #ffefe1 !important;
	}
	.inews-b2{
		display: none;
	}
}

/* 首页  瑞茂合作*/
.icooperation{
	overflow: hidden;
	padding-top: 210px;
}
.icooperation-lt{
	width: 375px;
	color: #fff;
	float: left;
}
.icooperation-a{
	font-size: 32px;
	line-height: 1;
	padding-bottom: 35px;
	border-bottom: 1px solid #fff;
}
.icooperation-b{
	font-size: 14px;
	line-height: 25px;
	color: #fefefe;
	margin-top: 35px;
}
.icooperation-c{
	/*color: #fff;*/
	margin-top: 50px;
}
.icooperation-c:hover{
	/*color: #fff !important;*/
}
.icooperation-rt{
	width: calc(100% - 420px);
	width: -webkit-calc(100% - 420px);
	float: right;
}
@media(max-width:1600px){
	.icooperation{
		padding-top: 150px;
	}
}
@media(max-width:1200px){
	.icooperation{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.icooperation-lt{
		width: 100%;
		margin-bottom: 40px;
	}
	.icooperation-rt{
		width: 100%;
	}
}
@media(max-width:1000px){
	.icooperation{
		padding-top: 150px;
	}
}
@media(max-width:750px){
	.icooperation{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.icooperation-a{
		font-size: .35rem;
		padding-bottom: .4rem;
	}
	.icooperation-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .4rem;
	}
	.icooperation-c{
		margin-top: 0;
		position: absolute;
		top: .1rem;
		right: .5rem;
	}
	.icooperation-lt{
		position: relative;
		margin-bottom: .6rem;
	}
}


/* 首页  cooperation道*/
.icategory{
	height: 100%;
	height: 100vh;
	position: relative;
}
.icategory-a{
	padding-top: 180px;
	padding-left: 50px;
}
.icategory-a1{
	font-size: 50px;
	color: #b89c82;
	line-height: 1;
	max-width: 420px
}
.icategory-a2{
	font-size: 16px;
	color: rgba(255,255,255,.3);
	line-height: 1;
	margin-top: 40px;
}
.icategory-b{
	width: 909px;
	height: 909px;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.icategory-b1{
	width: 530px;
	height: 530px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.icategory-b1 a{
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.icategory-b1-a{
	width: 26px;
	height: 26px;
	background: url(../img/ico31.png) no-repeat center;
	animation:myscale 2s linear 0s infinite;
	-moz-animation:myscale 2s linear 0s infinite;
	-webkit-animation:myscale 2s linear 0s infinite;
	-o-animation:myscale 2s linear 0s infinite;
}
@keyframes myscale{
	0% {transform: scale(1);}
	50% {transform: scale(.8);}
	100% {transform: scale(1);}
}
	
@-moz-keyframes myscale{
	0% {transform: scale(1);}
	50% {transform: scale(.8);}
	100% {transform: scale(1);}
}
@-webkit-keyframes myscale{
	0% {transform: scale(1);}
	50% {transform: scale(.8);}
	100% {transform: scale(1);}
}
@-o-keyframes myscale{
	0% {transform: scale(1);}
	50% {transform: scale(.8);}
}
.icategory-b1-b{
	width: 70px;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: -70px;
	color: #fff;
	z-index: 4;
}
.icategory-b1-c{
	width: 220px;
	height: 220px;
	border-radius: 100%;
	border: 1px dashed rgba(255,255,255,.7);
	padding: 10px;
	position: absolute;
	top: 75px;
	left: -275px;
	display: none;
	z-index: 3;
}
.icategory-b1-c div{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: rgba(255,255,255,.1);
	padding: 15px;
}
.icategory-b1-c img{
	border-radius: 100%;
	position: relative;
	z-index: 3;
}
.icategory-b1-c i{
	display: block;
    width: 140px;
    height: 2px; 
	transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
    background: #fff;
    opacity: .4;
    border-radius: 0;
    position: absolute;
    top: -19px;
    right: -85px;
	
}
.icategory-b1 .a1{
	left: 35px;
	top: 377px;
}
.icategory-b1 .a2{
	left: 0px;
	top: 255px;
}
.icategory-b1 .a3{
	left: 35px;
	top: 135px;
}
.icategory-b1 .a4{
	left: 125px;
	top: 40px;
}
.icategory-b1 .a4 .icategory-b1-c{
	top: 15px;
    left: -358px;
}
.icategory-b1 .a4 .icategory-b1-c i{
	transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
    -webkit-transform:rotate(-25deg);
	top: 30px;
    right: -160px;
    width: 175px;
}
.icategory-b1 .a5{
	left: 371px;
	top: 38px;
}
.icategory-b1 .a6{
	left: 464px;
	top: 128px;
}
.icategory-b1 .a7{
	left: 497px;
	top: 252px;
}
.icategory-b1 .a5 .icategory-b1-c{
	top: -10px;
    left: 170px;
}
.icategory-b1 .a5 .icategory-b1-c i{
	width: 169px;
	transform: rotate(-158deg);
	-ms-transform: rotate(-158deg);
	-webkit-transform: rotate(-158deg);
    top: 54px;
    right: 213px;
}
.icategory-b1 .a2,.icategory-b1 .a7{
	z-index: 2;
}
.icategory-b1 .a5 .icategory-b1-b,.icategory-b1 .a6 .icategory-b1-b,.icategory-b1 .a7 .icategory-b1-b{
	left: 40px;
}
.icategory-b1 .a6 .icategory-b1-c,.icategory-b1 .a7 .icategory-b1-c{
	left: 55px;
}
.icategory-b1 .a6 .icategory-b1-c i,.icategory-b1 .a7 .icategory-b1-c i{
	width: 120px;
	transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
    -webkit-transform:rotate(-120deg);
	top: -10px;
    right: 170px;
}

.icategory-b1 a.on .icategory-b1-a{
	background: url(../img/ico32.png) no-repeat center;
}

.icategory-b1 a.on .icategory-b1-b{
	color: #b89c82;
}
@media(max-width:1600px){
	.icategory-b{
		margin-top: -50px;
		left: 60%
	}
	.icategory-a{
		padding-top: 100px;
		padding-left: 0;
	}
}
@media(max-width:1200px){
	.icategory{
		height: auto;
		min-height: 900px;
	}
	.icategory-a{
		padding-top: 100px;
	}
	.icategory-b{
		left: 55%;
		margin-top: 0;
	}
}
.icategory-c{
	display: none;
}
@media(max-width:1000px){
	.icategory-a{
		padding-top: 100px;
	}
	.icategory-b{
		display: none;
	}
	.icategory-c{
		display: inline-block;
		margin-top: 40px;
	}
	.icategory{
		min-height: auto;
	}
}
@media(max-width:750px){
	.icategory-a{
		padding-top: .8rem;
	}
	.icategory-c{
		margin-top: .4rem;
		margin-bottom: .2rem;
	}
	.icategory-a1{
		font-size: .6rem;
	}
	.icategory-a2{
		font-size: .28rem;
		margin-top: .3rem;
	}
}


/* 首页  经典项目*/
.iproject{
	padding-top: 135px;
	
}
.iproject-a{
	width: 100%;
	font-size: 18px;
	color: #b30505;
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: 2px solid #fff;
}
.iproject-b{
	width: 370px;
	float: left;
}
.iproject-b1{
	font-size: 32px;
	line-height: 1;
	color: #b89c82;
}
.iproject-b2{
	margin-top: 90px;
}
.iproject-b2 li{
	width: 350px;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.iproject-b2-a{
	font-size: 18px;
	color: #988574;
	line-height: 30px;
	padding-left: 25px;
	position: relative;
	z-index: 2;
}
.iproject-b2-c{
	width: 15px;
	height: 3px;
	background: #988574;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 2;
}
.iproject-b2-b{
	font-size: 75px;
	line-height: 1;
	color: rgba(255,255,255,.05);
	position: absolute;top: 0;
	left: 0;
	z-index: 1;
	font-family: arial;
	text-transform:Uppercase;
	display: none;
}
.iproject-b2 li:hover .iproject-b2-a{
	color: #fff;
}
.iproject-b2 li.on{
	background: url(../img/ico35.png) no-repeat right center;
}
.iproject-b2 li.on .iproject-b2-a{
	font-size: 36px;
	color: #fff;
	padding-left: 0;
	line-height: 80px;
}
.iproject-b2 li.on .iproject-b2-b{
	display: block;
}
.iproject-b2 li.on .iproject-b2-c{
	display: none;
}
.iproject-d{
	width: calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	float: right;
	padding-left: 60px;
	position: relative;
}
.iproject-d1{
	width: 100%;
	max-width: 630px;
	height: 125px;
	margin: 0 auto;
}
.iproject-d1-a{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.iproject-d1-b{
	/*color: #b89c82;*/
	margin-top: 15px;
}
.iproject-d1-b:hover{
	/*color: #b89c82 !important;*/
}
.iproject-d-swiper{
	width: calc(100% + 280px);
	width: -webkit-calc(100% + 280px);
	margin-right: -280px;
	padding-right: 280px;
}
.iproject-d-swiper .swiper-slide:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
}
.iproject-d-swiper .swiper-slide.swiper-slide-active:after{
	display: none;
}
.iproject-d-prev{
	width: 58px;
	height: 45px;
	background: #5f5049 url(../img/ico25_1.png) no-repeat center;
	left: 0;
	top: inherit;
	bottom: 47px;
	margin: 0;
}
.iproject-d-next{
	width: 58px;
	height: 45px;
	background: #5f5049 url(../img/ico25.png) no-repeat center;
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0px;
	margin: 0;
}
@media(max-width:1600px){
	.iproject{
		padding-top: 40px;
	}
	.iproject-d1{
		height: 100px;
	}
}
@media(max-width:1200px){
	.iproject{
		padding-top:100px;
		padding-bottom: 100px;
		overflow: hidden;
	}
	.iproject-d{
		
	}
}
.iproject-c-swiper{
	display: none;
}
@media(max-width:1000px){
	.iproject{
		padding-top: 100px;
	}
	.iproject-b2{
		display: none;
	}
	.iproject-c-swiper{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	.iproject-b{
		width: 100%;
		float: inherit;
	}
	.iproject-c-swiper .swiper-slide{
		font-size: 24px;
		line-height: 40px;
		color: #988574;
		text-align: center;
	}
	.iproject-c-swiper .swiper-slide i{
		display: inline-block;
		width: 8px;
		height: 2px;
		background: #988574;
		position: relative;
		top: -5px;
	}
	.iproject-c-swiper .swiper-slide.on{
		color: #fff;
		font-size: 36px;
	}
	.iproject-c-swiper .swiper-slide.on i{
		display: none;
	}
	.iproject-c-prev{
		background: url(../img/ico25_1.png) no-repeat center;
		left: 0;
	}
	.iproject-c-next{
		background: url(../img/ico25.png) no-repeat center;
		right: 0;
	}
	.iproject-d{
		width: 100%;
		padding: 0;
		padding-bottom: 60px;
		margin-top: 30px;
		border-top: 1px solid rgba(255,255,255,.3);
		padding-top: 30px; 
	}
	.iproject-d-swiper{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.iproject-d-prev{
		bottom: 0;
		left: 50%;
		margin-left: -59px;
	}
	.iproject-d-next{
		bottom: 0;
		left: 50%;
		margin-left: 1px;
	}
}
@media(max-width:750px){
	.iproject{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.iproject-a{
		font-size: .3rem;
		padding-bottom: .3rem;
		margin-bottom: .3rem;
		border-bottom: 1px solid #fff;
	}
	.iproject-b1{
		font-size: .4rem;
	}
	.iproject-c-swiper{
		margin-top: .4rem;
	}
	.iproject-c-swiper .swiper-slide{
		font-size: .3rem;
	}
	.iproject-c-swiper .swiper-slide.on{
		font-size: .3rem;
	}
	.iproject-d{
		margin-top: .2rem;
		padding-top: .2rem;
		padding-bottom: .8rem;
	}
	.iproject-d1{
		height: auto;
	}
	.iproject-d1-a{
		font-size: .24rem;
		line-height: .45rem;
		max-height: .9rem;
	}
	.iproject-d1-b{
		margin-top: .15rem;
	}
	.iproject-d-swiper{
		margin-top: .3rem;
	}
	.iproject-d-prev{
		width: .8rem;
		height: .6rem;
		margin-left: -.85rem;
	}
	.iproject-d-next{
		width: .8rem;
		height: .6rem;
		margin-left: .05rem;
	}
}


/*孟德仁大师*/
.master-a-bj{
	background: #ede6e0;
}
.master-a{
	padding-top: 100px;
	padding-bottom: 530px;
}
.master-a2{
	padding-left: 90px;
	font-size: 24px;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 55px;
}
.master-a3{
	overflow: hidden;
}
.master-a3-a,.master-a3-b{
	width: 48%;
	float: left;
	max-width: 645px;
	padding-top: 20px;
	border-top: 2px solid #454544;
}
.master-a3-b{
	float: right;
}
.master-b-bj{
	background: #947a63;
	padding-bottom: 160px;
	position: relative;
	z-index: 2;
}
.master-b1{
	position: relative;
	top: -440px;
}
.master-swiper{
	width: calc(100% + 175px);
	width: -webkit-calc(100% + 175px);
	margin-left: -175px;
}
.master-pagination{
	text-align: right;
	padding-right: 35px;
	bottom: 40px;
}
.master-pagination span{
	width: 80px;
	height: 3px;
	background: #fff;
	border-radius: 0;
}
.master-pagination span.swiper-pagination-bullet-active{
	background: #b22d26;
}
.master-b2{
	margin-top: -370px;
}
.master-b3{
	font-size: 160px;
	line-height: 1;
	color: rgb(255,255,255,.1);
	position: absolute;
	right: 0;
	bottom: -30px;
}
.master-c-bj{
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 3;
}
.master-c{
	padding-top: 65px;
	padding-bottom: 125px;
	position: relative;
}
.master-c-ul{
	width: 102%;
	margin-left: -1%;
	padding: 0 1%;
	overflow: hidden;
}
.master-c-ul li{
	float: left;
	margin-top: 50px;
	position: relative;
}
.master-c1{
	width: 100%;
	border-top: 1px solid #999;
	padding-top: 15px;
	text-align: right;
}
.master-c1 h2{
	font-size: 30px;
	line-height: 1;
}
.master-c1 p{
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
}
.master-c2{
	margin-top: 30px;
	margin-bottom: 15px;
	box-shadow: 0 0 15px #999;
}
.master-c-ul li.li2{
	max-width: 37.14%;
	float: left;
	padding-bottom: 135px;
}
.master-c-ul li.li2 .master-c1{
	position: absolute;
	left: 0;
	bottom: 5px;
	border-bottom: 1px solid #999;
	border-top: none;
	text-align: left;
	padding-bottom: 25px;
}
.master-c-ul li.li2 .master-c2{
	margin-top: 0;
}
.master-c-ul li.li3{
	width: 55.71%;
	float: right;
}
.master-c-txt{
	width: 60%;
	position: absolute;
	top: 60px;
	left: 50px;
	background: #fff;
	padding-right: 50px;
	z-index: 3;
}

.master-ca{
	margin-top: 90px;
}

@media(max-width:1600px){
	.master-swiper{
		width: calc(100% + 40px);
	    width: -webkit-calc(100% + 40px);
	    margin-left: -50px;
	}
	.master-b3{
		font-size: 240px;
	}
	.master-b-bj{
		padding-bottom: 200px;
	}
	.master-c-txt{
		left: 110px;
	}
	.master-c-txt{
		top: 40px;
		padding-right: 20px;
    }
}
@media(max-width:1200px){
	.master-c-txt{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}
}
@media(max-width:1000px){
	.master-a2{
		padding-left: 40px;
	}
	.master-a{
		padding-bottom: 300px;
	}
	.master-b1{
		top: -260px;
	}
	.master-b2{
		margin-top: -190px;
	}
	.master-b3{
		font-size: 180px;
	}
}
@media(max-width:750px){
	.master-a{
		padding-top: .6rem;
		padding-bottom: 2rem;
	}
	.master-a2{
		font-size: .28rem;
		line-height: .5rem;
		padding-left: .2rem;
		margin-bottom: .4rem;
	}
	.master-a3-a, .master-a3-b{
		width: 100%;
		max-width: 100%;
		margin-bottom: .3rem;
		padding-top: .15rem;
	}
	.master-swiper{
		width: calc(100% + .3rem);
	    width: -webkit-calc(100% + .3rem);
	    margin-left: -.3rem;

	}
	.master-b1{
		top: -1.6rem;
	}
	.master-b2{
		margin-top: -1rem;
	}
	.master-b-bj{
		padding-bottom: 2rem;
	}
	.master-b3{
		font-size: 1.7rem;
		bottom: 0;
	}
	.master-pagination span{
		width: .5rem;
	}
	.master-c{
		padding-top: .6rem;
		padding-bottom: .8rem;
	}
	.master-c-ul li{
		margin-top: .4rem;
	}
	.master-c1{
		padding-top: .15rem;
	}
	.master-c1 h2{
		font-size: .34rem;
	}
	.master-c1 p{
		font-size: .24rem;
		margin-top: .15rem;
	}
	.master-c2{
		margin-top: .2rem;
		margin-bottom: .1rem;
	}
	.master-c-ul li.li2{
		width: 80%;
		max-width: 80%;
		padding-bottom:0;
		float: right;
	}
	.master-c-ul li.li2 .master-c1{
		border-top: 1px solid #999;
		border-bottom: inherit;
		padding-bottom: .2rem;
		position: relative;
		top: 0;
		left: 0;
		text-align: right;
	}
	.master-c-ul li.li2 .master-c2{
		margin-top: .1rem;
	}
	.master-c2{
		box-shadow: 0 0 5px #999;
	}
	.master-c-ul li.li3{
		width: 80%;
		max-width: 80%
	}
	.master-ca{
		margin-top: .6rem;
	}
}




/*传统工艺*/
.technology-a-bj{
	background: #ebe6e1;
}
.technology-a{
	padding-top: 100px;
	padding-bottom: 400px;
}
.technology-a2{
	padding-left: 90px;
	font-size: 24px;
	line-height: 40px;
	margin-top: 15px;
	color: #b89c82;
}
.technology-a3{
	overflow: hidden;
	margin-top: 50px;
}
.technology-a3-a,.technology-a3-b{
	width: 48%;
	float: left;
	max-width: 640px;
	padding-top: 35px;
	border-top: 2px solid #454544;
}
.technology-a3-b{
	float: right;
}
.technology-a3-a1{
	min-height: 36px;
}
.technology-a3-a2{
	margin-top: 30px;
}
.technology-a4{
	font-size: 18px;
	line-height: 30px;
	color: rgba(0,0,0,.3);
	font-family: arial;
}
.technology-b{
	position: relative;
}
.technology-b1{
	margin-top: -360px;
	width: 1861px;
	margin-left: -180px;
	overflow: hidden;
}
.technology-b1 img:first-child{
	float: left;
}
.technology-b1 img:last-child{
	margin-top: 145px;
	float: left;
}
.technology-b2{
	position: absolute;
	left: 50px;
	bottom: 0;
	width: 510px;
	line-height: 25px;
}
.technology-c{
	margin-top: 100px;
	padding-bottom: 410px;
}
.technology-c .technology-a3{
	margin-top: 0;
}
.technology-d-bj{
	width: 100%;
	background: #8f7a68;
}
.technology-d1{
	width: 1660px;
	position: relative;
	top: -350px;
}
.technology-d2{
	margin-top: -225px;
	padding-bottom: 80px;
}
.technology-d2-a{
	width: 100%;
	max-width: 640px;
	height: 1px;
	background: #fff;
}
.technology-d2-b{
	margin-top: 30px;
}
.technology-d2-c{
	margin-top: 30px;
}
.technology-e{
	width: 100%;
	padding-left: 90px;
}

@media(max-width:1600px){
	.technology-b{
		padding-left: 0;
		padding-right: 0;
	}
	.technology-b1{
		width: 100%;
		margin-left: 0;
	}
	.technology-b1 img{
		width: 50%;
	}
	.technology-b1 img:last-child{
		margin-top: 250px;
	}
	.technology-b2{
		width: 38%;
		left: 110px;
	}
	.technology-d1{
		width: calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
		top: -200px;
	}
	.technology-d2{
		margin-top: -125px;
	}
	.technology-e{
		padding: 0;
	}
	.technology-c{
		padding-bottom: 260px;
	}
}
@media(max-width:1200px){
	.technology-a{
		padding-bottom: 80px;
	}
	.technology-b1{
		margin-top: 50px;
	}
	.technology-b1 img:last-child{
		margin-top: 50px;
	}
	.technology-b2{
		position: relative;
		top: 0;
		left: 0;
		padding: 0 30px;
		width: 100%;
		margin-top: 30px;
	}
	.technology-c{
		margin-top: 50px;
	}
}
@media(max-width:750px){
	.technology-a{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.technology-a2{
		font-size: .3rem;
		line-height: .45rem;
		padding-left: .2rem;
		margin-top: .15rem;
	}
	.technology-a4{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.technology-a3{
		margin-top: .4rem;
	}
	.technology-a3-a, .technology-a3-b{
		width: 100%;
		margin-bottom: .4rem;
		padding-top: .2rem;
	}
	.technology-a3-a1{
		height: auto;
		line-height: .5rem;
	}
	.technology-a3-a2{
		margin-top: .15rem;
	}
	.technology-b1{
		margin-top: .6rem;
	}
	.technology-b1 img:last-child{
		margin-top: .5rem;
	}
	.technology-b2{
		padding: 0 .3rem;
		margin-top: .4rem;
	}
	.technology-c{
		margin-top: .6rem;
		padding-bottom: 2rem;
	}
	.technology-d1{
		width: calc(100% + .3rem);
	    width: -webkit-calc(100% + .3rem);
	    top: -1.5rem;
	}
	.technology-d2{
		margin-top: -1rem;
		padding-bottom: .6rem;
	}
	.technology-d2-b,.technology-d2-c{
		margin-top: .3rem;
	}
}



/*非遗传承*/
.inherit-a{
	padding-top: 100px;
	padding-bottom: 380px;
}
.inherit-b-bj{
	width: 100%;
	min-height: 1070px;
	background: no-repeat right center;
}
.inherit-b1{
	width: 1575px;
	height: 700px;
	margin-left: -175px;
	position: relative;
	top: -255px;
	background: no-repeat center;
	background-size: cover;
}
.inherit-b1-a{
	width: 100%;
	max-width: 1400px;
	float: right;
	padding-top: 100px;
}
.inherit-b1-a1{
	width: 100%;
	max-width: 745px;
}
.inherit-b2{
	float: right;
	margin-top: -125px;
	max-width: 640px;
}
.inherit-c{
	padding-top: 150px;
	padding-bottom: 530px;
}
.inherit-c .technology-a3{
	margin-top: 0;
}
.inherit-d-bj{
	width: 100%;
	min-height: 1120px;
	background: no-repeat right center;
}
.inherit-d1{
	width: 1680px;
	position: relative;
	top: -430px;
}
.inherit-d2{
	text-align: center;
	color: #fff;
	margin-top: -365px;
}
.inherit-d2-a{
	font-size: 30px;
	line-height: 40px;
}
.inherit-d2-b{
	font-size: 48px;
	line-height: 1;
	color: #b22d26;
	margin-top: 35px;
}
.inherit-d2-c{
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}
.inherit-d2-d{
	font-size: 16px;
	line-height: 1;
	margin-top: 35px;
}
.inherit-d3{
	width: 1920px;
	height: 291px;
	margin-top: 30px;
	background: url(../img/img03.png) no-repeat center;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.inherit-d3-a{
	width: 100%;
	width: 1400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
}
.inherit-d3-a li{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.inherit-d3-a li .img2{
	display: none;
}
.inherit-d3-a li.on{
	color: #b22d26;
}
.inherit-d3-a li.on .img1{
	display: none;
}
.inherit-d3-a li.on .img2{
	display: inline-block;
}
.inherit-d3-a li>img{
	margin-bottom: 12px;
}
.inherit-d3-a li:first-child{
	top: 128px;
    left: 143px;

}
.inherit-d3-a li:nth-child(2){
	top: 55px;
	left:460px;
}
.inherit-d3-a li:nth-child(3){
	top: 124px;
    left: 718px;
}
.inherit-d3-a li:nth-child(4){
	top: 140px;
	left: 950px;
}

@media(max-width:1600px){
	.inherit-b1{
		width: calc(100% + 150px);
		width: -webkit-calc(100% + 150px);
		margin-left: -110px;
		height: 600px;
		padding-left: 110px;
	}
	.inherit-b-bj{
		min-height: 800px;
		background-size: cover;
	}
	.inherit-d1{
		width: calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
	}
	.inherit-d-bj{
		min-height: 900px;
	}
}
@media(max-width:1200px){
	.inherit-d3-a{
		width: 100%;
		left: 0;
		margin: 0;
	}
	.inherit-d3{
		width: calc(100% + 60px);
		width: -webkit-calc(100% + 60px);
		margin: 0;
		left: -30px;
	}
}
@media(max-width:1000px){
	.inherit-d1{
		top: -230px;
	}
	.inherit-d2{
		margin-top: -160px;
	}
	.inherit-c{
		padding-bottom: 300px;
	}
	.inherit-d3-a li:first-child{
		left: 50px;
	}
	.inherit-d3-a li:nth-child(2){
		left: 200px;
	}
	.inherit-d3-a li:nth-child(3){
		left: 400px;
	}
	.inherit-d3-a li:nth-child(4){
		left: 600px;
	}
	.inherit-b1-a1{
		max-width: 645px;
		line-height: 25px;
	}
}
@media(max-width:750px){
	.inherit-a{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.inherit-b1{
		width: calc(100% + .6rem);
	    width: -webkit-calc(100% + .6rem);
	    margin-left: -.3rem;
		top: 0;
		background-position: 0 0;
		background-size: 100% 3rem;
		padding: 0;
		overflow: hidden;
		height: auto;
	}
	.inherit-b-bj{
		min-height: auto;
		height: auto;
		overflow: hidden;
	}
	.inherit-b1-a{
		padding-top: 3rem;
	}
	.inherit-b1-a1{
		padding: .3rem;
		color: #333 !important;
	}
	.inherit-b2{
		margin-top: .4rem;
		padding-bottom: .6rem;
	}
	.inherit-c{
		padding-top: .7rem;
		padding-bottom: 2.5rem;
	}
	.inherit-d1{
		top: -2rem;
	}
	.inherit-d2{
		margin-top: -1.5rem;
	}
	.inherit-d2-a{
		font-size: .32rem;
		line-height: .5rem;
	}
	.inherit-d2-b{
		font-size: .45rem;
		margin-top: .2rem;
	}
	.inherit-d2-c,.inherit-d2-d{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.inherit-d2-d{
		font-size: .24rem;
	}
	.inherit-d-bj{
		min-height: inherit;
		padding-bottom: .8rem;
	}
	.inherit-d3{
		background-size:cover ;
	}
	.inherit-d3{
		height: 3rem;
	}
	.inherit-d3-a li{
		width: 1rem;
		font-size: .24rem;
	}
	.inherit-d3-a li>img{
		margin-bottom: .1rem;
	}
	.inherit-d3-a li:first-child{
		left: .5rem;
		top: 1.5rem;
	}
	.inherit-d3-a li:nth-child(2){
		left: 2.2rem;
		top: .5rem;
	}
	.inherit-d3-a li:nth-child(3){
		left: 4rem;
		top: 2rem;
	}
	.inherit-d3-a li:nth-child(4){
		left: 6rem;
		top: 1.5rem;
	}
}




/*铜艺*/
.brand{
	padding-top: 100px;
	padding-bottom: 170px;
}
.brand-a{
	padding-bottom: 70px;
	border-bottom: 2px solid #454544;
	line-height: 60px;
	overflow: hidden;
}
.brand-a1{
	font-size: 60px;
	line-height: 1;
	float: left;
	margin-right: 20px;
}
.brand-a2{
	display: inline-block;
	line-height: 60px;
	float: left;
	margin-left: 90px;
}
.brand-b{
	margin-top: 70px;
	overflow: hidden;
}
.brand-b1{
	width: 45.85%;
	float: left;
}
.brand-b1-a{
	font-size: 60px;
	line-height: 65px;
	color: #977c61;
	margin-bottom: 35px;
}
.brand-b2{
	width: 49.15%;
	float: right;
}
.brand-c{
	overflow: hidden;
	width: 102%;
	margin-top: 110px;
}
.brand-c a{
	display: block;
	width: 47.9%;
	float: left;
	margin-right: 2.1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
.brand-c a:first-child{
	width: 97.9%;
}
.brand-c1{
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 25px;
	color: #fff;
	padding: 0 35px;
}
.brand-d{
	margin-top: 60px;
}

@media(max-width:1600px){
	.brand-b1-a{
		font-size: 40px;
		line-height: 50px;
	}
}
@media(max-width:1000px){
	.brand-b1-a{
		font-size: 30px;
		line-height: 40px;
	}
}
@media(max-width:750px){
	.brand{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.brand-a{
		padding-bottom: .4rem;
	}
	.brand-a1{
		font-size: .5rem;
		margin-top: .15rem;
		line-height: .8rem;
		margin-top: 0;
	}
	.brand-a2{
		line-height: .8rem;
		margin-left: .3rem;
	}
	.brand-a2 img{
		width: 1.5rem;
	}
	.brand-b{
		margin-top: .7rem;
	}
	.brand-b1,.brand-b2{
		width: 100%;
		margin-bottom: .3rem;
	}
	.brand-b1-a{
		font-size: .35rem;
		margin-bottom: .2rem;
	}
	.brand-c{
		width: 100%;
		margin: 0;
		margin-top: .6rem;
	}
	.brand-c a{
		width: 100%;
		margin: 0;
		margin-bottom: .2rem;
	}
	.brand-c a:first-child{
		width: 100%;
	}
	.brand-c1{
		font-size: .28rem;
		line-height: .4rem;
		bottom: .1rem;
		padding: 0 .3rem;
	}
	.brand-d{
		margin-top: .5rem;
	}
}



/*铜门*/
.door{
	padding-bottom: 120px;
}
.door-c{
	margin-top: 65px;
}
.door-c li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 55px;
	padding: 30px;
	background: #fff;
}
.door-c-lt{
	width: 52.2%;
	float: left;
}
.door-c-lt div{
	background: no-repeat center;
	background-size: cover;
}
.door-c1{
	width: 49.857%;
	float: left;
	height: 434px;
	float: left;
}
.door-c2,.door-c3{
	width: 47.142%;
	float: right;
	height: 207px;
}
.door-c2{
	margin-bottom: 20px;
}
.door-c-rt{
	width: 47.8%;
	float: right;
	padding: 0 65px;
}
.door-c4{
	font-size: 36px;
	line-height: 40px;
	margin-top: 5px;
	height: 40px;
	color: #92633b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.door-c5{
	margin-top: 35px;
	font-size: 16px;
	color: #545454;
	line-height: 25px;
	height: 275px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;
}
.door-c6{
	width: 180px;
	height: 45px;
	line-height: 45px;
	left: 0;
	margin-left: 0;
	margin-top: 10px;
}
.door-c li:nth-child(2n + 0) .door-c-lt{
	float: right;
}
.door-c li:nth-child(2n + 0) .door-c-rt{
	float: left;
	padding-left: 30px;
}
.door-d{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.door-d a{
	display: block;
	width: 25%;
	height: 225px;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	float: left;
}
.door-d-div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	overflow: hidden;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.door-d a:hover .door-d-div{
	background: rgba(0,0,0,0);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.door-d1{
	width: 130px;
	height: 225px;
	text-align: center;
	line-height: 225px;
	padding: 0 15px;
	float: right;
}
.door-d2{
	width: calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	float: left;
	height: 225px;
}
.door-d2-cont{
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
.door-d2-a{
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	font-family: TRAJANPRO-BOLD;
	padding-top: 55px;
	
}
.door-d2-b{
	font-size: 25px;
	line-height: 1;
	padding-top: 15px;
	border-top: 2px solid #fff;
	color: #fff;
	margin-top: 5px;
}
.door-d a:nth-child(2n + 0) .door-d1{
	float: left;
}
.door-d a:nth-child(2n + 0) ..door-d2-cont{
	text-align: left;
}

@media(max-width:1450px){
	.door-d2-a{
		font-size: 15px;
	}
	.door-d2-b{
		font-size: 20px;
	}
}
@media(max-width:1200px){
	.door-c-rt{
		padding: 0;
		padding-left: 30px;
	}
	.door-c li:nth-child(2n + 0) .door-c-rt{
		padding-left: 0;
		padding-right: 30px;
	}
}
@media(max-width:1000px){
	.door-c-lt,.door-c-rt{
		width: 100%;
	}
	.door-c-rt{
		margin-top: 30px;
		padding: 0;
	}
	.door-c5{
		height: auto;
		max-height: 275px;
	}
	.door-c6{
		margin-top: 25px;
	}
	.door-d a{
		width: 50%;
	}
	
}
@media(max-width:750px){
	.door-c{
		margin-top: .6rem;
	}
	.door-c li{
		padding: .3rem;
	}
	.door-c1{
		height: 4rem;
	}
	.door-c2, .door-c3{
		height: 1.9rem;
	}
	.door-c2{
		margin-bottom: .2rem;
	}
	.door-c-rt{
		margin-top: .3rem;
	}
	.door-c4{
		font-size: .3rem;
		line-height: .5rem;
		height: .5rem;
		margin: 0;
	}
	.door-c5{
		font-size: .24rem;
		line-height: .45rem;
		max-height: 4.5rem;
		-webkit-line-clamp: 10;
		margin-top: .1rem;
	}
	.door-c6{
		width: 2.2rem;
		font-size: .24rem;
		line-height: .7rem;
		height: .7rem;
		margin-top: .15rem;
	}
	.door{
		padding-bottom: .8rem;
	}
	.door-c li{
		margin-bottom: .2rem;
	}
	
	.door-d1{
		width: 1.1rem;
	}
	.door-d2{
		width: calc(100% - 1.1rem);
        width: -webkit-calc(100% - 1.1rem);
        padding: 0 .1rem;
	}
	.door-d2-a{
		font-size: .24rem;
		line-height: .4rem;
	}
	.door-d2-b{
		font-size: .26rem;
		padding-top: .15rem;
	}
	.door-d a{
		height: 2.5rem;
	}
	.door-d2,.door-d1{
		height: 2.5rem;
	}
	.door-d1{
		line-height: 2.5rem;
	}
	.door-d2-a{
		padding-top: .4rem;
	}
}



/*类别*/
.category{
	padding-top: 100px;
	padding-bottom: 160px;
}
.category-a{
	font-size: 60px;
	line-height: 1;
	color: #333;
	padding-bottom: 65px;
	border-bottom: 2px solid #454544;
}
.category-b{
	width: 100%;
	width: calc(100% + 15px);
	width: -webkit-calc(100% + 15px);
	padding-right: 15px;
	margin-top: 65px;
	padding-bottom: 20px;
	overflow: hidden;
}
.category-b .li1{
	width: calc(30.428% - 20px);
	width: -webkit-calc(30.428% - 20px);
	height: 684px;
	float: left;
	margin-right: 20px;
}
.category-b .li2{
	width: calc(43.785% - 20px);
	width: -webkit-calc(43.785% - 20px);
	height: 684px;
	float: left;
	margin-right: 20px;
}
.category-b .li3{
	width: 25.787%;
	height: 684px;
	float: right;
}
.category-b a{
	display: block;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.category-b1,.category-b2,.category-b4,.category-b5{
	height: 332px;
}
.category-b1,.category-b4{
	margin-bottom: 20px;
}
.category-b3{
	height: 684px;
}
.category-c{
	width: 100%;
	width: calc(100% + 15px);
	width: -webkit-calc(100% + 15px);
	padding-right: 15px;
	overflow: hidden;
	padding-bottom: 20px;
}
.category-c .li1{
	width: calc(48.857% - 20px);
	width: -webkit-calc(48.857% - 20px);
	height: 684px;
	float: left;
	margin-right: 20px;
}
.category-c .li2{
	width: calc(25.642% - 20px);
	width: -webkit-calc(25.642% - 20px);
	height: 684px;
	float: left;
	margin-right: 20px;
}
.category-c .li3{
	width: 25.501%;
	height: 684px;
	float: right;
}
.category-c a{
	display: block;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.category-c1,.category-c4{
	height: 684px;
}
.category-c2,.category-c3{
	height: 332px;
}
.category-c2{
	margin-bottom: 20px;
}
.category-b .div1,.category-c .div1{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 1;
	padding: 0 30px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.category-b .div1 img,.category-c .div1 img{
	margin-left: 10px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.category-b a:hover,.category-c a:hover{
	box-shadow: 5px 5px 8px #777;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.category-b a:hover .div1 img,.category-c a:hover .div1 img{
	margin-left: 15px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
@media(max-width:1600px){
	.category-b .li2,.category-b .li1,.category-b .li3{
		height: 550px;
	}
	.category-b3{
		height: 550px;
	}
	.category-b1, .category-b2, .category-b4, .category-b5{
		height: 265px;
	}
	.category-c .li1,.category-c .li2,.category-c .li3{
		height: 550px;
	}
	.category-c1, .category-c4{
		height: 550px;
	}
	.category-c2, .category-c3{
		height: 265px;
	}
}
@media(max-width:1000px){
	.category-b .div1, .category-c .div1{
		font-size: 16px;
		padding: 0 10px;
	}
}
@media(max-width:750px){
	.category{
		padding-top: .7rem;
		padding-bottom: .8rem;
	}
	.category-a{
		font-size: .5rem;
		padding-bottom: .3rem;
	}
	.category-b{
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: .5rem;
	}
	.category-b .li1{
		width: 100%;
		margin: 0;
		height: auto;
	}
	.category-b .li2{
		width: 100%;
		margin: .3rem 0;
	}
	.category-b .li3{
		width: 100%;
		height: auto;
	}
	.category-b1, .category-b2, .category-b4, .category-b5{
		height: 5rem;
	}
	.category-b4{
		height: 8rem;
	}
	.category-b1, .category-b4{
		margin-bottom: .3rem;
	}
	.category-c{
		margin-top: .4rem;
		width: 100%;
		padding: 0;
	}
	.category-c .li1{
		width: 100%;
		height: 8rem;
		margin-bottom: .3rem;
	}
	.category-c1{
		height: 8rem;
	}
	.category-c .li2{
		width: 49%;
		margin-right: 2%;
		height: 6rem;
	}
	.category-c .li3{
		width: 48%;
		height: 6rem;
	}
	.category-c4 {
		height: 6rem;
	}
	.category-c2, .category-c3{
		height: 2.85rem;
	}
	.category-c2{
		margin-bottom: .3rem;
	}
	.category-b .div1, .category-c .div1{
		bottom: .25rem;
		font-size: .28rem;
	}
}



/*类别列表*/
.lists{
	padding-top: 100px;
	padding-bottom: 115px;
}
.lists-b{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.lists-b div{
	width: auto;
	padding: 0 15px;
	margin-right: 2px;
	margin-bottom: 2px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #947a63;
	float: left;
	cursor: pointer;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.lists-b div:hover{
	background: #a61313;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.lists-b div.on{
	background: #a61313;
}
.lists-c{
	width: 101.43%;
	margin-top: 65px;
	overflow: hidden;
}
.lists-c a{
	display: block;
	float: left;
	width: 31.733%;
	margin-right: 1.6%;
	margin-bottom: 25px;
}
.lists-c1{
	width: 100%;
	background: #fff;
	border: 10px solid #fff;
	overflow: hidden;
}
.lists-c2{
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #333;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.lists-cd .page{
	margin-top: 10px;
}
@media(max-width:1600px){
	.lists-b div{
		font-size: 15px;
	}
}
@media(max-width:1400px){
	.lists-c2{
		font-size: 13px;
		height: 50px;
		line-height: 50px;
	}
}
@media(max-width:1000px){
	.lists-c a{
		width: 48.4%;
	}
	.lists-c1{
		text-align: center;
	}
}
@media(max-width:750px){
	.lists{
		padding-top: .7rem;
		padding-bottom: .8rem;
	}
	.lists-b{
		margin-top: .5rem;
	}
	.lists-b div{
	    padding: 0 .15rem;
		height: .6rem;
		font-size: .24rem;
		line-height: .6rem;
	}
	.lists-c{
		margin-top: .6rem;
	}
	.lists-c2{
		font-size: .24rem;
		height: 1rem;
		line-height: 1rem;
	}
	.lists-c a{
		width: 47%;
		margin-right: 3%;
		margin-bottom: .15rem;
	}
}


/*类别详情*/
.cyinfo{
	padding-top: 90px;
	padding-bottom: 80px;
}
.cyinfo-a{
	padding-bottom: 60px;
	border-bottom: 2px solid #454544;
	position: relative;
	padding-right: 240px;
	overflow: hidden;
}
.cyinfo-a2{
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #947a63;
	position: absolute;
	top: 5px;
	right: 0;	
}
.cyinfo-a2:hover{
	color: #fff;
	opacity: .9;
}
.cyinfo-a1{
	font-size: 60px;
	line-height: 1.2;
}
.cyinfo-b{
	font-size: 48px;
	color: #b22d26;
	line-height: 1;
	margin-top: 65px;
}
.cyinfo-c{
	width: 100%;
	width: calc(100% + 15px);
	width: -webkit-calc(100% + 15px);
	margin-top: 50px;
	padding-top: 10px;
	overflow: hidden;
}
.cyinfo-c li{
	width: 145px;
	height: 145px;
	background: #fff;
	border: 1px dashed #c0a38a;
	border-radius: 100%;
	padding: 5px;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	position: relative;
	top: 0;
	cursor: pointer;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.cyinfo-c li:hover{
	top: -7px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.cyinfo-c1{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #c0a38a;
	text-align: center;
	padding-top: 23px;
	overflow: hidden;
}
.cyinfo-c1-a{
	height: 40px;
	line-height: 40px;
}
.cyinfo-c1-a img{
	max-height: 100%;
}
.cyinfo-c1-b{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-top: 8px;
}
.cyinfo-c1-c{
	font-size: 42px;
	color: rgba(255,255,255,.3);
	line-height: 1;
	margin-top: 10px;
	font-weight: bold;
}
.cyinfo-d-bj{
	background: #242021;
}
.cyinfo-d{
	padding-bottom: 125px;
	position: relative;
	padding-right: 445px;
	margin-top: 50px;
}
.cyinfo-swiper{
	width: 100%;
}
.cyinfo-d2{
	width: 370px;
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 16px;
	color: #e7d6c6;
	line-height: 35px;
}
.cyinfo-e{
	width: 100%;
	margin-top: -50px;
	overflow: hidden;
}
.cyinfo-e img{
	display: block;
	float: left;
	width: 31.07%;
	margin-left: 3.395%;
}
.cyinfo-e img:first-child{
	margin-left: 0;
}
.cyinfo-f{
	margin-top: 120px;
	position: relative;
}
.cyinfo-f1{
	position: absolute;
	top: 120px;
	left: 100px;
	width: 60%;
	max-width: 650px;
	color: #fff;
}
.cyinfo-f1 h2{
	font-size: 48px;
	line-height: 1.2;
}
.cyinfo-f1>div{
	font-size:24px;
	line-height: 40px;
	margin-top: 30px;
}
.cyinfo-g{
	font-size: 48px;
	line-height: 1;
	padding-top: 30px;
	margin-top: 70px;
	border-top: 2px solid #454544;
	color: #b22d26;
}
.cyinfo-h{
	margin-top: 60px;
	overflow: hidden;
	width: 101.8%;
}
.cyinfo-h li{
	width: 31.333%;
	margin-right: 2%;
	float: left;
	margin-bottom: 28px;
	border-radius: 5px;
	background: #b89d82;
	padding: 12px;
}
.cyinfo-h1{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px dashed #fff;
	padding: 25px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}
.cyinfo-h1-a{
	overflow: hidden;
}
.cyinfo-h1-b{
	font-size: 24px;
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cyinfo-h1-c{
	font-size: 16px;
	height: 100px;
	line-height: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.cyinfo-j{
	margin-top: 35px;
	overflow: hidden;
	padding-top: 10px;
}
.cyinfo-j div{
	font-size: 24px;
	color: #947a63;
	background: #fff;
	border: 1px dashed #947a63;
	border-radius: 5px;
	text-align: center;
	height: 65px;
	line-height: 63px;
	padding: 0 15px;
	min-width: 165px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
	cursor: default;
	position: relative;
	top: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.cyinfo-j div:hover{
	top: -8px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.cyinfo-k{
	margin-top: 35px;
}
.cyinfo-m{
	margin-top: 50px;
	overflow: hidden;
}
.cyinfo-m-lt{
	width: 48%;
	float: left;
	max-width: 655px;
}
.cyinfo-m1{
	width: 48%;
	float: left;
	max-width: 655px;
	border-top: 2px solid #c9b9ad;
	padding-top: 30px;
	padding-bottom: 50px;
}
.cyinfo-m1:nth-child(2n + 0){
	float: right;
}
.cyinfo-m1>h2{
	font-size: 24px;
	color: #97795f;
	line-height: 30px;
	margin-bottom: 15px;
}
@media(max-width:1600px){
	.cyinfo-j div{
		min-width: 130px;
		font-size: 18px;
	}
}
@media(max-width:1200px){
	.cyinfo-a1{
		font-size: 40px;
	}
	.cyinfo-b{
		font-size: 35px;
	}
	.cyinfo-f1{
		top: 50px;
		left: 40px;
	}
	.cyinfo-h li{
		width: 48%;
	}
}
@media(max-width:1000px){
	.cyinfo-c li{
		width: 140px;
		height: 140px;
		margin-right: 4px;
	}
	.cyinfo-e{
		margin-top: 50px;
	}
	.cyinfo-d{
		padding: 0;
		padding-bottom: 30px;
	}
	.cyinfo-d2{
		position: relative;
		top: 0;
		left: 0;
		margin: 30px 0;
		width: 100%;
	}
	.cyinfo-f1 h2{
		font-size: 35px;
	}
	.cyinfo-f1>div{
		font-size: 14px;
		line-height: 25px;
	}
	.cyinfo-h1-c{
		font-size: 12px;
	}
}
@media(max-width:1000px){
	.cyinfo{
		padding-top: .6rem;
		padding-bottom: .8rem;
	}
	.cyinfo-a2{
		width: 2.5rem;
		height: .7rem;
		font-size: .28rem;
		line-height: .8rem;
		top: 0rem;
	}
	.cyinfo-a{
		padding-right: 0;
		padding-top: 1.2rem;
		padding-bottom: .4rem;
	}
	.cyinfo-a1{
		font-size: .35rem;
		line-height: .5rem;
	}
	.cyinfo-b{
		font-size: .38rem;
		margin-top: .6rem;
		font-weight: bold;
	}
	.cyinfo-c{
		width: 100%;
		margin-top: .5rem;
	}
	.cyinfo-c li{
		width: 2.2rem;
		height: 2.2rem;
		margin-right: .1rem;
		padding:.1rem;
		margin-bottom: .2rem;
	}
	.cyinfo-c1{
		padding-top: .4rem;
	}
	.cyinfo-c1-a{
		height: .5rem;
		line-height: .5rem;
	}
	.cyinfo-c1-b{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.cyinfo-c1-c{
		font-size: .45rem;
	}
	.cyinfo-d2{
		font-size: .28rem;
		line-height: .5rem;
		margin: .4rem 0;
	}
	.cyinfo-d{
		padding-bottom: .2rem;
	}
	.cyinfo-e{
		margin-top: .5rem;
	}
	.cyinfo-f{
		margin-top: .5rem;
	}
	.cyinfo-f1{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-top: .4rem;
		color: #333;
	}
	.cyinfo-f1 h2{
		font-size: .3rem;
	}
	.cyinfo-f1>div{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.cyinfo-g{
		font-size: .38rem;
		margin-top: .7rem;
		padding-top: .3rem;
		font-weight: bold;
	}
	.cyinfo-h{
		margin-top: .4rem;
	}
	.cyinfo-h{
		width: 100%;
	}
	.cyinfo-h li{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
		padding: .1rem;
	}
	.cyinfo-h1{
		padding: .15rem;
	}
	.cyinfo-h1-b{
		font-size: .3rem;
		font-weight: bold;
		margin-top: .15rem;
	}
	.cyinfo-h1-c{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
		padding-bottom: .2rem;
		height: auto;
		-webkit-line-clamp: 40;
	}
	.cyinfo-j{
		margin-top: .4rem;
	}
	.cyinfo-j div{
		min-width: initial;
		font-size: .26rem;
		line-height: .6rem;
		height: .6rem;
		padding: 0 .2rem;
		margin-right: .1rem;
		margin-bottom: .1rem;
	}
	.cyinfo-k{
		margin-top: .3rem;
	}
	.cyinfo-m{
		margin-top: .5rem;
	}
	.cyinfo-m1{
		width: 100%;
		margin-bottom: .4rem;
		padding-top: .2rem;
		padding-bottom: .2rem;
	}
	.cyinfo-m1>h2{
		font-size: .33rem;
		line-height: .4rem;
		margin-bottom: .15rem;
	}
}



/*铜工程*/
.project{
	padding-top: 100px;
	padding-bottom: 170px;
}
.project-ul{
	width: 103.22%;
	margin-top: 70px;
	overflow: hidden;
}
.project-ul li{
	width: 46.7%;
	float: left;
	margin:0 1.65%;
	margin-bottom: 45px;
	padding: 15px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.project-ul li:hover{
	box-shadow: 5px 5px 10px #999;
}
.project-ul li a{
	display: block;
	
}
.project-img{
	height: 370px;
	line-height: 370px;
	text-align: center;
	background: #957a62;
	font-size: 0;
}
.project-img img{
	max-height: 100%;
}
.project-div{
	/*position: absolute;
	bottom: 25px;
	left: 30px;*/
	width: 100%;
	height: 280px;
	/*background: rgba(162,129,99,.9);
	padding: 15px;*/
	display: block;
}
.project-cont{
	/*border: 1px solid #fff;*/
	padding:0 15px;
	padding-top: 40px;
	color: #333;
}
.project-a{
	font-size: 36px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	
}
.project-b{
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,.2);
	font-size: 16px;
	line-height: 30px;
	min-height: 120px;
	margin-top: 15px;
}
.project-b>div{
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.project-c{
	width: 135px;
	height: 40px;
	line-height: 40px;
	left: 0;
	margin-left: 0;
	margin-top: 15px;
}
/*.project-ul li:nth-child(3){
	width: 96.7%;
}
@media(min-width:1001px){
	.project-ul li:nth-child(3) .project-div{
		bottom: 50%;
		left: inherit;
		right: 80px;
		transform: translateY(50%);
		-ms-transform: translateY(50%);
		-webkit-transform: translateY(50%);
	}
	.project-ul li:nth-child(3) .project-a{
		padding-bottom: 25px;
	}
	.project-ul li:nth-child(3) .project-b{
		margin-top: 30px;
		min-height: 240px;
		line-height: 35px;
	}
}*/
.project .page{
	margin-top: 35px;
}
.project-img{
	overflow: hidden;
}
@media(max-width:1600px){
	.project-img{
		height: 320px;
		line-height: 320px;
	}
	/*.project-a{
		font-size: 25px;
		line-height: 35px;
	}
	.project-b{
		font-size: 13px;
		line-height: 20px;
	}
	.project-div{
		width: 335px;
	}
	.project-b{
		min-height: 80px;
	}
	.project-ul li:nth-child(3) .project-b{
		min-height: 150px;
		line-height: 25px;
	}*/
}
@media(max-width:1200px){
	.project-img{
		height: 280px;
		line-height: 280px;
	}
	.project-a{
		font-size: 28px;
		height: 28px;
		line-height: 28px;
	}
	.project-div{
		height: 240px;
	}
	.project-cont{
		padding-top: 20px;
	}
}
@media(max-width:1000px){
	.project-div{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	/*.project-ul li:nth-child(3) .project-b{
		min-height: auto;
	}*/
	.project-a{
		font-size: 20px;
		height: 20px;
		line-height: 20px;
	}
	.project-b{
		font-size: 13px;
		line-height: 25px;
	}
	.project-b>div{
		height: 25px;
	}
	.project-div{
		height: 220px;
	}
	.project-b{
		min-height: 100px;
	}
}
@media(max-width:750px){
	.project{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.project-ul{
		width: 100%;
		margin-top: .6rem;
	}
	.project-ul li{
		width: 100%;
		margin: 0;
		padding: .15rem;
		margin-bottom: .3rem;
	}
	.project-img{
		height: auto;
		line-height: initial;
	}
	.project-div{
		height: auto;
		padding: 0;
	}
	.project-cont{
		padding: .15rem;
		padding-top: .25rem;
	}
	.project-a{
		font-size: .35rem;
		height: .5rem;
		line-height: .5rem;
	}
	.project-b{
		min-height: auto;
		font-size: .24rem;
		line-height: .5rem;
		margin-top: .15rem;
		margin-top: .2rem;
		padding-top: .2rem;
	}
	.project-b>div{
		height: .5rem;
	}
	.project-c{
		width: 2rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .24rem;
		margin-top: .15rem;
	}
	.project-ul li:nth-child(3){
		width: 100%;
	}
	.project .page{
		margin-top: .3rem;
	}
}



/*铜工程详情*/
.ptinfo{
	padding-top: 100px;
	padding-bottom: 240px;
}
.ptinfo-a{
	padding-top: 50px;
	padding-bottom: 435px;
	overflow: hidden;
}
.ptinfo-a-lt{
	width: 34%;
	max-width: 450px;
	float: left;
}
.ptinfo-a1{
	font-size: 48px;
	color: #8c755e;
	line-height: 55px;
}
.ptinfo-a2{
	font-size: 16px;
	color: #333;
	margin-top: 30px;
	line-height: 25px;
}
.ptinfo-a2>div{
	margin-bottom: 10px;
}
.ptinfo-a-rt{
	width: 63.928%;
	float: right;
	overflow: hidden;
}
.ptinfo-a-rt img{
	display: block;
	float: left;
}
.ptinfo-a-rt img:first-child{
	width: 40.782%;
	margin-right: 3.353%;
}
.ptinfo-a-rt img:last-child{
	width: 55.865%;
	float: right;
}
.ptinfo-b-bj{
	background: #947a63;
	padding-bottom: 60px;
	position: relative;
}
.ptinfo-b1{
	width: 1575px;
	margin-left: -175px;
	position: relative;
	top: -345px;
}
.ptinfo-b2{
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	margin-top: -285px;
}
.ptinfo-b3{
	margin-top: 25px;
}
.ptinfo-b4{
	font-size: 200px;
	line-height: 1;
	color: rgba(255,255,255,.1);
	position: absolute;
	right: 0;
	bottom: -10px;
	display: none;
}
.ptinfo-c{
	margin-top: -50px;
	width: calc(100% + 120px);
	width: -webkit-calc(100% + 120px);
	margin-left: -60px;
	position: relative;
	padding: 0 60px;
}
.ptinfo-prev{
	width: 38px;
	height: 31px;
	background: url(../img/ico12.png) no-repeat center;
	left: 0
}
.ptinfo-next{
	width: 38px;
	height: 31px;
	background: url(../img/ico13.png) no-repeat center;
	right: 0
}
@media(max-width:1600px){
	.ptinfo-b1{
		width: calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
		margin-left: -40px;
	}
	.ptinfo-b4{
		font-size: 160px;
	}
	.ptinfo-b-bj{
		padding-bottom: 40px;
	}
	.ptinfo-c{
		width: 100%;
		margin-left: 0;
	}
}
@media(max-width:1400px){
	.ptinfo-b4{
		font-size: 130px;
	}
}
@media(max-width:1200px){
	.ptinfo-a-lt{
		width: 100%;
		max-width: initial;
	}
	.ptinfo-a-rt{
		width: 100%;
		max-width: 800px;
		margin-top: 30px;
		float: left;
	}
	.ptinfo{
		padding-bottom: 100px;
	}
	.ptinfo-b4{
		font-size: 110px;
	}
}
@media(max-width:1000px){
	.ptinfo-b1{
		top:-200px
	}
	.ptinfo-a{
		padding-bottom: 300px;
	}
	.ptinfo-b2{
		margin-top: -120px;
	}
	.ptinfo-b4{
		font-size: 90px;
	}
}
@media(max-width:750px){
	.ptinfo{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.ptinfo-a{
		padding-top: .5rem;
		padding-bottom: 2.8rem;
	}
	.ptinfo-a1{
		font-size: .5rem;
		line-height: .7rem;
	}
	.ptinfo-a2{
		font-size: .3rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.ptinfo-a2>div{
		margin-bottom: .1rem;
	}
	.ptinfo-a-rt{
		margin-top: .3rem;
	}
	.ptinfo-b1{
		top: -2rem;
	}
	.ptinfo-b2{
		margin-top: -1.5rem;
	}
	.ptinfo-b2{
		font-size: .38rem;
	}
	.ptinfo-b3{
		margin-top: .4rem;
	}
	.ptinfo-b4{
		font-size: .9rem;
		bottom: 0;
	}
	.ptinfo-b-bj{
		padding-bottom: .6rem;
	}
	.ptinfo-c{
		margin-top: .5rem;
		padding:0 .6rem;
	}
	.ptinfo-prev, .ptinfo-next{
		width: .48rem;
		height: .4rem;
		background-size: cover;
	}
}



/*铜“话”*/
.news{
	padding-top: 100px;
	padding-bottom: 140px;
}
.news-ul{
	margin-top: 80px;
	overflow: hidden;
	width: 105.72%;
}
.news-ul a{
	display: block;
	width: 44.28%;
	margin-right: 5.72%;
	padding-bottom: 32px;
	border-bottom: 2px solid #b8aca3;
	float: left;
	margin-bottom: 50px;
}
.news-a{
	overflow: hidden;
}
.news-b{
	font-size: 24px;
	height: 25px;
	line-height: 25px;
	color: #222;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-c{
	font-size: 16px;
	height: 60px;
	line-height: 30px;
	color: #6e5a4b;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-d{
	font-size: 16px;
	line-height: 1;
	color: #ab9482;
	margin-top: 25px;
	background: url(../img/ico14.png) no-repeat right center;
}
.news .page{
	margin-top: 20px;
}

@media(max-width:1200px){
	.news-b{
		font-size: 20px;
	}
}
@media(max-width:750px){
	.news{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.news-ul{
		margin-top: .6rem;
		width: 100%;
	}
	.news-ul a{
		width: 100%;
		margin: 0;
		margin-bottom: .45rem;
		padding-bottom: .2rem;
	}
	.news-b{
		font-size: .32rem;
		line-height: .4rem;
		height: .4rem;
		margin-top: .15rem;
	}
	.news-c{
		font-size: .28rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .15rem;
	}
	.news-d{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.news .page{
		margin-top: .3rem;
	}
}


/*新闻详情*/
.newsinfo{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}
.newsinfo-a{
	font-size: 36px;
	line-height: 45px;
	color: #333;
	text-align: center;
}
.newsinfo-b{
	font-size: 16px;
     line-height: 1;
     margin-top: 20px;
     color: #666;
     text-align: center;
}
.newsinfo-c{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	margin: 30px 0;
}
.newsinfo-c a{
	color: #272F88;
}
.newsinfo-c a:hover,.newsinfo-c a:active{
	color: #272F88;
}
.newsinfo-c img{
	max-width: 100%;
	text-align: center;
}
.newsinfo-d{
	width: calc(100% - 180px);
	float: left;
}
.newsinfo-d a{
	display: block;
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}
.newsinfo-d a:hover{
	color: #c28359;
}
.newsinfo-e{
	display: block;
	width: 150px;
	height: 45px;
	border-radius: 22.5px;
	background: #c28359;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	float: right;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.newsinfo-e:hover{
	color: #fff;
	opacity: .8;
	transition: all .3s; 
-webkit-transition: all .3s;
}
@media (max-width: 1023px) {
	.newsinfo-d{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.newsinfo{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.newsinfo-a{
		font-size: .36rem;
		line-height: .55rem;
	}
	.newsinfo-b{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.newsinfo-c{
		font-size: .24rem;
		line-height: .45rem;
		margin: .3rem 0;
		padding: .4rem 0;
	}
	.newsinfo-d a{
	   font-size: .24rem;
	   line-height: .45rem;
	   margin-bottom: .1rem;
	}
	.newsinfo-e{
		width: 2rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .24rem;
	}
}



/*媒体报道*/
.vdnews-ul{
	margin-top: 70px;
	overflow: hidden;
	width: 101.8%;
}
.vdnews-ul a{
	display: block;
	width: 31.333%;
	margin-right: 2%;
	border-bottom: 2px solid #b8aca3;
	float: left;
	margin-bottom: 60px;
}
.vdnews-a{
	overflow: hidden;
	position: relative;
}
.vdnews-a1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3) url(../img/ico15.png) no-repeat center;
}
.vdnews-b{
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media(max-width:1200px){
	.vdnews-ul a{
		width: 48%;
	}
	.vdnews-b{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.vdnews-ul{
		margin-top: .6rem;
		width: 100%;
	}
	.vdnews-ul a{
		width: 100%;
		margin: 0;
		margin-bottom: .5rem;
	}
	.vdnews-b{
		font-size: .28rem;
		line-height: .7rem;
		height: .7rem;
	}
}




/*高端服务*/
.high{
	padding-top: 100px;
	padding-bottom: 190px;
}
.high-ab{
	width: 100%;
	max-width: 705px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 125px;
}
.high-a{
	font-size: 24px;
	line-height: 35px;
	color: #333;
	text-align: center;
}
.high-a span{
	display: inline-block;
	font-size: 36px;
	line-height: 40px;
	padding: 0 10px;
	color: #a61313;
	position: relative;
	top: 5px;
}
.high-b{
	margin-top: 50px;
}
.high-b1{
	background: #fff;
	width: 100%;
	display: flex;
	border: 1px solid #b69a87;
	margin-bottom: 27px;
}
.high-b1-a{
	width: 165px;
	height: 63px;
	line-height: 63px;
	padding-right: 40px;
	text-align: right;
	font-size: 18px;
	color: #a98a6e;
	float: left;
}
.high-b1 .int1{
	width: 520px;
	font-size: 18px;
	color: #a98a6e;
	line-height: 63px;
	height: 63px;
	float: left;
	border: 0;
	background: inherit;
}
.high-b1-b{
	width: 520px;
	display: flex;
}
.high-b1-b li{
	width: 33.333%;
	padding-right: 20px;
	position: relative;
}
.high-b1-b li .int2{
	width: 100%;
}
.high-b1-b li .int2::-webkit-input-placeholder {
  color: #a98a6e;
}
.high-b1-b li .int2::-moz-placeholder {
	color: #a98a6e;
}
.high-b1-b li .int2::-ms-input-placeholder { 
  color: #a98a6e;
}
.high-b1-b2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.high-b1-b1{
	width: 100%;
	height: 300px;
	overflow-y: auto;
	padding: 10px 20px;
	position: absolute;
	top: 63px;
	left: 0;
	z-index: 3;
	background: #fff;
	display: none;
}
.high-b1-b1 div{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.high-b1-b1 div:hover{
	color: #a98a6e;
}
.high-b .sub{
	width: 100%;
	height: 65px;
	border: 0;
	background: #a61313;
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.high-c-bj{
	width: 100%;
	height: 625px;
	background: no-repeat right center;
}
.high-c{
	overflow: hidden;
}
.high-c-div{
	width: 420px;
	float: right;
	padding-top: 100px;
}
.high-c1{
	font-size: 24px;
	line-height: 1;
	color: #c2ada2;
}
.high-c2{
	font-size: 24px;
	line-height: 90px;
	color: #c2ada2;
	padding: 20px 0;
	border-bottom: 1px solid #c2ada2;
}
.high-c2 span{
	display: inline-block;
	width: 90px;
	height: 90px;
	background: #a61313;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}
.high-c2 span:last-child{
	margin-left: -10px;
}
.high-c3{
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
}
.high-c3 div{
	line-height: 30px;
	margin-bottom: 25px;
}
.high-c3 div span{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.high-d{
	font-size: 48px;
	line-height: 1;
	text-align: center;
	margin-top: 100px;
}
.high-e{
	margin-top: 40px;
	overflow: hidden;
}
.high-e li{
	width: 33.333%;
	float: left;
	position: relative;
	padding-top: 40px;
	text-align: center;
}
.high-e li div{
	position: relative;
}
.high-e1{
	font-size: 170px;
	line-height: .75;
	color: #706057;
	opacity: .1;
	position: absolute !important;
	left: 40%;
	top: 0;
}
.high-e2{
	display: inline-block;
	width: 275px;
	height: 275px;
	padding: 20px;
	background: #fff;
	border-radius: 100%;
	border: 1px dashed #916f51;
}
.high-e2 img{
	border-radius: 100%;
}
.high-e3{
	font-size: 30px;
	color: #916f51;
	line-height: 1.1;
	margin-top: 20px;
}
.high-e4{
	font-size: 18px;
	color: #2b2b2a;
	line-height: 1.2;
	margin-top: 10px;
	padding: 0 10px;
}
.high-f{
	background: #947a63;
	padding: 80px;
	margin: 100px 0;
}
.high-f>div{
	font-size: 48px;
	color: #ede6e0;
	line-height: 55px;
}
.high-f>ul{
	width: 102%;
	overflow: hidden;
	margin-top: 65px;
}
.high-f>ul li{
	width: 23%;
	margin-right: 2%;
	float: left;
	height: 230px;
	padding: 15px;
	background: #b89d82;
}
.high-f>ul li .li-div{
	width: 100%;
	height: 100%;
	border: 1px dashed #fff;
	padding:0 15px;
}
.high-f1{
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin-top: 30px;
}
.high-f1 img{
	max-height: 100%;
}
.high-f2{
	font-size: 18px;
	line-height: 25px;
	color: #ede6e0;
	text-align: center;
	margin-top: 15px;
}
.high-g-bj{
	background: #242021;
}
.high-g{
	padding-top: 60px;
	padding-bottom: 115px;
	overflow: hidden;
}
.high-g1{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #b79c83;
	line-height: 1;
	float: left;
	margin-bottom: 70px;
}
.high-g2{
	width: 48.57%;
	float: left;
	position: relative;
	overflow: hidden;
}
.high-g2>div{
	position: absolute;
	top: 0;
	left: 0;
	padding: 45px;
	font-size: 32px;
	color: #fff;
	line-height: 45px;
}
.high-g2>div span{
	display: block;
	font-size: 27px;
}
.high-g3{
	float: right;
}
.high-h{
	margin-top: 90px;
}
.high-h1{
	font-size: 48px;
	color: #706057;
	line-height: 1;
	text-align: center;
}
.high-h2{
	font-size: 24px;
	color: #333;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
}
.high-h2 span{
	display: inline-block;
	font-size: 36px;
	color: #a61313;
	padding: 0 5px;
	position: relative;
	top: 5px;
}
.high-h3{
	margin-top: 30px;
	padding-top: 50px;
	border-top: 1px solid #c2ada2;
}
.high-h3 li{
	overflow: hidden;
	margin-top: 20px;
}
.high-h3-a{
	font-size: 24px;
	color: #916f51;
	line-height: 30px;
	float: left;
	width: 135px;
}
.high-h3-b{
	float: left;
	width: calc(100% - 135px);
	width: -webkit-calc(100% - 135px);
}
.high-h3-aa{
	width: 245px;
}
.high-h3-bb{
	width: calc(100% - 245px);
	width: -webkit-calc(100% - 245px);
}
@media(max-width:1600px){
	.high-f2{
		font-size: 16px;
		line-height: 25px;
	}
	.high-c-bj{
		background-position: left center;
		background-size: cover;
	}
	
}
@media(max-width:1200px){
	.high-f>ul li{
		width: 48%;
		margin-bottom: 25px;
	}
}
@media(max-width:1000px){
	.high-e li{
		width: 100%;
		margin-bottom: 20px;
	}
	.high-f{
		padding: 40px 30px;
	}
	.high-f>div{
		font-size: 40px;
	}
	
	.high-g2>div{
		padding: 30px;
		font-size: 20px;
	}
	.high-g2>div span{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.high{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.high-ab{
		padding-top: .4rem;
	}
	.high-a{
		font-size: .26rem;
		line-height: .5rem;
	}
	.high-a span{
		font-size: .35rem;
		line-height: .5rem;
		padding: 0 .1rem;
		top: .04rem;
	}
	.high-b{
		margin-top: .5rem;
	}
	.high-b1{
		/*display: block;
		height: 1.02rem;*/
	}
	.high-b1-a{
		width: 1.5rem;
		line-height: 1rem;
		height: 1rem;
		font-size: .28rem;
		padding-right: .2rem;
	}
	.high-b1-a img{
		width: .4rem;
	}
	.high-b1 .int1{
		width: calc(100% - 1.7rem);
		width: -webkit-calc(100% - 1.7rem);
		font-size: .26rem;
		height: 1rem;
		line-height: 1rem;
		background-color: inherit;
	}
	.high-b1-b{
		width: calc(100% - 1.7rem);
		width: -webkit-calc(100% - 1.7rem);
	}
	.high-b1-b1{
		padding: .15rem .1rem;
		top:1rem
	}
	.high-b1-b li{
		padding-right: .1rem;
	}
	.high-b1-b1 div{
		font-size: .24rem;
		line-height: .4rem;
		margin-bottom: .1rem;
	}
	.high-b1-b1{
		height: 4rem;
	}
	.high-b1{
		margin-bottom: .25rem;
	}
	.high-b .sub{
		height: .8rem;
		line-height: .8rem;
		font-size: .26rem;
	}
	.high-ab{
		padding-bottom: .7rem;
	}
	.high-c1{
		font-size: .35rem;
	}
	.high-c2{
		font-size: .3rem;
		line-height: .8rem;
		padding: .2rem 0;
	}
	.high-c2 span{
		width: .8rem;
		height: .8rem;
	}
	.high-c-div{
		width: 6rem;
		right: .3rem;
		padding-top: 1rem;
	}
	.high-c3{
		margin-top: .3rem;
		font-size: .24rem;
		line-height: .45rem;
	}
	.high-c3 div{
		line-height: .45rem;
		margin-bottom: .15rem;
	}
	.high-c3 div span{
		width: .45rem;
		height: .45rem;
		font-size: .4rem;
	}
	.high-c-bj{
		height: 7rem;
	}
	.high-d{
		font-size: .5rem;
		line-height: .6rem;
		margin-top: .7rem;
	}
	.high-e3{
		font-size: .34rem;
		margin-top: .2rem;
	}
	.high-e4{
		font-size: .28rem;
		margin-top: .15rem;
	}
	.high-f{
		margin: .6rem 0;
	}
	.high-f{
		padding: .6rem .3rem;
	}
	.high-f>div{
		font-size: .4rem;
		line-height: .6rem;
	}
	.high-f>ul{
		margin-top: .5rem;
	}
	.high-f>ul li{
		padding: .15rem;
		height: 3.3rem;
	}
	.high-f>ul li .li-div{
		padding: 0 .15rem;
	}
	.high-f1{
		height: .6rem;
		line-height: .6rem;
		margin-top: .3rem;
	}
	.high-f2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;	
	}
	.high-g{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.high-g1{
		font-size: .45rem;
		margin-bottom: .5rem;
	}
	.high-g2{
		width: 100%;
		margin-bottom: .4rem;
	}
	.high-g2>div{
		padding: .5rem .4rem;
		font-size: .4rem;
		line-height: .5rem;
	}
	.high-g2>div span{
		font-size: .3rem;
	}
	.high-h{
		margin-top: .7rem;
	}
	.high-h1{
		font-size: .45rem;
	}
	.high-h2{
		font-size: .28rem;
		line-height: .45rem;
	}
	.high-h2 span{
		font-size: .32rem;
		padding: 0 .1rem;
		top: .03rem;
	}
	.high-h3{
		margin-top: .5rem;
		padding-top: .5rem;
	}
	.high-h3-a{
		font-size: .3rem;
		line-height: .45rem;
		width: 1.6rem;
	}
	.high-h3-b{
		width: calc(100% - 1.6rem);
        width: -webkit-calc(100% - 1.6rem);
	}
	.high-h3-aa{
		width: 3rem;
	}
	.high-h3-bb{
		width: calc(100% - 3rem);
        width: -webkit-calc(100% - 3rem);
	}
	.high-e2{
		width: 4rem;
		height: 4rem;
	}
	.high-e li{
		padding-top: .4rem;
	}
	.high-e1{
		font-size: 1.5rem;
		left: 60%;
	}
	
}


/*关于瑞茂*/
.about{
	padding-top: 100px;
	padding-bottom: 130px;
}
.about-a{
	font-size: 60px;
	line-height: 1;
}
.about-b{
	margin-top: 55px;
	padding-bottom: 108px;
	position: relative;
	text-align: right;
	z-index: 3;
}
.about-b1{
	width: 960px;
	margin-left: -260px;
	float: left;
}
.about-b2{
	display: inline-block;
	width: 640px;
	text-align: left;
}
.about-b2-a{
	font-size: 48px;
	color: #b22d26;
	line-height: 1;
}
.about-b2-b{
	font-size: 30px;
	color: #b22d26;
	line-height: 1.1;
	margin-top: 20px;
}
.about-b2-c{
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #333;
}
.about-c-cont{
	margin-top: -70px;
	position: relative;
}
.about-c-bj{
	position: absolute;
	top: 0;
	left: 0;
	background: #947a63;
	width: 100%;
	height: calc(100% - 270px);
	height: -webkit-calc(100% - 270px);
}
.about-c{
	padding-top: 150px;
	position: relative;
	z-index: 2;
}
.about-c1{
	overflow: hidden;
}
.about-c1 div{
	width: 48%;
	max-width: 640px;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #fff;
}
.about-c1 div:last-child{
	float: right;
}
.about-swiper{
	width: 1660px;
	margin-top: 60px;
}
.about-pagination{
	text-align: left;
	padding-left: 50px;
}
.about-d-bj{
	background: #fff;
}
.about-d{
	padding-top: 70px;
	padding-bottom: 95px;
}
.about-d-md{
	display: none;
}
.about-d1{
	padding-top: 30px;
	font-size: 48px;
	line-height: 1;
	color: #b22d26;
	border-top: 1px solid #474747;
}
.about-d2{
	text-align: center;
	margin-top: 20px;
}
.about-d3{
	text-align: center;
	margin-top: 70px;
}
.about-e{
	padding-top: 95px;
}
.about-e1{
	overflow: hidden;
	width: calc(100% + 15px);
	width: -webkit-calc(100% + 15px);
	margin-top: 35px;	
}
.about-e1 li{
	width: calc(20% - 15px);
	width: -webkit-calc(20% - 15px);
	padding-bottom: 10px; 
	margin-bottom: 40px;
	margin-right: 15px;
	border-bottom: 1px solid #b8afa7;
	float: left;
}
.about-e1-a{
	width: 100%;
	height: 188px;
	line-height: 168px;
	padding: 10px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
.about-e1-a img{
	max-height: 100%;
}
.about-e1-b{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: left;
	height: 50px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.about-e2{
	margin-top: 80px;
}
.about-e2 span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	padding: 0 15px;
	background:#b89c82;
	cursor: pointer;
}
.about-e2 span.on{
	background:#b22d26;
}
.about-e3{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	margin-top: 45px;
}
.about-e1 li{
	width: calc(20% - 20px);
	width: -webkit-calc(20% - 20px);
}
.about-e3 .about-e1-a{
	height: 355px;
	line-height: 335px;
}
.about-e3 .about-e1-b{
	-webkit-line-clamp: 1;
	height: 40px;
	line-height: 40px;
}
@media(max-width:1600px){
	.about-b1,.about-b2{
		width: 50%;
	}
	.about-b1{
		margin-left: -40px;
	}
	.about-swiper{
		width: calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
	}
}
@media(max-width:1400px){
	.about-e1 li{
		width: calc(25% - 20px);
        width: -webkit-calc(25% - 20px);
	}
}
@media(max-width:1200px){
	.about-b1, .about-b2{
		width: 100%;
	}
	.about-b1{
		margin: 0;
		margin-bottom: 40px;
	}
}
@media(max-width:1000px){
	.about-e1 li{
		width: calc(33.333% - 20px);
        width: -webkit-calc(33.333% - 20px);
	}
	.about-e1-a{
		height: 160px;
		line-height: 140px;
	}
	.about-e3 .about-e1-a{
		height: 320px;
		line-height: 300px;
	}
}
@media(max-width:750px){
	.about-d-pc{
		display: none;
	}
	.about-d-md{
		display: block;
	}
	
	.about{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.about-a{
		font-size: .5rem;
	}
	.about-b{
		margin-top: .6rem;
		padding-bottom: .6rem;
	}
	.about-b1{
		margin-bottom: .5rem;
	}
	.about-b2-a{
		font-size: .45rem;
	}
	.about-b2-b{
		font-size: .32rem;
		line-height: .5rem;
		margin-top: .2rem;
	}
	.about-b2-c{
		margin-top: .45rem;
		padding-top: .45rem;
	}
	.about-c{
		padding-top: .8rem;
	}
	.about-c1 div{
		width: 100%;
		margin-bottom: .4rem;
	}
	.about-c-cont{
		margin-top: 0;
	}
	.about-c-bj{
		height: calc(100% - 2rem);
        height: -webkit-calc(100% - 2rem);
	}
	.about-swiper{
		margin-top: .5rem;
		width: calc(100% - .3rem);
        width: -webkit-calc(100% - .3rem);
	}
	.about-d{
		padding-top: .7rem;
		padding-bottom: .8rem;
	}
	.about-d1{
		font-size: .45rem;
		padding-top: .3rem;
	}
	.about-d2{
		margin-top: .4rem;
	}
	.about-d3{
		margin-top: .4rem;
	}
	.about-e{
		padding-top: .7rem;
	}
	.about-e1 li{
		 width: calc(50% - 20px);
         width: -webkit-calc(50% - 20px);
         padding-bottom: .1rem;
         margin-bottom: .3rem;
	}
	.about-e1{
		margin-top: .5rem;
	}
	.about-e1-b{
		font-size: .24rem;
		line-height: .4rem;
		height: .9rem;
		margin-top: .1rem;
	}
	.about-e1-a{
		height: 2.5rem;
		padding: .1rem;
		line-height: 2.3rem;
	}
	.about-e3 .about-e1-a{
		height: 3.2rem;
		line-height: 3rem;
	}
	.about-e2 span{
		font-size: .26rem;
		line-height: .5rem;
		height: .5rem;
		padding: 0 .2rem;
	}
	.about-e2 i{
		display: block;
		width: 100%;
		height: .2rem;
	}
}



/*大事记*/
.memorabilia{
	padding-top: 100px;
	padding-bottom: 100px;
}
.memorabilia-a{
	margin-top: 50px;
	position: relative;
	padding: 0 50px;
}
.memorabilia-swiper{
	z-index: 2;
}
.memorabilia-a1{
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 1;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.memorabilia-a2{
	width: 100%;
	height: 32px;
	background: url(../img/ico20.png) no-repeat right center;
	background-size: cover;
	margin-top: 5px;
	margin-left: -50%;
}
.memorabilia-a3{
	width: 100%;
	height: 32px;
	background: url(../img/ico21.png) no-repeat center;
	position: absolute;
	left: -1px;
	bottom: 0;
	opacity: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.memorabilia-swiper .swiper-slide{
	cursor: pointer;
}
.memorabilia-swiper .swiper-slide.on .memorabilia-a1{
	color: #a61313;
}
.memorabilia-swiper .swiper-slide.on .memorabilia-a3{
	opacity: 1;
}
.memorabilia-swiper .swiper-slide:hover .memorabilia-a1{
	color: #a61313;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.memorabilia-a-x{
	width: 100%;
	height: 2px;
	background: #454544;
	position: absolute;
	top: 60px;
	left: 0;
}
.memorabilia-prev{
	background: url(../img/ico18.png) no-repeat center;
	background-size: cover;
	width: 16px;
	height: 32px;
	left: 0;
	margin: 0;
	top: inherit;
	bottom: -16px;
}
.memorabilia-next{
	background: url(../img/ico19.png) no-repeat center;
	background-size: cover;
	width: 16px;
	height: 32px;
	right: 0;
	margin: 0;
	top: inherit;
	bottom: -16px;
}
.memorabilia-b{
	font-size: 60px;
	line-height: 1;
	color: #b22d26;
	margin-top: 60px;
}
.memorabilia-c{
	margin-top: 50px;
}
.memorabilia-c li{
	width: 100%;
	border: 1px solid #ccc;
	padding: 25px 45px;
	margin-bottom: 25px;
	color: #333;
	min-height: 140px;
	transition: all .3s;
  -webkit-transition:all .3s;	
}
.memorabilia-c1{
	font-size: 30px;
	line-height: 1;
	padding-left: 35px;
	background: url(../img/ico22.png) no-repeat left center;
}
.memorabilia-c2{
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
}
.memorabilia-c li:hover{
	background: #fff;
	border-color: #fff;
	color: #a61313;
	box-shadow: 5px 5px 5px #ccc;
	transition: all .3s;
  -webkit-transition:all .3s;
}

@media(max-width:750px){
	.memorabilia{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.memorabilia-a{
		margin-top: .6rem;
		padding: 0 .5rem;
	}
	.memorabilia-a1{
		font-size: .3rem;
	}
	.memorabilia-a2{
		height: .4rem;
		
	}
	.memorabilia-a3{
		height: .4rem;
		background-size: .5rem;
	}
	.memorabilia-a-x{
		top:.78rem;
	}
	.memorabilia-b{
		font-size: .5rem;
		margin-top: .7rem;
	}
	.memorabilia-c{
		margin-top: .5rem;
	}
	.memorabilia-c li{
		padding: .25rem .3rem;
		min-height: auto;
	}
	.memorabilia-c1{
		font-size: .35rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.memorabilia-c2{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
}


/*公司环境*/
.company{
	padding-top: 100px;
	padding-bottom: 175px;
}
.company-a{
	margin-top: 50px;
	padding-top: 80px;
	border-top: 2px solid #454544;
	text-align: center;
	font-size: 0;
}
.company-a div{
	display: inline-block;
	width:auto;
	padding: 0 20px;
	height: 65px;
	line-height: 65px;
	background: #947a63;
	font-size: 18px;
	color: #fff;
	margin: 2px 1px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.company-a div:hover{
	background: #a61313;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.company-a div.on{
	background: #a61313;
}
.company-b{
	margin-top: 90px;
	padding: 0 90px;
	position: relative;
}
.company-swiper{
	padding: 0 195px;
}
.company-swiper .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	padding: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: none;
}
.company-swiper .swiper-slide.swiper-slide-active p{
	display: block;
}
.company-prev{
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: url(../img/ico23.png) no-repeat center;
	border: 1px solid #947a63;
}
.company-prev:hover{
	background:#a61313 url(../img/ico23_3.png) no-repeat center;
	border: 0;
}
.company-next{
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: url(../img/ico23_1.png) no-repeat center;
	border: 1px solid #947a63;
}
.company-next:hover{
	background:#a61313 url(../img/ico23_4.png) no-repeat center;
	border: 0;
}
@media(max-width:1600px){
	.company-a div{
		width: auto;
		min-width: 180px;
		padding: 0 15px;
	}
	.company-swiper{
		padding: 0 15%;
	}
	.company-b{
		padding: 0 70px;
	}
	.company-prev{
		left: 0;
	}
	.company-next{
		right: 0;
	}
}
@media(max-width:750px){
	.company{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.company-a{
		margin-top: .5rem;
		padding-top: .5rem;
	}
	.company-a div{
		min-width: 2rem;
		padding: 0 .15rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}
	.company-b{
		margin-top: .5rem;
		padding: 0 .8rem;
	}
	.company-prev,.company-next{
		width: .6rem;
		height: .6rem;
		background-size: .3rem .2rem;
	}
	.company-swiper{
		padding: 0;
	}
	.company-swiper .swiper-slide p{
		font-size: .26rem;
		padding: .2rem;
		line-height: .4rem;
		
	}
	
}


/*联系我们*/
.contact{
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact-ab{
	overflow: hidden;
	margin: 50px 0;
}
.contact-a{
	width: 48%;
	max-width: 640px;
	float: left;
	border-top: 2px solid #454544;
	padding-top: 20px;
}
.contact-a1{
	font-size: 30px;
	color: #b22d26;
	line-height: 1;
	padding-left: 20px;
}
.contact-a2{
	width: 100%;
	height: 215px;
	border: 1px solid #ccc;
	background: url(../img/ico24.png) no-repeat right bottom;
	padding: 35px;
	margin-top: 20px;
}
.contact-a2 div{
	font-size: 20px;
    line-height: 35px;
    padding-left: 80px;
    position: relative;
}
.contact-a2 div span{
	position: absolute;
	top: 0;
	left: 0;
}
.contact-a2 div a,.contact-a2 div a:hover{
	color: #333;
}
.contact-b{
	float: right;
}
.contact-b .contact-a2{
	background: url(../img/ico24_1.png) no-repeat right bottom;
}
.contact-c{
	overflow: hidden;
	font-size: 28px;
	color: #b22d26;
	line-height: 37px;
	border-bottom: 1px solid #c4bfba;
}
.contact-c div{
	padding-left: 70px;
	width: 48%;
	max-width: 640px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact-c div a{
	display: block;
	color: #b22d26;
}
.contact-c2{
	float: right !important;
}
.contact-c .div1{
	background: url(../img/ico24_2.png) no-repeat left center;
}
.contact-c .div2{
	background: url(../img/ico24_3.png) no-repeat left center;
}
.contact-c .div3{
	background: url(../img/ico24_2.png) no-repeat left center;
}
.contact-c .div4{
	background: url(../img/ico24_5.png) no-repeat left center;
}
.contact-fbj{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 130px;
}
.contact-d-top{
	border-top: 2px solid #474747;
}
.contact-d{
	margin-bottom: 20px;
}
.contact-d1{
	font-size: 30px;
	line-height: 80px;
	color: #b22d26;
	padding: 0 40px;
	border: 1px solid #d6d6d6;
	background: url(../img/ico24_12.png) no-repeat 95% center;
}
.contact-d1.on{
	border: 0;
    background: url(../img/ico24_13.png) no-repeat 95% center;
}
.contact-d-show{
	display: none;
}
.contact-d2{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	padding: 0 40px;
}
.contact-d3{
	border: 1px solid #d6d6d6;
	padding: 40px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.contact-e1{
	overflow: hidden;
	margin: 25px 0;
	padding-left: 40px;
}
.contact-e1 li{
	width: 18.5%;
	float: left;
	height: 255px;
	background: #b89d82;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
	margin-left: 1.375%;
	position: relative;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.contact-e1 li:first-child{
	margin-left: 0;
}

.contact-e1-a{
	width: 100%;
	height: 75px;
	line-height: 75px;
	margin-top: 20px;
}
.contact-e1-a img{
	max-height: 100%;
}
.contact-e1-b{
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	margin-top: 20px;
}
.contact-e1-c{
	width: 11px;
	height: 12px;
	background: url(../img/ico24_11.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	margin-left: -5.5%;
}
.contact-e1 li:first-child .contact-e1-c{
	display: none;
}
.contact-e1 li:hover{
	background: #a61313;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.contact-f{
	margin-bottom: 20px;
}
.contact-f1{
	border: 1px solid #d6d6d6;
	background: url(../img/ico24_12.png) no-repeat 95% center;
}
.contact-f1.on{
	border: 0;
	background: url(../img/ico24_13.png) no-repeat 95% center;
}
.contact-f2{
	display: none;
}
.contact-f2-ul{
	
}
.contact-f2-ul li{
	position: relative;
	padding-left: 35px;
	border: 1px solid #d6d6d6;
	margin-bottom: 13px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.contact-f2-a{
	width: 35px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #cccccc;
	color: #666;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.contact-f2-a span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -10px;
	font-weight: bold;
	
}
.contact-f2-b{
	padding: 20px 30px;
}
.contact-f2-b>h4{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	margin-bottom: 8px;
}
.contact-f2-b>div{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-bottom: 5px;
}
.contact-f2-ul li:hover{
	background: #f8f5f2;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.contact-f2-ul li:hover .contact-f2-a{
	background: #b89d82;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.contact-f2-mv{
	display: inline-block;
	font-size: 18px;
	color: #a61313;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #a61313;
	margin-top: 25px;
}
.contact-f2-mv:hover{
	color: #a61313;
	opacity: .8;
}
@media(max-width:1600px){
	.contact-c{
		font-size: 24px;
	}
	.contact-e1-b{
		font-size: 13px;
		line-height: 20px;
	}
}
@media(max-width:1200px){
	.contact-e1 li{
		height: 310px;
	}
}
@media(max-width:1000px){
	.contact-a{
		width: 100%;
		margin-bottom: .4rem;
		max-width: 100%;
	}
	.contact-c div{
		width: 100%;
		max-width: 100%;
		    border-bottom: 1px solid #c4bfba;
	}
	.contact-c{
		border: 0;
	}
	.contact-e1 li{
		width: 27.333%;
		margin-left:6%;
	}
	.contact-e1 li:nth-child(4){
		margin-left: 0;
	}
	.contact-e1 li:nth-child(4) .contact-e1-c{
		display: none;
	}
	.contact-e1-c{
		margin-left: -13.5%;
	}
}
@media(max-width:750px){
	.contact{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.contact-ab{
		margin: .6rem 0;
	}
	.contact-a1{
		font-size: .35rem;
		padding-left: .3rem;
	}
	.contact-a2{
		padding: .2rem;
	}
	.contact-a2 div{
		font-size: .3rem;
		line-height: .5rem;
		padding-left: 1.2rem;
	}
	.contact-a2{
		height: 2.5rem;
		background-size: 2rem ;
	}
	.contact-b .contact-a2{
		background-size: 2rem ;
	}
	.contact-c{
		font-size: .35rem;
		line-height: .5rem;
	}
	.contact-c div{
		padding-left: 1rem;
		background-size: .6rem !important;
	}
	.contact-fbj{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.contact-d1{
		font-size: .32rem;
		line-height: .8rem;
		padding: 0 .2rem;
	}
	.contact-d2{
		padding: 0 .2rem;
		font-size: .26rem;
		line-height: .45rem;
	}
	.contact-d3{
		margin-top: .3rem;
		padding: .2rem;
		font-size: .24rem;
		line-height: .45rem;
	}
	.contact-d{
		margin-bottom: .6rem;
	}
	.contact-e1{
		padding: .3rem 0;
		margin: 0;
	}
	.contact-e1 li{
		width: 45%;
		margin-left: 10%;
		padding: .15rem;
		height: 3.5rem;
		margin-bottom: .3rem;
	}
	.contact-e1-a{
		height: .8rem;
		line-height: .8rem;
		margin-top: .4rem;
	}
	.contact-e1-b{
		margin-top: .3rem;
	}
	.contact-e1 li:nth-child(4){
		margin-left: 10%;
	}
	.contact-e1 li:nth-child(4) .contact-e1-c{
		display: block;
	}
	.contact-e1 li:nth-child(3),.contact-e1 li:nth-child(5){
		margin-left: 0%;
	}
	.contact-e1 li:nth-child(3) .contact-e1-c,.contact-e1 li:nth-child(5) .contact-e1-c{
		display: none;
	}
	
	.contact-e1-b{
		font-size: .24rem;
		line-height: .45rem;
	}
	.contact-f1{
		background-size: .3rem .15rem;
	}
	.contact-f2-b{
		padding: .2rem;
	}
	.contact-f2-b>h4{
		font-size: .28rem;
		margin-bottom: .05rem;
	}
	.contact-f2-b>div{
		font-size: .24rem;
		line-height: .45rem;
	}
	.contact-f1.on{
		background-size: .3rem .15rem;
	
	}
	.contact-f2-mv{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.contact-f2-ul li{
		margin-bottom: .15rem;
	}
}


/*搜索结果页*/
.searchs-xtop{
    width: 100%;
    padding-left: 130px;
    padding-right: 60px;
    height: 2px;
    margin-top: 145px;
}
.searchs-xtop div{
	width: 100%;
	height: 2px;
	background: #454544;
}
.searchs{
	padding-top: 65px;
	padding-bottom: 105px;
}
.searchs-a{
	font-size: 60px;
	color: #333;
	line-height: 1.2;
	text-align: center;
}
.searchs-b{
	font-size: 24px;
	line-height: 1;
	color: #776351;
	text-align: center;
	margin-top: 20px;
}
.searchs-c{
	overflow: hidden;
	position: relative;
	padding: 0 10px;
}
.searchs-c1{
	overflow: hidden
}
.searchs-c li{
	width: 12.5%;
	float: left;
	text-align: center;
	margin-top: 80px;
	position: relative;
	cursor: pointer;
}
.searchs-c1-a{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #b49f8d;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	position: relative;
	z-index: 2;
}
.searchs-c1-b{
	width: 100%;
	font-size: 18px;
	color: #b49f8d;
	line-height: 1;
	margin-top: 13px;
	position: relative;
	z-index: 2;
}
.searchs-c1-c{
	width: 100%;
	height: 1px;
	background: #cfcfcf;
	position: absolute;
	top: 17.5px;
	left: 0;
	z-index: 1;
}
.searchs-c1-d{
	width: 9px;
	height: 17px;
	background: url(../img/ico25.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 9.5px;
	right: -4px;
}
.searchs-c li:first-child .searchs-c1-c,.searchs-c li:last-child .searchs-c1-c{
	width: 50%;
	left: 50%;
}
@media(min-width:1001px){
	.searchs-c li:nth-child(9),.searchs-c li:nth-child(10),.searchs-c li:nth-child(11),.searchs-c li:nth-child(12),.searchs-c li:nth-child(13),.searchs-c li:nth-child(14),.searchs-c li:nth-child(15),.searchs-c li:nth-child(16){
		float: right;
	}
	.searchs-c li:nth-child(9),.searchs-c li:nth-child(10),.searchs-c li:nth-child(11),.searchs-c li:nth-child(12),.searchs-c li:nth-child(13),.searchs-c li:nth-child(14),.searchs-c li:nth-child(15),.searchs-c li:nth-child(16){
		float: right;
	}
	.searchs-c li:nth-child(8) .searchs-c1-d,.searchs-c li:nth-child(9) .searchs-c1-d{
		display: none;
	}
	
	.searchs-c li:nth-child(10) .searchs-c1-d,.searchs-c li:nth-child(11) .searchs-c1-d,.searchs-c li:nth-child(12) .searchs-c1-d,.searchs-c li:nth-child(13) .searchs-c1-d,.searchs-c li:nth-child(14) .searchs-c1-d,.searchs-c li:nth-child(15) .searchs-c1-d,.searchs-c li:nth-child(16) .searchs-c1-d{
		transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
}

.searchs-c2,.searchs-c3,.searchs-c4,.searchs-c5{
	display: none;
	width: 17px;
	height: 150px;
	background: url(../img/ico25_2.png) no-repeat center;
	position: absolute;
	top: 96.5px;
	right: 1px;
}
.searchs-c2:after,.searchs-c3:after,.searchs-c4:after,.searchs-c5:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #cfcfcf;
}
.searchs-c2{
	display: block;
}
.searchs-c li.on .searchs-c1-a{
	background: #a61313;
}
.searchs-d{
	margin-top: 60px;
	background: #fff;
	border-radius: 5px;
	padding: 70px;
}
.searchs-d1{
	overflow: hidden;
	color: #a61313;
}
.searchs-d1 div{
	float: left;
}
.searchs-d1-a,.searchs-d1-b{
	font-size: 90px;
	line-height: 1;	
}
.searchs-d1-c{
	font-size: 48px;
	line-height: 90px;
}
.searchs-d2{
	margin: 30px 0;
}
.searchs-d3{
	width: calc(100% + 100px);
	width: -webkit-calc(100% + 100px);
	padding: 0 50px;
	margin-left: -50px;
	position: relative;
}
.searchs-prev{
	width: 28px;
	height: 22px;
	background: url(../img/ico25_3.png) no-repeat center;
	background-size: cover;
	left: 0;
}
.searchs-next{
	width: 28px;
	height: 22px;
	background: url(../img/ico25_4.png) no-repeat center;
	background-size: cover;
	right: 0;
}
.searchs-e-bj{
	background: #947a63;
}
.searchs-e{
	padding-top: 60px;
	padding-bottom: 130px;
}
.searchs-e1{
	width: 100%;
	font-size: 60px;
	color: #fff;
	line-height: 1;
	padding-bottom: 40px;
	border-bottom: 1px solid #b4a292;
	text-align: center;
}
.searchs-e2-cont{
	width: 100%;
	height: 525px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.searchs-e2{
	position: absolute;
	width: 104%;
	top: 0;
	left: 0;
	height: 5000px;
	overflow: hidden;
}
.searchs-e2-a{
	width: 100%;
	overflow: hidden;
}
.searchs-e2-a div{
	width: 29.333%;
	margin-right: 4%;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 55px;
	padding-left: 15px;
	border-bottom: 1px dashed #b4a292;
	margin-bottom: 10px;
	position: relative;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.searchs-e2-a div:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -3px;
}
@media(max-width:1200px){
	.searchs-e2-a div{
		width: 46%;
	}
	.searchs-xtop{
		padding: 0 30px;
	}
}
@media(max-width:1000px){
	.searchs-c li{
		width: 25%;
		margin-top: 40px;
	}
	.searchs-c li:nth-child(5),.searchs-c li:nth-child(6),.searchs-c li:nth-child(7),.searchs-c li:nth-child(8),.searchs-c li:nth-child(13),.searchs-c li:nth-child(14),.searchs-c li:nth-child(15){
		float: right;
	}
	
	.searchs-c li:nth-child(4) .searchs-c1-d,.searchs-c li:nth-child(5) .searchs-c1-d,.searchs-c li:nth-child(12) .searchs-c1-d,.searchs-c li:nth-child(13) .searchs-c1-d{
		display: none;
	}
	.searchs-c li:nth-child(6) .searchs-c1-d,.searchs-c li:nth-child(7) .searchs-c1-d,.searchs-c li:nth-child(8) .searchs-c1-d,.searchs-c li:nth-child(14) .searchs-c1-d,.searchs-c li:nth-child(15) .searchs-c1-d,.searchs-c li:nth-child(16) .searchs-c1-d{
		transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
	.searchs-c2, .searchs-c3, .searchs-c4, .searchs-c5{
		height: 108px;
		top: 57.5px;
	}
	.searchs-c3{
		display: block;
		right: inherit;
		left: 0;
		top: 164px;
	}
	.searchs-c4{
		display: block;
		top: 272px;
	}
}
@media(max-width:750px){
	.searchs-xtop{
		padding: 0 .3rem;
		margin-top: 2rem;
	}
	.searchs-a{
		font-size: .5rem;
		
	}
	.searchs{
		padding: .7rem .3rem;
	}
	.searchs-b{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.searchs-c1-b{
		font-size: .24rem;
		line-height: 18px;
		margin-top: 5px;
	}
	.searchs-c li{
		margin-top: 20px;
	}
	.searchs-c2, .searchs-c3, .searchs-c4, .searchs-c5{
		height: 80px;
        top: 37.5px;
	}
	.searchs-c3{
		top: 117px;
	}
	.searchs-c4{
		top: 196px;
	}
	.searchs-d{
		margin-top: .6rem;
		padding: .5rem .3rem;
	}
	.searchs-d1-c{
		font-size: .4rem;
		line-height: .7rem;
	}
	.searchs-d1-a, .searchs-d1-b{
		font-size: .7rem;
	}
	.searchs-d2{
		margin: .4rem 0;
	}
	.searchs-d3{
		width: 100%;
		margin: 0;
		padding: 0 35px;
	}
	.searchs-e{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.searchs-e1{
		font-size: .5rem;
		padding-bottom: .3rem;
	}
	.searchs-e2-cont{
		height: 5rem;
		margin-top: .5rem;
	}
	.searchs-e2-a div{
		font-size: .24rem;
		line-height: .6rem;
		height: .6rem;
		margin-bottom: .1rem;
	}
}

.gy-mTop{
	width: 60px;
	height: 60px;
	background:url(../img/ico37.png) no-repeat center;
	background-size: cover;
	position: fixed;
	right: 50px;
	bottom: 100px;
	z-index: 51;
	cursor: pointer;
	display: none;
}
.gy-mTop:hover{
	opacity: .8;
}
@media(max-width:1600px){
	.gy-mTop{
		width: 45px;
		height: 45px;
		right: 20px;
		bottom: 60px;
	}
}
@media(max-width:750px){
	.gy-mTop{
		width: .6rem;
		height: .6rem;
		right: .1rem;
		bottom: .5rem;
	}
}