@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

html,body{
	height:100%;
	position: relative;
	background-color: #f2f2f2;
	
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face{
font-family:HarmonyOS_Sans_SC_Regular.ttf;
src: url(HarmonyOS_Sans_SC_Regular.ttf);
}



/*——————————————————————————————————————————————————————————————————————*/
@media (min-width: 1366px){
		
.nr{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin-bottom: -188px;
/*	background-color: red;*/

}
.push{
	width: 100%;
	height: 188px;
	clear: both;
}
.toppush1{
	width: 100%;
	height: 140px;	
	clear: both;
}
.toppush2{
	width: 100%;
	height: 170px;	
	clear: both;
}	
/*—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————header*/
.header{
	overflow: hidden;
	height: 140px;
	width: 100%;
	position: fixed;
	top:0px;
	background-color: white;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	z-index: 105;
}

.header .top{
	height: 140px;
	width: 1250px;
	background-color: transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}

.header .top .logo{
	height: 80px;
	width: 200px;
	margin-left: 20px;
	position: absolute;
	top: 30px;
	z-index: 101;
	opacity: 1;
}

.header .top .logo:hover{
	opacity: 0.7;
	transition: all 0.2s;
	
}


.header .top .anniu1{
	width: 260px;
	height: 72px;
	margin-right: 20px;
	position: absolute;
	top: 34px;
	right: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}

.header .top .anniu1 a{
	display: block;
	width: 260px;
	height: 72px;
	border-radius: 8px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 28px;
	line-height: 72px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);
}

.header .top .anniu1 a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);

}

	#menu-icon{
		display: none;
	}	
	
	
.menu{
	height: 124px;
	width: auto;
	position: relative;
	top: 4px;
	left: 300px;
	
}


.menu ul{
	overflow: hidden;
	height: 124px;
	width: auto;
}

.menu li{
	float: left;
	height: 124px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-size: 28px;
/*  	display: inline;*/
	

}

.menu li a{
	display: block;
	height: 120px;
	width: auto;
  	padding: 0 20px 0 20px;
	margin: 0 20px 0 20px;
	color: #4e4e56;
	font-size: 28px;
	text-align: center;
	line-height: 124px;
}

.active{
	border-bottom: 2px solid #4e4e56;
}

.menu li a:hover{
	background-color: white;
	color: #b48b73;
	transition: all 0.2s;
	border-bottom: 2px solid #b48b73;
	opacity: 1;
}
/*—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————header*/

/*_______________________________________________________________________________________________________________________________banner*/
.banner{
	height: 700px;
	width: 100%;
/*	background-color: #008ca7;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	background: url(abanner1.jpg) no-repeat center center;
	background-size: cover;
}
	
.aboutbanner{
	height: 250px;
	width: 100%;
/*	background-color: #008ca7;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	background: url(abanner2.jpg) no-repeat center center;*/
	background-size: cover;
	opacity: 0.5;
}
	
.bannertext{
	height: auto;
	width: 1250px;
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 103;
	
}
	
.bannertext P{
	color: white;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	text-align: left;
}	


.bannertext #zero{
	font-size: 36px;
	line-height:36px;
	margin-left: 21px;
	position: relative;
	top:80px;
	font-weight: 300;
}
	
.bannertext #first{
	font-size: 52px;
	line-height: 52px;
	margin-left: 20px;
	position: relative;
	top:80px;
	font-weight: 500;
	
}
	
.bannertext #second{
	font-size: 64px;
	line-height: 64px;
	margin-left: 20px;
	position: relative;
	top:130px;
	letter-spacing: 15px;
	font-weight: 500;
	
}
	
	
.bannertext #third{
	font-size: 34px;
	line-height: 34px;
	margin-left: 20px;
	position: relative;
	top:140px;
	letter-spacing: 4px;
	font-weight: 300;
	
	
}
	
	
.bannertext #fourth{
	font-size: 28px;
	line-height: 28px;
	margin-left: 20px;
	position: relative;
	top:230px;
	letter-spacing: 6px;
	
}
	
	

	
/*_______________________________________________________________________________________________________________________________banner*/

/*__________________________________________________________________________________________________________________________pop*/

.pop{
	overflow: hidden;
	height: 480px;
	width: 1250px;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	position: relative;
	margin-top:-50px;
	left: 50%;
	transform: translate(-50%,0);
	background-size: cover;
	z-index: 100;
}
/*______________________________以下为首例封面*/
.popimg{
	overflow: hidden;
	height: 480px;
	width: 800px;
	border-radius: 4px 0 0 4px;
	background-color: white;
	float: left;
	background: no-repeat center center;
	background-size: cover;
	z-index: 97;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	
}


.popimg a{
	display: block;
	height: 480px;
	width: 800px;
	cursor: hand;
}


.popimg:hover{
	transition: all 0.6s ease-in-out;
	transform: scale(1.1);
	opacity: 0.7;
	z-index: 97;
}

/*_______________________________以下为首例标题*/

.poptext{
	overflow: hidden;
	height: 480px;
	width: 450px;
	float: left;
	position: fixed;
	margin-top: 0px;
	margin-left: 800px;
	background-color: white;
	border-radius: 0 4px 4px 0;
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
	z-index: 98;
	
}

.p-biaoti1{
	display: block;
	width: 210px;
	height: 36px;
	border-radius: 18px;
	background-color:  transparent;
	color: #4e4e56;
	border: 1px solid #4e4e56;
	font-size: 21px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	margin-top:416px;
	left:40px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	
}

