/*首屏动画*/
.ebanner {
	position: absolute;
	width: 100%;
	height:55%;
	top: 0;
	z-index: 100;
	background: #F4F4F4;
}
.ebanner.active{
	position: fixed;
	top: -55%;
	margin-top: 110px;
	z-index: 500;
}
.ebanner .imgbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sbanner {
	position: absolute;
	width: 100%;
	height: 55%;
	top: 0;
	z-index: 100;
	background: #F4F4F4;
}
.sbanner .imgbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.textbox {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	top: 27%;
	margin-top: -50px;
	z-index: 100;
}
.textbox h1 {
	position: absolute;
	width: 100%;
	height: 45px;
	top: 0%;
	line-height: 45px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	letter-spacing: 5px;
	padding-left: 5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	transition: all 0.4s;
}
.textbox h2 {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0%;
	margin-top: 80PX;
	line-height: 30px;
	font-size: 16px;
	color:rgba(255, 255, 255, 1);
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	letter-spacing: 1px;
	transition: all 0.4s;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.textbox h3 {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0%;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	letter-spacing: 2px;
	padding-left: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	transition: all 0.4s;
}
.textbox .yybox {
	position: absolute;
	width: 100%;
	height: 29px;
	text-align: center;
	top: 0%;
	margin-top: 45px;
}

.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;
}

.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;
}

.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;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.textbox .dhjt{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	margin-top: 130px;
	left: 50%;
	margin-left: -15px;
	border: 2px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	transition: 0.4s;
}
.textbox .dhjt span {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(../images/dd.png) center no-repeat;
	background-size:10px auto ;
	left: 50%;
	margin-left: -5px;
	top: 10%;
	-webkit-animation: mouseShow 1s ease-out infinite;
	-o-animation: mouseShow 1s ease-out infinite;
	animation: mouseShow 1s ease-out infinite;
}
.textbox h1.active,.textbox h2.active,.textbox h3.active,{
	opacity: 0;
}

.ebannerinfo {
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	z-index: 100;
	background: #F4F4F4;
}
.textboxinfo {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	top: 25%;
	margin-top: 0px;
	z-index: 100;
}

@-webkit-keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		opacity: 0;
		top: 60%;
	}
}

@-o-keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		top: 60%;
		opacity: 0;
	}
}

@-moz-keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		top: 60%;
		opacity: 0;
	}
}

@keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		top: 60%;
		opacity: 0;
	}
}
/*导航样式*/
.emneub{
	position: absolute;
	width: 100%;
	height: 60px;
	top: 55%;
	margin-top: -50px;
	background: rgba(192,160,99, .85);
	z-index: 500;
	text-align: center;
}
.emneub.active{
	position: fixed;
	top: 60px;
	margin-top: 0px;
}
.emneub .lmment{
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	height: 60px;
}

.emneub .lmment li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 16.666%;
	height: 48px;
	line-height: 48px;
	top: 2px;
	padding: 0px 20px;
	margin:0 -1px;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid rgba(255,255,255, .2);
	color: #eee;
	transition: 0.3s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.emneub .lmment li.upstyle{
	border-right: 1px solid rgba(255,255,255, .2);
	color: #ddd;
}*/
.emneub .lmment li.one{
	width: 1px;
	height:  100%;
	padding: 0px;
	/*border-right: 1px solid rgba(0,0,0, .2);*/
}
.emneub .lmment li:hover{
	color: #0063b0;
	background: rgba(255,255,255,.8);
}
.emneub .lmment li.active{
	color: #0063b0;
	background: #fff;
}
.emneub .btobg{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	background: #fff;
}


/*新闻幻灯片*/
.news-container{
	position: relative;
	height: 350px;
	color: #fff;
}
.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: absolute;
	width: 42%;
	height: 100%;
	top: 0;
	left: 0;
	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: 55%;
	height: 100%;
	line-height: 24px;
	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;
}
.news-container:hover .nw-title{
	color: #0063b0;
}	
.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: 120px;
	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: 4;
    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 span{
	float: left;
	color: #555;
	padding-right: 10px;
	transition: all.3s;
}
.news-container:hover .news-desc .morebox span{
	color: #0063b0;
}
.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 #0063b0;
	color: #0063b0;
}

/*内容样式*/

.ebigcen {
	position: relative;
	width: 100%;
	background: #fff;
	height: auto;
	top: 55%;
	overflow: hidden;
	z-index: 300;
}
.ebigcen-ind {
	margin-top: -50px;
	z-index: 500;
}
.ernrbox {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0px 60px 0;
	z-index: 100;
}
.ebigceninfo {
	top: 50%;
	background: #eee;
}
.ernrbox-info {
	position: relative;
	width: 97%;
	max-width: 1150px;
	margin: 20px auto;
	padding: 10px 40px;
	z-index: 100;
	background: #fdfdfd;
	box-shadow:0 3px 10px rgba(0,0,0,0.4);
}

