.topbox{
	position: absolute;
	top: 0;
	left: 0;
}
.topbox .tobg{
	opacity: 0.8;
}
.dangjian .tobg{
	background: #c00;
}

.nav_menu3 {
    height: 100px;
    margin-top: 0px;
}
.nav_menu3 > ul > li > a {
    line-height: 100px;
}

.ebigbanner{
	position: relative;
	width: 100%;
	height: auto;
	min-width: 1360px;
	min-height: 400px;
	max-height: 600px;
	overflow: hidden;
}
.erbanner{
	position: absolute;
	width: 100%;
	height: 100%;
}
.ebigbanner .bch{
	margin-top: 28%;
}
.erbanner .nrbantu{
	position: absolute;
	width: 100%;
	height: 100%;
}
.erbanner .nrbantu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.erbanner .textbox{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	margin-top: 50px;
	display: none;
}
.erbanner .textbox.acaxx{
	display: block;
}
.erbanner .textbox h1,
.erbanner .textbox h2,
.erbanner .textbox h3{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 50px;
	font-size:45px;
	font-family: fzzt;;
	color: #fff;
	padding: 0 15%;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
}
.erbanner .textbox h2,
.erbanner .textbox h3{
	font-size:13px;
	font-family: "微软雅黑";
	line-height: 25px;
	letter-spacing: 0px;
}
.erbanner .textbox h3{
	margin-top: 20px;
	font-size:14px;
	letter-spacing: 1px;
}
.erbanner .textbox .yybox {
    position: relative;
    width: 100%;
    height: 29px;
    text-align: center;
    margin-top: 10px;
}
.erbanner .textbox .lineboxl {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .9);
    transition: all 0.6s;
}
.erbanner .textbox  .ywbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    font-family: arial;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 3px;
    margin-left: 3PX;
    transition: all 0.8s;
    transition-delay: 0.3S;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.erbanner .textbox .lineboxr {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    transition: all 0.6s;
    transition-delay: 0.3S;
}

.cenbox{
	position: relative;
	width: 100%;
	min-width: 1360px;
	height:auto;
	z-index: 2;
	background: #fafafa;
}
.cenbox .leftbg{
	position: absolute;
	width: 50%;
	height:100%;
	top: 0;
	left: 0;
	background: #f6f6f6;
}


.cennobox{
	position: relative;
    width: calc(100% - 60px);
	max-width: 1600px;
    margin: 0 auto;
    height: auto;
    z-index: 10;
}
.cennobox.pding{
	padding: 60px 0;
}
.cennobox .righbgs{
	position: absolute;
    width: calc(100% - 260px);
    height:100%;
    top: 0;
    right: 0;
    background: #fafafa;
}



.nrlist {
    margin-bottom: 30px;
    margin-top: 10px;
}
.erline{
	position: absolute;
	width: 1px;
	height: calc(100% - 110px);
	top: 60px;
	left: 260px;
	background: rgba(0,0,0,.15);
	transition: all 0.8s ease;
	opacity: 0;
	transition-delay: 0.2s;
}
.cenbox.active .erline{
	opacity: 1;
}


.eleft{
	position: relative;
	float: left;
	width: 260px;
	height: auto;
	z-index: 10;
	padding-top: 60px;
}
.eleft.upstyle{
	position: fixed;
	left: 50%;
	top: 60px;
	margin-left: -800px;
}

.eleft .embts{
	position: relative;
	width: 100%;
	height: auto;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(60px);
}
.cenbox.active .eleft .embts{
	opacity: 1;
	transform: translateY(0);
}

