﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
dl, dt, dd, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*headerStyle*/
.header {
	background-size: cover;
}
.header .row{
    background: url(../images/2623.jpg) no-repeat #2b749f;
    background-size:100% 100%;

}

.sub-logo-title {
	font-size: 24px;
	color: #fff;
	font-weight: bolder;
	padding-left:30px;
}
.lan-check {
	margin: 0;
	padding: 0;
	list-style: none;
	/*text-align: right;*/
	padding-top: 35px;
}
.lan-check li {
	display: inline-block;
	padding: 0 10px;
}
.lan-check .hrstyle {
	width: 1px;
	height: 13px;
	background: #eee;
	font-size: 0;
	line-height: 0;
	padding: 0;
}
.lan-check a {
	color: #fff;
	font-size:16px;
	font-weight: bolder;
}
.logo {
	margin-top: 0;
	padding-left:30px;
}
.logo a {
	display: block;
	background: url(../images/XXM.png) no-repeat left top;
	color: #000;
	font-size: 24px;
	font-weight: bolder;
	padding-left: 53px;
	padding-bottom: 25px;
	padding-top: 10px;
    cursor:default;
}

/*navStyleBegin*/
.navzone {	
	margin-bottom: 30px;
}

.navzone .row{
    background: #045cbf;
}

.navbar {
	margin-bottom: 0;
	background: transparent;
	border: 0 none;
}
.navbar-brand {
	font-size: 16px;
	height: auto;
	padding: 15px 25px;
}
.navbar-default .navbar-brand {
	color: #fff;
}
.nav li a {
	padding: 15px 25px;
}
.navbar-default .navbar-nav li a {
	font-size: 16px;
	color: #fff;
}
.navbar-default .navbar-nav li a {
	border-bottom: 4px solid #045cbf;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover {
	color: #fff;
	background: none;
	border-bottom: 4px solid #54af03;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: #54af03;
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #54af03;
}
/*mainStyleBegin*/
.mainLine {
	margin: 15px 0;
}
/*leftLinkListStyleBegin*/
.leftMenuZone {
	padding: 0;
}
.menu_head {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border-left: 1px solid #045cbf;
	border-right: 1px solid #045cbf;
	border-bottom: 1px solid #045cbf;
	border-top: 1px solid #045cbf;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #045cbf;
}
.menu_body {
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
}
.menu_body a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	color: #333;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}
.menu_body a:hover {
	color: #045cbf;
	text-decoration: none;
}

/*peopleCounting*/
#peopleCounting{
    margin-top:40px;
}

#peopleCounting ul li{
	padding-left: 15px;
	line-height: 29px;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

/*Contact*/
#contact{
	margin-top:15px;
}

#contact ul li{
	padding-left: 15px;
	line-height: 29px;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

/*newsCarouselStyle*/

.carousel-caption {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
}
.carousel-re {
	right: 20px;
	width: auto;
	margin-left: auto;
	left: auto;
	bottom: 0;
}
/*newsListStyleBegin*/
.rightNewsZone {
	padding: 0;
}
.news {
	background: #fff;
}
.newsBigTitle {
	margin: 0;
	height: 40px;
	line-height: 40px;
	color: #045cbf;
}

.news-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	padding: 13px 20px;
}
.news li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.news li strong {
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	font-family: Helvetica Neue, arial, sans-serif;
}
.news .active a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.news a:hover {
	color: #0493e4;
	text-decoration: none;
}
.news .active strong {
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	font-family: Helvetica Neue, Arial, sans-serif;
}
/*footerStyleBegin*/
footer {
	background: #F6F6F6;
}
.linksArea {
	border-bottom: 1px solid #DCDCDC;
	padding: 15px;
}
.Links01 {
	float: left;
	width: 70px;
	line-height: 30px;
}
.Links02 {
	float: left;
	line-height: 30px;
	margin-bottom: 0px;
}
.Links02 span {
	color: #333;
}
.Links02 a {
	color: #333;
}
.Links02 a:hover {
	color: #045cbf;
}
.CopyrightInf {
	padding: 15px 15px 30px 15px;
}
.leftText {
	float: left;
}
.rightText {
	float: right;
	margin-right: 10px;
}
.rightText a {
	color: #333;
}
.rightText a:hover {
	color: #045cbf;
}
