/*框架*/
.wrapper {
	width: 1520px;
	margin: 0 auto;
	overflow: hidden;
}

.img-style {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.news-top {
	height: 43px;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}

.news-top h1 {
	display: inline-block;
	width: 115px;
	line-height: 43px;
	text-align: center;
	background: #288f00;
	color: white;
	font-size: 16px;
	padding-bottom: 1px;
}

.news-top a.more {
	float: right;
	padding: 4px 7px;
	border: 1px solid #999999;
	color: #999999;
	border-radius: 3px;
	margin: 7px 0 0;
}

.news-top a.more:hover {
	background: #288f00;
	color: white;
	border: 1px solid #288f00;
}

.public-banner {
	width: 100%;
	min-width: 1190px;
	margin: 0 auto;
}

.public-banner img {
	display: block;
	margin: 0 auto;
}

.bgf5f5f5 {
	background: #f5f5f5;
}

.none {
	display: none;
}

.layui-layer-setwin .layui-layer-close2 {
	transition: all 0s;
}

.layui-layer {
	background: none !important;
	box-shadow: none !important;
}

.news-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	background: #333333;
}

.back {
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: 3px 15px;
	float: right;
}

.back:hover {
	background: #288f00;
	color: white;
	border: 1px solid #288f00;
}

.close-btn {
	font-size: 14px;
	margin: 5px 0;
}

/*公共部分*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.public-left {
	width: 25%;
	margin-top: 40px;
	float: left;
}

.public-left img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.public-left h1 {
	padding: 30px;
	font-size: 20px;
	color: white;
}

.public-left h1 span {
	font-size: 12px;
	margin-left: 10px;
}

.public-left a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
	background: #f5f5f5;
	margin-bottom: 1px;
}

.public-left a i {
	display: inline-block;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px 0 30px;
}

.public-left dl {
	text-indent: 25px;
}

.public-left dl a {
	font-size: 14px;
}

.public-right {
	width: 73%;
	margin-top: 40px;
	float: right;
}

.public-right .public-nav {
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	color: #999999;
	padding-bottom: 15px;
}

.public-right .public-nav .public-title {
	font-size: 18px;
	color: #333333;
	padding-bottom: 13px;
}

.public-right .public-nav .public-title-en {
	font-family: 'Arial';
	margin-left: 5px;
}

.public-right .public-nav .public-nav-info {
	float: right;
}

.public-right .public-nav .public-nav-info img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.public-content {
	border: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 20px;
	line-height: 25px;
}

.public-header .public-header-r {
	line-height: 72px;
	font-size: 14px;
	color: #999999;
}

.public-header .public-header-r a {
	display: inline-block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 10px;
	color: white;
}

.public-menu {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
}

.public-menu a {
	display: inline-block;
	color: white;
	padding: 0 35px;
	float: left;
}

.content-top {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: 25px;
	overflow: hidden;
}

.content-top a {
	display: inline-block;
	height: 25px;
	padding: 0 15px 10px;
	font-size: 14px;
}

.content-top a.on,
.content-top a:hover,
.content-top a:visited {
	border-bottom: 1px solid #288f00;
	color: #288f00;
}

/*公共首页轮播*/
.rotation {
	width: 720px;
	overflow: hidden;
	position: relative;
	float: left;
	height: 370px;
}

.rotation p {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 999;
	width: 94%;
	bottom: 0 !important;
	padding: 10px 3%;
	background: rgba(0, 0, 0, 0.7);
}

.rotation .swiper-pagination {
	bottom: 0 !important;
	padding: 10px 2%;
	width: 96% !important;
	background: none;
	text-align: right;
}

.rotation .swiper-pagination-bullet {
	background: white;
	opacity: 1;
}

.rotation .swiper-pagination-bullet-active {
	background: #007aff;
}

/*公共右边新闻*/
.public-list {
	width: 460px;
	height: 370px;
	float: right;
	overflow: hidden;
	background: white;
}

.public-list h1 {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 20px;
}

.public-list h1 a {
	font-size: 14px;
	float: right;
	color: #999999;
}

.public-list .first-news {
	padding: 15px 20px;
	border-bottom: 1px solid #f5f5f5;
}

.public-list .first-news a {
	font-size: 16px;
	line-height: 25px;
}

.public-list .first-news a span {
	float: right;
}

.public-list .first-news p {
	clear: both;
	margin-top: 5px;
	font-size: 14px;
	color: #999999
}

.public-list ul {
	padding: 10px 20px 20px;
}

.public-list ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.public-list ul li a span {
	float: right;
}

/*公共咨询*/
.public-notice {
	margin: 20px auto;
	background: white;
	padding: 10px 0;
	overflow: hidden;
	font-size: 14px;
}

.public-notice img {
	vertical-align: middle;
	margin: -2px 5px 0 20px;
}

.public-notice .notice {
	width: 88%;
	float: right;
	overflow: hidden;
}

.public-notice .notice .swiper-slide {
	border-right: 1px solid #c9c9c9;
}

/*分页*/
.page {
	padding: 15px;
	text-align: center;
	margin-top: 30px;
}

.page li {
	display: inline-block;
}

.page a,
.page span {
	padding: 5px 10px;
	border: 1px solid #bbc3c7;
	margin: 0 5px;
	color: #bbc3c7;
}

/*头部*/
#header {
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
	line-height: 90px;
	min-width: 1190px;
}

#header .head-logo {
	width: 22%;
	float: left;
}

#header .head-logo img {
	display: block;
	max-width: 100%;
	float: left;
	top: 15px;
	position: relative;
}

#header .head-menu {
	width: 65%
	width: 56%;
	float: left;
}

#header .head-menu a {
	/* padding: 5px 15px;
	border-radius: 5px;
	font-size: 16px;
	color: #666666; */
	padding: 1px 7px;
	/* padding-left: 19px; */
	margin-left: 12px;
	border-radius: 5px;
	font-size: 16px;
	color: #666666;
}

#header .head-menu .on {
	background: #288f00;
	color: white;
}

#header .head-menu .two {
	color: white;
}

#header .head-menu a:hover:nth-child(n+1) {
	background: #288f00;
	color: white;
}

#header .head-user {
	/*width:15%*/
	float: right;
	font-size: 14px;
}

#header .head-user img {
	margin-top: -2px;
	vertical-align: middle;
}

#header .head-user img.small-line {
	margin: -2px 8px 0;
}

#header .head-user a {
	color: #666666;
}

#header .head-user a:hover {
	color: #288f00;
}

/*底部*/
#footer {
	background: #f5f5f5;
	padding: 30px 0;
	min-width: 1200px;
}

#footer .foot-logo {
	width: 15%;
	padding: 30px 0;
}

#footer .foot-info {
	width: 40%;
}

#footer .foot-info .foot-info-menu {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}

#footer .foot-info .foot-info-menu a {
	font-size: 18px;
	color: #333333;
	margin-right: 5%;
}

#footer .foot-info .foot-info-menu a:last-child {
	margin-right: 0;
}

.foot-info-copy {
	margin-top: 20px;
}

.foot-info-copy p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.foot-info-copy p img {
	margin-right: 5px;
}

.foot-contact {
	margin-left: 8%;
}

.foot-contact h1 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.foot-contact p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
}

.foot-contact p img {
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

.foot-gz h1 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.foot-gz img.wb {
	margin-left: 20px;
}

/*轮播图*/
#banner {
	overflow: hidden;
	position: relative;
	min-width: 1190px;
	height: 450px;
}

#banner .swiper-slide {
	width: 100%;
	float: left;
	height: 450px;
}

#banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

#banner .swiper-button-prev {
	left: 0;
	top: 0;
	margin-top: 0;
	height: 450px;
	width: 114px;
	background: url("../images/banner_left.png") no-repeat;
	opacity: 0;
}

