@charset "utf-8";

@font-face {
	font-family: "Source Han Serif CN";
	src: url("../font/SOURCESANSPRO-BLACK.OTF");
}

/* 公共样式 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}
html,body{
	width: 100%;
	height: auto;
}
body::-webkit-scrollbar{width: 0 !important;}
body{-ms-overflow-style: none;}
body{overflow: -moz-scrollbars-none;}
ul,ol,li{list-style: none;}
a{text-decoration: none;}

/* 回到顶部 */
.goTop{
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 110px;
	width: 40px;
	height: 40px;
	background: url(../img/index/toTop.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
}

/* banner */
.banner-reserveDetail{
	width: 100%;
	height: 720px;
	background: url(../img/reserveDetail/reserveDetail-banner.jpg);
	background-size: 100% 100%;
	position: relative;
}
.logo{
	position: absolute;
	top: 228px;
	left: 147px;
	width: 101px;
	height: 103px;
	background: url(../img/index/logo.png);
	background-size: 100% 100%;
}
.site-text{
	position: absolute;
	top: 228px;
	left: 271px;
	width: 674px;
	height: 189px;
	background: rgba(6, 21, 54, 0.6);
	/* font-size: 0.43rem; */
	font-size: 43px;
	font-weight: bold;
	line-height: 56px;
	color: white;
	letter-spacing: 6px;
	padding: 10px 0 0 24px;
}
.navBarList{
	position: absolute;
	top: 45px;
	right: 37px;
	width: auto;
	height: 40px;
	background: rgba(0,0,0,0.4);
}
.navBarList ul{width: 100%;height: 100%;}
.navBarList ul li{float: left;height: 40px;cursor: pointer;}
.navBarList ul li:last-child{margin-right: 16px;}
.li-icon{
	width: 10px;
	height: 10px;
	background: white;
	margin: 15px 17px;
	display: inline-block;
	float: left;
}
.li-text{
	/* font-size: 0.18rem; */
	font-size: 18px;
	line-height: 40px;
	color: white;
	float: left;
}
.module-name{
	position: absolute;
	left: 280px;
	bottom: 40px;
	/* font-size: 0.42rem; */
	font-size: 42px;
	font-weight: 500;
	line-height: 70px;
	color: #FFFFFF;
	border-bottom: 8px solid #4394F1;
}
/* 保护区基本信息及地理位置 */
.detail-body{
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}
.reserve-info{
	width: 1400px;
	height: 975px;
	position: relative;
}
.info-location{width: 100%;height: 100%;}
.info-detail{
	width: 400px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 30px;
}
.info-name{
	width: 100%;
	height: auto;
	border-left: 10px solid #4394F1;
	padding-left: 15px;
	/* font-size: 0.25rem; */
	font-size: 25px;
	font-weight: bold;
	line-height: 33px;
	color: #031744;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bigerSize{
	width: 100%;
	height: auto;
	margin-top: 30px;
	/* font-size: 0.4rem; */
	font-size: 40px;
	font-family: "Source Han Serif CN";
	font-weight: 800;
	line-height: 60px;
	color: #2AB977;
	padding-left: 45px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.littleSize{
	width: 100%;
	height: auto;
	margin-top: 10px;
	/* font-size: 0.24rem; */
	font-size: 24px;
	font-family: "Source Han Serif CN";
	font-weight: bold;
	line-height: 30px;
	color: #031744;
	padding-left: 45px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.info-divider{
	width: 335px;
	height: 2px;
	background: rgb(3, 23, 68);
	margin: 30px 0 30px 45px;
}
.bigSize{
	width: 100%;
	height: auto;
	margin-top: 10px;
	/* font-size: 0.3rem; */
	font-size: 30px;
	font-family: "Source Han Serif CN";
	font-weight: 800;
	line-height: 60px;
	padding-left: 45px;
	color: #64B8F1;
	margin-bottom: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 重点保护对象swiper及具体信息 */
.mainProtectedObjectBody{
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	background: #EDF1F5;
}
.mainProtectedObject-title{
	width: 100%;
	/* font-size: 0.25rem; */
	font-size: 25px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	color: #131313;
}
#mainProtectedObjectSwiper{
	width: 100%;
	height: 800px;
	margin: 10px auto;
	position: relative;
}
.swiper{
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mainProtectedObject-image{
	width: 600px;
	height: 340px;
	margin: 0 auto;
	position: absolute;
	top: 0;
}
#mainProtectedObjectSwiper .swiper .swiper-slide .mainProtectedObject-image img{width: 100%;height: 100%;}
#mainProtectedObjectSwiper .swiper-button-next{
	width: 98px;
	height: 218px;
	background: url(../img/index/swiper-button-next.png);
	background-size: 100% 100%;
	top: 25%;
	right: 200px;
	transform: translate(-50%,-50%);
}
#mainProtectedObjectSwiper .swiper-button-prev{
	width: 98px;
	height: 218px;
	background: url(../img/index/swiper-button-prev.png);
	background-size: 100% 100%;
	top: 25%;
	left: 300px;
	transform: translate(-50%,-50%);
}
#mainProtectedObjectSwiper .swiper-button-next:after, #mainProtectedObjectSwiper .swiper-button-prev:after {
    content: '';
}
.mainProtectedObject-infos{
	width: 100%;
	height: 460px;
	margin-top: 30px;
	padding: 20px;
	position: absolute;
	bottom: 0;
}
.infos-basic{
	float: left;
	width: 653px;
	height: 100%;
}
.infos-title{
	width: 100%;
	/* font-size: 0.25rem; */
	font-size: 25px;
	padding-left: 23px;
	font-weight: bold;
	line-height: 60px;
	color: #0E0E0E;
	text-align: left;
}
.infos-list{
	width: 100%;
	height: 360px;
	margin-top: 10px;
}
.infos-list ul{width: 100%;height: 100%;}
.infos-list ul li{
	width: 100%;
	height: 60px;
	margin-bottom: 15px;
	padding: 0 34px;
	background: white;
}
.infos-list ul li:last-child{margin-bottom: 0;}
.info-item-type{
	float: left;
	width: 90px;
	margin-right: 40px;
	/* font-size: 0.2rem; */
	font-size: 20px;
	font-family: "Source Han Serif CN";
	font-weight: 800;
	line-height: 60px;
	color: #2AB977;
	text-align: left;
}
.info-item-text{
	float: left;
	width: 450px;
	/* font-size: 0.18rem; */
	font-size: 18px;
	font-family: "Source Han Serif CN";
	font-weight: 500;
	line-height: 60px;
	color: #101010;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: left;
}
.infos-share{
	float: right;
	width: 653px;
	height: 100%;
}
.infos-share-text{
	margin-top: 10px;
	width: 100%;
	height: 360px;
	background: white;
	padding: 10px 30px;
	/* font-size: 0.2rem; */
	font-size: 20px;
	font-family: "Source Han Serif CN";
	font-weight: 800;
	line-height: 30px;
	color: #808080;
	text-align: left;
}
/* 其他保护区swiper */
.otherReserve{
	width: 860px;
	height: 26px;
	background: url(../img/reserveDetail/otherReserves.png);
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 70px;
}
#otherReserveSwiper{
	width: 1400px;
	height: 600px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 120px;
	position: relative;
}
#otherReserveSwiper .swiper .swiper-slide{
	height: 590px;
	padding: 10px 7px;
	background: white;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
