﻿*{
	/*margin: 0;
	padding: 0;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


	/*
html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}	变黑白*/

a{
	text-decoration: none;
}
li{
		/* list-style: none; */
}
img{
	vertical-align: middle;
}
body{
	font-size: 14px;
	color: #404040;
		font-family:"Source Han Sans CN Normal","Noto Sans S Chines","PingFang SC","Microsoft JhengHei","Microsoft YaHei","&#229;&#190;&#174;è&#187;&#376;&#230;-￡é&#187;‘é&#171;”", "Helvetica Neue", Helvetica, "Heiti SC",Arial, sans-serif;

	
}
body::-webkit-scrollbar{
	width: 6px;
}
body::-webkit-scrollbar-thumb {
    background: #ba9d79;
}

.w1600{
	width: 500px;

	margin: 0 auto;
	padding: 25px 0px;
}
.w1600_2023 {
	width: 100%;
	max-width: 1700px;
	margin-top: .2rem;
	padding: 0 50px;
}
.w1200{
	width: 100%;
	max-width: 1300px;
	/*padding: 0 50px;*/
	margin: 0 auto;
}

.w1200_1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.sf-img{
	overflow: hidden;
	transition: all .5s; 
-webkit-transition: all .5s;
}
.sf-img img{
	max-width: 100%;
	max-height: 100%;
}
.sf-img:hover{
	transform: scale(1.08);
	transition: all .5s; 
-webkit-transition: all .5s;
}
.ad{
	width: 100%;
	position: relative;
    height: 400px;
    overflow: hidden;
	

}
.bgimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
     background: no-repeat center/cover;
}


.bgimg2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat center/cover; 
}
.banner-a{
	width: 850px;
	position: absolute;
	left: 85px;
	bottom: 150px;
	height: 80px;
	padding-left: 30px;
	border-left: 1px solid #fff;
}
.banner-a1{
	font-size: 26px;
	color: #fff;
	line-height: 2;
}
.banner-a2{
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Palanquin', sans-serif;
}
.banner-b{
	
	float: right;
	position: absolute;
	bottom: 50px;
}
.banner-b1{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 200px;
	font-size: 24px;
	padding-left: 30px;
	height: 26px;
	line-height: 26px;
	background: url(../img/ico17.png) no-repeat left center;
	color: #fff;
	cursor: pointer;
}


header{
	height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;	
    z-index: 99;
}

