﻿@charset "utf-8";
.nybanner {
    width: 100%;
    height: 385px;
}

.nybanner .container {
    position: relative;
}


/*当前位置*/

.mianbaoxie1200 {
    width: 100%;
    height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.mianbaoxie1200 .con {
    width: 100%;
    height: 50px;
    background: url(../images/mub01addressbg.png) repeat;
}

.mianbaoxie1200 .p1 {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
    float: left;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mianbaoxie1200 .p1 a {
    color: #fff;
    padding: 0 4px;
}

.mianbaoxie1200 .p1 img {
    margin: 0 10px 0 20px;
    position: relative;
    top: 16px;
    float: left;
}

.mianbaoxie1200 .p2 {
    float: right;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
    margin-right: 22px;
}

.mub01address_search .con {
    top: 0px;
}




/*内页css*/
.con table{border-collapse: collapse;width: 100%;text-align: left;font-family: Arial, sans-serif;}
/*.con tbody{*/
/* background-color: #f2f2f2;*/
/*}*/
.con table th{
padding: 10px; 
border: 1px solid #ddd;
text-align: center;
}
.con table td{
padding: 10px; 
border: 1px solid #ddd;
text-align: center;
}
.con h2{
font-size: 18px;
border-left: 4px solid #4693e9;
margin: 23px 0px;
padding-left: 16px;
z-index: 10;
}
.con h3{
font-size: 16px;
border-left: 3px solid #ffae49;
margin: 18px 0px;
padding-left: 17px;
z-index: 10;
}

/*搜索区css*/

.anniu {
    width: 320px;
    height: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.anniu .input {
    width: 240px;
    line-height: 50px;
    float: left;
    border: none;
    padding-left: 26px;
    background: none;
    color: #fff;
}

.anniu .btn {
    width: 54px;
    height: 50px;
    background: #e50009 url(../images/ybj.png) no-repeat 13px 12px;
    float: left;
}

.anniu .btn:hover {
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: "微软雅黑"!important;
}


/* proList 产品列表*/

.proList {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.proListSection {
    width: 910px;
    float: right;
}

.proListSection .mainCon {
    width: 908px;
}

.proListSection .mainCon .conBox {
    width: 870px;
    margin: 0 auto 0;
    padding-bottom: 30px;
}

.proListSection .mainCon .conBox ul {
    width: 104%;
}

.proListSection .mainCon .conBox li {
    float: left;
    width: 280px;
    margin-right: 15px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}

.proListSection .mainCon .conBox .sech:hover a {
    color: #fff!important;
}

.proListSection .mainCon .conBox li:hover {
    border: 1px solid #0060b7;
}

.proListSection .mainCon .conBox li:hover .intro {
    background: #0060b7;
    color: #fff;
}

.proListSection .mainCon .conBox li.noMl {
    margin-right: 0px;
}

.proListSection .mainCon .conBox li .Pic {
    width: 278px;
    height: 278px;
    overflow: hidden;
    display: block;
}

.proListSection .mainCon .conBox li .Pic img {
    display: block;
    width: 278px;
    height: 278px;
    transform: scale(1);
    transition: all 1s ease-out;
}

.proListSection .mainCon .conBox li .intro {
    width: 280px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    position: relative;
    background: #f5f5f5;
    color: #333333;
}

.proListSection .mainCon .conBox li .intro h3 {
    font-size: 14px;
    font-weight: bold;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

.proListSection .mainCon .conBox li .intro h3 a {
    color: #333333;
    text-decoration: none;
}

.proListSection .mainCon .conBox li .intro p {
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}

.proListSection .mainCon .conBox li .intro .btn {
    overflow: hidden;
    width: 241px;
    height: 42px;
    background: url(../images/prolistbg01.png) no-repeat center;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.proListSection .mainCon .conBox li .intro .btn a {
    display: block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}

.proListSection .mainCon .conBox li .intro .btn a i {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/mub02_jt03.png) no-repeat center;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.proListSection .mainCon .conBox li .intro .btn a:first-child {
    border-right: 1px solid #eaeaea;
}

.proListSection .mainCon .conBox li .intro .btn a:hover {
    color: #fff;
}

.proListSection .mainCon .conBox li .intro h3 a {
    color: #026cc4;
}

.proListSection .mainCon .conBox li .intro h3:hover a {
    color: #fff!important;
}

.proListSection .mainCon .conBox li .intro .btn a.more:hover {
    background: url(../images/prolistbg02.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.more:hover i {
    background: url(../images/mub02_jt02.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.zx:hover {
    background: url(../images/prolistbg03.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.zx:hover i {
    background: url(../images/mub02_jt02.png) no-repeat center;
}

.proListSection .mainCon .conBox li:hover .Pic img {
    transform: scale(1.2);
}

.proCol .conleft {
    width: 270px;
    position: relative;
    z-index: 3;
    border: 1px solid #e4e4e4;
}

.proCol .conleft h3 {
    height: 106px;
    background: #026cc4;
    margin-bottom: 2px;
    font-weight: normal;
}

.proCol .conleft h3 a {
    display: block;
    color: #fff;
    padding: 35px 0 0 30px;
    height: 76px;
    background: url(../images/proicon01.png) no-repeat 204px 42px;
}

.proCol .conleft h3 span {
    display: block;
    font-size: 25px;
}

.proCol .conleft h3 i {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
}

.proCol .conleft .lBox ul li.boxli {
    height: 53px;
    line-height: 53px;
    text-indent: 31px;
    border-bottom: 1px solid #e4e4e4;
    background: url("../images/mub02_jt03.png")no-repeat 220px center;
}

.proCol .conleft .lBox ul li.boxli:last-child {
    border: none;
}

.proCol .conleft .lBox ul li.boxli a {
    font-size: 16px;
    color: #333;
    display: block;
}

.proCol .conleft .lBox ul li.boxli.on a {
    color: #026cc4;
    font-weight: 700;
    background: url("../images/mub02_jt04.png")no-repeat 220px center;
}

.sidebarLinkUs {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 0 19px 20px;
    margin-bottom: 20px;
}

.sidebarLinkUs h3 {
    font-size: 18px;
    color: #026cc4;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
    text-indent: 10px;
}

.sidebarLinkUs p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 20px;
    padding: 0 10px;
}

.sidebarLinkUs .zxzx {
    display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    background: #026cc4;
    text-decoration: none;
    margin-top: 20px;
}

.sidebarLinkUs .zxzx span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-right: 1px solid #fff;
    background: url(../images/zxzx_icon01.png) no-repeat center;
}

.sidebarLinkUs .zxzx em {
    display: block;
    width: 109px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}

.sidebarLinkUs .zxzx em img {
    display: inline-block;
    *display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 8px;
}


/* InpageSidebar01 侧栏导航1公共样式*/

.InpageSidebar01 {
    width: 270px;
    float: left;
}

.InpageSidebar01 .top {
    width: 100%;
    height: 80px;
    background: #026cc4;
}

.InpageSidebar01 .top h2 {
    height: 80px;
    text-indent: 28px;
    background: url(../images/inpagesidebar01_icon01.png) no-repeat 218px center;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.InpageSidebar01 .top h2 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.InpageSidebar01 .classify .box {
    border: 1px solid #e4e4e4;
    border-top: none;
    position: relative;
}

.InpageSidebar01 .classify .box:first-child {
    border-top: 1px solid #e4e4e4;
}

.InpageSidebar01 .classify dl {
    padding: 14px 19px 18px 30px;
}

.InpageSidebar01 .classify dt {
    font-size: 20px;
    color: #333333;
    background: url(../images/mub02_jt03.png) no-repeat 194px 6px;
    margin-bottom: 14px;
}

.InpageSidebar01 .classify dt a {
    color: #333333;
}

.InpageSidebar01 .classify dd p {
    border-left: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
}

.InpageSidebar01 .classify dd p a {
    font-size: 15px;
    color: #333333;
    display: block;
    text-indent: 16px;
    text-decoration: none;
}

.InpageSidebar01 .classify .box i {
    display: none;
    width: 3px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #026cc4;
}

.InpageSidebar01 .classify .box:hover {
    background: #f5f5f5;
}

.InpageSidebar01 .classify .box:hover i {
    display: block;
}

.InpageSidebar01 .classify .box dt.cur {
    background: url(../images/mub02_jt04.png) no-repeat 194px 6px;
    font-weight: bold;
}

.InpageSidebar01 .classify .box:hover dt a,
.InpageSidebar01 .classify .box dt.cur a {
    color: #026cc4;
    display: block;
    text-decoration: none;
}

.InpageSidebar01 .classify .box:hover dt {
    background: url(../images/mub02_jt04.png) no-repeat 194px 6px;
    font-weight: bold;
}

.InpageSidebar01 .classify dd p:hover a,
.InpageSidebar01 .classify dd p.cur a {
    color: #fff;
}

.InpageSidebar01 .classify dd p:hover,
.InpageSidebar01 .classify dd p.cur {
    background: url(../images/mub02_jt02.png) no-repeat 194px center #026cc4;
}

.InpageSidebar01 .sidebarLinkUs {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 0 19px 20px;
    margin-bottom: 20px;
}

.InpageSidebar01 .sidebarLinkUs h3 {
    font-size: 18px;
    color: #026cc4;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
    text-indent: 10px;
}

.InpageSidebar01 .sidebarLinkUs p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 20px;
    padding: 0 10px;
}

.InpageSidebar01 .sidebarLinkUs .zxzx {
    display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    background: #026cc4;
    text-decoration: none;
    margin-top: 20px;
}

.InpageSidebar01 .sidebarLinkUs .zxzx span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-right: 1px solid #fff;
    background: url(../images/zxzx_icon01.png) no-repeat center;
}

.InpageSidebar01 .sidebarLinkUs .zxzx em {
    display: block;
    width: 109px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    font-style: normal;
}

.InpageSidebar01 .sidebarLinkUs .zxzx em img {
    display: inline-block;
    *display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 8px;
}


/* paging 分页公共样式*/

.fenye {
    margin-bottom: 70px;
    border: 1px solid #eee;
    border-top: none;
}

.fenye .paging ul {
    width: 958px;
}

.InpageSearch .mainCon .paging {
    border: 1px solid #e4e4e4;
}

.paging {
    border: 1px solid #e4e4e4;
    height: 59px;
    position: relative;
}

.paging span:first-of-type {
    width: 119px;
    height: 59px;
    line-height: 59px;
    text-align: right;
    border-right: 1px solid #e4e4e4;
    border-left: none;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    position: absolute;
    left: 0
}

.paging span:first-of-type a {
    float: right;
    margin-right: 28px;
}

.paging span:first-of-type i {
    display: inline-block;
    *display: inline-block;
    width: 8px;
    height: 59px;
    background: url(../images/mub02_jt01.png) no-repeat center center;
    margin-right: 10px;
    position: absolute;
    top: 2px;
    left: 25px;
}

.paging .pagingNext {
    width: 119px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    border-left: 1px solid #e4e4e4;
    float: right;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
}

.paging .pagingNext a {
    display: block;
}

.paging .pagingNext i {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../images/mub02_jt03.png) no-repeat center;
    margin-left: 10px;
    position: absolute;
    top: 22px;
    right: 25px;
}

.paging ul {
    width: 668px;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    left: 120px;
}

.paging ul a {
    display: inline-block;
    *display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
    color: #999999;
    font-family: arial;
    margin-left: 4px;
    text-decoration: none;
}

.paging ul a.cur {
    color: #fff;
    text-decoration: none;
    background: #0661b0;
}

.paging ul a:hover {
    background: #0661b0;
    color: #fff;
}

.paging ul a:hover a {}

.paging .pagingNext:hover {
    color: #0661b0;
    font-weight: bold;
}

.paging .pagingNext:hover i {
    background: url(../images/mub02_jt04.png) no-repeat center;
}

.paging span:first-of-type:hover {
    color: #0661b0;
    font-weight: bold;
}

.paging span:first-of-type:hover i {
    background: url(../images/mub02_jt05.png) no-repeat center;
}


/* mub02xgyd 相关阅读/推荐阅读公共样式*/

.mub02xgyd {
    border: 1px solid #e4e4e4;
    padding: 0 19px 10px;
    margin-top: 20px;
}

.mub02xgyd .conBox {
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
}

.mub02xgyd .conBox ul {
    width: 106%;
}

.mub02xgyd .conBox li {
    width: 402px;
    overflow: hidden;
    margin-right: 38px;
    float: left;
    margin-bottom: 13px;
}

.mub02xgyd .conBox li a {
    display: block;
    font-size: 14px;
    color: #333333;
    float: left;
    width: 302px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mub02xgyd .conBox li a:hover {
    color: #026cc4;
}

.mub02xgyd .conBox li span {
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: arial;
    float: right;
}


/* mub02Top */

.mub02Top {
    width: 863px;
    margin: 0 auto;
    padding-top: 20px;
}

.mub02Top h2 {
    font-size: 18px;
    color: #026cc4;
    font-weight: normal;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
}

.boxli dl {
    position: absolute;
    left: 267px;
    background: rgba(0, 96, 183, 0.9);
    width: 200px;
    text-align: center;
    top: 0;
    display: none;
    padding: 20px 0;
}

.boxli dl dt a {
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: block;
    background: url("../images/inico19.png")no-repeat 30px center;
}

.boxli dl dt a:hover {
    background: rgba(3, 83, 155, 1) url("../images/inico19.png")no-repeat 30px center;
    color: #fff;
}

.boxli ul {
    position: absolute;
    left: 200px;
    background: #f565;
    width: 200px;
    top: 0;
}

.proCol .conleft .box ul.ul1 .boxli:hover dl {
    display: block;
}


/*产品详细*/

.xianguan {
    border: 1px solid #eee;
    padding: 20px;
}

.neiye_main {
    width: 100%;
    overflow: hidden;
    padding: 70px 0 80px 0;
}

.products_main {
    width: 884px;
    padding: 15px;
}

.cpxx_wen {
    width: 366px;
    margin-left: 25px;
}

.cpxx_wen .wen_bt {}

.cpxx_wen .wen_bt p {
    color: #333333;
    font-size: 22px;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.cpxx_wen .wen_bt span {
    color: #0b62af;
    font-size: 16px;
    line-height: 43px;
    display: block;
    width: 100%;
    font-weight: 700;
    padding-top: 10px;
}

.cpxx_wen .wen_bt pre {
    margin: 0;
    font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #555555;
    line-height: 28px;
}

.cp_gengduo {
    margin-top: 28px;
}

.cp_gengduo a {
    width: 107px;
    height: 47px;
    display: block;
    float: left;
    text-align: center;
    line-height: 47px;
}

.cp_gengduo .gengduo01 {
    background: #026cc4;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    width: 225px;
    font-weight: 700;
}

.cp_gengduo .gengduo02 {
    background: #373737;
    color: #fff;
    font-size: 14px;
}

.con_xiangqing {
    width: 100%;
    display: table;
}


/* 本例子css */

.slideTxtBox66 {
    width: 100%;
    text-align: left;
}

.slideTxtBox66 .hd {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.slideTxtBox66 .bd img {
    width: 100%;
}

.slideTxtBox66 .hd ul {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
}

.slideTxtBox66 .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    background: #373737;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    width: 21%;
}

.slideTxtBox66 .hd ul li.on {
    height: 50px;
    background: #e50009;
}

.slideTxtBox66 .bd ul {
    padding: 20px 5px;
    zoom: 1;
}

.slideTxtBox66 .bd ul li embed {
    width: 830px!important;
    display: block;
    margin: 0 auto;
    height: 500px!important;
}

.slideTxtBox66 .bd li {
    line-height: 27px;
    font-size: 14px;
    color: #333;
}

.slideTxtBox66 .hd ul li:last-child {
    border: none;
    width: 182px;
}

.cpshipin object,
.cashipin object {
    width: 95%!important;
    height: 600px!important;
    display: block;
    margin: 0 auto;
}

.cpshipin .pv-video-player {
    width: 100%!important;
}

table {
    width: 100% !IMPORTANT;
    border: 1px solid #000 !IMPORTANT;
    border-collapse: collapse !IMPORTANT;
    font-size: 14PX !IMPORTANT;
    word-break: break-all;
    word-wrap: break-word;
}

table td {
    border: 1px solid #e4e4e4 !IMPORTANT;
    padding-left: 10px!important;
    color: #666;
}


/* 相关产品css */

.txtScroll-left01 {
    width: 100%;
    position: relative;
}

.txtScroll-left01 .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    position: absolute;
    bottom: -3px;
    text-align: center;
    width: 100%;
}

.txtScroll-left01 .hd01 {
    height: 30px;
    padding: 0 10px;
    position: absolute;
    bottom: 52px!important;
    text-align: center;
    width: 100%;
}

.txtScroll-left01 .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.txtScroll-left01 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #b7b7b7;
    border-radius: 40px;
}

.txtScroll-left01 .hd ul li.on {
    background: #084f9d;
}

.txtScroll-left01 .bd {
    padding: 32px 0;
    width: 100%;
    overflow: hidden;
}

.txtScroll-left01 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-left01 .bd ul li {
    margin: 0 4px;
    float: left;
    width: 282px;
}

.txtScroll-left01 .bd ul li span {
    color: #999;
}

.txtScroll-left01 .bd ul li .pic {
    text-align: center;
}

.txtScroll-left01 .bd ul li .pic img {
    width: auto;
    max-height: 248px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
    transition: all 1s ease-out;
    transform: scale(1);
    width: 262px;
    height:220px;
}

.txtScroll-left01 .bd ul li .pic .spimgs {
    width: auto;
    max-height: 201px!important;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
    transition: all 1s ease-out;
    transform: scale(1);
}

.txtScroll-left01 .bd ul li .chuimg img {
    max-height: 205px!important;
}

.txtScroll-left01 .bd ul li .pic a:hover img {
    border-color: #999;
}

.txtScroll-left01 .bd ul li .title {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txtScroll-left01 .bd .tempWrap {
    width: 100%!important;
}

.txt02 .bd ul li {
    margin: 0 24px;
    float: left;
    width: 255px;
}


/*公司简介*/

.aboutus {
    padding: 70px 0 30px 0;
    overflow: hidden;
}

.aboutus .abtit p {
    font-size: 63px;
    color: rgba(2, 108, 196, 0.2);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
}

.aboutus .abtit span {
    font-size: 24px;
    color: #222;
}

.aboutus .abnr {
    font-size: 14px;
    color: #222;
    line-height: 30px;
    margin: 49px 0 20px;
}

.qiyesp {
    margin-top: 30px;
}

.qiyesp object {
    width: 100%!important;
    height: 600px!important;
}


/*文化*/

.wenhua {
    background: #f5f5f5;
    padding: 50px 0 70px;
    overflow: hidden;
}

.mub01Titls {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 35px;
}

.mub01Titls h3 {
    position: relative;
}

.mub01Titls h4 {
    display: block;
    color: #026cc4;
    font-size: 26px;
    font-weight: bold;
}

.mub01Titls h4 i {
    display: inline-block;
    height: 1px;
    background: #e4e4e4;
    width: 493px;
    position: relative;
    top: -6px;
}

.mub01Titls h4 em {
    font-style: normal;
    color: #cb0000;
}

.mub01Titls h4 i.xianL {
    margin-right: 12px;
}

.mub01Titls h4 i.xianR {
    margin-left: 12px;
}

.wenhua .box {
    width: 100%;
    position: relative;
}

.wenhua .box li {
    width: 16.66%;
    *width: 16.56%;
    height: 264px;
    float: left;
    position: relative;
    top: -264px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.wenhua .box li .first {
    height: 262px;
    margin: 0px 5px;
    position: relative;
    border-radius: 2px;
}

.wenhua ol li.active {
    background-position: 0px -700px;
    display: none;
}

.wenhua .box li .first .text {
    padding: 0px 23px;
    height: 100%;
    position: relative;
    box-shadow: 1px 1px 2px #ddd;
    background: rgba(2, 108, 196, 0.8);
    z-index: 2;
}


/*贴标机定制*/

.banban {
    width: 500px;
    float: left;
    margin-right: 50px;
}

.tiebiaodz {
    width: 520px;
    float: left;
}

.tiebiaodz .tbtit {
    font-size: 18px;
    line-height: 55px;
}

.tiebiaodz input.inp_fullname,
.tiebiaodz input.inp_mobile {
    width: 90%;
    height: 42px;
    line-height: 42px;
    color: #999;
    margin: 7px 0;
    padding-left: 10px;
    border: 1px solid #e4e4e4;
}

.tbxuqiu .xuqiutit {
    font-size: 16px;
    line-height: 45px;
}

.tbxuqiu {
    overflow: hidden;
}

.tbxuqiu li {
    display: block;
    float: left;
    width: 32%;
    line-height: 25px;
}

.yanzhengm {
    position: relative;
    height: 50px;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}

.yanzhengm img {
    position: absolute;
    top: 10px;
    right: 8%;
}

.yanzhengm .vcode {
    width: 90%;
    height: 42px;
    line-height: 42px;
    color: #999;
    margin: 4px 0;
    padding-left: 10px;
    border: 1px solid #e4e4e4;
}

.tiebiaodz .submit {
    width: 93%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #026cc4;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
}


/*贴标机定制需求*/


/* Bounce To Bottom */

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d40000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
    color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.font,
.back {
    -webkit-backface-visibility: hidden;
    transition: 0.6s;
}

.font {
    opacity: 1;
}

.back {
    transform: rotateY(-180deg);
    opacity: 0;
}

.card {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.flip-container {
    transform-style: preserve-3d;
    perspective: 800px;
}

.wenhua .box li .first .wenhua .goods_tv {
    margin: 0px 16px;
}

.wenhua .box li .first .ico {
    width: 40px;
    height: 40px;
    display: block;
    left: 20px;
    top: 55px;
    position: absolute;
}

.wenhua .box li .first dl {
    position: relative;
    top: 91px;
}

.wenhua .box li .first dt {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.wenhua .box li .first dd h3 {
    display: none;
}

.wenhua .box li .first dd {
    width: 100%;
    height: 138px;
    line-height: 24px;
    font-size: 13px;
    overflow: hidden;
    color: #fff;
}

.wenhua .box li .first .goods_tv dd {
    color: white;
}

.wenhua .box li .first .t {
    width: 19px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 150px;
}

.wenhua .box li .first .goods_po {
    width: 100%;
    height: 100%;
    background: #D20001;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 2px;
}

.wenhua .box li .first .ico01 {
    width: auto;
    max-height: 71px;
    display: block;
    left: 6px;
    top: 37px;
    position: absolute;
}

.wenhua .box li .first:hover .goods_po {
    z-index: 3;
    opacity: 1!important;
    background: #D20001;
}

.wenhua .box li .first .goods_po .goods_tv {
    margin: 0px 16px;
}

.wenhua .box li .first .goods_po dl {
    top: 50px;
}

.wenhua .box li .first .goods_po dt {
    color: #fff;
}

.wenhua .box li .first .goods_po dl {
    color: #fff;
}

.wenhua .box li .first .goods_po .t {
    top: 108px;
    background: #FFF;
}


/*荣誉*/

.zsyr {
    padding: 50px 0 60px;
    overflow: hidden;
}


/***  证书轮播 */

#d_tab29 ul,
#d_tab29 li {
    margin: 0;
    padding: 0;
    list-style: none
}

#d_tab29 img {
    border: 0;
    vertical-align: top
}

#d_tab29 {
    position: relative;
    height: 454px;
    text-align: left;
}

#d_tab29 .d_img {
    position: relative;
    margin: 0 auto;
    width: 860px;
    height: 100%
}

#d_tab29 .d_img li {
    position: absolute;
    display: none;
    z-index: 0
}

#d_tab29 .d_img .cont {
    width: 100%;
    height: 87px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
}

#d_tab29 .d_img li img {
    width: 100%;
    border: 1px solid #888;
    -webkit-box-shadow: 0 0 4px 4px rgba(33, 33, 33, .5);
    -moz-box-shadow: 0 0 4px 4px rgba(33, 33, 33, .5);
    box-shadow: 0 0 4px 4px rgba(33, 33, 33, .1);
}

#d_tab29 .d_img img {
    cursor: pointer;
}

#d_tab29 .d_img li.d_pos1 {
    display: block;
    width: 200px;
    left: 0;
    top: 60px;
    z-index: 1;
}

#d_tab29 .d_img li.d_pos2 {
    display: block;
    width: 250px;
    left: 20%;
    top: 40px;
    z-index: 2;
}

#d_tab29 .d_img li.d_pos3 {
    display: block;
    width: 300px;
    left: 32%;
    top: 20px;
    z-index: 3;
}

#d_tab29 .d_img li.d_pos4 {
    display: block;
    width: 250px;
    right: 20%;
    top: 40px;
    z-index: 2;
}