.ernrbox .showleft{
	position: relative;
    float: left;
    width: calc(100% - 350px);
    height: auto;
    min-height: 600px;
}
.showleft .stitle {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 5px 0;
    font-size: 20px;
    color: #666;
    font-weight: 700;
}
.showleft .mess {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 12px;
    color: #999;
}
.showleft .line {
    position: relative;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
}
.ernrbox .showleft .img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.ernrbox .showleft .img img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px;
}
.ernrbox .showright{
	position: relative;
    float: right;
    width: 300px;
    height: auto;
    top: 10px;
    right: 0px;
    z-index: 10;
    padding: 10px;
    background: rgba(192,160,99,.1);
}
.ernrbox .showright .title {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 18px;
    color: #777;
    font-weight: 700;
    padding-bottom:5px ;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.showright .zxbox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 5px;
}
.showright .zxbox li {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.showright .zxbox li .picbox {
    position: relative;
    float: left;
    width: 35%;
    height: 70px;
    overflow: hidden;
}
.showright .zxbox li .picbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.showright .zxbox li:hover .picbox .img {
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.showright .zxbox li .jdmessb {
    position: relative;
    float: left;
    width: 60%;
    height: 70px;
    margin-left: 5%;
}
.showright .zxbox li .jdmessbs {
    width: 100%;
    margin-left: 0%;
}
.showright .zxbox li .jdmessb .jdtitle {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.showright .zxbox li:hover .jdmessb .jdtitle {
    color: #0063b0;
}
.showright .zxbox li .jdmessb .jdinfo {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s;
}
.showright .zxbox li:hover .jdmessb .jdinfo {
    color: #555;
}
.pn a{line-height:30px;color:#c0a063;}
.pn a:hover{color:#0063b0;}
/*视频播放*/

.video-spbox {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 0px;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 5px;
	padding-bottom: 1px;
}

.video-spbox video {
	width: auto;
    height: auto;
	max-width: 100%;
    object-fit: fill;
}


/*详情内容*/
.dbimg{
	position: relative;
	width: 100%;
	height: auto;
}
.dbimg img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .2);
	margin: 10px 0px 0px 0px;
	padding: 5px;
}

.xiangqing-b{
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
}
.zwenz{
	position: relative;
	width: 100%;
	height: 78px;
	margin-bottom: 30px;
	/*padding:0 10px;*/
	z-index: 100;
}
.zwenz .yw{
	position: relative;
	float: left;
	width: auto;
	max-width: 100%;
	height: 100%;
	font-size: 80px;
	text-transform: uppercase;
	color: rgba(192,160,99,.2);
	font-family: ywzt;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zwenz .year{
	position: relative;
	float: left;
	width: auto;
	height: 100%;
	font-size: 90px;
	text-transform: uppercase;
	color: rgba(0,0,0,.1);
	font-family: "Baiduan Number";
}
.zwenz .hyty{
	position: absolute;
	float: left;
	width: 200px;
	height: 100%;
	bottom: 0;
	left: 370px;
	background:url(../images/hxty02.png) left center no-repeat;
	background-size: 100% auto; 
}
.zwenz .title{
	position: absolute;
	width: auto;
	height: 26px;
	/*left: 10px;*/
	bottom: 5px;
	padding: 0 5px;
	background: rgba(255,255,255,.3);
	letter-spacing: 3px;
	font-size: 26px;
	line-height: 30px;
	color: #0063b0;
	z-index: 10;
}
.zwenz .now{
	position: absolute;
	width: 400px;
	height: 30px;
	top: 30px;
	right: 0;
	font-size: 14px; 
	color: #999;
	line-height: 30px;
	transition: all 0.3s;
	text-align: right;
}
.zwenz .now a{
	color: #999;
}
.zwenz .now a:hover{
	color: #0063b0;
}
.zwenz2{
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	padding:0 10px;
	z-index: 100;
}
.zwenz2 .yw{
	position: relative;
	float: left;
	width: auto;
	height: 100%;
	font-size: 35px;
	text-transform: uppercase;
	color: rgba(0,0,0,.15);
	font-family: "ptdin";
	line-height: 30px;
}
.zwenz2 .title{
	position: relative;
	float: left;
	width: auto;
	height: 30px;
	/*padding: 0 10px;
	background: rgba(255,255,255,.5);*/
	font-size: 24px;
	line-height: 30px;
	color: #c0a063;
	margin-left: 10px;
}

.xiangqing {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px 0 20px 0px;
	z-index: 100;
}
.xiangqing img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .2);
	margin: 10px 0px 0px 0px;
	padding: 5px;
}
.xiangqing p{
	font-family: "Microsoft YaHei" !important;
	color: #666;
	line-height: 200%;
}
.ernrbg-u{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.6);
	z-index: 10;
}
.ernrbg-d{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*附属图片样式开始*/

.fs-picbox {
	position: relative;
	width: 101%;
	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/search.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);
}


/*附属图片样式结束*/
.piclsit{
	position: relative;
	width: 101%;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.piclsit li{
	float: left;
	width: 21%;
	margin: 20px 2% 20px 2%;
	height: auto;
	cursor: pointer;
	padding: 20px;
	transition: 0.3s;
}
.piclsit li:hover{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:  scale(1.1);
    background: rgba(192,160,99,.1);
    box-shadow: 0px 2px 5px #999;
}

.piclsit li .pics {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.piclsit li .ch100 {
    margin-top: 100%;
}
.piclsit li .pics .img {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition: 0.3s;
}
.piclsit li .names {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 5px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}
.piclsit li:hover .names {
    color: #0063b0;
}
.piclsit li .names span {
    font-size: 14px;
    padding-left: 10px;
    color: #c0a063;
}
.piclsit li .tinfo {
    position: relative;
    width: 100%;
    height: 66px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    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: 3;
    transition: 0.3s;
}
.piclsit li:hover .tinfo {
    color: #666;
}

/*文章详情样式*/

.wz-title {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #666;
	padding: 10px;
}

.wz-titleinfo {
	position: relative;
	width: 100%;
	height:auto;
	border-top: 1px dashed rgba(0, 0, 0, .1);
	line-height: 24px;
	color: #999;
	font-size: 12px;
	text-align: center;
}

.wz-pic {
	position: relative;
	width: 100%;
	width: auto;
	text-align: center;
	margin-top: 20px;
}

.wz-pic img {
	position: relative;
	width: auto;
	max-width: 100%;
	width: auto;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 4px;
	margin: 0 auto;
}

.tp-box {
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 auto;
}

.tp-box .ps {
	position: absolute;
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	color: #c0a063;
	line-height: 38px;
	top: 0;
	left: 0;
}

.tp-box .tp {
	position: absolute;
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	color: #666;
	line-height: 38px;
	background: #ccc;
	top: 0;
	right: 0;
	transition: 0.3s;
}

.tp-box .tp:hover {
	color: #fff;
	background: #c0a063;
}


/*分页*/

.pages {
	padding: 0px 0;
	margin-top: 0px;
	text-align: center;
        clear:both;
}
.p_pages{
	margin:0 auto;
}
.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o, .pages .p_fun a, .pages .p_no a{
	display: inline-block;
	color: #666;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	transition: all 0.3s;
	border: 1px solid rgba(0, 0, 0, .2);
	margin:0 3px;
}
.pages .p_first, .pages .p_first_d, .pages .p_last, .pages .p_last_d{
	display: none;
}
.pages a:hover{
	background: #c0a063;
	color: #fff;
}

.pages span.current {
	color: #fff;
	width: 30px;
	height: 30px;
	background: #c0a063;
	text-align: center;
	line-height: 30px;
}



/*留言样式开始*/

.messbtn {
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.messbtn li {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 15px;
	margin: 0 1px;
	border-radius: 20px;
	background: #000;
	list-style: none;
}

.messbtn .on {
	background: #b74a6e;
	color: #fff;
}

.messbtn .down {
	background: #afa295;
	color: #fff;
}

.messbtn .on:hover {
	background: #b74a6e;
	color: #fff;
}

.messbtn .down:hover {
	background: #b74a6e;
	color: #fff;
}

.messbox {
	width: 100%;
	height: auto;
	margin: 5px auto;
	overflow: hidden
}

.messbox li {
	width: 100%;
	height: 45px;
	font-size: 14px;
}

.messbox li .messleft {
	float: left;
	width: 20%;
	height: 45px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(0, 0, 0, .1);
	color: #635047;
	text-align: center;
	line-height: 45px;
	margin-bottom: 5PX;
}

.messbox li .messleft1 {
	float: left;
	width: 20%;
	height: 100px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(0, 0, 0, .1);
	color: #635047;
	text-align: center;
	line-height: 90px;
	margin-bottom: 5PX;
}
.messbox li .messleft1x {
	float: left;
	width: 20%;
	height: 100px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(0, 0, 0, .1);
	color: #635047;
	text-align: center;
	line-height: 90px;
	margin-bottom: 5PX;
}

.messbox li .messleft2 {
	float: left;
	width: 50%;
	height: 45px;
	text-align: right;
	padding-right: 10px;
	margin-top: 30px;
}

.messbox li .messright {
	float: left;
	width: 80%;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .3);
	border-left: 0px;
	margin-bottom: 5PX;
}

.messbox li .messright2 {
	float: left;
	width: 40%;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .3);
	border-left: 0px;
	margin-bottom: 5PX;
}

.messbox li .messright3 {
	float: left;
	width: 30%;
	height: 45px;
	margin-bottom: 5PX;
	line-height: 45PX;
	margin-left: 20px;
	color: #635047;
}

.messbox li .messright4 {
	float: left;
	width: 80%;
	height: 100px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .3);
	border-left: 0px;
	margin-bottom: 5PX;
	padding-top: 10px;
	padding-left: 10px;
}

.messbox li .messright5 {
	float: left;
	width: 80%;
	height: 100px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .3);
	border-left: 0px;
	margin-bottom: 5PX;
}