#banner .swiper-button-next {
	right: 0;
	top: 0;
	margin-top: 0;
	height: 450px;
	width: 114px;
	background: url("../images/banner_right.png") no-repeat;
	opacity: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
	opacity: 0.9;
}

#banner .swiper-pagination-bullet-active {
	background: #288f00;
}

.open-time {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #dc0000;
}

.open-time img {
	vertical-align: middle;
	margin: -2px 8px 0;
}

.content-1 {
	padding: 30px 0;
	background: #F5F5F5;
	min-width: 1190px;
}

.content-1 .news-left {
	width: 38%;
	overflow: hidden;
	position: relative;
	height: 380px;
}

.content-1 .news-left p {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 999;
	width: 94%;
	bottom: 0 !important;
	padding: 10px 3%;
	background: rgba(0, 0, 0, 0.7);
}

.content-1 .news-left .swiper-pagination {
	z-index: 1;
	text-align: right;
	width: 96%;
	bottom: 0 !important;
	padding: 10px 2%;
}

.content-1 .news-left .swiper-pagination-bullet {
	margin: 0 3px !important;
	background: none;
	border: 1px solid white;
	opacity: 1;
}

.content-1 .news-left .swiper-pagination-bullet-active {
	background: #288f00;
	border: 1px solid #288f00;
}

.content-1 .news-left .swiper-slide:hover img {
	transform: scale(1.05);
}

.content-1 .news-center {
	width: 35%;
	margin-left: 2%;
}

.news-center-lists ul {
	margin-top: 25px;
}

.news-center-lists ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}

.news-center-lists ul li a:hover,
.news-center-lists ul li a:visited {
	color: #dc0000;
}

.news-center-lists ul li p {
	width: 80%;
	overflow: hidden;
	float: left;
}

.news-center-lists ul li span {
	float: right;
}

.content-1 .news-right {
	width: 23%;
}

.content-1 .news-right .news-comm {
	display: block;
	margin-top: 5%;
}

.content-1 .news-right .news-comm img {
	width: 100%;
}

.news-right-lists ul {
	margin: 5% 0;
}

.news-right-lists ul li i {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background: url("../images/icon_1.png") no-repeat center center #bebebe;
	margin-top: -2px;
	vertical-align: middle;
}

.news-right-lists ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}

.news-right-lists ul li a:hover,
.news-right-lists ul li a:visited {
	color: #dc0000;
}

.news-right-lists ul li:hover i {
	background: url("../images/icon_1.png") no-repeat center center #dc0000;
}

.news-right-lists ul li p {
	width: 70%;
	overflow: hidden;
	float: left;
}

.news-right-lists ul li span {
	float: right;
}

.three-img {
	display: inline-block;
	width: 32%;
	float: left;
}

.three-img img {
	display: block;
	width: 100%;
}

/*教学一览*/
.jx-left {
	width: 73%;
	overflow: hidden;
	position: relative;
}

.jx-right {
	width: 27%;
	overflow: hidden;
	position: relative;
}

.jx-right .swiper-slide {
	margin-bottom: 1px;
	background: #eeeeee;
	padding: 12px;
	cursor: pointer;
}

.jx-right .swiper-slide-active {
	background: #288f00;
	color: white;
}

.jx-right dt {
	width: 90px;
	height: 57px;
	border: 2px solid white;
	float: left;
}

.jx-right dt img {
	width: 100%;
	height: 100%;
}

.jx-right dd {
	float: left;
	margin-left: 10px;
}

.jx-right dd h1 {
	font-size: 20px;
	margin-top: 8px;
}

.content-2 {
	width: 100%;
	height: 392px;
	background: url(../images/bg_three.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 50px;
	min-width: 1200px;
}

.content-2 h1 {
	font-size: 24px;
	color: #333333;
	margin: 35px 0 25px;
	text-align: left;
}

.content-2 .lz-go {
	width: 40%;
}

.content-2 .lz-go .lz-go-content {
	padding: 17px;
	background: rgba(255, 255, 255, 0.7);
}

.content-2 .lz-go .lz-go-content .lz-go-left {
	width: 38%;
}

.content-2 .lz-go .lz-go-content .lz-go-right {
	width: 59%;
}

.content-2 .lz-go .lz-go-content .lz-go-right h2 {
	color: #000000;
	font-size: 16px;
	margin-bottom: 15px;
}

.content-2 .lz-go .lz-go-content .lz-go-right p {
	color: #333333;
	font-size: 14px;
	line-height: 25px;
}

.content-2 .lz-go .lz-go-content .lz-go-right a {
	display: inline-block;
	width: 85px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: white;
	background: #288f00;
	border-radius: 3px;
	margin-top: 15px;
}

.content-2 .lz-map {
	width: 30%;
	margin: 0 1%;
}

.content-2 .lz-video {
	width: 28%;
}

.content-2 .lz-video .video {
	overflow: hidden;
	position: relative;
}

.content-2 .lz-video .video a {
	display: inline-block;
	z-index: 999;
	max-height: 245px;
}

.content-2 .lz-video .video a img {
	width: 100%;
	max-height: 245px;
}

.content-2 .lz-video .video p {
	position: absolute;
	font-size: 14px;
	bottom: 10px;
	left: 15px;
	color: white;
}

.content-2 .lz-video .video .swiper-pagination {
	z-index: 99;
	text-align: right;
	width: 95%;
}

.content-2 .lz-video .video .swiper-pagination-bullet {
	margin: 0 3px !important;
	background: none;
	border: 1px solid white;
	opacity: 1;
}

.content-2 .lz-video .video .swiper-pagination-bullet-active {
	background: #288f00;
	border: 1px solid #288f00;
}

.content-2 .lz-video .video .swiper-button-prev {
	width: 10px;
	height: 15px;
	background: url("../images/left.png") no-repeat;
	bottom: 11px;
	right: 75px;
	top: inherit;
	left: inherit;
	z-index: 999;
}

.content-2 .lz-video .video .swiper-button-next {
	width: 10px;
	height: 15px;
	background: url("../images/right.png") no-repeat;
	bottom: 11px;
	right: 7px;
	top: inherit;
	left: inherit;
}

.content-2 .lz-video .video .video-on {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
}

.content-2 .lz-video .video:hover .video-on {
	display: block;
	transform: scale(1.4);
}

.content-2 .lz-video h1 a {
	font-size: 16px;
	float: right;
	line-height: 30px;
}

.content-3 {
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #288f00;
	min-width: 1200px;
}

.content-3 strong {
	font-size: 18px;
	color: white;
	font-weight: normal;
}

/*友情链接*/
.link-form {
	display: inline-block;
	margin-left: 25px;
}

.link-form .layui-form-select .layui-input {
	background: none;
	border: none;
	font-size: 16px;
	margin-top: -5px;
}

.link-form .layui-form-select .layui-input::-webkit-input-placeholder {
	color: white;
	opacity: 1;
}

.link-form .layui-form-select .layui-edge {
	border-top-color: white;
}

.link-form a {
	font-size: 16px;
	color: white;
	margin: 0 10px;
	display: inline-block;
}

/*************走进绿洲*************/
/*换色部分*/
.about .public-left h1 {
	background: #288f00;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.about .public-left a.on,
.about .public-left a:hover {
	color: #288f00;
}

.about .public-left a.on i,
.about .public-left a:hover i {
	border: 1px solid #288f00;
	background-color: #ffffff;
}

.about .public-right .public-nav .public-title {
	border-bottom: 2px solid #288f00;
}

.about .public-right .public-nav .public-nav-info span {
	color: #288f00;
}

.about .page span,
.page a:hover {
	border: 1px solid #288f00;
	color: #288f00;
}

/*领导班子*/
.ld-bz {
	overflow: hidden;
}

.ld-bz .swiper-slide {
	text-align: center;
	position: relative;
}

.ld-bz .swiper-slide img {
	display: block;
	margin: 0 auto 20px;
}

.ld-bz .swiper-slide h1 {
	font-size: 18px;
	color: #333333;
	margin: 10px auto;
}

.ld-bz .swiper-slide span {
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*组织架构*/
.zz-jg-top {
	overflow: hidden;
}

.zz-jg-top .swiper-slide {
	position: relative;
	padding: 0 0.5%;
	cursor: pointer;
}

/*.zz-jg-top .swiper-slide span{display:table-cell;vertical-align:middle;background:#f5f5f5;border-radius:50%;width:80px;height:80px;padding:20px;font-size:16px;text-align:center;color:#333333;}*/
.zz-jg-top .swiper-slide span {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	width: 120px;
	text-align: center;
}

.zz-jg-top .swiper-slide img.img {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.zz-jg-top .swiper-slide img.jt {
	position: absolute;
	right: 10%;
	top: 50%;
	bottom: 50%;
	margin-top: -25px;
}

.zz-jg-top .swiper-slide:last-child img.jt {
	display: none;
}

/*.zz-jg-top .swiper-slide.swiper-slide-active span,.zz-jg-top .swiper-slide:hover span{background:#288f00;color:white;}*/
.zz-jg-bottom {
	margin-top: 40px;
	overflow: hidden;
}

.zz-jg-bottom h1.title {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.zz-jg-bottom h1.title span {
	display: inline-block;
	width: 5px;
	height: 15px;
	background: #288f00;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

/*漫游绿舟*/
.by-lz {
	padding: 20px 0;
}

.by-lz .small-line {
	display: block;
	width: 40px;
	height: 2px;
	margin: 15px 0;
	background: #288f00;
}

#pic {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: 827px;
	z-index: 2;
	margin: 0 auto;
}

#pic ul {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#pic ul li {
	position: absolute;
}

#pic ul img {
	position: relative;
	top: 0;
	left: 0;
	transition: all 0s;
}

/*图片位置*/
#pic ul .pic1 {
	top: -80px;
	left: 2px;
	z-index: 1;
}

#pic ul .pic2 {
	top: 110px;
	left: 10px;
	z-index: 2;
}

#pic ul .pic3 {
	top: 80px;
	left: 96px;
	z-index: 3;
}