.eleft .embts:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px 5px 0px 5px;
	box-shadow:3px -3px 9px 0px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.eleft .embts:after{
	content: "";
	position: absolute;
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	top: -15px;
	right: -15px;
	background: #008465;
	background: linear-gradient(220deg,#008465,#00e5a7);
	z-index: -1;
	border-radius: 5px 8px 3px 5px;
}
.eleft.upstyle .embts:after{
	z-index: -1;
}


.eleft .topbx{
	position: absolute;
	width: calc(100% + 10px);
	height: 50px;
	background: #f8fbf9;
	top: -60px;
}

.eleft .lmt{
	position: relative;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 10;
    background: #fff;
}
.dangjian .eleft .lmt{
    border-bottom: 2px solid #f90;
}
.eleft .lmxm{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
}
.eleft .lmxm:after{
	content: "";
	position: absolute;
	width: 1px;
	top: 0px;
	right: -1px;
	height: calc(100% + 300px);
	background: linear-gradient(180deg,rgba(0,132,101,0.5),rgba(0,132,101,0));
	z-index: -1;
}
.eleft .lmxm li{
	position: relative;
	width: 100%;
	height: 50px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: #fff;
    z-index: 5;
}
.eleft .lmxm li:nth-child(1){
    border-top: 0px ;
}
.eleft .lmxm li:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	left: 0;
    background: #008465;
    transition: all 0.3s ease;
}
.eleft .lmxm li:hover:before{
	width: 6px;
}
.eleft .lmxm li.active:before{
	width: 10px;
}
.eleft .lmxm li:after{
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	top: 0;
	right:0px;
    background:url(../images/jt3.png) left center no-repeat;
    transition: all 0.3s ease;
    opacity: 0;
}
.eleft .lmxm li:hover:after{
	right: -6px;
	opacity: 1;
}
.eleft .lmxm li.active:after{
	right: -9px;
	opacity: 1;
}
.eleft .lmxm li h1{
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
	transition: all 0.5s ease;
}
.eleft .lmxm li:hover h1{
	font-size: 17px;
	color: #008465;
	padding-left: 10px;
}
.eleft .lmxm li.active h1{
	font-size: 17px;
	color: #008465;
	font-weight: bold;
	padding-left: 10px;
}



.eright{
	position: relative;
	width: calc(100% - 350px);
	float: right;
	height: auto;
	min-height: 500px;
	z-index: 10;
	padding: 115px 0 50px 0;
}

.eright .rts{
	position: absolute;
	width: 100%;
	height: 55px;
	top: 60px;
	right: 0;
	padding-top: 5px;
	z-index: 100;
}
.eright .rts:before{
	content: "";
	position: absolute;
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	top: -60px;
	left: -30px;
	background: #fafafa;
}
.eright .rts:after{
	content: "";
	position: absolute;
	width: 100%;
	height:1px;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	transition: all 0.8s ease;
	opacity: 0;
}
.cenbox.active .eright .rts:after{
	width: 100%;
	opacity: 1;
}

.eright .rts.upstyle{
	position:fixed;
	width: calc(100% - 350px);
	max-width: 1250px;
	top: 120px;
	right: 50%;
	margin-right: -800px;
}

.eright .rts h1{
	position: relative;
	float: left;
	width:auto;
	height: 50px;
	text-align: left;
	padding-left: 20px;
	font-size: 17px;
	color: #008465;
	line-height: 50px;
	letter-spacing: 2px;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateX(30px);
}
.cenbox.active .eright .rts h1{
	opacity: 1;
	transform: translateX(0);
}

.eright .rts h1:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 5px;
	top: 25px;
	background: #008465;
	border-radius: 5px;
}
.eright .rts h1:before{
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: 2px;
	left: 0;
	bottom: 0;
	background: #008465;
}
.eright .rts h2{
	position: relative;
	width:auto;
	float: right;
	height: 50px;
	right: 0;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
	line-height: 50px;
	font-weight: normal;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateX(-30PX);
}
.cenbox.active .eright .rts h2{
	opacity: 1;
	transform: translateX(0);
}

.eright .rts h3{
	position: absolute;
	width:auto;
	height: 45px;
	left: 0;
	top: 15px;
	text-align: left;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
	line-height: 50px;
	font-weight: normal;
}

