@charset "utf-8";
.pull-left img {height:64px;}
/* 导航 */
.navbar-pull-all{overflow:hidden;width:1140px;margin:auto; padding: 30px 0;}
.header-right { font-size: 30px; }
.navbar-header{width:100%;margin:auto;float:none;}
.navbar-full {width:100%; background:#0262b8;}
.navbar-full .collapse { margin:0 auto; width:1140px;}
.navbar-brand { padding: 29px 15px; height: auto; }
nav.navbar.bootsnav { border: none;}
.navbar-nav { float: left; }
nav.navbar.bootsnav ul.nav > li > a { color: #fff; text-transform: uppercase; padding: 15px 48px; font-size:16px; font-weight:normal; }
nav.navbar.bootsnav ul.nav > li:hover { background: #fff; }
nav.navbar.bootsnav ul.nav > li > a:hover{color:#0262b8;}
.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: 28%; 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; }
}

/*电话*/
.header-right {
    background: url(../images/1597134148.png) left top no-repeat;
    height: 55px;
    padding: 0px 0px 0px 55px;
    color: #333333;
    margin-left: 0px;
    margin-top: 10px;
}
.header-right p {
    font-size: 14px;margin-top: 5px;
}
.header-right span {
    display: block;
    color: #0262b8;
    font-size: 20px;
    font-family: Impact;
  line-height: 21px;
    margin-top: 8px;
}


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

/* 内页 */
.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: #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: 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: #3481dd; border-bottom: 3px solid #000; }
.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: #3481dd; 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; }
.sec-tit h5 a:hover { background: #01186a; 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: #999; margin-right: 15px; background: #e8e8e8; }
.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: #3481dd; }
.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;}



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


/*首页*/
.ymfw_xbt h3{color: #0067c6;font-size:18px;margin-top: 10px;
    margin-bottom: 5px;
}
.ymfw_xbt em{color: #696969;
    font-size: 14px;}
.ymfw_xbt p{line-height: 22px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #777777;}
.ymfw_bj{margin-top:40px;}
.ymfw_xbt img {width: 100%;
    height: 100%;}

/*产品中心*/
.product {background: url(../images/1600755536.jpg) no-repeat center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pro_content a {
    display: block;
    color: #2c2c2c;
    font-size: 15px;
}
.pro_nav li a {
    display: block;
    color: #333;
    padding: 10px 20px;
    border: 1px solid #333;
}
.pro_nav li a:hover {
    color: #ffffff;
    background: #0262b8;
    text-decoration: none;
    border: 1px solid #0262b8;
}


/*公司简介*/
.product_bg {
    padding-top: 0px;
    padding-bottom: 0px;
}
.company-profile1-about-me {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 16px;
}
.conaeu_txet {
    line-height: 38px;
    font-size: 16px;color: white;
}
.company-profile1-top {
    text-align: center;
    margin-top: 60px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-bottom: 60px;
    margin-top: 10px;
}
/* .gsjj_img{width:97%;} */
gsjj_img img{width:97%;}
.company-profile1-about-us{background: url(../images/1598405445.png) no-repeat center bottom;color: #acacac;}


/*工程案例*/



.gcal_bj{
    background: url(../images/1597204961.png) no-repeat center;  
    padding-top: 30px;
    padding-bottom: 40px;}
.product_khal h3 {
    font-size: 20px;
    /* font-weight: bold; */
    color: #fff;
  margin-top: 5px;
    margin-bottom: 30px;
}
.product_khal p {
    font-size: 44px;
   
    background: url(../images/1597112061.png) no-repeat center bottom;
    letter-spacing: 3px;
    color: #fff;
    margin-top: 12px;
}
.walking .ar_1 p {
    height: 35px;
    line-height: 35px;
    background: #0262b8;
    color: #fff;
    padding: 0 5px;
}
.str_wrap.str_active {
    background: #f1f1f100;
}
.walking .str_move {  
    background-color: #f0f8ff00;
}
.walking{  
    background-color: #f0f8ff00;
}
.product_btn a {
   display: inline-block;
    padding: 4px 40px;
    border-radius: 12px;
    background: #0060a3;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}
.product_btn a:hover {
    text-decoration: none;
    background: #01186a;
}

.str_wrap.str_active {
    background: #f1f1f100;
}
.walking .ar_1 .item img {
    vertical-align: middle;
    height: 271px;
}
.walking {
  height:300px !important;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    margin: 10px 0;
  background-color: #f0f8ff00;margin-bottom:50px;
}
.walking .ar_1 p {
   height: 35px;
    line-height: 35px;
    background: #2196f300;
    color: #fff;
    padding: 0px 5px
}
.walking .ar_1 {
    width: 321px;
    height: 300px;
    overflow: hidden;
    text-align: center;
    background: #e5e5e500;
    margin-left: 10px;
    display: inline-block;
}

/*新闻资讯*/
.news_bg{background: url(../images/1600756757.jpg);}
.product_news h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
   background: url(../images/1598405445.png) no-repeat center bottom;
}
.product_news p {
    font-size: 20px;
    color: #222;
    /* background: url(../images/1597193983.png) no-repeat center bottom; */
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 30px;
  font-weight: bold;
}


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

.footers .f1 img {
    height: 51px;
    width: 48px;
    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 60px;
    border-radius: 4px;
}
.d-an a:hover {
    color: #ffffff;
    background-color: #01186a;
    border-color: #01186a;
    display: block;
}
.footers .f1 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.lx p {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 20px;
}
.lx p .fa {
    padding-right: 10px;
    color: #fff;
}
.footers{background: url(../images/1597200032.jpg) no-repeat top left;
    padding-top: 40px;
    border-top: 8px solid #0262b8;
}
.f_two {
    background: #111111;
}
.f1{margin-top:10px;}
.links, .links a {
    font-size: 12px;
    margin: 0 10px;
    margin-bottom: 10px;
}


/* 返回顶部 */
.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: 30px; }
	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; }
  
  .btn-default{
   
    margin-bottom: 40px;
    
}
  .gcal_bj {
     margin-top: 0px; 
}
  .ymfw_xbt p{display:none;}
  .ymfw_xbt em {
    display: none;}
  .ymfw_xbt h3 {
    text-align: center;}
  
}