/*清除浮动*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

/*首页公共标题*/
.index_public_title {
    overflow: hidden;
    margin: 0 0 60px 0;
    position: relative;
}
.index_public_title > h3 {
    width: fit-content;
    font-size: 32px;
    text-align: center;
    color: #333333;
    padding: 0 50px;
    margin: 0px auto 10px auto;
    position: relative;
    z-index: 99;
}
.index_public_title > span {
    position: absolute;
    left: 0;
    top: 19px;
    z-index: 1;
    width: calc(50% - 100px);
    height: 1px;
    background: #959595;
    content: '';
}
.index_public_title > span.right {
    left: auto;
    right: 0;
}
.index_public_title > img {
    width: 72px;
    height: 12px;
    margin: 0px auto;
    display: block;
}

/**********头部 class="heng_header"**********/
.heng_header {
    width: 100%;
    margin: 0 0 20px 0;
    /* overflow: hidden; */
}
/*上*/
.header_top {
    width: 100%;
    border-bottom: 1px #dcdcdc solid;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.header_top > .container > .row > ul {
    overflow: hidden;
    float: right;
}
.header_top > .container > .row > ul > li {
    float: left;
    margin: 0 20px 0 0;
}
.header_top > .container > .row > ul > li > a {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    display: block;
}
/* .header_top > .container > .row > form {
    overflow: hidden;
    margin: 20px 0;
    float: right;
}
.header_top > .container > .row > form > .inp_srh {
    width: 300px;
    height: 38px;
    border: 1px #dddddd solid;
    border-radius: 10px 0px 0px 10px;
    float: left;
    color: #acacac;
    padding: 0 0 0 2px;
}
.header_top > .container > .row > form > .btn_srh {
    height: 40px;
    width: 60px;
    border-radius: 0px 10px 10px 0px;
    background: url(../images/sousuo.png) no-repeat center center;
    background-color: #00459d;
} */
.search > form {
    overflow: hidden;
    margin: 20px 0;
    float: right;
}
.search > form .inp_srh {
    width: 300px;
    height: 38px;
    border: 1px #dddddd solid;
    border-radius: 10px 0px 0px 10px;
    float: left;
    color: #acacac;
    padding: 0 0 0 2px;
}
.search > form .btn_srh {
    height: 40px;
    width: 60px;
    border-radius: 0px 10px 10px 0px;
    background: url(../images/sousuo.png) no-repeat center center;
    background-color: #00459d;
}
/*****logo+导航*****/
.logonav {
    /* overflow: hidden; */
    position: relative;
}
.logonav > .container > .row > a {
    width: 220px;
    float: left;
    display: block;
}
.logonav > .container > .row > a > img {
    width: 100%;
    height: 72px;
}
/*导航*/
.heng_nav {
    /* overflow: hidden; */
    float: right;
}
.heng_nav > ul {
    overflow: hidden;
}
.heng_nav > ul > li {
    margin: 0 100px 0 0;
    float: left;
}
.heng_nav > ul > li > a {
    font-size: 18px;
    line-height: 72px;
    color: #000000;
}
.heng_nav > ul > li:hover > a {
    color: #00459d;
}
.heng_nav > ul > li:last-child {
    margin: 0;
}
/* .heng_nav > ul > li.nav_active > a {
    color: #d8a354;
} */

/**********轮播图 class="heng_banner"**********/
.heng_carousel {
    overflow: hidden;
    /* display: none; */
    position: relative;
}
.heng_carousel > .carousel > a.nav_prev {
    width: 30px;
    position: absolute;
    left: 100px;
    top: 42%;
    z-index: 999;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100% !important;
    /* height: 338px; */
    height: 460px;
}
.heng_carousel > .carousel > a.nav_next {
    width: 30px;
    position: absolute;
    right: 100px;
    top: 42%;
    z-index: 999;
}
.heng_carousel > .carousel > a > img {
    width: 100%;
}
.carousel-indicators {
    bottom: 14px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0px 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0px 10px;
}
.heng_lbs {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 50px;
}
    /* .heng_lbs > .container > .row > ul {
        overflow: hidden;
    } */