.p-biaoti4{
	display: block;
	width: 210px;
	height: 36px;
	border-radius: 0px;
	background-color:  transparent;
	color: #4e4e56;
/*	border: 1px solid #b48b73;*/
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	margin-top:416px;
	right:5px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.p-biaoti2{
	height: auto;
	width: 380px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.p-biaoti2 p{
	font-size: 28px;
	line-height: 35px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #4e4e56;
}

.p-biaoti2 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}


.p-biaoti3{
	height: auto;
	width: 380px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.p-biaoti3 p{
	font-size: 28px;
	line-height: 40px;
	color: #4e4e56;
	letter-spacing: 2px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-weight: 500;
}

.p-biaoti3 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}
/*_______________________以下为首例介绍*/


.jieshao{
	display: none;
	overflow: hidden;
	height: 400px;
	width: 410px;
	float: left;
	position: absolute;
	margin-top:175px;
	left:40px;
}

.jieshao ul li{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-bottom: 12px;
	color: #4e4e56;
	opacity: 0.7;
	
	
}
	
.jieshao1{
	display: none;
	overflow: hidden;
	height: 400px;
	width: 410px;
	float: left;
	position: absolute;
	margin-top:100px;
	left:30px;
}

.jieshao1 ul li{
	display: none;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-bottom: 12px;
	color: #4e4e56;
	opacity: 0.7;
	
}
/*__________________________________________________________________________________________________________________________pop*/

/*__________________________________________________________________________________________________________________________main*/
.main{
	min-height: 650px;
	height: auto;
	width: 1350px;
/*	background-color: #000;*/
	position: relative;
	margin-top: 50px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
}
.main2{
	min-height: 400px;
	height: auto;
	width: 1250px;
/*	background-color: #000;*/
	position: relative;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
}



/*___________________________以下为案例封面*/

.main .anli{
	overflow: hidden;
	height: 480px;
	width: 1250px;
	border-radius: 4px;
	background-color: white;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 0px;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	z-index: 100;
	
	
}

.main .anli .anliimg{
	overflow: hidden;
	height: 480px;
	width: 800px;
	border-radius: 4px 0 0 4px;
	background-color: white;
	float: left;
	background: no-repeat center center;
	background-size: cover;
	z-index: 97;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	
}


.main .anli .anliimg a{
	display: block;
	height: 480px;
	width: 800px;
	cursor: hand;
}


.main .anli .anliimg:hover{
	transition: all 0.6s ease-in-out;
	transform: scale(1.1);
	opacity: 0.7;
	z-index: 97;
}


/*______________________________以下为案例标题*/

.main .anli .anlitext{
	overflow: hidden;
	height: 480px;
	width: 450px;
	float: left;
	position: fixed;
	margin-top: 0px;
	margin-left: 800px;
	background-color: white;
	border-radius: 0 4px 4px 0;
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
	z-index: 98;
}

.biaoti1{
	display: block;
	width: 210px;
	height: 36px;
	border-radius: 18px;
	background-color:  transparent;
	color: #4e4e56;
	border: 1px solid #4e4e56;
	font-size: 21px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	margin-top:416px;
	left:40px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}

.biaoti4{
	display: block;
	width: 210px;
	height: 36px;
	border-radius: 0px;
	background-color:  transparent;
	color: #4e4e56;
/*	border: 1px solid #b48b73;*/
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	margin-top:416px;
	right:5px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.biaoti2{
	height: auto;
	width: 380px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.biaoti2 p{
	font-size: 28px;
	line-height: 35px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #4e4e56;
}

.biaoti2 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}


.biaoti3{
	height: auto;
	width: 380px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.biaoti3 p{
	font-size: 28px;
	line-height: 40px;
	color: #4e4e56;
	letter-spacing: 2px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-weight: 500;
}

.biaoti3 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}

/*__________________________________________________________________________________________________________________________main*/




/*__________________________________________________________________________________________________________________________footer*/
.footer{
/*	overflow: hidden;*/
	width: 100%;
	height: 188px;
	background-color: #4e4e56;
	clear: both;
	
/*
	position: absolute;
	margin-top:0px;
	left: 50%;
	transform: translate(-50%,0);
*/
}
/*__________________________________上部*/
.down1{
/*	overflow: hidden;*/
	width: 1250px;
	height: 110px;
/*	background-color: #111111;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 106;
	
}
.footerlogo{
	height: 60px;
	width: 150px;
	margin-left: 20px;
	position: absolute;
	top: 25px;
	opacity: 1;
}
.wechatbox1{
/*	overflow: hidden;*/
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #434349;
	position: absolute;
	top:25px;
	left:200px;
	background: url(wechat1.svg) no-repeat center center;
	
}
.wechatbox1 p{
	display: block;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	
	
}

.wechatbox1 img{
	width: 180px;
	height: 190px;
	border-radius: 0px;
	z-index: 103;
	position: absolute;
	top:-190px;
	left: 50%;
	transform: translate(-50%,0);
	
}


.lianxi1 {
	float: left;
	overflow: hidden;
	width: auto;
	height: 80px;
	position: absolute;
	top:17px;
	left:270px;
	letter-spacing: 1px;
/*	border-right: 1px solid #434349;*/
}

.lianxi1 ul{
	overflow: hidden;
	height: 100px;
	width: auto;
	margin-left: 0px;
	padding-top: 0px;

	
}

.lianxi1 li{
	height: 15px;
	width: 400px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 18px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 15px;
}

.lianxi1 li a{
	height: 15px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	
	
}

.lianxi1 li a:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}



.wechatbox2{
/*	overflow: hidden;*/
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #434349;
	position: absolute;
	top:25px;
	left:680px;
	
}

.wechatbox2 img{
	width: 48px;
	height: 60px;
	border-radius: 0px;
	position: absolute;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	background-color: transparent;*/
}


.lianxi2 {
	float: left;
	overflow: hidden;
	width: auto;
	height: 80px;
	position: absolute;
	top:17px;
	left:750px;
	letter-spacing: 1px;
/*	border-right: 1px solid #434349;*/
}

.lianxi2 ul{
	overflow: hidden;
	height: 100px;
	width: auto;
	margin-left: 0px;
	padding-top: 0px;

	
}

.lianxi2 li{
	height: 15px;
	width: 400px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 18px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 15px;
}

.lianxi2 li a{
	height: 15px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 18px;
	line-height: 15px;
	text-align: left;
	
	
}

.lianxi2 li a:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}
/*__________________________________上部*/
/*__________________________________下部*/
.down2{
	overflow: hidden;
	width: 100%;
	height: 78px;
	background-color: #434349;
	
}

.banquan{
	overflow: hidden;
	width: 1250px;
	height: 39px;
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	letter-spacing: 1px;
	
}


.banquan ul{
	overflow: hidden;
	height:39px;
	width: auto;
	margin-left: 1px;
}

.banquan li{
	float: left;
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;
	margin-top: 2px;
/*	background-color: #4e4e56;*/

}

.banquan li a{
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;
	
}

.banquan li a:hover{
	color: #b48b73;
	transition: all 0.2s;
}
	
.beianhao{
	overflow: hidden;
	width: 1250px;
	height: 39px;
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	letter-spacing: 1px;
	
}


.beianhao ul{
	overflow: hidden;
	height: 39px;
	width: auto;
	margin-left: 4px;
}

.beianhao li{
	float: left;
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;	
	margin-left: 16px;
	margin-top: -2px;
/*	background-color: #4e4e56;*/

}

.beianhao li a{
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;
	
}

.beianhao li a:hover{
	color: #b48b73;
	transition: all 0.2s;
}
	
.beian{
 	width: auto;
 	height: 18px;
/* 	border-radius: 25px;*/
 	background-color: #6b6b6b;
 	position: absolute;
 	top: 11px;
 	left: 0px;
}
.beian img{
	width: auto;
 	height: 18px;
 	border-radius: 0px;
 	position: absolute;
 	top:0px;
	margin-top: -3px;
/*
 	left: 50%;
 	transform: translate(-50%,0);
*/

}

/*__________________________________下部*/
/*__________________________________回到顶部链接*/

.flink{
	width: auto;
	height: 100px;
	position: absolute;
	top:25px;
	right: 20px;
}

.flink a{
	display: block;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	background-color: #434349;
	float: left;
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	opacity: 0.5;
}

.flink img{
	height: 60px;
	width: 48px;
	border-radius: 0px;

}

.flink a:hover{
	background-color: #434349;
	color: #f2f2f2;
	transition: all 0.2s;
	opacity: 1;
	
}
/*__________________________________回到顶部链接*/
/*__________________________________________________________________________________________________________________________footer*/

	.touxianbox{
		overflow: hidden;
		height: 30px;
		width: 1210px;
		position: relative;
		top:0px;
		left: 20px;
/*		background-color: white;*/
		float: left;
		border-bottom: 1px solid #4e4e56;
		opacity: 0.7;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;

	}
	.touxianbox #first{
		font-size: 24px;
		font-style: ;
		line-height: 24px;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		
	}
	.touxianbox #second{
		font-size: 24px;
		font-style: ;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
