/*子页公共banner*/
.public_banner {
    width: 100%;
    overflow: hidden;
}
.public_banner > img {
    width: 100%;
}

/*子页公共位置*/
.public_position {
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
}
.public_position > .container > .row > .position_content {
    font-size: 16px;
    color: #000000;
    line-height: 76px;
    overflow: hidden;
}
.public_position > .container > .row > .position_content > a {
    font-size: 16px;
    color: #333333;
    line-height: 76px;
}
.public_position > .container > .row > .position_content > a:last-of-type {
    color: #00459d;
}

/*子页分类公共样式*/
.public_class {
    overflow: hidden;
    border-bottom: 1px #333333 solid;
    margin: 0 0 30px 0;
}
.public_class > ul {
    overflow: hidden;
}
.public_class > ul > li {
    margin: 0 40px 0 0;
    float: left;
    padding: 14px 0 8px 0;
    border-bottom: 4px #f3f3f3 solid;
}
.public_class > ul > li:last-child {
    margin: 0;
}
.public_class > ul > li > a {
    font-size: 24px;
    color: #000000;
    display: block;
}
.public_class > ul > li.class_active {
    border-bottom: 4px #00459d solid;
}

/*子页公共标题*/
.ziye_public_title {
    border-bottom: 1px #a8a8a8 solid;
    padding: 0 20px 24px 20px;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.ziye_public_title > h3 {
    font-size: 30px;
    text-align: center;
    color: #000000;
    margin: 0 0 5px 0;
}
.ziye_public_title > span {
    font-size: 16px;
    text-align: center;
    color: #202020;
    display: block;
}   

/*公共分页*/
.public-fenye {
    overflow: hidden;
    width: max-content;
    margin: 0px auto 0px auto;
}
.public-fenye > ul#pages {
    overflow: hidden;
}
.public-fenye > ul#pages > li {
    float: left;
    border: 1px #00459d solid;
    background: #ffffff;
    width: 38px;
    margin: 0 5px 0 0;
    display: block;
}
.public-fenye > ul#pages > li > a {
    display: block;
    color: #000000;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.public-fenye > ul#pages > li > span {
    display: block;
    color: #000000;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.public-fenye > ul#pages > li.disabled {
    background: #00459d;
}
.public-fenye > ul#pages > li.disabled > span {
    color: #ffffff;
}
.public-fenye > ul#pages > li.active {
    background: #00459d;
}
.public-fenye > ul#pages > li.active > span {
    color: #ffffff;
}
.public-fenye > ul#pages > li:first-child {
    width: 68px;
}
.public-fenye > ul#pages > li:last-child {
    width: 68px;
}