.eright .rtsmenu{
	position: absolute;
	width: 100%;
	height: auto;
	top: 60px;
	right: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-top: 4px;
	z-index: 100;
}
.eright .rtsmenu:before{
	content: "";
	position: absolute;
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	top: -60px;
	left: -30px;
	background: #fafafa;
}

.eright .rtsmenu.upstyle{
	position:fixed;
	width: calc(100% - 350px);
	max-width: 1250px;
	top: 120px;
	right: 50%;
	margin-right: -800px;
}

.eright .rtsmenu .mbts{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	z-index: 10;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateX(50px);
}
.cenbox.active .eright .rtsmenu .mbts{
	opacity: 1;
	transform: translateX(0);
}
.eright .rtsmenu h2{
	position: relative;
	display: inline-block;
	width:auto;
	float: right;
	height: 50px;
	margin-left: 30px;
	overflow: hidden;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateX(-50px);
}
.cenbox.active .eright .rtsmenu h2{
	opacity: 1;
	transform: translateX(0);
}
.eright .rtsmenu h2 span{
	position: relative;
	display: inline-block;
	width:auto;
	float: left;
	height: 50px;
	font-size: 14px;
	color: #666;
	line-height: 45px;
	font-weight: normal;
}
.eright .rtsmenu.active h2{
	position: relative;
	width:100%;
	float: left;
	margin-top: 2px;
	margin-left: 0;
}

.eright .rtsmenu li{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	border-radius: 25px;
	margin:0 15px 0 5px;
	margin-bottom: 10px;
	background: rgba(0,132,104,.5);
	transition: all 0.3s ease;
}
.eright .rtsmenu li.active,
.eright .rtsmenu li:hover{
	background: rgba(0,132,104,1);;
	transform: translateY(-2px) scale(1.1);
	/*box-shadow:0px 6px 10px -3px rgba(0, 0, 0, 0.5);*/
}
.eright .rtsmenu li h1{
	position: relative;
	width: auto;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s ease;
	font-weight:normal;
}
.eright .rtsmenu li:hover h1,
.eright .rtsmenu li.active h1{
	font-weight:bold;
}
.eright .rtsmenu li span{
	font-size: 14px;
	font-weight:normal;
}
.eright .rtsmenu li:hover span,
.eright .rtsmenu li.active span{
	font-size: 14px;
	opacity: 0.7;
}


.eright .nrs{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0;
	transition: all 0.8s ease;
	min-height: 350px;
	opacity: 0;
	transform: scale(0.9) translateY(0);
}
.cenbox.active .eright .nrs{
	opacity: 1;
	transform: scale(1) translateY(0);
}


.showx{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 350px;
}