#otherReserveSwiper .swiper .swiper-slide a{display: block;width: 100%;height: 100%;cursor: pointer;}
.otherReserve-item-img,.otherReserve-item-img img{
	width: 440px;
	height: 300px;
}
.otherReserve-item-contain{
	width: 450px;
	height: 260px;
	margin-top: 20px;
}
.otherReserve-item-title{
	/* font-size: 0.24rem; */
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 31px;
	color: #315198;
	border-left: 10px solid #59D5F5;
	padding-left: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.otherReserve-item-time{
	margin-top: 30px;
	/* font-size: 0.16rem; */
	font-size: 16px;
	font-family: "Source Han Serif CN";
	font-weight: 500;
	text-align: left;
	line-height: 27px;
	padding-left: 35px;
	color: #FFAA2A;
}
.otherReserve-item-text{
	margin-top: 10px;
	/* font-size: 0.18rem; */
	font-size: 18px;
	font-family: "Source Han Serif CN";
	font-weight: 500;
	line-height: 27px;
	padding-left: 35px;
	text-align: left;
	color: #565656;word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
#otherReserveSwiper .swiper-button-next{
	width: 98px;
	height: 218px;
	background: url(../img/index/swiper-button-next.png);
	background-size: 100% 100%;
	top: 50%;
	right: -200px;
	transform: translate(-50%,-50%);
}
#otherReserveSwiper .swiper-button-prev{
	width: 98px;
	height: 218px;
	background: url(../img/index/swiper-button-prev.png);
	background-size: 100% 100%;
	top: 50%;
	left: -100px;
	transform: translate(-50%,-50%);
}
#otherReserveSwiper .swiper-button-next:after, #otherReserveSwiper .swiper-button-prev:after {
    content: '';
}