/*		font-weight: 400;*/
	}
	.name{
		height: 200px;
		width: 200px;
		font-size:150px;
		font-weight: 100;
		line-height:200px;
/*		background: white;*/
		position: relative;
		top:0px;
		left: 20px;
		float: left;
		color: #434349;
		opacity: 0.1;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
	}
	.xinxi{
		height: 200px;
		width: 815px;
		position: relative;
		top:0px;
		left: 20px;
		float: left;
/*		background-color: white;*/

		
	}
	.xinxi ul{
		margin-top: 35px;
		margin-left: 20px;
	}
	.xinxi ul li{
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 1px;
		opacity: 0.7;
		color: #434349;
		font-weight: 300;
/*		font-style: italic;*/
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
	}
	

	
.mingpiananniu{
	width: 195px;
	height: 225px;
	position: relative;
	top:0px;
	left: 20px;
	float: left;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}
.mingpiananniu a{
	display: block;
	width: 195px;
	height: 54px;
	border-radius: 8px;
	margin-top: 30px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 21px;
	line-height: 54px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);
	
}

.mingpiananniu a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);

}
.homebox{
	width: 1210px;
	height: 200px;
	position: relative;
	top:0px;
	left: 20px;
	float: left;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
}
.homebox a{
	display: block;
	width: 195px;
	height: 54px;
	border-radius: 8px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 21px;
	line-height: 54px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);
	position: relative;
	margin-top: 100px;
	left: 50%;
	transform: translate(-50%,0);
}

.homebox a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);

}
	.aboutanbeo{
		height: 240px;
		width: 1000px;
		position: relative;
/*		background-color: white;*/
		top:-50px;
		left: 50%;
		transform: translate(-50%,0);
		
	}
	.aboutanbeo p{
/*		text-align: center;*/
		position: relative;
		top: -90px;
	}
	
	.aboutanbeo #first{
		font-size: 32px;
		letter-spacing: 1px;
		font-style: ;
		line-height: 32px;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		text-align: center;
/*		font-weight: 400;*/
		
	}
	.aboutanbeo #second{
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 40px;
		font-style: ;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		text-align: left;
		font-weight: 300;
	}
	
.anlitext2{
/*	overflow: hidden;*/
	height: auto;
	width: 1250px;
	float: left;
	position: relative;
/*	background-color: white;*/
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
}

.anlitext2 p{
	margin-left: 20px;
	margin-right: 20px;
}
	
.anlitext2 #first{
	font-size: 32px;
	line-height: 32px;
	color: #4e4e56;
	font-family:HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 30px;
	
}


.anlitext2 #second{
	font-size: 32px;
	line-height: 32px;
	color: #4e4e56;
	letter-spacing: 2px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 16px;
	font-weight: 500;
}

.anlitext2 #third{
	font-size: 26px;
/*	font-style: italic;*/
	line-height: 40px;
	color: #4e4e56;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 24px;
	margin-bottom: 40px;
	font-weight: 300;
	opacity: 1;
}

.anlitext3{
/*	overflow: hidden;*/
	height: auto;
	width: 1250px;
	float: left;
	position: relative;
/*	background-color: white;*/
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
}
.anlitext3 p{
	margin-left: 20px;
	margin-right: 20px;
}
.anlitext3 #third{
	font-size: 26px;
/*	font-style: italic;*/
	line-height: 40px;
	color: #4e4e56;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 24px;
	margin-bottom: 40px;
	font-weight: 300;
	opacity: 1;
}
	
.jieshao2push{
	overflow: hidden;
	height: auto;
	width: 625px;
	float: left;
	position: relative;
	left:0px;
	background-color: white;
	border-top: 1px solid #eaeaea;
	margin-top: 40px;
	margin-bottom: 16px;
}	
	
.jieshao2{
	overflow: hidden;
	height: auto;
	width: 625px;
	float: left;
	position: relative;
	left:0px;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
	margin-top: 40px;
	margin-bottom: 21px;
}

.jieshao2 ul li{
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;	
	margin-top: 21px;
	margin-left: 130px;
	color: #4e4e56;
	opacity: 0.7;
	
}
.anliimgbox{
	overflow: hidden;
	height: auto;
	width: 1250px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	

}
.anliimgbox img{
	width: 100%;
	height: auto;
	background: no-repeat center center;
	
}	
}
	

	
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width : 1024px ) and ( max-width : 1365px ){
	
.nr{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin-bottom: -178px;

}
.push{
	width: 100%;
	height: 178px;
	clear: both;
}
.toppush1{
	width: 100%;
	height: 84px;	
	clear: both;
}
.toppush2{
	width: 100%;
	height: 114px;	
	clear: both;
}	
/*—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————header*/
.header{
	overflow: hidden;
	height: 84px;
	width: 100%;
	position: fixed;
	top:0px;
	background-color: white;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	z-index: 105;
}

.header .top{
	height: 84px;
	width: 85%;
	background-color: transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}

.header .top .logo{
	height: 56px;
	width: 140px;
	margin-left: 0px;
	position: absolute;
	top: 14px;
	z-index: 101;
	opacity: 1;
}

.header .top .logo:hover{
	opacity: 0.7;
	transition: all 0.2s;
	
}


.header .top .anniu1{
	width: 185px;
	height: 44px;
	margin-right: 0px;
	position: absolute;
	top: 20px;
	right: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}

.header .top .anniu1 a{
	display: block;
	width: 185px;
	height: 44px;
	border-radius: 6px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 21px;
	line-height: 44px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);
}

.header .top .anniu1 a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);

}

	#menu-icon{
		display: none;
	}	
	
	
.menu{
	height: 76px;
	width: auto;
	position: relative;
	top: 4px;
	left: 180px;

	
}


.menu ul{
	overflow: hidden;
	height: 76px;
	width: auto;
}

.menu li{
	float: left;
	height: 76px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-size: 14px;
/*  	display: inline;*/
	

}

.menu li a{
	display: block;
	height: 72px;
	width: auto;
  	padding: 0 20px 0 20px;
	margin: 0 20px 0 20px;
	color: #4e4e56;
	font-size: 21px;
	text-align: center;
	line-height: 76px;
}

.active{
	border-bottom: 2px solid #4e4e56;
}

.menu li a:hover{
	background-color: white;
	color: #b48b73;
	transition: all 0.2s;
	border-bottom: 2px solid #b48b73;
	opacity: 1;
}
/*—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————header*/

/*_______________________________________________________________________________________________________________________________banner*/
.banner{
	height: 500px;
	width: 100%;
/*	background-color: #008ca7;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	background: url(abanner1.jpg) no-repeat center center;
	background-size: cover;
}
	
.aboutbanner{
	height: 220px;
	width: 100%;
/*	background-color: #008ca7;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	background: url(abanner2.jpg) no-repeat center center;*/
	background-size: cover;
	opacity: 0.5;
}
	
.bannertext{
	height: 500px;
	width: 85%;
	position: relative;
	top:-20px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 103;
	
}
	
.bannertext P{
	color: white;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	text-align: left;
}	


.bannertext #zero{
	font-size: 24px;
	line-height:24px;
	margin-left: 1px;
	position: relative;
	top:100px;
	font-weight: 300;
}
	
.bannertext #first{
	font-size: 38px;
	line-height: 38px;
	margin-left: 0px;
	position: relative;
	top:100px;
	font-weight: 500;
	
}
	