.showx .showlf{
	position: relative;
	float: left;
	width: 70%;
	height: auto;
}
.showx .showlf .shtitx{
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 5px;
}
.showx .showlf .shtitx h1{
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
.showx .showlf .shtitx h2,
.showx .showlf .shtitx h3{
	width: 100%;
	height: auto;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.showx .showlf .shtitx h3{
	font-size: 12px;
}

.showx .showrg{
	position: relative;
	float: right;
	width: 25%;
	height: auto;
	background: rgba(0,0,0,.01);
}
.showx .showrg .listsx{
	padding: 0 10px 5px 10px;
}
.showx .showrg .titbox {
	position: relative;
	width: 100%;
	height:75px;
	padding: 10px 15px;
	background: #fff;
	margin-bottom: 10px;
}

.showx .showrg .lmtitle {
    position: relative;
    width: calc(100% - 130px);
    height: auto;
    float: left;
}

.showx .showrg .lmtitle h1 {
    position: relative;
    width: 100px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: 2px;
}
.showx .showrg .lmtitle h1:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #008465;
    top: 20px;
    right: -20px;
}
.showx .showrg .lmtitle h2 {
    position: relative;
    width: 100%;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
}
/*通知公告*/
.tzggbox{
	position: relative;
	width: 100%;
	height: auto;
}

.tzggbox li{
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
	background: rgba(255,255,255,.8);
	/*box-shadow: 0px 0px 5px rgba(0,0,0,.05);*/
	transition: all 0.5s ease;
}
.tzggbox.ind li{
	width: 47%;
	height: 70px;
	overflow: hidden;
	margin-right: 3%;
	margin-top: 5px;
	margin-bottom: 10px;
	background: rgba(255,255,255,.3);
}
.tzggbox.ind li:nth-child(even){
	margin-left: 3%;
	margin-right: 0;
}
.tzggbox li a{
	position: absolute;
	width: 100%;
	height: 100%;
}
.tzggbox li:hover{
	box-shadow:3px 10px 20px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
	background: #fff;
	z-index: 5;
}

.tzggbox li H1{
	position: absolute;
	width: calc(100% - 70px);
	height: auto;
	max-height: 50px;
	line-height: 25px;
	font-size: 15px;
	top: 50%;
	left: 0;
	padding: 0 15px;
	color: #333;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    transition: all 0.5s ease;
}
.tzggbox li:hover H1{
	color: #000;
}
.tzggbox li H2{
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255,255,255,.3);
	font-size: 14px;
	line-height: 22px;
	color: #666;
	font-weight: normal;
	text-align: center;
	padding: 13px 10px;
	transition: all 0.5s ease;
}
.tzggbox.ind li H2{
	background: rgba(255,255,255,.3);
}
.tzggbox li:hover H2{
	background: #008465;
	color: #fff;
}
.tzggbox li H2 span{
	font-weight: bold;
	color: #aaa;
}
.tzggbox li:hover H2 span{
	color: #fff;
}

.tzggbox li H3{
	position: absolute;
	width: 120px;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255,255,255,.3);
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
	text-align: center;
	padding: 20px 10px;
	transition: all 0.5s ease;
}
.tzggbox li:hover H3{
	background: #f28b3e;
	color: #fff;
}



.dbimg{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 15px;
	opacity: 1;
}

.dbimg img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left:auto ;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video-spbox {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 1px;
	margin-top: 20px;
}

.video-spbox video {
	width: 100%;
    height: auto;
	max-width: 100%;
    object-fit: fill;
}
.xiangqing {
	position: relative;
	width: 100%;
	height: auto;
	color: #333;
	line-height: 200%;
	margin: 15px 0 ;
	z-index: 100;
}
.xiangqing img {
	width: auto;
	max-width: 100%;
	height: auto;
}
td img {
	border: 0px !important;
	margin: 0;
	margin-top: 5px;
	padding: 0px !important;
}

