/*html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}
*/
body,
html {
	width: 100%;
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(178, 187, 183);
}

.top img {
	width: 66px;
	display: block;
	float: left;
	margin-top: 4px;
}

.top .close {
	display: block;
    margin-right: 5%;
    font-size: 14px;
    line-height: 32px;
    padding: 0px 15px;
    color: #fff;
    border-radius: 22px;
    margin-top: 14px;
    background: #5fb879;
    font-style: normal;
    float: right;
}
.layui-icon-close{
	font-size: 16px!important;
}
.top .return{
	float: left;
	padding-left: 2%;
    padding-right: 5%;
    display: block;
    font-size: 24px;
	line-height: 60px;
	height: 60px;
}
.top-nav {
	width: 100%;
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	height: auto;
	overflow: auto;
	letter-spacing: 5px;
	z-index: 100;
}

.nav-tree {
	background: #26ab74;
}

.index-content {
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	height: auto;
}
.lianxi{
	position: fixed;
	bottom:30px;
	right:0px;
	z-index: 99;
}
.lianxi img{
	display: block;
	margin-top: 3px;
	width: 40px;
}
.fuzhuang{
	width: 170px;
	padding:10px;
	position: absolute;
	right:43px;
	top:3px;
	background: #5fb878;
	color: #fff;
	display: none;
	animation:myfirst 1s;
	-moz-animation:myfirst 1s; /* Firefox */
	-webkit-animation:myfirst 1s; /* Safari and Chrome */
	-o-animation:myfirst 1s; /* Opera */
}
@keyframes myfirst
{
from {right:-200px}
to {right:43px}
}

@-moz-keyframes myfirst /* Firefox */
{
from {right:-200px}
to {right:43px}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {right:-200px}
to {right:43px}
}

@-o-keyframes myfirst /* Opera */
{
from {right:-200px}
to {right:43px}
}
.fuzhuang img{
	width: 25px;
	display: block;
	float: left;
	margin-right: 10px;
}
.fuzhuang p{
	float: left;
	width: 78%;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
}
/*首页样式*/
#banner img{
	width: 100%;
	height: 100%;
}
.gs-title {
	width: 80%;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}

.gs-img {
	width: 92%;
	margin: 0 auto;
	position: relative;
}

.gs-bg {
	width: 100%;
}

.gs-dahezuo {
	overflow: hidden;
}

.dahezuo {
	overflow: hidden;
}