.bannertext #second{
	font-size: 49px;
	line-height: 49px;
	margin-left: 0px;
	position: relative;
	top:130px;
	letter-spacing: 14px;
	font-weight: 500;
	
}
	
	
.bannertext #third{
	font-size: 26px;
	line-height: 26px;
	margin-left: 0px;
	position: relative;
	top:140px;
	letter-spacing: 4px;
	font-weight: 300;
	
}
	
	
.bannertext #fourth{
	font-size: 21px;
	line-height: 21px;
	margin-left: 0px;
	position: relative;
	top:180px;
	letter-spacing: 6px;
	
}
	
	

	
/*_______________________________________________________________________________________________________________________________banner*/

/*__________________________________________________________________________________________________________________________pop*/

.pop{
	overflow: hidden;
	height: 420px;
	width: 90%;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	position: relative;
	margin-top:-50px;
	left: 50%;
	transform: translate(-50%,0);
	background-size: cover;
	z-index: 100;
}
/*______________________________以下为首例封面*/
.popimg{
	overflow: hidden;
	height: 420px;
	width: 60%;
	border-radius: 4px 0 0 4px;
	background-color: white;
	float: left;
	background: no-repeat center center;
	background-size: cover;
	z-index: 97;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	
}


.popimg a{
	display: block;
	height: 420px;
	width: 100%;
	cursor: hand;
}


.popimg:hover{
	transition: all 0.6s ease-in-out;
	transform: scale(1.1);
	opacity: 0.7;
	z-index: 97;
}

/*_______________________________以下为首例标题*/

.poptext{
	overflow: hidden;
	height: 420px;
	width: 40%;
	float: left;
	position: fixed;
	margin-top: 0px;
	margin-left: 60%;
	background-color: white;
	border-radius: 0 4px 4px 0;
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
	z-index: 98;
	
}

.p-biaoti1{
	display: block;
	width: 150px;
	height: 26px;
	border-radius: 13px;
	background-color:  transparent;
	color: #4e4e56;
	border: 1px solid #4e4e56;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	margin-top:370px;
	left:30px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}

.p-biaoti4{
	display: block;
	width: 150px;
	height: 28px;
	border-radius: 0px;
	background-color:  transparent;
	color: #4e4e56;
/*	border: 1px solid #b48b73;*/
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: center;
	position: absolute;
	margin-top:370px;
	right:30px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.p-biaoti2{
	height: auto;
	width: 320px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.p-biaoti2 p{
	font-size: 28px;
	line-height: 38px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #4e4e56;
}

.p-biaoti2 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}


.p-biaoti3{
	height: auto;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.p-biaoti3 p{
	font-size: 28px;
	line-height: 38px;
	color: #4e4e56;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-weight: 500;
}

.p-biaoti3 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}
/*_______________________以下为首例介绍*/


.jieshao{
	display: none;
	overflow: hidden;
	height: 400px;
	width: 410px;
	float: left;
	position: absolute;
	margin-top:100px;
	left:30px;
}

.jieshao ul li{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-bottom: 12px;
	color: #4e4e56;
	opacity: 0.7;
	
}
	
.jieshao1{
	display: none;
	overflow: hidden;
	height: 400px;
	width: 410px;
	float: left;
	position: absolute;
	margin-top:100px;
	left:30px;
}

.jieshao1 ul li{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-bottom: 12px;
	color: #4e4e56;
	opacity: 0.7;
	
}
/*__________________________________________________________________________________________________________________________pop*/

/*__________________________________________________________________________________________________________________________main*/
.main{
	min-height: 550px;
	height: auto;
	width: 90%;
/*	background-color: #000;*/
	position: relative;
	margin-top: 50px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
}
.main2{
	min-height: 300px;
	height: auto;
	width: 85%;
/*	background-color: #000;*/
	position: relative;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
}



/*___________________________以下为案例封面*/

.main .anli{
	overflow: hidden;
	height: 420px;
	width: 100%;
	border-radius: 4px;
	background-color: white;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	z-index: 100;
	
	
}

.main .anli .anliimg{
	overflow: hidden;
	height: 420px;
	width: 60%;
	border-radius: 4px 0 0 4px;
	background-color: white;
	float: left;
	background: no-repeat center center;
	background-size: cover;
	z-index: 97;
	
}


.main .anli .anliimg a{
	display: block;
	height: 420px;
	width: 100%;
	cursor: hand;
}


.main .anli .anliimg:hover{
	transition: all 0.6s ease-in-out;
	transform: scale(1.1);
	opacity: 0.7;
	z-index: 97;
}


/*______________________________以下为案例标题*/

.main .anli .anlitext{
	overflow: hidden;
	height: 420px;
	width: 40%;
	float: left;
	position: fixed;
	margin-left: 60%;
	background-color: white;
	border-radius: 0 4px 4px 0;
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
	z-index: 98;
}

.biaoti1{
	display: block;
	width: 150px;
	height: 26px;
	border-radius: 13px;
	background-color:  transparent;
	color: #4e4e56;
	border: 1px solid #4e4e56;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	margin-top:370px;
	left:30px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}

.biaoti4{
	display: block;
	width: 150px;
	height: 28px;
	border-radius: 0px;
	background-color:  transparent;
	color: #4e4e56;
/*	border: 1px solid #b48b73;*/
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: center;
	position: absolute;
	margin-top:370px;
	right:30px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.biaoti2{
	height: auto;
	width: 320px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.biaoti2 p{
	font-size: 28px;
	line-height: 38px;
	font-family:HarmonyOS_Sans_SC_Regular.ttf;
	color: #4e4e56;
}

.biaoti2 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}


.biaoti3{
	height: auto;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.biaoti3 p{
	font-size: 28px;
	line-height: 38px;
	color: #4e4e56;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-weight: 500;
}

.biaoti3 p:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}

/*__________________________________________________________________________________________________________________________main*/




/*__________________________________________________________________________________________________________________________footer*/
.footer{
/*	overflow: hidden;*/
	width: 100%;
	height: 178px;
	background-color: #4e4e56;
	clear: both;
	
/*
	position: absolute;
	margin-top:0px;
	left: 50%;
	transform: translate(-50%,0);
*/
}
/*__________________________________上部*/
.down1{
/*	overflow: hidden;*/
	width: 85%;
	height: 100px;
/*	background-color: #111111;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 106;
	
}
.footerlogo{
	display: none;
	height: 50px;
	width: 125px;
	margin-left: 0px;
	position: absolute;
	top: 25px;
	opacity: 1;
}
.wechatbox1{
/*	overflow: hidden;*/
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #434349;
	position: absolute;
	top:20px;
	left:0px;
	background: url(wechat1.svg) no-repeat center center;
	
}
.wechatbox1 p{
	display: block;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	height: 60px;
	
	
}

.wechatbox1 img{
	width: 180px;
	height: 190px;
	border-radius: 0px;
	z-index: 103;
	position: absolute;
	top:-190px;
	left: 50%;
	transform: translate(-50%,0);
	
}


.lianxi1 {
	float: left;
	overflow: hidden;
	width: auto;
	height: 80px;
	position: absolute;
	top:12px;
	left:70px;
	letter-spacing: 1px;
/*	border-right: 1px solid #434349;*/
}

.lianxi1 ul{
	overflow: hidden;
	height: 100px;
	width: auto;
	margin-left: 0px;
	padding-top: 0px;

	
}

.lianxi1 li{
	height: 15px;
	width: 400px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 20px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 15px;
}

.lianxi1 li a{
	height: 15px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	
	
}

.lianxi1 li a:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}



.wechatbox2{
	display: none;
/*	overflow: hidden;*/
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #434349;
	position: absolute;
	top:25px;
	left:390px;
	
}

.wechatbox2 img{
	width: 40px;
	height: 50px;
	border-radius: 0px;
	position: absolute;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	background-color: transparent;*/
}


.lianxi2 {
	display: none;
	float: left;
	overflow: hidden;
	width: auto;
	height: 80px;
	position: absolute;
	top:12px;
	left:450px;
	letter-spacing: 1px;
/*	border-right: 1px solid #434349;*/
}

.lianxi2 ul{
	overflow: hidden;
	height: 100px;
	width: auto;
	margin-left: 0px;
	padding-top: 0px;

	
}

.lianxi2 li{
	height: 15px;
	width: 310px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 15px;
}

.lianxi2 li a{
	height: 15px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	
	
}

.lianxi2 li a:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}
/*__________________________________上部*/
/*__________________________________下部*/
.down2{
	overflow: hidden;
	width: 100%;
	height: 78px;
	background-color: #434349;
	
}

