html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section
	{
	display: block;
}

img {
	border: 0;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
		PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC,
		WenQuanYi Micro Hei, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden;
}

a {
	color: #212529;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #3257cc;
}

ul {
	list-style: none;
	padding-left: 0;
	margin: 0
}

table {
	border-collapse: collapse;
}

.m-0 {
	margin: 0!important;
}

.m-1 {
	margin: 4px!important;
}

.m-2 {
	margin: 8px!important;
}

.m-3 {
	margin: 16px!important;
}

.m-4 {
	margin: 24px!important;
}

.m-5 {
	margin: 48px!important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 4px !important;
}

.mt-2 {
	margin-top: 8px !important;
}

.mt-3 {
	margin-top: 16px !important;
}

.mt-4 {
	margin-top: 24px !important;
}

.mt-5 {
	margin-top: 48px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 4px !important;
}

.mb-2 {
	margin-bottom: 8px !important;
}

.mb-3 {
	margin-bottom: 16px !important;
}

.mb-4 {
	margin-bottom: 24px !important;
}

.mb-5 {
	margin-bottom: 48px !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 4px !important;
}

.ml-2 {
	margin-left: 8px !important;
}

.ml-3 {
	margin-left: 16px !important;
}

.ml-4 {
	margin-left: 24px !important;
}

.ml-5 {
	margin-left: 48px !important;
}

.mr-0 {
	margin-right: 0;
}

.mr-1 {
	margin-right: 4px;
}

.mr-2 {
	margin-right: 8px;
}

.mr-3 {
	margin-right: 16px;
}

.mr-4 {
	margin-right: 24px;
}

.mr-5 {
	margin-right: 48px;
}

.p-0 {
	padding: 0!important;
}

.p-1 {
	padding: 4px!important;
}

.p-2 {
	padding: 8px!important;
}

.p-3 {
	padding: 16px!important;
}

.p-4 {
	padding: 24px!important;
}

.p-5 {
	padding: 48px!important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 4px !important;
}

.pt-2 {
	padding-top: 8px !important;
}

.pt-3 {
	padding-top: 16px !important;
}

.pt-4 {
	padding-top: 24px !important;
}

.pt-5 {
	padding-top: 48px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 4px !important;
}

.pb-2 {
	padding-bottom: 8px !important;
}

.pb-3 {
	padding-bottom: 16px !important;
}

.pb-4 {
	padding-bottom: 24px !important;
}

