BODY {
	SCROLLBAR-FACE-COLOR: #dbdbdb;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000000;
	lbar-dark-shadow-color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin-top: 0;
	FONT: normal 9pt 微软雅黑, verdana, 宋体;
	background: #FAFAFA;
	color: #666;
	font-size: 12px;
	background: #B19450;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cboth {
	clear: both;
}

.yw {
	font-family: "Century Gothic", "Microsoft Sans Serif", "verdana", "Arial";
}

.kk {
	max-width: 750px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 100%;
	max-width: 750px;
	height: 60px;
	background: #3D464B;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.9;
	position: fixed;
	top: 0;
	z-index: 100;
}

.logo img {
	max-width: 70%;
}

.menubtn {
	width: 30px;
	height: 20px;
	top: 17px;
	left: 20px;
	position: absolute;
	z-index: 101;
	color: #fff;
}

.overlay {
	width: 90%;
	margin: 0 auto;
	text-align: right;
	height: 30px;
	padding-top: 30px;
	padding-right: 20px;
	color: #fff;

}

#hamburgermenu {
	height: 100%;
	width: 0;
	background: #373737;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	overflow: hidden;
	-webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
}

#hamburgermenu ul {
	margin-top: 80px;
	overflow-y: auto;
	overflow-x: hidden;
}

#hamburgermenu ul li {
	display: block;
	font-size: 14pt;
	border-bottom: 1px solid #2C2C2C;
}

#hamburgermenu ul li a {
	display: block;
	min-width: 100px;
	padding: 8px 8px;
	color: #cdcdcd;
	font-size: 1.0em;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}

#hamburgermenu li a:hover {
	color: #fff;
	background: #2c2c2c;
}

/*banner*/
.swiper-slide img {
	width: 100%;
	display: block;
	/* min-height: 260px; */
}

.swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	display: inline-block;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	border-radius: 0;
	border: solid 0px #fff;
}

/* 首页about */
.sy_about_kk {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	background: #EEE7DD url(../images/sy_about_bj.jpg) no-repeat;
	background-size: 100% 100%;
}

.sy_about {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.sy_about h1 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}

.sy_about h1 .red_xt {
	border-bottom: 5px solid #CC0001;
	width: 30%;
	margin: 0 auto;
	margin-top: 10px;
}

.sy_about_content {
	margin-top: 10px;
	float: left;
	font-size: 14pt;
}

.sy_about_content p {
	line-height: 30px;
	margin-top: 15px;
	text-indent: 2em;
	color: #333;
}