#d_tab29 .d_img li.d_pos5 {
    display: block;
    width: 200px;
    right: 0;
    top: 60px;
    z-index: 1;
}

#d_tab29 .d_menu {
    position: absolute;
    bottom: -11px;
    width: 100%;
    text-align: center;
}

#d_tab29 .d_menu li {
    display: none;
}

#d_tab29 .d_menu li.d_select {
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    color: #fff;
}

#d_tab29 .d_menu li.d_select a {
    color: #fff;
    text-shadow: #000 2px 2px 6px;
}

#d_tab29 .d_menu li a {
    font-size: 15px!important;
}

#d_tab29 .d_prev {
    position: absolute;
    left: 0%;
    display: block;
    width: 70px;
    height: 70px;
    top: 162px;
    z-index: 10;
    cursor: pointer;
    background: url("../images/fjtz.png");
}

#d_tab29 .d_next {
    position: absolute;
    right: 0%;
    display: block;
    width: 70px;
    height: 70px;
    top: 162px;
    z-index: 10;
    cursor: pointer;
    background: url("../images/fjtr.png");
}

.about_lianxi .box .BMapLib_nav_tab_content li {
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .about_jianjie .box .right .first .text .about_con p {
        font-size: 12px;
    }
    .about_licheng .box .about_list .first {
        width: 837px;
        margin: 0px auto;
    }
}