.messbox li .messright6 {
	float: left;
	width: 50%;
	height: 45px;
	text-align: left;
	padding-left: 10px;
	margin-top: 30px;
}

.InputBoxLogin {
	width: 98%;
	height: 43px;
	border: 0px solid #000;
	margin-left: 10px;
	font: 14px "微软雅黑" "宋体";
	background: rgba(0, 0, 0, .0);
	color: #635047
}

.InputBoxLogin2 {
	width: 98%;
	height: 88px;
	border: 0px solid #000;
	margin-left: 10px;
	font: 14px "微软雅黑" "宋体";
	line-height: 24px;
	background: rgba(0, 0, 0, .0);
	color: #635047
}

.Inputbut {
	width: auto;
	height: 35px;
	padding: 0 10px;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 14px;
	color: #635047;
	font-family: "微软雅黑";
	text-align: center;
	display: inline-block;
	line-height: 35px;
}

.Inputbut:hover {
	background: #c0a063;
	border: 1px solid rgba(0, 0, 0, .0);
	color: #ffffff
}

.Inputbut01 {
	position: relative;
	display: inline-block;
	height: 35px;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 14px;
	color: #705e55;
	text-align: center;
	padding: 0 20px
}

.Inputbut01:hover {
	background: #c0a063;
	border: 1px solid rgba(0, 40, 100, .0);
	color: #ffffff
}

