/*首屏动画*/
.ebanner {
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0;
	z-index: 100;
	background: #F4F4F4;
}
.ebanner.active{
	position: fixed;
	top: -60%;
	margin-top: 110px;
	z-index: 500;
}
.ebanner .imgbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.textbox {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	top: 30%;
	margin-top: -50px;
	z-index: 100;
}
.textbox h1 {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0%;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	letter-spacing: 5px;
	padding-left: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	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, .8);
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	letter-spacing: 1px;
	transition: all 0.4s;
}
.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,.3);
	transition: all 0.4s;
}
.textbox .yybox {
	position: absolute;
	width: 100%;
	height: 29px;
	text-align: center;
	top: 0%;
	margin-top: 40px;
}

.textbox .lineboxl {
	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;
}

.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, .8);
	letter-spacing: 3px;
	margin-left: 3PX;
	transition: all 0.8s;
	transition-delay: 0.3S;
}
.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(../image/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: 0px;
	margin-top: -50px;
	background: rgba(204,0,0, .6);
	z-index: 500;
	text-align: center;
}
.emneub.active{
	position: fixed;
	top: 60px;
	margin-top: 0px;
	background: rgba(204,0,0, .9);
}
.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;
	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;
}
/*.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: #c00;
	background: #f4f4f4;
}
.emneub .lmment li.active{
	color: #c00;
	background: #f4f4f4;
}
.emneub .btobg{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	background: #f4f4f4;
}
/*内容样式*/

.ebigcen {
	position: absolute;
	width: 100%;
	top: 60%;
	background: #f4f4f4;
}
.ebigcen-ind {
	margin-top: -50px;
	z-index: 500;
}
.ernrbox {
	position: relative;
	width: 97%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 40px 0px;
	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);
}

/*视频播放*/

.video-spbox {
	position: relative;
	width: 720px;
	height: 490px;
	margin: 0 auto;
	margin-top: 0px;
}

.video-spbox video {
	width: 720px;
	height: 480px;
}


/*详情内容*/
.xiangqing-b{
	position: relative;
	width: 100%;
	height: auto;
	/*background: #f8f8f8;*/
}
.zwenz{
	position: relative;
	width: 100%;
	height: 94px;
	margin-bottom: 30px;
	padding:0 10px;
	z-index: 100;
}
.zwenz .yw{
	position: relative;
	float: left;
	width: auto;
	height: 100%;
	font-size: 100px;
	text-transform: uppercase;
	color: rgba(0,0,0,.1);
	font-family: "ptdin";
}
.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(../image/hxty02.png) left center no-repeat;
	background-size: 100% auto; 
}
.zwenz .title{
	position: absolute;
	width: auto;
	height: 26px;
	left: 10px;
	bottom: 0px;
	padding: 0 5px;
	background: rgba(255,255,255,.5);
	font-size: 22px;
	line-height: 30px;
	color: #c00;
	z-index: 10;
}
.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: #c00;
	margin-left: 10px;
}
.xiangqing {
	position: relative;
	width: 100%;
	height: auto;
	color: #666;
	line-height: 200%;
	margin: 20px 0 20px 0px;
	padding: 0 1%;
	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;
}
.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: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.fs-picbox li {
	float: left;
	width: 23%;
	margin: 0px 1% 20px 1%;
	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: 0px;
	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: 24px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../image/rr-search.png) top center no-repeat;
}

.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: 0px;
	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);
}


/*附属图片样式结束*/


/*文章详情样式*/

.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: #c00;
	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: #c00;
}


/*分页*/

.pages {
	padding: 0px 0;
	margin-top: 0px;
	text-align: center;
}
.pages span,
.pages 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 a:hover{
	background: #c00;
	color: #fff;
}

.pages span.current {
	color: #fff;
	width: 30px;
	height: 30px;
	background: #c00;
	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: #900;
	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: #900;
	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(../image/ctas.png) 0px 0px no-repeat;
}
.ctanrbox .left .infobox li .ico02{
	background: url(../image/ctas.png) -29px 0px no-repeat;
}
.ctanrbox .left .infobox li .ico03{
	background: url(../image/ctas.png) -60px 0px no-repeat;
}
.ctanrbox .left .infobox li .ico04{
	background: url(../image/ctas.png) -90px 0px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico01{
	background: url(../image/ctas.png) 0px -26px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico02{
	background: url(../image/ctas.png) -29px -26px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico03{
	background: url(../image/ctas.png) -60px -26px no-repeat;
}
.ctanrbox .left .infobox li:hover .ico04{
	background: url(../image/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: #c00;
}

.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: #c00;
	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(../image/con-ico01.png) left center no-repeat;
	background-size:auto 26px;
}
#mapBigBox .infobb .nrbb .ttbb .ico02{
	background: url(../image/con-ico02.png) left center no-repeat;
	background-size:auto 26px;
}
#mapBigBox .infobb .nrbb .ttbb .ico03{
	background: url(../image/con-ico03.png) left center no-repeat;
	background-size:auto 26px;
}
#mapBigBox .infobb .nrbb .ttbb .ico04{
	background: url(../image/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(../image/wx1.png) center center no-repeat;
	background-size:auto 22px;
}
.fenxiang .benbox .bds_sqq{
	background: url(../image/qq.png) center center no-repeat;
	background-size:auto 18px;
}
.fenxiang .benbox .bds_qzone{
	background: url(../image/kj.png) center center no-repeat;
	background-size:auto 20px;
}
.fenxiang .benbox .bds_tqq{
	background: url(../image/txwb.png) center center no-repeat;
	background-size:auto 20px;
}
.fenxiang .benbox .bds_tsina{
	background: url(../image/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);
	}
}
@media (max-width: 900px) {
	.ebanner {
		height: 35%;
	}
	.ebanner.active{
		position: absolute;
		top:0;
		margin-top: 0;
	}
	.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: #c00;
		background: #f4f4f4;
	}
	.emneub .lmment li.active{
		color: #fff;
		background: #c00;
	}
	.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: #c00;
		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)
	}
}


@media (max-width: 700px) {
	.ebanner {
		height: 40%;
	}
	.ebanner.active{
		position: absolute;
		top:0;
		margin-top: 0;
	}
	.ebigcen {
		top: 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%;
		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: #c00;
		background: #f4f4f4;
	}
	.emneub .lmment li.active{
		color: #fff;
		background: #c00;
		border: 1px solid #c00;
	}
	.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: #c00;
		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;
	}
	
	
}

@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;
	}

}
