@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,form,input,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;}
ol,ul{list-style:none;}
table{border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal; vertical-align: middle;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
img{border:0;}
address,caption,cite,code,dfn,th,var,i,s{font-style:normal;font-weight:normal;}
li{list-style:none}
input[type=search]{-webkit-appearance:none;}
input[type=checkbox]{vertical-align:middle;}
input,button,select,textarea{outline:0;}
a img,a span,a strong,a s{cursor:hand;}
body,button,select,textarea,input{
	font-family: "Hiragino Sans GB","Microsoft Yahei","Helvetica Neue",Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6{font-weight: bold;font-style: normal;}
a{text-decoration:none; outline:0;}
a:hover{text-decoration:none;}
.clearfix:after{content:'.';display:block;width:0;visibility:hidden;height:0;clear:both;}
.clearfix{*zoom:1;}
.clear{display:block;overflow:hidden;clear:both;}
html{
	width: 100%;
	height:100%;
}
body{
	width: 100%; 
	height: 100%; 
	font-size:16px;
	color: #fff;
}
.header{
	width: 100%;
	height: 140px;
	background: #fff;
	position: relative;
	z-index: 99;
}
.nav{
	width: 80%;
	height: 140px;
	line-height: 140px;
	margin:0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.logo{
	width: 280px;
    height: 140px;
    /*background: url(../images/nav/logo.png) no-repeat 0 center;*/
    background: url(../images/nav/logo@2x.png)  no-repeat 0 center;
    background-image: -webkit-image-set(url(../images/nav/logo.png) 1x, url(../images/logo@2x.png) 2x);
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language{
	height: 140px;
	position: absolute;
	right: 0;
	top:0;
	color:#666;
	display: flex;
    justify-content: center;
    align-items: center;
}
.language a{
	display: block;
	font-size: 14px;
	height: 14px;
    line-height: 14px;
    color:#999;
}
.language a span.china{
	color:#333;
	font-weight: 600;
}
.nav ul{
	flex:0.9;
	margin-right: 4vw;
	display: flex;
	justify-content: center;
}
.nav ul li{
	font-size: 18px;
	position: relative;
	padding: 5px 1.5vw;
	line-height: 1;
    transition: 0.2s all linear;
    cursor: pointer;
}

.nav ul li:last-child{
	margin-right: 0;
}
.nav ul li a{
	color:#333;
    display: block;
    line-height: 1;
    position: relative;
}
.nav ul li:hover a{
	color: #a45c0f;
}
.nav ul li a:active{
	color: #a45c0f;
}
.nav ul li>a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #a45c0f;
    transition: 0.25s all linear;
    transform:scaleX(0);
}
.nav ul li>a:hover::before {
    transform:scaleX(1);
    z-index: 1;
}

/*导航线条移动动画*/
/* .nav ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #a45c0f;
    transition: 0.2s all linear;
}
.nav ul li:hover::before {
    width: 100%;
    top: 0;
    left: 0;
    border-bottom-color: #a45c0f;
    z-index: 1;
}

.nav ul li:hover ~ li::before {
    left: 0;
} */
.nav ul li:hover > .aboutNav { display: block;}
.nav ul li .aboutNav{
	width: 100%;
	/*padding: 0 1.5vw;*/
	position: absolute;
	left: 0;
	top: 26px;
	background: rgba(145,90,28,0.95);
	display: none;
}
.nav ul li .aboutNav p{
	height: 50px;
	text-align: center;
	width: 64px;
    margin: 0 auto;
border-bottom: 1px solid #ffc474;
}
.nav ul li .aboutNav p:last-child{
	border-bottom: 0px solid #ffc474;
}
.nav ul li .aboutNav p a{
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	margin:0 4px;
}
/*banner*/
.banner{
	font-size: 0;
	margin-bottom: 78px;
}
.banner img{
	width: calc(100vw - 17px);
}

/*footer*/
.footer{
	width:100%;
	/*height: 520px;*/
	background:#5a320f;
        padding:80px 0;
}
.contactUs{
	height: 100%;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.information{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	margin-left: 74px;
}
.information h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 28px;
}
.information p.phone{
	margin-bottom: 28px;
}
.information p.copyRight{
	color:#90735a;
}

.contactUs .QRcode{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 74px;
}
.contactUs .QRcode .code{
	width: 130px;
}
.contactUs .QRcode .weChat{
	/*margin-right: 75px;*/
}
.contactUs .QRcode .code .pic{
	width: 130px;
	height: 130px;
	background: url(../images/QRcode.jpg) no-repeat 0 center; 
    background-image: -webkit-image-set(url(../images/QRcode.jpg) 1x, url(../images/QRcode@2X.jpg) 2x);
    background-image: -moz-image-set(url(../images/QRcode.jpg) 1x,url(../images/QRcode.jpg@2x.jpg) 2x);
	background-image: -ms-image-set(url(../images/QRcode.jpg) 1x,url(../images/QRcode.jpg@2x.jpg) 2x);
	background-image: -o-image-set(url(../images/QRcode.jpg) 1x,url(../images/QRcode.jpg@2x.jpg) 2x);
	margin-bottom: 14px;
}
.contactUs .QRcode .code p{
	color: #bc9c80;
	font-size: 18px;
	text-align: center;
	line-height: 1;
}

@media (max-width: 1200px) {
	.nav{
		width: 90%;
	}
	.nav ul{
		flex:1!important;
		margin-right: 0!important;
		display: flex;
		justify-content: center!important;
	}
	.nav ul li{
		font-size: 16px!important;
		padding: 5px 1.2vw!important;
	}
	.language a {
	    font-size: 12px;
	}
} 
@media (min-width: 1200px) and (max-width: 1365px){
	.nav ul li a{
		font-size: 14px;
	}
	.language a {
	    font-size: 12px;
	}
}
