@charset "utf-8";
a{transition:.6s;}

/* 导航 */
.navbar-pull-all{overflow:hidden;width:1140px;margin:auto; padding: 15px 0;}
.header-right { font-size: 30px; }
.navbar-header{width:100%;margin:auto;float:none;}
 .head_box2 .container{width:80%;} 
.navbar-full {width:100%; background:#1c88ec;}
.navbar-full .collapse { margin:0 auto; width:1140px;}
.navbar-brand { padding: 29px 15px; height: auto; }
nav.navbar.bootsnav { border: none;}
.navbar-nav { margin-right:0px; float:right;}
nav.navbar.bootsnav ul.nav > li > a { color: #333;     text-transform: initial; padding:30px 20px; font-size:17px; font-weight:normal; }
nav.navbar.bootsnav ul.nav > li:hover { background: #0a6cb4; }
.navbar-nav>li {
    float: left;
    height: 80px;
}
.nav > li:after { content: ""; width: 0; height: 5px; background:#e0050e !important; position: absolute; bottom: 0; left: 0; transition: all 0.5s ease 0s; }
.nav > li:hover:after { width: 100%; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after { content: "\f105"; font-family: 'FontAwesome'; font-size: 16px; font-weight: 500; position: absolute; top: 36%; right: 3%; transition: all 0.4s ease 0s; transform: rotate(90deg); }
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after { content: "\f105"; transform: rotate(270deg); }
.dropdown-menu.multi-dropdown { position: absolute; left: -100% !important; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); border: none; }
@media only screen and (max-width:990px) {
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,  nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after { content: " "; }
.dropdown-menu.multi-dropdown { left: 0 !important; }
nav.navbar.bootsnav ul.nav > li:hover { background: transparent; }
nav.navbar.bootsnav ul.nav > li > a { margin: 0; }
}
nav.navbar.bootsnav{background:none;}
#headdiv {
    height: 80px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
     background:rgba(255,255,255,0.6);
  -moz-box-shadow:0px 6px 9px #0e0e0e3d;              
    -webkit-box-shadow:0px 6px 9px #0e0e0e3d;          
    box-shadow:0px 6px 9px #0e0e0e3d;  
}
.head_title_logo{margin:5px 0;float:left;}
.head_title_logo img{height:70px;}
.nav>li:last-child{display:none;}
nav.navbar.bootsnav ul.nav > li:hover {background:none;}
/* .dropdown:hover a.dropdown-toggle {color:#fff !important;} */
.lan_tel{float:right;font-size:20px;    color: #e0050e;font-weight:bold;background:url(../images/rty.png) no-repeat 0 center;padding-left:40px;height:80px;line-height:80px;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #004ea1;
    color: #fff;
}

 .head_lan {
    width: 140px;
    position: relative;
    border: 1px solid #004ea1;
    padding: 0px 10px;
    border-radius: 30px;
    transition: all .5s ease;
   float:right;
       margin-top: 20px;
    background: #004ea1;
   
}
 .head_lan:hover{background: #30386b;}
.lan_con {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
   cursor:pointer;
}
.head_lan .lan_tit {
    width: auto;
    line-height: 36px;
    display: flex;
    align-items: center;
  color:#fff;
}
.lan_tit span{margin:0 8px;}
 .lan_list {
    display: flex;
    width: 120px;
    background: #fff;
    padding: 3px 0px 10px 0px;
    position: fixed;
    z-index: 99;
    top: 70px;
   text-align:center;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    /* visibility: hidden; */
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column;
}
.lan_list a{font-size:15px;line-height:25px;}
.lan_list a:hover{color:#e30310;}
.head_lan .cur{opacity: 1;
transform: translate(0,0px);
visibility: visible;
}
.head_lan .lan_list i {   
    display: inline-block;  
  font-size:30px;
  color:#fff;
  margin-top:-16px;
  text-align:center;
}
 .head_lan .lan_list .iconfont:before {
    content: '\e6c8';
    color: #fff;
    position: absolute;
    font-size: 24px;
    width: 100%;
    top: -5px;
    text-align: center;
}
.lan_tit i {color:#fff;font-size:20px;}


/* 轮播 */

.ibanner .img { height: 860px; background-size: cover; background-position: center; } /* 高度 */
#uu{height:500px;}
.page-banner{height:500px;background-position: center;}
#uu .ny{height:500px;background-size: cover;background-position: center;}
.ibanner .slick-arrow{font-size:60px; position:absolute; top:50%; z-index:2; height:58px; margin-top:-29px; line-height:58px; width:80px; text-align:center; padding:0px; border:none; color:rgba(255,255,255,1); opacity:0; border-radius:50%; cursor:pointer;}
.ibanner .slick-prev{ left:30px;}
.ibanner .slick-next{ right:30px;}
.ibanner:hover .slick-arrow{ opacity:1;}

.ibanner .slick-dots{ position:absolute; margin-left:-15px; left:50%; bottom:28px;}
.ibanner .slick-dots li{ float:left; margin:0 6px;}
.ibanner .slick-dots li button{ display:block; border:none; padding:0px; width:32px; height:7px; text-indent:-99px; overflow:hidden; background:rgba(255,255,255,0.5); box-shadow:0 0 5px rgba(0,0,0,0.3); box-sizing:border-box; border:none;}
.ibanner .slick-dots li.slick-active button{ background:rgba(255,255,255,1);}

.ibanner .swiper-pagination{ bottom:28px;}
.ibanner .swiper-pagination-bullet{ width:15px; height:15px; border-radius:15px; background:rgba(255,255,255,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.3); opacity:1;}
.ibanner .swiper-pagination-bullet-active{ background:rgba(0,75,189,1);}
.ibanner .slick-arrow i { font-size: 50px; }
#catapage .img {
    height: 450px;
    background-size: cover;
    background-position: center;
}


/* 内页 */
.page-body { margin: 20px auto 50px; }
.page-l-tit { padding: 10px 0 10px 60px; background: rgb(52, 129, 221) url(../images_public/page_tb_01.png) 3px 7px no-repeat; color: #fff; }
.page-l-tit h3 { margin-top: 0; margin-bottom: 5px; }
.page-l-tit p { font-size: 12px; margin-bottom: 0; }
.page-l-clist { border: 1px solid #ddd; border-top:none;}
.page-l-clist ul { padding:15px; }
.page-l-clist li { height: 40px; line-height: 40px; text-align: center; font-size: 16px; border-bottom: 1px solid #ddd;z-index:5; }
.page-l-clist li a:hover { display: inline-block; width: 100%; height: 40px; color: #fff; background: #3481dd; }
.page-body .sec-tit { margin-top: 15px; }
.left-news li { border-bottom:1px dotted #ccc;}
.left-news li h5 { line-height:14px; text-align:left;}
.sec-tit { border-bottom: 1px solid #e5e5e5; height:45px; line-height: 45px;background:#0066c6;border-radius:10px 10px 0 0;padding:0 15px; }
.sec-tit h2 { float: left; margin-top: 0; margin-bottom: 0; font-weight: bold; font-size:17px; color: #fff;border:0; height:45px; line-height: 45px; }
.sec-tit span { font-size: 18px; color: #e5e5e5; margin-left: 10px; }
.sec-tit h5 { float: right; margin-top: 12px; margin-bottom: 0; }
.sec-tit h5 i { margin-left: 5px; width: 14px; height: 14px; border-radius: 14px; background:#f9a67f; color: #fff; text-align: center; display: inline-block; font-style:normal; line-height:11px;}
.sec-tit h5 a { display: inline-block; padding: 2px 3px; border-radius: 3px;color:#fff; }
.sec-tit h5 a:hover { background: #F3BA15; color: #fff; }
.sec-tit h5 a:hover i { background: transparent; background:none !important; }
.crumbs-item { line-height: 32px; border-bottom: 3px double #d7dbdf; overflow:hidden;  margin-bottom:10px;}
.page-content { font-size: 16px; padding-top: 15px; padding-bottom: 15px;line-height:30px; }
.page-content img {max-width:100% !important; height:100% !important;}
.page-detail img {width: auto !important;}
.page-plist { margin-top: 15px; }
.page-plist > div { margin-bottom: 10px; }
.page-plist > div h5 { text-align: center; }
.page-alist { margin-top: 15px; }
.page-alist .col-md-4 { padding:0 10px;}
.page-alist .col-md-4 h5 { height:15px; line-height:15px; overflow:hidden; float:left;display:block; width:100%;}
.page-alist li { clear:both; overflow:hidden; padding-bottom: 15px; padding-top: 15px; border-bottom: 1px dotted #ddd; }

.page-alist .page-adate { float: left; width: 70px;height:70px; text-align: center; color:#fff; margin-right: 15px;     background: #0066c6; }
.page-alist .page-adate h3 { font-weight: bold; margin-top: 14px; margin-bottom: 0; }
.page-alist .page-adate p { margin-bottom: 5px;line-height: 25px; }

.page-alist .page-atit p { font-size: 12px; color: #999; margin-bottom: 0;    line-height: 22px; }
.page-alist .page-atit a { color: #333; }
.page-alist .page-atit a:hover { color: #f00; }
.page-con-tit { border-bottom: 1px dotted #ddd; margin-bottom: 15px; }
.page-con-tit h3 { text-align: center; }
.page-con-tit .haiofn { text-align: center; color: #999; line-height:28px;font-size:12px;}
.page-con-tit .haiofn .bdsharebuttonbox { float:right;}
.page-con-tit .haiofn span{ text-align: center; color: #999; padding-left:10px; }
.page-summary { border: 1px solid #ddd; border-radius: 4px; background: #f7f7f7; padding: 15px; margin-bottom: 15px; color: #666; }
.page-detail { padding:10px 0; font-size:16px; line-height:30px;}
.page-detail img { max-width:100% !important; height:auto !important;}
.tags { clear:both; padding:10px 0; border-top:1px dotted #ccc;border-bottom:1px dotted #ccc; margin:10px 0;}
.tags a { margin:0 1%; display:inline-block; padding:0 0.5%; color:#337ab7;}
.layer2{display:none;}
.layer1:hover .layer2{display:block;}
.page-con-tit h1{margin:0 0 15px;font-size:24px;}

.prodescription,.page-summary{display:none;}

.zoomPad { position: relative; float: left; z-index: 99; cursor: crosshair; }
.zoomPreload { -moz-opacity: 0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align: center; background-image: url(../images_public/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index: 110; width: 90px; height: 43px; position: absolute; top: 0px; left: 0px;  * width:100px; * height:49px;}
.zoomPup { overflow: hidden; background-color: #FFF; -moz-opacity: 0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index: 120; position: absolute; border: 1px solid #CCC; z-index: 101; cursor: crosshair; }
.zoomPup img { width:299px; height:200px;}
.zoomOverlay { position: absolute; left: 0px; top: 0px; background: #FFF; /*opacity:0.5;*/z-index: 5000; width: 100%; height: 100%; display: none; z-index: 101; }
.zoomWindow { position: absolute; left: 110%; top: 40px; background: #FFF; z-index: 6000; height: auto; z-index: 10000; z-index: 110; }
.zoomWrapper { position: relative; border: 1px solid #999; z-index: 110; }
.zoomWrapperTitle { display: block; background: #999; color: #FFF; height: 18px; line-height: 18px; width: 100%; overflow: hidden; text-align: center; font-size: 10px; position: absolute; top: 0px; left: 0px; z-index: 120; -moz-opacity: 0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage { display: block; position: relative; overflow: hidden; z-index: 110; }
.zoomWrapperImage img { border: 0px; display: block; position: absolute; z-index: 101; }
.zoomIframe { z-index: -1; filter: alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position: absolute; display: block; }

.img-inner img{height:auto;}

/* 标题 */
.bt{text-align:center;margin-bottom:30px;}
.bt h2{font-size:35px;color:#0066c6;font-weight:bold;margin:0;}
.bt span{color:#666;font-size:16px;}
.bt div{height:5px;width:80px;margin:10px auto 10px;background:#dd2a42;}


.more{display:block;height:45px;line-height:45px;width:180px;text-align:center;background:#dd2a42;color:#fff;font-size:15px;margin:15px auto 0;}
.more:hover{background:#134398;color:#fff;text-indent:20px;}

/*关于我们*/
.gywm{padding:45px 0;background:url(../images/dd_bg.png);border-bottom:1px solid #f2f2f2;}
.jj_nr{margin:25px 0;font-size:16px;line-height:32px;}
.gywm ul{background-color: rgba(255, 255, 255, 1);box-shadow: 0 0 20px rgb(0 0 0 / 8%);margin-top:50px;}
.gywm li{text-align:center;float:left;width:25%;margin:15px 0;border-right:1px solid #f4f4f4;}
.gywm li i{display:block;width:110px;height:110px;background:#134398;text-align:center;padding-top:15px;border-radius:50%;border:5px solid #5993fa;margin:0 auto 10px;}
.gywm li i img{width:65px;}
.gywm li a p{color:#666;font-size:18px;margin-top:10px;}
.gywm li a:hover p{color:#f00;}
.wh_img img{width:100%;}
.wh_img {margin-bottom:25px;}
.gywm .more{margin:0;}
/* 数字滚动 */
.digital{width: 100%;height: 200px;background-color: #0066c6;}
.mumping_mun {border-right: 1px solid #eaeaea;height: 200px;}
.mumping_mun li{width:25%;height:200px;display:block;border-left: 1px solid #eaeaea;padding:25px 3% 0;float:left;}
.mumping_mun{list-style: none;}
.mumping_mun p{font-size: 18px;width: 100%;display: block;clear: both;text-align:center;color:#fff;}
.mumping_mun h2{font-size: 45px;margin-bottom: 20px;text-align:center;color:#fff;}
.mumping_mun h2 span{font-size:25px;}
.mumping_mun h3{font-size:20px;color:#094792;margin-top:0;}
.mumping_mun li .r_r {position: relative;}
.mumping_mun li .r_r::after{content: '+';position: absolute;font-size: 30px;bottom:15px;}


/* 产品中心 */
.zyyw{/* background: #f0f0f0; */padding:45px 0 55px;}
.cp_ls{height: 60px;line-height: 60px;background:#fff;margin:0 0 20px;border:1px solid #ddd;border-left:0;}
.cp_ls h2{height:60px;padding:0 20px;background:#0066c6;color:#fff;font-size:20px;float:left;margin:0;line-height: 60px;}
.cp_ls a{font-size:16px;border-right:1px solid #ddd;padding:0 25px;color:#666;}
.cp_ls a:hover{color:#eb5307;}
.cp_ls a:last-child{border:0;}
 .product_href a{border-radius:0;margin:5px;border-color:#0f60cc;}
.product_href a:hover{background:#f11813;border-color:#f11813;}
 .product_content{} 
.product_content .pro_img{height:260px;margin-bottom:5px;border:1px solid #ddd;background:#fff;overflow:hidden;}
.product_content img{width:auto;max-width:100%;height:260px;transition:.6s;}
.product_content li:hover .pro_img img{transform:scale(1.1)}
.product_content p{font-size:16px;margin-bottom:10px;}
.product_content li:hover p {color: #eb5307;}
.product_href a:hover{background:#f00;}

/*广告 */
.gg{  background: url(../images/bg2.jpg) no-repeat center bottom ; padding:50px 0;text-align:center;color:#fff;}
.gg p{font-size:16px;}
.gg h2{margin:15px 0;font-size:35px;font-weight:bold}
.gg a{display:block;width:180px;border:1px solid #fff;color:#fff;font-size:16px;height:50px;line-height:48px;margin:30px auto 0;}
.gg a:hover{background:#fff;color: #0066c6;;}


/* 案例 */
.gcal{padding:45px 0;}
.portab .item .ar_2{background:#4073cc;font-size:16px;}
.portab .item .ar_1 .img-auto {width: 100%;height: 220px;display:block;line-height:200px;}
.portab .item .ar_1:hover .img-auto{border-color:#ca0000;}
.portab .item .ar_1 img{transition: 0.6s;}
.portab .item .ar_1:hover img{transform: scale(1.1);}
.portab .item:hover .ar_2{background:#ca0000;}
.portab{margin-top:10px;}
.product_href{margin-bottom:0;}
.product_href a{border-color:#008c17;}
.product_href a:hover{background:#008c17;}


/* 优势 */
.youshi{padding:80px 0;background:url(../images/dd_bg.png);border-top:1px solid #cac9c9;}
.w50{width:50%;height:378px;}
.box{padding:80px 35px 0;background:#efefef;}
.box h2{font-size:28px;margin:0 0 15px;color:#0c57b4;}
.box p{font-size:16px;line-height:28px; margin-bottom:25px;}
.hx{width:100px;height:2px;background:#666;}
.ima{overflow:hidden;}
.ima img{width:100%;}
.w25{width:25%;height:378px;}



/* 企业文化 */
.qywh{width:100%;background:url(../images/bj22.jpg)no-repeat center center;}
.qywh_l{width:45%;float:left;}
.qywh_l img{width:100%;}
.qywh_r{width:55%;padding:100px 5% 0;float:right;height:auto;/* background:url(../images/about1_01.png)no-repeat bottom center */}
.ui{color:#333;font-size:35px;padding-bottom:20px;}
.ui div{width:80px;
    height: 4px;
    border-radius: 4px;
    background: #005bab;
    display: block;
    margin: 35px 0 0.95rem;}
.qywh_r p{font-size:20px;line-height:36px;}




/* 新闻展示 */
.news_bg {background: #fff;padding: 45px 0;}
.xw_ls{text-align:center;margin:0 0 30px;}
.xw_ls a{display:inline-block;padding:0 45px;height:45px; line-height:43px;font-size:16px;border:1px solid #0066c6;margin:0 15px;}
.xw_ls a:hover{background:#0066c6;color:#fff;}
.news_list li{background: #fff;padding:10px;height:110px;}
.news_list li:hover{background:#0066c6;}
 .news_article a{color:#333;}
.news_bg .gd{margin:0 auto;}
.news_contact .news_title{margin-left:0;padding:0;}
.news_title p{font-size:15px;height:55px;}
.news_contact{margin-bottom:30px;background: #f4f4f4;padding:0;}
.news_contact .news_img{display: block;height:365px;width:100%;}
.news_article p{font-size:14px;line-height:25px;height:auto;}
.news_date{width:90px;height:90px;border-right:1px solid #e8e8e8;background:none;color:#333;}
.news_article{margin-left:110px;}
.news_date h5{font-size:30px;padding-top:15px;}
.news_list li:hover .news_date{color:#fff;} 
.news_list li:hover .news_article p{color:#fff;}
.news_list li:hover .news_article a{color:#fff;}
.news_title h3 a:hover{color:#f00;}
.news_info{margin:0;padding:15px;}


/* 页尾 */
footer { background:#07458e; color: #fff;padding:40px 0 20px; }
footer a { color: #ccc; }
.footer-copyright {text-align:center;padding:10px 0;margin-top:20px;border-top:1px solid #fff;}
.f0_bt{margin-bottom:20px;}
.f0_bt h2{margin:0;}
.f0_bt p{font-size:18px;font-weight:700;}
.lxfs{font-size:14px;line-height:28px;margin-bottom:15px;}
.ewm {width:50%;text-align:center;float:left;text-align:center;}
.ewm img{width:120px;}
.ewm p{margin-top:5px;font-size:12px;}
.nav_foot{}
.nav_foot span{margin-right:8px;}
.nav_foot{width:60%;margin:0 auto;}
.nav_foot p{display:block;width:50%;float:left;font-size:14px;line-height:28px;text-align:center;}
.nav_foot a{color:#fff;}
.nav_foot a:hover{color:#f00}
.dz li{margin-bottom:10px;font-size:14px;}

.lxfs{}
.lxfs li{width:50%;float:left;}


/* 返回顶部 */
.gototop{width:40px;height:40px;z-index:9999999999; position: fixed; bottom: 60px; right: 15px;}
.gototop:hover{background-position:-503px -42px;-webkit-transition:0.5s;}
.gototop i { font-size: 36px; }

.mobile-footer{display:none;}

.app{display:none;}
/* @media (min-width: 1599px){
  .head_box2 .container{width:100% !important;}
  .qywh_r{height:auto;}
  .ima img{height:100%;}
  
}
 @media (max-width: 1200px){ 
   .nav.navbar.bootsnav ul.nav > li > a{padding:30px 5px;font-size:15px;}
  .navbar-nav{margin-right:20px;}
  .head_title_logo img {height: 40px;}
   .head_box2 .container{width:100% !important;}

}  */
.w80{width:80%;}
@media screen and (max-width: 993px) and (max-width:1800px) {
	.mobile-footer { display: none; }
  nav.navbar.bootsnav ul.nav > li > a{font-size:14px;padding:30px 10px;}
  .head_title_logo img{margin-top:15px;}
  .mobile-footer{display:none;}
  .lxa h2{font-size:22px;}
  .ema_1 .ewmb-1{margin-left:0;}.w80{width:100%;}


}

@media (max-width: 1600px){
 .head_box2 .container{width:100%;}
}
@media (max-width: 992px){
    body.side-right{overflow: hidden;}
    body nav.navbar.bootsnav .navbar-toggle{margin-right: 0;}
    body.side-right nav.navbar.bootsnav .navbar-toggle{float: right !important; margin-top: 12px; margin-right: 15px;}
    nav.navbar.bootsnav.navbar-mobile ul.nav,body nav.navbar.bootsnav .navbar-nav > li > a{border-top: none;}
    body nav.navbar.bootsnav .navbar-toggle { margin-top: 12px; margin-right: 15px; padding: 0 8px; border: 1px solid #666;}
    body.side-right > .wrapper{margin:0 !important;}
    body nav.navbar.bootsnav.navbar-mobile .navbar-collapse{width: 100%;height:auto !important;left: 0;top:-100%;}
    body nav.navbar.bootsnav.navbar-mobile .navbar-collapse{max-height:340px;}
    body nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in{top:72px;}
    body nav.navbar.bootsnav.navbar-mobile ul.nav{width: 100%; margin:0;padding: 0;}
  nav.navbar.bootsnav .navbar-nav > li a{padding:0 15px;}
    body nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{padding: 0 !important;}
  .app{display:block;}
  .pc{display:none;}
 
  .w80{width:100%;}
  
  
  .ibanner .img{height:500px;}
   .ibanner .img img{height:500px;}

  /* 导航 */
 nav.navbar.bootsnav.navbar-mobile .navbar-collapse {position:static;!important;}
	   .navbar-pull-all { width: 80%; padding-top: 0; height: 50px; margin: 15px 0 0 15px; }
	   .navbar-pull-all .xs-logo img { height: 30px; }
	   nav.navbar.bootsnav ul.nav > li > a { color:#000}
	   #headdiv{position:inherit;height:60px;}
	  .head_box2{position:inherit;}
	  .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{color:#333;}
	  body nav.navbar.bootsnav .navbar-toggle{margin:10px 15px 7px 0;}
	  body.side-right nav.navbar.bootsnav .navbar-toggle{margin:10px 15px 7px 0;}
	  .navbar-toggle{color:#333;}
	  nav.navbar.bootsnav {
	    background: #fff;
	   } 
	 .head_box2 nav.navbar.bootsnav ul.nav > li > a{height:45px;line-height:45px;font-size:16px;color:#333;}
	  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a{padding:0 15px;}
  body nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li{background:#fff;}
  body nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li a{padding:0 15px;}
	  .navbar-nav>li{height:auto;}
	  .head_title_logo img{height:35px;}
	  .navbar-brand{padding:10px 15px;}
	  .head_img_bg img{height:38px;}
	  
  .bt{margin-bottom:20px;}
  .bt h2{font-size:25px;}
  .bt span{font-size:14px;}
  .gywm li i{width:60px;height:60px;padding-top: 10px;}
  .gywm li i img {width: 28px;}
  .gywm li p{font-size:14px;}
  
  
  
 /*  数字滚动 */
   .digital{height:auto;}
  .mumping_mun li{width:25%;height:auto;padding:25px 0;}
  .mumping_mun p{font-size:12px;line-height:20px;}
  .mumping_mun h2{margin:10px 0;font-size:20px;}
  .mumping_mun{height:auto;}
  .mumping_mun h2 span {font-size: 13px;}
  .mumping_mun li:first-child{border:0;}
  .mumping_mun{border:0;}
  
  /* 产品中心 */
   .cpzs{padding-top:35px;}
  .cpzs .container{width:100%;}
  .product_content .pro_img{height:180px;}
  .product_content img{height:180px;width:auto;max-width:auto;}
  .cp_ls h2{font-size:16px;height:35px;line-height:35px;}
  .cp_ls{height:auto;line-height:35px;border:0;}
  .cp_ls a{padding:0 10px;}
  
  /* 案例 */
   .gcal{height:auto;}
  .portab .item{margin-bottom:15px;}

  /* 我们的优势 */
  .youshi{padding:40px 0;}
  .box{padding:25px;}
  .w50{height:auto;width:100%;}
  .w25{width:50%;height:200px;}
  
  
  /* 企业文化 */
  .qywh{background-position:right bottom;}
   .qywh_r{width:100%;padding:0 15px;height:auto;padding-bottom:25px;}
  .qywh_l{width:100%;}
  .qywh_l img{width:100%;}
  .ui div{margin:10px 0;}
  .ui{font-size:26px;margin:15px 0;padding:0;}
  
  
  .accordion{width:100%;}
  
  .hyyy .carousel{height:auto;}
  .carousel-inner p{display:block;position:absolute;left:0;bottom:0;height:45px;line-height:45px;background:rgba(0,0,0,0.5);width:100%;color:#fff;padding:0 10px;}
  
  .box h2{font-size:24px;}
  .box h2 span{font-size:35px;}
  .box_nr{font-size:14px;line-height:26px;}
  .box_l{width:100%;}
  .box_l img{width:100%;}
  .box_r{width:100%;}
  .hz{padding:10px;}
  .box_r img{width:100%;}
  
  
 
  /* 新闻 */
  .news_bg{padding:30px 0;}
  .w9{width:100%;}
  .xw_ls{margin-bottom:20px;}
  .news_list li{margin:0 0 18px;}
  .xw_ls a{    padding: 0 37px;height:35px;line-height:33px;}
  .xinwen .container{width:100%;}
  .xinwen{padding-top:40px;    background: url(../images/bg2.jpg) no-repeat center -176px;}
  .news_info{margin-bottom:15px;}
  .news_list_box .col-md-3:last-child{display:none;}
  
  
  
  
  
  .yj{font-size:12px;text-align:center;margin-bottom:50px;background:#004ea1;height:45px;line-height:45px;color:#fff;}
  
  .nav>li:last-child{display:block;}
  
  .page-con-tit h1{font-size:18px;margin:0;}
  .page-alist .page-atit p{height:4.5rem;}
  
  
   /* 内页 */
   #myscroll, #myscrolla{margin:25px auto;width:76%;}
  .product_detail .img{left:0;width:100%;overflow:hidden;height:auto;}
  .product_detail .img img{height:250px !important;width:auto !important; }
  .page-alist .page-atit p{    height: 4rem;}
  .page-content .zoomPad img {
    max-width: auto !important;
    height: 250px !important;
    width: auto !important;}
  .page-content{padding:0;}
  .img-inner{display:block;width:100%;line-height:130px;}
  
  
  /* 页脚 */
  footer{margin-bottom:50px;}
  
  
}

@media (max-width:768px) {
	/* 导航 */
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse {position:static;!important;}
	.navbar-pull-all { width: 80%; padding-top: 0; height: 50px; margin: 15px 0 0 15px; }
	.navbar-pull-all .xs-logo img { height: 30px; }
	nav.navbar.bootsnav ul.nav > li > a { color:#000}
	/* 轮播 */
	.ibanner .img { height: 240px; }
  .page-banner{height:150px;background-size: cover;background-position: center;}
    #uu{height:150px;}
#uu .ny{height:150px;background-size: cover;background-position: center;}
  .ibanner .swiper-pagination-bullet{width:10px;height:10px;}
  .ibanner .swiper-pagination{bottom:10px;}
  #catapage .img{height:200px;}
  
  /* 关于我们 */
  .gywm{padding:30px 0;}
  .gywm li a p{font-size:16px;}
  .gywm li img{width:50px;}
  

  
  
  /* 产品中心 */
  .product_content .pro_img{height:130px;line-height:110px;}
  .product_content img{height:130px;}
  .product_content p{font-size:14px;display: inline-block;white-space: nowrap; width: 100%; overflow: hidden;text-overflow:ellipsis;}
  
  /* 广告 */
  .gg{padding:30px 15px;}
  .gg h2{font-size:25px;}
  .gg p{font-size:12px;}
  .gg a{font-size:12px;height:35px;line-height:33px;margin-top:20px;}

  
  
  
  /* 案例 */
  .portab .item .ar_1 .img-auto{height:150px;line-height:130px;}
  
  /* 优势 */
  .w25{height:230px;padding:15px;}
  .box h2{font-size:18px;}
  .box p{font-size:14px;line-height:24px;}
  
  /* 企业文化 */
  .qywh_r p{font-size:16px;}
  
  /* 新闻 */
  .news_contact .news_img{height:200px;}
  .news_title p{height:47px;}
  .news_list li{margin-bottom:0;}
  
  
	/* 手机端底部导航 */
	.mobile-footer { display: block; background: #303030; display: flex; width: 100%; height: 50px; position: fixed; z-index: 999; bottom: 0; left: 0; }
	.mobile-footer a { flex: 1; color: #fff; text-align: center; }
	.mobile-footer a i { font-size: 22px; padding: 4px 0; }
	.mobile-footer a h5 { margin: 0; }

	/* 手机端走马灯处理 */
	.swiper .ar_1 { width: auto; }
}