.pb-5 {
	padding-bottom: 48px !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-1 {
	padding-left: 4px !important;
}

.pl-2 {
	padding-left: 8px !important;
}

.pl-3 {
	padding-left: 16px !important;
}

.pl-4 {
	padding-left: 24px !important;
}

.pl-5 {
	padding-left: 48px !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-1 {
	padding-right: 4px !important;
}

.pr-2 {
	padding-right: 8px !important;
}

.pr-3 {
	padding-right: 16px !important;
}

.pr-4 {
	padding-right: 24px !important;
}

.pr-5 {
	padding-right: 48px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.text-lg{
	font-size: 16px;
}

.font-weight-bold{
	font-weight: bold;
}

/* .border {
	border: 1px solid #dee2e6 !important;
} */

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.text-muted {
	color: #727272
}

.text-red {
	color: #d83529;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

.text-right {
	text-align: right !important
}

.relative {
	position: relative;
}

.border-0 {
	border: 0 !important;
}

.col-4 {
	width: 33.33%;
	float: left;
}

.bg-light{
	background: #fafafa;
}

.bg-fff {
	background-color: #fff
}

.footer {
	width: 100%;
	background: #01294a;
	padding: 30px 0;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	*zoom: 1;
}

.wrapper:after,.wrapper:before,.row:after,.row:before {
	display: table;
	content: "";
}

.wrapper:after,.row:after {
	clear: both;
}

.header {
	height: 153px;
	width: 100%;
	background: url(../images/header_bg.png) center top no-repeat;
}

.header>.wrapper {
	height: 100%;
}

.header .logo {
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 683px;
	height: 105px;
}

.header .img-platform {
	position: absolute;
	right: 8px;
	bottom: 14px;
	width: 185px;
	height: 65px;
}

.nav-wrapper.main-nav-wrapper {
	background: #0262af;
	filter: none
}

.nav-wrapper {
	background: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000 );
	height: 46px;
	line-height: 44px;
	position: relative;
	z-index: 9
}

.nav {
	width: 100%;
	display: table;
}

.nav>li {
	display: table-cell;
	text-align: center;
}

.nav>li>a {
	color: #fff !important;
	font-size: 18px;
	padding: 10px 22px;
}

.main-nav-wrapper .nav>li:hover,.main-nav-wrapper .nav>li.on {
	background: #027adb;
	filter: none
}

.nav>li:hover,.nav>li.on {
	background: rgba(0, 0, 0, .9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000,
		endColorstr=#E5000000 );
}

.footer-nav>a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.footer-nav>a+a {
	margin-left: 50px;
}

.footer-main {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}

.footer-main>p+p {
	margin-left: 50px;
}

.footer-left {
	float: left;
	/*margin-left: 50px;*/
}

.qrcode {
	float: right;
	color: #ccc;
	font-size: 18px;
	text-align: center;
	/*margin-right: 70px;*/
}

.qrcode>img {
	display: block;
	width: 132px;
	height: 132px;
}

.sub-banner>img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/*-----------STSRT INDEX.HTML CSS--------------*/
.banner-slide {
	margin-top: -46px;
	position: relative;
	overflow: hidden;
	/*background: #000;*/
}

.banner-slide .bd {
	position: relative;
	z-index: 0;
}

.banner-slide .bd ul {
	/*max-height: 400px;*/
	overflow: hidden;
}

.banner-slide .bd ul li+li{
	display: none;
}

/*.banner-slide .bd li{ overflow:hidden; }*/
.banner-slide .bd li img {
	display: block;
	width: 100%;
}

.banner-slide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
}

.banner-slide .hd ul {
	text-align: center;
}

.banner-slide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background: url(../images/dot.png) 0 -16px;
	overflow: hidden;
	filter: alpha(opacity =   70);
	opacity: 0.7;
	vertical-align: top;
	line-height: 9999px;
}

.banner-slide .hd ul .on {
	background-position: 0 0;
}

.banner-slide .timer {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #000;
	filter: alpha(opacity =   40);
	opacity: 0.4;
	font-size: 0;
	overflow: hidden;
}

.newsphoto-slide {
	overflow: hidden;
	position: relative;
}

.newsphoto-slide .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.newsphoto-slide .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	padding-left: 0
}

.newsphoto-slide .hd ul li {
	float: left;
	margin-right: 6px;
	width: 8px;
	height: 8px;
	text-align: center;
	background: #9a9a9a;
	cursor: pointer;
	border-radius: 50%;
}

.newsphoto-slide .hd ul li.on {
	background: #fff;
}

.newsphoto-slide .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.newsphoto-slide .bd ul {
	list-style: none;
	padding-left: 0
}

.newsphoto-slide .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
	behavior: url(/backgroundsize.min.htc);
}

.newsphoto-slide .bd li .pic {
	position: relative;
	z-index: 0;
}

.newsphoto-slide .bd li .pic img {
	width: 426px;
	height: 262px;
	vertical-align: bottom;
}

.newsphoto-slide .bd li .bg {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	filter: alpha(opacity =   60);
	opacity: 0.6;
}

.newsphoto-slide .bd li .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.newsphoto-slide .bd li .title a {
	color: #fff;
	padding-left: 15px;
}

.newsphoto-slide .prev,.newsphoto-slide .next {
	cursor: pointer;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity =   50);
	opacity: 0.5;
}

.newsphoto-slide .next {
	left: auto;
	right: 3%;
}

.newsphoto-slide .prev,.newsphoto-slide .next {
	background-position: 36px 5px;
}

.newsphoto-slide:hover .prev {
	background-position: -110px 5px;
}

.newsphoto-slide:hover .next {
	background-position: 8px 5px;
}

.newsphoto-slide .prev:hover,.newsphoto-slide .next:hover {
	filter: alpha(opacity =   100);
	opacity: 1;
}

.newsphoto-slide .prevStop {
	display: none;
}