.heng_lbs > .container > .row > ul > li {
    width: 154px;
    height: 72px;
    float: left;
    position: relative;
}
.heng_lbs > .container > .row > ul > li > a {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 154px;
    height: 72px;
    overflow: hidden;
    transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
}
.heng_lbs > .container > .row > ul > li.on > a {
    height: 160px;
    background: rgba(2,95,207,0.58);
    transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
}
.heng_lbs > .container > .row > ul > li > a > img {
    width: 80px;
    height: 92px;
    margin: 10px auto 10px auto;
    display: none;
}
.heng_lbs > .container > .row > ul > li.on > a > img {
    display: block;
}
.heng_lbs > .container > .row > ul > li > a > p {
    font-size: 24px;
    line-height: 72px;
    color: #ffffff;
    text-align: center;
}
.heng_lbs > .container > .row > ul > li.on > a > p {
    line-height: 32px;
    font-size: 24px;
}

/**********行业应用 class="heng_claim"**********/
.heng_claim {
    width: 100%;
    background: url(../images/index-img9.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 50px 0 30px 0;
    margin: 0 0 70px 0;
    overflow: hidden;
}
.heng_claim > .container > .row > ul {
    width: 854px;
    overflow: hidden;
    margin: 0px auto;
}
.heng_claim > .container > .row > ul > li {
    width: 242px;
    height: 334px;
    margin: 0 64px 40px 0;
    float: left;
    background: #a6d264;
    position: relative;
}
/* .heng_claim > .container > .row > ul > li:nth-child(1),
.heng_claim > .container > .row > ul > li:nth-child(2),
.heng_claim > .container > .row > ul > li:nth-child(3) {
    background: url(../images/index-img1.png) no-repeat;
}
.heng_claim > .container > .row > ul > li:nth-child(4),
.heng_claim > .container > .row > ul > li:nth-child(5),
.heng_claim > .container > .row > ul > li:nth-child(6) {
    background: url(../images/index-img2.png) no-repeat;
} */
.heng_claim > .container > .row > ul > li:nth-child(3n) {
    margin: 0 0 40px 0;
}
.heng_claim > .container > .row > ul > li > a {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 2;
}
.heng_claim > .container > .row > ul > li > a > img {
    width: 100px;
    height: 115px;
    margin: 38px auto 14px auto;
    display: block;
}
.heng_claim > .container > .row > ul > li > a > h5 {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 18px 0;
}
.heng_claim > .container > .row > ul > li > a > span {
    width: 28px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 0 auto 18px auto;
}
.heng_claim > .container > .row > ul > li > a > p {
    width: 145px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
}
.heng_claim > .container > .row > ul > li > .list_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
}
.heng_claim > .container > .row > ul > li > .list_img > img {
    width: 100%;
    height: 100%;
}
.heng_claim > .container > .row > ul > li:hover > .list_img {
    display: none;
}
.heng_claim > .container > .row > ul > li:hover > a > h5 {
    color: #00459d;
}
.heng_claim > .container > .row > ul > li:hover > a > span {
    background: #00459d;
}
.heng_claim > .container > .row > ul > li:hover > a > p {
    color: #00459d;
}
/* .heng_claim > .container > .row > ul > li.on > .list_img {
    display: block;
}
.heng_claim > .container > .row > ul > li.on > a > h5 {
    color: #ffffff;
}
.heng_claim > .container > .row > ul > li.on > a > span {
    background: #ffffff;
}
.heng_claim > .container > .row > ul > li.on > a > p {
    color: #ffffff;
} */

