body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #4d4d4d;
    background-repeat: repeat;
}
/*单选和多选*/
.radio,
.checkbox,
.t_radio{
    margin-top: 0;
    padding: 10px 10px 10px 40px !important;
    position: relative;
}
.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"]{
    opacity:1;
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background:url("../images/start_heart.png") no-repeat;
    -webkit-background-size: 90px 180px;
    -moz-background-size: 90px 180px;
    -o-background-size: 90px 180px;
    background-size: 90px 180px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}
.t_radio input[type="radio"]{
    background:url("../images/radio.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.t_radio input[type="radio"]:checked{
    background:url("../images/radio_check.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.radio input[type="radio"]:checked{
    background-position: -30px 0
}
.checkbox input[type="checkbox"]{
    background-position: 0 -30px
}
.checkbox input[type="checkbox"]:checked{
    background-position: -30px -30px
}
/*.sidenav start*/
.sidenav {
    background: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-280px, 0);
    transition: transform .3s;
    top: 0;
    width: 180px;
    z-index: 9999;
}
.sidenav.show {
    transform: translate(0, 0)
}
.sidenav-overlay{
    background: rgba(255, 255, 255, 0);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}
/*通用*/
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
a{
    color: #666;
}
a, a:hover, a:focus{
    text-decoration: none;
}
a:hover{
    color: #004893;
}
ul,p{
    margin-bottom: 0px;
}
p{
    line-height: 24px;
}
.text_white{
    color: #fff;
}
.text-muted{
    color: #999;
}
.text-primary{
    color: #004893;
}
.bg_white{
    background: #fff;
}
.bg_f2f3f5{
    background: #f2f3f5;
}
.bg_fafafa{
    background: #fafafa;
}
.bg_f7f7f7{
    background: #f7f7f7;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_margin{
    margin: 0px;
}
.pb_16{
    padding-bottom: 16px;
}
.pb_40{
    padding-bottom: 40px;
}
.pg_left-right{
    padding-left: 10px;
    padding-right: 10px;
}
.pg_left{
    padding-left: 0px;
}
.pg_right{
    padding-right: 0px;
}
.br_bm{
    border-bottom: 1px solid #eee;
}
/*index*/
.navbar-default{
    background: #fff;
    border:none;
}
.index_toubu{
    padding: 14px 0px 7px 0px;
}
.index_toubu ul li{
    padding: 0px 16px;
    color: #004893;
}
.index_toubu ul li a{
    font-size: 12px;
    color: #808080;
}
.index_toubu .caret{
    color: #004893;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 5px;
}
.index_toubu ul li a:hover,.index_toubu ul li a:focus{
    color: #004893;
}
.index_toubu ul li img{
    position: relative;
    top: -1px;
    margin-right: 8px;
}
.index_toubu_zhanwei{
    /*height: 110px;*/
    background: #000;
}
.xl_xzyy{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: #f1f4f6;
    min-width: 90px;
    padding: 0px 5px;
    margin-top: 8px;
}
.index_toubu .xl_xzyy li{
    padding: 0px;
}
.index_toubu .xl_xzyy li a{
    padding: 6px 0px;
    text-align: center;
    border-bottom: 1px dashed #dee0e0;
}
.navbar-brand{
    height: 69px;
    padding: 0px 15px;
}
.pc_nav li a{
    font-size: 16px;
    padding: 18px 24px 31px 24px;
}
.navbar-default .pc_nav>li>a{
    color: #333;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .pc_nav>li>a:hover{
    color: #004893;
    background: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: none;
    color: #004ea2;
}
.pc_nav_menu{
    min-width:180px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    right: -34px!important;
    border-top: 2px solid #004ea2;
}
.pc_nav_menu img{
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: -10px;
}
.pc_nav_menu li a{
    text-align: center;
    padding: 16px 0px;
    color: #808080;
    font-size: 14px;
}
.pc_nav_menu li a:hover{
    background: #004ea2;
    color: #fff;
}
.pc_nav_menu>.active>a, .pc_nav_menu>.active>a:focus, .pc_nav_menu>.active>a:hover{
    background: #004ea2;
    color: #fff;
}
.mp_tuichu{
    margin: 24px 24px 0px 24px;
}
.mp_tuichu a{
    color: #fff;
}
.mp_nav li a{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}
.mp_nav_bottom{
    padding: 30px 15px;
}
.mp_nav_bottom li{
    line-height: 30px;
}
.mp_nav_bottom li img{
    margin-right: 6px;
    margin-bottom: 3px;
}
.mp_nav_bottom li a{
    color: #fff;
    margin-right: 12px;
}

.index_banner{
    width: 100%;
    height: 100%;
}
.index_banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ffffff;
    opacity: 1;
    position: relative;
}
.index_banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: #0158cf;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 55px!important;
}
.tie{
    position: absolute;
    text-align: center;
    bottom: 0%;
    margin: 0 auto;
    left: 50%;
    margin-left: -15px;
    z-index: 9999;
    animation:tie 1s cubic-bezier(0.5,0,0.1,1) infinite;
    -webkit-animation:tie 1s cubic-bezier(0.5,0,0.1,1) infinite;
}
@keyframes tie{ 
    %0,%100{
        bottom:10px; 
        opacity:1;
    } 
    50%{
        bottom:10px; 
        opacity:1
    }
}
@-webkit-keyframes tie{ 
    %0,%100{
        bottom:10px; 
        opacity:1;
    } 
    50%{
        bottom:10px; 
        opacity:1
    } 
}

