﻿body {
	font:12px/1.5 "Microsoft YaHei", arial, simsun, sans-serif;
	margin:0 auto;
	padding:0;
	background:#fff;
	overflow-x:hidden;
	color:#333;
}
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
}
/*链接整体设置*/
a {
	text-decoration:none;
	color:#333;
transition:all .15s;
}
a:hover {
	color:#01aaed;
}
a:active {
	color:#333;
}
a {
blr:expression(this.onFocus=this.close());
}
a {
blr:expression(this.onFocus=this.blur());
}
div:focus, *:focus, a:focus, input:focus, button:focus, textarea:focus, select:focus {
	outline:none;
hide-focus:expression(this.hideFocus=true);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#c9c9c9;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#c9c9c9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#c9c9c9;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#c9c9c9;
}
input[type=button], input[type=submit], input[type=file], button, select {
	-webkit-appearance:none;
}
/*公用样式*/
div, table, tr, td, img, ul, li, ol, h1, h2, h3, h4, h5, h6, p, em, i, font, span, b, dl, dt, dd, form, textarea, input, select, a, button {
	margin:0;
	padding:0;
	font-style:normal;
	font-family:"Microsoft YaHei";
	box-sizing:border-box;
}
ul, ol {
	list-style-type:none;
}
h1, h2, h3, h4 {
	font-weight:500;
}
img {
	border:none;
	-ms-interpolation-mode:bicubic;
	-o-object-fit:cover;
	object-fit:cover;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.clear0 {
	clear:both;
	font-size:0px;
	height:0px;
	overflow:hidden;
}
.hidden {
	display:none;
}
.w {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	max-height:999999px;
}
.comflex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.comflex1 {
	display:flex;
	flex-wrap:wrap;
}
.comflex2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.comflex3 {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.comflex5 {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.comflex4 {
	display:-webkit-flex;
	-webkit-flex-flow:row-reverse wrap;
	display:flex;
	flex-flow:row-reverse wrap;
	justify-content:space-between;
}
.comflex6 {
	display:-webkit-flex;
	-webkit-flex-flow:row-reverse wrap;
	display:flex;
	flex-flow:row-reverse wrap;
	justify-content:space-between;
	align-items:center;
}
.pic {
	position:relative;
	width:100%;
	overflow:hidden;
transition:all .6s;
	display:block;
}
.dfimg {
	display:block;
	width:100%;
}
.pic_w {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
}
.pic_w a {
	display:block;
}
/*header*********************************************************************/
.head {
	position:relative;
	z-index:505;
	height:128px;
	background:#fff;
	width: 1920px;
	margin: 0 auto;
}
.head-fixed {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#fff;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:1s all ease;
	transition:1s all ease;
}
.head-fixed .w {
	position:relative;
	width:93.75%;
	max-width:1800px;
}
.logo {
	position:absolute;
	left:100px;
	top:27px;
}
.logo img {
	display:block;
	width:64px;
	height:68px;
}
.nav {
	width:100%;
}
 @font-face {
 font-family: 'hongleisim'; /* 自定义字体名称 */
 src: url('../font/hongleisim.woff');
 font-weight: normal; /* 字体粗细 */
 font-style: normal;  /* 字体样式 */
}
.nav li a {
	display:block;
	font-family: "hongleisim";
	font-size:39px;
	color:rgba(153, 153, 153, 1)
}
.nav li {
	width: 270.43px;
	line-height:128px;
	float:left;
	text-align: center;
}
.nav li.cur a {
	color:#fff;
	background:url('../image/navbg.png') no-repeat 0 27px;
}
.nav li:hover a {
	color:#fff;
	background:url('../image/navbg.png') no-repeat 0 27px;
}
.nav_bg {
	display:none;
}
.sanh {
	width:40px;
	padding:10px;
	position:absolute;
	right:calc(4% - 10px);
	top:50%;
	margin-top:-24.5px;
	display:none;
}
.sanh>div {
	height:3px;
	margin:5px 0px;
	width:100%;
	transition:transform 0.5s, opacity 0.5s;
}
.sanh>div {
	background-color:#6d5227;
}
.tesd>div {
	background-color:#6d5227!important;
}
.tesd>div:nth-child(1) {
transform:translate3d(0px, 8px, 0px) rotate(45deg);
}
.tesd>div:nth-child(2) {
opacity:0;
}
.tesd>div:nth-child(3) {
transform:translate3d(0px, -8px, 0px) rotate(-45deg);
}
.con {
	background:url('../image/indexbg.jpg') no-repeat center center;
	width:1920px;
	height:930px;
	margin:0 auto;
	position:relative
}
.con .wxcode {
	position:absolute;
	left:375px;
	top:172px;
}
.con .wxcode img {
	width:331px;
	height:331px;
}
 @font-face {
 font-family: 'SIMSUN'; /* 自定义字体名称 */
 src: url('../font/SIMSUN.woff');
 font-weight: normal; /* 字体粗细 */
 font-style: normal;  /* 字体样式 */
}
.con h1 {
	font-family: "SIMSUN";
	font-size:135px;
	color:rgba(109, 82, 39, 1);
	font-weight:400;
	position:absolute;
	left:822px;
	top:200px;
}
.con h2 {
	font-size:59px;
	font-family: "hongleisim";
	color: rgba(102, 102, 102, 1);
	font-weight:400;
	position:absolute;
	left:757px;
	top:430px;
}
 @font-face {
 font-family: 'PINGFANG MEDIU'; /* 自定义字体名称 */
 src: url('../font/PINGFANG MEDIUM.woff');
 font-weight: normal; /* 字体粗细 */
 font-style: normal;  /* 字体样式 */
}
.con p {
	font-size: 28px;
	font-family: "PINGFANG MEDIU";
	color: #fff;
	position: absolute;
	left: 955px;
	top: 565px;
	letter-spacing:2px
}



/*介绍*/
.con1 {
	background:url('../image/aboutbg.jpg') no-repeat center center;
	width:1920px;
	height:838px;
	margin:0 auto;
	position:relative;
	background-size: 1920px 838px;
}

 

 
.con1 h1 {
	font-family: "PINGFANG MEDIU";
	font-size:54px;
	color:rgba(109, 82, 39, 1);
	font-weight:900;
	position:absolute;
	left:43%;
	top:160px;
}

.con1 .ftitle {
	font-family: "PINGFANG MEDIU";
	font-size:25px;
	color:rgba(102, 102, 102, 1);
	font-weight:400;
	position:absolute;
	left:822px;
	top:240px;
}

.con1 h2 {
	font-family: "PINGFANG MEDIU";
	font-size:30px;
	color:rgba(51, 51, 51, 1);
	font-weight:700;
	position:absolute;
	left:822px;
	top:320px;
}

.con1 .desc1 {
	font-family: "PINGFANG MEDIU";
	font-size:25px;
	color:rgba(102, 102, 102, 1);
	font-weight:normal;
	position:absolute;
	left:822px;
	top:400px;
	width:50%;
}

.con1 .desc2 {
	font-family: "PINGFANG MEDIU";
	font-size:27px;
	color:rgba(102, 102, 102, 1);
		font-weight:normal;
	position:absolute;
	left:822px;
	top:560px;
}

.con1 .desc3 {
	font-family: "PINGFANG MEDIU";
	font-size:27px;
	 color:rgba(102, 102, 102, 1);
		font-weight:normal;
	position:absolute;
	left:822px;
	top:640px;
}
 
.con1 .desc2 b{ font-weight:600; font-style:normal;   color:rgba(51, 51, 51, 1);  }
.con1 .desc3 b{ font-weight:600; color:rgba(51, 51, 51, 1);  }




/*下载*/
.con2 {
	background:url('../image/downloadbg.jpg') no-repeat center center;
	width:1920px;
	height:838px;
	margin:0 auto;
	position:relative;
	background-size: 1920px 838px;
}
.con2 .text{	position:absolute;
	left:50%;
	top:50%;
	 transform:  translate(-50%,-50%)!important; 
	}
	
.con2 .text p{ font-size:36px; margin-bottom:15px; font-weight:700;font-family: "PINGFANG MEDIU";}
.con2 .text .desc3{   margin-top:60px; text-align:left}
.con2 .text .desc4{ font-size:34px; text-align:center; font-weight:normal}
.con2 .text .desc3 img{ display:block; margin:0 auto; width:80%}



/*联系*/
.con3 {
	background:url('../image/contactbg.jpg') no-repeat center center;
	width:1920px;
	height:923px;
	margin:0 auto;
	position:relative;
	background-size: 1920px 923px;
}
.con3 .text{	position:absolute;
	left:50%;
	top:50%;
	 transform:  translate(-50%,-50%)!important; 
	}
	
.con3 .text p{ font-size:27px; margin-bottom:15px; text-align:center;font-family: "PINGFANG MEDIU";}
.con3 .text .desc2{ font-weight:900}
.con3 .text .desc3{   margin-top:60px; }
.con3 .text .desc4{ font-size:34px; font-weight:normal}

.con3 .text .desc5{   margin-top:60px;  font-weight:normal; width:100%; height:60px; line-height:60px;background:linear-gradient(95.28deg,#a36209 5.67%,#895400 98.24%);
border-radius:57.69px;
box-shadow:4.51px 10.82px 24.34px rgba(0, 0, 0, 0.34); color:#FFF}
.con3 .text a:link,.con3 .text .desc5 a:visited{ color:#FFF}
.con3 .text   img{ display:block; margin:0 auto; }

.con3 .text .desc3 img{  width:80%}
/*foot style*********************************************************************/
.footer {
	width:100%;
	overflow:hidden;
	font-size:24px;
	font-family: "PINGFANG MEDIU";
}
.footer .w {
	overflow:hidden;
}
.footer * {
	color:rgba(102, 102, 102, 1);
}
.footer a:hover {
	color:rgba(102, 102, 102, 1);
}
.foot {
	padding:25px 0;
	text-align:center;
}
.foot p {
	line-height:180%
}