/***  证书轮播 */

#NewCoolBImg {
    background: transparent url(../images/about.jpg) no-repeat center center;
}

#about_banner .first {
    cursor: default;
}

#BMapLib_transBox0 {
    padding: 0px;
}


/*企业风采*/

.fengcai {
    padding: 50px 0;
    overflow: hidden;
    background: #f5f5f5;
}

.slideGroup55 {
    width: 100%;
}

.slideGroup55 .parHd {
    position: relative;
    text-align: center;
    margin: 10px 0 20px;
}

.slideGroup55 .parHd ul {
    text-align: center;
    display: inline-block;
}

.slideGroup55 .parHd ul li a {
    display: block;
    color: #333;
    font-size: 16px;
}

.slideGroup55 .parHd ul li img {
    display: block;
    margin: 25px auto 5px;
    opacity: .5
}

.slideGroup55 .parHd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 120px;
    height: 40px;
    font-size: 16px;
    margin: 0 7px;
    line-height: 40px;
    float: left;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 40px;
}

.slideGroup55 .parHd ul li.on img {
    opacity: 1;
}

.slideGroup55 .parHd ul li.on a {
    color: #fff;
}

.slideGroup55 .parHd ul li.on {
    background: #026cc4;
}

.slideGroup55 .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 0 0 0 70px;
    position: relative;
}