#pic ul .pic4 {
	top: 50px;
	left: 182px;
	z-index: 4;
}

#pic ul .pic5 {
	top: 80px;
	left: 358px;
	z-index: 3;
}

#pic ul .pic6 {
	top: 110px;
	left: 590px;
	z-index: 2;
}

#pic ul .pic7 {
	top: -180px;
	left: 618px;
	z-index: 1;
}

/*图片A标签width和height*/
#pic ul .pic1 a {
	height: 60px;
	width: 96px;
}

#pic ul .pic2 a {
	height: 180px;
	width: 288px;
}

#pic ul .pic3 a {
	height: 240px;
	width: 384px;
}

#pic ul .pic4 a {
	height: 300px;
	width: 480px;
}

#pic ul .pic5 a {
	height: 240px;
	width: 384px;
}

#pic ul .pic6 a {
	height: 180px;
	width: 288px;
}

#pic ul .pic7 a {
	height: 180px;
	width: 288px;
}

/*图片明暗*/
#pic ul li.pic1 {
	opacity: 0.2;
	filter: alpha(opacity:20);
}

#pic ul li.pic2 {
	opacity: 0.4;
	filter: alpha(opacity:60);
}

#pic ul li.pic3 {
	opacity: 0.6;
	filter: alpha(opacity:90);
}

#pic ul li.pic4 {
	opacity: 1;
	filter: alpha(opacity:100);
}

#pic ul li.pic5 {
	opacity: 0.6;
	filter: alpha(opacity:90);
}

#pic ul li.pic6 {
	opacity: 0.4;
	filter: alpha(opacity:60);
}

#pic ul li.pic7 {
	opacity: 0.2;
	filter: alpha(opacity:20);
}

/*图片width*/
#pic ul li.pic1 img {
	width: 96px;
}

#pic ul li.pic2 img {
	width: 235px;
}

#pic ul li.pic3 img {
	width: 331px;
}

#pic ul li.pic4 img {
	width: 427px;
}

#pic ul li.pic5 img {
	width: 331px;
}

#pic ul li.pic6 img {
	width: 235px;
}

#pic ul li.pic7 img {
	width: 235px;
}

/*箭头部分*/
#pic span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 160px;
	z-index: 30;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#pic:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}

#pic span img {
	width: 80px;
	height: 80px;
	display: block;
}

#pic span.prev {
	left: -8px;
}

#pic span.next {
	right: -14px;
}

/*荣誉成绩*/
.ry-cj .ry-div {
	border: 1px solid #e5e5e5;
	text-align: center;
}

.ry-cj .ry-div img {
	display: block;
	width: 80%;
	height: 199px;
	margin: 10px auto;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	cursor: pointer;
}

.ry-cj .ry-div h1 {
	width: 90%;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px auto;
	color: #184e02;
}

.ry-cj .ry-div p {
	width: 90%;
	font-size: 14px;
	margin: 10px auto;
	color: #333333;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.ry-p {
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

/*************新闻动态*************/
/*换色部分*/
.content-3.news {
	background: #007fcc;
}

.public-header.news .public-header-r a {
	background: #007fcc;
}

.public-menu.news {
	background: #007fcc;
}

.public-menu.news a.on,
.public-menu.news a:hover,
.public-menu.news a:visited {
	background: #00629b;
}

.news .public-list h1 {
	color: #00629b;
}

.news .first-news a {
	color: #00629b;
}

.news .public-list ul li a:hover,
.news .public-list ul li a:visited {
	color: #00629b;
}

.news .public-notice span {
	color: #00629b;
}

.news .public-left h1 {
	background: #007fcc;
}

.news .public-left a.on,
.news .public-left a:hover {
	color: #007fcc;
}

.news .public-left a.on i,
.news .public-left a:hover i {
	border: 1px solid #007fcc;
	background-color: #ffffff;
}

.news .public-right .public-nav .public-title {
	border-bottom: 2px solid #007fcc;
}

.news .public-right .public-nav .public-nav-info span {
	color: #007fcc;
}

.news .page span,
.page a:hover {
	border: 1px solid #007fcc;
	color: #007fcc;
}

/*新闻首页*/
.news-home .news-div {
	background: white;
	padding: 20px;
}

.news-home .news-div h1 {
	border-bottom: 2px solid #c3c3c3;
	font-size: 14px;
	padding-bottom: 10px;
}

.news-home .news-div h1 span {
	font-size: 16px;
	color: #00629b;
	font-weight: bold;
	border-bottom: 2px solid #00629b;
	padding-bottom: 10px;
}

.news-home .news-div h1 a {
	float: right;
	color: #999999;
}

.news-home .news-div .news-rotation {
	overflow: hidden;
	position: relative;
}

.news-home .news-div .news-rotation p {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 999;
	width: 94%;
	bottom: 0 !important;
	padding: 10px 3%;
	background: rgba(0, 0, 0, 0.7);
}

.news-home .news-div .news-rotation .swiper-pagination {
	bottom: 0 !important;
	padding: 10px 2%;
	width: 96% !important;
	background: none;
	text-align: right;
}

.news-home .news-div .news-rotation .swiper-pagination-bullet {
	background: white;
	opacity: 1;
}

.news-home .news-div .news-rotation .swiper-pagination-bullet-active {
	background: #007aff;
}

.news-home .news-div ul {
	padding: 10px 20px;
}

.news-home .news-div ul li {
	list-style-type: disc;
	color: #666666;
	line-height: 25px;
}

.news-home .news-div ul li a {
	color: #666666;
	font-size: 14px;
}

.news-home .news-div ul li span {
	float: right;
}

.news-home .news-div ul li a:hover,
.news-home .news-div ul li a:visited {
	color: #00629b;
}

/*新闻列表*/
.news-li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e2e2e2;
	clear: both;
	display: inline-block;
}

