.section {
    overflow: hidden;
    position: relative !important;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}
.wrap {
    border: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
}
.service_column ul {
    width: 100%;
    height: auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* margin: 0px; */
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.service_column li {
    width: calc(50% - 16px);
    background: #ffffff;
    box-sizing: border-box;
    margin: 8px;
    box-shadow: 0 0 10px rgba(116,116,116,0.08);
    border-radius: 8px;
}
.service_column li dl{
    margin-block-end: 0;
}
.service_column li dt.pic {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    padding: 10px 10px 55%;
    position: relative;
    overflow: hidden;
    /*border-radius: 8px 8px 0 0;*/
}
.service_column li dt.pic a {
    /* display: block; */
    /* cursor: pointer; */
    width: 100%;
}
.service_column li dt.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 8px 8px 0 0;*/
    font-size: 13px;
    line-height: 20px;
}
.service_column li .item-body {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.service_column li .item-heading {
    min-height: 40px;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    max-height: 2.8em;
    color: #333;
}
.service_column li .item-heading>a {
    font-size: 12px;
    /* line-height: 16px; */
    color: #333;
    font-weight: normal;
}
a:link, a:visited {
    text-decoration: none;
}
.service_column li .item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    width: 100%;
}
.service_column li .item-meta .icon-circle {
    font-size: 12px;
    margin-right: 8px;
    color: #999999;
    position: relative;
}
ul, ol, li {
    list-style-type: none;
}
.service_column li .item-meta .icon-circle:before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid #f04494;
    border-radius: 1em;
    margin: 0 0.5em;
    vertical-align: 0.1em;
    display: inline-block;
}
.service_column li .item-meta .icon-circle {
    font-size: 10px;
    margin-right: 8px;
    color: #999999;
    position: relative;
}
.service_column li .item-meta .meta-view {
    padding: 10px;
    font-size: 9px;
    color: #999;
    display: flex;
    align-items: center;
}
.footerBox {
    width: 100%;
    margin: 0 auto;
}
.footerBox .footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 85px;
    z-index: 999;
}
.footerBox .footer ul {
    overflow: hidden;
    box-shadow: 0 -9px 12px #f1efef;
    box-sizing: border-box;
    background: #fff;
    padding-inline-start: 0;
}
.footerBox .footer ul li {
    width: 25%;
    height: 80px;
    float: left;
    overflow: hidden;
}

.footerBox .footer ul li img {
    height: 26px;
    display: block;
    margin: 11px auto 0;
}
.footerBox .footer ul li a {
    display: block;
    overflow: hidden;
}
.footerBox .footer ul li.on p {
    color: #0E4ACD;
}
.footerBox .footer ul li p {
    font-size: 12px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: #969696;
    letter-spacing: 1px;
    margin-block-start: 0;
}

.detail_main {
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
    border-radius: 10px;
    background: white;
    padding: 50px 0;
}
.detail_main .detail_title {
    /* text-align: center; */
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: 20px 0;
}
.detail_main .detail_image {
    padding: 0;
    margin: 0;
}
.detail_main .detail_image img {
    width: 100%;
}
.detail_main .detail_column {
    font-size: 13px;
    color: #7A7A7A;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.detail_main .detail_item a {
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
    color: #6ec1e4;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    top: 1px;
    display: inline-block;
}
.detail_main .detail_item p {
    padding: 0 20px;
    line-height: 50px;
}
.news_main {
    box-sizing: border-box;
    /* padding: 10px; */
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
}
.news_left {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    /* padding: 0 20px; */
    border-radius: 10px;
}
.service_text {
    font-size: 18px;
    color: #4e5358;
    text-align: left;
    width: 100%;
    /* height: 50px; */
    line-height: 28px;
    font-weight: bold;
    /* padding-left: 19px; */
    /* margin: 14px auto 10px auto; */
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_detail {
    line-height: 25px;
    font-size: 13px;
    color: #7A7A7A;
    padding-bottom: 30px;
}
.news_detail img{
    max-width: 100%;
    height: auto;
}
.header{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #e3dcdc;
}
.header .left{
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    /* background: black; */
}
.header .left img{
    width: 30px;
    height: 30px;
}
.header .center{
    width: calc(100% - 100px);
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.header .right{
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    /* height: 50px; */
    justify-content: center;
}


.about-box {
    background-color: #fff;
    padding: 5px 20px 50px;
    font-family: "microsoft yahei", serif;
    box-sizing: border-box;
}

.a-title {
    padding: 30px 0 0;
}

.a-title h3 {
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 50px;
    margin: 0;
}

.a-title i {
    width: 45px;
    height: 3px;
    display: block;
    background-color: #0123fe;
    margin: 10px auto;
}

.a-title p {
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: 100;
}

.about {
    margin: 20px 0;
    /*height: 350px;*/
}

.about p {
    font-size: 18px;
    color: #666;
    line-height: 27px;
    text-indent: 2em;
    text-align: justify;
}

.about-row {
    width: 100%;
    margin: 0 5px 0 5px
}


.about-row img{
    width: 100%;
}


.about-row div {
    /*width: calc(25% - 5px);*/
    padding: 20px;
    /*display: inline-block;*/
    overflow: hidden;
    margin: 5px;
}

.about-row h5 {
    font-size: 24px;
    color: #0123fe;
    text-align: center;
    /*padding: 20px 0;*/
}

.about-row p {
    font-size: 14px;
    line-height: 27px;
    color: #999;
    /*padding: 10px 20px;*/
}

.cul-box {
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: all .3s;
}

.cul-box p{
    height: 180px;
}

.good {
    padding: 20px;
    box-sizing: border-box;
    transition: all .3s;
}

.good b {
    font-size: 50px;
    overflow: hidden;
}

.green {
    color: #28BC96;
}

.cyan {
    color: #1EB9CE;
}

.orange {
    color: #FC6623;
}

.yellow {
    color: #FEBF2C;
}

.contact {
    padding: 20px 50px 50px;
    box-sizing: border-box;
    transition: all .3s;
}

.contact h5 {
    font-size: 24px;
    color: #666;
    text-align: center;
    /*padding: 20px 0;*/
}

.contact p {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.contact-adr {
    width: 100%;
    height: 500px
}

.qrcode {
    /*width: calc(50% - 42px) !important;*/
    padding: 20px 50px 50px;
    box-sizing: border-box;
    transition: all .3s;
    text-align: center;
}

.qrcode img {
    width: 200px;
    height: 200px;
}