.dahezuo {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dahezuo img {
	width: 20%;
	margin: 0 auto;
	display: block;
}

.dahezuo p {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	color: #07860d;
}

.dahezuo span {
	width: 88%;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
}

.gs-text {
	text-indent: 2em;
	font-size: 14px;
	color: #b2b2b2;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: justify;
	width: 100%;
	margin: 10px auto;
}

.title {
	width: 100%;
}

.yaowen {
	overflow: hidden;
}

#video {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

.news-list {
	width: 100%;
	margin: 0 auto;
}

.news-list li {
	overflow: hidden;
	margin-bottom: 5px;
}

.news-list li img,
.news-list li a {
	float: left;
}

.news-list li img {
	width: 100px;
	height: 57px;
	margin-right: 1%;
	border-radius: 8px;
}

.news-list li a {
	width: 40%;
	display: block;
	line-height: 56px;
	font-weight: bold;
	overflow: hidden;
	margin-left: 5px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list li span {
	float: right;
	font-size: 12px;
	color: #b2b2b2;
	line-height: 56px;
	height: 69px;
}

.index-content button {
	background: #fff;
	border-radius: 9px;
	height: 40px;
	line-height: 36px;
	padding: 0 18px;
	color: #dea102;
	outline: none;
	border: 2px solid #ffb800;
	display: block;
	margin: 20px;
	font-size: 14px;
}

.news-list button {
	float: right;
}

.huodong button {
	float: left;
}
.wenhua{
	width: 100%;
	overflow: hidden;
}
.wenhua-img {
	width: 100%;
	position: relative;
}
.wenhua-img img{
	width: 100%;
}
.wenhua-img .jingshen{
	width: 100%;
	position: absolute;
	bottom:24px;
	text-align: center;
}
.wenhua-img .jingshen p{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}
.wenhua-img .jingshen i{
	font-style: normal;
	font-size: 20px;
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	color:#fff;
	font-weight: bold;
}
.wenhua .qita{
	width: 33.333%;
	float: left;
	padding-bottom: 10px;
}
.wenhua .qita img{
	width: 18%;
	display: block;
	margin: 8px auto;
	margin-top: 20px;
}

.wenhua .qita p,
.wenhua .qita span{
	width: 100%;
	display: block;
	text-align: center;
}
.wenhua .qita p{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.wenhua .qita span{
	font-size: 12px;
	color: #666;
}
.youxiang {
	width: 100%;
	margin: 20px 0;
	display: block;
}

.youxiang img {
	width: 100%;
}

.hr {
	background: #a4ded9;
	height: 2px;
	margin: 6px 0;
}

.gonggao {
	position: relative;
	padding-top: 30px;
	height: 405px;
	padding-bottom: 30px;
	background: #a4ded9;
}
.gonggao button{
	margin: 20px 0;
    border: 2px solid #fff;
    color: #4d8883;
}
.gonggao .gg-title {
	position: absolute;
	top: 54px;
	width: 240px;
	right: 34px;
}

.gonggao .gg-bg {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.gonggao-list {
	width: 77%;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -39%;
}

.gonggao-list li {
	overflow: hidden;
	width: 100%;
	padding: 6px 0;
	border-bottom: 1px dotted #cde8e6;
	position: relative;
}
.gonggao-list li:after{
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #36b7ac;
	border: 4px solid rgba(255, 255, 255, .4);
	position: absolute;
	top:13px;
	left:0;
}
.gonggao-list li a {
	color: #07504a;
	margin-left: 30px;
	display: block;
	width: 90%;
	font-size: 14px;
	letter-spacing: 2px;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.tu {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.huodong {
	overflow: hidden;
}
#huodong{
	margin: 0 auto;
}
#huodong a{
	background: #fff;
}
#huodong img {
	width: 100%;
	height: 100%;
}

#huodong p {
	width: 100%;
	padding: 5px 0;
	position: absolute;
	bottom:0px;
	left:0;
	background: rgba(0, 0, 0, .5);
}
#huodong .lunbo{
	position: relative;
}
#huodong p i {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	font-style: normal;
	margin-bottom: 5px;
	color: #fff;
	margin-left: 5%;
	border-left: 5px solid #fff;
	padding-left: 10px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#huodong p span {
	width: 90%;
	margin: 0 auto;
	text-indent: 2em;
	letter-spacing: 2px;
	line-height: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}
.gc{
	width: 100%;
	margin-bottom: 20px;
}
.gc p{
	position: relative;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 1px;
}
.gc p img{
	width:100% ;
}
.gc p span{
	position: absolute;
	top:20px;
	left:20px;
	width: 68%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding:8px 16px;
	letter-spacing: 1px;
}
.footer{
	width: 100%;
}