.mess-bq {
	float: left;
	width: 10%;
	text-align: center;
	margin: 0 1%;
}

.mess-bq img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.mess-xh {
	float: left;
	width: 110px;
	text-align: center;
	margin: 0 1%;
}

.mess-xh img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.radiox {
	height: 30px;
	margin-top: -10px;
}

.messbcbox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #705E55
}

.messbcbox li {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

.messbcbox li .bcnewsleft1 {
	float: left;
	width: 20%;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-right: 0px;
	background: rgba(255, 255, 255, .3);
	text-align: center
}

.messbcbox li .bcnewsleft2 {
	float: left;
	width: 20%;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-left: 0px;
	border-right: 0px;
	background: rgba(255, 255, 255, .3);
	text-align: center
}

.messbcbox li .bcnewsleft3 {
	float: left;
	width: 20%;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .3);
	text-align: center
}

.messbcbox li .bcnewsright1 {
	float: left;
	width: 30%;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 0px 10px;
}

.messbcbox li .bcnewsright2 {
	float: left;
	width: 80%;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: 0px;
	padding: 0px 10px;
}

.messbcbox li .bcnewsright3 {
	float: left;
	width: 80%;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid #ccc;
	padding: 10px;
}

.surveyBOX {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	overflow: hidden
}

.surveyBOX li {
	float: left;
	width: 50%;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, .2);
	line-height: 25px;
	height: 35px;
	background: rgba(255, 255, 255, .3);
	color: #635047
}

.surveyBOXs {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.surveyBOXs li {
	float: left;
	width: 50%;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, .2);
	line-height: 25px;
	height: 35px;
	background: rgba(255, 255, 255, .3);
	color: #635047
}

.inputTextDate {
	widows: 100px;
	height: 25px;
	background: rgba(255, 255, 255, .3);
	border: 1px solid rgba(0, 0, 0, .2)
}

.surveyBOX li input[type="radio"] {
	height: auto;
}

.servicebtnbox {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 0px;
}

.servicebtnbox ul {
	text-align: center;
}

.servicebtnbox li {
	position: relative;
	display: inline-block;
	height: 40px;
}

.serbtn2 a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	background: #900;
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.book {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px
}

.book li {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	border: 2px solid #900;
	display: inline-block;
	margin: 20px 15px;
	overflow: hidden
}

.book li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #9f8670;
	border: 0px;
	font-size: 18px;
}

.book li a:hover,
.book li a.active {
	color: #fff;
	background-color: #900
}