.slideGroup55 .parBd {
    width: 100%;
    overflow: hidden;
}

.slideGroup55 .sPrev {
    position: absolute;
    left: 0;
    top: 125px;
    display: block;
    width: 75px;
    height: 75px;
    background: url("../images/fjtz.png") center center no-repeat;
}

.slideGroup55 .sNext {
    position: absolute;
    right: 0;
    top: 125px;
    display: block;
    width: 75px;
    height: 75px;
    background: url("../images/fjtr.png") center center no-repeat;
}

.slideGroup55 .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup55 .parBd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 330px;
    height: 309px;
    background: #fff;
}

.slideGroup55 .parBd ul li .pic {
    overflow: hidden;
    width: 330px;
    height: 250px;
}

.slideGroup55 .parBd ul li .pic img {
    width: 330px;
    height: 250px;
    display: block;
    transition: all 0.5s;
}

.slideGroup55 .parBd ul li:hover .pic img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.slideGroup55 .parBd ul li .title {
    line-height: 52px;
    color: #333333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.moress a {
    display: block;
    width: 150px;
    height: 44px;
    background: #e50009;
    margin: 30px auto 0 auto;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 44px;
    border-radius: 40px;
}


/*内页荣誉列表*/

.rongyus {
    padding: 70px 0;
    overflow: hidden;
}