.xq-title{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	color: #000;
	text-align: center;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.xq-orther{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 20px;
	margin-top: 5px;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	text-align: center;
}
.xq-to{
	position: relative;
	width: 100%;
	height: auto;border-top: 1px dashed rgba(0,0,0,.1);
	margin-top: 10px;
	padding: 10px;
}
.xq-to li a{
	position: relative;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.xq-to li a:hover{
	color: #000;
}
/*附属图片样式开始*/

.fs-picbox {
	position: relative;
	width: 102%;
	height: auto;
	overflow: hidden;
	left: 0;
}

.fs-picbox li {
	float: left;
	width: 23%;
	margin: 0px 2% 20px 0%;
	height: auto;
	cursor: pointer;
}

.fs-picbox li .pic-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.fs-picbox li .pic-box .txt-box {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 100;
	top: 100%;
	margin-top: -30px;
	left: 0;
	transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .txt-box {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 100;
	top: 50%;
	margin-top: -45px;
	left: 0;
	transition: all 0.3s;
}

.fs-picbox li .pic-box .txt-box .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fs-picbox li .pic-box .txt-box .search {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/search2.png) top center no-repeat;
	background-size:auto 100%;
}

.fs-picbox li .pic-box .txt-box .more {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
	font-size: 12px;
}

.fs-picbox li .pic-box .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	margin-top: -30px;
	background: rgba(0, 0, 0, .5);
	z-index: 90;
	transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .bg {
	top: 0%;
	margin-top: 0px;
}

.fs-picbox li .pic-box .img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*成员图片列表样式*/
.ks-qycy{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.ks-qycy li{
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	border-bottom: 1px dashed rgb(0,0,0,.1);
	margin-bottom: 3%;
    padding-bottom: 3%;
}
.ks-qycy li:nth-child(odd){
	padding-right:30px;
}
.ks-qycy li:nth-child(even){
	padding-left:30px;
}
.ks-qycy li .bignrs{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	background: rgba(255,255,255,8);
	transition: all 0.5s ease;
}
.ks-qycy li:hover .bignrs{
	background: #fff;
	transform: translateY(-5px) scale(1);
	box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.7);
	z-index: 5;
}

.ks-qycy li .picbox{
	position: relative;
	float: left;
	width: 35%;
	height: 100%;
	min-height: 200px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	transition: all 0.8s ease;
	transform: scale(0.9);
}
.ks-qycy.nor li .picbox{
	min-height: 175px;
}

.cenbox.active .ks-qycy li .picbox {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.3s;
}



.ks-qycy li .picbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.ks-qycy li:hover .picbox .img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: saturate(120%) contrast(110%);
    filter: saturate(120%) contrast(110%);
}
.ks-qycy li .txtbox{
	position: absolute;
	width: 65%;
	height: calc(100% - 30px);
	left: 35%;
	overflow: hidden;
	transition: all 0.4s;
}

.ks-qycy li .txtbox h4 {
    position: absolute;
    width: 88%;
    left: 9%;
    color: #444;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    margin-bottom: 7px;
    height: 30px;
    top: 50%;
    margin-top: -100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    opacity: 1;
}
.ks-qycy.nor li .txtbox h4 {
    margin-top: -90px;
}


.ks-qycy li .txtbox h4 span {
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    height: 30px;
    margin-left: 15px;
}
.ks-qycy li:hover .txtbox h4 {
    color: #008465;
}
.ks-qycy li .txtbox h5 {
	position: absolute;
	width: 88%;
    left: 9%;
    line-height: 25px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    margin-bottom: 18px;
    font-weight: normal;
    transition: all 0.5s ease;
}
.ks-qycy.nor li .txtbox h5 {
    line-height: 25px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 75px;
    margin-top: -45px;

}


.ks-qycy li:hover .txtbox h5 {
    color: #333;
}
.ks-qycy li .txtbox h6 {
	position: absolute;
	width: 90%;
    left: 9%;
	font-size: 14px;
	width: 65px;
	top: 50%;
	margin-top: 75px;
    color: #333;
    line-height: 20px;
    padding: 0 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #999;
    font-weight: normal;
    transition: all 0.5s ease;
}
.ks-qycy.nor li .txtbox h6 {
    margin-top: 55px;
}
.ks-qycy li:hover .txtbox h6 {
	color: #008465;
	border-bottom: 2px solid #008465;
}

/*图片列表样式*/
.pic-lsit1{
	position: relative;
	width: 102%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-lsit1 li{
	position: relative;
	float:left;
	width: 22.5%;
	height: auto;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	background: rgba(170,220,210,.2);;
}

.pic-lsit1 li .pics{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.pic-lsit1 li .pics .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    transition: 0.3s;
}
.pic-lsit1 li:hover .pics .img{
	-webkit-transform: scale(1.2) translateY(-40%) translateX(-40%);
	-ms-transform: scale(1.2) translateY(-40%) translateX(-40%);
	-o-transform: scale(1.2) translateY(-40%) translateX(-40%);
	transform: scale(1.2) translateY(-40%) translateX(-40%);
	-webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}

.pic-lsit1 li .infobox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
}
.pic-lsit1 li .infobox::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0;
	background: url(../images/title-bg1.jpg) top center repeat-y;
	/*background-size:100% auto ;*/
	transition: 0.3s;
}
.pic-lsit1 li:hover .infobox::after{
	height: 100%;
	opacity: 0.9;
}