.news-li .news-img {
	width: 243px;
	height: 146px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

/*.news-li .news-img img{height:100%;}*/
.news-li .news-info h1 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
}

.news-li .news-info p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #999999;
}

.news-li .news-info .news-btn {
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
}

.news-li .news-info .news-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.news-li .news-info .news-btn span {
	color: #00629b;
}

.news-li .news-info .news-btn span.more {
	display: inline-block;
	float: right;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px solid #dbdbdb;
	color: #999999;
}

.news-li a:hover h1 {
	color: #00629b;
}

.news-li a:hover .news-info .news-btn span.more {
	background: #00629b;
	border: 1px solid #00629b;
	color: white;
}

/*新闻详情*/
.news-show {
	position: relative;
}

.news-show h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.news-show .come-back {
	display: inline-block;
	width: 50px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	text-align: center;
	color: #999999;
	position: absolute;
	right: 15px;
	top: 5px;
}

.news-show .come-back:hover {
	background: #00629b;
	border: 1px solid #00629b;
	color: white;
}

.news-show .news-btn {
	margin: 20px 0;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.news-show .news-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.news-show .news-btn span {
	color: #00629b;
}

.news-show .prev,
.news-show .next {
	line-height: 40px;
	color: #999999;
	font-size: 14px;
}

.news-show .next {
	float: right;
}

.news-show .prev:hover,
.news-show .next:hover {
	color: #00629b;
}


/*园区运营*/
.content-3.jq {
	background: #31a703;
}

.public-header.jq .public-header-r a {
	background: #31a703;
	border: 1px solid #31a703;
}

.public-menu.jq {
	background: #f5f5f5;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.public-menu.jq a {
	color: #666666;
}

.public-menu.jq a.on {
	background: #31a703;
	color: white;
}

.jq .public-list h1 {
	color: #31a703;
}

.jq .first-news a {
	color: #31a703;
}

.jq .public-list ul li a:hover,
.jq .public-list ul li a:visited {
	color: #31a703;
}

.jq .public-notice span {
	color: #31a703;
}

.jq .public-header-r span {
	margin-right: 20px;
	color: #31a703;
}

.jq .public-header-r span img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.jq-title {
	height: 60px;
	display: inline-block;
	float: left;
}

.jq-title h1 {
	font-size: 20px;
	color: #333333;
	margin-top: 5px;
}

.jq-title p {
	font-family: 'Arial';
	color: #999999;
	font-size: 12px;
}

.jq-nav {
	float: right;
	padding: 10px 0;
	font-size: 14px;
	color: #999999;
}

.jq-nav img {
	vertical-align: middle;
	margin: -2px 5px 0 15px;
}

.jq-nav span {
	color: #288f00;
}

.jq-more {
	border: 1px solid #c9c9c9;
	padding: 5px 10px;
	color: #999999;
}

.jq-more:hover {
	background: #288f00;
	border: 1px solid #288f00;
	color: white;
}

.jq-banner {
	clear: both;
	height: 415px;
	background: url('../images/jq/bg_banner.jpg') no-repeat center center;
	background-size: cover;
}

.jq-b {
	overflow: hidden;
	position: relative;
}

.jq-b .swiper-button-prev {
	width: 33px;
	height: 70px;
	background: url("../images/jq/left.png") no-repeat;
	left: 0;
}

.jq-b .swiper-button-next {
	width: 33px;
	height: 70px;
	background: url("../images/jq/right.png") no-repeat;
	right: 0;
}

.jq-b .swiper-button-prev:hover {
	background: url("../images/jq/left_h.png") no-repeat;
}

.jq-b .swiper-button-next:hover {
	background: url("../images/jq/right_h.png") no-repeat;
}

.jq-four a {
	float: left;
}

.jq-three {
	padding: 20px;
}

.jq-three h1 {
	border-bottom: 2px solid #c3c3c3;
	font-size: 14px;
	padding-bottom: 10px;
}

.jq-three h1 span {
	font-size: 16px;
	color: #288f00;
	font-weight: bold;
	border-bottom: 2px solid #288f00;
	padding-bottom: 10px;
}

.jq-three h1 a {
	float: right;
	color: #999999;
}

.jq-three ul {
	padding: 10px 20px;
}

.jq-three ul li {
	list-style-type: disc;
	color: #666666;
	line-height: 30px;
}

.jq-three ul li a {
	color: #666666;
	font-size: 14px;
}

.jq-three ul li a:hover,
.jq-three ul li a:visited {
	color: #288f00;
}

.jq-team {
	margin-bottom: 20px;
}

.jq-team h1 {
	border-bottom: 2px solid #c3c3c3;
	font-size: 14px;
	padding-bottom: 10px;
}

.jq-team h1 span {
	font-size: 16px;
	color: #288f00;
	font-weight: bold;
	border-bottom: 2px solid #288f00;
	padding-bottom: 10px;
}

/*优惠活动*/
.yh-hd {
	overflow: hidden;
}

.yh-hd .swiper-slide {
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}

.yh-hd .swiper-slide img {
	display: block;
	margin: 0 auto 10px;
}

.yh-hd .swiper-slide h1 {
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
}

.yh-hd-content .yh-hd-img {
	width: 35%;
}

.yh-hd-content .yh-hd-img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.yh-hd-content .yh-hd-info {
	width: 64%;
}

.yh-hd-content .yh-hd-info h1 {
	font-size: 16px;
	color: #ab524e;
	margin-bottom: 20px;
}

/*园区设施*/
.yq-ss {
	overflow: hidden;
}

.yq-ss img {
	display: inline-block;
	margin-right: 20px;
	width: 30%;
	float: left;
}

.yq-ss span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	width: 65%;
}

.yq-ss small {
	clear: both;
	font-size: 14px;
	color: #999999;
}

.yq-ss .swiper-slide {
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
}

.about-li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e2e2e2;
	clear: both;
	display: inline-block;
}

.about-li .about-img {
	width: 243px;
	height: 146px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.about-li .about-img img {
	width: 100%;
	height: 100%;
}

.about-li .about-info h1 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
}

.about-li .about-info p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #999999;
}

.about-li .about-info .about-btn {
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
}

.about-li .about-info .about-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.about-li .about-info .about-btn span {
	color: #288f00;
}

.about-li .about-info .about-btn span.more {
	display: inline-block;
	float: right;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px solid #dbdbdb;
	color: #999999;
}

.about-li a:hover h1 {
	color: #288f00;
}

.about-li a:hover .about-info .about-btn span.more {
	background: #288f00;
	border: 1px solid #288f00;
	color: white;
}

/*团队活动*/
.td-hd-left {
	width: 49%;
	overflow: hidden;
	position: relative;
	float: left;
	height: 305px;
}

.td-hd-left .swiper-slide {
	position: relative;
}

.td-hd-left .swiper-slide img {
	width: 100%;
	min-height: 305px;
}

.td-hd-left p {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 999;
	width: 94%;
	bottom: 0 !important;
	padding: 10px 3%;
	background: rgba(0, 0, 0, 0.7);
}

.td-hd-left .swiper-pagination {
	bottom: 0 !important;
	padding: 10px 2%;
	width: 96% !important;
	background: none;
	text-align: right;
}

.td-hd-left .swiper-pagination-bullet {
	background: white;
	opacity: 1;
}

.td-hd-left .swiper-pagination-bullet-active {
	background: #288f00;
}


/*.td-hd-right{width:47%;overflow:hidden;position:relative;float:right;}*/

.td-right {
	width: 47%;
	overflow: hidden;
	position: relative;
	float: right;
}

.td-right li {
	list-style: initial;
	line-height: 35px;
	font-size: 15px;
}

.td-hd-right .swiper-slide {
	line-height: 35px;
	font-size: 14px;
	color: #333333;
}

