﻿*{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}
#nav{
    width: 100%;
    height: 1rem;
    font-size: .26rem;
    line-height: 1rem;
}
#nav li{
    width: 20%;
    text-align: center;
    float: left;
}
#nav li a{
    color: #213f91;
    text-decoration: none;
    font-weight:bold;
}


#banner{
    width: 100%;
    height: 4rem;
    background-image: url("../image/bg.png");
    background-size: 110%;
    line-height: 45px;
}
#banner h2{
    font-size: .50rem;
    text-align: center;
    color: #213f91;
    padding-top: .5rem;
}
#banner p{
    width: 45%;
    height: .6rem;
    border-radius: .3rem;
    line-height: .6rem;
    font-size: .25rem;
    text-align: center;
    color: #fff;
    margin-top: .6rem;
    background-color: #213f91;
}
#banner ul{
    width: 80%;
}
#banner ul li{
    width: 39%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background-color: #4b98ff;
    float: left;
    margin: .3rem;
    margin-top: .6rem;
}
#banner ul a{
    color: #fff;
    font-size: .25rem;
}


#yi{
    width: 100%;
    height: 5.5rem;
    background-color: #fafcff;
}
.yi-1{
    width: 90%;
    height: 1.5rem;
    background-image: url("../image/con1_09.jpg");
    background-size: 100%;
    font-size: .25rem;
    border-bottom: 1px solid #4b98ff;
    margin-top: .3rem;
}
.yi-1 p{
    height: .6rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    font-size: .27rem;
    margin-left: .4rem;
}
.yi-1 li{
    height: .4rem;
    width: 90%;
    float: left;
    font-size: .22rem;
    margin-left: 5%;
}
.yi-1 span{
    font-size: .27rem;
    color: #ffa13a;
    float: right;
    font-weight: bolder;
}
.yi-1 a{
    color: #444444;
}



#er{
    width: 100%;
    height: 6rem;
    background-image: url("../image/con3_07.png");
    background-size: 170%;
}
.er-1{
    width: 90%;
    height: 4rem;
    background-color: #4b98ff;
    padding-top: .25rem;
}
.er-1 ul{
    width: 93%;
    height: 3rem;
    background-color: #fff;
}
.er-1 ul li{
    width: 19.3%;
    height: .95rem;
    float: left;
    border:1px solid #ebf4ff;
    line-height: .95rem;
    text-align: center;
    font-size: .23rem;
}
.er-1 ul a{
    color: #213f91;
    font-weight: bold;
}


#san{
    width: 90%;
    height: 7.5rem;
}
#san ul span{
    font-weight: bold;
    font-size: .32rem;
    float: left;
    margin-left: .1rem;
}
#san ul{
    width: 43.5%;
    height: 2.5rem;
    font-size: .22rem;
    background-image: url("../image/bg-1.png");
    background-size: 100%;
    margin: .2rem;
    float: left;
}

#san ul li:nth-of-type(1){
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    text-align: center;
}
#san ul li:nth-of-type(2){
    height: .8rem;
    color: #fff;
    text-align: center;
}
#san ul a li:nth-of-type(1){
    width: 60%;
    height: .5rem;
    line-height: .5rem;
    float: left;
    margin: .05rem;
    border-radius: .3rem;
    margin-left: .5rem;
    background-color: #ffa13a;
}


#si{
    width: 100%;
    height: 7rem;
    background-color: #eaf0ff;

}
#si ul{
    width: 85%;
    height: 7rem;
    font-size: .22rem;
    margin-top: .5rem;
}
#si ul a li{
    width: 18.2%;
    height: .6rem;
    line-height: .6rem;
    float: left;
    text-align: center;
    margin: .05rem;
    background-color: #4b98ff;
}
#si ul a{
    color: #fff;
}


#wu{
    height: 8rem;
    background-image: url("../image/bgcolor.jpg");
    background-size: 130%;
}
#wu ul{
    width: 95%;
    height: 5.5rem;
    color: #444444;
}
#wu ul span{
    background-color: #ffa13a;
    padding: .0rem .1rem .0rem .1rem;
    border-radius: .3rem;
    margin-left: .3rem;
    margin-right: .2rem;
    color: #fff;
    font-weight: bold;
}
#wu ul li{
    width: 90%;
    height: .8rem;
    line-height: .8rem;
    border-radius: .1rem;
    background-color: #fff;
    margin-top: .2rem;
    font-size: .25rem;
}
#wu ul a{
    margin-top: .18rem;
    margin-right: .3rem;
    padding-left: .2rem;
    padding-right: .2rem;
    height: .45rem;
    line-height: .45rem;
    float: right;
    background-color: #4b98ff;
    color: #fff;
    text-decoration: none;
    font-size: .21rem;
    border-radius: .3rem;
}

#foot{
    width: 100%;
}
#foot img{
    width: 100%;
    display: block;
}


#bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 1rem;
    font-size: .30rem;
    background: rgb(248, 92, 30);
    text-align: center;
}
#bottom ul li{
    width: 49.5%;
    float: left;
    line-height: 1rem;
    font-weight: bolder;
}
#bottom ul li a{
     color: #fff;
     text-decoration: none;
}