@charset "utf-8";
/* CSS Document */
 
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-img {
    width: 1920px;
}
.content{
    background-color: #F9FAFC;
    padding: 30px 0 30px 0;
}
.title{
    width: 600px;
    margin: auto;
}
.title>p{
    font-size: 18px;
    color: #E1E1E1;
}
.title>span{
    color: lightgray;
}
.link{
    margin-top: 40px;
}
.link-ul{
    margin-bottom: 30px;
}
.link-li{
    display: inline-block;
    /*width: 20%;*/
    /*margin: 0;*/
}
.learn-more{
    display: block;
    margin: 15px auto;
    background-color: #FAC527;
    width: 100px;
    height: 35px;
    line-height: 35px;
}
.learn-more:hover{
    cursor: pointer;
}
.more{
    margin: auto;
}
.more:hover{
    cursor: pointer;
}
.know-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%; 
}