body {
	font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Tahoma, SimSun, Helvetica, sans-serif;
	color: #2E313A;
}

p,
h1,
h2,
h3,
h4 {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

b,
strong,
bold {
	font-weight: 700
}

p {
	margin-bottom: 0.8em;
	line-height: 1.6em
}

h1,
h2,
h3,
h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 1.5em 0 0.25em
}

h1 {
	font-size: 2.5em
}

h2 {
	font-size: 2em
}

h3 {
	font-size: 1.5em
}

h4 {
	font-size: 1em;
	font-weight: 700
}

/*导航*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 1;
	background: #393D49;
	color: #FFFFFF;
	padding: 10px;
	height: 40px;
}

nav {
	margin-top: 0px;
	margin-right: 60px;
	
}

nav {
	float: right;
}

nav ul {
	list-style: none;
}

nav li {
	float: left;
	margin: 0 20px;
	
}

nav li a {
	font-size: 20px;
	color: #FFFFFF;
	padding: 25px 0;
	position: relative;
	text-decoration: none;
}

nav li a:after {
	font-size: 20px;
	color: #FFFFFF;
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

nav li a:hover {}

nav li a:hover:after {
	left: 0;
	right: 0;
}


.nav_info{
	display: inline-block;
}
.nav_info p{
	font-size: 20px;
	padding: 10px;
}

.active nav_info{
	
}


	


/*地图*/
.wrap {
	width: 1100px;
	margin: 0 auto;
	padding-top: 40px !important;
	padding-left: 160px;
}


/* 地图提示自定义 */
.stateTip,
#StateTip {
	display: none;
	position: absolute;
	padding: 8px;
	background: #fff;
	border: 2px solid #2385B1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-family: Tahoma;
	color: #333;
}

.mapInfo i {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	line-height: 15px;
	font-style: normal;
	background: #aeaeae;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center
}

.mapInfo i.active {
	background: #E27F21;
}

.mapInfo span {
	padding: 0 5px 0 3px;
}

.mapInfo b {
	font-weight: normal;
	color: #2770B5
}

/*地图旁边的介绍*/
.intro{
    position: absolute;
    top: 40%;
    left:10%;
    display: inline-block;
    font: 20px solid "微软雅黑";
    color: coral;
}
.intro p{
	font-size:32px;
}

.items{
	padding-top: 0px !important;
	padding-left: 0px !important;
}

/*时间线的样式 */
.content {
	margin: 0 auto;
	max-width: 700px;
	padding: 20px 40px
}

.content .center {
	text-align: center
}


.category {
	position: relative;
	margin-top: 3em
}

.category-title {
	max-width: 150px;
	font-weight: 700
}

.category ul {
	padding-left: 40px;
	margin-bottom: 15px
}

.category ul li {
	list-style-type: disc;
	line-height: 1.5em;
	margin-bottom: 0.5em
}

.category ul ul li {
	margin-bottom: 0.15em
}

.category li {
	line-height: 1.25em;
	margin-bottom: 0.5em
}

.item {
	border-left: 5px solid;
	padding-left: 50px;
	padding-bottom: 2em;
	position: relative
}

.item:nth-child(2) {
	margin-top: 30px
}

.item:last-child {
	padding-bottom: 0
}


.target-border {
	position: absolute;
	left: -38px;
	top: -15px;
	width: 40px;
	height: 40px;
	border: 15px solid white;
	border-radius: 50%;
	z-index: 1
}


.target-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	z-index: 10;
	margin: 5px auto;
	border: 10px solid white
}

.item-company-title {
	display: inline-block;
	margin-top: 0
}

.item-date {
	position: absolute;
	right: 750px;
	top: 6px;
	text-align: right;
	min-width: 180px;
	color: #888;
	font-size: 16px;
}


.item-personal-details{
	font-size: 18px;
}


.bgGreen .category-title {
	color: #5FB878
}

.bgGreen .item {
	border-color: #5FB878
}

.bgGreen .target-border {
	background: #5FB878
}

.bgGreen .target-dot {
	background: #5FB878
}

.bgGreen a {
	color: #5FB878;
	background-color: rgba(38, 78, 89, 0.1);
	box-shadow: 5px 0 0 rgba(38, 78, 89, 0.1), -5px 0 0 rgba(38, 78, 89, 0.1)
}

.bgGreen a:hover {
	background-color: rgba(38, 78, 89, 0.2);
	box-shadow: 5px 0 0 rgba(38, 78, 89, 0.2), -5px 0 0 rgba(38, 78, 89, 0.2)
}

.bgOrange .category-title {
	color: #FF5722
}

.bgOrange .item {
	border-color: #FF5722
}

.bgOrange .target-border {
	background: #FF5722
}

.bgOrange .target-dot {
	background: #FF5722
}

.bgOrange a {
	color: #FF5722;
	background-color: rgba(33, 176, 128, 0.1);
	box-shadow: 5px 0 0 rgba(33, 176, 128, 0.1), -5px 0 0 rgba(33, 176, 128, 0.1)
}

.bgOrange a:hover {
	background-color: rgba(33, 176, 128, 0.2);
	box-shadow: 5px 0 0 rgba(33, 176, 128, 0.2), -5px 0 0 rgba(33, 176, 128, 0.2)
}

.bgGreen2 .category-title {
	color: #21b080
}

.bgGreen2 .item {
	border-color: #21b080
}

.bgGreen2 .target-border {
	background: #21b080
}

.bgGreen2 .target-dot {
	background: #21b080
}

.bgGreen2 a {
	color: #21b080;
	background-color: rgba(80, 14, 78, 0.1);
	box-shadow: 5px 0 0 rgba(80, 14, 78, 0.1), -5px 0 0 rgba(80, 14, 78, 0.1)
}

.bgGreen2 a:hover {
	background-color: rgba(80, 14, 78, 0.2);
	box-shadow: 5px 0 0 rgba(80, 14, 78, 0.2), -5px 0 0 rgba(80, 14, 78, 0.2)
}

.bgGreen2 p {
	margin: 0
}

.bgPink .category-title {
	color: #e06666
}

.bgPink .item {
	border-color: #e06666
}

.bgPink .target-border {
	background: #e06666
}

.bgPink .target-dot {
	background: #e06666
}

.bgPink a {
	color: #e06666;
	background-color: rgba(247, 138, 79, 0.1);
	box-shadow: 5px 0 0 rgba(247, 138, 79, 0.1), -5px 0 0 rgba(247, 138, 79, 0.1)
}

.bgPink a:hover {
	background-color: rgba(247, 138, 79, 0.2);
	box-shadow: 5px 0 0 rgba(247, 138, 79, 0.2), -5px 0 0 rgba(247, 138, 79, 0.2)
}

.bgDark .category-title {
	color: #2F4056
}

.bgDark .item {
	border-color: #2F4056
}

.bgDark .target-border {
	background: #2F4056
}

.bgDark .target-dot {
	background: #2F4056
}

.bgDark a {
	color: #2F4056;
	background-color: rgba(247, 138, 79, 0.1);
	box-shadow: 5px 0 0 rgba(247, 138, 79, 0.1), -5px 0 0 rgba(247, 138, 79, 0.1)
}

.bgDark a:hover {
	background-color: rgba(247, 138, 79, 0.2);
	box-shadow: 5px 0 0 rgba(247, 138, 79, 0.2), -5px 0 0 rgba(247, 138, 79, 0.2)
}









