.header{
    background: url(../images/top-b.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 682px;
    padding-top: 86px;
    padding-left: 45px;
    box-sizing: border-box;
}

.nav{
    width: 100%;
    background: #5cb847;
    height: 78px;
}
.nav-content{
    width: 1200px;
    margin: 0 auto;
    height: 78px;
    line-height: 78px;
    /* padding-left: 152px;
    padding-right: 200px; */
    box-sizing: border-box;
}
.nav .nav-content ul li {
    float: left;
    font-size: 24px;
    margin-right: 150px;
}
.last{
    margin-right: 0;
}
.nav .nav-content ul li a{
    display: inline-block;
    height: 60px;
    color: #f3f3f3;
}
.nav .nav-content ul li a:hover{
    border-bottom: 6px solid #fefefe;    
}
.active{
    border-bottom: 6px solid #fefefe;    
}

.main-conntent{
    background: #051f5c;
}
.nav-main{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.msg-left{
    float: left;
    margin-right: 11px;
}
.msg-right{
    margin-top: -8px;
    margin-bottom: 18px;
}
.msg-img{
    width: 900px;
    margin: 0 auto;
}
.main-msg{
    font-size: 18px;
    color: #fff;
}
.main-msg p{
    line-height: 27px;
}
.msgimg{
    width: 100%;
    text-align: left;
    margin-top: 55px;
}





.line{
    width: 100%;
    background: #08349a;
    padding-top: 60px;
    /* padding-left: 140px; */
    padding-bottom: 40px;
    /* padding-right: 154px; */
    box-sizing: border-box;
}

.line-conntent{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.line-top{
    margin-bottom: 59px;

}
.line-2{
    background: #051f5c
}



.flooter{
    width: 100%;
    background: #08349a;
    padding-top: 110px;
    box-sizing: border-box;
}
.flooter-content{
    width: 1200px;
    margin: 0 auto;
    padding-left: 420px;
    padding-bottom: 115px;
    box-sizing: border-box;
}

.flooter-left {
    margin-right: 40px;
}
.flooter-left,
.flooter-right{
    float: left;
}
.flooter-left img,
.flooter-right img{
    margin-bottom: 28px;
}
.flooter-left p,
.flooter-right p{
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #e7e7e7;
}



#main{
    width: 100%;
    background: #051f5c;
    padding-left: 270px;
    padding-top: 110px;
    box-sizing: border-box;
}
#citylist{
    float: left;
}

.data-catrgory{
    background: url(../images/category.png) no-repeat;
    width: 227px;
    height: 219px; 
    margin-bottom: 50px;
    position: relative;
}
.list-title{
    display: inline-block;
    background: #ff731e;
    border-radius: 50px;
    width: 223px;
    height: 50px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #ffffff;
}
.footer-bottom{
    width: 100%;
    background: #aaa;
    text-align: center;
    height: 30px;
    line-height: 30px;
}