/* 全局样式 begin */
* {
	box-sizing: border-box;
}
html{
	font-size: 100px;
}

body {
	padding: 0;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-variant: tabular-nums;
	font-size: 14px;
	line-height: 1.5715;
	color: #595959;
	background-color: #fafafa;
	max-width: 2560px;
}

a {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

a:hover {
	color: #00609d;
}

input::-ms-clear, input::-ms-reveal {
	display: none;
}
/* 全局样式 end  */

/* grid system begin */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px;
}

@media ( min-width : 768px) {
	.container {
		width: 744px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 964px;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1164px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.row {
	margin-left: -12px;
	margin-right: -12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
	.col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14,
	.col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15,
	.col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17,
	.col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18,
	.col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20,
	.col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21,
	.col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23,
	.col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24
	{
	position: relative;
	min-height: 1px;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18,
	.col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24
	{
	float: left;
}

.col-xs-24 {
	width: 100%;
}

.col-xs-23 {
	width: 95.83333333%;
}

.col-xs-22 {
	width: 91.66666667%;
}

.col-xs-21 {
	width: 87.5%;
}

.col-xs-20 {
	width: 83.33333333%;
}

.col-xs-19 {
	width: 79.16666667%;
}

.col-xs-18 {
	width: 75%;
}

.col-xs-17 {
	width: 70.83333333%;
}

.col-xs-16 {
	width: 66.66666667%;
}

.col-xs-15 {
	width: 62.5%;
}

.col-xs-14 {
	width: 58.33333333%;
}

.col-xs-13 {
	width: 54.16666667%;
}

.col-xs-12 {
	width: 50%;
}

.col-xs-11 {
	width: 45.83333333%;
}

.col-xs-10 {
	width: 41.66666667%;
}

.col-xs-9 {
	width: 37.5%;
}

.col-xs-8 {
	width: 33.33333333%;
}

.col-xs-7 {
	width: 29.16666667%;
}

.col-xs-6 {
	width: 25%;
}

.col-xs-5 {
	width: 20.83333333%;
}

.col-xs-4 {
	width: 16.66666667%;
}

.col-xs-3 {
	width: 12.5%;
}

.col-xs-2 {
	width: 8.33333333%;
}

.col-xs-1 {
	width: 4.16666667%;
}

.col-xs-pull-24 {
	right: 100%;
}

.col-xs-pull-23 {
	right: 95.83333333%;
}

.col-xs-pull-22 {
	right: 91.66666667%;
}

.col-xs-pull-21 {
	right: 87.5%;
}

.col-xs-pull-20 {
	right: 83.33333333%;
}

.col-xs-pull-19 {
	right: 79.16666667%;
}

.col-xs-pull-18 {
	right: 75%;
}

.col-xs-pull-17 {
	right: 70.83333333%;
}

.col-xs-pull-16 {
	right: 66.66666667%;
}

.col-xs-pull-15 {
	right: 62.5%;
}

.col-xs-pull-14 {
	right: 58.33333333%;
}

.col-xs-pull-13 {
	right: 54.16666667%;
}

.col-xs-pull-12 {
	right: 50%;
}

.col-xs-pull-11 {
	right: 45.83333333%;
}

.col-xs-pull-10 {
	right: 41.66666667%;
}

.col-xs-pull-9 {
	right: 37.5%;
}

.col-xs-pull-8 {
	right: 33.33333333%;
}

.col-xs-pull-7 {
	right: 29.16666667%;
}

.col-xs-pull-6 {
	right: 25%;
}

.col-xs-pull-5 {
	right: 20.83333333%;
}

.col-xs-pull-4 {
	right: 16.66666667%;
}

.col-xs-pull-3 {
	right: 12.5%;
}

.col-xs-pull-2 {
	right: 8.33333333%;
}

.col-xs-pull-1 {
	right: 4.16666667%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-24 {
	left: 100%;
}

.col-xs-push-23 {
	left: 95.83333333%;
}

.col-xs-push-22 {
	left: 91.66666667%;
}

.col-xs-push-21 {
	left: 87.5%;
}

.col-xs-push-20 {
	left: 83.33333333%;
}

.col-xs-push-19 {
	left: 79.16666667%;
}

.col-xs-push-18 {
	left: 75%;
}

.col-xs-push-17 {
	left: 70.83333333%;
}

.col-xs-push-16 {
	left: 66.66666667%;
}

.col-xs-push-15 {
	left: 62.5%;
}

.col-xs-push-14 {
	left: 58.33333333%;
}

.col-xs-push-13 {
	left: 54.16666667%;
}

.col-xs-push-12 {
	left: 50%;
}

.col-xs-push-11 {
	left: 45.83333333%;
}

.col-xs-push-10 {
	left: 41.66666667%;
}

.col-xs-push-9 {
	left: 37.5%;
}

.col-xs-push-8 {
	left: 33.33333333%;
}

.col-xs-push-7 {
	left: 29.16666667%;
}

.col-xs-push-6 {
	left: 25%;
}

.col-xs-push-5 {
	left: 20.83333333%;
}

.col-xs-push-4 {
	left: 16.66666667%;
}

.col-xs-push-3 {
	left: 12.5%;
}

.col-xs-push-2 {
	left: 8.33333333%;
}

.col-xs-push-1 {
	left: 4.16666667%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-24 {
	margin-left: 100%;
}

.col-xs-offset-23 {
	margin-left: 95.83333333%;
}

.col-xs-offset-22 {
	margin-left: 91.66666667%;
}

.col-xs-offset-21 {
	margin-left: 87.5%;
}

.col-xs-offset-20 {
	margin-left: 83.33333333%;
}

.col-xs-offset-19 {
	margin-left: 79.16666667%;
}

.col-xs-offset-18 {
	margin-left: 75%;
}

.col-xs-offset-17 {
	margin-left: 70.83333333%;
}

.col-xs-offset-16 {
	margin-left: 66.66666667%;
}

.col-xs-offset-15 {
	margin-left: 62.5%;
}

.col-xs-offset-14 {
	margin-left: 58.33333333%;
}

.col-xs-offset-13 {
	margin-left: 54.16666667%;
}

.col-xs-offset-12 {
	margin-left: 50%;
}

.col-xs-offset-11 {
	margin-left: 45.83333333%;
}

.col-xs-offset-10 {
	margin-left: 41.66666667%;
}

.col-xs-offset-9 {
	margin-left: 37.5%;
}

.col-xs-offset-8 {
	margin-left: 33.33333333%;
}

.col-xs-offset-7 {
	margin-left: 29.16666667%;
}

.col-xs-offset-6 {
	margin-left: 25%;
}

.col-xs-offset-5 {
	margin-left: 20.83333333%;
}

.col-xs-offset-4 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 12.5%;
}

.col-xs-offset-2 {
	margin-left: 8.33333333%;
}

.col-xs-offset-1 {
	margin-left: 4.16666667%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media ( min-width : 768px) {
	.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12,
		.col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18,
		.col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24
		{
		float: left;
	}
	.col-sm-24 {
		width: 100%;
	}
	.col-sm-23 {
		width: 95.83333333%;
	}
	.col-sm-22 {
		width: 91.66666667%;
	}
	.col-sm-21 {
		width: 87.5%;
	}
	.col-sm-20 {
		width: 83.33333333%;
	}
	.col-sm-19 {
		width: 79.16666667%;
	}
	.col-sm-18 {
		width: 75%;
	}
	.col-sm-17 {
		width: 70.83333333%;
	}
	.col-sm-16 {
		width: 66.66666667%;
	}
	.col-sm-15 {
		width: 62.5%;
	}
	.col-sm-14 {
		width: 58.33333333%;
	}
	.col-sm-13 {
		width: 54.16666667%;
	}
	.col-sm-12 {
		width: 50%;
	}
	.col-sm-11 {
		width: 45.83333333%;
	}
	.col-sm-10 {
		width: 41.66666667%;
	}
	.col-sm-9 {
		width: 37.5%;
	}
	.col-sm-8 {
		width: 33.33333333%;
	}
	.col-sm-7 {
		width: 29.16666667%;
	}
	.col-sm-6 {
		width: 25%;
	}
	.col-sm-5 {
		width: 20.83333333%;
	}
	.col-sm-4 {
		width: 16.66666667%;
	}
	.col-sm-3 {
		width: 12.5%;
	}
	.col-sm-2 {
		width: 8.33333333%;
	}
	.col-sm-1 {
		width: 4.16666667%;
	}
	.col-sm-pull-24 {
		right: 100%;
	}
	.col-sm-pull-23 {
		right: 95.83333333%;
	}
	.col-sm-pull-22 {
		right: 91.66666667%;
	}
	.col-sm-pull-21 {
		right: 87.5%;
	}
	.col-sm-pull-20 {
		right: 83.33333333%;
	}
	.col-sm-pull-19 {
		right: 79.16666667%;
	}
	.col-sm-pull-18 {
		right: 75%;
	}
	.col-sm-pull-17 {
		right: 70.83333333%;
	}
	.col-sm-pull-16 {
		right: 66.66666667%;
	}
	.col-sm-pull-15 {
		right: 62.5%;
	}
	.col-sm-pull-14 {
		right: 58.33333333%;
	}
	.col-sm-pull-13 {
		right: 54.16666667%;
	}
	.col-sm-pull-12 {
		right: 50%;
	}
	.col-sm-pull-11 {
		right: 45.83333333%;
	}
	.col-sm-pull-10 {
		right: 41.66666667%;
	}
	.col-sm-pull-9 {
		right: 37.5%;
	}
	.col-sm-pull-8 {
		right: 33.33333333%;
	}
	.col-sm-pull-7 {
		right: 29.16666667%;
	}
	.col-sm-pull-6 {
		right: 25%;
	}
	.col-sm-pull-5 {
		right: 20.83333333%;
	}
	.col-sm-pull-4 {
		right: 16.66666667%;
	}
	.col-sm-pull-3 {
		right: 12.5%;
	}
	.col-sm-pull-2 {
		right: 8.33333333%;
	}
	.col-sm-pull-1 {
		right: 4.16666667%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-24 {
		left: 100%;
	}
	.col-sm-push-23 {
		left: 95.83333333%;
	}
	.col-sm-push-22 {
		left: 91.66666667%;
	}
	.col-sm-push-21 {
		left: 87.5%;
	}
	.col-sm-push-20 {
		left: 83.33333333%;
	}
	.col-sm-push-19 {
		left: 79.16666667%;
	}
	.col-sm-push-18 {
		left: 75%;
	}
	.col-sm-push-17 {
		left: 70.83333333%;
	}
	.col-sm-push-16 {
		left: 66.66666667%;
	}
	.col-sm-push-15 {
		left: 62.5%;
	}
	.col-sm-push-14 {
		left: 58.33333333%;
	}
	.col-sm-push-13 {
		left: 54.16666667%;
	}
	.col-sm-push-12 {
		left: 50%;
	}
	.col-sm-push-11 {
		left: 45.83333333%;
	}
	.col-sm-push-10 {
		left: 41.66666667%;
	}
	.col-sm-push-9 {
		left: 37.5%;
	}
	.col-sm-push-8 {
		left: 33.33333333%;
	}
	.col-sm-push-7 {
		left: 29.16666667%;
	}
	.col-sm-push-6 {
		left: 25%;
	}
	.col-sm-push-5 {
		left: 20.83333333%;
	}
	.col-sm-push-4 {
		left: 16.66666667%;
	}
	.col-sm-push-3 {
		left: 12.5%;
	}
	.col-sm-push-2 {
		left: 8.33333333%;
	}
	.col-sm-push-1 {
		left: 4.16666667%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-24 {
		margin-left: 100%;
	}
	.col-sm-offset-23 {
		margin-left: 95.83333333%;
	}
	.col-sm-offset-22 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-21 {
		margin-left: 87.5%;
	}
	.col-sm-offset-20 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-19 {
		margin-left: 79.16666667%;
	}
	.col-sm-offset-18 {
		margin-left: 75%;
	}
	.col-sm-offset-17 {
		margin-left: 70.83333333%;
	}
	.col-sm-offset-16 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-15 {
		margin-left: 62.5%;
	}
	.col-sm-offset-14 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-13 {
		margin-left: 54.16666667%;
	}
	.col-sm-offset-12 {
		margin-left: 50%;
	}
	.col-sm-offset-11 {
		margin-left: 45.83333333%;
	}
	.col-sm-offset-10 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-9 {
		margin-left: 37.5%;
	}
	.col-sm-offset-8 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-7 {
		margin-left: 29.16666667%;
	}
	.col-sm-offset-6 {
		margin-left: 25%;
	}
	.col-sm-offset-5 {
		margin-left: 20.83333333%;
	}
	.col-sm-offset-4 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-3 {
		margin-left: 12.5%;
	}
	.col-sm-offset-2 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-1 {
		margin-left: 4.16666667%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media ( min-width : 992px) {
	.col-md-1, .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-md-10, .col-md-11, .col-md-12,
		.col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18,
		.col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24
		{
		float: left;
	}
	.col-md-24 {
		width: 100%;
	}
	.col-md-23 {
		width: 95.83333333%;
	}
	.col-md-22 {
		width: 91.66666667%;
	}
	.col-md-21 {
		width: 87.5%;
	}
	.col-md-20 {
		width: 83.33333333%;
	}
	.col-md-19 {
		width: 79.16666667%;
	}
	.col-md-18 {
		width: 75%;
	}
	.col-md-17 {
		width: 70.83333333%;
	}
	.col-md-16 {
		width: 66.66666667%;
	}
	.col-md-15 {
		width: 62.5%;
	}
	.col-md-14 {
		width: 58.33333333%;
	}
	.col-md-13 {
		width: 54.16666667%;
	}
	.col-md-12 {
		width: 50%;
	}
	.col-md-11 {
		width: 45.83333333%;
	}
	.col-md-10 {
		width: 41.66666667%;
	}
	.col-md-9 {
		width: 37.5%;
	}
	.col-md-8 {
		width: 33.33333333%;
	}
	.col-md-7 {
		width: 29.16666667%;
	}
	.col-md-6 {
		width: 25%;
	}
	.col-md-5 {
		width: 20.83333333%;
	}
	.col-md-4 {
		width: 16.66666667%;
	}
	.col-md-3 {
		width: 12.5%;
	}
	.col-md-2 {
		width: 8.33333333%;
	}
	.col-md-1 {
		width: 4.16666667%;
	}
	.col-md-pull-24 {
		right: 100%;
	}
	.col-md-pull-23 {
		right: 95.83333333%;
	}
	.col-md-pull-22 {
		right: 91.66666667%;
	}
	.col-md-pull-21 {
		right: 87.5%;
	}
	.col-md-pull-20 {
		right: 83.33333333%;
	}
	.col-md-pull-19 {
		right: 79.16666667%;
	}
	.col-md-pull-18 {
		right: 75%;
	}
	.col-md-pull-17 {
		right: 70.83333333%;
	}
	.col-md-pull-16 {
		right: 66.66666667%;
	}
	.col-md-pull-15 {
		right: 62.5%;
	}
	.col-md-pull-14 {
		right: 58.33333333%;
	}
	.col-md-pull-13 {
		right: 54.16666667%;
	}
	.col-md-pull-12 {
		right: 50%;
	}
	.col-md-pull-11 {
		right: 45.83333333%;
	}
	.col-md-pull-10 {
		right: 41.66666667%;
	}
	.col-md-pull-9 {
		right: 37.5%;
	}
	.col-md-pull-8 {
		right: 33.33333333%;
	}
	.col-md-pull-7 {
		right: 29.16666667%;
	}
	.col-md-pull-6 {
		right: 25%;
	}
	.col-md-pull-5 {
		right: 20.83333333%;
	}
	.col-md-pull-4 {
		right: 16.66666667%;
	}
	.col-md-pull-3 {
		right: 12.5%;
	}
	.col-md-pull-2 {
		right: 8.33333333%;
	}
	.col-md-pull-1 {
		right: 4.16666667%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-24 {
		left: 100%;
	}
	.col-md-push-23 {
		left: 95.83333333%;
	}
	.col-md-push-22 {
		left: 91.66666667%;
	}
	.col-md-push-21 {
		left: 87.5%;
	}
	.col-md-push-20 {
		left: 83.33333333%;
	}
	.col-md-push-19 {
		left: 79.16666667%;
	}
	.col-md-push-18 {
		left: 75%;
	}
	.col-md-push-17 {
		left: 70.83333333%;
	}
	.col-md-push-16 {
		left: 66.66666667%;
	}
	.col-md-push-15 {
		left: 62.5%;
	}
	.col-md-push-14 {
		left: 58.33333333%;
	}
	.col-md-push-13 {
		left: 54.16666667%;
	}
	.col-md-push-12 {
		left: 50%;
	}
	.col-md-push-11 {
		left: 45.83333333%;
	}
	.col-md-push-10 {
		left: 41.66666667%;
	}
	.col-md-push-9 {
		left: 37.5%;
	}
	.col-md-push-8 {
		left: 33.33333333%;
	}
	.col-md-push-7 {
		left: 29.16666667%;
	}
	.col-md-push-6 {
		left: 25%;
	}
	.col-md-push-5 {
		left: 20.83333333%;
	}
	.col-md-push-4 {
		left: 16.66666667%;
	}
	.col-md-push-3 {
		left: 12.5%;
	}
	.col-md-push-2 {
		left: 8.33333333%;
	}
	.col-md-push-1 {
		left: 4.16666667%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-24 {
		margin-left: 100%;
	}
	.col-md-offset-23 {
		margin-left: 95.83333333%;
	}
	.col-md-offset-22 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-21 {
		margin-left: 87.5%;
	}
	.col-md-offset-20 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-19 {
		margin-left: 79.16666667%;
	}
	.col-md-offset-18 {
		margin-left: 75%;
	}
	.col-md-offset-17 {
		margin-left: 70.83333333%;
	}
	.col-md-offset-16 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-15 {
		margin-left: 62.5%;
	}
	.col-md-offset-14 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-13 {
		margin-left: 54.16666667%;
	}
	.col-md-offset-12 {
		margin-left: 50%;
	}
	.col-md-offset-11 {
		margin-left: 45.83333333%;
	}
	.col-md-offset-10 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-9 {
		margin-left: 37.5%;
	}
	.col-md-offset-8 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-7 {
		margin-left: 29.16666667%;
	}
	.col-md-offset-6 {
		margin-left: 25%;
	}
	.col-md-offset-5 {
		margin-left: 20.83333333%;
	}
	.col-md-offset-4 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-3 {
		margin-left: 12.5%;
	}
	.col-md-offset-2 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-1 {
		margin-left: 4.16666667%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media ( min-width : 1200px) {
	.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12,
		.col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18,
		.col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24
		{
		float: left;
	}
	.col-lg-24 {
		width: 100%;
	}
	.col-lg-23 {
		width: 95.83333333%;
	}
	.col-lg-22 {
		width: 91.66666667%;
	}
	.col-lg-21 {
		width: 87.5%;
	}
	.col-lg-20 {
		width: 83.33333333%;
	}
	.col-lg-19 {
		width: 79.16666667%;
	}
	.col-lg-18 {
		width: 75%;
	}
	.col-lg-17 {
		width: 70.83333333%;
	}
	.col-lg-16 {
		width: 66.66666667%;
	}
	.col-lg-15 {
		width: 62.5%;
	}
	.col-lg-14 {
		width: 58.33333333%;
	}
	.col-lg-13 {
		width: 54.16666667%;
	}
	.col-lg-12 {
		width: 50%;
	}
	.col-lg-11 {
		width: 45.83333333%;
	}
	.col-lg-10 {
		width: 41.66666667%;
	}
	.col-lg-9 {
		width: 37.5%;
	}
	.col-lg-8 {
		width: 33.33333333%;
	}
	.col-lg-7 {
		width: 29.16666667%;
	}
	.col-lg-6 {
		width: 25%;
	}
	.col-lg-5 {
		width: 20.83333333%;
	}
	.col-lg-4 {
		width: 16.66666667%;
	}
	.col-lg-3 {
		width: 12.5%;
	}
	.col-lg-2 {
		width: 8.33333333%;
	}
	.col-lg-1 {
		width: 4.16666667%;
	}
	.col-lg-pull-24 {
		right: 100%;
	}
	.col-lg-pull-23 {
		right: 95.83333333%;
	}
	.col-lg-pull-22 {
		right: 91.66666667%;
	}
	.col-lg-pull-21 {
		right: 87.5%;
	}
	.col-lg-pull-20 {
		right: 83.33333333%;
	}
	.col-lg-pull-19 {
		right: 79.16666667%;
	}
	.col-lg-pull-18 {
		right: 75%;
	}
	.col-lg-pull-17 {
		right: 70.83333333%;
	}
	.col-lg-pull-16 {
		right: 66.66666667%;
	}
	.col-lg-pull-15 {
		right: 62.5%;
	}
	.col-lg-pull-14 {
		right: 58.33333333%;
	}
	.col-lg-pull-13 {
		right: 54.16666667%;
	}
	.col-lg-pull-12 {
		right: 50%;
	}
	.col-lg-pull-11 {
		right: 45.83333333%;
	}
	.col-lg-pull-10 {
		right: 41.66666667%;
	}
	.col-lg-pull-9 {
		right: 37.5%;
	}
	.col-lg-pull-8 {
		right: 33.33333333%;
	}
	.col-lg-pull-7 {
		right: 29.16666667%;
	}
	.col-lg-pull-6 {
		right: 25%;
	}
	.col-lg-pull-5 {
		right: 20.83333333%;
	}
	.col-lg-pull-4 {
		right: 16.66666667%;
	}
	.col-lg-pull-3 {
		right: 12.5%;
	}
	.col-lg-pull-2 {
		right: 8.33333333%;
	}
	.col-lg-pull-1 {
		right: 4.16666667%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-24 {
		left: 100%;
	}
	.col-lg-push-23 {
		left: 95.83333333%;
	}
	.col-lg-push-22 {
		left: 91.66666667%;
	}
	.col-lg-push-21 {
		left: 87.5%;
	}
	.col-lg-push-20 {
		left: 83.33333333%;
	}
	.col-lg-push-19 {
		left: 79.16666667%;
	}
	.col-lg-push-18 {
		left: 75%;
	}
	.col-lg-push-17 {
		left: 70.83333333%;
	}
	.col-lg-push-16 {
		left: 66.66666667%;
	}
	.col-lg-push-15 {
		left: 62.5%;
	}
	.col-lg-push-14 {
		left: 58.33333333%;
	}
	.col-lg-push-13 {
		left: 54.16666667%;
	}
	.col-lg-push-12 {
		left: 50%;
	}
	.col-lg-push-11 {
		left: 45.83333333%;
	}
	.col-lg-push-10 {
		left: 41.66666667%;
	}
	.col-lg-push-9 {
		left: 37.5%;
	}
	.col-lg-push-8 {
		left: 33.33333333%;
	}
	.col-lg-push-7 {
		left: 29.16666667%;
	}
	.col-lg-push-6 {
		left: 25%;
	}
	.col-lg-push-5 {
		left: 20.83333333%;
	}
	.col-lg-push-4 {
		left: 16.66666667%;
	}
	.col-lg-push-3 {
		left: 12.5%;
	}
	.col-lg-push-2 {
		left: 8.33333333%;
	}
	.col-lg-push-1 {
		left: 4.16666667%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-24 {
		margin-left: 100%;
	}
	.col-lg-offset-23 {
		margin-left: 95.83333333%;
	}
	.col-lg-offset-22 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-21 {
		margin-left: 87.5%;
	}
	.col-lg-offset-20 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-19 {
		margin-left: 79.16666667%;
	}
	.col-lg-offset-18 {
		margin-left: 75%;
	}
	.col-lg-offset-17 {
		margin-left: 70.83333333%;
	}
	.col-lg-offset-16 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-15 {
		margin-left: 62.5%;
	}
	.col-lg-offset-14 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-13 {
		margin-left: 54.16666667%;
	}
	.col-lg-offset-12 {
		margin-left: 50%;
	}
	.col-lg-offset-11 {
		margin-left: 45.83333333%;
	}
	.col-lg-offset-10 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-9 {
		margin-left: 37.5%;
	}
	.col-lg-offset-8 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-7 {
		margin-left: 29.16666667%;
	}
	.col-lg-offset-6 {
		margin-left: 25%;
	}
	.col-lg-offset-5 {
		margin-left: 20.83333333%;
	}
	.col-lg-offset-4 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-3 {
		margin-left: 12.5%;
	}
	.col-lg-offset-2 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-1 {
		margin-left: 4.16666667%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before, .clearfix:after, .container:before, .container:after,
	.container-fluid:before, .container-fluid:after, .row:before, .row:after
	{
	content: " ";
	display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

/* 轮播图 begin */
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
	border-radius: 20px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition:      -o-transform .6s ease-in-out;
		transition:         transform .6s ease-in-out;

		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .icon-angle-left,
.carousel-control .icon-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-angle-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-angle-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	/*font-family: PingFang SC,"微软雅黑",sans-serif;*/
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .icon-angle-left,
	.carousel-control .icon-angle-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .icon-angle-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .icon-angle-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
/* 轮播图 end */

/* grid system end */

/* 卡片begin */
.card-header {
	outline: none;
	-webkit-transition: padding .3s cubic-bezier(.645, .045, .355, 1);
	transition: padding .3s cubic-bezier(.645, .045, .355, 1);
	margin: 0 0 16px 0;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}

.card-header .icon {
	font-size: 30px;
	line-height: 1;
	vertical-align: bottom;
}

.card-header .card-header-title {
	font-size: 24px;
	color: #01853C;
	background-color: #fff;
	border-bottom: 2px solid #01853C;
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
	margin-bottom: -1px;
	line-height: 36px;
}

.card-header .more-btn {
	font-size: 14px;
	float: right;
	line-height: 44px;
}
/* 卡片end  */

/* 列表begin */
.list {
	padding: 0;
	margin: 0;
	outline: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
}

.list .list-item {
	padding-bottom: 16px;
}

.list .list-item .list-item-title {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #595959;
	text-decoration: none;
}

.list .list-item .list-item-title:hover {
	color: #00609d;
}

.list .list-item .list-item-title.is-top {
	color: #FA8C16;
	font-weight: bold;
}

.list .list-item .list-item-title.is-top:hover {
	color: #F9530C;
}

.list.list-bulleter .list-item .list-item-title:before {
	content: "●";
	display: inline-block;
	margin-right: 8px;
	color: #595959;
	font-size: 8px;
	vertical-align: top;
	line-height: 22px;
}

.list .list-item .list-item-download {
	margin-left: 16px;
	color: #1890ff;
	vertical-align: top;
	font-size: 14px;
}

.list-item .list-item-download .icon {
	font-size: 14px;
	margin-right: 8px;
}

.list .list-item .list-item-date {
	color: #999999;
	text-align: right;
}
/* 列表 end  */

/* 面包屑 start  */
.breadcrumb-wrapper {
	width: 1366px;
	margin: 16px auto;
	color: #999999;
	padding-left: 31px;
	padding-right: 31px;
	margin-top: -100px;
	background-color: #FFF;
	padding-top: 30px;
	margin-bottom: 0px;
}

.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 6px;
	color: rgba(0, 0, 0, .45);
	content: ">";
}

.breadcrumb>li.active, .breadcrumb>li.active a {
	color: #595959;
}

.breadcrumb>li {
	display: inline-block;
}
/* 面包屑 end  */

/* 侧边栏 start  */
.siderbar {
	display: inline-block;
	font-size: 16px;
	width: 220px;
}

.siderbar-header {
	font-size: 24px;
	line-height: 30px;
	padding: 16px 32px;
	text-align: center;
	color: #fff;
	background-image: url("../img/siderbar.jpg");
	border-radius: 4px 4px 0 0;
}

.siderbar .siderbar-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.siderbar .siderbar-menu li {
	border: 1px solid #e8e8e8;
	position: relative;
	text-align: center;
	margin-left: 31px;
}

.siderbar .siderbar-menu li a {
	padding: 12px 16px 11px 16px;
	line-height: 24px;
	text-align: center;
	display: block;
}

.siderbar .siderbar-menu li:hover {
	color: #00609d;
	background: #fafafa;
}

.siderbar .siderbar-menu li:hover a {
	color: #00609d;
}

.siderbar .siderbar-menu li.active {
	color: #00609d; background : #fafafa;
	border-left-color: #00609d;
	background: #fafafa;
}

.siderbar .siderbar-menu li.active a {
	color: #00609d;
}

.siderbar .siderbar-menu li.active:before {
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #00609d;
}
/* 侧边栏 end  */

/* 分页 start  */
.page {
	font-size: 14px;
}

.page .page-list {
	display: inline-block;
	position: relative;
}

.page .page-list:hover .dropdown-menu {
	display: block;
}

.btn {
	display: inline-block;
	padding: 0 16px;
	margin-bottom: 0;
	font-size: 16px;
	/*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
	font-family: PingFang SC,"微软雅黑",sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;

	width: 200px;



}

.btn:focus {
	outline: 0;
}

.btn-outline-default {
	color: #595959;
	background-color: #fff;
	border-color: #d9d9d9;
}

.page .page-list .btn:hover {
	color: #01853C;
	border-color: #01853C;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	display: none;
	float: left;
	min-width: 168px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	outline: 0;
}

.pull-right .dropdown-menu {
	right: 0;
	left: auto;
}

ul.dropdown-menu li {
	line-height: 32px;
	margin: 0;
	clear: both;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
}

.dropdown-menu>li>a {
	display: block;
	padding: 0 24px 0 16px;
	clear: both;
	font-weight: normal;
	color: #595959;
	white-space: nowrap;
	line-height: 32px;
	text-decoration: none;
}

.dropdown-menu>li:hover {
	background-color: #fafafa;
}

.dropdown-menu>.active>a {
	background-color: #e6f7ff;
	outline: 0;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 0 6px;
	margin-left: -1px;
	color: #595959;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	outline: 0;
	display: block;
	min-width: 32px;
	text-align: center;
	line-height: 30px;
	margin-left: 8px;
	height: 32px;
}

.pagination .page-first-separator span, .pagination .page-last-separator span
	{
	border: none;
	line-height: 32px;
}

.pagination>li.disabled>a, .pagination>li.disabled>span {
	cursor: default;
	color: #bfbfbf;
}

.pagination>li>a:hover {
	color: #01853C;
	border-color: #01853C;
}

.pagination>.active>a, .pagination>.active>span {
	z-index: 1;
	color: #01853C;
	cursor: default;
	border-color: #01853C;
	font-weight: 500;
}

.pagination>li.disabled>a:hover {
	color: #595959;
	border-color: #d9d9d9;
}

.pagination>li.page-pre .icon, .pagination>li.page-next .icon {
	font-size: 16px;
}

.page .pagination-info {
	line-height: 30px;
	color: #777;
}

.fixed-table-pagination:after {
	content: "";
	display: block;
	clear: both;
}

.page div.pull-right .pagination {
	margin: 0;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/* 分页 end  */

/* tabs  start  */
.tabs-bar {
	outline: none;
	-webkit-transition: padding .3s cubic-bezier(.645, .045, .355, 1);
	transition: padding .3s cubic-bezier(.645, .045, .355, 1);
	margin: 0 0 16px 0;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}

.tabs-bar .tabs-nav {
	padding: 0;
	outline: 0;
	list-style: none;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: none;
	margin: 0 0 -1px 0;
}

.tabs-bar .tabs-nav:before {
	display: table;
	content: " ";
}

.tabs-bar .tabs-nav:after {
	display: table;
	content: " ";
	clear: both;
}

.tabs-bar .tabs-nav li {
	margin: 0 16px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	float: none;
	padding-bottom: 6px;
	color: #999999;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	line-height: 36px;
}

.tabs-bar .tabs-nav li .icon {
	line-height: 1;
	font-size: 30px;
	vertical-align: bottom;
}

.tabs-bar .tabs-nav li:first-child {
	margin-left: 0;
}

.tabs-bar .tabs-nav li:hover, .tabs-bar .tabs-nav li.active {
	color: #01853C;
	background-color: #fff;
	border-bottom-color: #01853C;
}

.tabs-bar .tabs-nav li.active {
	cursor: default;
}

.tabs-bar .more-btn {
	font-size: 14px;
	float: right;
	line-height: 44px;
}

.tabs .tabs-content {
	overflow: hidden;
	position: relative;
}

@media all and (transform-3d) , ( -webkit-transform-3d ) {
	.tabs-content .tab-panel {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.tabs-content .tab-panel.next, .tabs-content .tab-panel.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.tabs-content .tab-panel.prev, .tabs-content .tab-panel.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.tabs-content .tab-panel.next.left, .tabs-content .tab-panel.prev.right,
		.tabs-content .tab-panel.item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.tabs-content .tab-panel {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.tabs-content .tab-panel.active, .tabs-content .tab-panel.next,
	.tabs-content .tab-panel.prev {
	display: block;
}

.tabs-content .tab-panel.active {
	left: 0;
}

.tabs-content .tab-panel.next, .tabs-content .tab-panel.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.tabs-content .tab-panel.next {
	left: 100%;
}

.tabs-content .tab-panel.prev {
	left: -100%;
}

.tabs-content .tab-panel.next.left, .tabs-content .tab-panel.prev.right
	{
	left: 0;
}

.tabs-content .tab-panel.active.left {
	left: -100%;
}

.tabs-content .tab-panel.active.right {
	left: 100%;
}
/* tabs end  */

/* 首页  start  */
.index-content>.row {
	padding-left: -20px;
	padding-right: -20px;
}

.index-content>.row>.col-xs-12 {
	padding-left: 20px;
	padding-right: 20px;
}

.information-app {
	background-color: #F5F5F5;
	padding: 24px 0 32px;
	text-align: center;
	min-width: 1200px;
}

.information-app .app-item {
	display: inline-block;
	margin-left: 64px;
}

.information-app .app-item:first-child {
	margin-left: 0;
}

.information-app .app-item .icon {
	font-size: 40px;
	display: block;
	line-height: 1;
	margin-bottom: 16px;
}

.information-app .app-item .app-name {
	font-size: 18px;
	line-height: 22px;
}

.index-content {
	width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
	font-size: 0px;
}

.index-content>.row {
	margin-top: 24px;
}

.index-content>.row:first-child {
	margin-top: 0;
}

/* 轮播  */
.carousel-inner .carousel-url {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
}

/* 学术活动、文化活动、师生风采   */
.img-text {
	font-size: 14px;
	margin-bottom: 16px;
}

.img-text>img {
	width: 240px;
	height: 144px;
	float: left;
}

.img-text>div {
	width: 328px;
	padding-left: 16px;
	float: left;
}

.img-text .text-title {
	color: #262626;
	margin-bottom: 8px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
}

.img-text .text-title a {
	color: #262626;
}

.img-text .text-title a:hover {
	color: #01853C;
}

.img-text .text-title.is-top a {
	color: #FA8C16;
	font-weight: bold;
}

.img-text .text-title.is-top a:hover {
	color: #F9530C;
}

.img-text .text-description {
	color: #999999;
	height: 112px;
	overflow: hidden;
	position: relative;
	text-indent: 2rem;
}
/* 首页  end  */
.head {
	/*background: #075798;
	opacity: 0.8;*/
	height: 104px;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

.scroll-head {
	background: #075798;
	opacity: 0.8;
}

.head .head-content {
	width: 1366px;
	margin: 0 auto;
	height: 104px;
	position: relative;
}

.head .head-content .head-content-inner {

}

.head-content .head-content-inner .head-logo {
	height: 84px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #fff;
}

.head-content .head-content-inner .head-logo img {
	margin-right: 16px;
	border: none;
}

.head-content .head-content-inner .head-app-name {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	padding-left: 16px;
	vertical-align: middle;
	height: 104px;
}

.head-content .head-content-inner .head-login {
	color: #fff;
	margin: 41px 0 0 16px;
	float: right;
	display: block;
}

.head-content .head-content-inner .head-login:hover {
	color: #FFCD21;
}

.head-content .head-content-inner .head-search {
	width: 240px;
	height: 32px;
	float: right;
	border: 1px solid #D8ECE1;
	border-radius: 2px;
	position: relative;
	color: #fff;
	margin-top: 36px;
}

.head-content-inner .head-search .icon {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.head-content-inner .head-search .search-input {
	height: 30px;
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 12px;
	color: #fff;
	line-height: 22px;
	width: 208px;
}

.head-content-inner .head-search .search-input:focus {
	outline: 0;
}

.head-content-inner .head-search .search-input-placeholder {
	position: absolute;
	left: 14px;
	top: 0;
	line-height: 30px;
}

.nav-warpper {
	margin-top: 27px;
	height: 50px;
	vertical-align: middle;
	position: relative;
}

.nav-warpper .nav {
	padding: 0;
	list-style: none;
	font-size: 18px;
	margin: 0 auto;
}

.nav-warpper .nav:before {
	display: table;
	content: " ";
}

.nav-warpper .nav:after {
	display: table;
	content: " ";
	clear: both;
}

.nav-warpper .nav>li {
	display: block;
	float: left;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	position: relative;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-warpper .nav>li {
	padding-left:20px;
	padding-right:20px;
}

.nav-warpper .nav>li>a {
	color: #FFF;
	display: block;
}

.nav-warpper .nav>li:hover>a, .nav-warpper .nav>li.active>a {
	color: #FFF;
}

.nav-warpper .nav li.active {
	cursor: default;
}

.nav>li .nav-sub-list {
	position: absolute;
	left: 0;
	top: 48px;
	display: none;
	z-index: 9999;
	padding: 0;
	margin: 0;
	max-height: 400px;
	overflow: auto;
	background: rgba(0, 0, 0, .65);
	width: 100%;
}

.nav>li .nav-sub-list>li {
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	white-space: normal;
	word-wrap: normal;
	color: #fff;
}

.nav>li .nav-sub-list>li a {
	padding: 12px 16px;
	color: #fff;
	display: block;
}

.nav>li .nav-sub-list>li:hover a, .nav>li .nav-sub-list>li.active a {
	color: #52c41a;
}

.nav>li:hover>.nav-sub-list {
	display: block;
}

.footer-container {
	background: #134B90;
	height: 208px;
	min-width: 1200px;
}

.footer-container .footer-content {
	width: 1366px;
	margin: 0 auto;
	color: #fff;
	font-size: 0;
}

.footer-container .footer-content .footer-content-left {
	display: inline-block;
	width: 900px;
	vertical-align: middle;
}

.footer-container .footer-content .footer-content-right {
	display: inline-block;
	width: 466px;
	vertical-align: middle;
}

.footer-content .footer-content-left .footer-common-link {
	height: 32px;
	width: 290px;
	margin-bottom: 16px;
	color: #fff;
	border: none;
	font-size: 14px;
	position: relative;
	line-height: 32px;
}

.footer-common-link .select-warpper {
	padding-left: 16px;
	cursor: pointer;
}

.footer-common-link .select-warpper .icon {
	position: absolute;
	right: 8px;
	top: 8px;
	line-height: 1;
}

.footer-common-link .select-list {
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background: #fff;
	position: absolute;
	width: 100%;
	outline: 0;
	bottom: 100%;
	left: 0;
	line-height: 22px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
	display: none;
	max-height: 400px;
	overflow-y: auto;
}

.footer-common-link.open .select-list {
	display: block;
}

.footer-common-link .select-list li a {
	text-decoration: none;
	padding: 5px 16px;
	display: block;
	color: #595959;
}

.footer-common-link .select-list li:hover {
	background: #f5f5f5;
}

.footer-common-link .select-list li.active, .footer-common-link .select-list li.active:hover
	{
	background-color: #e6f7ff;
}

.footer-content .footer-content-left .footer-copyright {
	font-size: 12px;
}

.footer-content .footer-content-right .footer-weixin {
	margin: 24px 40px 24px 0;
	float: right;
	text-align: center;
	font-size: 14px;
}

.footer-content .footer-content-right .footer-weixin:first-child {
	margin-right: 0;
}

.footer-content-right .footer-weixin .weixin-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 8px;
	display: block;
}

.panel {
	width: 1366px;
	margin: 0 auto;
	font-size: 0;
	padding-bottom: 50px;
	background-color: #FFF;
	padding-top: 24px;
	margin-bottom: 50px;
}

.view-article .article-title {
	font-size: 30px;
	padding: 0 32px 8px 32px;
	color: #262626;
	text-align: center;
}

.view-article .article-meta {
	font-size: 14px;
	color: #999999;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 24px;
}

.view-article .article-meta span {
	padding: 0 24px;
	display: inline-block;
}

.article-content {
	font-size: 16px;
	line-height: 2;
	padding-top: 24px;
}

.article-content p {
	margin: 0 0 16px 0;
}

.article-content figure.image {
	margin: 0 auto;
}

.article-content figure.image img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.view-article{
	padding-left:31px;
	padding-right:31px;
}
.view-article .article-file {
	font-size: 16px;
}

.view-article .article-file .file-label {
	color: #262626;
	font-weight: bold;
	margin-bottom: 4px;
}

.view-article .article-file .file-name {
	padding-bottom: 8px;
}

.view-article .article-file .file-name a {
	color: #1890ff;
}

.header-img {
	display: block;
	width: 100%;
	min-width: 1200px;
}

.panel .panel-content {
	margin-left: 40px;
	font-size: 16px;
	width: 1074px;
	display: inline-block;
	vertical-align: top;
}

.panel .panel-content-none-subcategory {
	margin-left: 40px;
	font-size: 16px;
	width: 1285px;
	display: inline-block;
	vertical-align: top;
}

.panel .panel-content-none-subcategory .nav {
	font-size: 18px;
	color: #00609d;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #e8e8e8;

}

.panel .panel-content .nav {
	font-size: 18px;
	color: #00609d;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.panel .panel-content .nav span {
	padding: 0 16px 12px 0;
	border-bottom: 3px solid #00609d;
	margin-bottom: -1px;
	display: inline-block;
}
.panel .panel-content-none-subcategory .nav span {
	padding: 0 16px 12px 0;
	border-bottom: 3px solid #00609d;
	margin-bottom: -1px;
	display: inline-block;
}

.panel .panel-content .list-page {
	padding-top: 24px;
}
.panel .panel-content-none-subcategory .nav span {
	padding: 0 16px 12px 0;
	border-bottom: 3px solid #00609d;
	margin-bottom: -1px;
	display: inline-block;
}

.panel .panel-content-none-subcategory .list-page {
	padding-top: 24px;
}

#listPage .list .list-item {
	font-size: 16px;
}

/* 颜色 start  */
.color-primary {
	color: #1890ff;
}

.color-success {
	color: #53C41A;
}

.color-info {
	color: #13C2C2;
}

.color-warning {
	color: #FA8C16;
}
/* 颜色 end  */
.layout {
	display: table;
	width: 100%;
}

.layout .layout-sider {
	display: table-cell;
	width: 220px;
}

.layout .layout-main {
	display: table-cell;
	padding-left: 40px;
	vertical-align: top;
}

.search-sider-img {
	width: 100%;
}

.xwzx-div {
	width: 250px;
	height: 460px;
	background-color: #FFF;
	float: left;
	margin-left: 24px;
	padding: 20px;
	cursor: pointer;
}

.xwzx-div:hover {
	width: 250px;
	height: 460px;
	background-color: #FFF;
	float: left;
	margin-left: 24px;
	padding: 20px;
	cursor: pointer;
	-webkit-box-shadow: #999 0px 0px 10px;
	-moz-box-shadow: #999 0px 0px 10px;
	box-shadow: #999 0px 0px 10px;
}

.icon-font-size {
	font-size: 50px !important;
}

.menu-item{
	margin-bottom: 18px;
}

.menu-item>img{
	cursor: pointer;
}

.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-open .modal {
	overflow: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog-centered {
	text-align: center;
	height: 100%;
	white-space: nowrap;
}

.modal-dialog-centered::before {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.modal-dialog-centered > .modal-content{
	top: 0;
	display: inline-flex;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	max-height: calc(100vh - 48px);
}

.modal-content {
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 10px;
	outline: 0;
	overflow: hidden;
}

.calendar-modal-inner {
	position: absolute;
	top: 0.86rem;
	left: calc((4.22rem - 3.24rem) / 2);
}

/*dialog*/
.calendar-modal-inner .dialog-div{
	border-radius: 15px;
	background-color: #7EC1FA;
}

/*header*/
.calendar-modal-inner .dialog-div .dialog-div-header{;
	height: 0.4rem;
	width: 100%;
	position: sticky;
	z-index: 10;
	top: 0;
	left: 0;
}

/*关闭按钮*/
.calendar-modal-inner .dialog-div .dialog-div-header .dialog-div-close{
	margin-left: 2.7rem;
	font-weight: normal;
	font-size: 0.24rem;
	text-align: center;
	color: white;
}

.calendar-modal-inner .dialog-div .dialog-div-header .dialog-div-close:hover{
	cursor: pointer;
}

/*body*/
.calendar-modal-inner .dialog-div .dialog-div-body{
	width: 100%;
	padding: 0.24rem 0.24rem;
}

.calendar-modal-inner .dialog-div .dialog-div-body .calendar-modal-body-container{
	overflow: auto;
	max-height: 2.5rem;
	color: #FFFFFF;
}



.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background-color: #000;
	opacity: 0.5;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	flex: 0 0 auto;
	border-bottom: 1px solid #e8e8e8;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #f5f5f5;
}

.modal-header .close {
	padding: 0.1rem;
	top: 0;
	position: absolute;
	right: 0px;
	opacity: 0.8;
	outline: 0;
}

.modal-title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	color: #262626;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 24px;
}

.modal-footer {
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 8px 16px;
	border-top: 1px solid #e8e8e8;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
}
.close:hover,
.close:focus {
	color: rgba(0,0,0,.75);
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: none;
}