/* 1366分辨率 */
@media screen and (max-width: 1366px) {
	/* 回到顶部 */
	.goTop{
		right: 14px;
		bottom: 77px;
		width: 28px;
		height: 28px;
	}

	/* banner */
	.banner-reserveDetail{
		height: 504px;
	}
	.logo{
		top: 159px;
		left: 102px;
		width: 70px;
		height: 72px;
	}
	.site-text{
		top: 159px;
		left: 189px;
		width: 471px;
		height: 132px;
		line-height: 39px;
		letter-spacing: 4px;
		padding: 7px 0 0 16px;
		font-size: 30px;
	}
	.navBarList{
		top: 31px;
		right: 26px;
		height: 28px;
	}
	.navBarList ul li{float: left;height: 28px;cursor: pointer;}
	.navBarList ul li:last-child{margin-right: 11px;}
	.li-icon{
		width: 7px;
		height: 7px;
		margin: 10px 12px;
	}
	.li-text{
		line-height: 28px;
		font-size: 12px;
	}
	.module-name{
		left: 196px;
		bottom: 28px;
		line-height: 49px;
		border-bottom: 5px solid #4394F1;
		font-size: 29px;
	}
	/* 保护区基本信息及地理位置 */
	.detail-body{
		width: 980px;
		padding-top: 28px;
	}
	.reserve-info{
		width: 980px;
		height: 682px;
	}
	.info-detail{
		width: 280px;
		padding-top: 21px;
	}
	.info-name{
		border-left: 7px solid #4394F1;
		padding-left: 10px;
		line-height: 23px;
		font-size: 17px;
	}
	.bigerSize{
		margin-top: 21px;
		line-height: 42px;
		padding-left: 31px;
		font-size: 28px;
	}
	.littleSize{
		margin-top: 7px;
		line-height: 21px;
		padding-left: 31px;
		font-size: 16px;
	}
	.info-divider{
		width: 234px;
		height: 1px;
		margin: 21px 0 21px 31px;
	}
	.bigSize{
		margin-top: 7px;
		line-height: 42px;
		padding-left: 31px;
		margin-bottom: 21px;
		font-size: 21px;
	}
	/* 重点保护对象swiper及具体信息 */
	.mainProtectedObjectBody{
		width: 980px;
		padding-top: 56px;
	}
	.mainProtectedObject-title{
		line-height: 42px;
		font-size: 17px;
	}
	#mainProtectedObjectSwiper{
		height: 560px;
		margin: 7px auto;
	}
	.mainProtectedObject-image{
		width: 420px;
		height: 238px;
	}
	#mainProtectedObjectSwiper .swiper-button-next{
		width: 68px;
		height: 152px;
		right: 140px;
	}
	#mainProtectedObjectSwiper .swiper-button-prev{
		width: 68px;
		height: 152px;
		left: 210px;
	}
	.mainProtectedObject-infos{
		height: 322px;
		margin-top: 21px;
		padding: 14px;
	}
	.infos-basic{
		width: 457px;
	}
	.infos-title{
		padding-left: 16px;
		line-height: 42px;
		font-size: 17px;
	}
	.infos-list{
		height: 252px;
		margin-top: 7px;
	}
	.infos-list ul li{
		height: 42px;
		margin-bottom: 10px;
		padding: 0 23px;
	}
	.info-item-type{
		width: 63px;
		margin-right: 28px;
		line-height: 42px;
		font-size: 14px;
	}
	.info-item-text{
		width: 315px;
		line-height: 42px;
		font-size: 12px;
	}
	.infos-share{
		width: 457px;
	}
	.infos-share-text{
		margin-top: 7px;
		height: 252px;
		padding: 7px 21px;
		line-height: 21px;
		font-size: 14px;
	}
	/* 其他保护区swiper */
	.otherReserve{
		width: 602px;
		height: 18px;
		margin-top: 49px;
	}
	#otherReserveSwiper{
		width: 980px;
		height: 420px;
		margin-top: 28px;
		margin-bottom: 84px;
	}
	#otherReserveSwiper .swiper .swiper-slide{
		height: 413px;
		padding: 7px 5px;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
	}
	.otherReserve-item-img,.otherReserve-item-img img{
		width: 308px;
		height: 210px;
	}
	.otherReserve-item-contain{
		width: 315px;
		height: 182px;
		margin-top: 14px;
	}
	.otherReserve-item-title{
		line-height: 21px;
		border-left: 7px solid #59D5F5;
		padding-left: 17px;
		font-size: 16px;
	}
	.otherReserve-item-time{
		margin-top: 21px;
		line-height: 19px;
		padding-left: 24px;
		font-size: 12px;
	}
	.otherReserve-item-text{
		margin-top: 7px;
		line-height: 19px;
		padding-left: 24px;
		font-size: 12px;
	}
	#otherReserveSwiper .swiper-button-next{
		width: 68px;
		height: 152px;
		right: -140px;
	}
	#otherReserveSwiper .swiper-button-prev{
		width: 68px;
		height: 152px;
		left: -70px;
	}
}