/**********新闻中心 class="heng_news"**********/
.heng_news {
    width: 100%;
    margin: 0 0 100px 0;
    overflow: hidden;
}
.heng_news > .container > .row > .news_content {
    overflow: hidden;
}
.heng_news > .container > .row > .news_content  > .news_recommend {
    overflow: hidden;
    float: left;
    width: 500px;
}
.heng_news > .container > .row > .news_content  > .news_recommend > a {
    display: block;
}
.heng_news > .container > .row > .news_content  > .news_recommend > a > img {
    width: 100%;
    margin: 0 0 11px 0;
    display: block;
}
.heng_news > .container > .row > .news_content  > .news_recommend > a > h6 {
    font-size: 18px;
    color: #000000;
    margin: 0 0 7px 0;
}
.heng_news > .container > .row > .news_content  > .news_recommend:hover > a > h6 {
    color: #00459d;
}
.heng_news > .container > .row > .news_content  > .news_recommend > a > span {
    font-size: 14px;
    color: #00459d;
    margin: 0 0 10px 0;
    display: block;
}
.heng_news > .container > .row > .news_content  > .news_recommend > a > p {
    font-size: 14px;
    color: #636363;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.heng_news > .container > .row > .news_content > ul {
    width: 630px;
    overflow: hidden;
    float: right;
}
.heng_news > .container > .row > .news_content > ul > li {
    margin: 0 0 15px 0;
    overflow: hidden;
}
.heng_news > .container > .row > .news_content > ul > li:last-child {
    margin: 0;
}
.heng_news > .container > .row > .news_content > ul > li > a {
    display: block;
    overflow: hidden;
}
.heng_news > .container > .row > .news_content > ul > li:hover > a > .list_date {
    background: #00459d;
}
.heng_news > .container > .row > .news_content > ul > li > a > .list_date {
    width: 85px;
    padding: 3px 0 6px 0;
    margin: 0 15px 0 0;
    background: #c5c5c5;
    overflow: hidden;
    float: left;
}
.heng_news > .container > .row > .news_content > ul > li > a > .list_date > h2 {
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    margin: 0 0 10px 0;
}
.heng_news > .container > .row > .news_content > ul > li > a > .list_date > p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.heng_news > .container > .row > .news_content > ul > li > a > .list_text {
    width: 530px;
    overflow: hidden;
    float: right;
}
.heng_news > .container > .row > .news_content > ul > li:hover > a > .list_text > h6 {
    color: #00459d;
}
.heng_news > .container > .row > .news_content > ul > li > a > .list_text > h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 3px 0 14px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.heng_news > .container > .row > .news_content > ul > li > a > .list_text > p {
    font-size: 14px;
    line-height: 22px;
    color: #636363;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/**********底部 class="heng_footer"**********/
.heng_footer {
    width: 100%;
    background: url(../images/index-img11.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.heng_footer > .container {
    padding: 40px 0 66px 0;
}
.heng_footer > .container > .row > .footer_left {
    width: 580px;
    padding: 0 0 0 20px;
    float: left;
    overflow: hidden;
}
.footer_public_nav {
    overflow: hidden;
    margin: 0 0 40px 0;
}
.footer_public_nav.footer_gywm {
    margin: 55px 0 94px 0;
}
/* .footer_public_nav.footer_xwzx {
    margin: 55px 0 0 0;
} */
.footer_public_nav > h6 {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    float: left;
    border-right: 1px #7c7d7e solid;
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
}
.footer_public_nav > ul {
    width: 400px;
    overflow: hidden;
    float: left;
}
.footer_public_nav > ul > li {
    margin: 0 16px 0 0;
    float: left;
}
.footer_public_nav > ul > li > a {
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    display: block;
}
.footer_public_nav > ul > li > p {
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    display: block;
}
.footer_public_nav > ul > li > img {
    width: 100%;
    /* margin: 0 0 12px 0; */
    display: block;
}
.footer_public_nav.erweima > h6 {
    margin: 55px 16px 0 0;
}
.heng_footer > .container > .row > .footer_right {
    width: 580px;
    padding: 0 20px 0 0;
    float: left;
    overflow: hidden;
}
.footer_copyright {
    width: 100%;
    background: #191a20;
    padding: 20px 0;
}
.footer_copyright > p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    /* .carousel-inner > .item > img {
        width: 100% !important;
        height: 504px;
    } */
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    /*轮播上内容*/
    .heng_lbs {
        display: none;
    }
    /*新闻中心*/
    .heng_news > .container > .row > .news_content > .news_recommend {
        width: 440px;
    }
    .heng_news > .container > .row > .news_content > ul {
        width: 500px;
    }
    .heng_news > .container > .row > .news_content > ul > li > a > .list_text {
        width: 400px;
    }
    /*底部*/
    .heng_footer > .container > .row > .footer_right {
        width: 465px;
    }
    .heng_footer > .container > .row > .footer_left {
        width: 465px;
    }
    .footer_public_nav > ul {
        width: 368px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    /*轮播上内容*/
    .heng_lbs {
        display: none;
    }
    /*行业应用*/
    .heng_claim > .container > .row > ul {
        width: 750px;
    }
    .heng_claim > .container > .row > ul > li {
        margin: 0 12px 30px 0;
    }
    .heng_claim > .container > .row > ul > li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
    /*新闻中心*/
    .heng_news > .container > .row > .news_content > .news_recommend {
        width: 630px;
        float: none;
        margin: 0 auto 20px auto;
    }
    .heng_news > .container > .row > .news_content > ul {
        float: none;
        margin: 0 auto 0px auto;
    }
    /*底部*/
    .heng_footer > .container > .row > .footer_left {
        width: 100%;
        padding: 0;
    }
    .heng_footer > .container > .row > .footer_right {
        width: 100%;
        padding: 0;
    }
    .footer_public_nav > ul {
        width: calc(100% - 97px)
    }
    .footer_public_nav.footer_gywm {
        margin: 0px 0 40px 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
    /*行业应用*/
    .heng_claim > .container > .row > ul {
        width: 496px;
    }
    .heng_claim > .container > .row > ul > li {
        margin: 0 12px 30px 0;
    }
    .heng_claim > .container > .row > ul > li:nth-child(3n) {
        margin: 0 12px 30px 0;
    }
    .heng_claim > .container > .row > ul > li:nth-child(2n) {
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
    /*行业应用*/
    .heng_claim > .container > .row > ul {
        width: 242px;
    }
    .heng_claim > .container > .row > ul > li {
        margin: 0 auto 30px auto;
        float: none;
    }
    .heng_claim > .container > .row > ul > li:nth-child(3n) {
        margin: 0 auto 30px auto;
    }
     
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    /*搜索框*/
    /* .header_top > .container > .row > form {
        width: 320px;
        float: none;
        margin: 20px auto;
    }
    .header_top > .container > .row > form > .inp_srh {
        width: 276px;
    }
    .header_top > .container > .row > form > .btn_srh {
        height: 40px;
        width: 40px;
        background-size: 20px 15px;
    } */
    .search > form {
        width: 320px;
        float: none;
        margin: 20px auto;
    }
    .search > form .inp_srh {
        width: 276px;
    }
    .search > form .btn_srh {
        height: 40px;
        width: 40px;
        background-size: 20px 15px;
    }
    /*轮播图*/
    .heng_carousel > .carousel > a.nav_prev {
        width: 20px;
        left: 20px;
    }
    .heng_carousel > .carousel > a.nav_next {
        width: 20px;
        right: 20px;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin: 0px 8px;
    }
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 0px 10px;
    }
    /*轮播上内容*/
    .heng_lbs {
        display: none;
    }
    /*新闻中心*/
    .heng_news > .container > .row > .news_content {
        padding: 0 20px;
    }
    .heng_news > .container > .row > .news_content > .news_recommend {
       width: 100%;
       max-width: 630px;
       float: none;
       margin: 0 auto 20px auto;
   }
   .heng_news > .container > .row > .news_content > ul {
       width: 100%;
       max-width: 630px;
       float: none;
       margin: 0 auto 0px auto;
   }
   .heng_news > .container > .row > .news_content > ul > li > a > .list_text {
       width: auto;
       float: none;
   }
    /*底部*/
    .heng_footer > .container > .row > .footer_left {
        width: 98%;
        padding: 0 0 0 2%;
        float: none;
    }
    .heng_footer > .container > .row > .footer_right {
        width: 98%;
        padding: 0 0 0 2%;
        /* margin: 0px auto; */
        float: none;
    }
    .footer_public_nav > ul {
        width: calc(100% - 97px);
    }
    .footer_public_nav.erweima > ul > li {
        margin: 0 16px 10px 0;
    }
    .footer_public_nav.footer_gywm {
        margin: 0px 0 40px 0;
    }
}


