.videoWrap {
	position: relative;
	overflow: hidden
}

.videoWrap a.playbtn {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: url(../img/video-btn-ie.png) no-repeat center;
	background: rgba(0, 0, 0, 0.6) url(../img/video-btn.png) no-repeat center;*/
	z-index: 9
}

.videoWrap img {
	width: 100%;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s
}

.videoWrap:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.titleStyle,
.showTitle span {
	border-bottom: 2px solid #c9151e;
	padding-bottom: 3px;
	display: inline-block
}

.showVideo {
	width: 48.33333%;
	float: left
}

.showVideo .showTitle span {
	padding-right: 18.62069%
}

.showVideo .videoWrap a.playbtn {
	/*background: url(../img/video-btn-ie2.png) no-repeat center;
	background: rgba(0, 0, 0, 0.4) url(../img/video-btn2.png) no-repeat center*/
}

.showVideo .box,
.showVideo #quotation li,
#quotation .showVideo li {
	width: 48.27586%;
	padding-bottom: 15px;
	margin-bottom: 1.72414%
}

.showVideo .title {
	margin-top: 6px
}

.showVideo .title a {
	color: #555
}

.showVideo .title a:hover {
	color: #c9151e
}

@media screen and (max-width:300px) {
	.showVideo .box {
		width: 100%
	}
}

@media screen and (max-width:500px) and (min-width:301px) {
	.showVideo .videoWrap a.playbtn {
		background-size: auto 60%
	}
}

.showVideo,
.showNews {
	padding-top: 15px;
	margin-top: 2.91667%;
	padding-bottom: 15px;
	margin-bottom: 2.91667%
}

.showTitle {
	padding-bottom: 15px;
	margin-bottom: 2.58621%;
	color: #333
}

@media screen and (max-width:1000px) {
	.showVideo,
	.showNews {
		width: 100%
	}
	.showVideo {
		padding-bottom: 0;
		margin-bottom: 0
	}
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close {
	/*background-image: url("../img/fancybox/fancybox_sprite.png")*/
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	/*background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat*/
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url("../img/fancybox/blank.gif");*/
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 2.5rem;
	height: 4.125rem;
	line-height: 4.125rem;
	text-align: center;
	margin-top: -33px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	/*background: url(../img/fancybox/bg-black64.png) repeat;*/
	background: rgba(0, 0, 0, 0.64)
}

.fancybox-nav span:before {
	font-family: icomoon;
	font-size: 36px;
	color: #fff
}

.fancybox-prev span {
	left: 3px
}

.fancybox-prev span:before {
	content: '\e63b'
}

.fancybox-next span {
	right: 3px
}

.fancybox-next span:before {
	content: '\e63c'
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}

.fancybox-lock {
	overflow: hidden!important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden!important
}

.fancybox-lock-test {
	overflow-y: hidden!important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	/*background: url("../img/fancybox/fancybox_overlay.png")*/
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8)
}

.navsub {
	position: absolute;
	top: 100%;
	z-index: 990;
	width: 100%;
	left: 0;
	background: #dcdcdc;
	display: none;
	border-top: 27px solid #fff
}

.navsub .center,
.navsub .mainTop .mainTitle,
.mainTop .navsub .mainTitle,
.navsub #location {
	/*background: #e0e0e0 url(../img/bg-sub.png) no-repeat right bottom;*/
	min-height: 200px
}

.navsub dl {
	text-transform: capitalize
}

.navsub a {
	color: #333
}

.navsub a:hover {
	color: #c9151e
}

.navsubInfoInner,
.navsubProInner {
	display: table;
	width: 100%;
	table-layout: fixed
}

.navsub dl {
	display: table-cell;
	vertical-align: top;
	padding: 24px 6px 30px 12px
}

.navsub dl:nth-child(even) {
	background: rgba(255, 255, 255, 0.2)
}

.navsub dt {
	line-height: 1.3;
	font-size: 18px;
	margin-bottom: 20px
}

.navsub dd {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 16px
}

.navsub dl:hover dt a {
	color: #c9151e
}

.navsubProInner dl {
	width: 20%
}

.navsubInfoInner dl {
	width: 14.2857%
}

.table-top td,
.table-top th {
	vertical-align: top
}

.pdfbtn {
	margin-bottom: 15px;
	display: none
}

.pdfbtn img {
	width: 48px
}

.ent-img3-more.ent-contact li {
	text-align: left
}