.newsphoto-slide .nextStop {
	display: none;
}

.news-slide {
	float: left;
	width: 523px;
	margin-left: 30px;
	margin-right: 30px;
}

.news-slide .hd {
	border-bottom: 2px solid #b9d3ff;
}

.tab-slide .hd {
	position: relative;
	zoom: 1;
	width: 100%;
	overflow: hidden;
}

.tab-slide .hd ul {
	margin: 0;
	padding: 0;
}

.tab-slide .hd li {
	float: left;
	height: 34px;
	line-height: 30px;
	padding: 0px 12px;
	cursor: pointer;
	font-size: 16px;
}

.tab-slide .hd li.on a {
	color: #114fbd;
	font-size: 18px;
}

.tab-slide .hd li.on {
	font-weight: bold;
}

.tab-slide .hd .more {
	position: absolute;
	right: 6px;
	bottom: 6px;
}

.preview-news .title {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 27em;
	margin: 15px auto;
	padding: 0;
}

.preview-news .title>a {
	text-decoration: none;
}
/*.preview-news .title>a:hover{color: #257ce7; }*/
.preview-info {
	position: relative;
	line-height: 1.8;
	border-bottom: 1px dashed #8a8a8a;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

.preview-info>p {
	margin: 0;
	color: #797979;
}

.preview-info a.link-more {
	color: #ff8a2b;
	margin-left: 18px;
}

.preview-info .date {
	color: #257ce7;
}

.news-list {
	padding: 0;
}

.news-list>li {
	display: block;
}

.news-list>li a {
	position: relative;
	display: block;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
}

.news-list>li a .text {
	position: absolute;
	left: 0;
	top: 0;
	right: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list>li a .text:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #ed9d60;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 12px;
}

.preview-news+.news-list>li a .text:before {
	background: #3e65aa;
	width: 6px;
	height: 6px;
}

.preview-news+.news-list>li {
	padding: 0 10px;
}

.preview-news+.news-list>li:hover {
	background: #ededed;
}

.preview-news+.news-list>li:hover a {
	color: #5492da;
}

.news-list>li a .date {
	position: absolute;
	right: 0;
}

.general-list {
	padding: 0 10px;
	margin: 0;
	padding-top: 8px;
}

.general-item {
	margin-top: 11px;
	position: relative;
	padding-left: 88px;
}

.general-item .date-box {
	position: absolute;
	left: 0;
}

.general-item .date-box .date {
	font-size: 18px;
	display: block;
	color: #257ce7;
	font-weight: bold;
}

.general-item .date-box .year {
	color: #808080;
	font-size: 18px;
}

.general-item h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 16px;
}

.general-item p {
	margin: 0;
	font-size: 14px;
}

.general-item p a {
	color: #666;
}