/* 1600分辨率 */
@media screen and (min-width: 1367px) and (max-width: 1600px){
	/* 回到顶部 */
	.goTop{
		right: 16px;
		bottom: 88px;
		width: 32px;
		height: 32px;
	}

	/* banner */
	.banner-reserveDetail{
		height: 576px;
	}
	.logo{
		top: 182px;
		left: 117px;
		width: 80px;
		height: 82px;
	}
	.site-text{
		top: 182px;
		left: 216px;
		width: 539px;
		height: 151px;
		line-height: 44px;
		letter-spacing: 5px;
		padding: 8px 0 0 19px;
		font-size: 34px;
	}
	.navBarList{
		top: 36px;
		right: 29px;
		height: 32px;
	}
	.navBarList ul li{float: left;height: 32px;cursor: pointer;}
	.navBarList ul li:last-child{margin-right: 12px;}
	.li-icon{
		width: 8px;
		height: 8px;
		margin: 12px 13px;
	}
	.li-text{
		line-height: 32px;
		font-size: 14px;
	}
	.module-name{
		left: 224px;
		bottom: 32px;
		line-height: 56px;
		border-bottom: 6px solid #4394F1;
		font-size: 33px;
	}
	/* 保护区基本信息及地理位置 */
	.detail-body{
		width: 1120px;
		padding-top: 32px;
	}
	.reserve-info{
		width: 1120px;
		height: 780px;
	}
	.info-detail{
		width: 320px;
		padding-top: 24px;
	}
	.info-name{
		border-left: 8px solid #4394F1;
		padding-left: 12px;
		line-height: 26px;
		font-size: 20px;
	}
	.bigerSize{
		margin-top: 24px;
		line-height: 48px;
		padding-left: 36px;
		font-size: 32px;
	}
	.littleSize{
		margin-top: 8px;
		line-height: 24px;
		padding-left: 36px;
		font-size: 19px;
	}
	.info-divider{
		width: 268px;
		height: 2px;
		margin: 24px 0 24px 36px;
	}
	.bigSize{
		margin-top: 8px;
		line-height: 48px;
		padding-left: 36px;
		margin-bottom: 24px;
		font-size: 24px;
	}
	/* 重点保护对象swiper及具体信息 */
	.mainProtectedObjectBody{
		width: 1120px;
		padding-top: 64px;
	}
	.mainProtectedObject-title{
		line-height: 48px;
		font-size: 20px;
	}
	#mainProtectedObjectSwiper{
		height: 640px;
		margin: 8px auto;
	}
	.mainProtectedObject-image{
		width: 480px;
		height: 272px;
	}
	#mainProtectedObjectSwiper .swiper-button-next{
		width: 78px;
		height: 174px;
		right: 160px;
	}
	#mainProtectedObjectSwiper .swiper-button-prev{
		width: 78px;
		height: 174px;
		left: 240px;
	}
	.mainProtectedObject-infos{
		height: 368px;
		margin-top: 24px;
		padding: 16px;
	}
	.infos-basic{
		width: 522px;
	}
	.infos-title{
		padding-left: 18px;
		line-height: 48px;
		font-size: 20px;
	}
	.infos-list{
		height: 288px;
		margin-top: 8px;
	}
	.infos-list ul li{
		height: 48px;
		margin-bottom: 12px;
		padding: 0 27px;
	}
	.info-item-type{
		width: 72px;
		margin-right: 32px;
		line-height: 48px;
		font-size: 16px;
	}
	.info-item-text{
		width: 360px;
		line-height: 48px;
		font-size: 14px;
	}
	.infos-share{
		width: 522px;
	}
	.infos-share-text{
		margin-top: 8px;
		height: 288px;
		padding: 8px 24px;
		line-height: 24px;
		font-size: 16px;
	}
	/* 其他保护区swiper */
	.otherReserve{
		width: 688px;
		height: 20px;
		margin-top: 56px;
	}
	#otherReserveSwiper{
		width: 1120px;
		height: 480px;
		margin-top: 32px;
		margin-bottom: 96px;
	}
	#otherReserveSwiper .swiper .swiper-slide{
		height: 472px;
		padding: 8px 6px;
		box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
	}
	.otherReserve-item-img,.otherReserve-item-img img{
		width: 352px;
		height: 240px;
	}
	.otherReserve-item-contain{
		width: 360px;
		height: 208px;
		margin-top: 16px;
	}
	.otherReserve-item-title{
		line-height: 24px;
		border-left: 8px solid #59D5F5;
		padding-left: 20px;
		font-size: 19px;
	}
	.otherReserve-item-time{
		margin-top: 24px;
		line-height: 21px;
		padding-left: 28px;
		font-size: 14px;
	}
	.otherReserve-item-text{
		margin-top: 8px;
		line-height: 21px;
		padding-left: 28px;
		font-size: 14px;
	}
	#otherReserveSwiper .swiper-button-next{
		width: 78px;
		height: 174px;
		right: -160px;
	}
	#otherReserveSwiper .swiper-button-prev{
		width: 78px;
		height: 174px;
		left: -80px;
	}
}
