@charset "gb2312";
/*
************  ÖØÖÃ  *************
*/
* {
    margin: 0;
    padding: 0;
   font-family: "Î¢ÈíÑÅºÚ";
}

img{
	max-width:100%;
    border: none;
}
a{
    color: #333;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 ,strong,b,i,em{
    font-weight: normal; }
em,b,i{
    font-style: normal;
}
ul,li{
    list-style: none;
}
ul:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    display: block;
    clear: both;
}
body{
	font-size:0.24rem;
	}
.bottom li:nth-of-type(3) img{
	padding-top:0.15rem !important;}
.wrap{
    min-width: 3.2rem;
    max-width: 6.4rem;
    margin: auto;
    color: #fff;
}


.header, nav, .banner{
    font-size: 0; }

.header {
    width: 6.4rem;
    height: .9rem;
    line-height: .9rem;
    text-align: center; }
.header img {
   
    vertical-align: middle; }

nav {
    background: #00479d;
    width: 6.4rem;
    height: .7rem;
    padding: 0 .2rem;
    box-sizing: border-box; }
nav li {
    display: inline-block;
    padding-top: .15rem; }
nav li:before {
    content: "";
    display: inline-block;
    height: .18rem;
    border-left: 1px solid #1153a4; }
nav li a {
    padding: 0 .25rem;
    font-size: .28rem;
    color: inherit; }


.top {
    height: .5rem;
    line-height: .5rem;
    background: #00479d;
    width: 6.4rem; 
    margin-top:.2rem;
}
.top a {
    float: right;
    margin-right: .35rem;
    color: inherit;
    font-size: .22rem; }
.top a:after {
    content: "";
    display: inline-block;
    border-right: 10px solid  transparent;
    border-top: 10px solid  transparent;
    border-left: 10px solid  transparent;
    border-bottom: 11px solid  #fff;
    margin-left: .1rem;
    position: relative;
    top: -0.02rem; }




/*
************  µ×²¿  *************
*/
.footer{
    width: 6.4rem;
    height: 2.2rem;
    box-sizing: border-box;
    padding-top: .2rem;
}

.footer p{
    font-size: .2rem;
    color: #666666;
    text-align: center;
}
.footer p+p{
    margin-top: .16rem;
}