.ronglist {
    overflow: hidden;
}

.right_main {
    float: right;
    width: 912px;
}

.conts {
    padding: 70px 0;
    overflow: hidden;
    background: #f5f5f5;
}

.hyc {
    background: rgb(255, 255, 255);
    margin-bottom: 10px;
    overflow: hidden;
}

.conimg {
    word-break: break-all;
    width: 275px;
    align: center;
    float: left;
}

.conimg img {
    margin: 0 auto;
}

.conwen {
    word-break: break-all;
    margin: 20px 43px 0 0;
    float: right;
    width: 882px;
}

.contelss {
    background: #fff;
    overflow: hidden;
}

.telwens {
    width: 40%;
    padding: 0 0 40px 30px;
}

.erwen img {
    width: 140px;
    border: 1px solid #eee;
}

.telwens ul li {
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    padding: 14px 0;
}

.telwens ul li img {
    display: block;
    float: left;
    margin-right: 20px;
}

.telwens ul li p {
    display: block;
    float: left;
    line-height: 35px;
    color: #333;
    font-size: 15px;
}

.telditu {
    width: 55%;
    padding: 0 20px 20px 0;
}

.contits h4 {
    display: block;
    font-size: 23px;
    color: #026cc4;
    font-weight: normal;
    height: 40px;
    padding: 40px 0 0;
    font-weight: bold;
}