.general-item h2,.general-item p {
	height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.link-slide {
	background: #ffffff;
	border: 1px #3397fd solid;
	border-radius: 5px;
}

.link-slide .hd {
	border-bottom: 1px dashed #8bc7fa;
}

.link-slide .hd li {
	height: 46px;
	line-height: 46px;
}

.link-slide .hd .more {
	right: 20px;
	bottom: 10px;
}

.link-slide .bd .cnt {
	
}

.portlet-head {
	height: 30px;
	line-height: 30px;
}

.portlet-head .caption {
	float: left;
	font-size: 16px;
	color: #014aa3;
	font-weight: bold;
	border-left: 2px solid #014aa3;
	padding-left: 12px;
}

.newsphoto-portlet {
	float: left;
	width: 426px;
}

.btns-portlet {
	float: left;
	width: 187px;
}

.btns-portlet>a {
	display: block;
	opacity: .8;
	filter: opacity(80);
	line-height: 1;
}

.btns-portlet>a+a {
	margin-top: 7px;
}

.btns-portlet>a:hover {
	/*background-color: #4c9bfa;color: #fff;border-color:#4c9bfa;*/
	opacity: 1;
	filter: opacity(100);
}

.item-icn1,.item-icn2,.item-icn3,.item-icn4,.item-icn5,.item-icn6 {
	background: url(../images/item_icns.png) no-repeat;
}

.item-icn1 {
	background-position: 8px 3px;
}

.item-icn2 {
	background-position: 8px -47px;
}

.item-icn3 {
	background-position: 8px -97px;
}

.item-icn4 {
	background-position: 8px -148px;
}

.item-icn5 {
	background-position: 8px -197px;
}

.item-icn6 {
	background-position: 8px -247px;
}

.portlet.portlet-border {
	border: 1px solid #3397fd;
	border-radius: 4px;
}

.portlet.portlet-border .portlet-head {
	background-color: #def1ff
}

.portlet.portlet-border .portlet-head .caption {
	border-left: 0
}

.portlet.portlet-border .portlet-head .caption>span {
	cursor: pointer;
	color: #212529;
	font-weight: normal;
	padding-right: 16px;
}

.portlet.portlet-border .portlet-head .caption>span.on {
	color: #114fbd;
	font-weight: bold;
}

.portlet-border .portlet-head {
	height: 38px;
	line-height: 38px;
}

.portlet-border .portlet-body {
	padding: 12px;
}

.portlet-list {
	float: left;
	width: 390px;
}

.portlet-list .portlet-head .action {
	float: right;
	margin-right: 18px;
}

.portlet-list .portlet-head .action>a {
	color: #014aa3;
	font-weight: bold;
}

.portlet-list+.portlet-list {
	margin-left: 10px;
}

.portlet-head.bg-tag {
	background: url(../images/bg_tag.jpg) no-repeat 4px top;
	padding-left: 22px;
}

.video-wrapper {
	width: 327px;
	height: 170px;
	margin: 0 auto
}

.link-list {
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.link-list .link-item {
	width: 20%;
	float: left;
}

.link-item>img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	height: 56px;
	margin-top: 20px;
}
/*-----------END INDEX.HTML CSS--------------*/

/*-----------STSRT LIST CSS--------------*/
.sub-side {
	float: left;
	width: 190px;
	margin-top: 14px;
}

.sub-side-title {
	border-bottom: 1px solid #00a0e9;
	text-align: center;
	padding: 10px 0
}

.sub-side-title .caption {
	color: #f3950f;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.sub-side-title .caption:before {
	content: "|";
	margin-right: 10px;
	font-size: 24px;
}

.sub-side-title .sub-caption {
	font-size: 16px;
	color: #858585
}

.side-nav {
	padding-top: 12px;
}

.side-nav-item {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #535353
}

.side-nav-item.active,.side-nav-item:hover {
	color: #e82c26!important;
}

.sub-content {
	float: left;
	width: 970px;
	margin-left: 40px;
	padding-bottom: 16px;
}

.sub-content-hd {
	border-bottom: 1px solid #00a0e9;
	margin-top: 20px;
	overflow: hidden;
}

.sub-content-bd {
	min-height: 471px;
}

.site-map {
	font-size: 16px;
	line-height: 50px;
	padding-left: 6px;
	color: #727272
}

.site-map a {
	color: #727272
}

.site-map span {
	color: #212529
}

.site-map a.active {
	color: #3257cc
}

.search-group {
	margin-right: 25px;
	position: relative;
}

.search-input {
	width: 220px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-size: 12px;
	color: #4d4d4d;
	float: left;
	background: #fafafa;
	padding-left: 12px;
	border-radius: 4px;
	outline: none;
	padding-right: 42px;
}

.search-btn {
	width: 42px;
	height: 36px;
	background: url(../images/icn.png) no-repeat -12px 7px;
	border: 1px;
	opacity: 0.4;
	float: left;
	cursor: pointer;
	filter: opacity(40);
	position: absolute;
	right: 0;
	top: 0;
}

.search-input:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px
		rgba(128, 189, 255, .5);
}

.search-btn:hover {
	opacity: 1;
	filter: opacity(100);
}

.icn-local {
	display: inline-block;
	width: 12px;
	height: 20px;
	background: url(../images/icn.png) no-repeat 0px 0px;
	vertical-align: middle;
	margin-right: 10px;
}

.event-item {
	display: block;
	padding: 10px 22px;
	border-bottom: 1px dashed #ddd;
	margin-top: 8px;
}

.event-item a {
	display: block;
}

.event-item .right,.event-item .date {
	float: right;
	margin-left: 120px;
}