.footer .link p{
	width: 50%;
	float: none;
	border-left: 5px solid #5fb878;
	margin-left: 20px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 10px;
}
.footer .link select{
	width: 76%;
	display: block;
	margin: 14px auto;
	line-height: 34px;
	height: 34px;
	text-indent: 10px;
	background: #fff;
	text-align: center;
	border:1px solid #d1d1d1;
	outline: none;
}
.foot {
	background: #d9f3da;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .footer-lianxi {
	background:#f5f5f5;
	overflow: hidden;
	width: 100%;
}
.footer .footer-lianxi div{
	width:94%;
	margin: 20px auto;
}
.footer .footer-lianxi p{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    text-align: center;
}
.footer .footer-lianxi p img{
	display: block;
	float: left;
	margin-right: 10px;
	width: 20px;
}
.footer .footer-lianxi .ma{
	width:90px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.foot .logo{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 8px solid #fff;
	background: #fff;
	display: block;
	margin: 0px auto;
	margin-bottom: 20px;
}
.foot p {
	width: 100%;
	font-size: 12px;
	text-align: center;
	clear: both;
	line-height: 26px;
}

.layui-tree-set {
	border-bottom: 1px solid #36d090;
}

.layui-tree-entry {
	height: 54px;
	line-height: 54px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 0;
	position: relative;
}

.layui-tree-main {
	width: 100%;
	padding-right: 0;
}

.layui-tree-txt {
	color: #fff!important;
	display: block;
}

.layui-tree-line .layui-tree-pack {
	padding-left: 0!important;
	background: #0b5a3a;
}

.layui-tree-showLine .layui-tree-set {
	border-bottom: 1px solid #0c6b44;
}

.layui-tree-showLine .layui-tree-txt {
	font-weight: normal;
	font-size: 14px;
}

.layui-tree-showLine .layui-tree-entry {
	height: 44px;
	line-height: 44px;
}

.layui-tree-icon,
.layui-tree-iconClick {
	display: none;
}

.layui-tree-line .layui-tree-set:before,
.layui-tree-line .layui-tree-set .layui-tree-set:after {
	content: none;
}


/*首页tab*/

.yaowen .layui-tab {
	width: 100%;
	margin: 0 auto;
}

.yaowen .layui-tab-title {
	width: 240px;
	margin: 20px auto;
	border-bottom-width: 0;
}

.yaowen .layui-tab-title li {
	padding: 0;
	border-radius: 30px;
	margin: 0 10px;
	background: #de9b21;
	color: #fff;
	min-width: 100px;
}
.yaowen .layui-tab-bar{
	display: none;
}
.yaowen .layui-tab-title .layui-this:after {
	content: none;
}

.yaowen .layui-tab-title .layui-this {
	width:100px;
	background: #5fb878;
}
/*首页样式   end*/
/*二级内容页样式*/

.erji-banner{
	width: 100%;
	display: block;
}
.erji .layui-elem-quote{
	background-color: #5fb878;
	line-height: 36px;
	padding:0;
	text-indent: 14px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 12px;
	margin-top: 1px;
	border-left: 0;
	position: relative;
}
.erji .layui-elem-quote:after{
	content: '';
	width: 5px;
	height: 100%;
	background: #5fb878;
	position: absolute;
	left:-12px;
	top:0;
}
.erji-content{
	width: 90%;
	margin: 0 auto;
}
.erji-content h2{   
 	width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.erji-content h3{
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	color: #b2b2b2;
	margin: 10px 0;
	padding-bottom: 10px;
}
.erji-content h3 span{
	display: block;
}

.erji-content p{
	width: 100%!important;
	text-indent: 2em!important;
	text-align: justify!important;
	color: #808080!important;
	line-height: 24px!important;
	margin-bottom: 10px!important;
	font-size: 14px!important;
	letter-spacing: 3px!important;
	font-family: "微软雅黑"!important;
}
.erji-content p span{
	width: 100%!important;
	text-indent: 2em!important;
	text-align: justify!important;
	color: #808080!important;
	line-height: 24px!important;
	margin-bottom: 10px!important;
	font-size: 14px!important;
	letter-spacing: 3px!important;
	font-family: "微软雅黑"!important;
}
.erji-content h1{
	width: 100%!important;
	text-align: center!important;
	line-height: 34px!important;
	font-size: 18px!important;
	margin-bottom: 20px!important;
	font-weight: bold!important;
	etter-spacing: 2px!important;
	font-family: "微软雅黑"!important;
}
.erji-content img{
	width: 98%!important;
	display: block!important;
	margin: 20px auto!important;
}
.erji-content-tu-list,
.erji-content-tu-2-list,
.erji-content-tu-3-list,
.erji-content-tu-4-list{
	width: 100%;
}
.erji-content-tu-list ul,
.erji-content-tu-2-list ul,
.erji-content-tu-3-list ul,
.erji-content-tu-4-list ul{
	width: 100%;
}
.erji-content-tu-list ul li,
.erji-content-tu-2-list ul li,
.erji-content-tu-3-list ul li,
.erji-content-tu-4-list ul li{
	width: 94%;
	border:1px solid #dadada;
	margin: 10px auto;
	border-radius: 8px;
}

.erji-content-tu-list ul li img,
.erji-content-tu-3-list ul li img,
.erji-content-tu-4-list ul li img{
	width: 96%;
	display: block;
	margin: 7px auto;
}

.erji-content-tu-list ul li p{
	width: 94%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #666;
}
.erji-content-tu-list ul li span{
	width:94%;
	margin: 10px auto;
	text-align: right;
	display: block;
	font-size: 14px;
	color: #a7a7a7;
}
.erji-content-tu-2-list ul li{
	border-radius:0;
	overflow: hidden;
	position: relative;
}
.erji-content-tu-2-list ul li img{
	width: 80px;
	height: 80px;
    float: left;
    margin: 5px;
}
.erji-content-tu-2-list ul li p{
	font-size: 14px;
	line-height: 90px;
	height: 90px;
	width: 56%;
	float: left;
	margin-left: 10px;
}
.erji-content-tu-2-list ul li i{
	position: absolute;
    top: 28px;
    right: 10px;
    width: 26px;
    height: 26px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #e2e2e2;
    float: right;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
}
.erji-content-tu-3-list ul li{
	position: relative;
}
.erji-content-tu-3-list ul li p{
	position: absolute;
	top:20px;
	left:20px;
	padding:5px 10px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.erji-content-tu-3-list ul li img{
	border-radius: 5px;
}
.erji-content-tu-3-list ul li a{
	width: 96%;
    margin: 0 auto;
    margin-bottom: 7px;
    font-size: 12px;
    border-radius: 5px;
    display: block;
    line-height: 30px;
    text-align: center;
    background: #3e9657;
    color: #fff;
}

.erji-content-tu-4-list ul li p{
	width: 96%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
.sanji-btn{
	width: 100%;
	margin: 10px auto;
	
}
.sanji-btn button{
	height: inherit;
	text-align: left;
}
.youxiang-text{
	width: 98%;
	margin: 0 auto;
}
.youxiang-text .layui-form{
	width: 100%;
}
.youxiang-text .layui-form .layui-form-label{
	text-align: left;
	width: auto;
}
.youxiang-text .layui-form .layui-form-mid{
	font-size: 12px;
}
.youxiang-text .layui-form .layui-form-item .layui-input-inline{
	float: none;
    left: 0;
    margin: 0 auto;
    width: 96%;
}
.youxiang-text .layui-form .layui-form-item .layui-inline{
	width: 96%!important;
	margin: 0 auto;
}
.youxiang-text .layui-form .wenjian{
	overflow: hidden;
}
.youxiang-text .layui-form .wenjian button{
	float: left;
	margin: 0 5px;	
	font-size: 12px;
	height: 34px;
    line-height: 30px;
    margin-top: 3px;
}
.youxiang-text .layui-form .wenjian .shangchuan{
	background: #5fb879;
    color: #fff;
    border: 2px solid #5fb879;
}
.youxiang-text .layui-form .wenjian .layui-upload-list{
	clear: both;
	margin: 0 auto;
	padding-top: 5px;
	width: 96%;
}
.youxiang-text .layui-form .fasong{
	    background: #49905e;
    border-radius: 9px;
    height: 40px;
    line-height: 36px;
    padding: 0 18px;
    color: #ffffff;
    outline: none;
    border: 2px solid #49905e;
    display: block;
    margin: 20px;
    font-size: 14px;
}
.lxwm ul{
	width: 100%;
	margin-top: 10px;
}
.lxwm ul li{
	overflow: hidden;
}
.lxwm ul li p{
	text-indent: 10px;
	border:1px solid #e6e6e6;
	border-radius: 5px;
	background: #f1f1f1;
	line-height: 38px;
	height: 38px;
	width: 96%;
	margin: 3px auto;
	text-align: left;
	font-size: 14px;
}
.lxwm ul li p img{
	width: 14px;
	margin-right: 5px;
}
.lxwm ul li p span{
	float: right;
	margin-right: 10px;
	text-align: right;
	color: #777;
	font-size: 12px;
}
.yema{
	width: 180px;
	margin: 0 auto;
}
.yema .page_list{
	width: 100%;
	overflow:hidden
}
.yema a{
	background: #fff;
    border-radius: 9px;
    height: 38px;
    line-height: 34px;
    padding: 0px 16px;
    color: #dea102;
    outline: none;
    border: 2px solid #ffb800;
    display: block;
    margin: 20px;
    font-size: 20px;
    float: left;
}
.yema a{
	display: none;
}
.yema a:nth-child(2),
.yema a:nth-last-child(2){
	display: block;
	
}


#whnav>[carousel-item]>*{
	background: #fff!important;
	
}

#whnav dl{
	width: 100%;
	overflow: hidden;
}
#whnav dl li{
	width: 20%;
	float: left;
	padding:10px 0;
}
#whnav dl li a{
	display: block;
	font-size: 12px;
	color: #777;
	text-align: center;
}
#whnav dl li a .icon-nav{
	width: 52%;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
#whnav[lay-indicator=outside] .layui-carousel-ind ul {
    background-color:rgba(0, 0, 0, .2)
}
#whnav .layui-carousel-ind li{
	width: 20px;
	height: 4px;
	border-radius: 0;
}
.layui-carousel-ind ul{
	padding:4px;
	
}
@media only screen and (max-width: 320px) {
	#whnav{
		height: 160px!important;
	}
}
@media only screen and (min-width: 321px) and (max-width: 419px) {
	#whnav{
		height: 180px!important;
	}
}
@media only screen and (min-width: 420px) and (max-width: 600px) {
	#whnav{
		height: 255px!important;
	}
}
@media only screen and (min-width: 768px)  and (max-width: 1023px){
	#whnav{
		height: 270px!important;
	}
}
@media only screen and (min-width: 1024px) {
	#whnav{
		height: 340px!important;
	}
}