.banquan{
	overflow: hidden;
	width: 85%;
	height: 39px;
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	letter-spacing: 1px;
	
}


.banquan ul{
	overflow: hidden;
	height: 39px;
	width: auto;
	margin-left: 1px;
}

.banquan li{
	float: left;
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;	
	margin-top: 2px;

}

.banquan li a{
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;
	
}

.banquan li a:hover{
	color: #b48b73;
	transition: all 0.2s;
}
	
.beianhao{
	overflow: hidden;
	width: 85%;
	height: 39px;
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	letter-spacing: 1px;
	
}


.beianhao ul{
	overflow: hidden;
	height: 39px;
	width: auto;
	margin-left: 4px;
}

.beianhao li{
	float: left;
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;	
	margin-left: 16px;
	margin-top: -2px;

}

.beianhao li a{
	height: 39px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 18px;
	line-height: 39px;
	text-align: left;
	
}

.beianhao li a:hover{
	color: #b48b73;
	transition: all 0.2s;
}
	
.beian{
 	width: auto;
 	height: 18px;
/* 	border-radius: 25px;*/
/* 	background-color: #6b6b6b;*/
 	position: absolute;
 	top:11px;
 	left:0px;
}
.beian img{
	width: auto;	
 	height: 18px;
 	border-radius: 0px;
 	position: absolute;
 	top:0px;
	margin-top: -3px;

}

/*__________________________________下部*/
/*__________________________________回到顶部链接*/

.flink{
	width: auto;
	height: 100px;
	position: absolute;
	top:20px;
	right: 0px;
}

.flink a{
	display: block;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	background-color: #434349;
	float: left;
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	opacity: 0.5;
}

.flink img{
	height: 60px;
	width: 48px;
	border-radius: 0px;

}

.flink a:hover{
	background-color: #434349;
	color: #f2f2f2;
	transition: all 0.2s;
	opacity: 1;
	
}
/*__________________________________回到顶部链接*/
/*__________________________________________________________________________________________________________________________footer*/

	.touxianbox{
		overflow: hidden;
		height: 30px;
		width: 100%;
		position: relative;
		top:0px;
		left: 0px;

/*		background-color: white;*/
		float: left;
		border-bottom: 1px solid #4e4e56;
		opacity: 0.7;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;

	}
	.touxianbox #first{
		font-size: 22px;
		font-style: ;
		line-height: 22px;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		
	}
	.touxianbox #second{
		font-size: 22px;
		font-style: ;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
	}
	.name{
		height: 180px;
		width: 15%;
		font-size:120px;
		font-weight: 100;
		line-height:180px;
/*		background: white;*/
		position: relative;
		top:0px;
		left: 0px;
		float: left;
		color: #434349;
		opacity: 0.1;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
	}
	.xinxi{
		height: 180px;
		width: 65%;
		position: relative;
		top:0px;
		left: 0px;
		float: left;
/*		background-color: white;*/

		
	}
	.xinxi ul{
		margin-top: 40px;
		margin-left: 10px;
	}
	.xinxi ul li{
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 1px;
		opacity: 0.7;
		color: #434349;
		font-weight: 300;
/*		font-style: italic;*/
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
	}
	

	
.mingpiananniu{
	width: 20%;
	height: 150px;
	position: relative;
	top:0px;
	left: 0px;
	float: left;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}
.mingpiananniu a{
	display: block;
	width: 165px;
	height: 44px;
	border-radius: 6px;
	margin-top: 30px;
	float: right;
	right: 0px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);
	
}

.mingpiananniu a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);

}
.homebox{
	width: 100%;
	height: 200px;
	position: relative;
	float: left;
	top:0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
}
.homebox a{
	display: block;
	width: 165px;
	height: 44px;
	border-radius: 6px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);
	position: relative;
	margin-top: 100px;
	left: 50%;
	transform: translate(-50%,0);
}

.homebox a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);

}
	.aboutanbeo{
		height: 180px;
		width: 800px;
		position: relative;
/*		background-color: white;*/
		left: 50%;
		transform: translate(-50%,0);
		
	}
	.aboutanbeo p{
/*		text-align: center;*/
		position: relative;
		top: -160px;
	}
	
	.aboutanbeo #first{
		font-size: 28px;
		letter-spacing: 1px;
		font-style: ;
		line-height: 28px;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		text-align: center;
		
	}
	.aboutanbeo #second{
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 36px;
		font-style: ;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		text-align: left;
		font-weight: 300;
	}
	
.anlitext2{
/*	overflow: hidden;*/
	height: auto;
	width: 85%;
	float: left;
	position: relative;
/*	background-color: white;*/
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
}

.anlitext2 p{
	margin-left: 0px;
	margin-right: 0px;
}
	
.anlitext2 #first{
	font-size: 32px;
	line-height: 32px;
	color: #4e4e56;
	font-family:HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 30px;
	
}


.anlitext2 #second{
	font-size: 32px;
	line-height: 32px;
	color: #4e4e56;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 16px;
	font-weight: 500;
}

.anlitext2 #third{
	font-size: 26px;
/*	font-style: italic;*/
	line-height: 40px;
	color: #4e4e56;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 24px;
	margin-bottom: 20px;
	font-weight: 300;
	opacity: 1;
}
	
.anlitext3{
/*	overflow: hidden;*/
	height: auto;
	width: 100%;
	float: left;
	position: relative;
/*	background-color: white;*/
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
}

.anlitext3 p{
	margin-left: 0px;
	margin-right: 0px;
}
	
.anlitext3 #third{
	font-size: 26px;
/*	font-style: italic;*/
	line-height: 40px;
	color: #4e4e56;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 300;
	opacity: 1;
}
	
.jieshao2push{
	overflow: hidden;
	height: auto;
	width: 50%;
	float: left;
	position: relative;
	left:0px;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
	margin-top: 20px;
	margin-bottom: 14px;
}	
	
.jieshao2{
	overflow: hidden;
	height: auto;
	width: 50%;
	float: left;
	position: relative;
	left:0px;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
	margin-top: 20px;
	margin-bottom: 20px;
}

