.wrapper{
    width: 1240px;
    margin: 0 auto;
}


.topbanner {
    position: relative;
    height: 332px;
}
.topbanner .banner{
    display: block;
}
.topbanner .logotex{
    font-size: 0;
}

.topbanner .logo{
	position: absolute;
	top: 30px;
    left: 30px;
	width: 500px;
    height: 50px;
}
.topbanner a{
    line-height: 0;
}



.nav{
    height: 50px;
    line-height: 50px;
    background-color: #003366;

}
.nav ul{
    display: table;
    margin-left: auto;
    margin-right: auto;
    clear: left;
}
.nav ul li{
    position: relative;
    float: left;
    
}
.nav ul li::after{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #ccc;
}
.nav ul li:last-child::after{
    width: 0;
}
.nav ul li a{
    padding-left: 15px;
    padding-right: 15px;
    color: #dbe6f0;  
}
.nav ul li a:hover{
    color: #fff;
}

.tongzhi{
    height: 100px;
    background-color: #eee;
}


.footer{
	min-width:1240px;
    height: 170px;
    background-color: #33679a;
}
.footer .wrapper{
    position: relative;
    height: 170px;
    padding-top: 25px;
}
.footer .wrapper dl{
    width: 600px;
    height: 110px;
    padding-right: 100px;
}
.footer .wrapper dt,
.footer .wrapper a,
.footer .wrapper dl{
    color: #fff;
}
.footer .wrapper dt{
    font-size: 20px;
    font-weight: 620;
    margin-bottom: 10px;
}
.footer .wrapper dd{
    float: left;
    font-size: 14px;
    line-height: 26px;
}

.footer .wrapper .introduce{
    position: absolute;
    padding-left: 40px;
    top: 20px;
    right: 170px;
    width: 450px;
    border-left: #4477aa 1px solid ;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.footer .wrapper .wx{
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 170px;
	text-align:center;
	

}
.footer .wrapper .wx{
    background-size: cover;
    background-position:0
}

.footer .wrapper .wx img{
width: 106px;
height: 106px;
margin-top:32px;
	
	
}
.beian{
    /* width:1240px; */
    /* margin:0 auto; */
    color: #a2bfdd;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}