.event-item .text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.figure-list {
	overflow: hidden;
	position: relative;
	padding-top: 12px;
}

.figure-item {
	float: left;
	width: 280px;
	margin: 12px 21px;
}

.link-figure-list .figure-item {
	width: 208px;
	margin: 16px;
}

.link-figure-list .figure-item img {
	height: 60px;
	max-width: 90%;
}

.figure-item>a {
	display: block;
	text-align: center
}

.figure-item>a:hover {
	color: #d83529
}

.figure-item>a>span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.figure-item .video-img {
	width: 278px;
	height: 148px;
	margin-bottom: 8px;
	border: 1px solid #ddd
}

.flie-list {
	float: left;
	width: 400px;
	margin: 14px 40px;
}

.flie-list .hd {
	border-bottom: 1px solid #a0a0a0;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
}

.flie-list .hd .more {
	float: right;
}

.flie-list .hd>.caption,.caption.caption-red {
	font-size: 16px;
	color: #e45616;
	font-weight: bold;
	border-left: 3px solid #e45616;
	padding-left: 15px;
}

.activity-item {
	border-bottom: 1px dashed #ccc;
	margin: 0 22px;
	overflow: hidden;
	position: relative;
	padding-bottom: 12px;
}

.activity-item+li {
	margin-top: 30px;
}

.activity-bd {
	line-height: 38px;
	padding-left: 32px;
	padding-right: 52px;
	float: left;
	width: 720px;
}

.activity-action {
	float: right;
	height: 140px;
	line-height: 140px;
	width: 116px;
	border-left: 2px solid #dcdcdc;
	text-align: right;
}

.activity-action>a {
	color: #fff;
	background: #f59713;
	padding: 8px 16px;
	border-radius: 4px;
}

.activity-action>a:hover {
	opacity: .8;
	filter: opacity(80);
}

.pagination {
	margin-top: 30px;
	float: left;
	position: relative;
	left: 50%;
}

.pagination span,.pagination a {
	position: relative;
	left: -50%;
}

.pagination span {
	float: left;
	margin: 0 20px;
	line-height: 34px;
}

.pagination a {
	border: 1px solid #eee;
	padding: 8px 14px;
	float: left;
	text-decoration: none;
	margin-right: -1px;
}

.pagination a:hover {
	color: #0288d1;
}

.pagination a.disable {
	color: #bfbfbf;
}

.pagination a.active {
	color: #fff;
	background: #0288d1;
	border-color: #0288d1;
}
/*-----------END LIST CSS--------------*/

/*-----------STSRT COMPONENTS CSS--------------*/
.news-content-hd { /*border-bottom: 1px solid #00a0e9;*/
	overflow: hidden;
}

.news-title1,.news-title2,.news-title3 {
	width: 86%;
}

.news-title1 {
	font-size: 32px;
	font-weight: normal;
	margin: 24px auto;
	text-align: center;
	color: #333
}

.news-title1.red {
	color: #e45616;
}

.news-title2 {
	font-size: 26px;
	color: #535353;
	font-weight: normal;
	margin: 14px auto;
	text-align: center
}

.sub-title {
	text-align: center;
	line-height: 36px;
}

.sub-title.border {
	border-bottom: 1px solid #9d9d9d;
}

.sub-title.border-dashed {
	border-bottom: 1px dashed #9d9d9d;
}

.sub-title>span {
	color: #999999;
}

.sub-title>span+span {
	margin-left: 130px;
}

.panel {
	margin-top: 20px;
}

.panel-head {
	border-left: 3px solid #e45616;
	height: 18px;
	line-height: 18px;
	padding-left: 10px;
	color: #999
}

.panel-body {
	padding: 10px 0;
	overflow: hidden;
}

.panel-body>p {
	text-indent: 12px;
	margin: 0;
}

.table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #dee2e6;
  border-collapse: collapse;
}

.table th{
	font-weight: normal;
}

.table.table-light{
	border:0;
}

.table td,.table th {
	border: 1px solid #dee2e6;
	padding: 0 16px;
}

