@charset "utf-8";
.app{display:none;}

/*状态栏*/
.welcome {
    height: 30px;
    border-bottom: 1px solid #D8D8D8;
    min-width: 1200px;
    font-size: 13px;
   color: #ffffff;
    background-color: #0092bc;
    line-height: 30px;
}

/* 导航 */
.navbar-pull-all{overflow:hidden;width:1140px;margin:auto; padding: 6px 0;}
.header-right { font-size: 30px; }
.navbar-header{width:100%;margin:auto;float:none;}
.navbar-full {width:100%; background:#fff;    padding-bottom: 20px;}
.navbar-full .collapse { margin:0 auto; width:1140px;}
.navbar-brand { padding: 29px 15px; height: auto; }
nav.navbar.bootsnav { border: none;}
.navbar-nav { float: left;padding-top: 18px; }
nav.navbar.bootsnav ul.nav > li > a { color: #292929; text-transform: uppercase; padding: 8px 29px; font-size:16px; font-weight:normal; margin-bottom: 0px;}
nav.navbar.bootsnav ul.nav > li:hover { background: #0092bc;border-radius: 44px; }
nav.navbar.bootsnav ul.nav > li > a:hover{color:#fff;}
.nav > li:after { content: ""; width: 0; height: 5px; background: none !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: 20%; right: 15%; 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; }
}

/**手机导航的按钮 **/ 
  body nav.navbar.bootsnav .navbar-toggle{margin-top: 12px;margin-bottom: 15px;margin-right: 5px; padding: 4px 8px;background: #085194;border:1px solid #30a754;color:#fff;}   

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {position:static;!important}
 
  
  .iconlist li{width: 33%;margin: 0 0% 0;padding: 3% 0% 0;}
  .iconlist li a .ficon{width: 100px;background:#0092bc;line-height: 85px;height: 85px;}
  .iconlist li a .ficon i{font-size: 36px;}
  .iconlist li a p{font-size: 15px;}
   
  .row_lt .row{margin: 10px auto 0;}  
  .row_lt{height:670px;overflow: hidden;padding: 0px 0px 5px;}
  .tielse .tt{font-size: 22px;height: 40px;line-height: 40px;}
  .tielse .ms{font-size: 14px;line-height: 24px;}
  .product_content {margin: 10px 10px 10px;}
  
  
  .gywm {background:#30a754;}
  .aboutus .idx_about h3{font-size: 22px;line-height: 30px;}
  .idx_about .ab_title {padding: 0px 0 5px;}
  
  .yst_bt{font-size: 22px;}
  .ys_img img , .ys_img2 img {width: 94%;margin: 0px 12px;}
  .ys_img2 img{margin-top:30px;}
  .adv1_dh{font-size: 20px;white-space: normal;padding: 22px 20px 0px;}
  .bz_bg{background:#fff;margin: 0px 0px 25px;height: auto;}


/* 轮播 */
.ibanner .img { height: 666px; 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; }

/*搜索栏*/
.rowlist {
    height: 45px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;}
.rowlist .lae {
   font-size: 14px;
    height: 16px;
    line-height: 45px;
    color: #838383;}
.rowlist .lae p i.fa {
    font-size: 24px;
    color:#fe9900;
    margin-right: 10px;
}
.searchbox .keywords {
    color: #777;
    font-size: 14px;
    margin-top: -4px;
    width: 150px;
    height: 26px;
    line-height: 36px;
    border: 1px solid #e8e8e8;
    background-color: #e8e8e800;
   /*  border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;  */
}
.submit {
    margin: -4px 0px 0 -4px;
    width: 50px;
    height: 26px;
    line-height: 24px;
    background: #0092bc;
    border: none;
    color: #fff;
    /*  border-top-right-radius: 20px; 
         border-bottom-right-radius: 20px;  */
}

/*标题*/
.title {
    margin-top: 20px;
}
.i_t {
  overflow: hidden;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 0px;
    font-size: 30px;
    color: #0092bc;
    line-height: 40px;
    /* font-weight: bold; */
  font-family: 微软雅黑;
}
.i_t p {
    background: url(../images/) center top no-repeat;
    overflow: hidden;
    color: #666666;
    font-size: 20px;
    font-weight: normal;margin-bottom: 20px;
}

/*标题2*/
.title2 {
    margin-top: 20px;
}
.i_t2 {
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
    line-height: 58px;
    font-weight: bold;
}
.i_t2 p {
    background: url(../images/1604563862.png) center top no-repeat;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.title2 span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin: 6px 14px;
}
/*产品展示－第2种开始*/
.product_box{padding:40px 0 50px 0;}
.product_title{margin: 15px 0;}
.product_title h3{font-size: 35px;}
.product_title img{margin-right: 10px;}
.product_title p{font-size: 24px;color:#bebebe;}
.product_href{margin:15px 0;}
.product_href a{display: inline-block;
    border: 2px solid #e4e4e4;
    border-radius: 30px;
    padding: 8px 24px;
    font-size: 15px;
    color: #333;
    margin: 0 10px 10px;}
.product_href a:hover{text-decoration: none;background: #0092bc;color:#fff;}
/* .product_content{margin:35px 0 25px;} */
.product_content .pro_img{border: 1px solid #e8e8e8;height:280px;line-height:194px;overflow: hidden;background: #fff;display:table-cell; vertical-align:middle; width:33.3333%;padding: 1%;transition: .5s;}
.product_content img{width:100%;height: 100%;}
.product_content p{color:#333;font-size: 16px;margin:10px 0;}
.product_btn{margin:20px 0;}
.product_btn a{display: inline-block;padding: 10px 40px;border-radius: 30px;background: #e14a56;color:#fff;font-size: 15px;}
.product_btn a:hover{text-decoration: none;background: #d80112;}
.product_content .pro_img:hover {
    border: 1px solid #0092bc;
}
@media (max-width: 992px){
.product_title h3{font-size: 22px;}
.product_title p{font-size: 16px;}
.product_content{margin:15px 0;}
.product_content p{font-size: 14px;}
.product_content .pro_img{height:170px;line-height:164px;}
.product_btn{margin:10px 0;}
.product_btn a{padding: 10px 20px;font-size: 14px;}
}
@media (max-width: 767px){
.product_content .pro_img{height:125px;line-height: 126px;}
.col-xs-4 { width:49.9999%;}
.pro_list li p{font-size: 12px;}
}
@media (max-width: 320px){
.product_content .pro_img{height:125px;}
}
/*产品展示－第2种结束*/

/* 左侧 */
.porcer .pocconent .imgbostel {
    height: 0px;
    background: url(../images_public/telfenlei.png) no-repeat center center;
    margin-top: 10px;
    position: relative;
}
.porcer .pobt {
    padding: 14px 0 0;
    overflow: hidden;
    background-color: #0657b2;
}
.porcer .pobt span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
    font-weight: bold;
}
.porcer .pocconent {
    border: 0px solid #0065b5;
    border-top: none;
    background: #fffbff;
    text-align: center;
    padding-bottom: 0px;
}
.porcer .pocconent ul li {
    background: url(../images_public/libargom.png) repeat-x;
    border-bottom: 1px solid #eaeaea;
    line-height: 36px;
}
.porcer .pocconent ul li:hover {
  background-color: #023c86;
}
.pobt_dh p{font-size: 20px;
    line-height: 26px;
    color: #023c86;
    padding-bottom: 0px;
    font-family: Impact;}
.pobt_dh{/* padding-bottom:10px;padding-top: 10px; */}

/*按钮*/
.btn {
    display: inline-block;
    padding: 6px 28px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-default {
    color: #0092bc;
    background-color: #fff0;
    border-color: #0092bc;
}
.btn-default:hover {
    color: #fff;
    background-color: #0092bc;
    border-color: #0092bc;
}

/*公司简介*/
.company_bg{padding: 20px 0;background: url(../images/1605691392.jpg) no-repeat center center;}
.company_content {
    padding: 0px 0 0 0px;
}
.company_title span.name {
    color: #656565;
    font-size: 20px;
    font-weight: bold;
}
.company_bg .company_info p {
    font-size: 15px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 0;
}

.product-number-info {
    background: url(../images/station-bg.jpg);
    position: relative;
}

.product-number-info .product-number-inner {
    /* width: 1200px; */
    margin: 0 auto;
}

.product-number-info ul {
    padding:30px 0;
}

.q {zoom: 1; }

.product-number-info li {
    float: left;
    width: 33%;
    height: 90px;
    border-left: 1px solid #ccc;
    color: #fff;
    padding-top: 1px;
  text-align:center;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li p {
    font-size: 16px;
  color:#333;    padding: 0 10px;
}

.product-number-info li b i {
    font-style: normal;
  color:#e67f2d;
}
.product-number-info li b em{color:#333 !important;color: #003da2;font-size:18px;margin-left:5px;}

.product-number-info li.li-5 {
    text-align: right;
}

/*优势*/
.ys{padding:50px 0 50px 0;}
.ystp img {
    width: 100%;
    height: 100%;transition: .5s;
}
.ystp img:hover{transform: translateY(-12px);}
.ysnr h3{font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #0092bc;}
.ysnr p{text-align: center;    color: rgb(119, 119, 119);
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 150%;    margin-bottom: 15px;}

/*广告*/
.gg{padding: 80px 0;background: url(../images/1605690461.jpg) no-repeat;}
.gg h3{    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #0092bc;}
.gg p{    font-size: 30px;
    text-align: center;
    color: #0092bc; font-weight: bold;}
.gg_hx {
  width: 300px;
    height: 2px;
    background: #0092bc;
    margin: 0px auto 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* 工程案例 */
.gcal{ background:url(../images/1605687764.jpg) no-repeat center top;background-size:cover; padding:60px 0;margin:0px;}
/*走马灯修改开始*/
.walking .ar_1 {
    width: 318px;
    height: 317px;
    overflow: hidden;
    text-align: center;
    background: #fff0;
    margin-left: 10px;
    display: inline-block;
}
.str_wrap{background: #fff0;}
.str_wrap.str_active{background: #fff0;}
.walking .ar_1 .item img {
    vertical-align: middle;
    height: 270px;
}
.walking .ar_1 p {
    height: 35px;
    line-height: 35px;
    background: #f000;
    color: #0092bc;
    padding: 0 5px;font-size: 16px;
}
/*走马灯修改结束*/
/*插件样式*/
.cpzs .container{width:80%;}
.poster-main a, .poster-main img {
      border: 1px solid #0092bc;
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main img {
    
}

.poster-main .poster-list {
	width: 1000px;
	height:320px;
}
.poster-main{  margin-bottom:45px;}
.poster-main .poster-list .poster-item {

	width: 480px;
	height: 330px;

	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
	filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(right.png) no-repeat center center;
}

.poster-item-title {
	font-size: 18px;
	text-align: center;
	line-height: 48px;
  color:#333;
	display: block;
  margin-bottom:15px;
}

/*新闻中心*/
.news{padding: 50px 0;    background-color: #fbfbfb; }
.news_contact .news_title {
    margin-left: 0px;
    padding-top: 30px;
}
.news_article, .news_article a {
    color: #676767;
    font-size: 19px;
}
.news_article h5 {
    padding: 5px 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}
.news_article p {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
    font-size: 13px;
}
.news_title h3 a {
    color: #0092bc;
    font-size: 19px;
}
.news_list li {
    padding: 0px 10px 10px;
    background: #fff0;
    margin-bottom: 15px;
    border-bottom: 1px dotted #dbd4cd;
}
.news_date {
    width: 68px;
    height: 68px;
    background: #0092bc;
    color: #fff;
    float: left;
}
.news_date h5 {
    font-size: 24px;
    padding: 10px 0 5px 0;
    margin: 0;
    font-weight: bold;
}
.news_title p {
    height: 40px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
}

.news_contact .news_img {
    /* width: 535px; */
    /* height: 240px; */
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* overflow: hidden; */
    /* text-align: center; */
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.news_contact .news_img img, .news_info .news_title_box img {
    /* max-width: 100%; */
    /* height: auto; */
    width: 100%;
    float: initial;
}



/* 内页 */
.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: 14px; border-bottom: 1px solid #ddd; }
.page-l-clist li a:hover { display: inline-block; width: 100%; height: 40px; color: #fff; background:#0092bc; }
.page-body .sec-tit { margin-top: 15px;background-color: #0092bc; }
.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: 35px; line-height: 35px; }
.sec-tit h2 { float: left; margin-top: 0; margin-bottom: 0; height: 35px; line-height: 35px; font-weight: bold; font-size: 14px; color: #ffffff;
    border-bottom: 3px solid #ffae0000;
    padding-left: 10px; }
.sec-tit span { font-size: 18px; color: #e5e5e5; margin-left: 10px; }
.sec-tit h5 { float: right; margin-top: 8px; margin-bottom: 0;color: white; }
.sec-tit h5 i { margin-left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #ffffff;
    color: #0092bc;
    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; }
.sec-tit h5 a:hover { background: #fe9900; 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: 14px; padding-top: 15px; padding-bottom: 15px; }
.page-content img {/*max-width:100% !important;*/ height:auto !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: 60px; text-align: center; color: #fff; margin-right: 15px; background: #0092bc;}
.page-alist .page-adate h3 { font-weight: bold; margin-top: 8px; margin-bottom: 0; }
.page-alist .page-adate p { margin-bottom: 5px; }
.page-alist .page-atit p { font-size: 12px; color: #999; margin-bottom: 0; }
.page-alist .page-atit a { color: #333; }
.page-alist .page-atit a:hover { color: #116152; }
.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;display:none; }
.page-detail { padding:10px 0; font-size:14px; line-height:26px;}
.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;}
.img-inner:hover {
    border: 1px solid #0092bc;
    overflow: hidden;
}
.page-alist .col-md-4 a:hover h5 {
    color: #0092bc;
}

.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0092bc;
  border-color: #0092bc;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color:#0092bc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* 页尾 */
footer { background: #333; color: #ccc; }
footer a { color: #ccc; }
.footer-copyright { padding: 15px;border-top: 1px solid #ffffff; }

.footers .f1 img {
   height: 42px;
    width: 42px;
    margin: 15px 9px 0 0;
}
.d-an a {
    color: #fff;
    border: 1px solid #fff;
    width: 206px;
    height: 37px;
    line-height: 35px;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 0 0 8px 53px;
    border-radius: 4px;
}
.d-an a:hover {
    color: #ffffff;
     background-color: #063f9c;
    border-color: #063f9c;
    display: block;
}
.footers .f1 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.lx p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
.lx p .fa {
    padding-right: 10px;
    color: #fff;
}
.footers{background: url(../images/1605691944.jpg) ;
    padding-top: 40px;/* background-color: #8bc324; */
}
.f_two {
   color: #7b7b7b; border-top:#fff;background: url(../images/1598414264.jpg);
}
.f1{margin-top:10px;}
.ema_1{ padding-bottom: 20px;    text-align: center;}
.f3 p{font-size:14px;}
/* 返回顶部 */
.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; }

@media (min-width: 1200px) {
	.mobile-footer { display: none; }
}

@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;}
    body nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{padding: 0 !important;}
}

@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: 46px; }
	nav.navbar.bootsnav ul.nav > li > a { color:#000}
	/* 轮播 */
	.ibanner .img { height: 220px; }
	/* 手机端底部导航 */
	.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; }
  .pc{display:none;}
  .app{display:block;}
  .company_bg {background: url(../images/) no-repeat center center;}
  .company_bg .company_info p {color: #333;}
  .news_bg {padding-bottom: 20px;}
  .product_box {
    padding: 2px 0 16px 0;
}
  
  /*联系我们*/
.lxwm{background: url(../images/)no-repeat bottom center;padding: 50px 0;}
.lxwm .ld{padding: 41px 7% 0 12%;}
.lx h2{font-size: 28px;}
.lx span{font-size: 16px;}
.xian3 {width: 94%;border-top: 1px solid #e6e6e6;margin: 15px 0 9px;}
p.zz-1 {color: #ba0607;font-size: 30px; margin: 14px 0;font-weight: bold;}
p.zz-2 {font-size: 15px;line-height: 29px;color: #1d1d1d;}
.d-an a {color:#000;background-color:#fff;width:150px;height:43px;line-height:43px;display: block;text-align:center; font-size: 16px; margin: 37px 0px 0px;z-index: 9;position: relative;}
.d-an a:hover {color:#fff;background-color:#ba0607;border-color:#fbc625;display: block;}
.ewm{/* float: right; */margin: 0px 0 0;width: 45%;}
.ewm p {font-size: 16px;line-height: 31px;text-align: center; }
.ewm img{width: 100%;}



/*地图*/
.ditu {width: 92%;}
#allmapmapcontact {margin:20px 0 0; height:385px;}
  
}