* {
	margin: 0;
	padding: 0;
	/* word-break:break-all; */
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
}

body {
	font-family: "Microsoft YaHei";
	font-family: Microsoft YaHei;
	font-size: 14px;
	text-align: justify;
}

/* body:before {
  width: 100%;
  height: 100%;
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
} */

img {
	border: 0;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

li {
	list-style: none;
}


i {
	font-style: normal;
}

div:after,
ul:after,
li:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* img { -webkit-transition:1s; -moz-transition:1s; transition:1s; } */
.w1200 {
	width: 1600px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.clearBox:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

input {
	outline: none;
}

a,
a:hover {
	color: inherit;
	cursor: pointer;
}

.dpib {
	display: inline-block;
}

.dpb {
	display: block;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.pstr {
	position: relative;
}

.psta {
	position: absolute
}


.flex-box {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

.justify-center {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.item-center {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}




/* 箭头 start */
.arrow {
	width: 11px;
	height: 11px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	margin-right: 3px;
	margin-top: 3px;
	margin-left: 3px;

}

.arrow_l {
	transform: rotate(-135deg);
	/* 左箭头 start */
}

.arrow_r {
	transform: rotate(45deg);
	/* 右箭头 start */
}

.arrow_u {
	transform: rotate(-45deg);
	/* 上箭头 start */
}

.arrow_b {
	transform: rotate(135deg);
	/* 下箭头 start */
}

/* 箭头 end */



/* 左右居中(偏移) start */
.tftl_50_0 {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* 左右居中(偏移) end */

/* 上下居中(偏移) start */
.tftl_0_50 {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* 上下居中(偏移) end */

/* 上下左右居中(偏移) start */
.tftl_50_50 {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 上下左右居中(偏移) end */

.b-shadow {
	-o-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	box-shadow: 0 0 25px rgba(0, 0, 0, .08);
}

.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

/**** 英文大小写 start ****/

/* 全大写 start */
.uppercase {
	text-transform: uppercase;
}

/* 首字母大写 start */
.capitalize {
	text-transform: capitalize;
}

/* 全小写 start */
.lowercase {
	text-transform: lowercase;
}

/**** 英文大小写 end ****/

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.image-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 多板块通用 start */
.page-box {
	padding-top: 90px;
	padding-bottom: 90px;
	/* padding-top: 110px;
	padding-bottom: 110px; */
}

@media (max-width: 1600px) {
	.page-box {
		padding-top: 70px;
		padding-bottom: 70px;
		/* padding-top: 90px;
		padding-bottom: 90px; */
	}
}

@media (max-width: 1400px) {
	.page-box {
		padding-top: 60px;
		padding-bottom: 60px;
		/* padding-top: 70px;
		padding-bottom: 70px; */
	}
}

@media (max-width: 1200px) {
	.page-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 992px) {
	.page-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.page-box {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.page-box {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 414px) {
	.page-box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (max-width: 380px) {
	.page-box {
		/* padding-top: 10px;
		padding-bottom: 10px; */
	}
}

.page-body {
	/* color: #666; */
}

/* .cfff .page-body {
	color: #fff;
} */

.page-content {
	color: #666;
	padding: 30px 0;
	line-height: 1.6;
}

@media (max-width: 992px) {
	.page-content {
		padding: 20px 0;
	}
}

@media (max-width: 768px) {
	.page-content {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.page-content {
		padding: 5px 0;
	}
}

.typename-box {
	/* text-align: center; */
	padding: 0;
	/* margin-top: 20px; */
	margin-bottom: 30px;
	overflow: hidden;
}

.cfff {
	color: #fff;
}

.typename-box.tal {
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}


.type-name {
	/* font-size: 22px; */
	font-size: 28px;
	font-weight: bold;
	/* color: #555; */
	text-transform: uppercase;
}

.typename-line {
	width: 43px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 3px;
	background-color: #1199EC;
	display: block;
}

.tac .typename-line {
	margin-left: auto;
	margin-right: auto;
}

.cfff .typename-line {
	background-color: #fff;
}

.typename-line2 {
	width: 50px;
}


.typename-icon {
	/* height: 18px;
	width: 120px; */
	height: 50px;
	width: 450px;
	max-width: 60%;
	margin: 0 auto;
	background-image: url(../images/typeLine.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cfff .typename-icon {
	background-image: url(../images/typeLine.png);
}

.typename-box.tal .typename-line {
	float: left;
	width: 20px;
	height: 6px;
}

.type-desc {
	margin-top: 5px;
	font-size: 15px;
	/* color: #666; */
}

/* .cfff .type-desc {
	color: #fff;
} */

.type-desc-en {
	margin-top: 5px;
	font-size: 16px;
	text-transform: uppercase;
	/* color: #666; */
	/* opacity: .7; */
}
/* .cfff .type-desc-en {
	color: #fff;
} */

.title-line {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #1199EC;
	margin: 5px 0;
}

@media (max-width: 1200px) {
	.typename-box {
		margin-bottom: 25px;
	}

}

@media (max-width: 768px) {
	.typename-box {
		margin-bottom: 20px;
	}

	.type-name {
		font-size: 22px;
		line-height: 1.5;
	}

	.typename-icon {
		margin: 0 auto;
	}

	.typename-line {
		margin: 5px auto;
		width: 40px;
	}

}

@media (max-width: 480px) {
	.typename-box {
		margin-bottom: 15px;
	}

	.type-name {
		font-size: 20px;
	}

	.typename-icon {
		height: 20px;
	}

	.typename-line {
		height: 4px;
	}

	.title-line {
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.type-subtitle,
	.type-desc-en {
		font-size: 12px;
	}

	.type-desc {
		font-size: 13px;
	}
	.type-desc , .type-desc-en  {
		margin-top: 5px;
	}
}
@media (max-width: 414px) {
	.typename-box {margin-bottom: 10px;}
}

.page-body {
	position: relative;
}


.hidden {
	display: none;
}

.list-video-box {
	position: relative;
}

.video {
	object-fit: cover;
}


.wrap {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1200px) {
	.wrap {
		overflow: hidden;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:768px) and (min-width:500px) {
	.wrap {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	.wrap {
		padding: 0 10px;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.wrap {
		/* padding: 0 5px; */
		margin: 0;
	}
}



.bgcf5f5f5 {background-color: #f5f5f5;}
.bgcf8f8f8 {background-color: #f8f8f8;}
.bgcfafafa {background-color: #fafafa;}
.bgcfff {background-color: #fff;}
.bgc000 {background-color: #000;}
.bgc222 {background-color: #222;}

.overflow-hidden {
	overflow: hidden;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

[class *='ellipsis-'] {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ellipsis-1 {
	display: block;
	white-space: nowrap;
}

.ellipsis-2 {
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	-webkit-line-clamp: 3;
}

.ellipsis-4 {
	-webkit-line-clamp: 4;
}

.ellipsis-5 {
	-webkit-line-clamp: 5;
}

.ellipsis-6 {
	-webkit-line-clamp: 6;
}
.ellipsis-7 {
	-webkit-line-clamp: 7;
}
.ellipsis-8 {
	-webkit-line-clamp: 8;
}
.ellipsis-9 {
	-webkit-line-clamp: 9;
}
.ellipsis-10 {
	-webkit-line-clamp: 10;
}
.ellipsis-11 {
	-webkit-line-clamp: 11;
}

.padding-top-0 {
	padding-top: 0;
}

.padding-bottom-0 {
	padding-bottom: 0;
}

/* 多板块通用 end */


/* 页面左右分布 start */
.page-left {
	float: left;
}
.list-page-left {
	margin-right: 20px;
}
.page-right {
	overflow: hidden;
}
@media (max-width: 768px) {
	.page-left {
		float: none;
		width: auto;
	}
	.list-page-left {
		margin-right: 0;
	}
}
/* 页面左右分布 end */




/* 图片 start */
.list-image-box {
	position: relative;
	padding-bottom: 62.5%;
}

.list-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* 图片 end */





/* 上一篇下一篇 start */
.prenext-ul {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #eaeaea;
}
.prenext-li {
	color: #666;
}
.prenext-li a {
	/* display: block; */
	line-height: 30px;
}
.prenext-li a:hover {
	color: #256ab9;
}
.prenext-li a.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@media (max-width: 768px) {
	.prenext-ul {margin-top: 10px; padding: 5px 0; text-align: left;}
	.prenext-li { float: none; width: auto; padding: 5px 0;}
	.prenext-li a {margin: 0 2px; line-height: 20px; font-size: 13px;}
}
/* 上一篇下一篇 end */





/* 相册滚动 start */
.swiper-page-bg {
	padding: 0 50px;
}

.swiper-button-next, .swiper-button-prev {
	outline: none;
}
@media (max-width: 768px) {
	.swiper-page-bg {
		padding: 0 30px;
	}
}
@media (max-width: 480px) {
	.swiper-page-bg {
		padding: 0 25px;
	}

	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 30px;
	}
}
/* 相册滚动 end */







/* 详情图片 start */
.detail-image-box {
	max-width: 800px;
	margin: 10px auto;
	text-align: center;
}

.detail-image {
	max-width: 100%;
}
/* 详情图片 end */


/* 详情视频（iframe） start */
.detail-video-box {
	max-width: 800px;
	margin: 10px auto;
}
.detail-video-box iframe {
	width: 100%;
}
/* 详情视频 end */


/* 视频 start */
.list-video-box {
	position: relative;
	padding-bottom: 62.5%;
}
.video {
	background: #000;
	width: 100%;
	display: block;
}
.list-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoPlayIcon-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.3);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	
}
@media (max-width: 768px ) {
	.videoPlayIcon-box {
		background-size: 30px auto;
	}
}
/* 视频 end */


.page-more-box {
	
}
.page-more {
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	background: #1199EC;
	/* -webkit-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	-moz-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	-ms-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	-o-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC); */
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}
.cfff .page-more {
	background: #fff;
	color: #000;
}
.page-more:hover, .cfff .page-more:hover {
	background: #000;
	color: #fff;
}

@media (max-width: 480px){
	.page-more {margin-top: 20px;}
}




/* 翻页 start */
.pagesize {
	text-align: center;
	padding-top: 30px;
}

.pagesize li {
	display: inline-block;
}

.pagesize a, .pagesize select, .pagesize span {
	display: inline-block;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #ccc;
	font-size: 14px;
	line-height: 32px;
	font-family: arial;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}

.pagesize a:hover, .pageBox a:active, .pagesize .cur, .pagesize .active span {
	background: #1199EC;
	color: #FFFFFF;
	border-color: #1199EC;
	text-decoration: none;
}

.pagesize a.cur {
	color: #fff;
}

@media (max-width: 768px) {
	.pagesize {padding-top: 10px;}
}
@media (max-width: 480px) {
	.pagesize {padding-top: 5px;}
	.pagesize a, .pagesize select, .pagesize span  { padding: 0 9px; line-height:24px;height:auto;font-size:12px; margin-right: 3px; margin-bottom: 3px;}
}
/* 翻页 end */


/* 翻页 start */
.pages {
	clear: both;
	margin: 50px 0 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
}

.pages ul td {
	display: inline-block;
	text-align: center;
	margin: 0 5px 5px;
}

#pages {
	font-size: 0;
}

#pages li {
	margin: 0 3px;
	display: inline-block;
}
.pages ul a,
.pages ul span {
	padding: 0 12px;
	font-size: 15px;
	line-height: 34px;
	display: block;
	color: #666;
	border: 1px solid #e5e5e5;
}
.pages ul span {
	border-color: #efefef;
	background-color: #efefef;
	color: #aaa;
}

.pages ul b {
	font-weight: normal;
}

.pages ul a:hover {
	background-color: #1199EC;
	text-decoration: none;
	color: #fff;
	border-color: #1199EC;
}

@media (max-width: 768px) {
	.pages {
		margin: 10px 0;
	}
	.pages ul td.pc-show {
		display: none;
	}
	.pages ul a,
	.pages ul span {
		padding: 0 10px;
		font-size: 13px;
		line-height: 32px;
	}
}
@media (max-width: 480px) {
	.pages ul td {
		margin-left: 3px;
		margin-right: 3px;
		padding: 0;
	}
	.pages ul a,
	.pages ul span {
		padding: 0 8px;
		font-size: 12px;
		line-height: 26px;
	}
}

@media (max-width: 380px) {
	.pages ul a,
	.pages ul span {
		font-size: 12px;
	}
}
/* 翻页 end */


/* 上一篇下一篇 start */
.prenext-ul {padding: 5px 0;}
/* 上一篇下一篇 end */