.table.table-light td,.table.table-light th{
	border:0;
	border-bottom: 1px solid #f9f9f9;
}

 
.table tr.active>td, 
.table tr.active>th, 
.table tr>td.active, 
.table tr>th.active {
    background-color: #fafafa;
}

.table tr {
	height: 32px;
	line-height: 32px;
}

.stat-danger {
	color: #e82c26
}

.stat-success {
	color: #0cb628
}

.stat-success:before,.stat-danger:before {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	background: url(../images/icn.png) no-repeat 0 -39px;
	margin-right: 6px;
}

.stat-success:before {
	background-position: -18px -39px;
}

.panel-body .event-item {
	margin-left: 12px;
}

.btn-info {
	background: #00a0e9;
	cursor: pointer;
	color: #fff;
	padding: 6px 16px;
	border-radius: 4px;
}

.btn-info:hover {
	opacity: .9;
	filter: opacity(90);
	color: #fff;
}

.btn-primary {
	background: #d2e6fe;
	cursor: pointer;
	color: #015db4;
	padding: 6px 16px;
	border-radius: 4px;
	transition: all .2s;
}

.btn-primary:hover{
	background: #2072be;
	color: #fff;
}

.form-group {
	margin: 24px auto;
	float: left;
	position: relative;
	left: 50%
}

.form-col {
	float: left;
	height: 32px;
	line-height: 32px;
	position: relative;
	left: -50%;
}

.form-col+.form-col {
	margin-left: 10px;
}

.form-col input {
	height: 28px;
	line-height: 28px;
  border: 1px solid #ccc;
	border-radius: 4px;
	color: #757575;
	padding:0 12px;
	font-size: 14px;
}
.form-col input:focus{
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5);
}
.form-col input.Wdate{
	width: 100px;
}


body .select2-container .select2-choice {
	border-color: #ccc;
	color: #757575;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background: none;
	filter: none;
}

body .select2-container.select2-container-active.select2-dropdown-open .select2-choice
	{
	border-radius: 4px 4px 0 0;
}

body .select2-container .select2-choice .select2-arrow {
	border: 0;
	background: none;
	background-image: none;
	filter: none;
}

body .select2-container .select2-choice .select2-arrow b {
	background-position: -1px 5px;
}

body .select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 5px;
}

body .select2-drop-active {
	border-color: #ccc
}

.filter-area>a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	background: #edf5fd;
	color: #2072bf;
	font-size: 14px;
	padding: 0 18px;
	margin: 6px;
}

.filter-area>a:hover,.filter-area>a.active {
	background: #2072bf;
	color: #fff
}

.label-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.label-item>label {
	color: #727272
}

.news-content-bd {
	border: 1px solid #cfcfcf;
	padding: 0 50px 22px 50px;
	overflow:hidden;
}

.news-content-text {
	margin-top: 30px;
	padding: 0 24px 24px 24px;
}

.news-content-text p {
	margin: 10px auto;
	line-height: 26px;
}

.news-content-text img {
	max-width: 94%;
	height: auto !important; /*display: block;*/
	margin-bottom: 12px;
}
/*-----------END COMPONENTS CSS--------------*/

/*-----------START ICN--------------*/
.icn,.icn-download,.btn-print {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icn.png) no-repeat;
}

.icn-download {
	width: 18px;
	height: 18px;
	background-position: -38px -40px;
}

.btn-print {
	display: block;
	width: 85px;
	height: 25px;
	background-position: -58px 0;
	cursor: pointer;
}

.btn-print:hover {
	opacity: .7;
	filter: opacity(70);
}
/*-----------END ICN--------------*/
.slide-histroy .hd {
	height: 40px;
	line-height: 40px;
	background: #f3f3f3
}

.slide-histroy .bd {
	height: 398px;
	overflow: hidden;
}

.slide-item {
	display: block;
	position: relative;
	height: 398px;
}

.slide-item .slide-img {
	width: 100%;
	height: 100%;
}

.slide-info {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,
		endColorstr=#7F000000 );
	height: 100%;
	color: #fff
}

.slide-info:hover {
	background: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,
		endColorstr=#B2000000 );
}

.slide-info .title {
	text-align: center;
	color: #ff6f06;
	font-size: 24px;
	padding: 0 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 34px auto
}

