* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: MicrosoftYaHei, '微软雅黑' !important;
}
body {
	width: 100%;
	overflow-x: hidden;
	background-color:#f4f4f4;
	/*background-image: linear-gradient(*/
		/*180deg,*/
		/*#f4f4f4 0%,*/
		/*#ffffff 100%*/
	/*) !important;*/
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}
.row {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
}
p,
div {
	margin: 0;
}
img {
	border: 0px;
}
a,
a:hover {
	text-decoration: none !important;
}
button {
	cursor: pointer;
}
.flex {
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	flex-wrap: wrap;
}
.line-center {
	align-items: center;
}
.line-start {
	align-items: flex-start;
}
.between {
	justify-content: space-between;
	align-items: center;
}
.end {
	justify-content: flex-end;
	align-items: center;
}
.center {
	justify-content: center;
	align-items: center;
}
.content-container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w570 {
	width: 570px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-140 {
	padding-top: 140px;
}
.pb-60 {
	padding-bottom: 0.8rem;
}
.py-15 {
	padding: 15px 0;
}
.py-30 {
	padding: 30px 0;
}
.py-60 {
	padding: 60px 0;
}
.mb-90 {
	margin-bottom: 90px;
}
.fs-12 {
	font-size: 12px;
}
.fs-16 {
	font-size: 16px;
}
.color5 {
	color: rgba(0, 0, 0, 0.5);
}
.color3 {
	color: #333;
}
.color0 {
	color: #000;
}
.line-height26 {
	line-height: 26px;
}
.line2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.border-b-d7 {
	border-bottom: 1px solid #d7d7d7;
}
div.border-b-none {
	border-bottom: none;
}
/* 一级标题 */
.first-title {
	padding: 10px 0;
	border-bottom: 1px solid #d7d7d7;
}
.first-title-name {
	font-size: 32px;
	color: #000;
	font-weight: bold;
}
.first-title-eng {
	padding-top: 5px;
	font-size: 16px;
	color: #ff1a00;
	letter-spacing: 1.3px;
}
/* 二级标题 */
.level-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
}
.level-title-name {
	font-size: 16px;
	color: #000000;
	letter-spacing: 1.8px;
	font-weight: bold;
}
.level-title-more {
	text-align: right;
}
.level-title-more p {
	position: relative;
	padding-right: 25px;
	display: inline-block;
	cursor: pointer;
}
.level-title-more p::after {
	position: absolute;
	right: 0;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: url(../image/jump.png) no-repeat center center;
}
/* 其他标题 */
.other-title-name {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
}
/* header */
.common-head {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	/* box-shadow: 0 4px 10px 1px rgb(153 153 153 / 20%); */
}
.common-head1 {
	background-color: #fff;
}
.common-head-tip {
	height: 30px;
	line-height: 30px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: 0;
	border-bottom: 1px solid #d7d7d7;
}
.common-head-tip-box {
	height: 30px;
	line-height: 30px;
}
.common-head-tip-box .ul {
	text-align: right;
}
.common-head-tip-box .ul span,
.common-head-tip-box .ul a {
	position: relative;
	padding: 0 16px;
	text-align: right;
	color: rgba(0, 0, 0, 0.5);
}
.common-head-tip-box .ul span::after,
.common-head-tip-box .ul a::after {
	position: absolute;
	content: '';
	right: 0;
	top: 2px;
	width: 1px;
	height: 14px;
	background: #d7d7d7;
}
.common-head-tip-box .ul span:last-child {
	padding-right: 0;
	cursor: pointer;
}
.common-head-tip-box .ul span:last-child:after {
	width: 0;
	height: 0;
}
.common-head-tip-box .ul span:last-child:hover .common-head-tip-code {
	height: auto;
	padding-top: 10px;
}
.common-head-tip-code {
	position: absolute;
	right: 0;
	width: 400px;
	height: 0;
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: height 250ms ease-in;
	-moz-transition: height 250ms ease-in;
	-o-transition: height 250ms ease-in;
	transition: height 250ms ease-in;
}
.common-head-nav {
	height: 110px;
	line-height: 55px;
	padding: 25px 0 25px;
}
.nav-head {
	line-height: 60px;
	padding-left: 35px;
}
.nav-head > span,
.nav-head > a {
	display: inline-block;
	margin-right: 25px;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
}
.nav-head > span:last-child,.nav-head > a:last-child{
	margin-right: 0;}