/*在线招聘*/
.zxzpbox{
	position:relative;
	width: 100%;
	height: auto;
	overflow-x: scroll;
	padding: 0 10px;
}
.person-table table,.person-infomation table{
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
	border-spacing: none;
	text-align: center;
	margin-bottom: 20px;
}
.person-table table tr td,.person-infomation table tr td,.person-infomation table tr th{
	height: 35px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #555;
}
.person-infomation table tr td{
	text-align: right;
	padding-right: 10px;
}
.person-infomation table tr th,.person-infomation .infomation-star{
	color: rgb(215, 50, 4);
}
.person-table .zp-name{
	font-weight: 700;
	width: 80px;
}
.person-table .zp-jobname,.person-table .zp-jobname a{
	font-weight: 700;
	color: #700000;
}
.person-table .zp-txtinfo,.person-infomation .infomation-inp{
	text-align: left;
	padding:5px 0 5px 10px;
}
.person-infomation input,
.person-infomation textarea,
.person-infomation select{
	vertical-align: middle;
}
.person-infomation input[type=text],
.person-infomation select{
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
}
.person-infomation textarea{
	width: 70%;
}
.person-infomation .infomation-title,
.person-infomation .infomation-btns{
	background: rgb(250,250,250);
}
.person-infomation .infomation-btns{
	text-align: center;
	height: 50px;
}
.person-infomation .infomation-btns button{
	padding: 5px 15px;
	cursor: pointer;
}


.max-content:after,.about-us:after,.news-content:after,ul:after,.home-video:after,.er-linksbox:after,
.er-txtimgbox:after,.er-newslistbox:after,.er-imglistbox:after,.er-newslist-info a:after,.er-newslit-txtimg:after{
	display: block;
	content: '';
	clear: both;
}
/*联系我们*/
.ctanrbox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 10px;
	overflow: hidden;
}
.ctanrbox .left{
	position: relative;
	float: left;
	width: 45%;
	height: 360px;
	padding-top: 15px;
}
.ctanrbox .left .title{
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #333;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.ctanrbox .left .infobox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.ctanrbox .left .infobox li{
	position: relative;
	width: 100%;
	height: 56px;
	padding: 18px 0;
}
.ctanrbox .left .infobox li .ico{
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
}
.ctanrbox .left .infobox li .ico01{
	background: url(../images/ico/ctas.png) 0px 0px no-repeat;
}
.ctanrbox .left .infobox li .ico02{
	background: url(../images/ico/ctas.png) -29px 0px no-repeat;
}
.ctanrbox .left .infobox li .ico03{
	background: url(../images/ico/ctas.png) -60px 0px no-repeat;
}
.ctanrbox .left .infobox li .ico04{
	background: url(../images/ico/ctas.png) -90px 0px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico01{
	background: url(../images/ico/ctas.png) 0px -26px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico02{
	background: url(../images/ico/ctas.png) -29px -26px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico03{
	background: url(../images/ico/ctas.png) -60px -26px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico04{
	background: url(../images/ico/ctas.png) -90px -26px no-repeat;
}
.ctanrbox .left .infobox li .ctainf{
	position: relative;
	float: left;
	width: calc(100% - 40px);
	height: 20px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.ctanrbox .left .infobox li:hover .ctainf{
	color: #092e4d;
}

.ctanrbox .right{
	position: relative;
	float: right;
	width: 50%;
	height: 360px;
}
.ctanrbox .right .kk{
	position: absolute;
	width: 85%;
	height: 100%;
	top: 0;
	right: 0;
	border: 4px solid rgba(0,0,0,.1);
}
.ctanrbox .right .dt{
	position: absolute;
	width: calc(100% - 15px);
	height:calc(100% - 30px);
	top: 15px;
	right: 15px;
	overflow: hidden;
	border:1px solid rgba(0,0,0,.1)
}
.BMap_stdMpPan {
    display: none;
}
.BMap_stdMpZoom {
    display: none;
}
.anchorBL{
	display: none;
}
/*地图*/
#mapBigBox {
	height: 552px;
	width: 100%;
	position: relative;
	border: 1px solid #ccc;
	margin-top: 25px
}

#mapBigBox .infobb {
	position: absolute;
	width: 25%;
	height: 100%;
	top:0;
	right:0;
	background: #c0a063;
	z-index: 100;
}
#mapBigBox .infobb .nrbb{
	position: absolute;
	width: 100%;
	height: 60%;
	top: 20%;
	left: 0;
}
#mapBigBox .infobb .nrbb .ttbb{
	position: relative;
	width: 90%;
	height: 25%;
	margin: 0 auto;
}
#mapBigBox .infobb .nrbb .ttbb .icobox{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}
#mapBigBox .infobb .nrbb .ttbb .ico01{
	background: url(../images/con-ico01.png) left center no-repeat;
	background-size:auto 26px;
}
#mapBigBox .infobb .nrbb .ttbb .ico02{
	background: url(../images/con-ico02.png) left center no-repeat;
	background-size:auto 26px;
}
#mapBigBox .infobb .nrbb .ttbb .ico03{
	background: url(../images/con-ico03.png) left center no-repeat;
	background-size:auto 26px;
}
#mapBigBox .infobb .nrbb .ttbb .ico04{
	background: url(../images/con-ico04.png) left center no-repeat;
	background-size:auto 26px;
}
#mapBigBox .infobb .nrbb .ttbb .infobox{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 35px;
	line-height: 30px;
	margin-top: -15px;
	color: #fff;
}

