* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
}

body {
	font-size: 14px;
}

img {
	border: 0
}

li {
	list-style: none;
}

body {
	font-family: "Microsoft YaHei";
	font-family: Microsoft YaHei;
}

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: 1200px;
	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 {
	display: inline-block;
	vertical-align: top;
}

.dpb, .display-block {
	display: block;
}

.dpn, .display-none {
	display: none;
}

.tac, .text-align-center {
	text-align: center;
}

.tal, .text-align-left {
	text-align: left;
}

.tar, .text-align-right {
	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;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.item-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.flex-wrap {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.justify-between {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.justify-end {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-box:after, .item-center:after, .justify-center:after, .flex-wrap:after, .justify-between:after, .justify-end:after {display: none;}

/* 箭头 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 */

.transition_03 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.transition_04 {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.transition {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.transform-50-50 {
	position: absolute;
	top: 50%;
	left: 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%);
}
.transform-scale-105-hover:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.transform-scale-102-hover:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

/**** 英文大小写 start ****/

.opacity-0 {
	opacity: 0;
}

/* 全大写 start */
.uppercase {
	text-transform: uppercase;
}

/* 首字母大写 start */
.capitalize {
	text-transform: capitalize;
}

/* 全小写 start */
.lowercase {
	text-transform: lowercase;
}

/**** 英文大小写 end ****/


.image-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
[class *='image-bg-'] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-bg-contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.image-bg-top {
	background-position: top center;
	background-size: 100% auto;
}
.image-bg-bottom {
	background-position: bottom center;
	background-size: 100% auto;
}
.image-bg-center {
	background-position: center;
}
.image-bg-repeat {
	background-repeat: repeat;
	background-size: initial;
}
.image-bg-100 {
	background-size: 100% 100%;
}
.image-bg-fixed {
	background-attachment: fixed;
}


/* 多板块通用 start */
[class *='page-box'] {
	overflow: hidden;
}
.page-box {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 1400px) {
	.page-box {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (max-width: 1200px) {
	.page-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 992px) {
	.page-box {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
.list-page-box, .detail-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: 380px) {
	.page-box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.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 {
	padding: 0;
	/* margin-top: 20px; */
	margin-bottom: 35px;
	overflow: hidden;
}

.cfff {
	color: #fff;
}

.typename-box.tal, .typename-box.text-align-left {
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}

.type-name {
	font-size: 36px;
	color: #e60212;
	line-height: 1.5;
}

.typename-line {
	width: 40px;
	margin: 10px auto;
	height: 5px;
	background-color: #1e50ae;
	display: block;
}

.cfff .typename-line {
	background-color: #fff;
}

.typename-line2 {
	width: 50px;
}

.typename-icon {
	height: 18px;
	width: 120px;
	margin: 5px auto;
	background: url(../images/icon1.png) no-repeat center center;
}

.cfff .typename-icon {
	background: url(../images/icon1-1.png) no-repeat center center;
}

.typename-box.tal .typename-line {
	float: left;
	width: 20px;
	height: 6px;
}

.type-desc {
	display: block;
	text-align: center;
	letter-spacing: 5px;
	font-size: 16px;
	color: #2b2b2b;
}

.cfff .type-desc {
	color: #fff;
}

.type-desc-en {
	margin-top: 5px;
	/* font-size: 13px; */
	text-transform: uppercase;
	color: #aaa;
}
.cfff .type-desc-en {
	color: #fff;
}

.title-line {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #1e50ae;
	margin: 5px 0;
}

@media (max-width: 1200px) {
	.typename-box {
		margin-bottom: 30px;
	}

}

@media (max-width: 768px) {
	.typename-box {
		text-align: center;
		margin-bottom: 30px;
	}

	.type-name {
		font-size: 22px;
		line-height: 1.5;
	}

	.typename-icon {
		margin: 0 auto;
	}

	.typename-line {
		margin: 5px auto;
	}

}

@media (max-width: 480px) {
	.typename-box {
		margin-bottom: 15px;
	}

	.type-name {
		/* font-size:16px; */
		font-size: 20px;
	}

	.typename-icon {
		height: 10px;
	}

	.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;
	}
}

.page-body {
	position: relative;
}


.hidden {
	display: none;
}

.list-video-box {
	position: relative;
}

.video {
	object-fit: cover;
}


.wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-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 {
		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;
	}
}

.bgcf1f1f1 {background-color: #f1f1f1;}
.bgcf2f2f2 {background-color: #f2f2f2;}
.bgcf3f3f3 {background-color: #f3f3f3;}
.bgcf4f4f4 {background-color: #f4f4f4;}
.bgcf5f5f5 {background-color: #f5f5f5;}
.bgcf8f8f8 {background-color: #f8f8f8;}
.bgcf9f9f9 {background-color: #f9f9f9;}
.bgcfafafa {background-color: #fafafa;}
.bgcfcfcfc {background-color: #fcfcfc;}
.bgcfff {background-color: #fff;}


.color-default {
	color: #e60212;
}





.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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;
}


.w-1-2 {width: 50%;}

.w-1-3 { width: 33.33333333%;}
.w-2-3 {width: 66.66666666%;}

.w-1-4 { width: 25%;}
.w-2-4 {width: 50%;}
.w-3-4 {width: 75%;}


.border-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.border-radius {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		border-radius: 8px;
	}
}
@media (max-width: 480px) {
	.border-radius {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
}
.box-shadow {
	-webkit-box-shadow: 0 0 20px #dedede;
	-moz-box-shadow: 0 0 20px #dedede;
	-ms-box-shadow: 0 0 20px #dedede;
	-o-box-shadow: 0 0 20px #dedede;
	box-shadow: 0 0 20px #dedede;
}
.box-shadow-25 {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	-o-box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	box-shadow: 0 0 25px rgba(0, 0, 0, .08);
}
@media (max-width: 768px) {
	.box-shadow {
		-webkit-box-shadow: 0 0 10px #dedede;
		-moz-box-shadow: 0 0 10px #dedede;
		-ms-box-shadow: 0 0 10px #dedede;
		-o-box-shadow: 0 0 10px #dedede;
		box-shadow: 0 0 10px #dedede;
	}
	
	.box-shadow-25 {
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
		-o-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
		box-shadow: 0 0 15px rgba(0, 0, 0, .08);
	}
}
@media (max-width: 480px) {
	.box-shadow {
		-webkit-box-shadow: 0 0 5px #dedede;
		-moz-box-shadow: 0 0 5px #dedede;
		-ms-box-shadow: 0 0 5px #dedede;
		-o-box-shadow: 0 0 5px #dedede;
		box-shadow: 0 0 5px #dedede;
	}
	.box-shadow-25 {
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
		-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
		-o-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
		box-shadow: 0 0 8px rgba(0, 0, 0, .08);
	}
}

.padding-top-0 {
	padding-top: 0;
}

.padding-bottom-0 {
	padding-bottom: 0;
}

.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.border-radius-8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.border-radius-10 {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		border-radius: 8px;
	}
}
@media (max-width: 480px) {
	.border-radius-8, .border-radius-10 {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
}


.bold {
	font-weight: bold;
}

/* 多板块通用 end */






/* 图片 start */
.list-image-box-border {
	border: 1px solid #efefef;
}
.list-image-box-bg {
    /* border-radius: 5px; */
    padding: 8px;
}
.list-image-box {
	overflow: hidden;
	position: relative;
	/* padding-bottom: 68.75%; */
	padding-bottom: 75%;
}

.list-image-box-50 {padding-bottom: 50%;}
.list-image-box-62_5 {padding-bottom: 62.5%;}
.list-image-box-68_75 {padding-bottom: 68.75%;}
.list-image-box-75 {padding-bottom: 75%;}
.list-image-box-100 {padding-bottom: 100%;}

.list-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.list-image-box:hover .list-image:not(.not-hover) {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.image-cover {
	object-fit: cover;
}
.image-contain {
	object-fit: contain;
}
/* 图片 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, .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;
	background-color: #fff;
}
.pages ul b {
	font-weight: normal;
}

.pages ul a:hover, .pages ul .active a {
	background-color: #e60212;
	text-decoration: none;
	color: #fff;
	border-color: #e60212;
}

.pages ul .disabled span  {
	border-color: #e5e5e5;
	background-color: #f5f5f5;
	color: #aaa;
}

.pages ul .active span  {
	border-color: #e60212;
	background-color: #e60212;
	color: #fff;
}

@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 {
		/* padding: 0 5px; */
		font-size: 12px;
	}
}
/* 翻页 end */


/* 更多 start */
.page-more-box {margin-top: 40px;}
.page-more-row {margin-top: 30px;}
.page-more {
	display: inline-block;
	width: 140px;
	border: 1px solid #2b2b2b;
	text-align: center;
	line-height: 40px;
	color: #2b2b2b;
	font-size: 15px;
}
.page-more:hover {
	background-color: #e60212;
	border-color: #e60212;
	color: #fff;
}
@media (max-width: 768px) {
	.page-more-box {margin-top: 30px;}
	.page-more-row {margin-top: 20px;}
}
@media (max-width: 480px) {
	.page-more-box {margin-top: 20px;}
	.page-more-row {margin-top: 10px;}
	.page-more {
		width: 120px;
		line-height: 36px;
		font-size: 14px;
	}
}

/* 更多 end */