@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-infoOpen{
	width: 100%;
	height: 720px;
	background: url(../img/index/banner-infoOpen.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 #63B92A;
}
/* 项目年报 */
.moduleName{
	width: 860px;
	height: 26px;
	margin: 80px auto;
}
.project-report{background: url(../img/infoOpen/project-report.png);background-size: 100% 100%;}
.project-report-body{
	width: 1396px;
	height: 440px;
	margin: 0 auto;
}
.project-report-item{
	width: 274px;
	height: 100%;
	margin-right: 100px;
	float: left;
}
.project-report-item:last-child{margin-right: 0;}
.project-report-item-img{
	width: 274px;
	height: 354px;
	background: rgba(89, 156, 201, 0.39);
	border: 7px solid #FFFFFF;
	box-shadow: 0px 0px 16px rgba(94, 67, 26, 0.61);
}
.project-report-item-year{
	/* font-size: 0.46rem; */
	font-size: 46px;
	font-family: "Source Han Serif CN";
	font-weight: 500;
	line-height: 86px;
	text-align: center;
	color: #343434;
}
/* 黄河口项目成果 */
.yellowRiver-project-result{background: url(../img/infoOpen/yellowRiver-project-result.png);background-size: 100% 100%;}
.tabChange-body{
	width: 1400px;
	max-height: 840px;
	margin: 0 auto;
}
.tabChange-list{
	width: 100%;
	height: 50px;
}
.tabChange-list ul{width: 100%;height: 100%;}
.tabChange-list ul li{
	float: left;
	width: auto;
	height: 30px;
	/* font-size: 0.18rem; */
	font-size: 18px;
	font-family: "Source Han Serif CN";
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
	color: #787878;
	background: #E1E1E1;
	border-right: 2px solid rgba(15, 55, 83, 0.27);
	cursor: pointer;
}
.tabChange-list ul li:first-child{border-top-left-radius: 8px;}
.tabChange-list ul li:last-child{border-top-right-radius: 8px;}
.tabChange-list ul li:hover{
	height: 50px;
	line-height: 50px;
	background: #7AD2B4;
	color: #343434;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: -20px;
}
.tabChange-list ul li.active{
	height: 50px;
	line-height: 50px;
	background: #7AD2B4;
	color: #343434;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: -20px;
}
.tabChange-list-body{
	width: 100%;
	max-height: 870px;
	border: 7px solid #7AD2B4;
	background: #D8EAF3;
	padding: 0 105px;
	display: none;
	margin-top: -20px;
	overflow-y: auto;
}
.tabChange-list-contain{
	width: 100%;
	min-height: 100px;
}
.tabChange-list-contain-left,.tabChange-list-contain-right{
	width: 505px;
	height: auto;
}
.tabChange-list-contain-left{float: left;}
.tabChange-list-contain-right{float: right;}
.tabChange-list-contain-item{
	margin-top: 30px;
	width: 100%;
	height: 115px;
}
.tabChange-list-contain-left .tabChange-list-contain-item:last-child{margin-bottom: 30px;}
.tabChange-list-contain-right .tabChange-list-contain-item:last-child{margin-bottom: 30px;}
.item-icon{
	width: 84px;
	height: 95px;
	background: url(../img/infoOpen/project-result.png);
	background-size: 100% 100%;
	margin: 10px 0;
	float: left;
}
.item-contain{
	width: 396px;
	height: 115px;
	background: rgba(255, 255, 255, 0.39);
	border-radius: 4px;
	float: right;
	padding: 20px;
	position: relative;
}
.item-text{
	/* font-size: 0.18rem; */
	font-size: 18px;
	font-family: "Source Han Serif CN";
	font-weight: 500;
	line-height: 27px;
	color: #343434;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.item-link{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 15px;
	height: 18px;
	background: url(../img/infoOpen/download-icon.png);
	background-size: 100% 100%;
}
.item-link a{display: block;width: 100%;height: 100%;cursor: pointer;}
/* 珠江口项目成果 */
.pearlRiver-project-result{background: url(../img/infoOpen/pearlRiver-project-result.png);background-size: 100% 100%;margin-top: 120px;}
/* 河口风采 */
.river-video{background: url(../img/infoOpen/river-video.png);background-size: 100% 100%;margin-top: 120px;}
.videoBody{
	width: 1400px;
	height: 826px;
	background: url(../img/aboutUs/body-img.png);
	background-size: 100% 100%;
	background-color: rgba(16, 16, 16, 0.39);
	margin: 80px auto;
	display: flex;
}
.video-item{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.video-item-item{
	flex: 1;
	position: relative;
}
.video-item-item video{
	width: 476px;
	height: 267px;
	border-radius: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* 1366分辨率 */
@media screen and (max-width: 1366px) {
	/* 回到顶部 */
	.goTop{
		right: 14px;
		bottom: 77px;
		width: 28px;
		height: 28px;
	}

	/* banner */
	.banner-infoOpen{
		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 #63B92A;
		font-size: 29px;
	}
	/* 项目年报 */
	.moduleName{
		width: 602px;
		height: 18px;
		margin: 56px auto;
	}
	.project-report-body{
		width: 977px;
		height: 308px;
	}
	.project-report-item{
		width: 191px;
		margin-right: 70px;
	}
	.project-report-item-img{
		width: 191px;
		height: 247px;
		border: 5px solid #FFFFFF;
		box-shadow: 0px 0px 11px rgba(94, 67, 26, 0.61);
	}
	.project-report-item-year{
		line-height: 60px;
		font-size: 32px;
	}
	/* 黄河口项目成果 */
	.tabChange-body{
		width: 980px;
		max-height: 588px;
	}
	.tabChange-list{
		height: 35px;
	}
	.tabChange-list ul li{
		height: 21px;
		line-height: 21px;
		padding: 0 14px;
		border-right: 1px solid rgba(15, 55, 83, 0.27);
		font-size: 12px;
	}
	.tabChange-list ul li:first-child{border-top-left-radius: 5px;}
	.tabChange-list ul li:last-child{border-top-right-radius: 5px;}
	.tabChange-list ul li:hover{
		height: 35px;
		line-height: 35px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-top: -14px;
	}
	.tabChange-list ul li.active{
		height: 35px;
		line-height: 35px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-top: -14px;
	}
	.tabChange-list-body{
		max-height: 609px;
		border: 5px solid #7AD2B4;
		padding: 0 73px;
		margin-top: -14px;
	}
	.tabChange-list-contain{
		min-height: 70px;
	}
	.tabChange-list-contain-left,.tabChange-list-contain-right{
		width: 353px;
	}
	.tabChange-list-contain-item{
		margin-top: 21px;
		height: 80px;
	}
	.tabChange-list-contain-left .tabChange-list-contain-item:last-child{margin-bottom: 21px;}
	.tabChange-list-contain-right .tabChange-list-contain-item:last-child{margin-bottom: 21px;}
	.item-icon{
		width: 58px;
		height: 66px;
		margin: 7px 0;
	}
	.item-contain{
		width: 277px;
		height: 80px;
		border-radius: 2px;
		padding: 14px;
	}
	.item-text{
		line-height: 19px;
		font-size: 12px;
	}
	.item-link{
		right: 7px;
		bottom: 7px;
		width: 10px;
		height: 12px;
	}
	/* 珠江口项目成果 */
	.pearlRiver-project-result{background: url(../img/infoOpen/pearlRiver-project-result.png);background-size: 100% 100%;margin-top: 84px;}
	/* 河口风采 */
	.river-video{background: url(../img/infoOpen/river-video.png);background-size: 100% 100%;margin-top: 84px;}
	.videoBody{
		width: 980px;
		height: 578px;
		margin: 56px auto;
	}
	.video-item-item video{
		width: 333px;
		height: 187px;
		border-radius: 9px;
	}
}

/* 1600分辨率 */
@media screen and (min-width: 1367px) and (max-width: 1600px){
	/* 回到顶部 */
	.goTop{
		right: 16px;
		bottom: 88px;
		width: 32px;
		height: 32px;
	}

	/* banner */
	.banner-infoOpen{
		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 #63B92A;
		font-size: 33px;
	}
	/* 项目年报 */
	.moduleName{
		width: 688px;
		height: 20px;
		margin: 64px auto;
	}
	.project-report-body{
		width: 1116px;
		height: 352px;
	}
	.project-report-item{
		width: 219px;
		margin-right: 80px;
	}
	.project-report-item-img{
		width: 219px;
		height: 283px;
		border: 5px solid #FFFFFF;
		box-shadow: 0px 0px 12px rgba(94, 67, 26, 0.61);
	}
	.project-report-item-year{
		line-height: 68px;
		font-size: 34px;
	}
	/* 黄河口项目成果 */
	.tabChange-body{
		width: 1120px;
		max-height: 672px;
	}
	.tabChange-list{
		height: 40px;
	}
	.tabChange-list ul li{
		height: 24px;
		line-height: 24px;
		padding: 0 16px;
		border-right: 2px solid rgba(15, 55, 83, 0.27);
		font-size: 14px;
	}
	.tabChange-list ul li:first-child{border-top-left-radius: 6px;}
	.tabChange-list ul li:last-child{border-top-right-radius: 6px;}
	.tabChange-list ul li:hover{
		height: 40px;
		line-height: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		margin-top: -16px;
	}
	.tabChange-list ul li.active{
		height: 40px;
		line-height: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		margin-top: -16px;
	}
	.tabChange-list-body{
		max-height: 696px;
		border: 5px solid #7AD2B4;
		padding: 0 84px;
		margin-top: -16px;
	}
	.tabChange-list-contain{
		min-height: 80px;
	}
	.tabChange-list-contain-left,.tabChange-list-contain-right{
		width: 404px;
	}
	.tabChange-list-contain-item{
		margin-top: 24px;
		height: 92px;
	}
	.tabChange-list-contain-left .tabChange-list-contain-item:last-child{margin-bottom: 24px;}
	.tabChange-list-contain-right .tabChange-list-contain-item:last-child{margin-bottom: 24px;}
	.item-icon{
		width: 67px;
		height: 76px;
		margin: 8px 0;
	}
	.item-contain{
		width: 316px;
		height: 92px;
		border-radius: 3px;
		padding: 16px;
	}
	.item-text{
		line-height: 21px;
		font-size: 14px;
	}
	.item-link{
		right: 8px;
		bottom: 8px;
		width: 12px;
		height: 14px;
	}
	/* 珠江口项目成果 */
	.pearlRiver-project-result{background: url(../img/infoOpen/pearlRiver-project-result.png);background-size: 100% 100%;margin-top: 96px;}
	/* 河口风采 */
	.river-video{background: url(../img/infoOpen/river-video.png);background-size: 100% 100%;margin-top: 96px;}
	.videoBody{
		width: 1120px;
		height: 660px;
		margin: 64px auto;
	}
	.video-item-item video{
		width: 380px;
		height: 213px;
		border-radius: 10px;
	}
}