.index_bt{
    color: #004893;
    font-size: 40px;
    margin: 0px;
    padding: 52px 0px 14px 0px;
}
.index_bt text{
    color: #b6c0c6;
    font-size: 46px;
    position: relative;
    top: 5px;
}
.index_xbt{
    font-size: 16px;
    color: #666666;
    margin: 0px;
    padding: 0px 0px 52px 0px;
}
.product{
    padding: 0px 10px;
}
.product a{
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.product a:hover .product_bs{
    background: rgba(0, 62, 124, 0.8);
}
.product a p{
    background: rgba(78, 78, 78, 0.8);
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    position: absolute;
    margin-top: -50px;
    width: 100%;
}
.product a p img{
    margin-left: 16px;
    margin-top: -2px;
}

.advantage{
    padding: 0px 10px;
    margin-bottom: 20px;
}
.advantage .guize_xg{
    background: #fff;
    text-align: center;
    padding: 32px 60px 36px 60px;
}
.advantage h4{
    height: 120px;
    margin: 0px;
}
.advantage p{
    font-size: 16px;
    padding: 12px 0px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 62px;
}
.advantage_text{
    background: #004893;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    text-align: center;
    padding: 32px 60px 36px 60px;
}

.bg_field{
    background:url("../images/bg_field.jpg") center;
}
.field_bt h1,.field_bt h1 text,.field_bt h4{
    color: #fff;
}
.field_mokuai{
    padding: 0px 10px;
}
.field_mokuai .thumbnail{
    border-radius: 0px;
    padding: 0px;
    border: none;
}
.field_mokuai .thumbnail h4{
    margin: 0px;
    padding: 16px 0px;
    font-size: 20px;
}
.field_djckgd{
    background: none;
    border-radius: 0px;
    color: #fff;
    padding: 18px 120px;
    font-size: 18px;
    margin: 40px 0px 20px 0px ;
    border-color: #fff;
}
.field_djckgd:hover{
    background: #004893;
    color: #fff;
    border-color: #004893;
}

.field_mokuai .case_style{
    padding: 0px 18px 20px 18px;
}
.field_mokuai .case_style p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999;
    margin-bottom: 24px;
}
.field_mokuai .case_style a{
    border-radius: 0px;
    color: #004893;
    background: none;
    border-color: #003e7c;
}
.field_mokuai .case_style a:hover{
    color: #fff;
    background: #004893;
    border-color: #003e7c;
}
.case_djckgd{
    color: #666;
    border-color: #a0a0a0;
}
.index_about p{
    margin-bottom: 18px;
    text-indent: 2em;
    color: #808080;
}
.about_djckgd{
    color: #666;
    border-color: #a0a0a0;
    margin: 0px;
    padding: 12px 50px;
    margin-top: -53px;
}
.about_left{
    padding-bottom: 20px;
}
.news_bt{
    color: #000;
    margin: 62px 0px 32px 0px;
}
.news_bt text{
    border-left: 5px solid #004893;
    padding-left: 16px;
}
.news_bt small{
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    top: -2px;
}
.news_bt a{
    font-size: 14px;
    line-height: 24px;
}
.news_bt a i{
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.news_left li a{
    display: block;
    background: #f2f2f2;
    padding: 24px 20px 20px 20px;
    margin-bottom: 20px;
}
.news_left li a:hover{
    background: #004893;
    box-shadow: 0px 4px 4px rgba(0,0,0,.3);
}
.news_left li a:hover h4,.news_left li a:hover p{
    color: #fff;
    border-color: #fff;
}
.news_rq{
    float: left;
    width: 42px;
    margin-right: 35px;
}
.news_rq h4{
    font-size: 16px;
    margin: 0px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 8px;
}
.news_rq p{
    color: #b3b3b3;
    padding-top: 4px;
}
.news_nr h4{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 0px;
    color: #606060;
    font-size: 14px;
}
.news_nr p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.media-left{
    float: left;
}
.news_gczx .media{
    margin-top: 32px;
}
.news_gczx .media .media-left{
    max-width: 240px;
}
.news_gczx .media a{
    color: #000;
    display: block;
}
.news_gczx .media a:hover{
    color: #004893;
}
.news_gczx .media a:hover .news_gczx_right{
    color: #004893;
}
.news_gczx_right{
    margin-top: 5px;
}
.news_gczx .media h4{
    font-size: 14px;
    line-height: 24px;
}
.news_gczx_nr{
    padding-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.col_2{
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
    float: left;
}
.index_bottom img{
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.footer{
    padding-top: 38px;
}
.footer_left h4{
    font-size: 16px;
}
.footer_left li{
    line-height: 30px;
}
.footer_left div{
    margin-top: 8px;
}
.footer_left li a{
    margin-right: 28px;
}
.footer_lt_bt{
    margin-top: 14px;
}
.footer_right h4{
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    width: 96px;
}
.footer_right h4 span{
    width: 26px;
    height: 1px;
    background: #004893;
    display: block;
    position: absolute;
    margin-top: 16px;
}
.footer_right li a{
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.footer_right li a:hover,.footer_yqlj li a:hover{
    color: #004893;
}
.footer_yqlj{
    margin: 32px 0px 18px 0px;
}
.footer_yqlj li{
    color: #b6b6b6;
}
.footer_yqlj li a{
    color: #999;
}
.footer_jszc{
    border-top: 1px solid #e5e5e5;
    padding: 14px 0px;
}

/*宝通产品*/
.product_nav{
    padding: 26px 0px;
}
.pt_nav_left li{
    padding: 0px 4px;
    color: #999;
}
.pt_nav_left li a{
    color: #999;
}
.pt_nav_left li a:hover,.pt_nav_right li a:hover,.pt_nav_right .active a,.pt_nav_right .active a:hover{
    color: #004ea2;
}
.pt_nav_right li a{
    color: #888888;
}
.pt_nav_right li{
    padding: 0px 0px 0px 38px;
}
.pt_nr{
    padding: 0px 30px;
}
.pt_nr1{
    padding: 70px 0px 80px 0px;
}
.pt_nr1 h2{
    color: #000;
    margin: 26px 0px 52px 0px;
}
.pt_nr1 h2 span{
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    margin-top: 20px;
}
.pt_nr1 p{
    line-height: 30px;
}
.pt_nr1 a{
    border: none;
    border-radius: 0px;
    margin-top: 38px;
    background: #004ea2;
    padding: 14px 30px;
}
.pt_nr1  p.font16{
       height: 150px;
       overflow: hidden;
}
.pt_nr1 a img{
    margin-left: 24px;
}
.pt_nr1 a:hover{
    background: #004692;
}
.pt_nr_left{
    padding-right: 56px;
}
.pt_nr_right{
    padding-left: 56px;
}
/*电力管道*/
.dlgd_bt{
    font-size: 30px;
    margin: 50px 0px 38px 15px;
    color: #000;
}
.dlgd_bt text{
   width: 4px;
   height: 30px;
   display: block;
   position: absolute;
   margin-left: -15px;
   margin-top: 2px;
   background: #004ea2;
}
.dlgjs_left{
   box-shadow: 0px 0px 7px rgba(0,78,162,.08);
   padding: 32px 32px 36px 32px;
}
.dlgjs_left h3{
    margin: 32px 0px 36px 0px;
}
.dlgjs_left p{
    color: #808080;
    height: 118px;
       overflow: hidden;
}

.gcjgsyt_right{
    box-shadow: 0px 0px 7px rgba(0,78,162,.1);
    border: none;
    border-radius: 0px;
    padding: 0px;
}
.gcjgsyt_right h4{
    padding: 28px 0px; 
    font-size:20px;
}
.pt_dlggy{
    box-shadow: 0px 0px 7px rgba(0,78,162,.1);
    padding: 52px 30px 60px 30px;
}
.pt_cz_top{
    padding-bottom: 30px;
}
.pt_cz_top h3{
    margin: 0px;
    font-size: 16px;
}
.pt_cz{
    color: #000;
}
.pt_cz span{
    border-left: 4px solid #004ea2;
    padding-left: 10px;
    margin-right: 8px;
}
.pt_xingneng ul li{
    font-size: 16px;
    line-height: 68px;
       height:68px;
       overflow: hidden;
    color: #000;
    border-bottom: 1px dashed #dcdcdc;
}
.pt_xingneng ul li span{
    margin-right: 15px;
}
.product_bzc{
    margin-top: 40px;
}
.product_bzc h4{
    margin-top: 16px;
}
.product_bzc h4 span{
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 20px;
}
.pt_lb{
    padding: 0px 0px 52px 0px;
    margin-bottom: 124px;
}
.lb_bt,.lb_gdxh,.lb_bhtg{
    padding: 0px 5px;
}
.lb_gdxh h3,.lb_bhtg h3{
    background: #e3e7e8;
    margin: 40px 0px 18px 0px;
    padding: 14px 14px;
    color: #4d4e50;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}
.lb_bhtg h3{
    background: #004894;
    color: #fff;
}
.lb_bhtg h3 small{
    color: #fff;
    line-height: 30px;
}
.pt_lb1{
    padding: 0px 10px;
}
.table>thead:first-child>tr:first-child>th{
    border-top: 2px solid #e5e5e5;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border: 2px solid #e5e5e5;
    text-align: center;
    font-weight: 700;
    padding: 12px;
    vertical-align:middle;
}
.table-bordered>thead>tr>th{
    color: #004894;
}
.lb_bhtg ul{
    color: #fff;
    background: #004894;
    margin: 40px 0px 18px 0px;
}
.lb_bhtg ul li{
    padding: 20px 10px; 
    font-family: "黑体"；
}
.lb_chicun li{
    vertical-align:middle;
    padding: 0px 16px; 
}
.pt_xingneng div.pg_left>ul.list-paddingleft-2>li>p{
    line-height: 68px;
}
.pt_xingneng div>ul.list-paddingleft-2>li>p{
    line-height: 68px;
}
/*产品配件*/
.product_cppj{
    padding-bottom: 80px;
}
.product_cppj .media{ 
    background: #f7f7f7;
    margin:0px 0px 20px 0px;
}
.product_cppj .media img{
    border: 6px solid #eee;
}
.product_cppj .media h4{
    color: #004ea2;
    font-weight: 700;
}
.product_cppj .media p{
    color: #4d4d4d;
}
.product_cppj .media ul li{
    color: #000;
}
.pt_cppj_right{
    padding: 8px 20px;
}
/*产品优势*/
.cpys_style .thumbnail{
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 7px rgba(0,78,162,.1);
    padding: 30px 24px;
}
.cpys_style .thumbnail img{
    height: 128px;
}
.cpys_style .thumbnail .caption{
    padding: 0px;
}
.cpys_style .thumbnail .caption h4{
    padding: 0px 42px;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
    margin: 22px 16px;
    color: #4d4d4d;
}
.cpys_style .thumbnail .caption p{
    height: 128px;
    color: #4d4d4d;
    line-height: 21px;
       overflow: hidden;
 }
.cpys_lb{
    padding:25px 13px; 
    margin-bottom: 58px;
}

.pg_left-right .thumbnail .caption h4{
    padding: 0 22px;
}
/*解决方案*/
.solution_nav{
    padding:20px 0px 18px 0px;
}
.solution_nav .en-left-column{
    width: 17.666667%;
}

.solution_nav .en-right-column{
    width: 82.333333%;
}
.solution_nav .pt_nav_left li{
    line-height: 34px;
}
.solution_nav .pt_nav_right li{
    padding: 0px 0px 0px 48px
}
.solution_nav .pt_nav_right li a img{
   margin-right: 10px;
}
.solution_style{
    padding: 20px;
    margin-bottom: 20px;
}
.solution_style1{
    padding: 0px 0px 0px 20px;
}
.solution_style1 h4{
    color: #000;
    margin: 48px 0px 8px 0px;
}
.solution_style1 p{
    line-height: 30px;
    height: 237px;
    overflow: hidden;
}
.solution_style2{
    color: #000;
    padding: 0px 20px 0px 0px;
}
/*电力行业*/
.dlhy_style p{
    color: #999;
    line-height: 30px;
    padding: 14px 0px;
}
.dlhy_style1{
    padding: 20px;
    margin-bottom: 0px;
}
.dlhy_xgal .thumbnail{
    border: none;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0px 0px 7px rgba(0,78,162,.1);
    color: #000;
}
.dlhy_xgal .thumbnail h4{
    margin: 0px;
    padding: 18px 0px;
}
.dlhy_xgal .thumbnail:hover{
    color: #004ea2;
}
/*技术服务*/
.azgf_1{
    border-bottom: 1px solid #e6e6e6;
    margin: 46px 0px 70px 0px;
}
.azgf_1 span{
    position: relative;
    top: 14px;
    background: #fff;
    padding: 0px 20px;
}
.azgf_1 span img{
    margin-right: 15px;
}
.azqzb_1{
    padding: 32px 20px;
    border: none;
}
.kaigoucao p,.kaigoucao ul{
    background:url("../images/xiaofangkuai.png") no-repeat; 
    background-position-y: 6px;
    padding-left: 18px;
    line-height: 24px;
    margin: 28px 0px;
}
.psbz_style{
    padding-bottom: 110px;
}
.psbz_style .thumbnail{
    margin-left: -1px;
    border-radius: 0px;
    margin-bottom: 0px; 
}
.psbz_style .thumbnail h1{
    font-size: 72px;
    margin: 8px 0px 16px 0px;
    color: #e5e5e5;
}
.psbz_style .thumbnail p{
    height: 174px;
    overflow: hidden;
}
/*装卸规范*/
.zxgf_bt{
    color: #000;
    margin: 66px 0px 74px 0px;
}
.zxgf_bt span{
    display: block;
    width: 40px;
    height: 3px;
    position: absolute; 
    left: 50%; 
    margin-top: 20px;
    transform: translate(-50%, 0);
    background: #004ea2;
}
.zxgf_bt2{
    margin-bottom: 66px; 
    line-height: 32px;
    color: #000;
}
.gfyyq{
    display: flex;
    background: #fff;
    border: 1px solid #d2d2d2;
    height: 120px;
    padding: 0px 32px;
    border-radius: 120px;
    margin-bottom: 46px;
}
.gfyyq div{
    align-self:center;
}
.gfyyq .gfyyq_left{
    font-size: 18px;
    background: #004ea2;
    border-radius: 36px;
    color: #fff;
    text-align: center;
    padding:12px 8px;
    margin-right: 20px;
}
.gfyyq div p{
    
    color: #b3b3b3;
}
.gfyyq_lanxian{
    width: 36px;
    height: 1px;
    position: absolute; 
    right: -20px;
    top: 60px;
    background: #004ea2;
}
.zxgf_bottom .thumbnail{
    border-radius: 0px;
    background: #f7f7f7;
    border: none;
    border-top: 2px solid #004ea2;
    padding: 34px 8px 28px 8px;
}
.zxgf_bottom .thumbnail p{
    height: 52px;
    margin-top: 8px;
}
.zxgf_bottom img{
    border: none;
    margin-bottom: 0px;
}
/*技术指引*/
.jszy_xbt{
    background: #f2f2f2;
    padding: 18px 10px;
    color: #000;
}
.jszy_fg hr{
    margin: 0px;
    position: absolute;
    top: 3px;
}
.detail-news-title{
    font-size: 18px;
    font-weight: normal;
    position: relative;
    color: #000;
    margin: 32px 0px;
}
.detail-news-title::before{
    content: "";
    display: block;
    width: 60vw;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 8px;
}
.detail-news-title span{
    padding: 0 18px 0 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.jszy_1{
    border: none;
    background: #f2f3f5;
    padding: 40px 48px 8px 48px;
    border-radius: 0px;
}
.jszy_1 h4{
    line-height: 35px;
    margin: 0px;
    padding: 16px 38px;
    height: 96px;
    overflow: hidden;
}
.jszy_wd li{
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.jszy_wd li p span{
    position: absolute;
    left: 15px;
    padding: 3px 5px;
    font-size:100%;
    font-weight: normal;
}
.jszy_wd li p{
    padding-left: 34px;
    margin: 8px 0px;
}
.jszy_wd .jszy_wd_top span{
    background: #777;
}
.jszy_wd .jszy_wd_bottom span{
    background: #004ea2;
}
.jszy_zy1{
    padding-bottom: 24px;
}
.jszy_zy1 p{
    margin-top: 35px;
    color: #4d4d4d;
    line-height: 28px;
}
.jszy_zy1 .media-left{
    padding-right: 46px;
}
.jszy_zy2{
    border-top: 1px solid #e5e5e5;
}
.jszy_zy3{
    background: #f2f3f5;
    padding: 12px;
}
.jszy_zy3 p{
    color: #000;
    padding:  32px 18px;
    line-height: 28px;
}
/*新闻动态*/
.newsdt{
    padding-top: 30px;
}
.newsdt1{
    padding: 0px 10px;
}
.newsdt1 .thumbnail{
    padding: 0px;
    border: none;
    border-radius: 0px;
}
.newsdt1 .thumbnail:hover h4{
    color: #004ea2;
}
.newsdt1 .thumbnail .caption{
    padding: 0px 20px;
    height: 45px;
}
.newsdt1 .thumbnail .caption h4{
    font-size: 16px;
    margin: 18px 0px;
    font-weight: bold;
}
.newsdt1 .thumbnail h5{
    padding: 0px 20px 32px 20px;
}
.newsdt1 .thumbnail h5 img{
    margin-right: 11px;
    margin-bottom: 4px;
}
.pagination{
    margin: 52px 0px 82px 0px;
}
.pagination>li{
    line-height: 66px;
}
.pagination>li>a, .pagination>li>span{
    width: 66px;
    height: 66px;
    padding: 0px;
    border-radius: 46px;
    line-height: 66px;
    margin: 0px 20px 0px 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
}
/*新闻详情*/
.news_gdzx{
    padding: 10px 20px 10px 20px;
}
.news_gdzx h3{
    font-size: 20px;
}
.news_gdzx a p{
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 0px;
    margin-bottom: 18px;
}
.newsdt_left{
    padding: 36px 18px 30px 18px;
}
.newsdt_left1{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
}
.newsdt_left1 h3 {
    margin: 0px 0px 24px 0px;
    color: #000;
}
.newsdt_left1 h1 {
    margin: 0px 0px 24px 0px;
    color: #000;
    font-size: 24px;
}
.newsdt_left1 span img{
    margin-right: 10px;
    margin-bottom: 3px;
}
.newsdt_left1 ul li{
    font-size: 18px;
}
.newsdt_left2{
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 0px 36px 0px;
}
.newsdt_left2 p{
    line-height: 30px;
    margin-bottom: 24px;
    color: #000;
}
.newsdt_left3 ul{
    padding: 24px 0px;
}
.newsdt_left3 ul li{
    line-height: 30px;
}
/*经典案例*/
.case_jdal{
    padding: 28px 0px 32px 0px;
}
.case_jdal li{
    padding: 0px 10px;
}
.case_jdal .active a,.case_jdal li a:hover{
    color: #fff;
    background: #004ea2;
    border-color: #004ea2;
}
.case_jdal li a{
    display: block;
    color: #4d4d4d;
    border: 1px solid #dcdcdc;
    padding: 12px 30px;
}
/*关于我门*/
.about_1 .thumbnail{
    border: none;
    margin-bottom: 0px;
    padding: 24px 0px;
}
.about_1 .thumbnail h4{
    height: 36px;
}
.about_btgk{
    background: #f3f4f7;
    padding-bottom: 86px;
}
.about_btgk2{
    margin-top: 98px;
}
.about_btgk .about_btgk2{
    margin-top: 63px;
}
.about_btgk3 h3{
    color: #004ea2;
    font-size: 26px;
    margin: 42px 0px 68px 0px;
}
.about_btgk3 p{
    line-height: 30px;
    margin-bottom: 28px;
}
.about_btgk4{
    height: 196px;
    background: url("../images/about_btgk.png") no-repeat center;
    
}
.about_swiper1 .swiper-slide {
    text-align: center;
}
.about_swiper1 .swiper-button-prev,.about_swiper1 .swiper-button-next,.about_swiper2 .swiper-button-prev,.about_swiper2 .swiper-button-next{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #ffffff;
    border:1px solid #cdcdcd;
    color: #ccc;
    text-align: center;
    padding: 10px 0px;
}
.about_swiper1 .swiper-button-prev:hover,.about_swiper1 .swiper-button-next:hover,.about_swiper2 .swiper-button-prev:hover,.about_swiper2 .swiper-button-next:hover{
    background: #004ea2;
    border:1px solid #004ea2;
    color: #fff;
}
.about_swiper1 .swiper-button-prev,.about_swiper2 .swiper-button-prev{
    position: absolute;
    top: 70px;
    left: auto;
    right: 48px;
}
.about_swiper1 .swiper-button-next,.about_swiper2 .swiper-button-next{
    position: absolute;
    top: 70px;
    right: 0px;
}
.about_swiper1 .thumbnail{
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
}
.about_swiper1 .thumbnail p{
    border: 1px solid #eee;
    padding: 16px 8px;
}
.about_swiper2 .thumbnail{
    border-radius: 0px;
    padding: 0px;
}
.lxwm_right img{
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.lxwm_left{
    padding-top: 20px;
}
.lxwm_left .list-group-item{
    border: 0px;
    padding: 12px 0px;
    font-size: 16px;
    color: #000;
}
.lxwm_left .list-group-item img{
    margin-right: 15px;
}
/*招商加盟*/
.join_style1{
    padding: 42px 46px;
    overflow: hidden;
    height: 293px;
}
.join_style1 h3{
    color: #075295;
    font-size: 20px;
    margin: 0px 0px 30px 0px;
}
.join_style1 p{
    line-height: 32px;
}
.join_style2 .col_2{
    padding: 0px;
    height: 244px;
}
.join_style2 .col_2 h3{
    margin: 0px;
    font-size: 22px;
    color: #808080;
    text-align: center;
    position: absolute; 
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);
}
.join_style2 .join_style3{
    background: #004ea2;
    color: #fff;
    padding: 42px 6px 34px 12px;
}
.join_jmtj{
    background: #fff;
    border:1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 0px 12px 0px 18px;
    height: 180px;
    overflow: hidden;
}
.join_jmtj h3{
    color: #004ea2;
    margin: 42px 0px 18px 0px;
}
.join_jmtj p{
    color: #808080;
}
.join_jmtj h4{
    color: #000;
    line-height: 38px;
    height: 200px;
    overflow: hidden;
}

.join_jmtj2{
    background: url("../images/join_jmtj2.jpg");
    height: 380px;
}
.pg_left-right .join_jmtj2 h4{
    height: 200px;
    overflow: hidden;
}

.join_jmcx{
    height: 380px;
    padding: 0px 32px 0px 42px;
}
.join_jmcx h3{
    margin: 40px 0px;
}
.join_jmyx{
    padding: 32px 15px 60px 15px;
}
.join_jmyx .form-control{
    border-radius: 0px;
    height: 48px;
    box-shadow: none;
    border-color: #e5e5e5;
}
.join_jmyx .form-group{
    margin-bottom: 30px;
}
.join_jmyx .control-label{
    font-weight: normal;
    padding: 15px;
    font-size: 16px;
}
.jmyx_tj{
    border-radius: 0px;
    border: none;
    background: #075295;
    font-size: 16px;
    padding: 12px 88px; 
}
.text-box{
    display: none;
}
.join_style2 .pg_left-right .bg_fafafa:hover{
    overflow: hidden;
    background-color: #004893;
    padding: 14px;
    display: block;
}
.join_style2 .pg_left-right .bg_fafafa:hover .text-box{
    
    display: block;
    color: #fff;
}
.join_style2 .pg_left-right .bg_fafafa:hover .text-box p{  
    line-height:28px;    
}

.join_style2 .pg_left-right .bg_fafafa:hover h3{
    display: none;
}
/*人才招聘*/
.recruit_style{
    padding-right: 60px;
    padding-bottom: 60px;
}
.recruit_style h3{
    font-size: 20px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 14px;
}
.recruit_style h3 span{
    color: #e50000;
}
.recruit_style .list-inline li{
    margin-right: 24px;
}
.recruit_style ul{
    margin-top: 24px;
}
.recruit_style ul li{
    line-height: 24px;
}
.recruit_style ul li a{
    color: #004ea2;
}
.recruit_style2{
    margin-bottom: 38px;
}
.djckgd{
    border: none;
    font-size: 18px;
    padding: 16px 66px;
    background: #004ea2;
    margin: 18px 0px 108px 0px;
}
.djckgd:hover{
    background: #005bbd;
}
/*404*/
.cuowuyeimian{
    background: #f1f5f9;
    padding: 158px 0px 188px 0px;
}
.cuowuyeimian h2{
    margin:82px 0px 12px 0px; 
}
.cuowuyeimian h2 img{
    position: absolute;
    right: 15px;
    top: 65px;
}
.fhsy{
    border: none;
    background: #004ea2;
    padding: 10px 28px;
    border-radius: 50px;
    margin: 14px 0px 30px 0px; 
}
/*效果*/
.guize_xg{
    position: relative;
}
.text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.guize:hover .text{
    opacity: 1;
    transition: all 0s;
}

/*解决方案列表*/
.solution_style .solution_style1 p img{
    display: none;
}
/*联系我们百度地图*/
#tamMap{
    width: 650px;
    height: 350px;
}
@media (min-width: 1200px ) and (max-width: 1600px){
    .navbar-collapse.collapse{
        float: right;
    }
    .navbar-right{
        margin-right: -97px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-left: -97px;
    }
    .pc_nav li a{
        padding: 18px 15px 31px 15px;
    }
}
@media (min-width: 992px){
    .pc-index-pys{
        width: 20%;
    }
    .syly-width{
        width: 33.333333333%;
    }
    #solution_img{
        display: none;
    }
    .newsdt .container .row .newsdt1>a>img{
        height: 233.27px;
    }
    /*首页副标题*/
    .index_bt>span{
        color: #b6c0c6;
    }
     /*关于宝通*/
    p.about_btgk2 img{
        width: 501px;
        height: 279px;
    }
    /*招商加盟*/
    .en-lmdh-left{
        width: 20.333333%;
    }
    .en-lmdh-right{
        width: 78.666667%;    
    }
    .en-lmdh-right li{
                padding: 0px 0px 0px 26px;
       }
}
/*手机*/
@media (max-width: 900px){
}
@media (max-width: 750px){
    /*首页轮播*/
    .swiper-container .swiper-wrapper .swiper-slide img{
        height: 160px;
    }
    .col-md-12 .swiper-container .swiper-wrapper .swiper-slide img{
        height: auto;
    }
    /*手机banner*/
    .index_banner>img{
        height: 135px;
    }
    /*手机各页面标题*/
    .col-md-12 .dlgd_bt{
        font-size: 24px
    }
    /*手机导航栏*/
    .mp_nav li.dropdown ul.dropdown-menu{
        width: 100%;
        position: relative;
        background-color: transparent;
        float: none;border: none;
        padding: 0 0 0 15px;
        margin:0 0 -1 0;
        box-shadow: 0 0 0;
        border-radius:  0 0 0;
    }
    /*手机显示*/
    .pg_left-right .solution_style .sj-xs{
        display: block;
    }
    /*首页标题字体*/
    .index_title{
        font-size: 24px;
    }
    .index_text{
        font-size: 23px;
    }
    .index_toubu_zhanwei{
        height: 69px;
    }
    .field_mokuai .thumbnail h4{
        height: 76px;
              overflow: hidden;
    }
    .navbar-brand{
        padding: 15px;
    }
    .navbar-brand img{
       width: 260px;
    }
    .advantage .guize_xg,.advantage_text{
       padding: 32px 30px 36px 30px;
    }
    .news_gczx_nr{
        padding-bottom: 0px;
    }
    .news_gczx .media-object{
        width: 100px ;
    }
    .col_2{
        width: 50%;
    }

    .footer_right h4{
        width: 100%;
        margin-top: 40px;
        font-size: 14px;
    }
    .footer_left li{
        font-size: 12px;
    }
    .col-md-3 .footer_right li a{
        font-size: 12px;
    }
    .footer_jszc .text-right{
        text-align: left;
    }
    .footer_yqlj li{
        margin:10px 0px; 
    }
    .pt_nr_left,.pt_nr_right{
        padding: 0px 0px 30px 0px
    }
    .pt_nav_right{
        text-align: left;
    }
    .pt_nav_right li{
        padding: 12px 18px 0px 0px;
    }
    .pt_cz_top h3{
        margin: 18px 0px;
    }
    .pt_xingneng ul li{
        line-height: 24px;
        padding: 10px 0px;    
    }
    .lb_bhtg .pull-right{
        float: none!important;
    }
    .solution_nav .pt_nav_right li{
        padding: 12px 20px 12px 0px;
    }
    .solution_style1,.solution_style2{
        padding: 20px 0px 20px 0px;
    }
    .gfyyq_lanxian{
        display: none;
    }
    .about_btgk4{
        background-size: 240% !important;
        background-position-x: 40% !important;    
    }
    .en_about_btgk4{
       background-size: 270% 120% !important;
       background-position-x: 27% !important;  
    }

    .about_djckgd{
        margin-top: 0px;
    }
    .recruit_style{
        padding-right: 0px;
    }
    .case_jdal li a{
        margin: 12px;
    }
    /*首页h1标题的字体大小*/
    .index_bt{
        font-size: 24px;
    }
    .sj-hzdw{
       display: block; 
    }
    .index_bt text{
        font-size: 24px;
        position: relative;
        top: 2px;
    }
    /*联系我们百度地图*/
    #tamMap{
        width: 330px;
        height: 300px;
    }
    /*首页宝通产品*/
    .container .row .index-product1{
        width: 34%;
        padding-left: 3px;
        padding-right: 3px;
    }
    .container .row .index-product1 img{
        height: 179px;
    }
    .container .row .index-product1 a{
        margin-bottom: 0px;
    }
    .container .row .index-product1 a img{
        height: 186px;
    }
    .container .row .index-product1 p{
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        margin-top: 0px;
    }
    .container .row .index-product1 p img{
        height: 80%;
        margin-left: 6px; 
    }
    .container .row .index-product1 p img.mobile-yc{
        display: none;
    }
    .container .row .index-product2 a p img.mobile-yc{
        display: none;
    }

    .container .row .index-product2{
        width: 33%;
        padding-left: 3px;
        padding-right: 3px;
    }
    .container .row .index-product2 .product-a2{
        margin-bottom: 26px;
    }
    .container .row .index-product2 a{
        margin-bottom: 0px;
    }
    .container .row .index-product2 a>img{
        height: 80px;
    }
    .container .row .index-product2 a p{
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        margin-top: 0px;

    }
    .container .row .index-product2 a p img{
        width: 15%;
        margin-left: 6px;
        margin-top: -2px;
    }
    /*宝通产品电力管道*/
    .pt_xingneng div.pg_left>ul.list-paddingleft-2>li>p{
            line-height: 30px;
    }
    .pt_xingneng div>ul.list-paddingleft-2>li>p{
            line-height: 30px;
    }

    /*首页产品优势*/
    .pb_40{
        padding-bottom: 20px;
    }
    .advantage{
        padding: 0px 6px;
        margin-bottom: 15px;
    }
    .index_bt{
        padding: 32px 0px 14px 0px;
    }
    .en_index_bt{
        padding: 32px 0px 26px 0px;
    }

    .index_xbt{
        padding: 0px 0px 32px 0px;
    }
    .mobile_index_xbt{
        display: none;
    }
    .sj-index-pys{
        width: 20%;
    }
    .sj-index-pys .guize_xg, .advantage_text{
        padding: 6px 5px 6px 5px;
    }
    .sj-index-pys h4{
        height: 60px;
    }
    .sj-index-pys p{
        font-size: 12px;
        padding: 4px 0 0 0;
        -webkit-line-clamp: 5;
        height: 23px;
        line-height: 20px;
    }
    /*首页行业方案*/
    .bg_field {
        background: url(../images/bg_field.jpg);
    }

    /*首页视频*/
    .container .row .col-md-12 video{
        height: 265px;
    }
    /*首页领域工程*/
    .field_mokuai{
        width: 50%;
    }
    /*.field_mokuai .case_style p{
        -webkit-line-clamp: initial;
    }*/
    /*技术服务*/
    .sj-azqzb{
        width: 50%;
        height: 283px;
    }
    .en_pt_nav_left li {
        padding: 0px 2px;
        
    }
    /*解决方案*/
    
    .solution_nav .en-left-column {
        width: 100%;
    }
    .solution_nav .sj-pt-nav-right{
        font-size: 12px;
    }
    .solution_nav .sj-pt-nav-right li{
        padding: 12px 4px 12px 0px;
    }
    .solution_nav .sj-pt-nav-right li a img{
        height: 22px;
        width: 20px;
        margin-right: 6px;
    }
    .dlhy_style1>.solution_style2>img{
        margin-top: -50px;
    }
    .dlhy_xgal .thumbnail h4{
        height: 74px;
              overflow: hidden;
    }
    /*经典案例*/
    .solution_nav .sj-al-nav-right{
        font-size: 12px;
    }

    .solution_nav .sj-al-nav-right li{
        padding: 12px 1px 12px 0px;
    }
    .solution_nav .sj-al-nav-right li a img{
        height: 22px;
        width: 20px;
        margin-right: 6px;
    }
    .pagination{
        margin: 22px 0px 22px 0px;
    }
    .pagination>li{
        line-height: 46px;
        font-size: 12px;
    }
    .pagination>li>a, .pagination>li>span{
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius: 44px;
        margin: 0px 8px 0px 0px;
    }
    /*友情链接*/
    .footer_yqlj li{
        font-size: 12px;
        padding: 0 0 0 2px;
    }
    .footer_yqlj .sj-yc{
        display: none;
    }
    .sj-yc{
        display: none;
    }
    /*解决方案适用领域*/
    .syly-width{
        width: 33.33333%;
    }
    .jjfa-gdzx-yc{
        display: none;
    }
    /*宝通产品-电力管道*/
    .pt_cz_top h3{
        font-size: 16px;
    }
    .sj-lmdh-yc{
        display: none;
    }
    .pt_dlggy{
        padding: 32px 20px 40px 20px;
    }
    .container>.row>.col-md-12+div.btyl-img-1{
        width: 42%;
    }
    .container>.row>div.sj-pb_16{
        width: 29%;
        display: inline-block;
        padding: 0 5px 5px 5px;
    }
    .pg_left-right>.dlgjs_left>img{
        width: 23%;
    }
    .pb_16>img{
        width:100%;
        height: 140px;
    }
    .table-responsive::-webkit-scrollbar{
        -webkit-appearance: none;
        width: 6px;
        height: 6px;
    }
    
    .table-responsive::-webkit-scrollbar-thumb {
         border-radius: 8px; 
         border: 1px solid white; 
         background-color: rgba(0, 0, 0, .5);
    }
    /*产品优势*/
    .cpys_style .pg_left-right{
        width: 50%;
        float: left;
    }
    .cpys_style .thumbnail{
        padding: 15px 15px;
    }
    .pg_left-right .thumbnail .caption h4{
        padding: 0 6px;
    }
    .cpys_style .thumbnail .caption h4{
        line-height: 26px;
        height: 30px;
        margin: 6px 6px;
    }
    .container .cpys_style .thumbnail .caption p{
        height: 195px;
        line-height: 24px;
    }
    /*新闻列表*/
    .newsdt1 .thumbnail .caption{
        padding: 0 20px;
        height: auto;
    }
    .newsdt1 .thumbnail h5{
        padding: 0px 20px 25px 20px;
    }
    /*关于宝通*/
    .container .row .about_1{
        width: 20%;
    }
    .about_btgk4{
        height: 105px;
    }
    .about_btgk{
        padding-bottom: 30px;
    }
    .about_btgk3 p{
        margin-bottom: 20px;
    }
    .row .pb_40{
        padding-bottom: 6px;
    }
    .lxwm_left .list-group-item{
        line-height: 24px;
    }
    .about_1 .thumbnail .text-center{
        font-size: 12px;
    }
    /*招商加盟*/
    .join_jmtj{
        height: 110px;
    }
    .join_jmtj h3{
        margin: 10px 0px 10px 0px;
    }
    .pg_left-right .join_jmtj2{
        overflow: hidden;
        height: 380px;
    }
    .no_padding .pg_left-right .join_jmcx{
        height: auto;
        padding-bottom: 20px;
    }
    .join_style2 .pg_left-right .bg_fafafa{
        background-color: #004893;
        padding: 14px;
    }
    .join_style2 .pg_left-right .bg_fafafa .text-box{
        display: block;
        color: #fff;
    }
    
    .join_style2 .pg_left-right .bg_fafafa h3{
        display: none;
    }

    .join_style2>.pg_left-right>.col_2>img{
        height: 244px;
    }
    .join_style2 .pg_left-right .bg_fafafa{
        margin-bottom: 10px;
    }
    .join_style2 .pg_left-right .bg_fafafa .text-box {
        height: 214px;
        overflow: hidden;
    }
}   
.navbar-toggle{
    margin-top: 18px;
    border: none;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #004ea2;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
}

*{
    -webkit-user-select: none;
 -ms-user-select: none;
 user-select: none;
}