.slide-info>p {
	padding: 0 16px;
	text-indent: 2em;
	line-height: 36px;
	height: 216px;
}

.slide-info .more {
	color: #ff6f06;
	float: right;
	margin-right: 16px;
}

.slide-histroy .hd ul {
	text-align: center;
}

.slide-histroy .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background: url(../images/slide_dot.png) center -18px;
	margin-top: 12px;
	overflow: hidden;
	filter: alpha(opacity =   70);
	opacity: 0.7;
	vertical-align: top;
	line-height: 9999px;
}

.slide-histroy .hd ul .on {
	background-position: center -1px;
}

.histroy-item {
	display: block;
	position: relative;
	margin-top: 26px;
	padding: 24px 20px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #6bb3fe;
	background: url(../images/618.png) no-repeat 1110px 0;
}

.histroy-tag {
	position: absolute;
	width: 189px;
	height: 65px;
	background: url(../images/tag.png);
	color: #fff;
	font-size: 18px;
	line-height: 56px;
	text-indent: 54px;
	left: -10px;
	top: 4px;
}

.histroy-item img {
	width: 326px;
	height: 208px;
	border: 1px solid #d6d6d6;
}

.histroy-info {
	float: right;
	width: 776px;
}

.histroy-info .title {
	text-align: center;
	color: #f86900;
	font-size: 24px;
	margin: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.histroy-info p {
	text-indent: 2em;
	font-size: 16px;
	position: relative;
	line-height: 32px;
	height: 128px;
}

.histroy-info .more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #f86900;
}

