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;
}

/* 轮播图样式 */
#nav{
    margin-bottom: 50px;
}
.big-pic{
    position: relative;
    width: 1920px;
}
.big-pic>img{
    width: 1920px;
}
.img1{
    position: absolute;
    top: 0;
    left: 0;
}
.img2{
    position: absolute;
    top: 0;
    left: 1920px;
}
.img3{
    position: absolute;
    top: 0;
    left: 3840px;
}
/*  主体内容样式  */
.message-box{
    margin: auto;
}
.link{
    margin-bottom: 50px;
    margin-top: 50px;
}
.link-ul{
    list-style: none;
    padding: 0;
}
.link-li{
    display: inline-block;
    width: 32%;
    padding: 3px 0;
    background-color: #F9F9F9;
    height:100px; float:left; margin-right:5px; 
    margin-bottom:8px;
}
.link-li:hover{
    cursor: pointer;
    
}
.link-li>a:hover{
	color: #0DA891;
}
.link-li>a{
    width: 100%;
    margin: auto;
}
.link-li>a>*{
    display: block;
}
.link-li>a>img{
    margin: auto;
}
/*.link-title{
    margin: 8px 0 8px 0;
    font-weight: bolder;
    display:inline-block;   width:230px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;height:20px; line-height:20px;
}*/
.link-title{
    margin: 8px 0 8px 0;
    font-weight: bolder;
    display:inline-block;   width:100%;  height:30px; line-height:30px;
}

.link-detil{
    font-size: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-box{
    margin-top: 70px;
    padding: 40px 0 70px 0;
    background-color: #F9F9F9;
}
.news-message{
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.news-message>li{
    display: inline-block;
    background-color: white;
    height: 200px;
    width:50%; float:left;
}
.news-message>li>h2{
    margin: 50px 35px 30px 35px;
}
.message-detail{
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
    margin: 0 10px 30px 10px; color:#999;
}
.more:hover{
    cursor: pointer;
}
.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%; 
}