.pic-lsit1 li .names{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .names{
	color: #fff;
	font-weight: bold;
}
.pic-lsit1 li .names span{
	position: relative;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 30px;
	color: #2eaaa8;
	transition: 0.3s;
}
.pic-lsit1 li:hover .names span{
	color: #fff;
	font-weight: bold;
}
.pic-lsit1 li .names span::after{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	bottom: 3px;
	right: 0px;
	background: #5fba5f;
	transition: 0.3s;
}
.pic-lsit1 li:hover .names span::after{
	background: rgba(255,255,255.6);
}

.pic-lsit1 li .tinfo{
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 25px;
	color: #888888;
	font-weight: normal;
	display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .tinfo{
	color: #fff;
}

.pic-lsit1 li .point{
	position: relative;
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background: #5fba5f;
	margin-top: 15px;
	z-index: 10;
	transition: 0.3s;
}
.pic-lsit1 li .point::after{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 10px;
	border-radius: 3px;
	background: #5fba5f;
	margin-top: 15px;
	transition: 0.3s;
}
.pic-lsit1 li .point::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 20px;
	border-radius: 3px;
	background: #5fba5f;
	margin-top: 15px;
	transition: 0.3s;
}
.pic-lsit1 li:hover .point,.pic-lsit1 li:hover .point::before,.pic-lsit1 li:hover .point::after{
	background: #fff;
}

/*新闻幻灯片*/
.e-zdxw-title{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	color: #059c79;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 2px;
}
.e-zdxw-title.nx{
	border-bottom: 1px dashed rgba(0,0,0,.1);
	padding-bottom: 5px;
	margin-top: 50px;
}
.e-zdxw-title span{
	font-size: 12px;
	line-height: 16px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.e-zdxw{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	background: #f5f5f5;
}
.news-container{
	position: relative;
	height: auto;
	color: #fff;
	overflow: hidden;
}
.e-zdxw .swiper-slide{
	overflow: hidden;
}
.news-container>.swiper-pagination-bullets{
	bottom: 3px;
	text-align: right;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #953656;
}
/*a连接*/
.news-container a,.news-clist a,.view-list a,.xn-left a,
.bea-list a,.news-btns a,.logo a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.news-container .spicbox{
	position: relative;
	float: left;
	width: 48%;
	overflow: hidden;
}
.news-container .spicbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.news-container:hover .spicbox .img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


.news-container .news-desc{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 47%;
	height: 100%;
	line-height: 20px;
	padding: 4px 10px;
}

.news-container .nw-title,.news-clist .nw-title{
	font-size: 22px;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
	transition: all 0.3s;
}
.news-container:hover .nw-title{
	color: #059c79;
}	
.news-container .nw-date{
	font-size: 14px;
	color: #828282;
	margin-top: 10px;
}
.news-container .news-desc .nw-infos{
	font-size: 14px;
	color: #777;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.3s;
}
.news-container:hover .news-desc .nw-infos{
	color: #555;
}	
.news-container .news-desc .morebox{
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: 25px;
	z-index: 10;
	transition: all 0.3s;
}
.news-container .news-desc .morebox a span{
	float: left;
	color: #555;
	padding-right: 10px;
	transition: all.3s;
}
.news-container:hover .news-desc .morebox a span{
	color: #059c79;
}
.news-container .news-desc .morebox .yuan{
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #555;
	border-radius: 50%;
	font-family: '宋体';
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	color: #555;
	transition: all.3s;
}
.news-container:hover .news-desc .morebox .yuan{
	border: 1px solid #059c79;
	color: #059c79;
}

.e-zdxw  .swiper-container-horizontal>.swiper-pagination-bullets, .e-zdxw  .swiper-pagination-custom, .e-zdxw  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 10px;
}

.e-zdxw  .news-container>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
}

