body { 
	background: #fff;
}
	
a{
	color: #0d6dd5; 
}
a:hover, a b:hover{
	text-decoration: underline;
}
.clear{
	clear:both;
}

html, body {
    font-family: Calibri;
    background: url('../images/update_images/bg2.png');
    font-size: 14px;
    height: 100vh;
    margin: 0px;
    color: #FFFFFF;
    width: 100%;
    background-repeat: repeat;
    display: table;
}
.container{
	position: relative;
	margin: 20px auto;
	width: 1100px;
	height: auto;
	border: 0px solid #ff0000;
}
.cslide{
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: auto;
}
/* .building{
	position: absolute;
	left: -4px;
	bottom: -4px;
	background: url('../images/building.png') no-repeat center center;
	width: 170px;
	height: 237px;
	z-index: 10;
} */
.building{
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url('../images/building.png') no-repeat center center;
	width: 170px;
	height: 237px;
	z-index: 10;
}
.lshadow{
	position: absolute;
	left: 40px;
	bottom: -21px;
	background: url('../images/shaodw.png') no-repeat left center;
	width: 187px;
	height: 21px;
	z-index: 0;
}
.rshadow{
	position: absolute;
	right: 40px;
	bottom: -21px;
	background: url('../images/shaodw.png') no-repeat right center;
	width: 187px;
	height: 21px;
	z-index: 0;
}
.slider{
	position: relative;
	background: #fff;
	width: 1100px;
	height: 606px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 3px 1px #a6a5a5;
	box-shadow: 0 0 3px 1px #a6a5a5;
	z-index: 1;
}
.slider #slider{
	position: relative;
	background: #fff;
	width: 1084px;
	height: 588px;
	margin: 0 auto;
	border: 0px solid #5C5C5C;
	top: 9px;
	z-index: 0;
}
.conent{
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	width: 1000px;
	min-height: 606px;
	text-align: center;
	border: 1px solid #000;
}
.conent .box{
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 8px;
	background: #fff;
	width: 216px;
	height: 140px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 2px 1px #a6a5a5;
	box-shadow: 0 0 2px 1px #a6a5a5;
	z-index: 1;
}

.DocLeft {
    position: relative;
	float: left;
	background: #d5eab6;
	width: 366px;
	padding-left: 20px;
	padding-right: 10px;
	min-height: 914px;
	border: 0px solid #000;
	-webkit-box-shadow: 0 0 2px 1px #a6a5a5;
	box-shadow: 0 0 2px 1px #a6a5a5;
}
.DocLeft  p{
	padding: 0;
	margin: 0;
	line-height: 28px;
	font-family: Arial;
	font-size: 17px;
	color: #000;
}
.DocLeft .title{
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #0d6dd5;
}
.DocLeft  .subtitle{
	font-size: 24px;
	text-decoration: underline;
	color: #0d6dd5;
}
.DocLeft  ul li{
	position: relative;
	left: -20px;
	list-style: none;
	margin-bottom: 2px;
	width: 320px;
	padding: 0;
	font-family: Arial;
	font-size: 20px;
	color: #000;
	border: 0px solid #ff0000;
}
.DocLeft  ul li a{
	color: #000;
	text-decoration: none;
}
.DocLeft  ul li a:hover{
	color: #012af8;
	text-decoration: underline;
}

/************* Zoom image ***************/
#thumbs {
    position: relative;
	/* margin: 0 auto; */
	float: right;
	margin-bottom: 20px;
	/* background: #fff; */
	width: 702px;
	height: auto;
	text-align: center;
	border: 0px solid #000;
}

div.thumb {
	vertical-align: top;
	/* display: inline-block; */
	float: left;
	left: 15px;
	margin-right: 16px;
	margin-bottom: 16px;
	background: #fff;
	width: 218px;
	height: 139px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 2px 1px #afafaf;
	box-shadow: 0 0 2px 1px #afafaf;
	z-index: 1;
}

div.thumb img {
	position: relative;
	cursor: pointer;
	margin: 5px 0 0 5px;
    border: 2px solid #3b6919;
}
