a {
	cursor: text;
}

@font-face {
	font-family： "Pixel LCD7"; //你需要给你的字体起一个名字
	src: url('../font/Pixel LCD-7.ttf');
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.main {
	width: 1080px;
	height: 1920px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(../images/heguogang-bgbg.png);
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearSubDiv span {
	padding-left: 45px;
}

.fullSubDiv {
	width: 96px;
	height: 40px;
	line-height: 33px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.fullSubDiv span {
	padding-left: 45px;
}


/*标题*/

.title1 {
	font-size: 38px;
	color: #e3e7eb;
}

.title2 {
	font-size: 18px;
	color: #e3e7eb
}


/*广告轮播*/

.guanggaolunbo {
	position: absolute;
	left: 40px;
	top: 120px;
	width: 1000px;
	height: 600px;
	background-color: #FFFFFF;
	overflow: hidden;
}


/*地图*/

#container {
	width: 900px;
	height: 1164px;
}


/*顶部*/

.commonDivClear {
	position: absolute;
	z-index: 998;
	top: 0px;
	width: 100%;
	height: 77px;
	filter: alpha(Opacity=60);
	-moz-opacity: 0.95;
	opacity: 0.95;
	/*background-color: #091B3f;*/
	background-image: url(../images/rivercardwhite/topbg.png);
}

.projectOne {
	float: left;
	width: 267px;
}

.projectOne iframe {
	padding-left: 20px;
	margin-top: 10px;
}

.projectTwo {
	float: left;
	width: 546px;
	text-align: center;
}

.projectThree {
	float: left;
	width: 267px;
}

.projectThree .projectWater {
	float: right;
	color: #102442;
	margin-top: 20px;
	height: 36px;
	font-size: 14px;
	width: 107px;
	text-align: right;
	background-repeat: no-repeat;
	margin-right: 55px;
	line-height: 15px;
	background: url(../images/project/yudi.png);
}

.projectThree .projectWater .water {
	margin-right: 2px;
	font-weight: bold;
}

.projectThree .projectWater .value {
	margin-right: 2px;
	margin-top: 3px;
	font-weight: bold;
}

.monitorDiv {
	position: absolute;
    top: 720px;
    left: 21px;
    width: 1020px;
    height: 100px;
    line-height: 40px;
    background-size: 110%;
    background-image: url(../images/tianqibg.png);
}

.marquee {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	animation: marquee 30s linear infinite;
}

.marquee:hover {
	animation-play-state: paused
}

.monitorDiv .value {
	margin-left: 50px;
	font-size: 30px;
	color: #165ea7;
	font-family: "微软雅黑";
	/*font-family: "Pixel LCD7" ! important;*/
	font-weight: bold;
}

.monitorDiv span {
	background-color: green;
	color: white;
	border-radius: 4px;
	padding: 2px 15px;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
}


/* Make it move */

@keyframes marquee {
	0% {
		text-indent: 27.5em
	}
	100% {
		text-indent: -105em
	}
}

.detailLakeDiv {
	background-image: url(../images/mainbg01.png);
	background-repeat: no-repeat;
	width: 1000px;
	background-size: cover;
	height: 476px;
	position: absolute;
	bottom: 144px;
	left: 40px;
	z-index: 10000;
}

.detailRiverDiv {
	background-image: url(../images/mainbg02.png);
	background-repeat: no-repeat;
	width: 1000px;
	background-size: cover;
	height: 476px;
	position: absolute;
	bottom: 144px;
	left: 40px;
}

.detailRiverDiv .leftThreeRight {
	text-align: right;
	margin-right: 20px;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 4px;
}

.detailRiverDiv .leftThreeCenter .a1 {
	color: #102442;
	font-size: 18px;
	font-weight: bold;
}

.detailRiverDiv .leftThreeCenter .a2 {
	color: #102442;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}

.detailRiverDiv .leftThreeRight a {
	text-decoration: none;
}

.detailRiverDiv .leftThreeRight img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

.detailRiverDiv .leftThreeRight span {
	vertical-align: middle;
	font-size: 16px;
}

.detailRiverDiv .riverBox .riverOne {
	width: 450px;
	float: left;
}

.riverOneImg {
	margin-left: 20px;
	margin-top: 40px;
}

.riverOneImg .tip {
	position: absolute;
	bottom: 54px;
	font-size: 24px;
	color: #fff;
	padding-left: 30px;
	padding-top: 12px;
	height: 60px;
	width: 413px;
	opacity: 0.75;
	background-color: #102442;
}

.riverOneImg .tip b {
	font-weight: bold;
	margin-right: 8px;
}

.riverOneImg .tip span {}

.detailRiverDiv .riverBox .riverTwo {
	width: 486px;
	height: 400px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	float: right;
}

.riverTop {
	width: 90%;
	height: 70px;
}

.riverCenter {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 498px;
	height: 2px;
	background-color: #ced5de;
}

.riverBottom {
	width: 90%;
	height: 70px;
}

.tarTitle {
	font-size: 24px;
	color: #1E2943;
	font-weight: bold;
	margin-bottom: 10px;
}

.target {
	width: 498px;
}

.target span {
	font-size: 20px;
	color: #1E2943;
	line-height: 33px;
}

.btnDiv {
    margin-top: 15px;
	width: 467px;
	display: inline-block;
}
.btnComDiv{
	width: 194px;
	display: inline-block;
	float: right;
}

.companyBtn {
    width: 226px;
    height: 63px;
    background-image: url(../images/qiyehezhang.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    line-height: 63px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.governmentBtn{
	width: 226px;
	height: 63px;
	background-image: url(../images/zhengfuhezhang.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	line-height: 63px;
	cursor: pointer;
	display: inline-block;
	/* margin-left: 10px; */
}

.governmentDiv {
	background-image: url(../images/winpop1.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	width: 853px;
	height: 310px;
	bottom: 258px;
	position: absolute;
	z-index: 999;
	left: 101px;
	color: #fff;
}

.governmentDiv .title {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 26px;
	font-weight: bold;
}

.governmentDiv .riverLeft {
	float: left;
	margin-left: 40px;
}

.governmentDiv .riverRight {
	/* margin-top: 41px; */
	float: right;
	width: 393px;
	margin-right: 40px;
	margin-left: 80px;
}

.governmentDiv .riverRight .duity {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.governmentDiv .riverRight .riverMain {
	font-size: 18px;
}

.governmentDiv .riverLeft .riverTitle {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

.governmentDiv .riverLeft .riverContent {
	float: left;
}

.governmentDiv .riverLeft .riverContent .riverOnetent {
	margin-bottom: 30px;
}

.governmentDiv .riverLeft .riverContent .riverTwotent {
	margin-bottom: 30px;
}

.governmentDiv .riverLeft .riverContent .riverThreetent {
	margin-bottom: 30px;
}

.companyDiv{
	background-image: url(../images/winpop2.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	width: 853px;
	height: 310px;
	bottom: 258px;
	position: absolute;
	z-index: 999;
	left: 101px;
	color: #fff;
}

.companyDiv .title {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 26px;
	font-weight: bold;
}

.companyDiv .riverLeft {
	float: left;
	margin-left: 40px;
}

.companyDiv .riverRight {
	/* margin-top: 41px; */
	float: right;
	width: 393px;
	margin-right: 40px;
	margin-left: 80px;
}

.companyDiv .riverRight .duity {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.companyDiv .riverRight .riverMain {
	font-size: 18px;
}

.companyDiv .riverLeft .riverTitle {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

.companyDiv .riverLeft .riverContent {
	float: left;
}

.companyDiv .riverLeft .riverContent .riverOnetent {
	margin-bottom: 30px;
}

.companyDiv .riverLeft .riverContent .riverTwotent {
	margin-bottom: 30px;
}

.companyDiv .riverLeft .riverContent .riverThreetent {
	margin-bottom: 30px;
	height: 20px;
}

.closeDiv {
	margin-top: 44px;
	cursor: pointer;
}

.closeDiv2 {
	margin-top: 70px;
	cursor: pointer;
}

.riverSpanOne {
	width: 60px;
	width: 60px;
	font-size: 20px;
	font-weight: bold;
}

.riverSpan{
	display: inline-block;
    margin-left: 30px;
}

.riverSpanTwo {
	font-size: 18px;
	margin-right: 20px;
}

.riverSpanThree {
	font-size: 18px;
}

.blueLine {
	display: inline-block;
	height: 20px;
	width: 1px;
	margin-left: 10px;
	margin-right: 15px;
	background-color: #b1afaf;
}

.riverLeft {
	float: left;
}

.leftBottom b,
.leftTop b {
	font-size: 16px;
	color: #79808c;
}

.leftBottom span,
.leftTop span {
	font-size: 24px;
	color: #1E2943;
	font-weight: bold;
	margin-left: 20px;
}

.riverRight {
	float: right;
}

.detailLandDiv {
	background-image: url(../images/mainbg05.png);
	background-repeat: no-repeat;
	width: 1000px;
	background-size: cover;
	height: 476px;
	position: absolute;
	bottom: 144px;
	left: 40px;
}

.detailLandDiv .leftThreeRight {
	border: 0px solid #2f3c4d;
	text-align: right;
	margin-right: 20px;
	padding: 5px 10px;
	border-radius: 4px;
}

.detailLandDiv .leftThreeRight img {
	vertical-align: text-bottom;
}

.detailLandDiv .landBox {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	color: #102442;
}

.detailLandDiv .landBox span {
	font-size: 24px;
	vertical-align: middle;
}

.detailLandDiv .landBox span.LandBoxSpan {
	margin-right: 20px;
	font-size: 19px;
	font-weight: bold;
}

.detailLandDiv .landBox img {
	vertical-align: text-bottom;
	margin-right: 15px;
}

.enimg{
	width: 400px;
}

.detailLandDiv .landContLeft {
	width: 35%;
	height: 312px !important;
	position: relative;
	margin-top: 20px;
	/* margin-left: 20px; */
	margin-right: 5px;
	float: left;
	display: inline-block;
	border-right: 1px solid #e3e5e7;
	overflow: hidden;
}
.detailLandDiv .landContLeft .landContTLeft{
	width: 400px;
	height: 312px;
	position: relative;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 20px;
	float: left;
	display: inline-block;
}

.detailLandDiv .landContLeft>li {
	list-style: none;
	margin-bottom: 20px;
}

.remark {
	display: block !important;
}

.mark-hidden {
	display: none !important;
}

.detailLandDiv .landContRight {
	width: 564px;
	margin-top: 20px;
	/* margin-left: 5px; */
	margin-right: 10px;
	float: right;
	display: inline-block;
	padding-left: 20px;
}

.detailLandDiv .landContRight .discribe {
	height: 118px;
	position: relative;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.detailLandDiv .landContRight .center {
	width: 87%;
	height: 1px;
	position: relative;
	margin-left: 35px;
	background-color: #e3e5e7;
}

.detailLandDiv .landContRight .photos {
	width: 100%%;
	height: 194px;
	position: relative;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.detailEnvironmentDiv {
	background-image: url(../images/mainbg03.png);
	background-repeat: no-repeat;
	width: 1000px;
	background-size: cover;
	height: 476px;
	position: absolute;
	bottom: 144px;
	left: 40px;
}

.detailEnvironmentDiv .detailBox {
	position: relative;
	margin-top: 65px;
	margin-left: 30px;
	margin-right: 20px;
	border-top: 1px solid #e3e5e7;
}

.detailEnvironmentDiv .detailBox .detailBoxLeft {
	float: left;
	width: 420px;
	height: 326px;
	overflow-y: auto;
}

.detailEnvironmentDiv .detailBox .detailBoxLeft .detailBoxLeftText {
	height: 40px;
	padding: 12px 0;
	font-size: 14px;
}

.detailEnvironmentDiv .detailBox .detailBoxCenter {
	width: 1px;
	height: 358px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	background-color: #e3e5e7;
}

.detailEnvironmentDiv .detailBox .detailBoxBottom {
	position: relative;
	margin-top: 20px;
	width: 430px;
	height: 70px;
	border-top: 1px solid #d7d7d7;
}

.detailEnvironmentDiv .detailBox .detailBoxBottom ul {
	padding: 0;
}

.detailEnvironmentDiv .detailBox .detailBoxBottom ul li {
	list-style: none;
	float: left;
	width: 38px;
	height: 42px;
	background-image: url(../images/rivercardwhite/dot_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
	color: #040d27;
	font-size: 18px;
	margin-right: 20px;
	font-weight: bold;
	cursor: pointer;
}

.detailEnvironmentDiv .detailBox .detailBoxBottom ul li.detailBoxBottomLiTwo {
	list-style: none;
	float: left;
	width: 38px;
	height: 42px;
	background-image: url(../images/rivercardwhite/dot_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 25px;
	font-weight: 600;
	cursor: pointer;
}

.detailEnvironmentDiv .detailBox .detailBoxRight {
	float: right;
	width: 510px;
}

.detailEnvironmentDiv .detailBox .detailBoxRight ul li {
	height: 54px;
	padding: 13px 0;
	font-size: 14px;
	list-style: none;
	border-bottom: 1px solid #E3E5E7;
}

.detailEnvironmentDiv .detailBox .detailBoxRight ul li:nth-child(1) {
	list-style: none;
	border-bottom: 1px solid #E3E5E7;
}

.detailEnvironmentDiv .detailBox .detailBoxRight ul li:nth-child(4) {
	list-style: none;
	border-bottom: 1px solid #E3E5E7;
}

.detailEnvironmentDiv .detailBox .detailBoxRight ul li:nth-child(5) {
	list-style: none;
	border-bottom: 1px solid #E3E5E7;
}

.detailEnvironmentDiv .detailBox .detailBoxRight ul li:last-child {
	list-style: none;
	border-bottom: none;
}

.detailPublicDiv {
	background-image: url(../images/mainbg04.png);
	background-repeat: no-repeat;
	width: 1000px;
	background-size: cover;
	height: 476px;
	position: absolute;
	bottom: 144px;
	left: 40px;
}

.detailPublicDiv .leftThreeRight {
	text-align: right;
	margin-right: 20px;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 4px;
}

.detailPublicDiv .leftThreeRight a {
	text-decoration: none;
	font-size: 20px;
	color: #102442;
	font-weight: bold;
}

.detailPublicDiv .leftThreeRight span {
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0;
	border-left: 0;
}

.detailPublicDiv .leftThreeRight img {
	vertical-align: middle;
}

.detailPublicDiv .publicBox {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	width: 960px;
	height: 230px;
}

.detailPublicDiv .publicBox .publicBoxLeft {
	width: 629px;
	height: 238px;
	float: left;
	border-right: 1px dashed #D7D7D7;
	margin: 15px auto;
	text-align: center;
}

.detailPublicDiv .publicBox .publicBoxLeft .evaluation {
	height: 35px;
}

.detailPublicDiv .publicBox .publicBoxLeft .evaluation .evaluationLeft {
	height: 35px;
	display: inline;
	width: 40%;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

.detailPublicDiv .publicBox .publicBoxLeft .evaluation .evaluationRight {
	height: 35px;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 20px;
	height: 35px;
	display: inline;
	width: 40%;
}

.detailPublicDiv .publicBox .publicBoxLeft .evaluation .evaluationRight a {
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	color: #102442;
}

.detailPublicDiv .publicBox .publicBoxLeft .evaluation .evaluationRight span {
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	color: #f77c2a;
}

.detailPublicDiv .publicBox .publicBoxLeft .evaluation .evaluationRight img {
	vertical-align: middle;
	width: 17px;
	margin-right: 5px;
	height: 17px;
}

.detailPublicDiv .publicBox .publicBoxLeft img {
	width: 200px;
	height: 200px;
}

.detailPublicDiv .publicBox .publicBoxRight {
	width: 329px;
	height: 210px;
	float: right;
	text-align: center;
	margin: 15px auto;
}

.detailPublicDiv .publicBox .publicBoxRight span {
	font-weight: bold;
	float: left;
	text-align: left;
	margin: 15px 15px;
}

.detailPublicDiv .publicBox .publicBoxRight img {
	width: 200px;
	height: 200px;
	margin-top: -20px;
	margin-right: 30px;
	margin-left: 40px;
}

.detailHidden {
	display: none;
}

.detailLakeDiv .leftThreeRight {
	text-align: right;
	margin-right: 40px;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 4px;
}

.bottomDiv {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 164px;
	left: 90px;
}

.lakeIconDiv {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hehugaikuang1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.lakeIconDivActive {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hehugaikuang2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.lakeIconDiv:hover {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hehugaikuang2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.riverIconDiv {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hezhangzhixinxi1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.riverIconDivActive {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hezhangzhixinxi2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.riverIconDiv:hover {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hezhangzhixinxi2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.landIconDiv {
	margin-top: 25px;
	float: left;
	width: 167px;
	height: 130px;
	text-align: center;
	background-image: url(../images/jingguanfuwu1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.landIconDivActive {
	margin-top: 25px;
	float: left;
	width: 167px;
	height: 130px;
	text-align: center;
	background-image: url(../images/jingguanfuwu2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.landIconDiv:hover {
	margin-top: 25px;
	float: left;
	width: 167px;
	height: 130px;
	text-align: center;
	background-image: url(../images/jingguanfuwu2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.environmentIconDiv {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/shuiqingfabu1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.environmentIconDivActive {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/shuiqingfabu2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.environmentIconDiv:hover {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/shuiqingfabu2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.publicIconDiv {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hudongtiyan1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.publicIconDivActive {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hudongtiyan2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.publicIconDiv:hover {
	margin-top: 25px;
	float: left;
	width: 180px;
	height: 130px;
	text-align: center;
	background-image: url(../images/hudongtiyan2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 200px;
	color: #a1c1e7;
}

.divtitle {
	position: relative;
	color: #42bdff;
	font-weight: bold;
	margin-top: 62px;
}

.divtitle span {
	/* border-left: 6px solid #2D73C7; */
	margin-left: 30px;
	padding-left: 0px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	color: #102442;
}

.leftThreeLeft span {
	float: left;
}

.leftThreeCenter {
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

.leftThreeRight {
	float: right;
	margin-right: 20px;
}

.detailEnvironmentDiv .divtitle .leftThreeRight {
	text-align: right;
	margin-right: 20px;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 4px;
}

.leftThreeRight img {
	/*margin-right: 15px;*/
}

.lakeBox {
	position: relative;
    margin-right: 20px;
}

.lakeBoxOne {
	float: left;
	margin-left: 20px;
	width: 60px;
	height: 50px;
	background-image: url(../images/rivercardwhite/icon_lake.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*.lakeBoxTwo {
	float: left;
	color: #2d73c7;
	font-weight: bold;
}*/
.lakeBoxDivone{
	    margin-top: 20px;
    font-size: 20px;
    color: #102442;
    font-weight: bold;
}
.lakeBoxDivone b{
	margin-left: 15px;
}
.lakeBoxDivtwo{
	margin-top: 15px;
    font-size: 16px;
    color: #102442;
    line-height: 30px;
}
.lakeBoxThree ul {
	margin: 0;
}

.lakeBoxThree ul li {
	float: left;
	list-style: none;
}

.lakeBoxThree ul li a {
	text-decoration: none;
	cursor: text;
	font-size: 22px;
	color: #102442;
	padding: 0 22px;
	border-right: 1px solid #878e96;
}

.lakeBoxThree ul li a.last {
	border-right: 0;
}

.lakePhoto {
	width: 226px;
	height: 240px;
	position: absolute;
	top: 128px;
	left: 30px;
}
.lakecontCentOne{
	text-align: center;
	font-size: 16px;
	color: #6d86a1;
}
.lakecontCentTwo{
	text-align: center;
	font-size: 16px;
	color: #6d86a1;
}
.lakecontCentOne b{
	font-size: 32px;
    color: #102442;
}
.lakecontCentTwo span{
	font-size: 16px;
    color: #6d86a1;
    margin-left: 6px;
}
.lakecontCentOne{
	margin-top: 155px;
}
.lakecontCentTwo{
	margin-top: 10px;
}
.lakecont {
	position: relative;
	left: 306px;
	margin-top: 20px;
	width: 694px;
	margin: inherit;
}
.lakecontOne{
	width: 209px !important;
	height: 289px;
	background: url(../images/c5.png);
	background-size: 100%;
	float: left;
}
.lakecontTwo{
	width: 209px !important;
	height: 289px;
	background: url(../images/c6.png);
	background-size: 100%;
	float: left;
}
.lakecontThree{
	width: 209px !important;
	height: 289px;
	background: url(../images/c7.png);
	background-size: 100%;
	float: left;
}
.lakecontFour{
	width: 209px !important;
	height: 289px;
	background: url(../images/c8.png);
	background-size: 100%;
	float: left;
}
.lakecontFive{
	width: 209px !important;
	height: 289px;
	background: url(../images/c1.png);
	background-size: 100%;
	float: left;
}

.lakecontSix{
	width: 209px !important;
	height: 289px;
	background: url(../images/c2.png);
	background-size: 100%;
	float: left;
}
.lakecontSeven{
	width: 209px !important;
	height: 289px;
	background: url(../images/c3.png);
	background-size: 100%;
	float: left;
}
.lakecontEight{
	width: 209px !important;
	height: 289px;
	background: url(../images/paikou.png);
	background-size: 100%;
	float: left;
}
.arrowUp {
	position: absolute;
	bottom: 172px;
	left: 530px;
}

.arrowDown {
	position: absolute;
	bottom: -4px;
	left: 530px;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.barragerDiv {
	/*position: relative;*/
	width: 96px;
	height: 40px;
	z-index: 998;
	left: 650px;
	/* bottom: 200px; */
}

.barragerSubDiv {
	width: 96px;
	height: 28px;
	line-height: 33px;
	background-image: url(../images/danmuclose.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
}

.clearSubDiv span {
	padding-left: 45px;
}

.amap-logo {
	display: none !important;
}

.amap-copyright {
	display: none !important;
}


/*环保小知识轮播*/
ul,
			ol {
				padding: 0;
			}

			.banner {
				position: relative;
				overflow: auto;
				text-align: center;
				height: 332px !important;
			}

			.banner ul{
				width: 200%;
				height: 332px;
			}

			.banner li {
				list-style: none;
			}

			.banner ul li {
				float: left;
			}

			#b04 {
				width: 1000px;
			}

			#b04 .dots {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 20px;
			}

			#b04 .dots li {
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 0 4px;
				text-indent: -999em;
				border: 2px solid #fff;
				border-radius: 6px;
				cursor: pointer;
				opacity: .4;
				-webkit-transition: background .5s, opacity .5s;
				-moz-transition: background .5s, opacity .5s;
				transition: background .5s, opacity .5s;
			}

			#b04 .dots li.active {
				background: #fff;
				opacity: 1;
			}

			#b04 .arrow {
				position: absolute;
				top: 200px;
			}

			#b04 #al {
				left: 15px;
			}

			#b04 #ar {
				right: 15px;
			}


/*环保小知识轮播 end*/

.landContTitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	/* padding-left: 24px; */
	padding-right: 24px;
	text-align: left;
}

.landContContent {
	line-height: 2;
	font-size: 18px;
	padding-right: 24px;
    text-align: left;
}

.landContFrom {
	float: right;
	color: blue;
	padding-left: 24px;
	padding-right: 24px;
}

.video_ls {
	position: absolute;
	width: 3000px;
	height: 600px;
	background-color: #FFFFFF;
}

.video_shows {
	width: 1000px;
	height: 100%;
	float: left;
	display: inline-block;
}

.video-js {
	width: 100%;
	height: 100%;
	display: inline-block;
}

#container {
	position: absolute !important;
	top: 820px;
	width: 1000px;
	left: 40px;
	height: 936px;
}

.monitorDivTwo {}

.clearDiv {
	position: absolute;
	width: 96px;
	height: 40px;
	z-index: 998;
	right: 70px;
	bottom: 220px;
}

.fullDiv {
	position: absolute;
	width: 96px;
	height: 40px;
	z-index: 998;
	right: 70px;
	bottom: 320px;
}

.mainTwo {
	display: none;
	opacity: 0.7;
	width: 1080px;
	height: 1920px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background-color: #546379;
}


/**
 * 水情 补充css__start
 */

.detailBoxOpen {
	display: none;
	background-image: url(../images/water_quality_description_open.png);
	width: 92%;
	margin-top: 14px;
	margin-left: 4%;
	height: 338px;
}

.detailBoxOpenLi {
    height: 47px;
    /* padding-top: 9px; */
    overflow: hidden;
    border-bottom: 1px solid #b8d8ee;
}

.detailBoxOpenLiFont {
    margin-left: 7px;
    /* margin-top: 4px; */
    font-size: 16px;
    line-height: 49px;
    font-weight: 600;
    color: #283139;
    float: left;
}

.detailBoxOpenLiImg {
	float: left;
    margin-top: 7px;
}

.waterRegimeReleaseNum {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin-top: 4px;
}

.waterRegimeReleaseName {
	width: 50%;
	float: left;
	text-align: left;
	color: #102442;
	font-size: 20px;
}

.waterRegimeReleaseText {
	width: 10%;
	float: left;
	text-align: center;
}
.waterRegimeReleaseText1 {
	width: 10%;
	float: left;
	text-align: center;
	color: #49c8f5;
	font-size: 20px;
}
.waterRegimeReleaseText2 {
	width: 10%;
	float: left;
	text-align: center;
	color: #3da8f2;
	font-size: 20px;
}
.waterRegimeReleaseText3 {
	width: 10%;
	float: left;
	text-align: center;
	color: #78c57a;
	font-size: 20px;
}
.waterRegimeReleaseText4 {
	width: 10%;
	float: left;
	text-align: center;
	color: #41ad76;
	font-size: 20px;
}
.waterRegimeReleaseText5 {
	width: 10%;
	float: left;
	text-align: center;
	color: #fe8d3c;
	font-size: 20px;
}
.waterRegimeReleaseText6 {
	width: 10%;
	float: left;
	text-align: center;
	color: #e31a1b;
	font-size: 20px;
}

.detailBoxTableWidth {
	margin-left: 4%;
	width: 92%;
	/*overflow-y:hidden;*/
	height: 280px;
}

.detailBoxLeftTextTr {
	height: 50px;
	padding-top: 10px;
	/*border-bottom: 1px solid #000000;*/
}
.detailBoxLeftTextTr1 {
	height: 50px;
	padding-top: 10px;
	background-color: #FFFFFF;
}

.timeFontSize {
	float: left;
	margin-left: 6px;
	color: #7d8ca4;
	font-size: 18px;
}

.timeFontImg {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}

.divtitleWater {
	position: relative;
	color: #102442;
	/*font-weight: bold;*/
	margin-top: 60px;
	margin-left: 34px;
}

.leftThreeLeftWater {
	font-weight: bold;
	font-size: 30px;
	float: left;
}


/**
 * 水情 补充css__end
 */

.barrageDivPra{

}


.modal-exit{
	height: 600px;
	width: 600px;
	background-image: url(../images/exitFullBg.png);
    left: 180px;
    bottom: 244px;
}

.modeltitle{
	margin-top: 205px;
	margin-left: 200px;
	font-size: 48px;
	color: #468ff7;
}
.password{
	 margin-left: 30px;
	 line-height: 30px;
	 width: 500px;
	 height: 80px;
	 border-radius: 40px;
	 border: 2px solid #e2e2e2 !important;
	 border-top: none;
	 border-left: none;
	 font-size: 30px;
	 padding-left: 40px;
	 color: #e2e2e2;
}

.modFooter{
	position: fixed;
	top: 400px;
	left: 430px;
	border-top: none !important;
}

.comitBtn{
	width: 500px;
	font-size: 30px;
	margin-top: 38px;
	background-color: #f8b156;
	color: #fff;
	border-radius: 40px;
	border-bottom: none;
	border-right: none;
	height: 80px;
	margin-left: 30px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b5b9be;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b5b9be;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b5b9be;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b5b9be;
}

.clear-fix{
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 14px;
}