.ent-contact li strong {
	display: block;
	color: #c9151e;
	border-bottom: 1px dotted #dadada;
	margin-bottom: 8px;
	padding-bottom: 5px
}

.shareMail:before {
	content: '\e67f';
	font-size: 26px
}

ul.ent-num li {
	margin-left: 20px;
	list-style: outside decimal
}

ul.ent-dot li {
	margin-left: 20px;
	list-style: outside disc
}

table.table-left td,
table.table-left th {
	text-align: left
}

ul[class^="ent-img"] {
	padding: 8px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0;
	font-size: 0
}

ul[class^="ent-img"]:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: ''
}

ul[class^="ent-img"] li.line {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 0
}

ul[class^="ent-img"] li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px
}

ul[class^="ent-img"]:first-child {
	margin-top: -8px;
	padding-top: 0
}

ul[class^="ent-img"] li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1%;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}

ul[class^="ent-img"] li span {
	display: block;
	margin-top: 4px;
	text-transform: capitalize
}

ul[class^="ent-img"] li p {
	margin-top: 4px
}

ul[class^="ent-img"] li img {
	vertical-align: bottom
}

.ent-img2 li {
	width: 48%
}

.ent-img3-only li,
.ent-img3-more li {
	width: 31.5%
}

.ent-img4 li {
	width: 23%
}

.ent-img5 li {
	width: 19.2%
}

.ent-img6 li {
	width: 15.6%
}

@media screen and (max-width:750px) {
	.ent-img5.ent-res li,
	.ent-img6.ent-res li {
		width: 31.5%
	}
}

@media screen and (max-width:650px) {
	.ent-img4.ent-res li,
	.ent-img3-more.ent-res li {
		width: 48%
	}
}

@media screen and (max-width:520px) {
	.ent-img5.ent-res li,
	.ent-img6.ent-res li {
		width: 48%
	}
}

@media screen and (max-width:460px) {
	.ent-img2.ent-res li,
	.ent-img3-only.ent-res li,
	.ent-img3-more.ent-res li,
	.ent-img4.ent-res li {
		width: 100%
	}
}

.ent-img-fl {
	*zoom: 1
}

.ent-img-fl:before,
.ent-img-fl:after {
	display: table;
	content: ""
}

.ent-img-fl:after {
	clear: both
}

.ent-img-fl img {
	float: left;
	margin-right: 14px;
	max-width: 47%
}

@media screen and (max-width:720px) {
	.ent-img-fl img {
		float: none;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		max-width: 100%
	}
}

.ent-img-fr {
	*zoom: 1
}

.ent-img-fr:before,
.ent-img-fr:after {
	display: table;
	content: ""
}

.ent-img-fr:after {
	clear: both
}

.ent-img-fr img {
	float: right;
	margin-left: 14px;
	max-width: 47%
}

@media screen and (max-width:750px) {
	.ent-img-fr img {
		float: none;
		display: block;
		margin-bottom: 10px;
		margin-left: 0;
		max-width: 100%
	}
}

.ent-img-left {
	padding: 15px 0
}

.ent-img-left>img {
	float: left;
	max-width: 50%
}

.ent-img-left,
.ent-img-left .listText {
	overflow: hidden;
	zoom: 1
}

.ent-img-left:first-child {
	margin-top: -15px
}

.ent-img-left>img {
	margin-right: 4%;
	max-width: 50%
}

@media screen and (max-width:750px) {
	.ent-img-left>img {
		float: none;
		margin-right: 0;
		max-width: 100%
	}
	.ent-img-left .listText {
		margin-top: 12px
	}
}

.ent-img-right {
	padding: 15px 0
}

.ent-img-right>img {
	float: right;
	max-width: 50%
}

.ent-img-right,
.ent-img-right .listText {
	overflow: hidden;
	zoom: 1
}

.ent-img-right:first-child {
	margin-top: -15px
}

.ent-img-right>img {
	margin-left: 4%;
	max-width: 50%
}

@media screen and (max-width:750px) {
	.ent-img-right>img {
		float: none;
		margin-left: 0;
		max-width: 100%
	}
	.ent-img-right .listText {
		margin-top: 12px
	}
}

.justify.box2 .box {
	width: 47%;
	text-align: center;
	margin-bottom: 8px
}

@media screen and (max-width:350px) {
	.justify.box2 .box {
		width: 100%
	}
}

.ent-img3-more.ent-contact li i {
	width: 53px;
	height: 1px;
	display: inline-block
}