.e-zdxw  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #666;
    opacity: .5;
}
.e-zdxw .picbox:hover .swiper-pagination-bullet {
    background: #fff;
}
.e-zdxw  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #5fba5f;
}
.e-zdxw  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


/*分页*/
.pages {
	padding: 0px 0;
	margin-top: 0px;
	text-align: center;
	transition: all 0.8s ease;
	opacity: 1;
	transform: translateY(0);
}
.pagination{
	padding:0;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}
.p_pages{
  margin:0 auto;
}
.p_pages span{
	margin: 0 2px;
}
.p_prev,.p_prev_d, .p_next,.p_next_d,.p_fun,.p_fun a{
    font-size: 25px !important;
    font-family: "宋体" !important;
}
.p_fun_d,.p_no_d,.p_no_o,.p_fun a,.p_no a{
	display: inline-block;
	width: 25px;
	height: 25px;
	/*border-radius: 50%;*/
	background: #eee;
	line-height: 24px;
	font-size: 14px;
	font-family: "微软雅黑";
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #666;
	border-radius: 2px;
	border:1px solid #eee;

}
.p_pages .p_no_d{
    background: #008465;
	border:1px solid #008465;
	color: #fff;
}
.p_pages a:hover{
    background: #008465;
	border:1px solid #008465;
	color: #fff;
}
.p_first,.p_first_d,.p_last,.p_last_d{
  display: none;
}
.elistbox{
	position: relative;
	width: 100%;
	height: auto;
	margin: 15px 0;
	overflow: hidden;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(40px) scale(0.98);
}
.elistbox .listbox {
    opacity: 1;
}
.cenbox.active .elistbox {
	opacity: 1;
	transform: translateY(0) scale(1);
	transition-delay: 0.2s;
}

/*师资力量*/
.shizi{
	overflow: hidden;
}
.shizi .titls{
	position: relative;
	width: 100%;
	height: 45px;
	background: rgba(170,220,210,.3);
}
.shizi .titls li{
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 2px;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}
.shizi .titls li span{
	font-size: 14px;
	opacity: 0.6;
	font-weight: normal;
	letter-spacing: 0;
}
.shizi .titls li.active{
	color: #fff;
	background: #059c79;
}
.shizi .bnrbox {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
} 
.shizi .bnrbox .solbox {
    position: relative;
    height: 100%;
    transition: all ease 0.5s;
} 
.shizi .messbox {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    transition: all ease 0.5s;
    opacity: 1;
    filter: blur(0);
}

.shizi  .messbox.active {
    opacity: 1;
    filter: blur(0);
}


.zhicheng{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.zhicheng ul{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 40px;
	overflow: hidden;
	padding: 30px 10px 30px 120px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul.one{
	border-top: 1px dashed rgba(0,0,0,.1);
}

.zhicheng ul .zcfl{
	position: absolute;
	width: 60px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #008465;
	border-radius: 5px;
	top: 50%;
	margin-top: -20px;
	left: 30px;
	z-index: 10;
}
.zhicheng ul .linns{
	position: absolute;
	width: 120px;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(170,220,210,.1);
	border-right: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul li{
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
}
.zhicheng ul li .xm{
	position: relative;
	height: 40px;
	line-height: 40px;
	width: auto;
	color: #333;
	transition: all 0.3s;
}
.zhicheng ul li .xm:hover{
	color: #008465;
}

.jyscy{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 40px 0px 20px;
	background:#008465;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

#namedh{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 25px;
	overflow: hidden;
	padding:10px 0;
}

#namedh li{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 0 10px;
	transition: all 0.3s;
	cursor: pointer;
}
#namedh li .lins{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #e9f2ec;
	transition: all 0.3s;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #c1dfe1;
}
#namedh li .lins:hover,
#namedh li.active .lins{
	background: #008465;
	color: #fff;
	border-color: #008465;
}
.nameline{
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#nameList{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 35px;
	line-height: 40px;
}
#nameList .dingwei{
	position: relative;
	width: 100%;
	height:1px;
	float: left;
	margin-top:-150px;
}
#nameList .huanhang{
	position: relative;
	width: 100%;
	height:40px;
	float: left;
}
#nameList .huanhang .lines{
	position: relative;
	width: calc(100% + 35px);
	height:1px;
	top: 20px;
	left: -35px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