.header-a{
	width: 100%;
	height: 100px;
	padding: 0 50px;
	position: relative;
	z-index: 102;
}
.header-a0{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 340px;
	background: url(../img/header_bj.png);
	z-index: 3;
}
.header-a1{
	display: block;
	height: 100px;
	line-height: 100px;
	float: left;
	position: relative;
	z-index: 104;
}
.header-a2{
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 103;
	text-align: center;
}
.header-a2 li{
	display: inline-block;
	width: 155px;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.header-a2 li a{
	font-size: 18px;
	color: #fff;
}
.header-a3{
	width: 25px;
	height: 25px;
	background: url(../img/ico01.png) no-repeat center;
	float: right;
	margin-top: 37.5px;
	cursor: pointer;
	position: relative;
	z-index: 104;
}

.header-b{
	width: 100%;
	height: 100px;
	padding: 0 50px;
	background: #fff;
	position: absolute;
	border-bottom: 1px solid rgb(247, 245, 241);
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 104;
	transition: all .3s; 
-webkit-transition: all .3s;
}

.header-b.on{
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b1{
	display: block;
	height: 100px;
	line-height: 100px;
	float: left;
	position: relative;
	z-index: 104;
}
.header-b2{
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px solid rgb(247, 245, 241);
	position: absolute;
	left: 0;
	z-index: 103;
	text-align: center;
}
.header-b2 li{
	display: inline-block;
	width: 155px;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.header-b2 li a{
	font-size: 18px;
	color: #333;
}
.header-b2 li .hb-a1{
	display: inline-block;
	height: 100%;
	pointer-events: inherit;
	position: relative;
}
.header-b2 li .hb-a1:after{
	content: "";
	width: 0;
	height: 3px;
	background: #bfa484;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b2 li:hover .hb-a1:after {
	width: 100%;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b2 li:hover .hb-a1 {
	color: #bfa484;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b2 li .hb-a1.on:after{
	width: 100%;
	left: 0;
}
.header-b2 li .hb-a1.on{
	color: #bfa484;
}
.header-b2 .hb-div{
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	min-height: 310px;
	background: rgba(255,255,255,.9);
	padding-top: 45px;
	padding-bottom: 50px;
	display: none;
}
.header-b2 .hb-cont{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	overflow: hidden;
}
.header-b2 .hb-d1{
	width: 195px;
	float: left;
	border-left: 1px solid rgba(0,0,0,.2);
}
.header-b2 .hb-d1 a{
	display: block;
	font-size: 14px;
	color: #222;
	line-height: 35px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	position: relative;
}
.header-b2 .hb-d1 a:after{
	content: "";
	width: 2px;
	height: 0;
	background: #bfa484;
	position: absolute;
	left: 0;
	transition: all .3s; 
-webkit-transition: all .3s;
	top: 0;
}
.header-b2 .hb-d1 a:hover{
	color: #bfa484;
}
.header-b2 .hb-d1 a:hover:after{
	height: 100%;
	top: 0;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b2 .hb-d2{
	width: 317px;
	height: 216px;
	float: left;
}

.header-b3{
	width: 25px;
	height: 25px;
	background: url(../img/ico02.png) no-repeat center;
	float: right;
	margin-top: 37.5px;
	cursor: pointer;
	position: relative;
	z-index: 104;
}
.header-c{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 199;
	display: none;
}
.header-c1{
	width: 80%;
	height: 60px;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -30px;
	overflow: hidden;
}
.header-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;
}
.header-c1 .int2{
	width: 60px;
	height: 60px;
	background: url(../img/ico01.png) no-repeat center;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
.header-c2{
	position: absolute;
	top: 50px;
	right: 10%;
	opacity:1;
	transition: all .5s; 
	-webkit-transition: all .5s;
}
.header-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;
}

.header-a2-a{
	
}
.header-a2-a span{
	display: none;
}
.header-a2 li div{
	display: none;
}
.header-a4{
	width: 45px;
	height: 45px;
	overflow: hidden;
	float: right;
	position: fixed;
	top: 25px;
	right: 30px;
	z-index: 5;
	display: none;
}
.header-a4 .ha1,.ha2,.ha3{
	width: 45px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	margin-top: 8px;
}
.header-a4 .ha2{
	width: 45px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	margin-top: 8px;
}
.header-a4 .ha3{
	width: 45px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	margin-top: 8px;
}
.header-a4 .ha1{
	width: 35px;
}

.header-b4{
	width: 45px;
	height: 45px;
	overflow: hidden;
	float: right;
	position: fixed;
	top: 25px;
	right: 30px;
	display: none;
}
.header-b4 div{
	transition: all .5s; 
}
.header-b4 .ha1{
	width: 45px;
	height: 6px;
	border-radius: 3px;
	background: #333;
	margin-top: 6px;
}
.header-b4 .ha2{
	width: 45px;
	height: 6px;
	border-radius: 3px;
	background: #333;
	margin-top: 9px;
}
.header-b4 .ha3{
	width: 45px;
	height: 6px;
	border-radius: 3px;
	background: #333;
	margin-top: 9px;
}
.header-b4 .ha1{
	width: 35px;
	background: #333;
}

.header-b4.cli .ha1{
	width: 100% !important;
	 -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-b4.cli .ha2{
	opacity: 0;
	transition: all .5s; 
}
.header-b4.cli .ha3{
	 -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; 
}

@media (max-width: 500px)  {
.w1600{
	width: 83%;
	margin: 0 auto;
	/* padding: 20px 35px;*/
}}