/**********二级页面 class="heng_ejym"**********/
.heng_ejym {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
}
.heng_ejym > .container > .row > .ejym_class {
    height: 80px;
    background: #cccccc;
    margin: 0 0 50px 0;
    overflow: hidden;
}
.heng_ejym > .container > .row > .ejym_class > .class_fixed {
    overflow: hidden;
}
.heng_ejym > .container > .row > .ejym_class.fd > .class_fixed {
    max-width: 1200px;
    width: 100%;
    background: #cccccc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0px auto;
}
.heng_ejym > .container > .row > .ejym_class > .class_fixed > ul {
    padding: 0px 20px;
    overflow: hidden;
}
.heng_ejym > .container > .row > .ejym_class > .class_fixed > ul > li {
    margin: 0 20px;
    float: left;
}
.heng_ejym > .container > .row > .ejym_class > .class_fixed > ul > li > a {
    font-size: 24px;
    color: #000000;
    padding: 20px 0 22px 0;
    border-bottom: 4px #cccccc solid;
    display: block;
}
.heng_ejym > .container > .row > .ejym_class > .class_fixed > ul > li.on > a {
    color: #00459d;
    border-bottom: 4px #00459d solid;
}
.heng_ejym > .container > .row > .ejym_class > .class_fixed > ul > li:hover > a {
    color: #00459d;
    border-bottom: 4px #00459d solid;
}
/*概述*/
.heng_ejym > .container > .row > .ejym_summary {
    background: #ffffff;
    padding: 58px 0 68px 0;
    margin: 0 0 48px 0;
    overflow: hidden;
}
.heng_ejym > .container > .row > .ejym_summary > .summary_text {
    padding: 0 50px;
    overflow: hidden;
}
.heng_ejym > .container > .row > .ejym_summary > .summary_text > p {
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}
/*解决方案与服务*/
.ejym_solution .index_public_title > h3  {
    background: #f3f3f3;
}
.ejym_solution {
    overflow: hidden;
    margin: 0 0 48px 0;
}
.ejym_solution  > .solution_content {
    overflow: hidden;
}
.ejym_solution  > .solution_content > .case_jt {
    cursor: pointer;
}
.ejym_solution  > .solution_content > .prev {
    width: 30px;
    float: left;
    margin: 198px 13px 0 0;
}
.ejym_solution  > .solution_content > .next {
    width: 30px;
    float: right;
    margin: 198px 0px 0 0;
}
.ejym_solution  > .solution_content > .case_jt > img {
    width: 100%;
}
.ejym_solution  > .solution_content > .bd {
    width: 1114px;
    overflow: hidden;
    float: left;
    margin: 0 13px 0 0;
}
.ejym_solution  > .solution_content > .bd ul {
    overflow: hidden;
}
.ejym_solution  > .solution_content > .bd ul > li {
    width: 354px;
    min-height: 449px;
    background: #ffffff;
    overflow: hidden;
    margin: 0 26px 0 0;
    float: left;
}
.ejym_solution  > .solution_content > .bd ul > li:hover {
    box-shadow: 0px 1px 5px #ccc;
}
.ejym_solution  > .solution_content > .bd ul > li > a {
    display: block;
}
.ejym_solution  > .solution_content > .bd ul > li > a > .list_img {
    width: 330px;
    height: 216px;
    overflow: hidden;
    margin: 0 auto 26px auto;
}
.ejym_solution  > .solution_content > .bd ul > li > a > .list_img > img {
    width: 100%;
    height: 100%;
}
.ejym_solution  > .solution_content > .bd ul > li:hover > a > .list_img > img {
    transform: scale(1.5);
    animation: fd 1s;
    -webkit-animation: fd 1s;
}
.ejym_solution  > .solution_content > .bd ul > li > a > .list_text {
    padding: 0 26px;
    overflow: hidden;
}
.ejym_solution  > .solution_content > .bd ul > li > a > .list_text > h5 {
    font-size: 22px;
    color: #000000;
    margin: 0 0 16px 0;
}
.ejym_solution  > .solution_content > .bd ul > li > a > .list_text > p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin: 0 0 24px;
}
.ejym_solution  > .solution_content > .bd ul > li > a > .list_text > span {
    font-size: 14px;
    color: #00459d;
}
/*成功案例*/
.ejym_case {
    overflow: hidden;
    margin: 0 0 80px 0;
}
.ejym_case > ul {
    overflow: hidden;
}
.ejym_case > ul > li {
    width: 550px;
    float: left;
    margin: 0 50px 12px 0;
}
.ejym_case > ul > li:nth-child(2n) {
    margin: 0 0 12px 50px;
}
.ejym_case > ul > li > a {
    font-size: 20px;
    color: #000000;
}
.ejym_case > ul > li:hover > a {
    color: #00459d;
}