.contits h4 i {
    background: #e4e4e4!important;
}

.erwen .gzh {
    float: left;
    margin: 15px 21px 0;
    text-align: center;
}

.erwen .wxzx {
    float: left;
    margin: 15px 21px 0;
    text-align: center;
}


/*在线留言*/

#book_post {
    /*    margin: 30px 0 0;*/
}

.zaixianly {
    overflow: hidden;
    background: #fff;
    padding: 0 30px 50px;
}

.zaixianly .Input {
    width: 370px;
    height: 58px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-bottom: 10px;
    margin-left: 12px;
}

.zaixianly input {
    /*    width: 317px;*/
    padding-left: 22px;
    font-size: 16px;
    color: #999999;
    line-height: 58px;
    outline: none;
    border: none;
}

.zaixianly input.submit {
    color: #fff;
    background: #026cc4;
    cursor: pointer;
    padding: 0!important;
}

.zaixianly .Input1 {
    margin-left: 0;
}

.zaixianly textarea {
    padding-left: 22px;
    width: 1064px;
    height: 150px;
    border: 1px solid #e0e0e0;
    padding-top: 18px;
    font-size: 16px;
    color: #999999!important;
    outline: none;
    resize: none;
    padding-right: 51px;
    font-family: "微软雅黑"!important;
}

.zaixianly textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.zaixianly textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.zaixianly textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.zaixianly textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.zaixianly .yzmtj {
    margin-top: 20px;
}

.zaixianly .yzmtj img {
    margin: 10px 20px 15px 20px;
    cursor: pointer;
}

.zaixianly .yzmtj .sr {
    width: 250px;
    float: left;
    border: 1px solid #e0e0e0;
}

.zaixianly .yzmtj .sr span {
    display: block;
    font-size: 16px;
    color: #999999;
    display: block;
    height: 58px;
    line-height: 58px;
    float: left;
    border-right: 1px solid #e0e0e0;
    width: 100px;
    text-align: center;
}

.zaixianly .yzmtj .sr input {
    padding: 0 10px;
    width: 127px;
    float: left;
    display: block;
    border: none;
    line-height: 58px;
    font-size: 16px;
    color: #999;
    height: 58px;
    outline: none;
}

.zaixianly .yzmtj #spVerCode img {
    display: block;
    margin-top: 14px;
    margin-left: 10px;
    float: left;
    width: 105px;
    height: 38px;
}

.zaixianly .yzmtj a.p {
    line-height: 86px;
    margin-left: 10px;
}

.zaixianly .yzmtj a.tj {
    display: block;
    width: 410px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #fe9900;
    float: right;
}

.zaixianly input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.9);
}

.aui_outer table td {
    border: none!important;
}

.aui_outer table {
    border: none!important;
}


/*新闻列表*/

.newsListSection {
    width: 900px;
    float: right;
}

.newsListSection .mainCon {
    border: 1px solid #e4e4e4;
    padding: 30px 0;
    width: 908px;
}

.newsListSection .newsListIntro {
    width: 870px;
    margin: 0 auto 0;
}

.newsListSection .newsListIntro .box1 {
    padding-bottom: 20px;
}

.newsListSection .newsListIntro .box1 dt {
    float: left;
    width: 260px;
    height: 197px;
    float: left;
    border: 1px solid #eee;
    padding: 2px;
}

.newsListSection .newsListIntro .box1 dt img {
    display: block;
    width: 260px;
    height: 197px;
}

.newsListSection .newsListIntro .box1 dd {
    width: 552px;
    float: right;
    position: relative;
    height: 186px;
    position: relative;
    position: relative;
}

.newsListSection .newsListIntro .box1 dd h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsListSection .newsListIntro .box1 dd h3 a {
    color: #333333;
    text-decoration: none;
}

.newsListSection .newsListIntro .box1 dd p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 18px;
}

.newsListSection .newsListIntro .box1 dd span.more {
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    text-align: center;
    width: 128px;
    height: 48px;
    line-height: 48px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #e4e4e4;
}

.newsListSection .newsListIntro .box1:hover dd span.more {
    background: #004c9f;
    color: #fff;
    border-color: #004c9f;
}

.newsListSection .newsListIntro .box1 dd:hover h3 {
    color: #004c9f;
}

.newsListSection .newsListIntro .box2 dl {
    padding: 18px;
    border-top: 1px solid #f1f1f1;
    position: relative;
}

.newsListSection .newsListIntro .box2 dl:hover {
    box-shadow: 0 0 10px 6px #e4e4e4;
    z-index: 99;
}

