* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #333;
}
header {
    position: relative;
    min-width: 1200px;
    z-index: 9;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
header .container {
    position: relative;
}


.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
header .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
header .nav {
    font-size: 0;
    position: relative;
	
}
.pull-right {
    float: right;
}

header .nav-item {
    font-size: 16px;
    line-height: 80px;
    position: relative;
    display: inline-block;
    height: 80px;
    text-align: center;
    vertical-align: top;
    margin-left: 40px;
    color: #666;
	
}
header .nav-item:nth-child(5){
}
.default{
}
header .nav-item a:hover{color: #32B091;}

section{height: 729px;width: 1200px;margin: auto;margin-top: 30px;}
section>div:nth-child(1){display: flex;justify-content: center;align-items: center;}
section>div>h1{text-align: center;font-size: 45px;letter-spacing: 5px;color: #29507B;display: inline-block;margin-left: 20px;margin-right: 20px;}
section>div>span{display: inline-block;background:  #29507B;width: 300px;height: 2px;}
.main{
	display: flex;
	justify-content: space-between;
}
.main>div:nth-child(2){
	    width: 50%;
	    height: 400px;
	    margin-top: 130px;
		background: url(../img/sitemap/usb.png)no-repeat;
		background-size: 100% 100%;
		opacity: 0.4;
}
.jump h4{color: #32B091;margin-top: 70px;font-size: 23px;}
.jump nav{margin-top: 20px;margin-left: 50px;}
.jump nav a{margin-right: 20px;font-size: 18px;}
.jump nav a:hover{color: #32B091;}

/* 底部footer */
footer{
	min-width: 1200px;
	    padding: 30px 0 40px;
	    text-align: center;
	    color: #fff;
	    font-size: 14px;
	    background-color: #002832;
	
}
footer ul {
    margin-bottom: 30px;
    font-size: 0;
}
footer ul li {
    display: inline;
    font-size: 14px;
    margin: 0 5px;
    color: #fff;
}
footer ul a {
    color: #fff;
}
footer div {
		position: relative;
}
footer div a{
	position: absolute;
	    bottom: 48px;
	    left: 50%;
	    margin-left: 220px;
}
footer a:hover{
	color: #32B091;
}