@charset "utf-8";
/* CSS Document */

.container{
	width:954px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	margin:auto;
	background:#fff;
	padding-bottom:15px;
	padding-top:15px;
}
.header{
	width:954px;
	height:auto;
	margin:auto;
}
.header_in{
	width: 954px;
	height: 106px;
	background: #333366;
	border: 1px solid #8080ff;
	border-radius: 5px;
	margin-bottom: 15px;
}
.logo{
	width: 270px;
	height: 45px;
	float: left;
	padding-left: 18px;
	margin-top: 18px;
	padding-right: 18px;
}

.nav{
	width: 645px;
	height: 106px;
	float: right;
	overflow: hidden;
}
.nav ul li{
	list-style:none;
	font-size:13px;
	float:left;
	line-height:160px;
}
.nav ul li a{
	text-decoration:none;
	color:#fff;
	padding-left:18px;
	padding-right:18px;
	display:block;
	-moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.nav ul li a:hover{
	background:#0099FF;
	-moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.navact{
	background:#0099FF !important;
}
.banner{
	width:954px;
	height:auto;
	overflow:hidden;
}
.banner img{
	width: 954px;
}
.center_wrap{
	width:954px;
	height:auto;
	margin:auto;
	background:#fff;
	margin-bottom:25px;
}
.center_in{
	width:206px;
	height:41px;
	background:#333366;
	border-radius:0px 30px 30px 0px;
	line-height:41px;
	color:#fff;
	padding-left:11px;
	-webkit-box-shadow: 3px 5px 22px 0px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    3px 5px 22px 0px rgba(50, 50, 50, 0.49);
	box-shadow:         3px 5px 22px 0px rgba(50, 50, 50, 0.49);
	margin-bottom:20px;
}
.center_left{
	width:217px;
	height:auto;
	margin-top:22px;
	float:left;
}
.center_left ul li{
	list-style: none;
	line-height: 31px;
}
.center_left ul li a{
	text-decoration: none;
	color: #337ac6;
	font-weight:bold;
	display: block;
	text-indent: 7px;
	margin-top:3px;
	border-radius: 18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-o-border-radius:18px;
	border: 1px solid #CCC;
	-moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.center_left ul li a:hover{
	text-decoration: none;
	color: #fff;
	background: #0099FF;
	border-radius: 18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-o-border-radius:18px;
	border: 1px solid #fff;
}
.center_left_act{
	text-decoration: none;
	color: #fff !important;
	background: #0099FF;
	border-radius: 18px;
	border: 1px solid #fff;
}
.center_right{
	width: 706px;
	height: auto;
	min-height:500px;
	float: left;
	margin-top: 26px;
	margin-left: 31px;
	text-align: left;
	line-height: 20px;
	color: #333;
}
/*.center_right img{
	float:left;
	margin:5px;
	border:1px solid #09F;
}
*/.footer{
	width:953px;
	height:121px;
	background:#333366;
}
.social{
	width:110px;
	height:49px;
	float:left;
	color:#fff;
	padding-top:20px;
	padding-left:15px;
}
.social_icon{
	width:23px;
	height:23px;
	float:left;
	margin-right:11px;
	margin-top:10px;
}
.footer_address{
	width: 351px;
	height: auto;
	margin-top: 15px;
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	margin-left: 109px;
}
.footer_address a{
	text-decoration:none;
	color:#fff;
}
.footer_address a:hover{
	text-decoration:underline;
	color:#fff;
}
.footer_certificate{
	width:223px;
	height:auto;
	float:right;
	margin-top:10px;
	margin-right:23px;
}
.search{
	width: 129px;
	height: 22px;
	float: right;
	margin-top: 69px;
}
.search_in{
	width: 122px;
	height: 20px;
	line-height:20px;
	outline:none;
	border: none;
	border-radius: 8px;
	padding-left: 20px;
	background-color: #FFF;
	background-image: url(../images/search.jpg);
	background-position: 5px 2px;
	background-repeat: no-repeat;
}
.ele_right{
	width: 478px;
	height: auto;
	float: left;
}
.ele_right ul{
	padding-left:20px;
}
.ele_right ul li{
	list-style-image:url(../images/bullet.jpg);