.newsListSection .newsListIntro .box2 * {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.newsListSection .newsListIntro .box2 dt {
    width: 170px;
    height: 136px;
    float: left;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 2px;
}

.newsListSection .newsListIntro .box2 dt img {
    display: block;
    width: 170px;
    height: 136px;
}

.newsListSection .newsListIntro .box2 dd {
    width: 631px;
    height: 136px;
    position: relative;
    float: right;
}

.newsListSection .newsListIntro .box2 dd h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    width: 628px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsListSection .newsListIntro .box2 dd h3 a {
    color: #333333;
    text-decoration: none;
}

.newsListSection .newsListIntro .box2 dd p {
    line-height: 24px;
    margin-top: 14px;
    font-size: 14px;
    color: #666666;
    width: 628px;
}

.newsListSection .newsListIntro .box2 dd p a {
    color: #666666;
    text-decoration: none;
}

.newsListSection .newsListIntro .box2 dd span {
    display: block;
    padding-left: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    /*    background: url(../images/label.png) no-repeat left center;*/
    line-height: 18px;
}

.newsListSection .newsListIntro .box2 dd span a {
    color: #999999;
    font-size: 12px;
}

.newsListSection .newsListIntro .box2 dd i.more {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 29px;
    top: 82%;
    margin-top: -18px;
    overflow: hidden;
}

.newsListSection .newsListIntro .box2 dd i.more img {
    display: block;
    position: relative;
}

.newsListSection .newsListIntro .box2 dl:hover dd h3 {
    color: #004c9f;
}

.newsListSection .newsListIntro .box2 dl:hover dd i.more img {
    top: -37px;
}


/* newsDetails 新闻详情*/

.newsDetails {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.newsDetails .InpageSidebar01 {
    float: left;
}

.newsDetailsSection {
    width: 910px;
    float: right;
    position: relative;
}

.newsDetailsSection .article {
    border: 1px solid #e4e4e4;
    width: 908px;
    position: relative;
}

.newsDetailsSection .article .conBox {
    padding: 20px 19px 0;
}

.newsDetailsSection .article .conBox img {
    max-width: 800px;
    margin: 10px auto;
}

.newsDetailsSection .article .title h1 {
    font-size: 25px;
    color: #0661b0;
    margin-bottom: 20px;
    line-height: 35px;
}

.newsDetailsSection .article .title .share {
    width: 100%;
    height: 24px;
}

.newsDetailsSection .article .title .share p {
    float: left;
    overflow: hidden;
    margin-top: 5px;
}

.newsDetailsSection .article .title .share p span {
    display: block;
    font-size: 12px;
    color: #999999;
    float: left;
    padding: 0 8px;
    border-left: 1px dotted #b6b6b6;
}

.newsDetailsSection .article .title .share p span:first-child {
    padding-left: 0;
    border-left: none;
}

.newsDetailsSection .article .title .share p span #cntrHits {
    float: right;
}

.newsDetailsSection .article .title .share ul {
    float: right;
}

.newsDetailsSection .article .title .share li {
    margin-left: 7px;
    width: 24px;
    height: 24px;
    float: left;
}

.newsDetailsSection .article .title .share li img {
    display: block;
}

.newsDetailsSection .article .title i {
    width: 100%;
    display: block;
    height: 1px;
    background: #e7e7e7;
    margin-top: 12px;
    /*    background: url(../images/mub02top2_xian.png) no-repeat center;*/
}

.newsDetailsSection .article .title p.label {
    font-size: 12px;
    color: #999999;
    display: block;
    padding-left: 26px;
    /*    background: url(../images/label.png) no-repeat left center;*/
    line-height: 16px;
    margin-top: 20px;
}

.newsDetailsSection .article .con {
    margin-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    min-height: 500px;
}

.video iframe {
    width: 100%;
    height: 500px;
}

.newsDetialsArticle .article .con img {
    max-width: 100%;
}

.newsDetailsSection .article .con p {
    line-height: 30px;
    font-size: 14px;
    color: #333333;
        text-indent: 2rem;
}

.newsDetailsSection .article .con p a {
    color: #0661b0;
}

.newsDetailsSection .article .context {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    height: 60px;
}

.newsDetailsSection .article .context p {
    width: 454px;
    float: left;
    height: 60px;
    line-height: 60px;
}

.newsDetailsSection .article .context p a {
    font-size: 14px;
    font-weight: bold;
    color: #0661b0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsDetailsSection .article .context p.prevNews a {
    margin-left: 20px;
    padding-left: 20px;
    background: url(../images/mub02_jt01.png) no-repeat left center;
}

.newsDetailsSection .article .context p.NextNews a {
    margin-right: 20px;
    padding-right: 20px;
    text-align: right;
    background: url(../images/mub02_jt03.png) no-repeat right center;
}

.newsDetailsSection .article .context p.prevNews a:hover {
    background: url(../images/mub02_jt05.png) no-repeat left center;
    color: #0661b0;
}

.newsDetailsSection .article .context p.NextNews a:hover {
    background: url(../images/mub02_jt04.png) no-repeat right center;
    color: #0661b0;
}

.newsDetailsSection .article .context p.NextNews {
    border-left: 1px solid #e7e7e7;
    width: 444px;
}

.bd_weixin_popup .bd_weixin_popup_main table {
    border: none!important;
}

.bd_weixin_popup .bd_weixin_popup_main table td {
    border: none!important;
    padding: 0!important;
}


/*行业内容*/

.casess {
    padding: 70px 0;
    overflow: hidden;
}

.casessnr {
    float: right;
    width: 916px;
}

.yylist ul li {
    width: 277px;
    display: block;
    float: left;
    margin: 0 16px 25px 12px;
}

.yylist ul li img {
    width: auto;
    max-height: 201px!important;
    padding: 5px;
    border: 1px solid #eee;
    display: block;
}

.yylist ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}


/* 行业内容css */

.picScroll-left09 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-left09 .hd {}

.picScroll-left09 .hd .prev {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    left: 35px;
    top: 38%;
    position: absolute;
    cursor: pointer;
    background: url("../images/fjtz.png") no-repeat;
}

.picScroll-left09 .hd .next {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/fjtr.png") no-repeat;
    position: absolute;
    top: 38%;
    right: 35px;
}

.picScroll-left09 .bd {
    width: 541px;
    margin: 0 auto;
}

.picScroll-left09 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left09 .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left09 .bd ul li .pic {
    text-align: center;
}

.picScroll-left09 .bd ul li .pic img {
    width: 541px;
    height: 541px;
    display: block;
}

.picScroll-left09 .tempWrap {
    border: 1px solid #eee;
}

.cashipin {
    overflow: hidden;
    margin: 45px 0;
}

.cashipin embed {
    display: block;
    margin: 0 auto;
    width: 800px!important;
}

.cashipin iframe {
    width: 800px;
    height: 500px;
    overflow: hidden;
}

.cashipin p {
    display: block;
    width: 800px;
    margin: 0 auto;
}

.picimgs img {
    margin: 0 auto;
}

.picimgs {
    margin: 10px 0 40px;
}


/*合作客户*/

.hezuos {
    overflow: hidden;
    padding: 70px 0;
}

.helist {
    float: right;
    width: 905px;
}

.rhlist {
    overflow: hidden;
}

