.nav {
	width:290px;
	height:100%;
	background:#36777C;
	transition:all .3s;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}

.nav .nav-top {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.nav .nav-top img {
	width: 100%;
	height: 500px;
}
.nav a {
	display:block;
	overflow:hidden;
	padding-left:10px;
	line-height:75px;
	max-height:75px;
	color:#ccc;
	transition:all .3s;
}
.nav a span {
	margin-left:85px;
	font-size: 17px;
}
.nav-item ul a span {
	margin-left: 15px;
}
.nav-item {
	position:relative;
	z-index: 10;
}
.nav-item:hover {
	background-color: rgba(79,147,152,.5);
}
.nav-item .nav-show {
	border-bottom:0;
}
.nav-item ul {
	display:none;
	background:rgba(79,147,152,.9);
	position: absolute;
	top: 0;
	left: 290px;
	width: 132px;
	z-index: 99;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-item ul li {
	text-align: left;
	box-sizing: border-box;
	line-height: 72px;
}
.nav-item ul li i {
	display: block;
	width: 3px;
	height: 3px;
	float: left;
	margin-top: 19px;
	background-color: #fff;
	transition: all .4s;
	z-index: 99;
	margin-left: 8px;
}
.nav-item ul li a {
	height: 40px;
	line-height: 40px;
}
.nav-item ul li:hover i {
	width: 3px;
	height: 14px;
	margin-top: 13px;
	background-color: #F2F44F;
}
.nav-item.nav-show ul {
	display:block;
	z-index: 99;
}
.nav-item>a:before {
	content:"";
	position:absolute;
	left:0;
	width:4px;
	height:75px;
	background:#F2F44F;
	opacity:0;
	transition:all .3s;
}
.nav .nav-icon {
	font-size:20px;
	position:absolute;
	margin-left:20px;
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin-top: 22px;
	background-image: url(/img/wzsy.png);
	background-repeat: no-repeat;
	-webkit-background-size: 88%;
	background-size: 88%;
}
.nav .icon_2 {
	background-image: url(/img/xygk3.png);
}
.nav .icon_3 {
	background-image: url(/img/dyjs.png);
}
.nav .icon_5 {
	background-image: url(/img/rczs.png);
}
.nav .icon_4 {
	background-image: url(/img/rcfw.png);
}
.nav .icon_6 {
	background-image: url(/img/jwxt5.png);
}

.nav-more {
	float:right;
	margin-right:33px;
	font-size:16px;
	transition:transform .3s;
	font-family: "楷体";
}
.nav-show {
	color:#fff;
	background-color: rgba(79,147,152,.5);
}
.nav-show>a {
	color: #fff;
}
.nav-item>a:hover {
	color:#fff;
	background-color: rgba(79,147,152,.5);
}
.nav-show>a:before,
.nav-item>a:hover:before {
	opacity:1;
}
.nav-item li:hover a {
	color:#fff;
}
.nav-mini.nav {
	width:100px;
}
.nav-mini.nav .nav-item>a span {
	display:none;
}
.nav-mini.nav .nav-more {
	margin-right:-20px;
}
.nav-mini.nav .nav-item ul {
	position:absolute;
	top:0;
	left:100px;
	width:152px;
	z-index:99;
	background:rgba(79,147,152,.9);
	overflow:hidden;
}
.nav-mini.nav .nav-item .nav-item a {
	color: #fff;
}
.nav-mini.nav .nav-item:hover .nav-item a {
	color:#fff;
}
.nav-mini.nav .nav-item:hover a:before {
	opacity:1;
}
.nav-mini.nav .nav-item:hover ul {
	display:block;
}
.nav .logo {
	width: 100%;
	z-index: 100;
	height: 135px;
	padding-top: 46px;
	padding-left: 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #4A8589;
}
.nav .logo a {
	display: block;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(/img/logo.png);
	-webkit-background-size: 88%;
	background-size: 88%;
}
.nav-mini .logo {
	width: 100%;
	height: 135px;
	z-index: 100;
	padding-top: 46px;
	padding-left: 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #4A8589;
}
.nav-mini .logo a {
	display: block;
	width: 45px;
	height: 47px;
	background-repeat: no-repeat;
	background-image: url(/img/logo2.png);
	-webkit-background-size: 89%;
	background-size: 89%;
}
.nav .denglu {
	width: 100%;
	height: 80px;
	text-align: center;
	border-bottom: 1px solid #4A8589;
}
.nav .denglu ul {
	width: 100%;
	height: 100%;
	padding-left: 15px;
}
.nav .denglu ul li {
	float: left;
	height: 100%;
	line-height: 80px;
	padding:  0 15px;
	box-sizing: border-box;
}
.nav .denglu ul li a {
	color: #fff;
	font-size: 15px;
}
.nav-mini .denglu {
	width: 100%;
	height: 80px;
	padding-top: 26px;
	padding-left: 33px;
	box-sizing: border-box;
	border-bottom: 1px solid #4A8589;
}
.nav-mini .denglu ul {
	width: 20px;
	height: 28px;
	background-image: url(/img/cd.png);
	background-repeat: no-repeat;
}
.nav-mini .denglu ul li {
	display: none;
}
.nav .ipt {
	width: 100%;
	height: 80px;
	padding-top: 16px;
	padding-left: 10%;
	box-sizing: border-box;
	border-bottom: 1px solid #4A8589;
}
.nav .ipt .box {
	height: 45px;
	width: 90%;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.5);
}
.nav .ipt .box .txt {
	width: 76%;
	height: 100%;
	border-radius: 50px;
	background-color: transparent;
	font-size: 15px;
	text-indent: 1em;
	color: #fff;
}
.nav .ipt .box .image {
	margin-top: 10px;
	margin-right: 15px;
}
.nav-mini .ipt {
	width: 100%;
	height: 80px;
	padding-top: 26px;
	padding-left: 33px;
	box-sizing: border-box;
	border-bottom: 1px solid #4A8589;
}
.nav-mini .ipt .box {
	width: 25px;
	height: 25px;
	border-radius: 0;
	background-color: transparent;
	background-image: url(/img/ss4.png);
	background-repeat: no-repeat;
}
.nav-mini .ipt .box .txt {
	display: none;
}
.nav-mini .ipt .box .image {
	display: none;
}

.banner {
	width: 100%;
	min-width: 1200px;
}
.banner img {
	width:5400px;
	height: 2540px;
	min-width: 1200px;
}
.bj {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height:100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/img/bgt.png);
}