#nameList .zimu{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #e9f2ec;
	color: #333;
	margin-left: -29px;
	margin-top: 5px;
	border-radius: 20px;
	vertical-align: top;
	transition: all 0.3s;
	border: 1px solid #c1dfe1;
}
#nameList .zimu.active{
	background: #008465;
	color: #fff;
	border-color: #008465;
}
#nameList li{
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
	margin-left: -1px;
}
#nameList li .xm{
	position: relative;
	height: 40px;
	line-height: 40px;
	width: auto;
	color: #333;
	transition: all 0.3s;
}
#nameList li .xm:hover{
	color: #008465;
}

/*机构设置*/
.jgszbox{
	position: relative;
	width: 100%;
	height: auto;
}
.jgszbox li{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	background: rgba(255,255,255,.9);
	margin-bottom: 20px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.jgszbox li:hover{
	transform: scale(1) translateY(-5px);
	background: rgba(255,255,255,1);
	box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.5);
	z-index: 5;
}

.jgszbox li h1{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 18px;
	transition: all 0.5s ease;
	letter-spacing: 3px;
}
.jgszbox li h1 span{
	font-size: 15px;
	font-weight: normal;
	padding-left: 20px;
	letter-spacing: 1px;
}
.jgszbox li:hover h1{
	color: #008465;
}
.jgszbox li h2{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 30px;
	font-weight: normal;
	font-size: 15px;
	color: #666;
	transition: all 0.5s ease;
}
.jgszbox li:hover h2{
	color: #333;
}

/*党建颜色*/
.dangjian .eleft .embts:after,
.dangjian .eleft .lmxm li:before,
.dangjian .eright .rts h1:after,
.dangjian .eright .rts h1:before,
.dangjian .e-newslist li .ns-infobox:after,
.dangjian .e-newslist li .point,
.dangjian .e-newslist li .point:after,
.dangjian .e-newslist li .point:before,
.dangjian .nrlist li:hover:before{
	background: #c00;
}

.dangjian .eleft .lmxm li.active h1,
.dangjian .eright .rts h1,
.dangjian .e-newslist li:hover .ns-infobox .data,
.dangjian .eleft .lmxm li:hover h1,
.dangjian .nrlist li:hover h1,
.dangjian .nrlist li:hover h2,
.dqzj .nrlist li:hover h1,
.dqzj .nrlist li:hover h2{
    color: #c00;
}

.dangjian .nav_menu3 > ul > li:hover > a,
.dangjian .nav_menu3 > ul > li.active > a,
.dangjian.topbox.upstyle .nav_menu3 > ul > li:hover > a {
	color: #fff;
	background: #f00;
}
.dangjian .nav_menu3 ul ul li:hover > a,
.dangjian .nav_menu3 ul ul li a:hover {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(255,255,255,.8);
	background: #f00;
}

.dangjian .e-newslist li .ns-infobox:hover .title {
    color: #c00;
}


.dangjian .pagination li.active span{
	color: #fff;
	background: #c00;
	border:1px solid #c00;
}

.dangjian .pagination a:hover,.pagination span.current{
	background: #c00;
	border:1px solid #c00;
	color: #fff;
}
.dangjian.pagebottom {
    background: #c00;
}

@media (max-width: 1660px){
	.eleft.upstyle{
		position: fixed;
		left: 30px;
		margin-left: 0px;
	}
	
	.eright .rts.upstyle{
		width: calc(100% - 410px);
		right: 30px;
		margin-right: 0px;
	}
	.eright .rtsmenu.upstyle{
		position:fixed;
		width: calc(100% - 410px);
		right: 30px;
		margin-right: 0px;
	}
	
}

@media (max-width: 1600px){
	
}