/**********公司简介 class="heng_jianjie"**********/
.heng_jianjie {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.heng_jianjie > .container > .row > .jianjie_content {
    background: #ffffff;
    overflow: hidden;
    padding: 50px 0 50px 0;
}
.heng_jianjie > .container > .row > .jianjie_content > .jianjie_text {
    padding: 0 50px;
    overflow: hidden;
}
.heng_jianjie > .container > .row > .jianjie_content > .jianjie_text > p {
    font-size: 20px;
    line-height: 40px;
    text-indent: 40px;
    color: #333333;
    margin: 0 0 40px 0;
}

/**********企业荣誉 class="heng_qyry"**********/
.heng_qyry {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.heng_qyry > .container > .row > .qyry_content {
    background: #ffffff;
    overflow: hidden;
    padding: 50px 0 100px 0;
}
.heng_qyry > .container > .row > .qyry_content > ul {
    overflow: hidden;
    padding: 0 20px;
    margin: 0 0 12px 0;
}
.heng_qyry > .container > .row > .qyry_content > ul > li {
    width: 269px;
    margin: 0 28px 28px 0;
    float: left;
}
.heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(4n) {
    margin: 0 0 28px 0;
}
.heng_qyry > .container > .row > .qyry_content > ul > li > a {
    display: block;
}
.heng_qyry > .container > .row > .qyry_content > ul > li > a > img {
    width: 100%;
    height: 200px;
    margin: 0 0 10px 0;
}
.heng_qyry > .container > .row > .qyry_content > ul > li > a > p {
    font-size: 20px;
    text-align: center;
    color: #333333;
}

/**********企业文化 class="heng_qywh"**********/
.heng_qywh {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.heng_qywh > .container > .row > .qywh_content {
    background: #ffffff;
    overflow: hidden;
    padding: 50px 0 50px 0;
}
.heng_qywh > .container > .row > .qywh_content > .qywh_text {
    padding: 0 50px;
    overflow: hidden;
}
.heng_qywh > .container > .row > .qywh_content > .qywh_text > h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px 0;
}
.heng_qywh > .container > .row > .qywh_content > .qywh_text > p {
    font-size: 20px;
    line-height: 40px;
    text-indent: 40px;
    color: #333333;
    margin: 0 0 40px 0;
}

/**********联系我们 class="heng_lxwm"**********/
.heng_lxwm {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.heng_lxwm > .container > .row > .lxwm_content {
    background: #ffffff;
    overflow: hidden;
    padding: 50px 0 100px 0;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text {
    padding: 0 50px;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_left {
    width: 550px;
    float: left;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_left > h5 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 24px 0;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_left > p {
    font-size: 20px;
    color: #333333;
    margin: 0 0 14px 0;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right {
    width: 550px;
    float: right;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right > ul {
    overflow: hidden;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right > ul > li {
    width: 130px;
    float: left;
    margin: 0 24px 0 0;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right > ul > li:last-child {
    margin: 0 0 0 0;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right > ul > li > img {
    width: 100%;
    margin: 0 0 12px 0;
    display: block;
}
.heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right > ul > li > p {
    font-size: 20px;
    text-align: center;
    color: #000000;
}
.lxwm_map {
    padding: 0 50px;
    overflow: hidden;
}
.my-map { margin: 0 auto; width: 100%; height: 600px; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}

/**********新闻中心 class="heng_xwzx"**********/
.heng_xwzx {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 100px 0;
}
.heng_xwzx > .container > .row > ul {
    overflow: hidden;
    margin: 0 0 20px 0;
}
.heng_xwzx > .container > .row > ul > li {
    overflow: hidden;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px #cccccc dashed;
}
.heng_xwzx > .container > .row > ul > li > a {
    display: block;
}
.heng_xwzx > .container > .row > ul > li > a > .list_img {
    width: 330px;
    height: 200px;
    margin: 0 30px 0 0;
    float: left;
    overflow: hidden;
}
.heng_xwzx > .container > .row > ul > li > a > .list_img > img {
    width: 100%;
    height: 100%;
    display: block;
}
.heng_xwzx > .container > .row > ul > li:hover > a > .list_img > img {
    transform: scale(1.5);
    animation: fd 1s;
    -webkit-animation: fd 1s;
}
@keyframes fd {
    0%{
        transform: scale(1.0);
    }
    100%{
        transform: scale(1.5);
    }
}
.heng_xwzx > .container > .row > ul > li > a > .list_right {
    width: 840px;
    float: right;
    overflow: hidden;
}
.heng_xwzx > .container > .row > ul > li > a > .list_right > h4 {
    font-size: 24px;
    color: #000000;
    margin: 8px 0 14px 0;
}
.heng_xwzx > .container > .row > ul > li:hover   > a > .list_right > h4 {
    color: #00459d;
}
.heng_xwzx > .container > .row > ul > li > a > .list_right > span {
    font-size: 16px;
    color: #202020;
    display: block;
    margin: 0 0 16px 0;
}
.heng_xwzx > .container > .row > ul > li > a > .list_right > .tests {
    overflow: hidden;
}
.heng_xwzx > .container > .row > ul > li > a > .list_right > .tests > p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

/**********新闻详情页 class="heng_xwxqy"**********/
.heng_xwxqy {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.heng_xwxqy > .container > .row > .xwxqy_content {
    background: #ffffff;
    overflow: hidden;
    padding: 50px 20px 100px 20px;
}
.heng_xwxqy > .container > .row > .xwxqy_content > .xwxqy_text {
    padding: 0 30px;
    overflow: hidden;
}
.heng_xwxqy > .container > .row > .xwxqy_content > .xwxqy_text > img {
    max-width: 100%;
    display: block;
    margin: 0px auto 30px auto;
}
.heng_xwxqy > .container > .row > .xwxqy_content > .xwxqy_text > p {
    font-size: 16px;
    line-height: 28px;
    text-indent: 32px;
    color: #202020;
    margin: 0 0 18px 0;
}
.heng_xwxqy > .container > .row > .xwxqy_content > .xwxqy_text > video {
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

/**********详情页 class="heng_xqy"**********/
.heng_xqy {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.heng_xqy > .container > .row > .xqy_content {
    background: #ffffff;
    overflow: hidden;
    padding: 50px 20px 60px 20px;
}
.heng_xqy > .container > .row > .xqy_content > .xqy_text {
    padding: 0 30px;
    overflow: hidden;
}
.heng_xqy > .container > .row > .xqy_content > .xqy_text > .texts {
    overflow: hidden;
    margin: 0 0 40px 0;
}
.heng_xqy > .container > .row > .xqy_content > .xqy_text > .texts > h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px 0;
}
.heng_xqy > .container > .row > .xqy_content > .xqy_text > .texts > h5 {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

/**********搜索页面 class="heng_ssym"**********/
.heng_ssym {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.heng_ssym > .container > .row > .ssym_top {
    background: #ffffff;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.heng_ssym > .container > .row > .ssym_top > h3 {
    font-size: 24px;
    line-height: 60px;
    color: #333333;
    float: left;
    padding: 0 0 0 10px;
}
.heng_ssym > .container > .row > .ssym_top > a {
    font-size: 16px;
    line-height: 60px;
    color: #00459d;
    float: right;
    padding: 0 10px 0 0;
}
.heng_ssym > .container > .row > ul {
    overflow: hidden;
    margin: 0 0 20px 0;
}
.heng_ssym > .container > .row > ul > li {
    margin: 0 0 30px 0;
    overflow: hidden;
}
.heng_ssym > .container > .row > ul > li > a {
    display: block;
    overflow: hidden;
}
.heng_ssym > .container > .row > ul > li > a > img {
    width: 330px;
    height: 200px;
    float: left;
    display: block;
    margin: 0 30px 0 0;
}
.heng_ssym > .container > .row > ul > li > a > .list_text {
    width: 840px;
    float: right;
}
.heng_ssym > .container > .row > ul > li > a > .list_text > h3 {
    font-size: 24px;
    color: #000000;
    margin: 8px 0 10px 0;
}
.heng_ssym > .container > .row > ul > li > a > .list_text > .time {
    overflow: hidden;
    margin: 0 0 20px 0;
}
.heng_ssym > .container > .row > ul > li > a > .list_text > .time > span {
    font-size: 16px;
    color: #202020;
    display: block;
    float: left;
}
.heng_ssym > .container > .row > ul > li > a > .list_text > .text {
    overflow: hidden;
}
.heng_ssym > .container > .row > ul > li > a > .list_text > .text > p {
    font-size: 16px;
    line-height: 28px;
    /* text-indent: 32px; */
    color: #202020;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    /*二级页面*/
    .ejym_solution > .solution_content > .bd {
        width: 884px;
    }
    .ejym_solution > .solution_content > .bd ul > li {
        width: 277px;
    }
    .ejym_solution > .solution_content > .bd ul > li > a > .list_img {
        width: 253px;
        height: 166px;
    }
    .ejym_case > ul > li {
        width: 455px;
        margin: 0 30px 12px 0;
    }
    .ejym_case > ul > li:nth-child(2n) {
        width: 455px;
        margin: 0 0 12px 30px;
    }
    /*企业荣誉*/
    .heng_qyry > .container > .row > .qyry_content > ul > li {
        width: 291px;
        margin: 0 28px 28px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(4n) {
        margin: 0 28px 28px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(3n) {
        margin: 0 0 28px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li > a > img {
         height: 210px;
    }
    /*新闻中心*/
    .heng_xwzx > .container > .row > ul > li > a > .list_right {
        width: 610px;
    }
    /*联系我们*/
    .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text {
        padding: 0 30px;
    }
    .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right {
        width: auto;
    }
    .lxwm_map {
        padding: 0 30px;
    }
    /*搜索页面*/
    .heng_ssym > .container > .row > ul > li > a > .list_text {
        width: 610px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    /*二级页面*/
    .ejym_solution > .solution_content > .bd {
        width: 664px;
    }
    .ejym_solution > .solution_content > .bd ul > li {
        width: 319px;
    }
    .ejym_solution > .solution_content > .bd ul > li > a > .list_img {
        width: 301px;
        height: 166px;
    }
    .ejym_case > ul > li {
        width: 365px;
        margin: 0 10px 12px 0;
    }
    .ejym_case > ul > li:nth-child(2n) {
        width: 365px;
        margin: 0 0 12px 10px;
    }
    /*公司简介*/
    .heng_jianjie > .container > .row > .jianjie_content > .jianjie_text {
        padding: 0 20px;
    }
    /*企业荣誉*/
    .heng_qyry > .container > .row > .qyry_content > ul > li {
        width: 223px;
        margin: 0 20px 20px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(4n) {
        margin: 0 20px 20px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li > a > img {
         height: 160px;
    }
    /*新闻中心*/
    .heng_xwzx > .container > .row > ul > li > a > .list_img {
        width: 280px;
        height: 200px;
        margin: 0 20px 0 0;
    }
    .heng_xwzx > .container > .row > ul > li > a > .list_right {
        width: 450px;
    }
    /*联系我们*/
    .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text {
        padding: 0 30px;
    }
    .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_left {
        width: 100%;
        float: none;
    }
    .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right {
        width: 100%;
        float: none;
    }
    .lxwm_map {
        padding: 0 30px;
    }
    /*搜索页面*/
    .heng_ssym > .container > .row > ul > li > a > img {
        width: 280px;
        height: 200px;
        margin: 0 20px 0 0;
    }
    .heng_ssym > .container > .row > ul > li > a > .list_text {
        width: 450px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    /*二级页面*/
    .heng_ejym > .container > .row > .ejym_summary > .summary_text {
        padding: 0 20px;
    }
    .heng_ejym > .container > .row > .ejym_summary > .summary_text > p {
        font-size: 16px;
        line-height: 28px;
    }.heng_ejym > .container > .row > .ejym_class {
        height: 72px;
    }
    .heng_ejym > .container > .row > .ejym_class > .class_fixed > ul {
        padding: 0px 10px;
    }
    .heng_ejym > .container > .row > .ejym_class > .class_fixed > ul > li {
        margin: 0 10px;
    }
    .heng_ejym > .container > .row > .ejym_class > .class_fixed > ul > li > a {
        font-size: 18px;
    }
    .ejym_case > ul {
        padding: 0 10px;
    }
    .ejym_case > ul > li {
        width: 100%;
        float: none;
        margin: 0 0px 12px 0;
    }
    .ejym_case > ul > li:nth-child(2n) {
        width: 100%;
        margin: 0 0 12px 0px;
    }
    /*公司简介*/
    .heng_jianjie > .container > .row > .jianjie_content > .jianjie_text {
        padding: 0 20px;
    }
    /*企业文化*/
    .heng_qywh > .container > .row > .qywh_content > .qywh_text {
        padding: 0 20px;
    }
    /*新闻中心*/
    .heng_xwzx > .container > .row > ul {
        padding: 0 10px;
    }
    .heng_xwzx > .container > .row > ul > li > a > .list_img {
        max-width: 330px;
        width: 100%;
        height: auto;
        float: none;
        margin: 0 auto 20px auto;
    }
    .heng_xwzx > .container > .row > ul > li > a > .list_right {
        width: 100%;
        float: none;
    }
    .heng_xwzx > .container > .row > ul > li > a > .list_right > h4 {
        text-align: center;
    }
    .heng_xwzx > .container > .row > ul > li > a > .list_right > span {
        text-align: center;
    }
    /*新闻详情页*/
    .heng_xwxqy > .container > .row > .xwxqy_content > .xwxqy_text {
        padding: 0 20px;
    }
    .heng_xwxqy > .container > .row > .xwxqy_content {
        padding: 50px 10px 100px 10px;
    }
    /*详情页*/
    .heng_xqy > .container > .row > .xqy_content {
        padding: 50px 10px 60px 10px;
    }
    .heng_xqy > .container > .row > .xqy_content > .xqy_text {
        padding: 0 20px;
    }
     /*联系我们*/
     .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text {
        padding: 0 10px;
    }
    .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_left {
        width: 100%;
        float: none;
    }
    .heng_lxwm > .container > .row > .lxwm_content > .lxwm_text > .lxwm_right {
        width: 100%;
        float: none;
    }
    .lxwm_map {
        padding: 0 10px;
    }
    /*搜索页面*/
    .heng_ssym > .container > .row > ul {
        padding: 0 10px;
    }
    .heng_ssym > .container > .row > ul > li > a > img {
        max-width: 330px;
        width: 100%;
        height: auto;
        float: none;
        margin: 0 auto 20px auto;
    }
    .heng_ssym > .container > .row > ul > li > a > .list_text {
        width: 100%;
        float: none;
    }
    .heng_ssym > .container > .row > ul > li > a > .list_text > h3 {
        text-align: center;
    }
    .heng_ssym > .container > .row > ul > li > a > .list_text > .time    {
        margin: 0px auto;
        width: fit-content;
    }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
    /*二级页面*/
    .ejym_solution > .solution_content {
        width: 600px;
        margin: 0px auto;
    }
    .ejym_solution > .solution_content > .bd {
        width: 534px;
    }
    .ejym_solution > .solution_content > .prev {
        width: 20px;
    }
    .ejym_solution > .solution_content > .next {
        width: 20px;
    }
    .ejym_solution > .solution_content > .bd ul > li {
        width: 254px;
    }
    .ejym_solution > .solution_content > .bd ul > li > a > .list_img {
        width: 240px;
        height: 166px;
    }
}

@media screen and (max-width: 599px) and (min-width: 320px) {
    /*二级页面*/
    .ejym_solution > .solution_content {
        width: 320px;
        margin: 0px auto;
    }
    .ejym_solution > .solution_content > .bd {
        width: 254px;
    }
    .ejym_solution > .solution_content > .prev {
        width: 20px;
    }
    .ejym_solution > .solution_content > .next {
        width: 20px;
    }
    .ejym_solution > .solution_content > .bd ul > li {
        width: 254px;
    }
    .ejym_solution > .solution_content > .bd ul > li > a > .list_img {
        width: 240px;
        height: 166px;
    }
}

@media screen and (max-width: 767px) and (min-width: 598px) {
    /*企业荣誉*/
    .heng_qyry > .container > .row > .qyry_content > ul {
        width: 558px;
        margin: 0 auto 12px auto;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li {
        margin: 0 20px 20px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(4n) {
        margin: 0 20px 20px 0;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 597px) and (min-width: 320px) {
    /*企业荣誉*/
    .heng_qyry > .container > .row > .qyry_content > ul > li {
        float: none;
        margin: 0 auto 28px auto;
    }
    .heng_qyry > .container > .row > .qyry_content > ul > li:nth-child(4n) {
        margin: 0 auto 28px auto;
    }
}