#allmap {
	height: 328px;
	width: 100%;
}

#r-result,
#r-result table {
	width: 100%;
}

#driving_way {
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	right: 0px;
	padding: 5px 60px 5px 30px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
}

#startInputBox {
	display: inline-block;
	width: 100px;
	height: 20px;
	vertical-align: top;
	padding-top: 2px;
}

#startInputBox input {
	width: 100px;
	height: 14px;
}
/*分享*/
.fenxiang{
	position: absolute;
	width: 250px;
	height: 31px;
	right: 0;
	margin: 10px 0px 0px 0px;
}
.fenxiang-u{
	top: 10px;
}
.fenxiang-d{
	bottom: 10px;
}
.fenxiang .line{
	position: absolute;
	width: 100%;
	height: 1px;
	top: 16px;
	background: rgba(0,0,0,.1);
}
.fenxiang .benbox{
	position: absolute;
	width: 250px;
	height: 31px;
	top: 0;
	left: 50%;
	margin-left: -125px;
	z-index: 100;
}
.fenxiang .benbox li{
	float: left;
	width: auto;
	height: 31px;
	line-height: 31px;
	padding: 0px 5px;
	font-size: 14px;
	color: #666;
}
.fenxiang .benbox li a{
	width: 25px!important; 
	height: 31px!important;
	margin: 0 auto 0px!important; 
	float: none!important; 
	padding: 0!important; 
	display: block;
}
.fenxiang .benbox .bds_weixin{
	background: url(../images/fenxiang/wx.png) center center no-repeat;
	background-size:auto 22px;
}
.fenxiang .benbox .bds_sqq{
	background: url(../images/fenxiang/qq.png) center center no-repeat;
	background-size:auto 18px;
}
.fenxiang .benbox .bds_qzone{
	background: url(../images/fenxiang/kj.png) center center no-repeat;
	background-size:auto 20px;
}
.fenxiang .benbox .bds_tqq{
	background: url(../images/fenxiang/txwb.png) center center no-repeat;
	background-size:auto 20px;
}
.fenxiang .benbox .bds_tsina{
	background: url(../images/fenxiang/xlwb.png) center center no-repeat;
	background-size:auto 20px;
}


@media (max-width: 1025px) {
	.ernrbox .lmpictitle {
		height: 35px;
	}
	.ernrbox .lmmenu li {
	    line-height: 28px;
	    padding: 0px 15px;
	    font-size: 14px;
	}
	.ebigceninfo {
		top: 50%;
		background: #f4f4f4;
	}
	.ernrbox-info {
		position: relative;
		width: 97%;
		max-width: 1150px;
		margin: 20px auto;
		padding: 10px 0px;
		z-index: 100;
		background: #f4f4f4;
		box-shadow:0 0px 0px rgba(0,0,0,0.0);
	}
	.ernrbox .showleft {
	    width: calc(100% - 270px);
	}
	.ernrbox .showright {
	    width: 250px;
	}
	.news-container .spicbox {
	    width: 47%;
	}
	.news-container .news-desc {
	    width: 50%;
	}
	
	.fs-picbox li .pic-box .txt-box {
		margin-top: -26px;
	}
	.fs-picbox li .pic-box .bg {
	    margin-top: -25px;
	}
}
@media (max-width: 900px) {
	.ebanner {
		height: 35%;
	}
	.ebanner.active{
		position: absolute;
		top:0;
		margin-top: 0;
	}
	.sbanner {
	    height: 35%;
	}
	.ebigcen {
		top: 35%;
	}
	.ernrbox {
	    position: relative;
	    width: 97%;
	    max-width: 1350px;
	    margin: 0 auto;
	    padding: 0px 0px 40px 0px;
	}
	.textbox {
		top: 17.5%;
	}
	.emneub{
		position: relative;
		width: 100%;
		height: auto;
		top: 0px;
		margin-top: 15px;
		background: rgba(255,255,255, .0);
		z-index: 500;
		text-align: center;
		margin-bottom: 0px;
	}
	.emneub.active{
		position: relative;
		top: 0px;
		margin-top: 0px;
		background: rgba(0,0,0, .0);
	}
	.emneub .lmment{
		width: 97%;
		height: auto;
	}
	
	.emneub .lmment li{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 16%;
		height: 40px;
		line-height: 38px;
		padding: 0px 15px;
		margin:0 0px;
		text-align: center;
		font-size: 15px;
		border: 1px solid rgba(0,0,0, .2);
		color: #666;
		transition: 0.3s;
		margin-bottom: 4px;
	}
	.emneub .lmment li.upstyle{
		border-right: 1px solid rgba(255,255,255, .2);
		color: #ddd;
	}
	.emneub .lmment li.one{
		display: none;
	}
	.emneub .lmment li:hover{
		color: #c0a063;
		background: #f4f4f4;
	}
	.emneub .lmment li.active{
		color: #fff;
		background: #c0a063;
	}
	.emneub .btobg{
		position: absolute;
		width: 100%;
		height: 0px;
		bottom: 0;
		left: 0;
		background: #f4f4f4;
	}
	#mapBigBox {
		height: 752px;
		width: 100%;
		position: relative;
		border: 1px solid #ccc;
		margin-top: 25px
	}
	#mapBigBox .infobb {
		position: absolute;
		width: 100%;
		height: 200px;
		top:552px;
		right:0;
		background: #c0a063;
		z-index: 100;
	}
	#mapBigBox .infobb .nrbb{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0%;
		left: 0;
	}
	.ebigcen-ind {
		margin-top: 0px;
	}
	.fenxiang{
		display: none;
	}
	.zwenz .hyty {
	   display: none;
	}
	.zwenz {
	    padding: 0px;
	}
	.zwenz2 {
	    position: relative;
	    width: 100%;
	    height: 40px;
	    margin-bottom: 30px;
	    padding: 25px 0px 0px 0px;
	    z-index: 100;
	}
	.zwenz .title {
	    left: 5px;
	    padding: 0 5px;
	}
	.ctanrbox .left {
	    position: relative;
	    float: left;
	    width: 100%;
	    height: auto;
	    padding-top: 5px;
	}
	.ctanrbox .left .infobox li {
	    position: relative;
	    width: 100%;
	    height: 36px;
	    padding: 8px 0;
	}
	.ctanrbox .right {
	    position: relative;
	    float: right;
	    width: 100%;
	    height: 360px;
	}
	.ctanrbox .right .kk {
	   display: none;
	}
	.ctanrbox .right .dt{
		position: absolute;
		width: 100%;
		height:calc(100% - 30px);
		top: 15px;
		right: 0px;
		overflow: hidden;
		border:1px solid rgba(0,0,0,.1)
	}
	.ernrbox .showleft{
	    width: calc(100% - 0px);
	}
	.ernrbox .showright {
	    width: 0px;
	    display: none;
	}
	.showleft .stitle {
	    margin-top: 10px;
	    font-size: 16px;
	    line-height: 26px;
	}
	.news-container {
	    height: 300px;
	}
}


