body{
    background-color: #f8f8f8;
}
.header-wrapper {
    width: 100%;
    min-width: 1200px;
    height: 130px;
    background-color: #006ed9;
    overflow: hidden;
    border-bottom: 1px solid #004384;
}

.logo {
    float: left;
    width: 405px;
    height: 130px;
}

.logo > a {
    display: block;
    width: 405px;
    height: 91px;
    background: url("../img/logo.png") no-repeat center center;
    margin-top: 19px;
}

.top-banner {
    float: left;
    margin: 0 44px;
    height: 130px;
    overflow: hidden;
}

/******************************top-banner*************************************/
/* 本例子css */
.slideBox1 {
    height: 130px;
    overflow: hidden;
    position: relative;
    opacity:0.85;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox1 .bd img {
    display: block;
}

/******************************top-banner**********end***************************/

.search {
    float: right;
    width: 260px;
    height: 130px;
}

.search .collection {
    margin-top: 30px;
    margin-bottom: 14px;
    text-align: right;
}

.search .collection a {
    color: #fff;
}

.search .collection span {
    color: #fff;
    display: inline-block;
    margin: 0 14px;
}

.search-bg {
    width: 263px;
    height: 39px;
    background-color: #fff;
}

.search .search-bg input {
    float: left;
    width: 174px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: none;
    background: url("../img/search-bg.png") no-repeat 13px center;
    text-align: center;
}

.search .search-bg button {
    float: left;
    width: 88px;
    height: 39px;
    border: none;
    padding: 0;
    background-color: #07529b;
    color: #fff;
    cursor: pointer;
}

.search .search-bg button:hover {
    background-color: #085db0;
}

.nav-wrapper {
    border-top: 1px solid #77bafb;
    width: 100%;
    min-width: 1200px;
    height: 47px;
    background: url("../img/nav-bg.png") repeat-x center;
    border-bottom: 1px solid #041610;
}

/****************************************nav********************************************************/
.nav {

    height: 47px;
    line-height: 47px;
    position: relative;
    z-index: 10;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    background: url("../img/nav-border.png") no-repeat left center;
    padding-left: 2px;
}
.nav .nLi:first-child{
    padding-left: 0;
    background: none;
}
.nav .nLi h3 {
    float: left;
    width: 107px;
    text-align: center;
}

.nav .nLi h3 a {
    display: block;
    font-weight: normal;
    font-size: 16px;
	
}

.nav .sub {
    display: none;
    width: 100%;
    left: 1px;
    top: 47px;
    position: absolute;
    background: #07529b;
    text-align: center;
	
}

.nav .sub li {
    zoom: 1;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #004384;
    float: left;
	position: relative
}
.nav .sub li .three-nav-list{
	background: url("/style/img/arr-right.png") no-repeat 100px center;
	background-size: 10px;
}

.nav .sub li:first-child{
    border-top: 1px solid #041610;
}

.nav .sub .three-nav{
	width: 120px;
	background-color: #07529b;
	position: absolute;
	left: 120px;
	top: 0;
	display: none;
	
}
.nav .sub .three-nav li{
	height: 40px;
     border-top: 1px solid #004384;
}
.nav .sub a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
}

.nav .sub a:hover {
    background: #0777e4;
    color: #fff;
}

.nav .on h3 a {
    background: #0777e4;
    color: #fff;
}

/****************************************nav****end********************************************************/
.footer{
/*    width: 960px;*/
	width: 1200px;
    padding: 30px 0;
}
.footer .footer-conatct{
    float: left;
    width: 330px;
}

.footer .footer-conatct h3{
    color: #fff;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 16px;
}
.footer .footer-conatct p{
    color: #fff;
    line-height: 1.8;
}
.footer .footer-logo{
    float: left;
	margin-left: 120px;
}
.footer .ewm{
    float: right;

}
.footer .ewm>div{
	float: left;
	width: 150px;
}
.footer .ewm h3{
    color: #fff;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 16px;
	text-align: center;
	line-height: 1.6
}

.footer .ewm img{
	display: block;
	margin: 0 auto
}
.footer-wrapper{
    width: 100%;
    min-width: 1200px;
    height: 239px;
    margin-top: 50px;
    background-color: #3391ed;
}
.footer-bar-wrapper{
    width: 100%;
    height: 50px;
    background-color: #006cd5;
}
.footer-bar p{
    color: #fff;
    line-height: 50px;
    text-align: center;
}

/*   分页样式 * */
/* .dede_pages{
	padding-top: 30px;
	border-top: 1px dashed #d9d9d9
}
.dede_pages .pagelist{
	text-align: center
}
.dede_pages .pagelist li{
	display: inline-block;
	*zoom:1;
	*display: inline;
	border: 1px solid #e1e4e5;
	margin: 0 5px;
}
.dede_pages .pagelist li a{
	display: block;
	padding: 5px 10px;
}

.dede_pages .pagelist .thisclass a{
	background-color: #2a89e6;
	color: #fff
}

.dede_pages .pagelist li a:hover{
	background-color: #2a89e6;
	color: #fff
} */

.new-icon{
	float: left;
	line-height: 40px;
	margin: 9px 0 9px 10px;
}
/***分页**/
.dede_pages {
    margin-top: 30px;
    font-size: 0;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages li {
    display: inline-block;
    margin: 5px;
}

.dede_pages li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
}

.dede_pages li a:hover,
.dede_pages li span:hover,
.dede_pages li.active span {
    background-color: #2a89e6 !important;
    color: #fff!important;
    border-color: #2a89e6 !important;

}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5e5e5e;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.dede_pages li span {
    font-size: 14px;
    color: #666;
}


