.global-nav {
	position: fixed;
}
a {
	color: #000;
}
#menu {
	margin: 0 auto;
	padding: 0;
	position: fixed;
	list-style-type: none;
	z-index: 70;
	text-align: center;
	width: 120px;
	top: 15%;
	right: 0px;
}
#menu li {
	margin: 0 10px 0 0;
	font-size: 14px;
}
#menu a { float: left; padding: 10px 20px; background-color: #fff; color: #333; text-decoration: none;}
#menu .active a { color: #fff; background-color: #333;}

#dowebok .section {
	text-align: center;
	min-width: 1200px;
	background: url(../images/section_bg.jpg) repeat-x left top;
}
#dowebok #section1 {
	background: #cee2d1 url(../images/bg_main.jpg) no-repeat center top;
}
#dowebok #section2 {
	background: #bdb387 url(../images/slider2.jpg) no-repeat center top;
}
#dowebok #section3 {
	background: #c8f6fa url(../images/slider3.jpg) repeat-x left top;
}
#dowebok #section4 {
	background: #ebf6f6 url(../images/slider4.jpg) repeat-x left top;
}
#dowebok #section5 {
}
#dowebok .section .inner {
	width: 80%;
	margin: 0px auto;
	text-align: left;
}
#dowebok .inner p a {
	color: #060;
}
#dowebok .section .inner .pagetitle {
	text-align: center;
	width: 100%;
}
#dowebok #section1 .inner .pagetitle {
	margin-bottom: 5%;
}
#dowebok #section1 .inner p,#dowebok #section2 .inner p  {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	color: #0C1A0B;
	margin-bottom: 10px;
}
#dowebok #section3 h2 {
	height: 90px;
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	color: #030;
	font-weight: normal;
	position: relative;
	line-height: 60px;
}
#dowebok #section3 h2 img {
	vertical-align: middle;
}
#dowebok #section3 strong {
	font-size: 18px;
}
#dowebok #section3 .main {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	overflow: auto;
	min-height: 360px;
	height:60%;
}
#dowebok #section3  p {
	text-align: left;
	text-indent: 2em;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#dowebok #section3 .fp-controlArrow {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	border: 0 none;
}
#dowebok #section3 .fp-prev {
	left: 50px;
	background: url(../images/left_control.png) 50% no-repeat;
}
#dowebok #section3 .fp-next {
	right: 50px;
	background: url(../images/right_control.png) 50% no-repeat;
}
#dowebok #section4 .inner .pagetitle {
	margin-bottom: 20px;
}
#dowebok #section4 .container1 {
	overflow: auto;
	height: 400px;
	text-align: center;
	background: #FFF;
	margin: auto;
	width: 1020px;
}
#dowebok #section5 .inner .pagetitle {
	margin-bottom: 5%;
}
#dowebok #section5 .inner {
	min-width: 1000px;
}
#dowebok #section5 .inner .col-main {
	width: 495px;
}
#dowebok #section5 .inner .col-sub {
	width: 480px;
}
.col-sub .item-list li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 210px;
	margin-right: 20px;
	margin-top: 10px;
}
.col-sub .item-list li.last {
	margin-right: 0px;
}
.col-sub .item-list .img {
	float: none;
	position: relative;
}
.col-sub .item-list .img img {
	height: 140px;
	width: 210px;
}
.col-sub .item-list li .content-wrap {
}
.col-sub .item-list li .content-wrap h4 {
	font-weight: normal;
	font-size: 14px;
}