.head i,
.foot i,
.head em,
.foot em {
    font-style: normal;
}

.clearfix:after {
    height: 0;
    content: "";
    clear: both;
    display: block;
}

.head {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: linear-gradient(#f3f3f3, #ffffff, #f3f3f3);
    left: 0;
    top: 0;
    z-index: 200;
    min-width: 1200px;
}

.header {
    width: 89.58%;
    height: 80px;
    margin: 0 auto;
    max-width: 1720px;
}

.head .logo {
    float: left;
    height: 50px;
    margin-top: 15px;
    position: relative;
}

.head .logo a {
    display: block;
}

.head .logo img {
    height: 50px;
    display: block;
}

.head .logo img.y {
    display: none;
}


.head-tel {
    float: right;
    width: 38px;
    height: 38px;
    margin-top: 19px;
    position: relative;
    z-index: 2;
}

.head-tel i {
    display: block;
    width: 38px;
    width: 38px;
    height: 38px;
    background: #cc0000;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.head-tel i img {
    width: 38px;
    width: 38px;
    display: block;
}

.head-tel p {
    position: absolute;
    width: 0;
    height: 38px;
    line-height: 38px;
    font-size: 1.1rem;
    font-family: 'FBTM', Arial;
    text-align: center;
    font-weight: bold;
    background: #c90f3e;
    color: #fff;
    border-radius: 19px;
    padding: 0 38px 0 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    overflow: hidden;
}

.head-tel:hover p {
    width: 200px;
}

.head-nav {
    float: right;
    max-width: 1380px;
    margin-right: 25px;
}

.head-nav ul li {
    float: left;
    position: relative;
}

.head-nav ul li>a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 1rem;
    color: #333;
    padding: 0 18px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.head-fixed .head-nav ul li>a {
    color: #333;
}

.head-nav ul li>a:after {
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.head-nav ul li>a span {
    display: block;
    height: 80px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: relative;
}

.head-nav ul li.cur>a span:after, .head-nav ul li:hover>a span:after {
    content: "";
    position: absolute;
    width: 0;
    background: #c90f3e;
    left: 0;
    height: 2px;
    width: 100%;
    bottom: 27%;
    z-index: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s
}


.head-nav ul li.cur>a span,
.head-nav ul li:hover>a span {
    color: #c90f3e;
}


.head-fixed .head-nav ul li.cur>a span,
.head-fixed .head-nav ul li:hover>a span {
    color: #c90f3e;
}




.head-nav ul li.cur>a:after,
.head-nav ul li:hover>a:after {
    width: 100%;
}

.head-nav ul .submenu {
    position: absolute;
    left: 50%;
    top: 79%;
    transform: translateX(-50%);
    z-index: 99;
    max-height: 0;
    transition: max-height 0.4s linear;
    -ms-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    padding-top: 22px !important;
    overflow: hidden;
}

.head-nav ul .submenu p {
    background: rgba(255, 255, 255, .95);
    padding: 6px 21px;
    border-radius: 10px;
    position: relative;
}

.head-nav ul .submenu p:before {
    position: absolute;
    content: "";
    border-width: 9px 8px;
    border-style: solid;
    border-color: transparent transparent rgba(242, 242, 242, 1);
    top: -18px;
    left: 50%;
    margin-left: -8px;
    transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    opacity: 0;
}

.head-nav ul .submenu a {
    transition: all .4s ease;
    display: block;
    font-weight: 500;
    padding: 0 17px 0 32px;
    font-size: 0.8rem;
    line-height: 48px;
    color: #333;
    line-height: 54px;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px dotted #B5B5B5;
    text-align: left;
}

.head-nav ul .submenu a:last-child {
    border-bottom: 0
}

.head-nav ul .submenu a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid rgba(125, 125, 125, 1);
    border-radius: 50%;
    top: 23px;
    left: 13px;
    transition: ease .4s;
    -o-transition: ease .4s;
}

.head-nav ul .submenu a:hover {
    color: #cc0000;
}

.head-nav ul .submenu a:hover:before {
    border-color: #cc0000;
}

.head-nav ul li:hover .submenu {
    max-height: 500px;
}

.head-nav ul li:hover .submenu p:before {
    opacity: 1;
}

.head-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

@media screen and (max-width: 1660px) {
    .head .header {

        margin: 0 auto;
    }

    .head .head-txt {
        width: 190px;
    }

    .head-nav ul li>a {
        padding: 0 16px;
    }
}

@media screen and (max-width: 1460px) {
    .head .header {
        margin: 0 auto;
    }

    .head .head-txt {
        width: 180px;
    }

}


.ty-banner-1 {
    position: relative;
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.ty-banner-1 img {
    top: 0;
    left: 50%;
    visibility: hidden;
}

.ty-banner-1 img.show {
    visibility: visible;
}


.p101-search-1 {
    height: 80px;
    box-shadow: 0 3px 4px #e9e9e9;
}

.p101-search-1 .blk-main {
    width: 1400px;
}

.p101-search-1 p {
    float: left;
    width: 72%;
    height: 80px;
    line-height: 80px;
    font-size: 0.8rem;
    color: #333333;
}

.p101-search-1 p b {
    display: inline-block;
}

.p101-search-1 p a {
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

.p101-search-1-inp {
    float: right;
    width: 356px;
    height: 36px;
    background: #fff;
    margin-top: 22px;
}

.p101-search-1-inp1 {
    width: 249px;
    height: 34px;
    line-height: 34px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-right: 0;
    padding: 0 20px;
    float: left;
}

.p101-search-1-inp2 {
    width: 66px;
    height: 36px;
    border: 0;
    background: #c90f3e url(p101-search-icon1.png) no-repeat center center;
    float: right;
    cursor: pointer;
}


.plc {
    padding: 5px 0 0px;
    width: 1400px;
    margin: 0 auto;
    box-shadow: 0 3px 4px #e9e9e9;
    text-indent: 10px;
}

.p12-curblock {
    display: none;
}

.p102-curmbs-1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
}

.p102-curmbs-1 b {
    font-weight: normal;
    padding-left: 25px;
    background: url(p102-curmbs-icon1.png) no-repeat left center;

}

.p102-curmbs-1 i {
    font-style: normal;
}

.p102-curmbs-1 span {
    font-family: 瀹嬩綋;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.p102-curmbs-1 a {
    color: #808080;
}

.p102-curmbs-1 a:hover {
    color: #03286e;
}


.xin-article-2112-1 {
    padding: 30px 0 0;
}

.xin-article-2112-1 .article-2112-list-1 {
    padding-bottom: 15px;
}



.xin-article-2112-1 .article-2112-list-1 dt {
    overflow: hidden;
    line-height: 0;
    height: 248px;
}

.xin-article-2112-1 .article-2112-list-1 dt a,
.xin-article-2112-1 .article-2112-list-1 dt img {
    width: 100%;
    display: block;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.xin-article-2112-1 .article-2112-list-1 dd {
    width: 100%;
    padding: 16px 20px 0px 30px;
    background: #fff;
    border-top: 1px solid #eee;
    margin: 0px auto 0;
    position: relative;
    z-index: 2;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.xin-article-2112-1 .article-2112-list-1 dd h4 {
    font-weight: normal;
    margin-bottom: 6px;
}

.xin-article-2112-1 .article-2112-list-1 dd h4 a {
    display: block;
    color: #1a1a1a;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.22rem;
    line-height: 3rem;
    height: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xin-article-2112-1 .article-2112-list-1 .article-desc {
    line-height: 28px;
    height: 78px;
    font-size: 0.8rem;
    color: #4c4c4c;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xin-article-2112-1 .article-2112-list-1 dl {
    float: left;
    width: 31.5%;
    margin-right: 2.3%;
    margin-bottom: 40px;
    border: 1px solid #eee;
    /*height: 513px;*/
}

.xin-article-2112-1 .article-2112-list-1 dl:nth-of-type(3n) {
    margin-right: 0;
}

.xin-article-2112-1 .article-2112-list-1 dl:hover dt img {
    -webkit-transform: scale(1.05) rotate(0deg) translateY(0);
    -ms-transform: scale(1.05) rotate(0deg) translateY(0);
    transform: scale(1.05) rotate(0deg) translateY(0);
}

.xin-article-2112-1 .article-2112-list-1 dl:hover dd {
    /*border-color: #fff;*/
    /*box-shadow: 10px 10px 15px #eeeeee, -3px 10px 8px #f7f7f7;*/
    box-shadow: 0px 10px 10px #eeeeee;
}

.g_ft .content {
    max-width: 1600px;
    width: 83.3333%;
}

.ftup {
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}

.g_ft .ftup .m_code {
    float: right;
    width: 23%;
    padding-top: 6.8rem;
}

.ftup .f-tit {
    display: block;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    padding-bottom: 1.8rem;
    margin-bottom: 3rem;
    height: 3rem;
}

.ftup .fot-left {
    float: left;
    padding-top: 7rem;
    width: 74%;
    padding-bottom: 3rem;
    height: 26rem;
    border-right: 1px solid rgba(220, 220, 220, 0.5);
}

a.logo {
    display: block;
    float: left;
}

.ftup .f-tit a.logo img {
    height: 56px;
}

.ftup .f-tit a.logo {
    margin-top: -7px;
}

a.hzhf {
    color: #333;
    float: left;
    background: #fff url(f-x1.png) no-repeat 6.6rem 0.88rem;

    width: 6.9rem;
    height: 2.2rem;
    line-height: 2.2rem;
    padding-left: 1.6rem;
    overflow: hidden;
    border-radius: 3px;
    margin-left: 3rem;
    margin-top: 0.2rem;
}

.link {
    float: right;
}

.link span {
    float: left;
    background: #fff url(f-x1.png) no-repeat 6.6rem 0.88rem;
    width: 6.9rem;
    height: 2.2rem;
    line-height: 2.2rem;
    padding-left: 1.6rem;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 5rem;
    margin-top: 0.2rem;
    color: #333;
    cursor: pointer;
}

.g_ft .ftup .m_code li:nth-child(2) {
    margin-right: 0px;
}

.f_ftcon.teaser {
    margin-top: 3rem;
}

.f_ftcon.teaser .lx span {
    font-size: 0.8rem;
    color: #73757d;
}

.f_ftcon.teaser .lx p {
    color: #73757d;
    font-size: 0.8rem;
}

.f_ftcon.teaser .lx {
    padding-bottom: 1rem;
}

.f_ftcon.teaser .lx:nth-child(1) p {
    color: #000;
    font-size: 1.2rem;
}


.g_ft {
    background: url(f-bgs.jpg) no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-size: 100% 100%;
}

.g_ft h2 {
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 0.7rem;
}

.g_ft .ftup .ftnav a {
    display: block;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #666666;
}

.g_ft .ftup .ftnav {
    float: left;
    width: auto;
    margin-right: 11.6%;
}

.g_ft .ftup .m_code li {
    float: left;
    width: 38.9%;
    margin-right: 6%;
    background: #fff;
    border-radius: 5px;
}

.g_ft .ftup .m_code li i img {
    width: 76%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1rem auto 0.6rem;
}

.g_ft .ftup .m_code li i {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e8eef3;
    text-align: center;
}

.g_ft .ftup .m_code li em {
    display: block;
    font-size: .8rem;
    line-height: 1.2rem;
    color: #333;
    text-align: center;
    padding: 0.4rem;
    font-style: normal;
}

.g_ft .ftup .m_code ul {
    margin-bottom: 2rem;
    display: block;
    height: 11rem;
}

.g_ft .copyr {
    position: relative;
    left: 0;
    bottom: 0;
    height: 3.7rem;
    width: 100%;
    font-size: .8rem;
    font-weight: 400;
    line-height: 3.7rem;
    color: #999;
}

.g_ft .copyr a {
    color: #999;
}

.link p {
    position: absolute;
    width: 6.5rem;
    display: none;
    top: 2.3rem;
    left: 0px;
    background: #fff;
    padding: 1rem;
}

.link {
    position: relative;
}

.link p a {
    display: block;
    line-height: 2rem;
    padding-left: 0.6rem;
}

.link p a:hover {
    color: #c90f3e;
}

.link:hover p {
    display: block;
}

@media screen and (min-width:1690px) {

    .g_ft .ftup .ftnav {
        margin-right: 9%;
    }

}

@media screen and (min-width:1490px) {
    .g_ft .ftup .ftnav {
        margin-right: 9.6%;
    }
}



.client-2 {
    width: 45px;
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 999;
    color: #fff;
}

.client-2 li a {
    text-decoration: none;
    color: #fff;
}

.client-2 li {
    margin-bottom: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.client-2 li.my-kefu-qq {
    background: #03286e url(cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
    background: #03286e url(cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
    background: #03286e url(cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
    background: #03286e url(tohome.png) center no-repeat;
    background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
    width: 45px;
    height: 45px;
    display: block;
}

.client-2 li.my-kefu-ftop {
    background: #03286e url(returnTop.png) center no-repeat;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 li.my-kefu-qq .cont {
    margin: 0;
    background: #03286e url(cimg23.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
    margin: 0;
    background: #03286e url(cimg25.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
    margin: 0;
    width: 115px;
    padding: 5px;
    border: solid 1px #ccc;
    position: absolute;
    left: -150px;
    top: -44px;
    background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
    width: 115px;
    height: 115px;
}

.client-2 li:hover .cont {
    display: block !important;
}

/*****产品样式*****/
.p101-service-content {
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
    text-align: justify;
    padding: 40px 0px;
    box-shadow: 0 0 0px #eee;
}


.p101-service-case .blk-main {
    width: 1400px;
}

.projects {
    padding: 0rem 0 0rem 0;
}

.projects .title {
    margin-bottom: 2.5rem;
}

.projects dl {
    float: left;
    width: 31.4%;
    margin-right: 2.75%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1rem;
    margin-bottom: 2.6rem;
    height: 320px;
}

.projects dl:after {
    content: "";
    position: absolute;
    background: #c90f3e;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0px;
    z-index: 11;
    transition: all .3s linear 0s
}

.projects dl:before {
    content: "";
    position: absolute;
    background: rgb(153 153 153 / 80%);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    z-index: 10;
}

.projects dl:hover:after {
    width: 100%
}

.projects dl:nth-child(3n) {
    margin-right: 0px;
}

.projects dl dt {
    overflow: hidden;
    display: block;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.projects dl dt img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.projects dl:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.projects dl span {
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.4rem;
    letter-spacing: 1px;
}

.projects dl b {
    color: #c90f3e;
}

.projects dl p {
    display: block;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    font-size: 0.9rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projects dl em {
    font-size: 0.8rem;
    font-style: normal;
    color: #999;
    position: absolute;
    right: 4px;
    top: -2px;
    padding-left: 1.2rem;
    background: url(addre.png) no-repeat center left;
}

.projects dl dd {
    display: block;
    position: relative;
}

.projects .more {
    background: #c90f3e;
    display: block;
    margin: 1rem auto;
    width: 186px;
    overflow: hidden;
    border-radius: 30px;
}

.projects .more a {
    color: #fff;
    display: block;
    padding: 19px 10px 20px 47px;
    background: url(h-jt.png) no-repeat 128px 24px;
}

.p101-latest-news .blk-main {
    width: 1400px;
}

.title {
    padding-bottom: 15px;
    position: relative;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.title:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 1px;
    background: #d4d4d4;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
}

.title span, .title a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 38px;
    color: #333333;
}

.title em {
    display: block;
    height: 22px;
    font: 14px/22px 'Arial';
    color: #808080;
    font-style: normal;
    letter-spacing: 2px;
}

.p101-latest-news {
    padding: 0px 0 80px;
}

.p101-latest-news-con {
    position: relative;
    padding-bottom: 80px;
}

.p101-latest-news-con .tempWrap {
    width: 1400px !important;
    margin: 0 auto;
}

.p101-latest-news-prev,
.p101-latest-news-next {
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    bottom: 0;
    z-index: 5;
    border-radius: 100%;
}

.p101-latest-news-prev {
    left: 650px;
    border: 2px solid #333333;
    background: #333333;
}

.p101-latest-news-next {
    right: 650px;
    border: 2px solid #03286e;
    background: #03286e;
}

.p101-latest-news-prev:before,
.p101-latest-news-next:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 10px;
    z-index: 1;
}

.p101-latest-news-prev:before {
    border: 2px solid #fff;
    border-style: solid none none solid;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 7px;
}

.p101-latest-news-next:after {
    border: 2px solid #fff;
    border-style: solid solid none none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 7px;
}

.p101-latest-news-list dl {
    float: left;
    width: 358px;
    padding: 9px;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    position: relative;
    margin-right: 33px;
}

.p101-latest-news-list dl:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #03286e;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.p101-latest-news-list dl:last-child {
    margin-right: 0;
}

.p101-latest-news-list dt img {
    width: 100%;
    display: block;
}

.p101-latest-news-list dd {
    padding: 30px 25px 20px;
}

.p101-latest-news-list dd h4 {
    font-weight: normal;
}

.p101-latest-news-list dd h4 a {
    display: inline-block;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p101-latest-news-desc {
    line-height: 26px;
    font-size: 14px;
    color: #4c4c4c;
    text-align: justify;
    margin-bottom: 20px;
}

.p101-latest-news-time {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #808080;
    padding-left: 28px;
    background: url("latest_icon.png") no-repeat left 2px;
}

.p14-infolist-1-list em {
    display: block;
    float: left;
    width: 34px;
    height: 1px;
    background: #ccc;
    margin-top: 35px;
    margin-right: 20px;
    transition: 0.4s;
}

.p14-infolist-1-list dl:hover em {
    width: 60px;
    background: #8F8F8F;
}

.p14-infolist-1-list dl {
    background: #fff;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    margin-bottom: 40px;
}

.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    height: 248px;
}


.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
    transition: ease .65s;
}

.p14-infolist-1-list dd {
    position: absolute;
    left: 33%;
    width: 65%;
    padding-top: 30px;
}

.p14-infolist-1-list dl:hover dt img {
    transform: scale(1.05)
}

.p14-infolist-1-list dd h4 {
    transition: ease .65s;
    height: 40px;
    font-weight: normal;
    font-size: 1.1rem;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.p14-infolist-1-list dl:hover h4 {
    transform: translateX(20px);
    transition-delay: .25s;
}

.p14-infolist-1-list h4 a {
    display: block;
    height: 40px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-infolist-1-list dl:hover h4 a {
    color: #03286e;
}

.p14-infolist-1-list-desc {
    max-height: 120px;
    transition: ease .65s;
    font-size: 0.8rem;
    line-height: 28px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-desc {
    transform: translateX(20px);
}

.p14-infolist-1-list-deta {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: right;
    background: #03286e;
    color: #fff;
}

.p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #03286e;
    border-color: #03286e;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover {
    border-left: 10px solid #03286e;
}

.p14-infolist-1-list dl:hover {
    border-left: 7px solid #fff;
}

.p101s-fdh-1 {
    padding: 1rem 0 0;
    margin-bottom: 1.5rem;
}

.p101s-fdh-1-icon {
    float: left;
    width: 56px;
    margin-right: 20px;
    position: relative;
    height: 54px;
    line-height: 54px;
    font-size: 0.9rem;
    color: #666666;
}

.p101s-fdh-1-icon:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    margin-top: 18px;
    right: -1px;
    z-index: 1;
    background: #c9c9c9;
}

.p101s-fdh-1-nav {
    float: left;
    width: 100%;
    /*1100px;*/
    position: relative;
    height: 54px;
}

.p101s-fdh-1-nav-one {
    height: 54px;
    line-height: 54px;
    float: left;
    margin-right: 24px;
    position: relative;
}

.p101s-fdh-1-nav-one h3 {
    font-weight: normal;
    border: 1px solid #333;
}

.p101s-fdh-1-nav-one h3 a {
    display: block;
    font-size: 1.0rem;
    color: #333;
    padding: 0.4rem 1.5rem;
    line-height: 2rem;
}

.p101s-fdh-1-nav-one h3:hover {
    background: #03286e;
}

.p101s-fdh-1-nav-one h3:hover a {
    color: #fff;
}

.p101s-fdh-1-nav-one h3.checked {
    background: #03286e;
}

.p101s-fdh-1-nav-one h3.checked a {
    color: #fff;
}

.p101s-fdh-1-nav-one h3:hover:after,
.p101s-fdh-1-nav-one h3.sidenavcur:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #03286e;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.p101s-fdh-1-nav-one h3.sidenavcur a {
    color: #03286e;
    font-weight: bold;
}

.p101s-fdh-1-nav-one dl {
    position: absolute;
    left: 0;
    top: 60px;
}

.p101-info-content-1 {
    padding-top: 180px;
    position: relative;
}

.p101-info-content-1-text {
    position: absolute;
    width: 1200px;
    left: 0;
    top: 50px;
    z-index: 1;
    border-bottom: 1px solid #dedede;
    padding-bottom: 8px;
}

.p101-info-content-1-title {
    height: 56px;
    line-height: 56px;
    font-size: 1.4rem;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p101-info-content-1-bool {
    height: 24px;
    line-height: 24px;
    font-size: 0.7rem;
    color: #999999;
}

.p101-info-content-1-bool span {
    margin-right: 15px;
}

.p101-info-content-1-bool span.times {
    font-family: Arial;
}

.p101-info-content-1-con {
    line-height: 32px;
    font-size: 0.8rem;
    color: #4c4c4c;
    text-align: justify;
    margin-bottom: 35px;
}

.p101-info-pagination-1 {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

.p101-info-pagination-1 dl {
    width: 660px;
}

.p101-info-pagination-1 dd {
    height: 34px;
    line-height: 34px;
    font-size: 0.8rem;
    color: #4c4c4c;
}

.p101-info-pagination-1 dd span {
    float: left;
    display: inline-block;
    padding-left: 20px;
    max-width: 100px;
    height: 34px;
    position: relative;
}

.p101-info-pagination-1 dd span:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 14px;
    background: #4c4c4c;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.p101-info-pagination-1 dd a {
    float: left;
    display: inline-block;
    max-width: 550px;
    height: 34px;
    color: #03286e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p101-info-pagination-1-href {
    position: absolute;
    width: 120px;
    height: 38px;
    border: 1px solid #03286e;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.p101-info-pagination-1-href a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 0.9rem;
    color: #03286e;
    text-align: center;
}

.p101-info-3 {
    background: #fff;
    border: 1px solid #ededed;
}

.p101-info-3-title {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 0 30px;
    background: #4d4d4d;
    margin-top: -1px;
}

.p101-info-3-list {
    padding: 5px 24px 15px;
}

.p101-info-3-list li {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #d2d2d2;
}

.p101-info-3-list li:last-child {
    border-bottom: 0;
}

.p101-info-3-list li a {
    display: inline-block;
    max-width: 590px;
    padding-left: 25px;
    height: 55px;
    font-size: 0.8rem;
    color: #333333;
    position: relative;
}

.p101-info-3-list li a:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid #808080;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p101-info-3-list li span {
    float: right;
    width: 110px;
    font: 14px/55px Arial;
    color: #808080;
    text-align: right;
    margin-right: 5px;
}

.p101-info-3-list li:hover a {
    color: #03286e;
}

.p101-info-3-list li:hover a:before {
    border-color: #03286e;
}

.p101-info-key-1 {
    padding: 22px 0 42px;
    border-bottom: 1px solid #dedede;
}

.p101-info-key-1 p {
    height: 28px;
    line-height: 28px;
    color: #666666;
    font-size: 14px;
}

.p101-info-key-1 span {
    display: inline-block;
    margin: 0 4px;
}

.p101-info-key-1 span a {
    color: #666;
}

.p101-info-key-1 span a:hover {
    color: #03286e;
}

.p101-recommend-news-title {
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
}

.p101-recommend-news-title span,
.p101-recommend-news-title a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 1.9rem;
    color: #333333;
}

.p101-recommend-news-title em {
    display: block;
    height: 22px;
    font: 14px/22px 'Arial';
    color: #808080;
    font-style: normal;
    letter-spacing: 2px;
}


.p101-info-fdh-1 {
    background: #f5f5f5;
    margin: 185px 0 10px;
}

.p101-info-fdh-title {
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    color: #1a1a1a;
    text-align: center;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.p101-info-fdh-title:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #03286e;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
}

.p101-info-fdh-customer {
    padding: 30px 30px 0;
}

.p101-info-fdh-list dl {
    position: relative;
    margin-bottom: 10px;
}

.p101-info-fdh-list dt img {
    width: 100%;
    display: block;
}

.p101-info-fdh-list dd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.p101-info-fdh-list dd h4 {
    font-weight: normal;
    line-height: 36px;
    font-size: 0.8rem;
    text-align: center;
    padding: 0 10px;
}

.p101-info-fdh-list dd a {
    display: block;
    color: #ffffff;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p101-info-fdh-list dl:hover dd a {
    color: #03286e;
}

.p101-info-fdh-ul {
    padding: 2px 0 22px;
    border-bottom: 1px solid #dedede;
}

.p101-info-fdh-ul li {
    height: 28px;
    line-height: 28px;
    padding: 0 0px;
    background: url("p101-fdh-icon1.png") no-repeat left center;
}

.p101-info-fdh-ul li a {
    display: block;
    height: 28px;
    font-size: 0.7rem;
    color: #333333;
    overflow: hidden;
}

.p101-info-fdh-ul li:hover a {
    color: #03286e;
}


.p101-fdh-1 {
    padding: 20px 13px 30px;
}

.fdh-01-nav:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.p101-fdh-1 .fdh-01-nav-one {
    float: left;
    width: 140px;
    margin: 0 10px 10px 0;
    background: #fff;
}

.p101-fdh-1 .fdh-01-nav-one:nth-child(2n) {
    margin-right: 0;
}

.p101-fdh-1 .fdh-01-nav-one h3 {
    height: 44px;
    line-height: 44px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.p101-fdh-1 .fdh-01-nav-one h3 a {
    display: block;
    height: 44px;
    color: #333333;
}

.p101-fdh-1 .fdh-01-nav-one:hover {
    border-color: #03286e;
}

.p101-fdh-1 .fdh-01-nav-one h3.sidenavcur,
.p101-fdh-1 .fdh-01-nav-one h3:hover {
    border-color: #03286e;
}

.p101-fdh-1 .fdh-01-nav-one h3.sidenavcur a,
.p101-fdh-1 .fdh-01-nav-one h3:hover a {
    color: #03286e;
}


.p101-contact-z1 {
    height: 140px;
    background: url("contact-z1_bg.jpg") no-repeat center;
}

.p101-contact-z1 p {
    font-size: 20px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 194px;
    background: url(contact-z1_phone.png) no-repeat 158px 40px;
}

.p101-contact-z1 span {
    display: block;
    height: 30px;
    font: bold 26px/30px Arial;
    color: #1a1a1a;
    padding: 5px 0 0 140px;
}

/****案例主样式*****/
.projects {
    padding: 1.6rem 0 0rem 0;
}

.projects .title {
    margin-bottom: 2.5rem;
}

.projects dl {
    float: left;
    width: 31.4%;
    margin-right: 2.75%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1rem;
    margin-bottom: 2.6rem;
}

.projects dl:after {
    content: "";
    position: absolute;
    background: #c90f3e;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0px;
    z-index: 11;
    transition: all .3s linear 0s
}

.projects dl:before {
    content: "";
    position: absolute;
    background: rgb(153 153 153 / 80%);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    z-index: 10;
}

.projects dl:hover:after {
    width: 100%
}

.projects dl:nth-child(3n) {
    margin-right: 0px;
}

.projects dl dt {
    overflow: hidden;
    display: block;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    height: 240px;
}

.projects dl dt img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.projects dl:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.projects dl span {
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.4rem;
    letter-spacing: 1px;
}

.projects dl b {
    color: #c90f3e;
}

.projects dl p {
    display: block;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    font-size: 0.9rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projects dl em {
    font-size: 0.8rem;
    font-style: normal;
    color: #999;
    position: absolute;
    right: 4px;
    top: -2px;
    padding-left: 1.2rem;
    background: url(addre.png) no-repeat center left;
}

.projects dl dd {
    display: block;
    position: relative;
}

.projects .more {
    background: #c90f3e;
    display: block;
    margin: 1rem auto;
    width: 186px;
    overflow: hidden;
    border-radius: 30px;
}

.projects .more a {
    color: #fff;
    display: block;
    padding: 19px 10px 20px 47px;
    background: url(h-jt.png) no-repeat 128px 24px;
}

.container-fluid {
    max-width: 1230px !important;
}

.container-fluid .box {
    text-align: center;
}

.title5 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 44px;
    position: relative;
    text-align: center;
}

.title5.title5bs {
    color: #fff;
}

.title5:after {
    content: "";
    width: 48px;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.title5.title5bs:after {
    background-color: #fff;
}


/****最新资讯主样式*****/
.p101-recommend-news {
    padding: 20px 0;
}

.p101-recommend-news .blk-main {
    width: 1400px;
}


.p101-recommend-news-list ul {
    padding-top: 5px;
    position: relative;
}

.p101-recommend-news-list li {
    float: left;
    width: 100%;
}

.p101-recommend-news-list li p {
    /*
        height: 30px;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
        line-height: 30px;
        */
    height: 30px;
    padding-left: 20px;
    position: relative;
    line-height: 30px;
    width: 45%;
    float: left;
    margin: 10px 1% 0px;
}

.p101-recommend-news-list li p:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #808080;
    border-style: dotted dotted none none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.p101-recommend-news-list li p:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: #808080;
    left: 4px;
    top: 50%;
    z-index: 1;
}

.p101-recommend-news-list li p a {
    display: inline-block;
    max-width: 400px;
    height: 30px;
    font-size: 0.8rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p101-recommend-news-list li p:hover a {
    color: #03286e;
}

.p101-recommend-news-list li p:hover:before {
    border-color: #03286e;
}

.p101-recommend-news-list li p:hover:after {
    background: #03286e;
}

.p101-recommend-news-list li p em {
    float: right;
    width: 90px;
    height: 30px;
    font-family: Arial;
    color: #808080;
    text-align: right;
    font-style: normal;
}

.p101-recommend-news-list li.last {
    margin-left: 140px;
}

.p101-recommend-news-list li.last:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 50%;
    top: 0;
    bottom: 5px;
    background: #e3e3e3;
    z-index: 3;
}

.contentendnews-list ul {
    padding-top: 5px;
    position: relative;
}

.contentendnews-list li {
    height: 40px;
    padding-left: 20px;
    position: relative;
    line-height: 40px;
}

.contentendnews-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #808080;
    border-style: dotted dotted none none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.contentendnews-list li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: #808080;
    left: 4px;
    top: 50%;
    z-index: 1;
}

.contentendnews-list li a {
    display: inline-block;
    max-width: 640px;
    height: 40px;
    font-size: 0.8rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentendnews-list li:hover a {
    color: #03286e;
}

.contentendnews-list li:hover:before {
    border-color: #03286e;
}

.contentendnews-list li:hover:after {
    background: #03286e;
}

.contentendnews-list li span {
    float: right;
    width: 110px;
    font: 14px/40px Arial;
    color: #808080;
    text-align: right;
}

/****合作模式主样式*****/
.p102-pros-1-list dl {
    margin: 0 0 60px 0;
    background: #f5f5f5;
    position: relative;
    top: 0;
    transition: .5s;
}

.p102-pros-1-list dl:last-of-type {
    margin-bottom: 0;
}

.p102-pros-1-list dl:nth-child(4n-1) {
    margin-right: 0;
}

.p102-pros-1-list dl:nth-of-type(even) dt {
    float: right;
}

.p102-pros-1-list dt {
    position: relative;
    float: left;
    width: 36%;
}

.p102-pros-1-list dt img,
.p102-pros-1-list dt a {
    width: 100%;
    display: block;
}

.p102-pros-1-list dt em {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    display: none;
}

.p102-pros-1-list dt i {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #03286e;
    border-radius: 100%;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    display: none;
}

.p102-pros-1-list dt i:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    display: none;
}

.p102-pros-1-list dd {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 80px 60px 0;
}

.p102-pros-1-list dd h4 {
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p102-pros-1-list dd h4 a {
    /*display: inline-block;*/
    height: 40px;
    color: #1a1a1a;
    position: relative;
    padding-left: 0;
}

.p102-pros-1-list dd h4 a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 18px;
    background: #03286e;
    left: 0;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
    display: none;
}

.p102-pros-1-list .p102-pros-1-desc {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    text-align: justify;
}

.p102-pros-1-list dl:hover {
    top: -10px;
}

.p102-pros-1-list dl:hover dt em {
    display: none;
}

.p102-pros-1-list dl:hover {
    box-shadow: 5px 5px 10px #ededed, -5px -5px 10px #ededed;
}

.p102-pros-1-list dl:hover dd h4 a {
    color: #03286e;
}

.p102-pros-1-list dl:hover .p102-info-list-more a:before {
    border-left: 10px solid #03286e;
}

.p102-pros-1-list dl:hover .p102-info-list-more a:after {
    border-left: 7px solid #fff;
}

.p102-info-list-more {
    display: block;
    background: #c90f3e;
    width: 115px;
    height: 40px;
    border-radius: 2rem;
    padding-left: 28px;
    margin-bottom: 2.2rem;
    margin-top: 3rem;
}

.p102-info-list-more a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 0.8rem;
    background: url(h-jt.png) no-repeat 71px 15px;
}

.p102-info-list-more a:before {
    content: '';
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #fff;
    left: -1px;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}

.p102-info-list-more a:after {
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #03286e;
    left: -1px;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
}

/****荣誉证书主样式*****/
.hdhzzyy {
    padding-bottom: 4rem;
}

.hdhzzyy .content {
    overflow: hidden;
}

.hdhzzyy dl {
    width: 49%;
    float: left;
    background: #f0f0f0;
}

.hdhzzyy dl:nth-child(2n-1) {
    margin-right: 0;
}

.hdhzzyy dt {
    border: 1px solid #f0f0f0;
    padding: 10px 9px;
    background: #fff;
    height: 470px;
    overflow: hidden;
}

.hdhzzyy dt img {
    display: block;
    width: 100%;
}

.hdhzzyy dd h4 {
    height: 3rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 10px 20px;
    overflow: hidden;
    background: #f0f0f0;
    font-weight: normal;
}

.hdhzzyy dd h4 a {
    color: #4b4a4a;
}

.jieneng-page {
    display: block;
    height: 3rem;
    position: relative;
    margin-top: 1.2rem;
    text-align: center;
}


.jieneng-page:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 2rem;
    left: 0px;
}

.jieneng-prev {
    background: url(ans-left.png) no-repeat;
    display: block;
    width: 47px;
    height: 47px;
    float: left;
    margin-top: 12px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.jieneng-next {
    background: url(ans-right.png) no-repeat;
    display: block;
    width: 47px;
    float: right;
    height: 47px;
    margin-top: 12px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.jieneng-bg {
    background: #fff;
    display: block;
    width: 116px;
    margin: 0 auto;
    color: #ccc;
    position: relative;
    z-index: 99;
    height: 3.3rem;

}

.hdhzlzs {
    padding-bottom: 4rem;
    width: 1400px;
    overflow: hidden;
    margin: auto;
}
.hdhzlzs dt {
    border: 1px solid #f0f0f0;
    padding: 10px 9px;
    background: #fff;
    height: 450px;
    overflow: hidden;
}

.hdhzlzs dt img {
    display: block;
    width: 100%;
}