/* CSS Document */
/*初始化*/

* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
    font-size: 14px;
}
html,body{
    height:100%;
    overflow:hidden;
    width: 100%;
}
li {
    list-style: none;
}
a,a:hover {
    text-decoration: none;
    color: #000;
}
img {
    border: none;
}
p{
    margin: 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
    height: 0px;
    width: 0px;
}



/*正文开始啦*/
#all{
    background: url("../images/banner.png") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
}

.all{
    height: 100%;
    /*background: #0a0000;*/
    width: 80%;
    margin: 0 auto;
    padding:5% 0 5% 0;
    position: relative;
}
.all ul{
    margin: 0;
}
.all ul li{
    display: inline-block;
    padding-top: 31px;
}
.all ul li a{
    font-size: 2rem;
    color: #fff;
    padding-left: 102px;
}
.all ul li:hover a,.cur{
    color: #49d9fe !important;
}


.home_con{
    position: relative;
    height: 42%;
    width:60%;
    margin: 0 auto;
}
.banner_l{
    position: absolute;
    bottom: 14%;
    left: 5%;
    width:30%;
}
.banner_r{
    position: absolute;
    bottom: 8%;
    left:35%;
    width: 62%;
}


.footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 36px;
}
.footer p{
    font-size: 14px;
    color: #fff;
    text-align: right;
    width: 40%;
    height: 34px;
}

.foot_img li{
    position: relative;
    display: inline-block;
    padding-right: 6px;
    height: 30px;
    width: 36px;
    overflow: hidden;
    cursor: pointer;
}
.foot_img li img{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 6px);
}
.footer p.fr{
margin-top:14px;
}