@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#main {
	padding: 70px 0 90px;
}

.aboutBox {
	padding-bottom: 60px;
}

.aboutBox .left {
	width: 32%;
	float: left;
}

.aboutBox .left .en {
	color: #EB5C20;
	font-size: 40px;
}

.aboutBox .left .en span {
	display: inline-block;
	position: relative;
}

.aboutBox .left .en span:before {
	width: 60px;
	height: 3px;
	position: absolute;
	left: 110%;
	top: 50%;
	content: "";
	background: #EB5C20;
}

.aboutBox .left .title {
	margin-bottom: 30px;
	color: #000;
	font-size: 50px;
	font-weight: bold;
}

.aboutBox .left .feature {
	margin-bottom: 30px;
}
	
.aboutBox .left .feature li {
	margin-bottom: 10px;
	width: 50%;
	float: left;
	color: #333;
	font-size: 17px;
}

.aboutBox .left .feature li span {
	display: block;
	color: #EB5C20;
	font-size: 50px;
	font-weight: bold;
}

.aboutBox .left .feature li span em {
	font-weight: normal;
	font-size: 15px;
	font-style: normal;
}

.aboutBox .textBox {
	width: 66%;
	float: right;
}

.aboutBox .textBox p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.7;
	text-indent: 2em;
}

.company {
	padding: 60px 0 70px;
	background: url(../images/company_bg.jpg) no-repeat center center;
	background-size: cover;
}

.company .headLine01 {
	color: #fff;
}

.company li {
	margin: 0 1%;
	padding: 40px 0;
	width: 48%;
	float: left;
	border-radius: 10px;
	background: rgba(255,255,255,.1);
}

.company li .icon {
	margin-bottom: 20px;
	text-align: center;
}

.company li .icon img {
	width: 60px;
}

.company li .title {
	margin-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.company li .text {
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.interior {
	padding: 70px 0 0;
}

.interior li {
	margin: 0 0.5%;
	width: 24%;
	float: left;
	overflow: hidden;
	border-radius: 10px;
}

.interior li img {
	width: 100%;
}

.comNavi {
	margin-bottom: 30px;
}

.comNavi li {
	margin: 0 1% 15px;
	width: 14.66%;
	float: left;
}
	
.comNavi li a {
	padding: 8px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #0052A4;
	border-radius: 20px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comNavi li a:hover {
	background: #EB5C20;
}

.comList li {
	margin: 0 1% 30px;
	width: 23%;
	float: left;
}

.comList li a {
	display: block;
}

.comList li .photo {
	overflow: hidden;
}

.comList li img {
	width: 100%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li .textBox {
	padding: 15px;
	position: relative;
	background: rgba(204,204,204,.2);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comList li a:hover .textBox {
	background: #0052A4;
}

.comList li .textBox p {
	color: #333;
	font-size: 18px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comList li a:hover .textBox p {
	color: #fff;
}

.comList li .textBox .link {
	padding: 0 20px 1px 0;
	position: absolute;
	right: 15px;
	top: 18px;
	color: #666;
	background: url(../images/icon06.png) no-repeat right center;
	background-size: 15px 15px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comList li a:hover .textBox .link {
	color: #fff;
	background: url(../images/icon12.png) no-repeat right center;
	background-size: 15px 15px;
}

.comNews li {
	margin-bottom: 40px;
}

.comNews li a {
	padding: 20px;
	display: block;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comNews li a:hover {
	background: #0052A4;
}

.comNews li a .photo {
	margin-right: 30px;
	width: 320px;
	float: left;
	overflow: hidden;
	border-radius: 15px;
}

.comNews li a .photo img {
	width: 100%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comNews li a:hover .photo {
}

.comNews li a .textBox {
	padding: 30px 0 0;
	width: 50%;
	float: left;
}

.comNews li a .textBox .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comNews li a:hover .textBox .title {
	color: #fff;
}

.comNews li a .textBox .text {
	margin-bottom: 20px;
	color: #666;
	font-size: 17px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comNews li a:hover .textBox .text {
	color: #fff;
}

.comNews li a .textBox .link {
	padding: 5px 0;
	width: 120px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-radius: 20px;
	background: #0052A4;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comNews li a:hover .textBox .link {
	color: #0052A4;
	background: #fff;
}

.comNews li a .date {
	padding: 50px 0 0;
 	width: 150px;
	float: right;
	color: #666;
	font-size: 20px;
	font-family: Impact;
	text-align: center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comNews li a .date span {
	display: block;
	font-size: 60px;
}

.comNews li a:hover .date {
	color: #fff;
}

.contactBox .left {
	width: 40%;
	float: left;
}

.contactBox .left h2 {
	margin-bottom: 20px;
	color: #666;
	font-size: 26px;
}

.contactBox .left h2 span {
	display: block;
	color: #000;
	font-size: 40px;
}

.contactBox .left .name {
	margin-bottom: 30px;
	color: #0052A4;
	font-size: 50px;
	font-weight: bold;
}

.contactBox .left li {
	margin-bottom: 15px;
	color: #333;
	font-size: 18px;
}

.contactBox .left li span {
	margin-right: 20px;
	padding-top: 14px;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	background: #0052A4;
	border-radius: 50%;
	box-sizing: border-box;
}

.contactBox .left li span img {
	width: 30px;
}

.contactBox .map {
	width: 58%;
	height: 500px;
	float: right;
	border: 1px solid #ccc;
}

.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: #0070D8;
	border: 1px solid #0070D8;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}

.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/icon01.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;
}
	
.detailPage video {
	margin: 0 auto 20px;
	width: 800px;
	height: auto;
	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 30px;
	width: auto !important;
	height: auto !important;
	display: block;
}