.rhlist p {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #026cc4;
    padding-left: 20px;
    border-bottom: 1px solid #e4e4e4;
    background: #f5f5f5;
    margin: 20px 0 25px 0;
    height: 50px;
    display: block;
    overflow: hidden;
}

.rhlist ul li {
    float: left;
    width: 215px;
    overflow: hidden;
    margin: 0 15px 12px 0;
    text-align: center;
    cursor: pointer;
}

.rhlist ul li img {
    width: 213px;
    height: 107px;
    border: 1px solid #eee;
    overflow: hidden;
}

.rhlist ul li span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 42px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.rhlist ul li:hover img {
    border: 1px solid #026cc4;
}

.rhlist ul li:hover span {
    color: #026cc4;
    font-weight: bold;
}


/*案例列表*/

.caselist ul li .title {
    line-height: 35px;
    color: #333333;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.caselist ul li.pic {
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #fff;
}

.caselist ul li {
    width: 277px;
    display: block;
    float: left;
    margin: 0 16px 25px 12px;
}

.caselist ul li:hover {}

.caselist ul li img {
    width: auto;
    max-height: 205px!important;
    padding: 5px;
    border: 1px solid #eee;
    display: block;
}

.caselist ul li .abimg {
    width: auto;
    max-height: 154px!important;
    padding: 2px;
    border: 1px solid #eee;
    display: block;
}

.caselist ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}


/*售后服务*/

.salss {
    padding: 70px 0;
    overflow: hidden;
}

.salss .sallist ul li {
    width: 1082px;
    box-shadow: -1px 0px 15px -2px #e4e4e4;
    z-index: 99;
    height: 313px;
    padding: 32px 65px 47px 49px;
    margin: 2px 0;
}

.salss .sallist ul li:first-child .salimg {
    float: left!important;
}

.salss .sallist ul li:first-child .salwen {
    float: right!important;
}

.salss .sallist ul li:last-child .salimg {
    float: left!important;
}

.salss .sallist ul li:last-child .salwen {
    float: right!important;
    width: 480px;
}

.salss .sallist ul li .salwen p {
    font-size: 28px;
    font-weight: bold;
    color: #026cc4;
    margin-top: 20px;
}

.salss .sallist ul li .salwen i {
    font-size: 15px;
    color: #636363;
    display: block;
    margin: 10px 0 20px;
    font-weight: bold;
}

.salss .sallist ul li .salwen .gege {
    width: 35px;
    height: 2px;
    background: #999;
    margin: 15px 0;
}

.salss .sallist ul li .salwen pre p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0!important;
}


/*左侧产品列表*/

.proCol .conleft .box1 {
    padding: 9px;
    background: #fff;
}


/*
.proCol .conleft .box1 dl {
    margin-top: 20px;
}
*/

.proCol .conleft .box1 dl:first-child {
    margin-top: 0;
}

.proCol .conleft .box1 dt {
    height: 56px;
    text-indent: 20px;
    font-size: 17px;
    background: url("../images/proicon05.png") no-repeat 220px center #f4f4f4;
    line-height: 56px;
    margin: 2px 0;
}

.proCol .conleft .box1 dt a {
    color: #111;
    display: block;
}

.proCol .conleft .box1 dt:hover a,
.proCol .conleft .box1 dt.cur a,
.proCol .conleft .box1 dt.on a {
    color: #fff;
    font-weight: bold;
    background: #e50009 url("../images/proicon02.png")no-repeat 220px center;
}

.proCol .conleft .box1 p {
    height: 56px;
    text-indent: 20px;
    font-size: 17px;
    background: url("../images/proicon02.png") no-repeat 220px center #333;
    line-height: 56px;
    margin: 2px 0;
}

.proCol .conleft .box1 p a {
    color: #fff;
    display: block;
}

.proCol .conleft .box1 p:hover a,
.proCol .conleft .box1 p.cur a,
.proCol .conleft .box1 p.on a {
    color: #fff;
    font-weight: bold;
    background: url("../images/proicon02.png")no-repeat 220px center;
}

.proCol .conleft .box1 dd a.erji {
    display: block;
    font-size: 14px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-indent: 25px;
    text-decoration: none;
    border-top: 1px solid #e4e4e4;
    padding-right: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/inico10.png) no-repeat 14px center;
}

.proCol .conleft .box1 dd a:first-child {
    border-top: none;
}

.proCol .conleft .box1 dd a:hover,
.proCol .conleft .box1 dd a.cur {
    color: #026cc4;
    font-weight: 700;
}

.proCol .conleft .box1 dd .xiaxiala {
    padding-left: 25px;
    padding-bottom: 10px;
}

.proCol .conleft .box1 dd .xiaxiala a {
    line-height: 32px!important;
    font-size: 12px;
    display: block;
}

.proCol .conleft .box1 dd .xiaxiala a.on {
    color: #026cc4;
    font-weight: 700;
}


/*内页联系、简介*/


/* 本例子css */

.slideTxtBox98 {
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}

.slideTxtBox98 .hd {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.slideTxtBox98 .hd ul {
    float: left;
    position: absolute;
    width: 100%;
}

.slideTxtBox98 .hd ul li {
    float: left;
    cursor: pointer;
    width: 50%;
    background: #333;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.slideTxtBox98 .hd ul li.on {
    height: 50px;
    background: #026cc4;
}

.slideTxtBox98 .bd dl {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox98 .bd dt {
    overflow: hidden;
}

.slideTxtBox98 .bd dt .telwens {
    width: 43%;
    padding: 0;
}

.slideTxtBox98 .bd dt .date {
    float: right;
    color: #999;
}

.slideTxtBox98 .bd dt .erwen .gzh {
    float: left;
    margin: 15px 21px 0;
    text-align: center;
}

.slideTxtBox98 .bd dt .telditu {
    width: 53%;
    padding: 0;
}



/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #026cc4;
  border: 1px solid #026cc4;
}
.pagination a.page-num-current {
  color: #fff;
  background: #026cc4;
  border: 1px solid #026cc4;
}
/* ----- PB分页数字条效果 结束 ----- */