.content {
	width: 100%;
	height: auto;
	z-index: 10;
	top: 214px;
	min-height: 650px;
	position: absolute;
}

.cont-list {
	width: 100%;
	height: auto;
	z-index: 10;
	top: 214px;
	min-height: 700px;
	position: absolute;
}
.content .top,
.cont-list .top {
	color: #fff;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	background-color: rgba(0,0,0,0.5);
}
.content .top a,
.cont-list .top a {
	color: #fff;
	float: left;
}
.content .top .tit,
.cont-list .top .tit {
	display: block;
	width: 220px;
	height: 70px;
	color: #fff;
	float: left;
	font-size: 28px;
	margin-right: 40px;
	text-align: center;
	font-family: "微软雅黑";
	background-color: #3E6F72;
}
.content .top i,
.cont-list .top i {
	display: block;
	float: left;
	width: 3px;
	height: 14px;
	margin-top: 28px;
	margin-right: 8px;
	background-color: #FDFF3C;
}
.content .top .tb,
.cont-list .top .tb {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 26px;
	margin-right: 8px;
	margin-left: 10px;
	background-image: url(/img/home4.png);
}
.content .top .kh,
.cont-list .top .kh {
	margin: 0 15px;
}
.content .btm,
.cont-list .btm {
	width: 100%;
	height: 100%;
	margin-bottom: 80px;
	min-height: 630px;
	position: relative;
	background-color: #F3F3F3;
}
.content .btm>img {
	position: absolute;
	left: 30px;
	bottom: 100px;
}
.cont-list .btm .right {
	width: 84.5%;
	height: 100%;
	min-height: 550px;
	background-color: #fff;
}
.cont-list .btm .left {
	width: 15.5%;
	height: 100%;
	min-height: 630px;
	background-color: #f3f3f3;
}
.cont-list .btm .left ul {
	width: 100%;
	padding-top: 15px;
}
.cont-list .btm .left ul li {
	width: 100%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	position: relative;
	background-color: transparent;
}
.cont-list .btm .left ul li a {
	color: #444;
}
.cont-list .btm .left ul li:hover a {
	color: #36777C;
}
.cont-list .btm .left ul li:hover a i {
	width: 3px;
	height: 12px;
	margin-top: -6px;
	background-color: #36777C;
}
.cont-list .btm .left ul li a i {
	display: block;
	width: 3px;
	height: 3px;
	top: 50%;
	margin-top: -2px;
	left: 24%;
	position: absolute;
	transition: all .3s;
	background-color: #BBCBCC;
}
.content .btm .right,
.cont-list .btm .right {
	width: 84.5%;
	height: 100%;
	min-height: 630px;
	padding: 28px;
	background-color: #fff;
	box-sizing: border-box;
}
.cont-list .btm .right {
	padding: 26px 0;
}
.content .btm .right .title {
	width: 100%;

	text-align: center;
	border-bottom: 1px solid #3F969D;
}
.content .btm .right .title h2 {
	font-size: 30px;
	color: #3F969D;
	line-height: 80px;
}
.content .btm .right .title p {
	font-size: 15px;
}
.content .btm .right .title p span {
	padding-right: 20px;
}
.content .btm .right .artic {
	text-align: center;
	padding-top: 10px;
}
.content .btm .right .artic img {
	margin: 20px 0;
}
.content .btm .right .artic p {
	text-align: left;
	text-indent: 2em;
	font-size: 16px;
	color: #444;
	line-height: 30px;
}
.content .btm .right .artic .page p {
	text-align: left;
	font-size: 15px;
}
.content .btm .right .artic .page p:hover a {
	color: #36777C;
}
.bgt {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: absolute;
	background-image: url(/img/bgt1.png);
	background-size: 100%;
}
.sharea {
	margin: 30px;
}



