/*首屏动画*/

.ebanner {
	position: absolute;
	width: 100%;
}
.ebanner .imgbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ebanner .textbox {
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	top: 51%;
	z-index: 100;
}
.ebanner .textbox h1 {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
}

.ebanner .textbox .yybox {
	position: relative;
	width: 100%;
	height: 29px;
	text-align: center;
}

.ebanner .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;
}

.ebanner .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;
}

.ebanner .textbox .ywbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	font-family: arial;
	color: rgba(255, 255, 255, .7);
	letter-spacing: 5px;
	margin-left: 3PX;
	transition: all 0.8s;
	transition-delay: 0.3S;
}


/*内容样式*/

.ebigcen {
	position: relative;
	width: 100%;
	background: #f4f4f4;
}

.ernrbox {
	position: relative;
	width: 97%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 40px 0px;
}
.ernrbox .ttitbox{
	position: relative;
	width: 100%;
	height: auto;
}
.ernrbox .lmwztitle {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #555;
	text-align: center;
	overflow: hidden;
}
.ernrbox .lmywtitle {
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-family: arial;
	color: #999;
	text-align: center;
	overflow: hidden;
	letter-spacing: 5px;
}
.ernrbox .lmpictitle {
	position: relative;
	width: 100%;
	height: 41px;
	text-align: center;
}
.ernrbox .lmpictitle img{
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.ernrbox .lmmenu {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
}

.ernrbox .lmmenu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 100%;
	line-height: 33px;
	padding: 0px 20px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 16px;
	border: 1px solid rgba(0, 0, 0, .2);
	background: #fff;
	color: #999;
	transition: 0.3s;
}

.ernrbox .lmmenu li:hover,
.ernrbox .lmmenu li.active {
	background: #C4303E;
	border: 1px solid #C4303E;
	color: #fff;
}


/*视频播放*/

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

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


/*详情内容*/

.xiangqing {
	position: relative;
	width: 100%;
	height: auto;
	color: #666;
	line-height: 200%;
	margin: 20px 0 20px 0px;
	padding: 0 1%;
}

.xiangqing img {
	width: auto;
	max-width: 100%;
	height: auto;
	/*border: 1px solid rgba(0, 0, 0, .2);*/
	margin: 10px 0px 0px 0px;
	padding: 5px;
}


/*附属图片样式开始*/

.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: -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: 24px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/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: -30px;
	background: rgba(196, 48, 68, .7);
	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%;
}


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


/*文章详情样式*/

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


/*分页*/

.pages {
	padding: 10px 0;
	margin-top: 20px;
	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: #C4303E;
	color: #fff;
}

.pages span.current {
	color: #fff;
	width: 30px;
	height: 30px;
	background: #C4303E;
	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;
}
.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;
}

/*地图*/
#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: #C4303E;
	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: 550px;
	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;
}

@media (max-width: 1025px) {
	.ernrbox .lmpictitle {
		height: 35px;
	}
	.ernrbox .lmmenu li {
	    line-height: 28px;
	    padding: 0px 15px;
	    font-size: 14px;
	}
}
@media (max-width: 800px) {
	.ernrbox .lmpictitle {
		position: relative;
		width: 100%;
		height: 30px;
	}
	.ernrbox .lmmenu li {
	    line-height: 28px;
	    padding: 0px 10px;
	    font-size: 14px;
	}
	#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: #C4303E;
		z-index: 100;
	}
	#mapBigBox .infobb .nrbb{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0%;
		left: 0;
	}
}


@media (max-width: 700px) {
	.ebanner .textbox {
	    height: 60px;
	    top: 55%;
	}
	.ebanner .textbox h1 {
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	}
	.ebanner .textbox .lineboxl,
	.ebanner .textbox .lineboxr{
	    width: 50px;
	    height: 15px;
	}
	.ebanner .textbox .ywbox {
	    letter-spacing: 1px;
	}
	.ernrbox {
	    padding: 20px 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: #C4303E;
		z-index: 100;
	}
}