body {
	font-family: "microsoft yahei", Helvetica,Arial,sans-serif;
	color: #000000;
}

@media (min-width:1200px) {
	.container {
		width: 1100px
	}
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #004899;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.btn-primary {
	color: #fff;
	background-color: #004899;
	border-color: #004899;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.navbar>.container .navbar-brand {
	margin-left: 0;
}

[data-transition="scale"] img {
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

[data-transition="scale"]:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.animate {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}


/*.nav>li>a:focus {
	background: none;
	outline: none;
}*/

.navbar-inverse .navbar-toggle {
	margin-right: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #004899;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #fff;
}

.logo img {
	height: auto;
	width: 80%;
}

.g-hd form input[type='text'].form-control {
	border-radius: 17px;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
}

.g-hd form button {
	background: none;
	padding: 0 5px;
}

.nav li.active a,
.nav>li>a:focus,
.nav>li>a:hover {
	color: #004899;
}

.g-bd .banner {
	margin-bottom: 30px;
}

.carousel-indicators {
	bottom: 0px;
	margin-bottom: 0;
}

.carousel-indicators li {
	border: 1px solid #004899;
	margin: 5px;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 5px;
	background-color: #004899;
}

.home-memberService .media {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}

.home-memberService .media img {
	max-width: 90px;
}

footer {
	margin: 10px -15px 0;
}

.g-ft {
	padding: 40px 0;
	background: #373737;
}

.g-ft .g-ft-logo {
	/*padding: 15px;*/
}

.g-ft-copyright {
	padding: 30px 0;
	background: #212121;
	color: #6e6e6e;
}

.g-ft-copyright a {
	color: #6e6e6e;
}

.news_list li a {
	width: calc(100% - 100px);
	display: inline-block;
}

.panel {
	margin: 0 -15px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-heading {
	border-bottom: 4px solid #bababa;
	padding: 5px 0 ;
}

.panel-footer {
	background: none;
	border-top: none;
}

.panel-heading .h3,
.panel-heading .h4 {
	padding-bottom: 5px;
	border-bottom: 4px solid #002f73;
	color: #004899;
	font-weight: bold;
}

.panel-body {
	padding: 15px 0;
}

.news_list .list-group-item {
	padding: 5px 0px;
	border: 0;
	border-bottom: 2px dashed #ddd;
	margin: 0;
}

.pages {
	margin-top: 20px;
}


/*service*/

.home-spotService .panel-body {
	padding: 15px;
}

.home-spotService .row>div {
	padding: 0;
	overflow: hidden;
}

.home-spotService .row>div a {
	display: block;
	/*position: relative;*/
}

.home-spotService .row>div img {
	width: 100%;
}

.service_desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .8);
	padding: 15px;
	color: #000000;
	height: 68px;
}

.service_desc>div {
	display: none;
}

.home-spotService .row>div:hover .service_desc {
	background-color: rgba(0, 72, 153, .8);
	height: 100%;
	/*top: 0;*/
	color: #FFFFFF;
}

.home-spotService .row>div:hover .service_desc h4 {
	display: none;
}

.home-spotService .row>div:hover .service_desc>div {
	display: block;
}

.article_con>hr {
	border-color: #9d9d9d;
}

@media (min-width: 768px) {
	.service_2.home-spotService .row>div>div {
		overflow: hidden;
		position: relative;
	}
	.service_2.home-spotService .row>div:first-child {
		padding-right: 10px;
	}
	.service_2.home-spotService .row>div:last-child {
		padding-left: 10px;
	}
	.article_news,
	.team_list {
		min-height: 400px;
	}
	.home-memberService .media img {
		max-width: 220px;
	}
}

.norecord {
	padding: 20px 0;
	text-align: center;
	color: #003070;
	min-height: 250px;
}


/*aside*/

aside h2 {
	color: #003070;
	margin: 0;
}

aside .panel-heading .h4 {
	margin: 0;
	color: #c3c3c3;
	font-weight: normal;
	padding-left: 0;
}

aside .submenu .panel-heading .h4 {
	background: none;
	padding: 0;
}

aside .submenu .panel-heading {
	border-bottom: 0;
	padding: 0 0;
}

aside .panel-body .nav li {
	background: url(../images/submenu_grey.jpg) center repeat-x;
	padding: 5px 0px;
	border: 0;
}

aside .panel-body .nav li.active,
aside .panel-body .nav li:hover {
	background: url(../images/submenu_blue.jpg) center repeat-x;
}

aside .panel-body .nav li.active a,
aside .panel-body .nav li:hover a {
	color: #fff;
	background: none;
}

aside .navbar-collapse {
	padding: 0;
}

aside .panel-body.service {
	padding: 15px;
}

aside .panel-body .service_desc .h4 {
	margin: 0;
}

aside .panel-body .service_desc hr {
	margin: 10px 0;
}

aside .panel-body .service_desc hr {
	margin: 10px 0;
}

aside .service .row>div {
	margin-bottom: 10px;
}

aside .contact img {
	width: 100%;
}

aside .contact_con {
	margin-top: 5px;
	padding: 15px;
	background: #cecece;
}

.breadcrumb {
	padding: 0;
	background: none;
	margin: 0;
}
.breadcrumb span{
	margin-right: 5px;
}
.g-contain {
	margin: 20px auto;
	min-height: 300px;
}
.g-contain img{
	max-width: 100%;
}
.g-contain .word-h3 {
	font-size: 18px;
	color: #303030;
	background: #cecece;
	padding: 5px;
}
.g-contain .word-content{
	padding: 5px;
}
.team_index .media img {
	width: 228px;
}

