body{
    margin: 0;
    padding: 0;
     
    overflow-x: hidden;
}
/*::-webkit-scrollbar{
    display:none;
}
*/
/* 头部样式 */
.header{
    line-height: 100px;
}
.main{
    width: 1280px;
    margin: auto;
}
.head-content{
    height: 70px;
}
/*.logo{
    float: left;
    width: 300px;
    height: 70px;
}*/
.header-menu{
    display: inline-block;
    float:right;
    list-style: none;
    margin: 0;
}
.menu-li:hover{
    display: inline-block;
    margin-left: 40px;
    padding: 0 10px;
    font-weight: bolder;
    cursor: pointer;
    color: #0DA891;
    border-top: 4px solid #0DA891;
}
.static{
    display: inline-block;
    margin-left: 40px;
    border-top: 4px solid white;
    padding: 0 10px;
    font-weight: bolder;
}
.menu-active{
    display: inline-block;
    margin-left: 40px;
    padding: 0 10px;
    font-weight: bolder;
    cursor: pointer;
    color: #0DA891;
    border-top: 4px solid #0DA891;
}
/*  banner */
.banner{
    position: relative;
}
.banner-img{
    width: 1920px;
}
.banner-model{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    background-color: #1E7699;
}
.banner-select{
    display: inline-block;
    float: left;
    line-height: 48px;
    font-size: 16px;
    color: white;
}
.banner-ul{
    float: right;
    list-style: none;
}
.banner-li{
    display: inline-block;
    line-height: 48px;
    color: white;
    padding: 0 15px;
}
.banner-li:hover{
    cursor: pointer;
    background-color: white;
    color: black;
}
.content{
    text-align: left;
    margin-top: 40px;
}
.news-header{
    margin-bottom: 20px;
}
.news-time{
    display: block;
    margin-top: 5px;
}
.news-title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-detail{
    font-size: 13px;
    color: gray;
	min-height:100px;
	display:block;
}
.hostest-li-img{
    width: 297px;
    height: 150px;
}
.more-detail{
    display: block;
    margin: 20px auto;
}
.more-detail:hover{
    cursor: pointer;
}
.news-ul{
    margin-bottom: 50px;
}
.news-list{
    width: 100%;
    height: 90px;
    padding: 20px 0 0 0;
    border-bottom: 1px dotted  gray;
}
.news-list:hover{
    cursor: pointer;
}
.date{
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 30px;
    text-align: center;
    background-color: #F3F3F4;
}
.date-day{
    margin: 5px 5px 0 5px;
    font-size: 36px;
}
.date-month{
    font-size: 12px;
}
.newslist-title{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.newslist-content{
    color: #666;
}
/* 尾部 */
.footer{
    background-color: #5A5A5A;
}
.foot-box{
    width: 1200px;
    margin: auto;
    padding: 30px 0;
    text-align: left;
    overflow: hidden;
}
.foot-box>img{
    float: left;
    margin-right: 30px;
}
.more-info{
    margin:0 0 30px 0;
    list-style: none;
}
.more-info>li{
    display: inline-block;
    border-left: 1px solid white;
    padding-left: 20px;
    margin-right: 20px;
}
.more-info>li>a{
    color: #D0D0D0;
}
.foot-box>span{
    display: block;
    font-size: 14px;
    color: white;
    line-height:180%; 
}