.jieshao2 ul li{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;	
	margin-top: 20px;
	margin-left: 0%;
	color: #4e4e56;
	opacity: 0.7;
	
}
.anliimgbox{
	overflow: hidden;
	height: auto;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
	

}
.anliimgbox img{
	width: 100%;
	height: auto;
	background: no-repeat center center;
	
}	
	
	
	
}
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width : 1023px ){
		
.nr{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin-bottom: -220px;

}
.push{
	width: 100%;
	height: 220px;
	clear: both;
}
.toppush1{
	width: 100%;
	height: 50px;	
	clear: both;
}
.toppush2{
	width: 100%;
	height: 80px;	
	clear: both;
}	
/*—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————header*/
.header{
/*	overflow: hidden;*/
	height: 50px;
	width: 100%;
	position: fixed;
	top:0px;
	background-color: white;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	z-index: 105;
}

.header .top{
	height: 50px;
	width: 90%;
	background-color: transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
/*	background-color: aqua;*/
}

.header .top .logo{
	height: 30px;
	width: 75px;
	margin-left: 0px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 101;
	opacity: 1;
}

.header .top .logo:hover{
	opacity: 0.7;
	transition: all 0.2s;
	
}


.header .top .anniu1{
	display: none;
	width: 130px;
	height: 36px;
	margin-right: 0px;
	position: absolute;
	top: 17px;
	right: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}

.header .top .anniu1 a{
	display: block;
	width: 130px;
	height: 36px;
	border-radius: 4px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);
}

.header .top .anniu1 a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);

}
	#menu-icon{
		position: absolute;
		width: 40px;
		height: 50px;
/*		background-color: red;*/
		float: left;
		left: -5px;
		top: 0px;	
		z-index: 999;
		
		
	}
	#cl-icon{  
		position: relative;
		width: 40px;
		height: 50px;
/*		background-color: aqua;*/
		float: left;  
		margin-left: -40px;
}  
 
	#op-icon{  
		position: relative;
		width: 40px;
		height: 50px;
/*		background-color: aqua;*/
		float: left; 
		
}  
 
	#menutrans{
		z-index: 200;
		min-width: 10px;
/*		border-radius: 4px;*/
    	position: absolute;
    	top: 80px;
    	left: -10px;
		background-color: rgba(180,139,115,0.7);
		box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
		opacity: 1; 


	}
	
	#menutrans a{
		line-height: 60px;
		margin: 0px;
		font-size: 16px;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		text-align: center;
		display: block;
		color: white;
		height: 60px;
		width: 60px;
		text-decoration: none;
		
	}

	#menutrans a:hover {
		background-color: white;
/*		box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);*/
		color: #b48b73;
		transition: all 0.0s;
/*		border-bottom: 2px solid #b48b73;*/
		opacity: 1;
	} 



.menu{
	display: none;
	height: 62px;
	width: auto;
	position: relative;
	top: 4px;
	left: 150px;

	
}


.menu ul{
	overflow: hidden;
	height: 62px;
	width: auto;
}

.menu li{
	float: left;
	height: 62px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-size: 14px;
/*  	display: inline;*/
	

}

.menu li a{
	display: block;
	height: 60px;
	width: auto;
  	padding: 0 20px 0 20px;
	margin: 0 20px 0 20px;
	color: #4e4e56;
	font-size: 14px;
	text-align: center;
	line-height: 62px;
}

.active{
	border-bottom: 2px solid #4e4e56;
}

.menu li a:hover{
	background-color: white;
	color: #b48b73;
	transition: all 0.2s;
	border-bottom: 2px solid #b48b73;
	opacity: 1;
}
/*—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————header*/

/*_______________________________________________________________________________________________________________________________banner*/
.banner{
	height: 500px;
	width: 100%;
/*	background-color: #008ca7;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	background: url(abanner3.jpg) no-repeat center center;
	background-size: cover;
}
	
.aboutbanner{
	height: 300px;
	width: 100%;
/*	background-color: #008ca7;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	background: url(abanner2.jpg) no-repeat center center;*/
	background-size: cover;
	opacity: 0.5;
}
	
.bannertext{
	height: 500px;
	width: 90%;
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 103;
/*	background-color: aqua;*/
	
}
	
.bannertext P{
	color: white;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	text-align: left;
}	


.bannertext #zero{
	font-size: 24px;
	line-height:38px;
	margin-left: 0px;
	position: relative;
	top:50px;
	text-align: center;
	font-weight: 300;
	
}
	
.bannertext #first{
	font-size: 28px;
	line-height: 28px;
	margin-left: 0px;
	position: relative;
	top:-20px;
	text-align: center;
/*	background-color: aqua;*/
	font-weight: 500;
	
}
	
.bannertext #second{
	font-size: 52px;
	line-height: 52px;
	margin-left: 0px;
	position: relative;
	top:30px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 500;
	
}
	
	
.bannertext #third{
	font-size: 28px;
	line-height: 28px;
	margin-left: 0px;
	position: relative;
	top:250px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 300;
	
	
}
	
	
.bannertext #fourth{
	font-size: 18px;
	line-height: 18px;
	margin-left: 0px;
	position: relative;
	top:270px;
	letter-spacing: 2px;
	text-align: center;
}
	
	

	
/*_______________________________________________________________________________________________________________________________banner*/

/*__________________________________________________________________________________________________________________________pop*/

.pop{
	overflow: hidden;
	height: 380px;
	width: 90%;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	position: relative;
	margin-top:-50px;
	left: 50%;
	transform: translate(-50%,0);
	background-size: cover;
	z-index: 100;
}
/*______________________________以下为首例封面*/
.popimg{
	overflow: hidden;
	height: 250px;
	width: 100%;
	border-radius: 4px 4px 0 0;
	background-color: white;
	float: left;
	background: no-repeat center center;
	background-size: cover;
	z-index: 97;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	
}


.popimg a{
	display: block;
	height: 250px;
	width: 100%;
	cursor: hand;
}


.popimg:hover{
/*
	transition: all 0.6s ease-in-out;
	transform: scale(1.1);
	opacity: 0.7;
	z-index: 97;
*/
}

/*_______________________________以下为首例标题*/

.poptext{
	overflow: hidden;
	height: 130px;
	width: 100%;
	float: left;
	position: fixed;
	margin-top: 250px;
	margin-left: 0%;
	background-color: white;
	border-radius: 0 0 4px 4px;
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
	z-index: 98;
	
}

.p-biaoti1{
	display: none;
	width: 115px;
	height: 22px;
	border-radius: 11px;
	background-color:  transparent;
	color: #4e4e56;
	border: 1px solid #4e4e56;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	margin-top:15px;
	left:0px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	left: 50%;
	transform: translate(-50%,0);
}

.p-biaoti4{
	display: block;
	width: 115px;
	height: 24px;
	border-radius: 0px;
	background-color:  transparent;
	color: #4e4e56;
/*	border: 1px solid #b48b73;*/
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	margin-top:90px;
/*	right:0px;*/
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	left: 50%;
	transform: translate(-50%,0);
}