.join-heading {
	width: 100%;
	margin-bottom: 15px;
	background: #cecece;
}

.join-heading li {
	display: table-cell;
	width: 1%;
	text-align: center;
	padding: 5px 0;
}

.join-heading li span {
	color: #303030;
	font-size: 16px;
}

.join>.panel-default>.panel-heading {
	color: #303030;
	background: none;
}

.join-list-title {
	width: 100%;
}

.join-list-title ul {
	padding-right: 85px;
}

.join-list-title .chakan {
	float: right;
}

.join-list-title i.glyphicon-arrow-down:before {
	content: "\e258"!important;
}

.join-list-title li {
	display: table-cell;
	width: 1%;
	text-align: center;
}

.join-list-title li span {
	color: #303030;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}


/*.service_index .service_list .panel-heading {
	border: 0;
	background: #cecece;
}*/

.sitemap ul {
	list-style: none;
}

.sitemap>ul>li {
	margin: 20px 0;
}

.sitemap>ul>li>a {
	color: #004899;
}

.sitemap .btn-group {
	margin-left: 10px;
}

a.navbar-brand {
	padding: 9px 0;
	height: auto;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
	padding: 0 0 15px;
	background: #FFF;
	margin: 0;
	box-shadow: 0px 0 2px #bababa !important;
}

.sidebar {
	margin-top: 149px;
	background: #f5f5f5;
	border: none;
}

a.navbar-brand h1 {
	margin: 0;
}

form.navbar-form {
	position: relative;
	margin: 0 -15px;
	border: 0;
}

.navbar-form .form-control {
	width: 100%;
}

.top-search form input[type="text"] {
	position: relative;
	padding: 6px 43px 6px 12px;
	outline: none;
	box-shadow: 0 0 0;
}

.top-search form input[type="text"]:focus {
	outline: none;
	box-shadow: 0 0 0;
	border: 1px solid #ccc;
}

.top-search form input[type="submit"] {
	background: url(../images/9.png) no-repeat 0px 0px !important;
	width: 18px !important;
	height: 18px !important;
	border: none !important;
	position: absolute !important;
	outline: none !important;
	top: 18px;
	right: 26px;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

ul.nav.nav-sidebar>li {
	border-bottom: 1px dashed #ddd;
}

ul.nav.nav-sidebar li.active a {
	background-color: #bababa !important;
	color: #004899;
}

ul.nav.nav-sidebar li a {
	font-size: 14px;
	padding: 15px 15px 15px 2em;
}

.sidebar ul.nav-sidebar li a:hover {
	background-color: #bababa !important;
	color: #004899;
}

.sidebar ul.nav-sidebar li.active {
	background-color: #bababa !important;
	color: #FFFFFF !important;
}

ul.nav.nav-sidebar li a:focus {
	outline: none;
	background: none;
}

.sidebar.top-navigation {
	display: none;
}

.nav-sidebar ul {
	padding: 0;
	margin: 0;
	z-index: 999;
	width: 100%;
	left: 0;
}

.nav-sidebar ul li a {
	padding: .5em 0 .5em 5.5em !important;
	display: block;
	text-decoration: none;
}

.nav-sidebar ul>ul li a {
	padding: .5em 0 .5em 6em !important;
}

.nav-sidebar .glyphicon-home,
.nav-sidebar .glyphicon-user,
.nav-sidebar .glyphicon-send,
.nav-sidebar .glyphicon-list-alt,
.nav-sidebar .glyphicon-briefcase,
.nav-sidebar .glyphicon-earphone {
	margin: 0 2em 0 0;
	font-size: 16px !important;
}

.glyphicon-menu-down, .glyphicon-menu-right{
	margin: 0 0 0 1em;
	font-size: 11px !important;
}

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
	border: 0;
}

.drop-navigation {
	display: none;
}


/* Sidebar navigation */

.nav-sidebar {
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
}

.nav-sidebar> li> a {
	padding-right: 15px;
	padding-left: 15px;
}

.nav-sidebar> .active> a,
.nav-sidebar> .active> a:hover,
.nav-sidebar> .active> a:focus {
	color: #fff;
	background-color: #428bca;
}

.main .page-header {
	margin-top: 0;
}


ul.nav.nav-sidebar ul li.on a{
	color: #428bca;
}
.news_list_catname{
	color: #004899;
	padding-right: 5px;
}
.files-download{
	margin: 30px auto;
}
.files-download h2{
	font-size: 18px;
	color: #004899;
}
.files-download ul li{
	list-style: none;
	padding: 5px 0;
}



@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding: 10px 14px;
		padding-top: 37px;
		font-size: 18px;
	}
	.g-hd .header {
		margin: 10px;
	}
	.nav>li>a:focus,
	.nav>li>a:hover {
		background: none;
	}
	.panel {
		margin: 0 0 20px 0;
	}
	.sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		margin-top: 84px;
		z-index: 1000;
		display: block;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #f5f5f5;
		border-right: 1px solid #bababa;
	}
	.lang {
		padding: 0 37px;
		margin-top: 15px;
	}
	nav.navbar.navbar-inverse.navbar-fixed-top {
		padding: 15px 0;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		padding: 0 0 0 15px;
	}
	.logo img {
		width: 100%;
	}
	form.navbar-form {
		margin: 10px 0;
	}
	.top-search form input[type="submit"] {
		top: 8px;
	}
	.main {
		margin-top: 96px;
	}
	#drop-navigation {
		display: block;
	}
}

@media (max-width: 768px) {
	.team_index .media img {
		max-width: 130px;
	}
}