@charset "utf-8";
*{magin:0;
  padding:0;}


.main .centerbox .indexpartner {margin-top: 635px; height: 370px;
}

footer .centerbox .footlogo {float: left;
	margin-left: 300px;
	margin-right: 48px;
}

footer .centerbox .foottext {
	vertical-align: middle;
    height: 114px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
	float: left;
}


#nav ul li {
    display: inline;
    font-size: 18px;
    margin-left: 30px;
    color: #020e45;
    font-weight: lighter;
}
#nav ul .nav_active {
    font-size: 18px;
    color: #009cff;
   }


.centerbox #nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
	margin-top: 28px;    
}
ul li a {
    color: #020e45;
}
ul li a:hover {font-size: 18px;
    color: #009cff;
    font-weight: bold;
}


header .centerbox #nav {
    width:700px;
    height: 82px;
    float: right;
	
}


html,body{
	height:100%
}


body {
    margin: 0px;
    color: #B3B3B3;
    font-family: "黑体";
    font-size: 16px;
    line-height: 170%;
   background-image: url(../img/index/banner01.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
}
a {
    color: #B3B3B3;
    text-decoration: none;
}

#container{position: relative;
width: 100%;
min-height: 100%;
padding-bottom: 114px;
box-sizing: border-box;
}
header{width: 100%;
	min-width: 1202px;
	height: 82px;
  background: rgba(255,255,255,0.9);
}

.main{width: 100%;
	height: auto;
}

footer{
	align: center;
    width: 100%;
	min-width: 1202px;
    height: 114px;
    position: absolute;
    bottom: 0px;
	left: 0;
    background: #1a1b22;
    overflow: hidden;
}

.centerbox{width: 1200px;
height: 100%;
margin-left: auto;
margin-right: auto;
}