@media (max-width: 700px) {
	.ebanner {
		height: 40%;
	}
	.ebanner.active{
		position: absolute;
		top:0;
		margin-top: 0;
	}
	.ebigcen {
		top: 40%;
	}
	.sbanner {
	    height: 40%;
	}
	.ernrbox {
	    position: relative;
	    width: 97%;
	    max-width: 1350px;
	    margin: 0 auto;
	    padding: 0px 0px 40px 0px;
	}
	
	.emneub{
		position: relative;
		width: 100%;
		height: auto;
		top: 0px;
		margin-top: 15px;
		background: rgba(255,255,255, .0);
		z-index: 500;
		text-align: center;
		margin-bottom: 0px;
	}
	.emneub.active{
		position: relative;
		top: 0px;
		margin-top: 15px;
		background: rgba(0,0,0, .0);
	}
	.emneub .lmment{
		width: 97%;
		height: auto;
		text-align: left;
	}
	
	.emneub .lmment li{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 24%;
		max-width: 24%;
		height: 30px;
		line-height: 28px;
		padding: 0px 0px;
		margin:0 0px;
		text-align: center;
		font-size: 14px;
		border: 1px solid rgba(0,0,0, .2);
		color: #666;
		transition: 0.3s;
		margin-bottom: 4px;
	}

	.emneub .lmment li.upstyle{
		border: 1px solid rgba(0,0,0, .2);
		color: #666;
	}
	.emneub .lmment li.one{
		display: none;
	}
	.emneub .lmment li:hover{
		color: #c0a063;
		background: #f4f4f4;
	}
	.emneub .lmment li.active{
		color: #fff;
		background: #c0a063;
		border: 1px solid #c0a063;
	}
	.emneub .btobg{
		position: absolute;
		width: 100%;
		height: 0px;
		bottom: 0;
		left: 0;
		background: #f4f4f4;
	}
	.textbox {
		position: absolute;
		width: 100%;
		height: 90px;
		left: 0;
		top: 17.5%;
		margin-top:0px;
		z-index: 100;
	}
	.textboxinfo {
		position: absolute;
		width: 100%;
		height: 60px;
		left: 0;
		top: 20%;
		margin-top: 0px;
		z-index: 100;
	}
	.textbox h1 ,.textbox h3{
	    height: 30px;
	    line-height: 30px;
	    font-size: 22px;
	}
	.textbox h2 {
	    margin-top: 40PX;
	    font-size: 12px;
	    color: #fff;
	    letter-spacing: 0px;
	}
	.textbox .dhjt {
	   display: none;
	}
	.textbox .yybox {
	    position: absolute;
	    width: 100%;
	    height: 29px;
	    text-align: center;
	    margin-top: 20px;
	}
	.textbox .lineboxl,
	.textbox .lineboxr{
	    width: 50px;
	    height: 15px;
	}
	.textbox .ywbox {
	    letter-spacing: 1px;
	    font-size: 12px;
	}
	.ernrbox {
	    padding: 0px 0px 20px 0;
	}
	.ernrbox .lmpictitle {
		height: 25px;
		text-align: left;
	}
	.ernrbox .ttitbox{
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.ernrbox .lmwztitle {
		position: relative;
		float: left;
		width: auto;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		text-align: left;
		margin-right: 5px;
	}
	.ernrbox .lmywtitle {
		position: relative;
		float: left;
		width: auto;
		font-size: 12px;
		font-family: arial;
		color: #999;
		text-align: left;
		letter-spacing: 0px;
		margin-top: 8px;
	}
	.ernrbox .lmmenu {
	    text-align: left;
	    margin-top: 10px;
	}
	.ernrbox .lmmenu li {
	    width: 24%;
	    line-height: 28px;
	    padding: 0px 0px;
	    text-align: center;
	    font-size: 13px;
	    padding-top: 1px;
	}
	
	.fs-picbox li {
	    width: 48%;
	}
	
	.messbox li {
		width: 100%;
		height: 45px;
		font-size: 12px;
	}
	.messbox li .messright3 {
	    margin-left: 5px;
	}
	.messbox li .messleft1 {
	    height: 60px;
	    line-height: 60px;

	}
	.messbcbox li {
		width: 100%;
		overflow: hidden;
		font-size: 12px;
	}
	.messbox li .messright4 {
	    height: 60px;
	}
	.mess-bq {
	    float: left;
	    width: 12%;
	    text-align: center;
	    margin: 0 1%;
	}
	.video-spbox {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.video-spbox video {
		max-width: 100%;
	    object-fit: fill;
	    width: auto;
	    height: auto;
	}
	.tp-box .ps {
	    font-size: 16px;
	}
	.tp-box .tp {
	    font-size: 14px;
	}
	#mapBigBox {
		height: 450px;
		width: 100%;
		position: relative;
		border: 1px solid #ccc;
		margin-top: 25px
	}
	
	#mapBigBox .infobb {
		position: absolute;
		width: 100%;
		height: 150px;
		top:300px;
		right:0;
		background: #c0a063;
		z-index: 100;
	}
	.zwenz {
	    position: relative;
	    width: 100%;
	    height: 75px;
	    margin-bottom: 20px;
	    margin-top: 10px;
	}
	.zwenz .yw {
	    font-size: 60px;
	}
	.zwenz .year {
	    font-size: 55px;
	    margin-top: -5px;
	}
	.zwenz .title {
	    left: 0px;
	    bottom: 0px;
	    padding: 0 0px;
	    background: rgba(255,255,255,.0);
	    font-size: 20px;
	}
	
	.news-container {
	    height: 400px;
	}
	
	.news-container .spicbox {
	    width: 100%;
	}
	.news-container .news-desc {
	    width: 100%;
	    height: 44%;
	    background: #fff;
	}
	.news-container .spicbox {
	    height: 56%;
	}
	.news-container .nw-title, .news-clist .nw-title {
	    font-size: 16px;
	    margin-top: 10px;
	}
	.news-container .nw-date {
	    font-size: 12px;
	    margin-top: 5px;
	}
	
	.news-container .news-desc .nw-infos {
	    font-size: 13px;
	    width: 100%;
	    height: 60px;
	    line-height: 20px;
	    margin-top: 15px;
	    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 .news-desc .morebox {
	    position: absolute;
	    width: 100%;
	    height: 15px;
	    bottom: 5px;
	    z-index: 10;
	    transition: all 0.3s;
	}
	.news-container .news-desc .morebox .yuan {
	    float: left;
	    width: 15px;
	    height: 15px;
	    border: 1px solid #555;
	    border-radius: 50%;
	    font-family: '宋体';
	    font-size: 12px;
	    font-weight: 700;
	    line-height: 15px;
	    text-align: center;
	    color: #555;
	    transition: all.3s;
	}
	.news-container .news-desc .morebox span {
	    line-height: 14px;
	}
	
}

@media screen and (max-width:850px) and (max-height: 450px){
	.ebanner {
		height: 80%;
	}
	.ebanner.active{
		position: absolute;
		top:0;
		margin-top: 0;
	}
	.ebigcen {
		top: 80%;
	}
	.ernrbox {
	    position: relative;
	    width: 97%;
	    max-width: 1350px;
	    margin: 0 auto;
	    padding: 0px 0px 40px 0px;
	}
	.textbox {
		position: absolute;
		width: 100%;
		height: 90px;
		left: 0;
		top: 40%;
		margin-top:0px;
		z-index: 100;
	}

}