.p-biaoti2{
	display: none;
	height: auto;
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-left: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.p-biaoti2 p{
	font-size: 14px;
	line-height: 16px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #4e4e56;
	text-align: center;
}

.p-biaoti2 p:hover{
/*
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
*/
}


.p-biaoti3{
	height: auto;
	width: 90%;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	font-weight: 500;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	
}


.p-biaoti3 p{
	font-size: 24px;
	line-height: 36px;
	color: #4e4e56;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	text-align: center;
}

.p-biaoti3 p:hover{
/*
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
*/
}
/*_______________________以下为首例介绍*/


.jieshao{
	display: none;
	overflow: hidden;
	height: 400px;
	width: 410px;
	float: left;
	position: absolute;
	margin-top:100px;
	left:30px;
}

.jieshao ul li{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-bottom: 12px;
	color: #4e4e56;
	opacity: 0.7;
	
}
	
.jieshao1{
	display: none;
	overflow: hidden;
	height: 400px;
	width: 410px;
	float: left;
	position: absolute;
	margin-top:100px;
	left:30px;
}

.jieshao1 ul li{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-bottom: 12px;
	color: #4e4e56;
	opacity: 0.7;
	
}
/*__________________________________________________________________________________________________________________________pop*/

/*__________________________________________________________________________________________________________________________main*/
.main{
	min-height: 550px;
	height: auto;
	width: 90%;
/*	background-color: #000;*/
	position: relative;
	margin-top: 50px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
}
.main2{
	min-height: 400px;
	height: auto;
	width: 90%;
/*	background-color: #000;*/
	position: relative;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
}



/*___________________________以下为案例封面*/

.main .anli{
	overflow: hidden;
	height: 380px;
	width: 100%;
	border-radius: 4px;
	background-color: white;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
	z-index: 100;
	
	
}

.main .anli .anliimg{
	overflow: hidden;
	height: 250px;
	width: 100%;
	border-radius: 4px 4px 0 0;
	background-color: white;
	float: left;
	background: no-repeat center center;
	background-size: cover;
	z-index: 97;
	
	
}

.main .anli .anliimg a{
	display: block;
	height: 250px;
	width: 100%;
	cursor: hand;
}


.main .anli .anliimg:hover{
/*
	transition: all 0.6s ease-in-out;
	transform: scale(1.1);
	opacity: 0.7;
	z-index: 97;
*/
}


/*______________________________以下为案例标题*/

.main .anli .anlitext{
	overflow: hidden;
	height: 130px;
	width: 100%;
	float: left;
	position: fixed;
	margin-top: 250px;
	margin-left: 0%;
	background-color: white;
	border-radius: 0 0 4px 4px;
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
	z-index: 98;
}

.biaoti1{
	display: none;
	width: 115px;
	height: 22px;
	border-radius: 11px;
	background-color:  transparent;
	color: #4e4e56;
	border: 1px solid #4e4e56;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	margin-top:15px;
	left:0px;
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	left: 50%;
	transform: translate(-50%,0);
}

.biaoti4{
	display: block;
	width: 115px;
	height: 24px;
	border-radius: 0px;
	background-color:  transparent;
	color: #4e4e56;
/*	border: 1px solid #b48b73;*/
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	margin-top:90px;
/*	right:0px;*/
	opacity: 0.5;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	left: 50%;
	transform: translate(-50%,0);
}


.biaoti2{
	display: none;
	height: auto;
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-left: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
}


.biaoti2 p{
	font-size: 14px;
	line-height: 16px;
	font-family:HarmonyOS_Sans_SC_Regular.ttf;
	color: #4e4e56;
	text-align: center;
}

.biaoti2 p:hover{
/*
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
*/
}


.biaoti3{
	height: auto;
	width: 90%;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);

}


.biaoti3 p{
	font-size: 24px;
	line-height: 36px;
	color: #4e4e56;
	letter-spacing: 1px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	text-align: center;
	font-weight: 500;
}

.biaoti3 p:hover{
/*
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
*/
}

/*__________________________________________________________________________________________________________________________main*/




/*__________________________________________________________________________________________________________________________footer*/
.footer{
/*	overflow: hidden;*/
	width: 100%;
	height: 220px;
	background-color: #f2f2f2;
	clear: both;
	
/*
	position: absolute;
	margin-top:0px;
	left: 50%;
	transform: translate(-50%,0);
*/
}
/*__________________________________上部*/
.down1{
/*	overflow: hidden;*/
	width: 90%;
	height: 70px;
/*	background-color: #111111;*/
	position: relative;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 106;
	
}
.footerlogo{
	display: none;
	height: 50px;
	width: 125px;
	margin-left: 0px;
	position: absolute;
	top: 25px;
	opacity: 1;
}
.wechatbox1{
	display: none;
/*	overflow: hidden;*/
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #434349;
	position: absolute;
	top:15px;
	right:0px;
	background: url(wechat1.svg) no-repeat center center;
	
}
.wechatbox1 p{
	display: block;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	width: 40px;
	height: 40px;
	
	
}

.wechatbox1 img{
	width: 180px;
	height: 190px;
	border-radius: 0px;
	z-index: 103;
	position: absolute;
	top:-180px;
	right: 300%;
/*
	left: 50%;
	transform: translate(-50%,0);
*/
	
}


.lianxi1 {
	display: none;
	float: left;
	overflow: hidden;
	width: auto;
	height: 70px;
	position: absolute;
	top:0px;
	left:0px;
	letter-spacing: 0px;
/*	border-right: 1px solid #434349;*/
}

.lianxi1 ul{
	overflow: hidden;
	height: 100px;
	width: auto;
	margin-left: 0px;
	padding-top: 6px;

	
}

.lianxi1 li{
	height: 14px;
	width: 300px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 9px;
}

.lianxi1 li a{
	height: 14px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	
	
}

.lianxi1 li a:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}



.wechatbox2{
	display: none;
/*	overflow: hidden;*/
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #434349;
	position: absolute;
	top:25px;
	left:390px;
	
}

.wechatbox2 img{
	width: 40px;
	height: 50px;
	border-radius: 0px;
	position: absolute;
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	background-color: transparent;*/
}


.lianxi2 {
	display: none;
	float: left;
	overflow: hidden;
	width: auto;
	height: 80px;
	position: absolute;
	top:12px;
	left:450px;
	letter-spacing: 1px;
	border-right: 1px solid #434349;
}

.lianxi2 ul{
	overflow: hidden;
	height: 100px;
	width: auto;
	margin-left: 0px;
	padding-top: 0px;

	
}

.lianxi2 li{
	height: 15px;
	width: 310px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 15px;
}

.lianxi2 li a{
	height: 15px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #838386;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	
	
}

.lianxi2 li a:hover{
	color: #b48b73;
	transition: all 0.2s;
	opacity: 1;
}
/*__________________________________上部*/
/*__________________________________下部*/
.down2{
	overflow: hidden;
	width: 100%;
	height: 150px;
	background-color: #434349;
	
}

.banquan{
	overflow: hidden;
	width: 90%;
	height: 34px;
	position: relative;
	top:10px;
	left: 50%;
	transform: translate(-50%,0);
	letter-spacing: 1px;
/*	background-color: #234349;*/
	
	
}


.banquan ul{
	overflow: hidden;
	height: 34px;
	width: auto;
	margin-left: 12px;
/*	margin-top: 6px;*/
	
}

.banquan li{
	float: left;
	height: 34px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	margin-top: 0px;
	position: relative;
	top:0px;
/*
	left: 50%;
	transform: translate(-50%,0);
*/
/*		 	background-color: #6b6b6b;*/

}

.banquan li a{
	height: 34px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	
}

.banquan li a:hover{
	color: #b48b73;
	transition: all 0.2s;
}
	
.beianhao{
	overflow: hidden;
	width: 90%;
	height: 68px;
	position: relative;
	top:10px;
	left: 50%;
	transform: translate(-50%,0);
	letter-spacing: 1px;
	

	
}


.beianhao ul{
	overflow: hidden;
	height: 34px;
	width: auto;
	margin-left: 0px;
/*	margin-top: 6px;*/
	
	
}

