@charset "utf-8";
/*------------------------------------------------------------
	general
------------------------------------------------------------*/
.pageLead {
	margin-bottom: 60px;
	height: 660px;
	position: relative;
}

.pageLead.bg01 {
	background: url(../images/page_about.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.bg02 {
	background: url(../images/page_lead02.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.bg03 {
	background: url(../images/page_lead03.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.bg04 {
	background: url(../images/page_lead04.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.bg05 {
	background: url(../images/page_lead05.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead h2 {
	width: 100%;
	position: absolute;
	color: #fff;
	font-size: 60px;
	left: 0;
	top: 47%;
	text-align: center;
}

.pageLead h2 span {
	display: block;
	font-size: 23px;
	font-weight: normal;
}

.pageLead .pageTop {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #EFEFEF;
}

.pageLead .pageTop .sub {
	margin: 0 auto;
	padding: 10px 0 10px 40px;
	width: 80%;
	min-width: 1200px;
	font-size: 16px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 30px 30px;
	box-sizing: border-box;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #d40000;
	border: 1px solid #d40000;
}

.pagination a.page-num-current {
	color: #fff;
	background: #d40000;
	border: 1px solid #d40000;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}

.detailBox {
	margin: 0 auto;
	padding: 0;
}

.detailBox .inner {
	margin-bottom: 30px;
}

.detailBox .inner .photo {
	margin-right: 30px;
	width: 48%;
	float: left;
}

.detailBox .inner .photo img {
	width: 100%;
}

.detailBox .inner .textBox {
	width: 48%;
	float: right;
}

.detailBox .inner .textBox .title {
	padding-bottom: 15px;
	color: #333;
	font-size: 40px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.detailBox .inner .textBox .title:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
	background: #d40000;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.detailBox .linkUl {
	margin-bottom: 20px;
}

.detailBox .linkUl li {
	width: 185px;
	float: left;
}

.detailBox .linkUl .btn01 {
	margin-right: 15px;
	padding: 10px 0 10px 30px;
	display: block;
	color: #d40000;
	font-size: 22px;
	text-align: center;
	border: 1px solid #d40000;
	border-radius: 5px;
	background: url(../images/icon04.png) no-repeat 10px center;
	background-size: 25px 25px;
}

.detailBox .linkUl .btn02 a {
	padding: 11px 0;
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #d40000;
	border-radius: 5px;
}

.detailBox .infoTtl {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.detailBox .infoTtl span {
	margin-top: -1px;
	padding: 15px 0;
	width: 150px;
	display: block;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 3px solid #d40000;
}

.detailPage {
	font-size: 16px;
}
	
.detailPage img {
	margin: 0 auto 20px;
	display: block;
}

.qianhou {
	margin: 30px auto 30px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

.subtitle {
	margin-bottom: 25px;
    font-size: 16px;
    line-height:60px;
    height: 60px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.subtitle span {
    padding:0 30px;
}

.subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}

.subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}

.otherDetail {
	margin: 0 auto;
}

.otherDetail p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
}

.otherDetail .infoTilte {
	color: #000;
	font-size: 30px;
	text-align: center;
}

.otherDetail img {
	margin: 10px auto;
	max-width: 100%;
	display: block;
}

.otherDetail video {
	margin: 10px auto;
	width: 80%;
	height: auto !important;
	display: block;
}