.td-hd-right .swiper-slide li {
	list-style-type: disc;
}

/*************文明建设*************/
/*换色部分*/
.content-3.build {
	background: #e57600;
}

.public-header.build .public-header-r a {
	background: #e57600;
}

.public-menu.build {
	background: #e57600;
}

.public-menu.build a.on,
.public-menu.build a:hover,
.public-menu.build a:visited {
	background: #c36501;
}

.build .public-list h1 {
	color: #c36501;
}

.build .first-news a {
	color: #c36501;
}

.build .public-list ul li a:hover,
.build .public-list ul li a:visited {
	color: #c36501;
}

.build .public-notice span {
	color: #c36501;
}

.build .public-left h1 {
	background: #e57600;
}

.build .public-left a.on,
.build .public-left a:hover {
	color: #e57600;
}

.build .public-left a.on i,
.build .public-left a:hover i {
	border: 1px solid #e57600;
	background-color: #ffffff;
}

.build .public-right .public-nav .public-title {
	border-bottom: 2px solid #e57600;
}

.build .public-right .public-nav .public-nav-info span {
	color: #e57600;
}

.build .page span,
.page a:hover {
	border: 1px solid #e57600;
	color: #e57600;
}

.party .prev:hover,
.party .next:hover {
	color: #e57600 !important;
	;
}

/*建设首页*/
.builds-home {
	margin-bottom: 20px;
}

.builds-home .builds-div {
	background: white;
	padding: 20px;
}

.builds-home .builds-div h1 {
	border-bottom: 2px solid #c3c3c3;
	font-size: 14px;
	padding-bottom: 10px;
}

.builds-home .builds-div h1 span {
	font-size: 16px;
	color: #e57600;
	font-weight: bold;
	border-bottom: 2px solid #e57600;
	padding-bottom: 10px;
}

.builds-home .builds-div h1 a {
	float: right;
	color: #999999;
}

.builds-home .builds-div ul {
	padding: 10px 20px;
}

.builds-home .builds-div ul li {
	list-style-type: disc;
	color: #666666;
	line-height: 25px;
}

.builds-home .builds-div ul li a {
	color: #666666;
	font-size: 14px;
}

.builds-home .builds-div ul li a:hover,
.builds-home .builds-div ul li a:visited {
	color: #e57600;
}

/*建设列表*/
.build-li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e2e2e2;
	clear: both;
	display: inline-block;
}

.build-li .build-img {
	width: 243px;
	height: 146px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.build-li .build-img img {
	width: 100%;
	height: 100%;
}

.build-li .build-info h1 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
}

.build-li .build-info p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #999999;
}

.build-li .build-info .build-btn {
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
}

.build-li .build-info .build-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.build-li .build-info .build-btn span {
	color: #e57600;
}

.build-li .build-info .build-btn span.more {
	display: inline-block;
	float: right;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px solid #dbdbdb;
	color: #999999;
}

.build-li a:hover h1 {
	color: #e57600;
}

.build-li a:hover .build-info .build-btn span.more {
	background: #e57600;
	border: 1px solid #e57600;
	color: white;
}

/*建设详情*/
.build-show {
	position: relative;
}

.build-show h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.build-show .come-back {
	display: inline-block;
	width: 50px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	text-align: center;
	color: #999999;
	position: absolute;
	right: 15px;
	top: 5px;
}

.build-show .come-back:hover {
	background: #e57600;
	border: 1px solid #e57600;
	color: white;
}