/*底部版权部分*/
.footer {
	width: 100%;
	height: 80px;
	z-index: 10;
	position: fixed;
	bottom: 0;
	background-color: #24656A;
}
.footer .copyright {
	width: 100%;
	color: #fff;
	padding-top: 15px;
	font-size: 15px;
	text-align: center;
	position: relative;
	font-family: "幼圆";
}
.footer .copyright img {
	top: 10px;
	left: 30%;
	position: absolute;
}
.footer .copyright p{
	text-indent: 120px;
	line-height: 22px;
}





/*列表页*/
.cont-list .btm .right .lists {
	width: 92%;
	margin: 0 auto;
}
.cont-list .btm .right .lists ul li {
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	border-bottom: 1px dashed #DDDDDD;
}
.cont-list .btm .right .lists ul li a {
	color: #333;
}
.cont-list .btm .right .lists ul li span {
	float: right;
	color: #999;
}
.cont-list .btm .right .lists ul li:hover {
	background-color: #F9F9F9;
	border-left: 3px solid #36777C;
}
.cont-list .btm .right .lists ul li:hover a {
	color: #36777C;
}
.cont-list .btm .right .lists ul li:hover span {
	color: #36777C;
}
.cont-list .btm .right .lists .page {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
}
.cont-list .btm .right .lists .page a {
	padding: 8px 15px;
	font-size: 16px;
	margin-left: 5px;
	border: 1px solid #D2D0D0;
}
.cont-list .btm .right .lists .page a:hover {
	color: #fff;
	background-color: #36777C;
}


.cont-list .btm .right .lists .img-list {
	width: 100%;
	height: auto;
}
.cont-list .btm .right .lists .img-list ul li {
	float: left;
	width: 33%;
	height: 300px;
	border: none;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 28px;
	background-color: transparent;
}
.cont-list .btm .right .lists .img-list ul li img {
	width: 100%;
	height: 230px;
}
.cont-list .btm .right .lists .img-list ul li a {
	display: block;
	width: 100%;
	padding-top: 10px;
}
.cont-list .btm .right .lists .img-list ul li a p {
	font-size: 16px;
	line-height: 26px;
}
.cont-list .btm .right .lists .img-list ul li span {
	position: absolute;
	right: 14px;
	font-size: 14px;
	bottom: -8px;
}
/*.cont-list .btm .right .lists .img-list ul li span i {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	position: absolute;
	background-image: url(/img/time.png);
}*/