.histroy-item:hover {
	box-shadow: 0 15px 26px rgba(0, 0, 0, .2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.periodical-list{
	width: 1050px;
	margin: 0 auto
}
.periodical-list>.row{
	background: url(../images/bg_shelf.png) center 107px no-repeat;
	padding: 0 24px 0 58px;
	margin-top: 26px;
	margin-bottom: 40px;
}
.periodical-item{
	float: left;
	width: 168px;
	padding-left: 4px;
	margin-left: 18px;
	background: url(../images/bg_periodical.png) -22px 10px no-repeat;
}
.periodical-item>a{
	display: block;
	width: 130px;
	text-align: center;
}
.periodical-item img{
	height: 168px;
	width: 100%;
	display: block;
	margin-bottom: 28px;
}
.periodical-title{
	
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.label-lg{
	font-size: 18px;
}

body .form-col-lg {
	height: 40px;
	line-height: 40px;
}

body .form-col-lg input{
	height: 38px;
	line-height: 38px;
	position: relative;
	top: -1px;
}

body .form-col-lg .btn-primary{
	padding-top: 10px;
	padding-bottom: 11px;
}

.search-list .hd:before{
	content: "";
	display: inline-block;
	width: 43px;
	height: 40px;
	background: url(../images/search.png) no-repeat;
	vertical-align: middle;
	margin-right: 16px;
}

.search-list .hd{
	border-bottom: 1px solid #a9d2ee;
	margin: 0 24px;
	height: 50px;
	line-height: 55px;
}
.search-list .hd .caption{
	font-size: 18px;
	color: #0262af;
}

.laydate-range{
	width: 320px!important;
	background: url(../images/calendar.png) 310px center no-repeat;
}
.laydate-date{
	width: 100px!important;
	background: url(../images/calendar.png) 95px center no-repeat;
}

.form-group-room{
	margin: 30px auto;
}

.table-room tr{
	height: 50px;
	line-height: 20px;
	color: #545454;
}

.table-room tr:hover{
	background: #f2f8fc;
	color: #2e5dd3;
}

.table-room td ,.table-room th {
	padding: 0 10px;
}

.table-room thead th{
	font-weight: bold;
	font-size: 16px;
	color: #959595;
}

.result-search{
	width: 767px;
	margin: 40px auto;
}
.result-search .hd{
	font-size: 24px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.result-search .hd:before{
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	border-bottom: 2px dashed #535353;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
}

.result-search .hd-inner{
	background: #fff;
	padding: 0 25px;
	line-height: 40px;
	position: relative;
	z-index: 2;
	display: inline;
}

.result-search .bd{
	width: 550px;
	margin: 0 auto;
}

.result-state{
	float: left;
	width: 94px;
	height: 94px;
	background-image: url(../images/status.png);
	background-repeat: no-repeat;
	margin-right: 36px;
}

.result-state.success{
	background-position: -2px 0px;
}

.result-state.failed{
	background-position: -2px -120px;
}

.result-state.waiting{
	background-position: -2px -240px;
}

.result-content{
	padding-top: 2px;
}

.panel-room .panel-head{
	border-left: 0;
	border-bottom: 2px solid #dee1e6;
	color: #565656;
	font-size: 22px;
	height: 38px;
	line-height: 38px;
	padding-bottom: 6px;
	padding-left: 0;
}

.panel-room .panel-head:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 20px;
	background:#32b16c;
	vertical-align: middle;
	margin-right: 10px;
}

.panel-room .panel-body{
	padding-left: 108px;
	/*line-height: 42px;*/
}

.panel-room img{
	border:1px solid #ccc;
}


.form-row .form-label{
	float: left;
	width: 92px;
	text-align: right;
	margin-right: 16px;
	font-size: 16px;
}


.form-row input[type="text"],
.form-row textarea{
	width: 180px;
	border-radius: 4px;
	border:1px solid #d2d2d2;
	padding: 0 12px;
}

.form-row input[type="text"]{
	height: 32px;
	line-height: 32px;
}

.form-row textarea{
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.form-row{
	margin-top: 18px;
}

.form-row:after{
	content: "";
	display: table;
	clear: both;
}

.panel-room .form-row input[type="text"],
.panel-room .form-row textarea{
	width: 710px;
}

input.input-mini{
	height: 22px!important;
	line-height: 22px!important;
}

.filter-sec{padding: 8px 40px; margin-bottom: 12px; border-bottom: 1px solid #82c9ff; border-image: linear-gradient(90deg, #ffffff, #82c9ff 10%, #82c9ff 90%,#ffffff) 1;}
.filter-row { padding-left: 74px; position: relative; line-height: 26px; margin: 10px 0; overflow: hidden; }
.filter-row label { position: absolute; left: 0; top: 0; font-weight: 700; }
.filter-row > a { float: left; cursor: pointer; padding: 0 8px; margin: 0 8px; border-radius: 2px; margin-bottom: 10px; }
.filter-row > a.active  { background: #0091ff; color: #fff !important; }
.filter-row > a:hover{ background: #8ccdff;color: inherit; }
.filter-row.fold { height: 26px; overflow: hidden; position: relative; padding-right: 18px; }
.filter-row.fold .btn-fold { margin: 0; padding: 0; position: absolute; right: 0; top: 3px; cursor: pointer; background: none!important; }
.filter-row.fold .btn-fold:after { content: ""; display: inline-block; background: url('../images/add.png') center; width: 16px; height: 16px; }

.list-style-circle .text:before{ content: ""; width: 5px; height: 5px; border-radius: 50%; display: inline-block; background: #0091ff; margin-right: 8px; vertical-align: middle; }

.gallery-sec{ position: relative; text-align: center; margin: 24px 0; }

.gallery{ display: block; position: absolute; /*background: #000;*/ width: 22px; height: 30px; cursor: pointer;line-height: 26px;}
.gallery-1{ left: 141px;top: 224px; }
.gallery-2{ left: 213px;top: 136px; }
.gallery-3{ left: 289px;top: 77px; }
.gallery-4{ left: 358px;top: 21px; }
.gallery-5{ right: 161px;top: 202px; }
.gallery-6{ right: 232px;top: 131px; }
.gallery-7{ right: 306px;top: 67px; }
.gallery-8{ right: 372px;top: 11px; }
.gallery-0{ right: 578px;top: 30px; width: 50px;height: 28px; }
.gallery-content a{ display: block; }
.gallery-content .gallery-img{ display: inline-block; border-radius: 50%; background-color: blue; }
.gallery-content img , .gallery-content .gallery-img { width: 16px; height: 16px;vertical-align: text-bottom; margin-right: 10px;}
.gallery .gallery-content{display: none;}
.gallery-name{display: none;}
.gallery .gallery-name{color: #fff;display: block;width: 100%;height: 100%}