.nav-head > span > a {
	font-size: 18px;
	color: #333333;
}
.nav-head > span:hover > a,
.nav-head > span.active > a {
	line-height: 57px;
	color: #ff1a00;
}
.nav-head > span.active,
.nav-head > a.active,
.nav-head > span:hover,
.nav-head > a:hover {
	position: relative;
	color: #ff1a00;
	border-bottom: 4px solid #ff1a00;
	text-decoration: none;
	z-index: 1;
}
.common-head-log-name {
	width: 260px;
	vertical-align: middle;
}
/* 二级菜单 */
.nav-head > span:hover .secondary-menu {
	height: 80px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 4px solid #ff1a00;
}
/* .nav-head > span:hover .bg {
	height: 100%;
} */
.secondary-menu {
	position: fixed;
	left: 0;
	top: 119px;
	width: 100%;
	height: 0;
	line-height: 80px;
	background: #fff;
	z-index: 99;
	overflow: hidden;
	-webkit-transition: height 250ms ease-in;
	-moz-transition: height 250ms ease-in;
	-o-transition: height 250ms ease-in;
	transition: height 250ms ease-in;
}
.secondary-menu-tab {
	text-align: left;
}
.secondary-menu-tab a {
	padding-right: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
}
.secondary-menu-tab a:hover,
.secondary-menu-tab a.active,
.secondary-menu-left .active {
	color: #ff1a00;
	text-decoration: none;
}
.bg {
	position: fixed;
	left: 0;
	top: 120px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.common-navs {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
}
.common-navs span {
	padding-left: 20px;
	font-size: 12px;
	color: #333333;
	background: url(../image/jt_back.png) no-repeat center left;
}
.common-navs .active {
	color: #ff1a00;
}
.common-navs span:first-child {
	background: none;
	padding-left: 0;
}
.common-navs span:last-child {
	background: url(../image/jt_red.png) no-repeat center left;
}
/* footer */
.index-message {
	padding: 50px 0;
	background: #f5f5f5;
}
.index-message-text {
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.44px;
	line-height: 30px;
}
.footer {
	height: 88px;
	line-height: 88px;
	background: #e5e5e5;
}
.footer div {
	letter-spacing: 0.22px;
}
/* 分页 */
.pagination {
	margin-top: 30px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover {
	color: #e11a00;
	cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	border-color: #e11a00;
	background-color: #e11a00;
}
/* 日期 */
.glyphicon-arrow-left:before {
	content: '<';
}
.glyphicon-arrow-right:before {
	content: '>';
}
.datetimepicker table tr td span.active.active {
	background-color: #e11a00 !important;
	background-image: none !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #fff;
}
.jdate-container .jdate-confirm {
	color: #e11a00 !important;
}
/* 列表样式 */
.news-text-list li {
	margin-top: 30px;
	cursor: pointer;
}
.index-news-text {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news-text a {
	display: block;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news-text::before {
	position: absolute;
	left: 0;
	top: 0px;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: url(../image/radio.png) no-repeat center center;
	background-size: 100%;
}
.index-news-name {
	padding-bottom: 8px;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news-brief {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news-date {
	font-size: 16px;
	color: #333333;
	text-align: right;
}
.index-news-date1 {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: right;
	line-height: 14px;
}
/*9宫格图*/
.index-news-image {
	padding-bottom: 5px;
}
.index-news-image img {
	width: 225px;
	height: 145px;
}
.news-text-list li:hover .index-news-text,
.news-text-list li:hover .index-news-date,
.news-text-list li:hover .index-news-date1,
.news-text-list li:hover .index-news-text a,
.news-text-list li:hover a p {
	color: #ec250e;
}
.news-text-list li:hover .index-news-text::before {
	background: url(../image/radioed.png) no-repeat center center;
	background-size: 100%;
}
@media screen and (max-width: 1200px) {
	.content-container {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.content-container {
		width: 100%;
		background: #fff;
		padding-top: 1.9rem;
	}
	.w1200 {
		width: 100%;
	}
	.first-title-name {
		font-size: 0.48rem;
		color: #000000;
		letter-spacing: 0.6px;
	}
	.other-title-name {
		font-size: 0.51rem;
	}
	.first-title-eng {
		padding: 0.13rem 0;
		font-size: 0.24rem;
	}
	.level-title {
		padding: 0 0 0.27rem;
	}
	.level-title-name {
		font-size: 0.4rem;
	}
	.level-title-more p {
		font-size: 0.32rem;
		padding-right: 0.47rem;
	}
	.level-title-more p::after {
		width: 0.32rem;
		height: 0.32rem;
		top: 0.06rem;
	}
	/* header */
	.app-head {
		background-color: #fff;
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0.47rem 0.53rem;
		z-index: 99;
		box-shadow: 0 4px 10px 1px rgb(153 153 153 / 20%);
	}
	.app-head-logo {
		width: 3.92rem;
		height: 1rem;
	}
	.app-head-more {
		width: 0.48rem;
		height: 0.4rem;
		margin-top: 0.27rem;
	}
	.app-head-box.on {
		height: calc(100% - 100px);
		overflow-y: auto;
	}
	.app-head-box {
		position: fixed;
		right: 0;
		top: 2.27rem;
		width: 9.6rem;
		height: 0;
		background-color: #fff;
		border-radius: 0.29rem 0 0 0.29rem;
		z-index: 999;
		-webkit-transition: height 250ms ease-in;
		-moz-transition: height 250ms ease-in;
		-o-transition: height 250ms ease-in;
		transition: height 250ms ease-in;
		overflow: hidden;
	}
	.app-head-box > div:first-child {
		padding-top: 0.77rem;
	}
	.app-head-box > div {
		line-height: 1.55rem;
		margin: 0 0.77rem;
		border-bottom: 1px solid #979797;
	}
	.app-head-box > div > a,
	.app-head-box > div > span,
	.app-head-box > div > span > a {
		position: relative;
		display: block;
		font-size: 0.43rem;
		color: #333333;
	}
	.app-head-jump {
		position: absolute;
		right: 0.27rem;
		top: 0.43rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.app-head-box1 {
		display: none;
		background: rgba(243, 243, 243, 0.61);
	}
	.app-head-box1 > div {
		border-bottom: 1px solid #979797;
	}
	.app-head-box1 > div:last-child {
		border-bottom: none;
	}
	.app-head-box1 > div a {
		display: block;
		font-size: 0.4rem;
		color: #333;
		padding: 0 0.77rem;
	}
	.app-head-box .active img {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg); /* IE 9 */
		-moz-transform: rotate(90deg); /* Firefox */
		-webkit-transform: rotate(90deg); /* Safari 和 Chrome */
		-o-transform: rotate(90deg);
	}
	.app-head-box .active .app-head-box1 {
		display: block;
	}
	.app-bg.on {
		height: 100%;
	}
	.app-bg {
		width: 100%;
		height: 0;
		position: fixed;
		left: 0;
		top: 2rem;
		background: rgba(0, 0, 0, 0.7);
		z-index: 10;
		-webkit-transition: height 250ms ease-in;
		-moz-transition: height 250ms ease-in;
		-o-transition: height 250ms ease-in;
		transition: height 250ms ease-in;
		overflow: hidden;
	}
	/* footer */
	.index-message {
		padding: 0.67rem 0.53rem;
	}
	.index-message-logo {
		width: 3.03rem;
		height: 0.77rem;
	}
	.index-message-list {
		padding-top: 0.77rem;
	}
	.index-message-text {
		font-size: 0.35rem;
	}
	.index-message-code {
		text-align: left;
	}
	.index-message-code > div {
		padding: 0;
	}
	.index-message-code .col-xs-4 img {
		width: 2.64rem;
		height: 2.61rem;
	}
	.index-message-code .col-xs-4 p {
		font-size: 0.35rem;
		padding-top: 0.27rem;
	}
	.app-phone-img {
		width: 2.3rem;
		margin: 0.67rem 0 0.4rem;
	}
	.footer {
		padding: 0.4rem 0.53rem;
		height: 1.72rem;
		font-size: 0.32rem;
		line-height: 0.48rem;
	}
	/* 列表 */
	.news-text-list li {
		margin-top: 0.53rem;
	}
	.index-news-text {
		padding-left: 0.6rem;
		font-size: 0.35rem;
		line-height: 0.53rem;
	}
	.index-news-text a {
		font-size: 0.35rem;
	}
	.index-news-date {
		font-size: 0.32rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index-news-text::before {
		width: 0.32rem;
		height: 0.32rem;
	}
	.index-news-image img {
		width: 150px;
		height: 100px;
	}
	/* page */
	.pagination {
		margin: 0.4rem 0;
	}
	.pagination > li > a,
	.pagination > li > span {
		padding: 0.08rem 0.16rem;
		font-size: 0.27rem;
	}
}
