/* 字体 */
@font-face {
	font-family: zi1;
	src: url('../ziti/HYZhongLiShuJ.ttf');
}
@font-face {
	font-family: zi2;
	src: url('../ziti/HYQuanTangShiJ.otf');
}
/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	/**/
}

::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 2px;
	background-color: #f7f7f7;
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
}

::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	/* background: #179a16; */
}
/*分页*/
.pagination {
    padding-top: 40px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination span, .pagination a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 18px;
    color: #666;
    cursor: pointer;
    /*background-color: #fafafa;*/
        border: 1px dashed #BB9667;
}
.pagination .disabled span, .pagination .disabled a {
    color: #666;
}
.pagination .active span, .pagination .active a {
    background-color: #9f6327;
    color: #fff;
}
.pagination li:nth-child(2) {
    transform: rotate(180deg);
}
.pagination li:nth-child(1) {
    display: none;
}
.pagination li:nth-last-child(1) {
    display: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

option {
	border: none;
}
/*历史环境要素图文*/
.ls_box {
										position: fixed;
										width: 100%;
										height: 100%;
										background-color: rgba(0, 0, 0, 0.5);
										z-index: 99;
										top: 0;
										left: 0;
										z-index: 999;
										display: none;
									}
								
									.ls_box1 {
										width: 100%;
										height: 100%;
										display: flex;
										justify-content: center;
										align-items: center;
									}
								
									.ls_box2 {
										position: relative;
										background: white;
										width: 670px;
										height: 820px;
										
										box-sizing: border-box;
										
										border-radius: 5px;
										box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
										
									}
									.ls_box6{
										padding: 20px 20px;
										width: 100%;
										height: 100%;
										overflow: auto;
										/* -ms-overflow-style: none; */
										/* scrollbar-width: none; */
									}
									.ls_box3 img{
										width: 100%;
										height: auto;
									}
									.ls_box4{
										padding-top: 20px;
									}
									.ls_box5 {
									    position: absolute;
									    top: -16px;
									    right: -23px;
									    background: transparent;
									    border: none;
									    font-size: 20px;
									    cursor: pointer;
									}
									.ls_box5 img {
									    width: 100%;
									    height: 100%;
									    object-fit: cover;
										
									}
									/*..................*/
.bar {
	max-width: 1760px;
	width: 100%;
	margin: 0 auto;
}

.bar_neiye {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.qz {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 8;
}

/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background: rgb(0 0 0 / 80%);
	position: fixed;
	z-index: 9999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	top: 0;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	text-align: center;
	padding-top: 50px;
}

.vb {
	position: absolute;
	top: 22px;
	right: 24px;
	cursor: pointer;
}

.dbs {
	border-bottom: solid 3px #DA2031;
}

#toggle {
	display: none;
}

.slog img {
	width: 185px;
}

.vb img {
	width: 30px;
}

.cbanner {
	width: 100%;
	height: 426px;
	position: relative;
}

.cbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bbiaoti {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

.bbiaoti p {
	font-size: 56px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
}

/* 导航栏目 */

.nav {
	width: 100%;
	height: 100px;
	background: rgb(0 0 0 / 50%);
	border-radius: 0px 0px 0px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.nav .bar {
	height: 100%;
}

.nav1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.nav3 {
	display: flex;
	align-items: center;
	height: 100%;
}

.logo a img {
	width: 410px;
	transition: all 0.5s;
	min-height: 47px;
}

.logo {
	margin-right: 180px;
}

.lanmu {
	height: 100%;

}

.lanmu ul {
	display: flex;
	height: 100%;
}

.lanmu ul li {
	width: 140px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.lmys {

	background: rgb(0 0 0 / 30%);
	transition: all 0.3s;

}

.lanmu ul li a {
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.lmys a::after {
	content: "";
	width: 40px;
	height: 8px;
	background: #BC996C;
	border-radius: 5px 5px 5px 5px;
	position: absolute;
	bottom: 0;
	left: 36%;

}

.lanmu ul li:hover {
	background: rgb(0 0 0 / 30%);
}

.sousuo img {
	width: 25px;
	height: 25px;
}

/* 底部栏 */
.bottom {
	width: 100%;
	background: #442323;
	padding-top: 60px;
	padding-bottom: 104px;
}

.bottom_s p {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 20px;
}

.bottom_s a {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	/* padding-bottom: 20px; */
}
.nav{
	transition: all 0.3s;
}
.nav_img2{
	/* display: none; */
	width: 0 !important;
	/* opacity: 0; */
	
}
.nav_sousuo2{
	display: none;
}
.white_head .lanmu ul li:hover {
	background: #BC996C;
}
.white_head .lanmu ul li:hover a{
	color: #FFFFFF;
}
.white_head{
	background: #FFFFFF;
	height: 70px;
}
.white_head .lanmu ul li a{
color: #333;
}
.white_head  .lmys {
    background: #BC996C;
}
.white_head  .lmys a{
	color: #fff !important;
}
.white_head .lmys a::after{
	background: #fff;
}
.white_head .nav_img2{
	/* display: block; */
	width: 350px !important;
	/* opacity: 1; */
	
}
.white_head .nav_img1{
	/* display: none; */
	width: 0 !important;
	/* opacity: 0; */
}
.white_head .nav_sousuo2{
	display: block;
}
.white_head .nav_sousuo1{
	display: none;
}
/* .white_head .logo a img{
	width: 350px;
} */






@media screen and (max-width:1760px) {
	.bar {
		padding-left: 20px;
		padding-right: 20px;
	}

	.logo {
		margin-right: 20px;
	}

}

@media screen and (max-width:1650px) {
	.lanmu ul li {
		width: 110px;
	}
}

@media screen and (max-width:1375px) {
	.logo a img {
		width: 285px;
	}

	.lanmu ul li a {
		font-size: 16px;
	}

	.lanmu ul li {
		width: 95px;
	}
}

@media screen and (max-width:1300px) {
	.bar_neiye {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1100px) {
	.lanmu {
		display: none;
	}

	.sousuo {
		display: none;
	}

	#toggle {
		display: block;
		width: 30px;
		height: 40px;
		top: 30px;
	}
}

@media screen and (max-width:768px) {
	.logo a img {
		width: 251px;
	}

	.nav {
		height: 70px;
	}

	#toggle {
		top: 16px;
	}

	.left {
		width: 100%;

	}

	.bottom_s p {
		font-size: 16px;
		padding-bottom: 12px;
	}

	.bottom_s a {
		font-size: 16px;
	}

	.bottom {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.white_head{
		background: rgb(0 0 0 / 50%);
		
	}
	.white_head .nav_img1{
		width:251px !important;
	}
	.white_head .nav_img2{
		/* display: none; */
		width: 0 !important;
	}
	.white_head .nav_sousuo1{
		display: block;
	}
	.white_head .nav_sousuo2{
		display: none;
	}
	    .logo a img {
	        min-height: inherit;
	    }
	    .ls_box2{
											width: 80%;
											height: 500px;
										}
}