﻿.content {
    width: 100%;
    background: #eee;
    padding-bottom: 30px;
}
.text>img{
    width:100%;
    vertical-align:top;
}
.c_d1 {
    width: 1200px;
    margin: auto;
    background: #fff;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:30px;
}
.c_p{
    font-size:24px;
    line-height:90px;
}
.c_d2 {
    width: 1200px;
    margin: auto;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
}
.c_ul{
    display:flex;
    justify-content:space-around;
    margin-left:50px;
    margin-right:50px;
}
    .c_ul > li {
        width: 300px;
        height: 300px;
        padding-left: 30px;
        padding-right: 30px;
        background: #fafafa;
    }
.c_uli{
    text-align:center;
    font-size:14px;
}
.c_ulip{
    margin-bottom:80px;
    margin-top:80px;
    text-align:center;
}
.c_mapImg{
    width:1130px;
    height:auto;
}








/*.text {
    width: 1140px;
    margin: auto;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.t_st {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 3px solid #000;
    padding-top: 25px;
    margin-bottom: 30px;
}

.t_st1 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
}

.t_map {
    margin-left: 35px;
    margin-right: 35px;
    text-align: center;
}

.t_con {
    margin-left: 151px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.t_con1 {
    margin-bottom: 60px;
}

.t_man {
    font-size: 14px;
    color: #333;
    margin-left: 30px;
    padding-bottom: 40px;
}*/
.about_item {
    width: 100%;
    background: #fff;
    padding: 0 34px 0 30px;
    margin-top: 32px;
    margin-bottom: 32px;
    box-sizing: border-box;
}

.message .about_item {
    margin-bottom: 120px;
}

.about_item .about_item_tit {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    color: #2A2A2A;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}

.about_item .about_item_tit::after {
        content: "";
        display: block;
        width: 39px;
        height: 2px;
        background: #EC6941;
        border-radius: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

 .about_item .about_item_conts {
    width: 100%;
    padding: 32px 0 20px;
    box-sizing: border-box;
}

.introduce_p {
    width: 100%;
    line-height: 30px;
    text-indent: 2em;
    color: #4F4F4F;
    font-size: 16px;
}

 .introduce_p:first-child {
        line-height: 40px;
    }

.official_code {
    width: 182px;
    height: 182px;
    margin: 0 auto;
}

 .official_code img {
        width: 182px;
        height: auto;
    }

.official_tit {
    width: 100%;
    text-align: center;
    color: #2A2A2A;
    font-size: 24px;
    margin-top: 15px;
}

.official_tit span {
        color: #FF752A;
    }

 .official_subtit {
    width: 100%;
    text-align: center;
    color: #2A2A2A;
    font-size: 16px;
    margin-top: 15px;
}

.culture {
    /*margin-bottom: 95px;*/
    margin-bottom: 110px;
}

.culture_list {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.culture_list .cultureItem {
        flex: 1;
    }

.culture_list .cultureItem .cultureItem_img {
            width: 130px;
            height: 150px;
            margin: 0 auto 30px;
        }

.culture_list .cultureItem .cultureItem_img img {
                width: 130px;
                height: auto;
            }

.culture_list .cultureItem .cultureItem_title {
            width: 100%;
            height: 64px;
            padding-bottom: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

.culture_list .cultureItem .cultureItem_title .cultureItem_ti {
                line-height: 24px;
                color: #363636;
                font-size: 16px;
            }

.addressImg {
    width: 100%;
}

 .addressImg img {
        width: 100%;
        height: auto;
    }

 .addressImg .addresText {
        color: #353535;
        font-size: 18px;
        padding-bottom: 10px;
    }

.message_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .message_list .messageItem {
        width: 300px;
        height: 300px;
        padding: 60px 40px;
        background: #fafafa;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }
