@charset "utf-8";

.xe_content .ArticleBody {color:#444} 
@media (max-width: 1199px) {.ArticleBody {line-height: 1.8}}
@media (min-width: 1200px) {.ArticleBody {line-height: 2}}

.IMGBg {
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover;	
}
.Butn {
	display:block;
	padding:10px 0;
	background-color:#eee;
	color:#777;
	font-size:13px;
	border-radius:2px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
a.Butn:hover  {
	background-color:#333;
	color:#fff
}

@media (min-width: 768px) {
	.Article1 .pdR15 {padding-right:15px}
	.Article1 .pdL15 {padding-left:15px}	
}
@media (min-width: 992px) {
	.Article2 .pdR15 {padding-right:15px}
	.Article2 .pdL15 {padding-left:15px}	
}

/* table */
.table {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.table-collapse {border-collapse: collapse !important}
.table td {
	padding:10px;
	line-height:1.5;
	border-bottom:1px solid rgba(0,0,0,0.1)
}
.table thead > tr > td {font-weight:700}
.table .theadTitle1 {border-bottom:2px solid rgba(0,0,0,0.8)}
.table .theadTitle2 {border-bottom:2px solid rgba(0,0,0,0.2)}
@media (max-width: 767px) {
	.table-responsive td {white-space:nowrap}
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

/* History */
@media (max-width: 767px) {.History1 .IMGBg {height:200px}}
@media (min-width: 768px) {.History1 .IMGBg {height:250px}}
@media (min-width: 1200px) {.History1 .IMGBg {height:300px}}
@media (min-width: 768px) {
	.History2 h2,
	.History2 .table-responsive {float:left}
	.History2 h2 {width:15%; text-align:right;}
	.History2 .table-responsive {width:85%}	
	.History2 h2 span {padding-right:15px}	
}

/* Map */
.Map {border:1px solid rgba(0,0,0,0.1)}
@media (max-width: 767px) {.Map {height:300px}}
@media (min-width: 768px) {.Map {height:400px}}
@media (min-width: 1200px) {.Map {height:500px}}

/* Article1*/
@media (max-width: 767px) {.Article1.IMGBg {height:200px}}
@media (min-width: 768px) {.Article1.IMGBg {height:250px}}
@media (min-width: 1200px) {.Article1.IMGBg {height:300px}}