*{
	margin: 0;
	padding: 0;
}

strong{
	color: #33a7c4;
}
.wraper{
	width: 1024px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #000;
	clear: both;
}

.head{
	width: 1024px;
	height: 100px;
	background-color: #000;
	box-shadow: 0 0 5px;
}

.logo{
    float: left;
    padding: 10px 25px;
    width: 220px;
}


.navigation{
	width: 654px;
	height: 100px;
	float: right;
}

.box_hover{
	background-color: #009345;
    height: 2px;
    left: 0;
    width: 90px;
   	padding: 0 10px;
    position: absolute;
    top: -45px;
    transition:height 1s;
}
.navigation ul{
	list-style-type: none;
	margin-top:30px; 
}
.navigation li{
	float: left;
	position: relative;
	z-index: 999;
	width: 89px;
	padding: 0px 10px;
	margin-left: 1px;
	text-align: center;
	display: block;
}
.navigation a{
	text-decoration: none;
	color: #fff;
	font-family: arial;
	font-size: 13pt;
	position: relative;
	z-index: 999;
}
.navigation li:hover .box_hover{
	height:115px ; background-color: #009345;
	position: absolute; display: block;
	padding: 0 10px;
	width: 90px;
}

/*.navigation ul{
	list-style-type: none;
	float: right;
	margin-top: 45px;
	margin-right: 170px;
}
.navigation li{
	float: left;
}

.navigation a{
	text-decoration: none;
	padding: 30px 15px;	
	color: #fff;
	font-family: arial;
	font-size: 13pt;
}
.navigation a:hover{	
	background-color: #009345;	
	padding: 30px 15px;
	transition: all 0.5s ease-in-out 0s;
}*/

.active{
	margin-top: -10px;
	background-color: #009345;
}

.mid{
	width: 1024px;
	background-color: #fff;
	margin: 0 auto;
}

.left_side{
	width: 150px;
	background-color: #33A7C4;
	margin-left: 27px;
	margin-top: 20px;
	float: left;
	box-shadow: 0px 0px 5px #000;
	position: fixed;
}

.box{
	width: 766px;
}

.box ul{
	list-style-type: none;
}


.box li{
	font-size: 16px;
	color:#c1020c;
	font-family: arial;
	color: #33a7c4;
	margin-left: 35px;

	
}


.left_side ul{
	padding-left: 0px;
}

.left_side li{
	list-style-type: none;
	text-align: left;
	border-bottom-style: dotted;
	border-width: 1px;
	border-bottom-color: #fff;
	padding: 10px;
	line-height: 18px;
}

.left_side a{
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}


.left_side a:hover {
    color: #000;
    transition: all 0.5s ease-in-out 0s;
} 


.right_part {
    float: right;
    /*height: 393px;*/
    margin-right: 30px;
    margin-top: 10px;
    /*overflow-x: hidden;*/
    width: 817px;
}

.right_part p a{
	float: right;

}


.bottom_link{
	width: 1024px;
	height: 168px;
	margin: 0 auto;
	background-color: #33A7C4;
	clear: both;
}

.bottom_link ul{
	float: left;
	padding-left: 48px;
	margin-top: 9px;
	margin-top: 12px;
	
}

.bottom_link li{
	list-style-type: none;
}

.bottom_link a{
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: #fff;
}

.bottom_link a:hover {
    color: #000;
    transition: all 0.5s ease-in-out 0s;

} 

.footer{
	width: 1024px;
	height: 50px;
	background-color: #000000;
	margin: 0 auto;
	clear: both;
	box-shadow: 0px 0px 3px #000;
	color: #fff;
}

.footer p{
	float: right;
	color: #938E8E;
	margin-right: 40px;
	margin-top: 20px;
	font-family: arial;
	font-size: 12px;
}

/*======================
     css for about
========================*/

.right_part_sidelink{
	width: 780px;
	/*height: 382px;*/
	float: right;
	margin-top: 20px;
	margin-right: 50px; 
	float: right;
	
}

.right_part_sidelink img{
	widows: 141px;
	float: left;
	padding: 10px 43px 0 15px;
}

.right_part_sidelink p{
	font-family: arial;
	font-size: 15px;
	text-align: justify;
	line-height: 18px;
	color: #888889;
	margin:0px 17px 10px;
}

.about ul{
	float: left;
}

.about li{
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}


