﻿.body {
    font: 14px/1.8 "Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体",tahoma,"times new roman",helvetica,arial;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    height:100%;
}
.html{
    height:100%;
}
.mintext {
    font: 14px/1.8 "Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体",tahoma,"times new roman",helvetica,arial;
}
.centerimg1 {
    height: 100%;
    width: 26.9%;
    border: 2px solid #8eb7da;
    border-radius: 25px;
    color: #8eb7da;
    background-image: url('../images/100.png');
    background-size: 68.5%;
    background-position: center;
    background-repeat: no-repeat;
}
.centerimg2 {
    height: 100%;
    width: 26.9%;
    border: 2px solid #8faf98;
    border-radius: 25px;
    color: #8faf98;
    background-image: url('../images/30.png');
    background-size: 68.5%;
    background-position: center;
    background-repeat: no-repeat;
}
.centerimg3 {
    height: 100%;
    width: 26.9%;
    border: 2px solid #8eb7da;
    border-radius: 25px;
    color: #8eb7da;
    background-image: url('../images/10.png');
    background-size: 68.5%;
    background-position: center;
    background-repeat: no-repeat;
}
.menus {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    float: left;
}
.productTitle {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 15px;
}

.productUl {
    height: 130px;
}
.link {
    width: 20%;
    float: right;
    height: 100%;
    text-align: right;
    position: relative;
}

    .link li {
        text-align: right;
    }
li {
    list-style-type: none;
    line-height: 28px;
}
.culturelist {
    height: 78%;
    width: 52.8%;
}
.cultureListDiv {
    height: 25%;
    width: 100%;
    border-bottom: 1px solid #b3b3b4;
}
.cultureListDivL {
    height: 25%;
    width: 100%;
}
.cultureTitle1 {
    margin-top: 20px;
    font-size: 22px;
    color: #146ab2;
}
.cultureTitle2 {
    margin-top: 20px;
    font-size: 22px;
    color: #51835f;
}
.cultureUl {
    font-size: 16px;
    margin-top: 10px;
}
.aboutTex {
    height: 44px;
    margin-top: 5%;
    font-size:20px;
}
.aboutTexP {
    height: 130px;
    width: 81%;
    margin-left: 9%;
    margin-top: 5%;    
    text-align:center;
}
@media only screen and (min-width: 992px)  {
    .aboutTex {
        font-size: 24px;
    }

    .aboutTexP {
        font-size: 16px;
    }
}
@media only screen and (min-width:760px)and (max-width:992px) {
    .aboutTex {
        font-size: 16px;
    }

    .aboutTexP {
        font-size: 14px;
    }
}
.num {
    height: 260px;
    width: 100%;
}
@media only screen and (max-width:760px) {
    .aboutTex {
        font-size: 24px;
    }

    .aboutTexP {
        font-size: 16px;
    }
    .centerimg {
        width: 100%;
        height: 260px;
        background-size:55%;
    }
    .num {
        height: 800px;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
}

.newsdetail {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}