.build-show .build-btn {
	margin: 20px 0;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.build-show .build-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.build-show .build-btn span {
	color: #e57600;
}

.build-show .prev,
.build-show .next {
	line-height: 40px;
	color: #999999;
	font-size: 14px;
}

.build-show .next {
	float: right;
}

.build-show .prev:hover,
.build-show .next:hover {
	color: #e57600;
}

/*************绿舟建党*************/
.content-3.party {
	background: #cf0c00;
}

.public-header.party .public-header-r a {
	background: #cf0c00;
}

.public-menu.party {
	background: #cf0c00;
}

.public-menu.party a.on,
.public-menu.party a:hover {
	background: #cf0c00;
}

.party .public-list h1 {
	color: #cf0c00;
}

.party .first-news a {
	color: #cf0c00;
}

.party .public-list ul li a:hover,
.party .public-list ul li a:visited {
	color: #cf0c00;
}

.party .public-notice span {
	color: #cf0c00;
}

.party .public-left h1 {
	background: #cf0c00;
}

.party .public-left a.on,
.party .public-left a:hover {
	color: #cf0c00;
}

.party .public-left a.on i,
.party .public-left a:hover i {
	border: 1px solid #cf0c00;
	background-color: #ffffff;
}

.party .public-right .public-nav .public-title {
	border-bottom: 2px solid #cf0c00;
}

.party .public-right .public-nav .public-nav-info span {
	color: #cf0c00;
}

.party .page span,
.page a:hover {
	border: 1px solid #cf0c00;
	color: #cf0c00;
}

.party .prev:hover,
.party .next:hover {
	color: #cf0c00 !important;
}

.party-header {
	padding-top: 0px;
}

.party-header-top {
	height: 50px;
	background: #cf0c00;
	line-height: 50px;
	font-size: 14px;
	color: white;
	padding: 0 20px;
	padding-top: 1px;
}

.party-header-top a {
	float: right;
	color: white;
}

.party-header-logo {
	padding: 10px 5px 15px;
	background: white;
	border-bottom: 1px solid #cf0c00;
}

.party-header-menu {
	padding: 15px 20px;
	background: white;
}

.party-header-menu a {
	font-size: 14px;
	margin: 0 5px;
	padding: 5px 15px;
	border-radius: 5px;
}

.party-header-menu a.on,
.party-header-menu a:hover {
	background: #cf0c00;
	color: white;
}

.party-home-left {
	width: 578px;
	height: 345px;
	float: left;
	overflow: hidden;
	position: relative;
}

.party-home-left p {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 999;
	width: 94%;
	bottom: 0 !important;
	padding: 10px 3%;
	background: rgba(0, 0, 0, 0.7);
}

.party-home-left .swiper-pagination {
	width: 96% !important;
	text-align: right;
}

.party-home-left .swiper-pagination-bullet {
	background: white;
	opacity: 1;
}

.party-home-left .swiper-pagination-bullet-active {
	background: #cf0c00;
}

.party-home-right {
	width: 610px;
	height: 370px;
	float: right;
	overflow: hidden;
}

.party-home-right h1 {
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #f5f5f5;
	padding-right: 10px;
	background: white;
	border-top-left-radius: 5px;
}

.party-home-right h1 span {
	background: #cf0c00;
	color: white;
	display: inline-block;
	padding: 0 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.party-home-right h1 a {
	font-size: 14px;
	float: right;
	color: #999999;
}

.party-home-right .first-news {
	padding: 30px 0;
	margin: 0 20px;
	border-bottom: 1px solid #e5e4dc;
}

.party-home-right .first-news a {
	font-size: 16px;
	line-height: 25px;
	color: #cf0c00;
	font-weight: bold;
}

.party-home-right .first-news a span {
	float: right;
	font-weight: normal;
	color: #666666;
	font-size: 14px;
}

.party-home-right .first-news p {
	clear: both;
	margin-top: 5px;
	font-size: 14px;
	color: #666666
}

.party-home-right ul {
	padding: 10px 20px 20px;
}

.party-home-right ul li {
	list-style-type: disc;
	margin-left: 20px;
	color: #666666;
}

.party-home-right ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.party-home-right ul li a:hover,
.party-home-right ul li a:visited {
	color: #cf0c00;
}

.party-home-right ul li a span {
	float: right;
}

.party-title {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
	padding-right: 10px;
	background: white;
	border-top-left-radius: 5px;
	width: 100%;
	border-bottom: 2px solid #cf0c00;
	margin-bottom: 20px;
}

.party-title span {
	background: #cf0c00;
	color: white;
	display: inline-block;
	padding: 0 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.party-title a {
	font-size: 14px;
	float: right;
	color: #999999;
}

.party-news {
	width: 48%;
	margin-top: 50px;
}

.party-news ul li {
	list-style-type: disc;
	margin-left: 20px;
	color: #666666;
}

.party-news ul li:hover {
	color: #cf0c00;
}

.party-news ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.party-news ul li a:hover,
.party-news ul li a:visited {
	color: #cf0c00;
}

.party-news ul li a span {
	float: right;
}

.party-photo-news {
	margin-bottom: 15px;
	display: inline-block;
}

.party-photo-news img {
	display: inline-block;
	width: 255px;
	height: 162px;
	float: left;
	margin-right: 20px;
}

.party-photo-news h1 {
	height: 25px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.party-photo-news p {
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.party-photo-news span {
	display: inline-block;
	margin-top: 25px;
	padding: 5px 15px;
	background: #d1d1d1;
	color: white;
}

.party-photo-news a:hover span {
	background: #cf0c00;
}

.party-photo-news a:hover h1 {
	color: #cf0c00;
}

.party-one-news {
	margin-top: 50px;
}

.party-one-news .party-one-left {
	width: 200px;
	overflow: hidden;
}

.party-one-news .party-one-left .one-left-div {
	border: 1px solid #dddddd;
	border-bottom: none;
	padding: 10.5px 30px;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
}

.party-one-news .party-one-left .swiper-slide:last-child .one-left-div {
	border-bottom: 1px solid #dddddd;
}

.party-one-news .party-one-left .one-left-div:hover,
.party-one-news .party-one-left .swiper-slide.on .one-left-div {
	background: #da0000;
	border: 1px solid #ececec;
	border-bottom: none;
	color: white;
}

.party-one-news .party-one-left .swiper-slide:last-child .one-left-div,
.party-one-news .party-one-left .swiper-slide-active:last-child .one-left-div {
	border-bottom: 1px solid #ececec;
}

.party-one-news .party-one-right {
	width: 980px;
	overflow: hidden;
}

.party-one-news .party-one-right img {
	display: inline-block;
	width: 488px;
	height: 253px;
	float: left;
	margin-right: 20px;
}

.party-one-news .party-one-right ul {
	width: 456px;
	float: right;
}

.party-one-news .party-one-right ul li {
	list-style-type: disc;
	color: #666666;
}

.party-one-news .party-one-right ul li:hover {
	color: #cf0c00;
}

.party-one-news .party-one-right ul li a {
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}

.party-one-news .party-one-right ul li a:hover,
.party-one-news .party-one-right ul li a:visited {
	color: #cf0c00;
}

.party-one-news .party-one-right ul li a span {
	float: right;
}

/*党建列表*/
.party-li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e2e2e2;
	clear: both;
	display: inline-block;
}

.party-li .party-img {
	width: 243px;
	height: 146px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.party-li .party-img img {
	width: 100%;
	height: 100%;
}

.party-li .party-info h1 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
}

.party-li .party-info p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #999999;
}

.party-li .party-info .party-btn {
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
}

.party-li .party-info .party-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.party-li .party-info .party-btn span {
	color: #cf0c00;
}

.party-li .party-info .party-btn span.more {
	display: inline-block;
	float: right;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px solid #dbdbdb;
	color: #999999;
}

.party-li a:hover h1 {
	color: #cf0c00;
}

.party-li a:hover .party-info .party-btn span.more {
	background: #cf0c00;
	border: 1px solid #cf0c00;
	color: white;
}

/*党建详情*/
.party-show {
	position: relative;
}

.party-show h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.party-show .come-back {
	display: inline-block;
	width: 50px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	text-align: center;
	color: #999999;
	position: absolute;
	right: 15px;
	top: 5px;
}

.party-show .come-back:hover {
	background: #cf0c00;
	border: 1px solid #cf0c00;
	color: white;
}

.party-show .party-btn {
	margin: 20px 0;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.party-show .party-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.party-show .party-btn span {
	color: #cf0c00;
}

.party-show .prev,
.party-show .next {
	line-height: 40px;
	color: #999999;
	font-size: 14px;
}

.party-show .next {
	float: right;
}

.party-show .prev:hover,
.party-show .next:hover {
	color: #cf0c00;
}

/*************校外教育*************/
/*换色部分*/
.content-3.education {
	background: #288f00;
}

.public-header.education .public-header-r a {
	background: #288f00;
}

.public-menu.education {
	background: #288f00;
}

.public-menu.education a.on,
.public-menu.education a:hover {
	background: #31a703;
}

.education .public-list h1 {
	color: #288f00;
}

.education .first-news a {
	color: #288f00;
}

.education .public-list ul li a:hover,
.education .public-list ul li a:visited {
	color: #288f00;
}

.education .public-notice span {
	color: #288f00;
}

.education .public-left h1 {
	background: #288f00;
}

.education .public-left a.on,
.education .public-left a:hover {
	color: #288f00;
}

.education .public-left a.on i,
.education .public-left a:hover i {
	border: 1px solid #288f00;
	background-color: #ffffff;
}

.education .public-right .public-nav .public-title {
	border-bottom: 2px solid #288f00;
}

.education .public-right .public-nav .public-nav-info span {
	color: #288f00;
}

.education .page span,
.page a:hover {
	border: 1px solid #288f00;
	color: #288f00;
}

.edu-banner {
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 400px;
}

.edu-banner .swiper-pagination-bullet {
	background: none;
	border: 1px solid white;
	opacity: 1;
}

.edu-banner .swiper-pagination-bullet-active {
	background: white;
}

.edu {
	padding-top: 20px;
	margin-bottom: 20px;
}

.edu-news {
	overflow: hidden;
	width: 590px;
	position: relative;
	height: 314px;
}

.edu-news p {
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	color: white;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	bottom: 0;
}

.edu-news .swiper-pagination {
	width: 96% !important;
	text-align: right;
}

.edu-news .swiper-pagination-bullet {
	background: none;
	border: 1px solid white;
	opacity: 1;
}

.edu-news .swiper-pagination-bullet-active {
	background: white;
}

.edu-news img {
	width: 100%;
}

.edu-public-news {
	width: 285px;
	position: relative;
}

.edu-public-news h1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 17px;
}

.edu-public-news h1 a {
	float: right;
	font-size: 14px;
	color: #999999;
}

.edu-public-news h1 a img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.edu-public-news h1 a:hover,
.edu-public-news h1 a:visited {
	color: #268801;
}

.edu-public-news p {
	background: #f3f1f2;
	font-size: 14px;
	padding: 10px 5px;
	line-height: 25px;
	color: #333333;
	min-height: 75px;
}

.edu-public-news div img {
	width: 285px;
	height: 180px;
	box-shadow: 0 5px 5px #999999;
}

.edu-public-news i {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f3f1f2;
	position: absolute;
	left: 20px;
	top: 207px;
}

.edu-news-list {
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

.edu-news-left {
	width: 35%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.edu-news-left .swiper-pagination {
	background: rgba(25, 60, 15, 0.9);
	bottom: 0 !important;
	padding: 10px 0;
}

.edu-news-left .swiper-pagination-bullet {
	background: none;
	border: 1px solid white;
	opacity: 1;
}

.edu-news-left .swiper-pagination-bullet-active {
	background: #90c47c;
	border: 1px solid #90c47c;
}

.edu-news-left .swiper-slide a {
	display: block;
	height: 250px;
}

.edu-news-left .swiper-slide a img {
	width: 100%;
	min-height: 250px;
}

.edu-news-right {
	width: 62%;
}

.edu-news-right h1 {
	font-size: 16px;
	font-weight: bold;
	color: #288f00;
	padding: 5px 0 10px;
	border-bottom: 1px solid #c2c2c2;
}

.edu-news-right h1 span {
	display: inline-block;
	width: 5px;
	height: 15px;
	background: #288f00;
	margin: -2px 10px 0 0;
	vertical-align: middle;
}

.edu-news-right ul {
	padding-left: 20px;
	margin-top: 10px;
}

.edu-news-right ul li {
	list-style-type: disc;
	color: #666666;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.edu-news-right ul li a {
	line-height: 22px;
	color: #666666;
}

.edu-news-right ul li:hover,
.edu-news-right ul li:hover a {
	color: #288f00;
}

/*校外教育详情*/
.education-show {
	position: relative;
}

.education-show h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.education-show .come-back {
	display: inline-block;
	width: 50px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	text-align: center;
	color: #999999;
	position: absolute;
	right: 15px;
	top: 5px;
}

.education-show .come-back:hover {
	background: #288f00;
	border: 1px solid #288f00;
	color: white;
}

.education-show .education-btn {
	margin: 20px 0;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.education-show .education-btn img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.education-show .education-btn span {
	color: #288f00;
}

.education-show .prev,
.education-show .next {
	line-height: 40px;
	color: #999999;
	font-size: 14px;
}

.education-show .next {
	float: right;
}

.education-show .prev:hover,
.party-show .next:hover {
	color: #288f00;
}

.dg-container {
	width: 100%;
	height: 450px;
	position: relative;
}

.dg-wrapper {
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.dg-wrapper a {
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.dg-wrapper a.dg-transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
	display: block;
	padding: 11px 0px 0px 1px;
	overflow: hidden;
	width: 100%;
	max-height: 321px;
}

.dg-wrapper a div {
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #333;
	font-size: 14px;
	width: 100%;
	bottom: -65px;
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
}

.dg-wrapper a.dg-center div {
	display: block;
}

.dg-container nav {
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}

.dg-container nav span {
	float: left;
	cursor: pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}

.dg-container nav span:hover {
	opacity: 1;
}

.dg-container nav span.dg-next {
	background-position: top right;
	margin-left: 10px;
}

.lz-map {
	width: 100%;
	height: auto;
	position: relative;
}

.img-box {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}

.map-div .map-cont {
	width: 160px;
	padding: 5px 10px;
	border-radius: 5px;
	background: white;
	border: 1px solid #e6e6e6;
	position: absolute;
	display: none;
	z-index: 999;
}

.map-div .map-cont img {
	width: 100%;
}

.map-div .map-cont h1 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.map-div .map-cont h1 a {
	float: right;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #e6e6e6;
}

.map-div .map-cont h3 {
	color: #999999;
}

.map-div .map-cont p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	color: #666;
}

.map-div .map-cont a.more {
	display: inline-block;
	background: #288f00;
	color: white;
	border-radius: 5px;
	padding: 0 10px;
	margin: 10px 0 5px;
}

.map-div i {
	position: absolute;
	cursor: pointer;
}

/*地球村*/
.map-div.dqc i {
	width: 180px;
	height: 50px;
	left: 1370px;
	top: 440px;
}

.map-div.dqc .map-cont {
	left: 1400px;
	top: 50px;
}

/*渔人码头*/
.map-div.yrmt i {
	width: 80px;
	height: 50px;
	left: 0;
	top: 600px;
}

.map-div.yrmt .map-cont {
	left: -50px;
	top: 280px;
}

/*月亮湾*/
.map-div.ylw i {
	width: 180px;
	height: 50px;
	left: 100px;
	top: 560px;
}

.map-div.ylw .map-cont {
	left: 350px;
	top: 200px;
}

/*定山湖*/

/*.map-div.dsh i{width:400px;height:250px;left:200px;top:260px;}*/
.map-div.dsh i {
	left: 5px;
	top: 270px;
}

.map-div.dsh .map-cont {
	left: 400px;
	top: 20px;
}

/*湖冰大道*/
.map-div.hbdd i {
	width: 170px;
	height: 50px;
	left: 350px;
	top: 500px;
}

.map-div.hbdd .map-cont {
	left: 480px;
	top: 195px;
}

/*拱门桥*/
.map-div.gmq i {
	width: 170px;
	height: 40px;
	left: 350px;
	top: 550px;
}

.map-div.gmq .map-cont {
	left: 630px;
	top: 170px;
}

/*趣桥*/
.map-div.qq i {
	width: 170px;
	height: 40px;
	left: 550px;
	top: 620px;
}

.map-div.qq .map-cont {
	left: 750px;
	top: 220px;
}

/*大草坪*/
.map-div.dcp i {
	width: 170px;
	height: 70px;
	left: 750px;
	top: 570px;
}

.map-div.dcp .map-cont {
	left: 900px;
	top: 180px;
}

/*竹林*/
.map-div.zl i {
	width: 170px;
	height: 30px;
	left: 970px;
	top: 520px;
}

.map-div.zl .map-cont {
	left: 1050px;
	top: 120px;
}

/*求知岛*/
.map-div.qzd i {
	width: 150px;
	height: 50px;
	left: 970px;
	top: 590px;
}

.map-div.qzd .map-cont {
	left: 1050px;
	top: 190px;
}

/*绿洲剧场*/
.map-div.lzjc i {
	width: 40px;
	height: 40px;
	left: 1250px;
	top: 520px;
}

.map-div.lzjc .map-cont {
	left: 1250px;
	top: 120px;
}

/*智慧大道*/
.map-div.zhdd i {
	width: 330px;
	height: 80px;
	left: 1250px;
	top: 620px;
}

.map-div.zhdd .map-cont {
	left: 1380px;
	top: 230px;
}

/*野外露营*/
.map-div.ywly i {
	width: 30px;
	height: 20px;
	left: 1270px;
	top: 500px;
}

.map-div.ywly .map-cont {
	left: 1280px;
	top: 80px;
}

/*拓展训练*/
.map-div.tzpx i {
	width: 70px;
	height: 20px;
	left: 1325px;
	top: 515px;
}

.map-div.tzpx .map-cont {
	left: 1350px;
	top: 130px;
}

/*航空母舰*/
.map-div.hkmj i {
	width: 70px;
	height: 70px;
	left: 1745px;
	top: 545px;
}

.map-div.hkmj .map-cont {
	left: 1650px;
	top: 145px;
}

/*国家安全*/
.map-div.gjaq i {
	width: 40px;
	height: 40px;
	left: 1830px;
	top: 570px;
}

.map-div.gjaq .map-cont {
	left: 1700px;
	top: 170px;
}

/*潜艇*/
.map-div.qt i {
	width: 40px;
	height: 30px;
	left: 1890px;
	top: 610px;
}

.map-div.qt .map-cont {
	left: 1720px;
	top: 225px;
}

/*潜艇*/
.map-div.sxg i {
	width: 40px;
	height: 30px;
	left: 2060px;
	top: 610px;
}

.map-div.sxg .map-cont {
	left: 1870px;
	top: 220px;
}

.map-div .map-cont {
	margin: 150px 0 0 100px;
}

.map-div i {
	opacity: 0;
}

.map-div:hover i {
	opacity: 1;
}


/*.map-div.dsh i{display:block;width:912px;height:364px;background:url(../images/map/dsh.png);left:166px;top:309px;} */



.map-div.ylw i {
	display: block;
	width: 172px;
	height: 42px;
	background: url(../images/map/ylw.png) no-repeat;
	left: 451px;
	top: 573px;
	z-index: 999;
}

.map-div.hbdd i {
	display: block;
	width: 217px;
	height: 31px;
	background: url(../images/map/bhdd.png) no-repeat;
	left: 621px;
	top: 544px;
}

.map-div.qq i {
	display: block;
	width: 180px;
	height: 70px;
	background: url(../images/map/qq.png) no-repeat;
	left: 935px;
	top: 580px;
}

.map-div.gmq i {
	display: block;
	width: 120px;
	height: 59px;
	background: url(../images/map/gmq.png) no-repeat;
	left: 859px;
	top: 532px;
}

.map-div.yrmt i {
	display: block;
	width: 247px;
	height: 38px;
	background: url(../images/map/yrmt.png)no-repeat;
	left: 0px;
	top: 665px;
}

.map-div.qzd i {
	display: block;
	width: 131px;
	height: 66px;
	background: url(../images/map/qzd.png) no-repeat;
	left: 1157px;
	top: 579px;
}

.map-div.dcp i {
	display: block;
	width: 250px;
	height: 140px;
	background: url(../images/map/dcp.png) no-repeat;
	left: 938px;
	top: 571px;
}

.map-div.zl i {
	display: block;
	width: 300px;
	height: 53px;
	background: url(../images/map/zl.png) no-repeat;
	left: 1075px;
	top: 532px;
}

.map-div.lzjc i {
	display: block;
	width: 64px;
	height: 44px;
	background: url(../images/map/lzjc.png) no-repeat;
	left: 1388px;
	top: 528px;
}

.map-div.dqc i {
	display: block;
	width: 283px;
	height: 111px;
	background: url(../images/map/dqc.png) no-repeat;
	left: 1447px;
	top: 420px;
}

.map-div.tzpx i {
	display: block;
	width: 112px;
	height: 54px;
	background: url(../images/map/tzxl.png) no-repeat;
	left: 1429px;
	top: 488px;
}

.map-div.ywly i {
	display: block;
	width: 85px;
	height: 51px;
	background: url(../images/map/ywly.png) no-repeat;
	left: 1390px;
	top: 470px;
}

.map-div.zhdd i {
	display: block;
	width: 370px;
	height: 124px;
	background: url(../images/map/zhdd.png) no-repeat;
	left: 1425px;
	top: 607px;
}

.map-div.qt i {
	display: block;
	width: 80px;
	height: 43px;
	background: url(../images/map/qt.png) no-repeat;
	left: 1934px;
	top: 613px;
}

.map-div.sxg i {
	display: block;
	width: 40px;
	height: 43px;
	background: url(../images/map/sxg.png) no-repeat;
	left: 2112px;
	top: 653px;
}

.map-div.gjaq i {
	display: block;
	width: 95px;
	height: 51px;
	background: url(../images/map/gjaq.png) no-repeat;
	left: 1895px;
	top: 593px;
}

.map-div.hkmj i {
	display: block;
	width: 182px;
	height: 92px;
	background: url(../images/map/hkmj.png) no-repeat;
	left: 1797px;
	top: 560px;
}

.yy {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: Rgba(0, 0, 0, .2);
	z-index: 9;
	font-size: 18px;
	color: #fff;
}

.wz {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -74px;
}

.wz img {
	animation: btn .4s infinite ease-in-out alternate;
	-webkit-animation: btn .4s infinite ease-in-out alternate;
}

@keyframes btn {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes btn {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.public-content:hover .yy {
	display: none;
}



/*用户登录*/
#new_login {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #288f00;
	position: relative;
	text-align: center;
	color: #fff !important;
	border-radius: 5px;
}

#new_login>a {
	color: #fff !important;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

#new_login ul li a {
	color: #333 !important;
}

#new_login ul li img {
	width: 14px;
}

#new_login ul {
	padding: 5px 15px;
	position: absolute;
	left: -30px;
	top: 30px;
	text-align: center;
	display: none;
	z-index: 999;
	width: 100px;
	background: #fff;
	border-radius: 5px;
}






/*问卷调查*/
.inspect-cont {
	width: 1200px;
	margin: 20px auto;
	border-top: 1px solid #e6e6e6;
	padding: 50px 0;
}

.inspect-cont h1 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}

.inspect-cont h4 {
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin-bottom: 20px;
}

.inspect-cont .layui-form h2 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.inspect-cont .layui-form label {
	font-size: 14px;
	color: #333;
}

.inspect-cont .layui-form .layui-form-item {
	margin-bottom: 0;
}







/*笔记本*/
@media screen and (max-width: 1600px) {
	body {
		height: 100%;
		overflow-x: hidden;
	}

	.wrapper {
		width: 1450px;
	}

	.news-center-lists {
		height: 300px;
		overflow: hidden;
	}

	.news-right-lists ul li a {
		height: 32px;
		line-height: 32px;
	}

	.content-2 h1 {
		margin: 50px 0 40px;
	}

	.content-2 .lz-go .lz-go-content .lz-go-left {
		width: 37%;
	}

	.content-2 .lz-go .lz-go-content .lz-go-right p {
		line-height: 20px;
	}

	#footer .foot-info .foot-info-menu a {
		font-size: 15px;
	}

	.jx-right dt {
		width: 75px;
		height: 47px;
	}

	.jx-right dd h1 {
		margin-top: 7px;
		font-size: 18px;
	}

	.ry-cj .ry-div img {
		height: 174px;
	}

	.content-1 .news-left {
		height: 345px;
	}

	.zz-jg-top .swiper-slide span {
		width: 100px;
		font-size: 12px;
	}

	.zz-jg-top .swiper-slide img.img {
		width: 100px;
		height: 100px;
	}

	.dg-wrapper {
		width: 411px;
	}

	.dg-wrapper a {
		width: 412px;
	}

	.dg-wrapper a img {
		max-height: 285px;
	}

	.content-top a {
		font-size: 12px;
	}

	.content-2 .lz-video .video a {
		max-height: 215px;
	}

	.content-2 .lz-video .video a img {
		width: 100%;
		max-height: 215px;
	}
}

@media screen and (max-width: 1440px) {
	.wrapper {
		width: 1190px;
	}

	#header .head-menu a {
		font-size: 14px;
		padding: 5px 10px;
	}

	#header .head-menu {
		text-align: right;
	}

	.news-center-lists {
		height: 260px;
	}

	.news-right-lists ul li a {
		height: 28px;
		line-height: 28px;
	}

	.content-2 h1 {
		margin: 60px 0 50px;
	}

	.content-2 .lz-go .lz-go-content .lz-go-left {
		width: 36%;
	}

	.content-2 .lz-go .lz-go-content .lz-go-right h2 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.content-2 .lz-go .lz-go-content .lz-go-right p {
		font-size: 12px;
		line-height: 18px;
	}

	.content-2 .lz-go .lz-go-content .lz-go-right a {
		margin-top: 5px;
	}

	#footer .foot-info .foot-info-menu a {
		font-size: 14px;
	}

	.foot-info-copy p {
		font-size: 12px;
	}

	.foot-contact {
		margin-left: 4%;
	}

	.jx-right dt {
		width: 60px;
		height: 38px;
	}

	.jx-right dd h1 {
		margin-top: 5px;
		font-size: 16px;
	}

	.ry-cj .ry-div img {
		height: 153px;
	}

	.content-1 .news-left {
		height: 305px;
	}

	.zz-jg-top .swiper-slide span {
		width: 90px;
	}

	.zz-jg-top .swiper-slide img.img {
		width: 90px;
		height: 90px;
	}

	.dg-wrapper {
		width: 331px;
	}

	.dg-wrapper a {
		width: 332px;
	}

	.dg-wrapper a img {
		max-height: 230px;
	}

	.content-2 .lz-video .video a {
		max-height: 190px;
	}

	.content-2 .lz-video .video a img {
		width: 100%;
		max-height: 190px;
	}
}

@media screen and (max-width: 1190px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 440px) {
}

@media screen and (max-width: 360px) {
}

/* 水平滚动条 */
html{ 
        overflow-x: scroll; 
        overflow:-moz-scrollbars-vertical;
    }
body{
      margin:0px;
      width:100%;
      min-width:1500px;
      max-width:100%;
      height:100%;
      /* background-color:#F0F0F0; */
}