/*首页*/
.header{
    background: #46738A;
    padding: 40px 0;
}
.menu {
    margin: 40px auto;
   
}
.menu-logo{
    width: fit-content;
    padding: 0;
}
.menu-logo img{
    float: right;
    border-radius: 10px;
}
@media screen and (max-width: 800px) {
    .menu-logo{
        padding-top: 20px;
    }
}
.menu-nav{
    margin:auto;
}
.nav-link{
    padding: 17px 15px;
    color: aliceblue;
    font-weight: 700;
    font-size: 20px;
}
a:hover{
    color:ivory !important;
}
.rotation {
    margin: 20px 0;
}
.blockquote{
    border-left:none !important ;
}

.second{
    padding: 40px 0 20px 0;
}
.second .blockquote-footer{
    color:grey !important;
}

.second .bi{
    float: left;
    margin-top: 5px;
    padding-right: 10px;
    width: 15%;
}
.second .blockquote{
    float: right;
    width: 85%;
    padding:0;
}
.second .blockquote-footer::before{
    content:'';
}
.second .col-md-4{
    padding: 0 25px !important;
}

.third{
    background-color: #472A2A;
}
.third .show{
    background-image: url('../images/third.jpg');
    min-height: 350px;
}
.third .show img{
    width: 100%;
}
.third .show .bi-compass{
    margin-top: 100px;
    margin-right: 100px;
    float: right;
    color:whitesmoke;
}
.third .show  .more{
    margin-top: 170px;
    margin-right: 50px;
    float: right;
    color:whitesmoke;
}
.four {
    padding: 50px 0 50px 0;
}
.four h2{
    margin: 15px;
}
.four .card-title{
    min-height: 40px;
}
.four .card-text{
    min-height: 250px;
}
.four a{
    color: #46738A;
}
.four a:hover{
    color: #273924 !important;
    font-size: large;
}
.five {
    
    background-color: #273924;
}
.five .show{
    background-image: url('../images/five.jpg');
    min-height: 350px;
}
.five .show img{
    width: 100%;
}
.six {
    padding: 50px 0 50px 0;
}
.six .col-md-6{
    padding: 20px 50px;
}
.six dd {
    min-height: 120px;
    padding: 20px 0;
}
.six dt a{
    background-color:black;
    color:aliceblue;
    padding: 5px 10px;
}
.six dt a:hover{
    color:white !important;
    font-size: large;
}
.footer{
    background-color: #46738A;
    padding-top: 50px;
}
.footer img{
    border-radius: 10px;
}
.footer address{
    color: white;
    font-size: 14px;
}
.footer address a{
    color: white;
    font-size: 14px;
}
.ask{
    position: absolute;
    z-index: 9999;
    height: 40px;
    width: 122px;
    top: 100px;
    margin-left: 90%;
    background-color: #fff;
    font-size: 30px;
}
.ask a{
    color: #000;
}
.ask a:hover{
    color: #000 !important;
    text-decoration: none !important;
}

.gonggao {
    font-size: 12px;
    padding: 0 10px;
}

.gonggao_title {
    text-align: center;
    margin: 5px 0 5px 0;
    color: #C00;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.gonggao_title a {
    color: #C00;
}

.gonggao_body {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.gonggao_sm {
    text-align: right;
    margin-bottom: 5px;
}

.gonggao_data {
    text-align: right;
}
.fixediv {
    position: fixed;
    z-index: 9999;
    height: 350px;
    width: 350px;
    bottom: 150px;
}
*html .fixediv {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
    margin: 140px 0 0 0;
}

.fixediv-l {
    right: 0px;
    border: 1px solid #09F;
    background: #fff;
}

.fixediv-r {
    right: 0px;
}

.fixediv .btn {
    float: right;
    text-align: right;
    line-height: 20px;
    overflow: hidden;
    font-size: 18px;
    padding-right: 10px;
}
.fixediv .btn a {
    color: black;
    text-overflow: none;
}

/*新闻列表页*/
.newslist-main{
    background-color: #EBEBEB;
    min-height: 600px;
    padding: 20px 0;
}
.newslist-new-li {
    padding: 25px 0;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
    display: block;
}
.newslist-new-li .date{
    width: 118px;
    text-align: center;
    color: #000;
    float: left;
}
.newslist-new-li .date p{
    color: #35383f;
    font-size: 48px;
    font-weight: bold;
    font-family: "黑体";
    line-height: 48px;
}
.newslist-new-li .title{
    float: left;
    color: #7f7f7f;
    width: 900px;
    height: 70px;
    overflow: hidden;
    line-height: 20px;
}
.newslist-new-li .title p{
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}
/*新闻详细页面*/
.content{
    background-color: #fff;
    padding: 30px 50px !important;
}
.content .title{
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.content .title h1{
    font-size: 18px;
}
.content .pub-date{
    text-align: center;
    padding: 0 0 5px 0;
}
.content .pub-date p span{
    color: #999999;
    font-size: 12px;
}
.content .paging{
    color: #999999;
    font-size: 12px;
    padding: 20px 0;
}
.content .paging a{
    color: #999999;
}
.content .paging a:hover{
    color: #46738A !important;
}
.content .paging .pre{
    padding-bottom: 5px;
}
/*联系我们*/
.contactus-main{
    min-height: 200px;
    background-color: #EBEBEB;
}
.contactus-main .content{
    background-color: #EBEBEB;
}
.contactus-main h4{
    font-size: 17px;
    padding-bottom: 10px;
}
.contactus-submit.submit {
    padding: 70px 50px;
    overflow: hidden;
}

.contactus-submit .m-content {
    padding: 70px 0;
    overflow: hidden;
}
.contactus-submit .m-content .lxtable {
    width: 586px;
    margin: 0 auto;
}

.contactus-submit .m-content .lxtable  li{
    height: 56px;
    list-style: none !important;
}
.contactus-submit .m-content .lx_title{
    width: 80px;
    display: inline-table;
    vertical-align: top;
}

/*aboutus*/
.aboutus-main{
    padding: 70px 0;
    background-color:  #EBEBEB;;
}
.aboutus-main .content{
    background-color: unset;
}
.aboutus-main .more{
    margin: 30px 0 0 0 !important;
}
.aboutus-main .more h5{
    font-size: 16px !important;
}
.aboutus-main .more p{
    height: 80px;
    line-height: 20px;
    color: #727272;
    font-size: 14px;
}
