body{
    background: #fafafa;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
header{
    height: 100px;
    line-height: 100px;
}
.header-logo{
    text-align: center;
}
.header-menu-nav{
    background: none;
    color: #333;
    text-align: center;
}
.header-menu-nav a{
    color: #333!important;
}
.body-title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 100px;
}
.body-message{
    text-align: center;
    color: #999;
    font-size: 18px;
    line-height: 30px;
}
.body-box{
    margin-top: 30px;
}
.qsn-box{
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
}
.qsn-box .box{
    background: #fff;
    padding: 10px;
}
.qsn-box i{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ff5e0e;
    color: #fff;
    border-radius: 50%;
}

.qsn-box .body{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.qsn-box .message{
    font-size: 13px;
    color: #969696;
    line-height: 20px;
}
.zqn-box-left{
    background:  center no-repeat;
    background-size: 100% 100%;
    height: 380px;
    margin:  10px;
}
.zqn-box-right{
    background:  center no-repeat;
    background-size: 100% 100%;
    height: 180px;
    margin: 10px;
}
.zqn-content-left{
    width: 60%;
    height: 60%;
    background: rgba(37,192,135,.5);
    position: relative;
    top: 15%;
    left: 5%;
    padding: 10px 20px;
}
.zqn-content-left .title{
    font-size: 24px;
    color: #fff;
    margin-top: 6%;
}
.zqn-content-left .message{
    font-size: 14px;
    color: #fff;
    margin-top: 6%;
}
.zqn-content-left .more{
    margin-top: 6%;
}
.zqn-content-left .more a{
    background: #25c087;
}
.zqn-content-right{
    position: relative;
    top: 15%;
    left: 5%;
}
.zqn-content-right .title{
    font-size: 22px;
}
.zqn-content-right .message{
    font-size: 14px;
    margin-top: 6%;
}
.image{
    max-width: 100%;
}
.news-left .title{
    font-size: 24px;
    margin-top: 30px;
}
.news-left .message{
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
    color: #999;
    padding-right: 20px;
}
.news-image{
    padding: 0 10px;
}
.news-title{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
}
.news-msg{
    /*margin-left: 20px;*/
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    padding: 0 10px;
}
.news{
    margin-bottom: 200px;
}
footer{
    width: 100vw;
    height: 200px;
    background: #ff5e0e;
    color: #fff;
}
.footer-logo{
    margin-top: 30px;
    margin-bottom: 15px;
}
.footer-logo img{
    width: 40%;
}
.footer-message{
    font-size: 14px;
    line-height: 20px;
    padding-right: 30px;
}
footer a{
    color: #fff;
}
footer .title{
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 15px;
}
footer .content{
    line-height:30px;
}
.footer-ma{
    width: 40%;;
    margin-top: 30px;
    margin-bottom: 15px;
}
.footer-mamsg{
    text-align: center;
}

/*关于我们*/
.top-image{
    width: 100vw;
    height: 300px;
    background-size: 100% auto;
    background-position: center;
}
.about{
    margin-top: 30px;
}
.about-title{
    font-size: 18px;
    margin-top: 40px;
    padding-left: 20px;
    font-weight: bold;
}
.about-content{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-left: 20px;
    padding-top: 20px;
}
.ketang{
    margin-top: 50px;
    margin-bottom: 100px;
}
.ketang-box{
    padding: 0 20px;
}
.ketang-title{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 10px;
    color: #666;
}
.ketang-content{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
/*新闻页面*/
.news-box{
    margin-top: 20px;
    background: #fff;
    transition: .8s;
}
.news-box-image{
    padding: 20px;
}
.news-box-title{
    font-size: 18px;
    margin-top: 20px;
    color: #666;
    transition: .8s;
}
.news-box-date{
    font-size: 12px;
    color: #ccc;
    padding: 10px 0;
}
.news-box-message{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.news-box-but{
    margin-top: 20px;
}
.news-box:hover{
    background: #eee;
}
.news-box:hover .news-box-title{
    color: #1d8be1;
}
.news-box:hover .news-box-but a{
    background: #ff5e0e;
    color: #fff;
}
.page{
    text-align: center;
    margin: 50px 0;
}
.page a{
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.body-time{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 15px 0;
}
.news-content img{
    max-width: 100%;
}
.form{
    margin-bottom: 50px;
}