.sy_about_flex {
	width: 95%;
	margin: 0 auto;
	float: left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.sy_about_flex div {
	text-align: center;
	color: #7F6E43;
	width: 50%;
	margin-top: 10px;
}

.sy_about_flex div h1 {
	font-size: 30px;
	font-weight: 600;
}

.sy_about_flex div h1 .s_span {
	color: #000000;
	font-size: 14px;
	padding: 0px 5px;
	font-weight: 500;
}

.sy_about_flex div p {
	font-size: 12pt;
}

.more a {
	width: 132px;
	height: 48px;
	background: url(../images/more_bj.png) no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7F6E43;
	font-size: 18px;
	font-weight: 550;
}

.more a:hover {
	background: #B69955;
	color: #fff;
	border-radius: 10px;
}

.actGotop {
	position: fixed;
	z-index: 10000;
	right: 20px;
	bottom: 50px;
	width: 40px;
	display: none;
}

/* 首页about */
.sy_case_kk {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	background: #EEE7DD url(../images/sy_gdpic_bj.jpg) no-repeat;
	background-size: 100% 100%;
}


.sy_case {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.sy_case h1 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}

.sy_case h1 .red_xt {
	border-bottom: 5px solid #CC0001;
	width: 20%;
	margin: 0 auto;
	margin-top: 10px;
}

/* 滚动图效果 */
.gd_pic {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}

.gd_pic li {
	display: inline-block;
	margin: 10px;
}

.gd_pic li img {
	width: 80vw;
	height: calc(600 px / 300 px * 80 vw);
	border: 5px solid #C7C19C;
	border-radius: 10px;
}

/*滚动条样式*/
.gd_pic::-webkit-scrollbar {
	/* 整个滚动条 */
	width: 3px;
	display: none
}

.gd_pic::-webkit-scrollbar-track {
	/* 滚动条轨道 */
	background-color: transparent;
	border-radius: 2px;
	display: none
}

.gd_pic::-webkit-scrollbar-thumb {
	/* 滚动条上的滚动滑块 */
	background: #947A5C;
	border-radius: 5px;
	display: none
}

.gd_pic::-webkit-scrollbar-thumb:hover {
	background: #6e6d57;
	display: none
}

/* news */
.sy_news_kk {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	background: #EEE7DD url(../images/sy_news_bj.jpg) no-repeat;
	background-size: 100% 100%;
}


.sy_news {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.sy_news h1 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}

.sy_news h1 .red_xt {
	border-bottom: 5px solid #CC0001;
	width: 20%;
	margin: 0 auto;
	margin-top: 10px;
}


.sy_news_list {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}

.sy_news_list li {
	float: left;
	width: 100%;
	padding: 20px;
	display: flex;
	border-bottom: 2px dashed #D2C4A8;
}

.sy_news_list_time {
	float: left;
	flex: 1;
	color: #999999;
	text-align: center;
}

.sy_news_list_time_class {
	background: #9B8144;
	padding: 8px;
	color: #fff;
	border-radius: 8px;
}

.sy_news_list_time h2 {
	font-size: 20px;
	font-weight: 550;
}

.sy_news_list_time p {
	font-size: 12pt;
	margin-top: 5px;
}

.sy_news_list_content {
	float: left;
	flex: 8;
	padding-left: 20px;
	/* width: 1100px; */
}

.sy_news_list_content h2 {
	color: #7F6E43;
	font-size: 16pt;
	font-weight: 600;
}

.sy_news_list_content p {
	line-height: 25px;
	margin-top: 8px;
	font-size: 12pt;
	color: #666666;
}

.sy_news_list li:hover {
	cursor: pointer;
}

.copyright {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background: #003300;
	height: 60px;
	color: #fff;
	text-align: center;
	opacity: 0.9;
	line-height: 60px;
	font-size: 11pt;
}

/* ny */
.ny_content {
	float: left;
	width: 100%;
	padding: 20px;
	background: #E8E1CE url(../images/ny_bj.jpg);
}

.ny_lm1 {
	float: left;
	width: 100%;
}

.ny_content_menu_current {
	padding: 0px 25px;
	height: 35px;
	line-height: 35px;
	background: url(../images/menu_bj.png) repeat-x;
	color: #fff;
	font-size: 14pt;
	font-weight: 600;
	position: absolute;
	margin-top: -15px;
	z-index: 100;
	left: 50%;
	transform: translatex(-50%);
	border-radius: 40px 10px;
}

.ny_lm_list {
	width: 100%;
	padding: 0px 10px;
	margin: auto;
	margin-top: 10px;
	height: 60px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}

.ny_lm_list li {
	display: inline-block;
	margin: 5px;
	background: #947238;
	transform: skewX(-30deg);
	color: #fff;
	box-shadow: 1px 1px 1px #675528;
	padding: 3px 15px;
	font-size: 12pt;
}

.ny_lm_list li div {
	transform: skewX(30deg);
}

.ny_lm_list li a {
	color: #fff;
}

/*滚动条样式*/
.ny_lm_list::-webkit-scrollbar {
	/* 整个滚动条 */
	display: none
}

.ny_lm_list::-webkit-scrollbar-track {
	/* 滚动条轨道 */
	background-color: transparent;
	border-radius: 2px;
	display: none
}

.ny_lm_list::-webkit-scrollbar-thumb {
	/* 滚动条上的滚动滑块 */
	background: #947A5C;
	border-radius: 5px;
	display: none
}

.ny_lm_list::-webkit-scrollbar-thumb:hover {
	background: #6e6d57;
	display: none
}


.ny_content_zw_kk {
	float: left;
	width: 100%;
	min-height: 380px;
	padding-bottom: 15px;
	background: url(../images/ny_bj.jpg);
}

.ny_content_zw_title {
	width: 100%;
	padding: 10px 20px;
	margin: 0 auto;

}

.ny_content_zw_title h1 {
	font-weight: 600;
	font-size: 30px;
}

.ny_content_zw_title h1 .red_xt {
	border-bottom: 5px solid #CC0001;
	width: 60px;
	margin-top: 10px;
}

.ny_content_zw {
	width: 95%;
	padding: 5px 20px;
	margin: 0 auto;
	font-size: 14pt;
	line-height: 40px;
	padding-bottom: 20px;
}

.ny_content_zw p {
	margin-top: 15px;
}

.ny_content_zw img {
	max-width: 100%;
}


.fy {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	line-height: 30px;
}

.htmlfy {
	padding: 5px 8px;
	background: #ADB3BE;
	color: #fff;
	border-radius: 7px;
}

.htmlfy:hover {
	background: #9B8144;
}

.ny_contact {
	width: 95%;
	padding: 5px;
	margin: 0 auto;
	font-size: 12pt;
	line-height: 30px;
}

.ny_contact h1 {
	font-size: 18pt;
	font-weight: 550;
}

.ny_contact p {
	margin-top: 3px;
}

.ny_contact img {
	max-width: 100%;
}

.case_img {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.case_img ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case_img li {
	margin-bottom: 20px;
	width: 49%;
	height: 120px;
	background: #9B8144 url(../images/lx_bj.jpg) no-repeat right bottom;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 垂直居中子元素自动换行 */
	flex-direction: column;
	flex-wrap: wrap;
	padding:0px 3px;
}

.case_img li p {
	font-size: 12pt;
	font-weight: 550;
	margin-top: 3px;
}

.case_img li {
	color: #fff;
	cursor: pointer;
}

.case_img li p {
	color: #fff;
}

.case_text {
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
}

.tdtd td {
	text-align: center;
	padding: 5px;
	font-size: 12pt;
	border-bottom: 2px dashed #EAE4D2;
}