.beianhao li{
	float: left;
	height: 34px;
	width: 100%;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	left: 32px;
/*	transform: translate(-100%,0);*/
/*	 	background-color: #4b6b6b;*/
	

}

.beianhao li a{
	height: 34px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	
}

.beianhao li a:hover{
	color: #b48b73;
	transition: all 0.2s;
}
	
.icphao li{
	float: right;
	height: 34px;
	width: 100%;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	top: 34px;
	left: 10px;
/*	transform: translate(-100%,0);*/
/*	 	background-color: #4b6b6b;*/
	

}

.icphao li a{
	height: 34px;
	width: auto;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	
}

.icphao li a:hover{
	color: #b48b73;
	transition: all 0.2s;
}
	
.beian{
 	width: 20px;
 	height: 34px;
/* 	border-radius: 25px;*/
/* 	background-color: #6b6b6b;*/
 	position: absolute;
 	top: 7px;
 	left: 10px;
}
.beian img{
	width: auto;
 	height: 20px;
	border-radius: 0px;
 	position: absolute;
 	top:0px;
	left: 0px;
	margin-top: 0px;
	

}

/*__________________________________下部*/
/*__________________________________回到顶部链接*/

.flink{
	display: none;
	width: auto;
	height: 100px;
	position: absolute;
	top:25px;
	right: 0px;
}

.flink a{
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: #434349;
	float: left;
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	opacity: 0.5;
}

.flink img{
	height: 50px;
	width: 40px;
	border-radius: 0px;

}

.flink a:hover{
	background-color: #434349;
	color: #f2f2f2;
	transition: all 0.2s;
	opacity: 1;
	
}
/*__________________________________回到顶部链接*/
/*__________________________________________________________________________________________________________________________footer*/

	.touxianbox{
		overflow: hidden;
		height: 25px;
		width: 100%;
		position: relative;
		top:0px;
		left: 0px;

/*		background-color: white;*/
		float: left;
		border-bottom: 1px solid #4e4e56;
		opacity: 0.7;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;

	}
	.touxianbox #first{
		font-size: 18px;
		font-style: ;
		line-height: 18px;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		
		
	}
	.touxianbox #second{
		overflow: hidden;
		font-size: 16px;
		font-style: ;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		
	}
	.name{
		display: none;
		height: 100px;
		width: 0%;
		font-size:50px;
		font-weight: 100;
		line-height:100px;
/*		background: white;*/
		position: relative;
		top:0px;
		left: 0px;
		float: left;
		color: #434349;
		opacity: 0.1;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
	}
	.xinxi{
		height: 120px;
		width: 100%;
		position: relative;
		top:0px;
		left: 0px;
		float: left;
/*		background-color: white;*/

		
	}
	.xinxi ul{
		margin-top: 20px;
		margin-left: 0px;
	}
	.xinxi ul li{
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0px;
		opacity: 0.7;
		color: #434349;
		font-weight: 300;
/*		font-style: italic;*/
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
	}
	

	
.mingpiananniu{
	width: 100%;
	height: 100px;
	position: relative;
	top:0px;
	left: 0px;
	float: left;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
/*	background-color: white;*/
}
.mingpiananniu a{
	display: block;
	width: 200px;
	height: 54px;
	border-radius: 8px;
	margin-top: 25px;
	float: right;
	right: 0px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 21px;
	line-height: 54px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	
}

.mingpiananniu a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
/*
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);
*/

}
.homebox{
	width: 100%;
	height: 200px;
	position: relative;
	float: left;
	top:0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
}
.homebox a{
	display: block;
	width: 200px;
	height: 54px;
	border-radius: 8px;
/*	background-color: #f2f2f2;*/
	color: white;
/*	border: 1px solid #4e4e56;*/
	font-size: 21px;
	line-height: 54px;
	text-align: center;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);
/*
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
	background: #4e4e56;  
    background: -webkit-linear-gradient(to left, #434349, #4e4e56);
    background: linear-gradient(to left, #434349, #4e4e56);
*/
	position: relative;
	margin-top: 100px;
	left: 50%;
	transform: translate(-50%,0);
}

.homebox a:hover{
/*	background-color: #b48b73;*/
/*	border: 1px solid #b48b73;*/
/*
	color: white;
	transition: all 0s;
	box-shadow: 0 4px 14px 0 rgba(180,139,115,.4);
	background: #b48b73;  
    background: -webkit-linear-gradient(to left, #c99e89, #b48b73);
    background: linear-gradient(to left, #c99e89, #b48b73);
*/

}
	.aboutanbeo{
		height: 350px;
		width: 288px;
/*		background-color: white;*/
		position: relative;
		top:0px;
		left: 50%;
		transform: translate(-50%,0);
		
	}
	.aboutanbeo p{
		position: relative;
		top: -255px;
	}
	
	.aboutanbeo #first{
		font-size: 21px;
		letter-spacing: 1px;
		font-style: ;
		line-height: 21px;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		text-align: center;

		
	}
	.aboutanbeo #second{
		font-size: 21px;
		letter-spacing: 1px;
		line-height: 36px;
		font-style: ;
		color: #434349;
		font-family: HarmonyOS_Sans_SC_Regular.ttf;
		text-align: left;
		font-weight: 300;
	}
	
.anlitext2{
/*	overflow: hidden;*/
	height: auto;
	width: 90%;
	float: left;
	position: relative;
/*	background-color: white;*/
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
}

.anlitext2 p{
	margin-left: 0px;
	margin-right: 0px;
}
	
.anlitext2 #first{
	font-size: 28px;
	line-height: 30px;
	color: #4e4e56;
	font-family:HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 30px;
/*	text-align:center;*/
	
	
}


.anlitext2 #second{
	font-size: 28px;
	line-height: 34px;
	color: #4e4e56;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 12px;
/*	text-align:center;*/
	font-weight: 500;
}

.anlitext2 #third{
	font-size: 21px;
/*	font-style: italic;*/
	line-height: 36px;
	color: #4e4e56;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 24px;
	margin-bottom: 10px;
	font-weight: 300;
	opacity: 1;
}
.anlitext3{
/*	overflow: hidden;*/
	height: auto;
	width: 100%;
	float: left;
	position: relative;
/*	background-color: white;*/
	top:0px;
	left: 50%;
	transform: translate(-50%,0);
/*	box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);*/
}

.anlitext3 p{
	margin-left: 0px;
	margin-right: 0px;
}
.anlitext3 #third{
	font-size: 21px;
/*	font-style: italic;*/
	line-height: 36px;
	color: #4e4e56;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 300;
	opacity: 1;
}
	
.jieshao2push{
	display: none;
	overflow: hidden;
	height: auto;
	width: 50%;
	float: left;
	position: relative;
	left:0px;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 20px;
}
	
.jieshao2{
	overflow: hidden;
	height: auto;
	width: 100%;
	float: left;
	position: relative;
	left:0px;
/*	background-color: white;*/
	border-top: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 21px;
}

.jieshao2 ul li{
	font-size: 21px;
	line-height: 24px;
	letter-spacing: 0px;
	font-family: HarmonyOS_Sans_SC_Regular.ttf;	
	margin-top: 21px;
	margin-left: 0%;
	color: #4e4e56;
	opacity: 0.7;
	font-weight: 300;
	
}
.anliimgbox{
	overflow: hidden;
	height: auto;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
	

}
.anliimgbox img{
	width: 100%;
	height: auto;
	background: no-repeat center center;
	
}	
	
	
	
}

