.head-navbar{
    width: 100%;
    background: #1E50AE;
}
#video{background-size: 100% 100%;width: 100%;margin-top: 0px;}
.embed-responsive{margin-bottom: 20px;}

.navbar-hrit{
    float: right;
    margin-right: 0;
    border: 2px solid red;
    width:70%;
    background-image: url(../images/headbg.jpg);
    background-size:contain;
    background-position: right;
    background-repeat: no-repeat;
    /*    background-size:80% 90%;*/
    overflow: hidden;
    height: 100px;
}

@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .navbar-brand p{
        font-size: 24px;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .navbar-brand p{
        font-size: 24px;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .navbar-brand p{
        font-size: 24px;
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .navbar-brand p{
        font-size: 30px;
        padding-top: 20px;
    }
}


.navbar-hrit2{
    float: right;
    margin-right: 0;
    border: 2px solid red;
    width: 15%;

    height: 100px;
}

.headtop{
    display: flex;
}

/* 1*/
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .navbar-hrit{
       display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .navbar-hrit{
        display: none;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .navbar-hrit{
        display: none;
    }
}navbar-hrit

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .navbar-hrit{
        width: 65%;
        height: 100px;
    }
}
/* 1*/


/* 2 */
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .headmid{
      display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .headmid{
        display: none;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .headmid{
        display: none;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .headmid{
        width: 75%;
        background-image: url(../images/headbg.jpg);
        background-size:contain;
        background-position: right;
        background-repeat: no-repeat;
        /*    background-size:80% 90%;*/
        overflow: hidden;
        height: 110px;

    }
}
/* 2*/




/* 3 */
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .headphone{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .headphone{
        display: none;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .headphone{
        display: none;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .headphone{
        width: 15%;
        height: 110px;
        margin-left: 10px;
    }
}
/* 3*/




/* 4*/
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .navbar-header{
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .navbar-header{
        width: 80%;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .navbar-header{
        width: 80%;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .navbar-header{
        width: 13%;
    }
}
/* 4*/



/* 5*/
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .navbar-bton{
        width:20%;
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .navbar-bton{
        width:20%;
        float: right;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .navbar-bton{
        width:20%;
        float: right;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .navbar-bton{
      display: none;
    }
}
/* 5*/


/* 滚动组合代码*/

.headmain{max-width:1200px; margin:0 auto; padding:40px 0;}
.title{font-size:28px; margin-bottom: 1em; text-align: center; height: 60px; font-weight: 700; color: #333333;}
.img-count,.img-count img{position:relative;}
.img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;height:100%; *height:100%;}

.w-newsList2{position: relative; overflow:hidden;}
.w-newsList2 a{ display: block; text-decoration: none; color: #333;}
.w-newsList2 .news-item{ position:relative;}
.w-newsList2 .img{ float: right; width:52%; overflow: hidden;}
.w-newsList2 .img img{transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);  background-size: 100% 100%;}

.w-newsList2 .img2{ float:left; width:52%; overflow: hidden;}
.w-newsList2 .img2 img{transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);  background-size: 100% 100%;}
.w-newsList2 .swiper-slide.swiper-slide-active .img2 img{ transform:scale(1); -webkit-transform:scale(1); background-size: 100% 100%;}
.w-newsList2 .news-text2{ float:right;width: 48%;}
.w-newsList2 .swiper-slide.swiper-slide-active .img2 img{ transform:scale(1); -webkit-transform:scale(1); background-size: 100% 100%;}

.w-newsList2 .swiper-slide.swiper-slide-active .img img{ transform:scale(1); -webkit-transform:scale(1); background-size: 100% 100%;}
.w-newsList2 .news-text{ margin-right:56%; width: 40%;}
.w-newsList2 .news-h{font-size: 18px;
    line-height: 2.2;
    margin-bottom: 1em;
    padding-top: 30px;
    text-align: justify;
    color: #000;
    display: inline-block;}
.w-newsList2 .news-sum{margin-top:30px; line-height: 1.8; color:#333; font-size:18px;}
.w-newsList2 .more{position: absolute; left: 0; bottom: 1em; line-height: 2.8; padding: 0 3em; border:1px solid #aaa; color:#333;overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.w-newsList2 .more:hover{color:#fff; border-color:#FF6600;}
.w-newsList2 .more .bgsqr1,.w-newsList2 .more .bgsqr2,.w-newsList2 .more .bgsqr3,.w-newsList2 .more .bgsqr4{background:#FF6600;position: absolute;top:0; width: 0px;height: 100%;-webkit-transition: all 0.4s; transition: all 0.4s; opacity:0.35;}
.w-newsList2 .more .bgsqr3,.w-newsList2 .more .bgsqr4{ opacity:0.75;}
.w-newsList2 .more .bgsqr1{ left:0;}
.w-newsList2 .more .bgsqr2{ right:0}
.w-newsList2 .more .bgsqr3{ right:0;}
.w-newsList2 .more .bgsqr4{ left:0;}
.w-newsList2 .more:hover .bgsqr1,.w-newsList2 .more:hover .bgsqr2,.w-newsList2 .more:hover .bgsqr3,.w-newsList2 .more:hover .bgsqr4{ width:100%;}
.w-newsList2 .more:hover .bgsqr3,.w-newsList2 .more:hover .bgsqr4{-webkit-transition-delay:.4s;transition-delay:.4s;}
.w-newsList2 .more span{ position:relative; z-index:1;}
.w-newsList2 .adSN_page{ position: absolute; left: auto; right:10px; width: auto; z-index: 10; text-align: right; }
.w-newsList2.swiper-container-horizontal .adSN_page{bottom:20px;}
.w-newsList2 .adSN_page span{ background: #c9c9c9; opacity: 1; width:40px; height: 5px; border-radius: 0; -webkit-border-radius: 0;}
.w-newsList2 .adSN_page span.swiper-pagination-bullet-active{background: #f60;}
.w-newsList2.swiper-container-vertical .adSN_page span{margin:15px 0;}

@media (max-width:960px){
    .w-newsList2 .news-h{font-size:24px;}
    .w-newsList2 .news-sum{ display: none;}
}
@media (max-width:767px){
    .w-newsList1 .news-imgbox{width:100%;}
    .w-newsList1 .aspectRatio{padding-bottom: 56.25%;}
    .w-newsList1 .news-text{ position: relative; width:100%; top:0; transform: none; -webkit-transform: none; padding:1.2em 4% 1.5em;}
    :root .w-newsList1 .news-text{ top:0;}
    .w-newsList1 .adSN_page{ left:0; bottom:2em; margin-bottom: 0;}
    .w-newsList1 .swiper-num{ bottom: 232px; top: auto; margin-top: 0;}

    .w-newsList2 .news-h{font-size:20px;}
    .w-newsList2 .img{float: none; width:100%;}
    .w-newsList2 .img2{float: none; width:100%;}
    .w-newsList2 .news-text{margin-right: 0; text-align: center; padding:1em 0 3em; width: 100%;}
    .w-newsList2 .news-text2{margin-right: 0; text-align: center; padding:1em 0 3em; width: 100%;}
    .w-newsList2 .more{position: relative; margin-top:1.2em; bottom: 0; display: inline-block;}
    .w-newsList2 .adSN_page{ top: auto; bottom: 0 !important; left: 0; right: 0 ; transform: none; -webkit-transform: none; text-align: center;}
    .w-newsList2 .adSN_page span{margin:0 0.3em !important; display: inline-block; width:1.8em; height: 0.25em;}
}
@media (max-width:480px) {
    body {
        font-size: 4vw;
    }

    .title {
        font-size: 6vw;
    }

    .w-newsList1 .news-h {
        font-size: 125%;
    }

    .w-newsList1 .date .year {
        font-size: 300%;
    }

    .w-newsList1 .date .day_month {
        font-size: 110%;
    }

    .w-newsList1 .swiper-num {
        bottom: 15em;
    }

    .w-newsList1 .swiper-num .active {
        font-size: 200%;
    }

    .w-newsList2 .news-h {
        font-size: 95%;
        width: 100%;
        text-align: left;
    }


}

/* 滚动组合代码*/

.fotnav{
    width: 1000px;
    margin: 0 auto;
    background: #666666;

}


ul.social-network1 {
    list-style:none;
    margin:0;
}

ul.social-network1 li {
    display:inline;
    margin: 0 5px;
    /* border: 1px solid #2D2D2D; */
    padding: 5px 0 0;
    width:112px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
}


/* 5*/
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .fot1{
        width:100%;
    }
    footer a {
        color: #333;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .fot1{
        width:100%;
    }
    footer a {
        color: #333;
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .fot1{
        width:80%;
    }
    footer a {
        color: #333;
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .fot1{
        width:80%;
    }
}
/* 5*/

.tooltip-inner{
    background: #fafafa !important; /*修改背景色*/

    text-align: left !important;    /*字体左对齐*/
    color:#000 !important;      /*字体颜色*/
    font-size: 13px;
    font-weight: 700;
   /* border:1px solid #dedede;*/     /*添加boder*/

}
.tooltip-arrow{
    border-bottom-color: #ffffff !important;  /*修改三角形的颜色*/
    opacity: 0;  /* 三角形透明*/
}
.tooltip{
    opacity: 1 !important;  /* 让整个tooltip不透明*/
}


.title i {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 10px;
    background: #FF9101;
    vertical-align: middle;

    align-content: center;
    justify-content: center;
    margin: 0 auto;

}

/*关于智泊css 开始*/

.part{
    width: 100%;
/*    height: 100px;*/
    margin: 0 auto;
/*    border: 1px solid;*/
}

.section-title{
    font-size: 28px;
    margin-bottom: 1em;
    text-align: center;
    height: 60px;
    font-weight: 700;
    color: #333333;
}

.section-title i {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 10px;
    background: #FF9101;
    vertical-align: middle;

    align-content: center;
    justify-content: center;
    margin: 0 auto;

}

.develophisty{
    width: 100%;
    height: auto;
    margin: 0 auto;

/*    border: 1px solid;*/
   /* background: #F2F2F2;*/

}



.social{
    width: 100%;
    height:auto;
    margin: 0 auto;

}


.socleft{
    float:left;
 /*   height: 300px;*/
}
.socleft img{
    background-size: 100% 100%;
    width: 100%;
 /*   height: 300px;*/
 }

/* 6 */
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .about-text p{
        text-align: center;
        color: #224EB1;
        font-size: 20px;
        font-weight: 700;
    }
    .socleft img{
        background-size: 100% 100%;
        width: 100%;
        height: auto;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .about-text p{
        padding-top:0px;
        color: #224EB1;
        font-size: 26px;
        font-weight: 700;
        margin-top: 10px;
    }
    .socleft img{
        background-size: 100% 100%;
        width: 100%;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .about-text p{
        padding-top: 20px;
        color: #224EB1;
        font-size: 26px;
        font-weight: 700;
        margin-top: 10px;
    }
    .socleft img{
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .about-text p{
        padding-top: 20px;
        color: #224EB1;
        font-size: 26px;
        font-weight: 700;
        margin-top: 10px;
    }
    .socleft img{
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
    }
}
/* 6 */



/*7 */
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .about-texta p{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        text-align: left;

    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .about-texta p{
        font-size: 14px;
        line-height: 20px;
        width: 95%;
        text-align: left;
        padding-top: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .about-texta p{
        font-size: 18px;
        line-height: 33px;
        width: 95%;
        text-align: justify;
        padding-top: 30px;
        color: #000;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .about-texta p{
        font-size: 18px;
        line-height: 33px;
        width: 95%;
        text-align: justify;
        padding-top: 30px;
        color: #000;
    }
}
/* 7 */

.enterp{
    width: 100%;
  /*  height: 300px;*/
    height: auto;
    margin: 0 auto;
 /*   border: 1px solid;*/
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.section-paddinga{
    width: 100%;
    padding: 50px 0;

}

.section-news{
    padding: 50px 0;
}
/*

@media (min-width: 1200px) {
    !*大屏幕设备 桌面*!
    .container1 {
        width:100%;
        overflow: hidden;
    }
}
*/




/*7 */
@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .section-title{
        font-size: 20px;
        margin-bottom: 1em;
        text-align: center;
        height:auto;
        font-weight: 700;
        color: #333333;
    }
    .section-news{
        padding: 20px 0;
    }
    .section-paddinga{
        width: 100%;
        padding: 20px 0;

    }
    .section-padding{
        width: 100%;
        padding: 20px 0;

    }

}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .section-title{
        font-size: 20px;
        margin-bottom: 1em;
        text-align: center;
        height:auto;
        font-weight: 700;
        color: #333333;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .section-title{
        font-size: 20px;
        margin-bottom: 1em;
        text-align: center;
        height:auto;
        font-weight: 700;
        color: #333333;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .section-title{
        font-size: 28px;
        margin-bottom: 1em;
        text-align: center;
        height:auto;
        font-weight: 700;
        color: #333333;
    }
}
/* 7 */
/* 关于智泊 css结束*/


/*新闻开始*/

.newp-list ul { padding-top: 10px;}
.newp-list li{ position: relative; transition: all 0.6s; }
.newp-list li a{ display: block; overflow: hidden; clear: both; padding: 20px 0; border-bottom: 1px solid #F5F5F5; padding-bottom: 30px; }
.newp-list .time{ width: 60px; height: 60px; /*border-left: 1px solid #F5F5F5; border-right: 1px solid #F5F5F5;*/ background: #1047A1;
    position: absolute; top: 20px; left: 0; z-index: 33;}
.newp-list strong{ display: block; font-size: 20px; text-align: center; color: #fff; padding-top: 5px;}
.newp-list span{ display: block; color: #fff; font-size: 16px; text-align: center;}
.newp-list figure img,.newp-list figure{ width: 300px; height: 180px; overflow: hidden; transition: all 0.6s;}
.newp-list li:hover figure img{ transform: scale(1.1);}
.newp-list figcaption{ }
.newp-list figcaption h2{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #000;
    margin-top: 10px; font-weight: bold;}
.newp-list figcaption p{ line-height: 30px;/* height: 60px;*/  height: auto; overflow: hidden; font-size: 14px; color: #666; margin-top: 10px;}
.newp-list figcaption i{ background: url(../img/arrow-right.png) no-repeat right center; padding-right: 40px;
    font-size: 14px; display: inline-block; color: #000; margin-top: 20px; font-style: normal;}
.newp-list li:hover{ transform: translateX(10px);}
.newp-list li:hover h2{ color: #000;}
.newp-list li a:hover{-webkit-box-shadow: #ccc 0px 10px 10px;-moz-box-shadow: #ccc 0px 10px 10px;box-shadow: #ccc 3px 3px 3px;}
.newp-list .div2 i{ display: inline-block; width: 5px; height: 5px; border-radius:10px; background:#000; vertical-align: middle;
    margin-right: 10px;}
.newp-list .div2 a{ font-size: 14px; color: #000;}
.newp-list .div2 ul{ padding:5px 25px 30px 25px;}
.newp-list .div2 li{ padding: 10px 0; }
.newp-list .div2 li a{ /*display: block;*/ white-space: nowrap; overflow: hidden;}
.newp-list .div2 li:hover a{ color: #000;}
.newp-list .div2 li:hover{ }
.newp-list .enterpriselist1{
    float: left;
    /*   border: 1px solid #c2c2c2;
       box-shadow: 0 2px 2px 2px  rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
       -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);*/
    margin-left: 120px;
}
.newp-list .enterpriselist-name{ height: 30px; width: 100px;}
.newp-list .enterpriselist-name p{ font-size: 20px; color: #000000; margin-left: 30px; font-weight: bold; margin-top: 10px;}
.newp-list .enterpriselist2{
    float:right;
    /*    border: 1px solid #c2c2c2;
        box-shadow: 0 2px 2px 2px  rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);*/
    margin-right: 120px;
}
.casepage .mainbox{ padding:20px 30px;}
.detailp-cont{ padding-top: 30px;}
.news-detail h2{  font-size: 22px; font-weight: bold; color: #000; text-align: center; }
.news-detail .fabu{ text-align: center;  border-bottom: 1px solid #F5F5F5; padding-bottom: 20px;}
.news-detail .fabu span{ display: inline-block; padding:10px; font-size: 14px; color: #666; }
.news-detail p{ line-height: 36px; margin:10px 0; text-indent: 1em; font-size: 14px; color: #333; }
.news-detail p img{ margin:auto; display: block; max-width: 100%; }
.fenpian{ margin-top: 35px; border-top: 1px solid #f9f9f9; padding-top: 20px; position: relative; }
.fenpian span{ font-size: 14px;  color: #000 !important; display: inline-block; float: left; margin:0 15px 0 0 !important; padding:0 !important; vertical-align: middle;}
.fenpian p{ float: left;  padding-top: 5px; }
.fenpian>div{ padding:10px 0;}
.fenpian p a{ font-size: 14px; color: #555; display: block;  line-height: 1; transition: all 0.6s;}
.fenpian div:hover a{ color: #DE0024; }
.fenpian .fanhui{ display: block; position: absolute; right: 10px; background: #DE0024; color: #fff; padding:10px 25px; border-radius: 10px;top: 35px;}
.fl {float: left;}
li {list-style: none;}
img, iframe {border: 0px;}
/*分页样式*/
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a {color: #666;padding: 0 14px;margin: 0 3px;font-weight: bold;background: #fff;border: 1px solid #ddd;-webkit-border-radius: 2px;border-radius: 2px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 30px;padding-bottom:1px;}
.pglist a:hover,.pglist .hover {display:inline-block;color: #fff;background: #1048a0;border-color: #1048a0;}

@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .newp-list figure img, .newp-list figure{
        width: 95%;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .newp-list figure img, .newp-list figure{
        width: 95%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .newp-list figure img, .newp-list figure {
        width: 300px;
        height: 180px;
        overflow: hidden;
        transition: all 0.6s;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .newp-list figure img, .newp-list figure {
        width: 300px;
        height: 180px;
        overflow: hidden;
        transition: all 0.6s;
    }
}


/*
.single-services-typ-1 {border: 1px solid #eee;padding: 15px 15px 15px 15px;cursor: pointer;background: #fff;transition: all .3s;margin-bottom: 30px;}
.single-services-typ-1:hover {box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.14);}
.single-services-typ-1 a{text-decoration: none;}
.single-services-typ-1 img {}
.single-services-typ-1 h3 {text-transform: uppercase;font-weight: 500;margin: 25px 0 20px;}
.single-services-typ-1 p {color: #7d7d7f;font-family: 'Poppins', sans-serif;font-size: 18px;font-weight: 400;line-height: 30px;}
.papri-services-style-1-wraper .col-xl-4:nth-child(odd) .single-services-typ-1 {margin-top: 30px;}
.single-services-typ-1 img {display: inline-block;width: 170px;height: 160px;margin: 0 auto;}
.single-services-typ-1 h4 {font-size: 14px;color: #888;font-family: arial;text-transform: uppercase;padding-top: 0px;padding-bottom: 20px;text-align: left;}*/
/*新闻结束*/


.breadcrumba {
    padding: 0px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
}

.papri-typ-1-single-wraper {
    cursor: pointer;
}
.blog-details-ctg-img, .typ-1-single-ctg-img {
    position: relative;
    overflow: hidden;
}
.typ-1-single-ctg-img img {
    transform: scale(1);
    transition: all 500ms linear;
    width: 100%;
}
.single-blog-content {
    padding: 25px 0;
}
.single-blog-content ul.post-info {
    margin: 0 0 15px 0;
    padding: 0;
}
.single-blog-content ul.post-info li {
    display: inline-block;
    margin-right: 15px;
    color: #ff5959;
    margin-bottom: 0;
}
.blog-details-content h4.post-title, .single-blog-content h4{
    display: inline-block;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #090909;
    line-height: 40px;
}

.single-blog-content ul.post-info li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #353858;
    margin-left: 5px;
}


@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .container1 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .container1 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .container1 {
        width:100%;
        overflow:hidden;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .container1 {
        width: 100%;
        overflow:hidden;
    }
}



/* 城市停车css 开始*/

.topprogra {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #F2F2F2;
}

.topprogra-1{
    float: left;
    background: #F2F2F2;
    width: 100%;
   /* height: 460px;*/
}

.topprogra-1-a{
    width: 80%;
   /* height: 50px;*/
/*    border: 1px solid;*/
    margin-top: 50px;
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.topprogra-1-a i{
    width: 3px;
    height: 30px;
    background: #00a0e9;
    display: inline-block;
    margin-right: 15px;
}

.topprogra-1-a p{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #02A0E9;
    padding-left: 0px;
    padding-top: 10px;

}

.topprogra-1-b{
    margin-left: 18px;
    display: block;
    color: #000;
    line-height: 33px;
    font-size: 18px;
    padding-top: 20px;
}

.topprogra-2{
    float:right;
}

@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .topprogra-2 img{
        background-size: 100% 100%;
        width: 100%;
        height: auto;
    }
    .topprogra-1{

    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .topprogra-2 img{
        background-size: 100% 100%;
        width: 100%;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .topprogra-2 img{
        background-size: 100% 100%;
        width: 100%;
        height:460px;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .topprogra-2 img{
        background-size: 100% 100%;
        width: 100%;
        height:360px;
    }
}

/*111111111111111*/
.witr_sstyle_9 {
    position: relative;
    z-index: 1;
    padding:89px;
    /*    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);*/
    transition: 0.5s;
    /*  margin-bottom: 30px;*/
    background:#F2F2F2;
    height: 210px;
}
.witr_sstyle_9 .service-btn > a {
    border: 1px solid #ddd;
    padding: 10px 30px;
}
.witr_sstyle_9::before {
    background:#00A0E9;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    z-index: -1;
    transition: 0.5s;
}
.witr_sstyle_9:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.witr_sstyle_9:hover a,
.witr_sstyle_9:hover h3,
.witr_sstyle_9:hover p {
    color: #fff;
}
.em-service2.witr_sstyle_9:hover .em-service-icon i {
    color: #fff;
}
.witr_sstyle_9:hover .service-btn > a {
    border-color: #14b1bb;
    color: #14b1bb;
    background: #fff;
}

.em-service-title a{
    text-decoration: none;
}

.em-service-title a:hover{
    text-decoration: none;
}

.text_box{
    height: 20px;

}


/*111111111111111*/
/*城市停车css 结束*/

.em-service-title a{
    color: #000;
    margin: 0 auto;
    display: block;
    font-size:18px;
}


.witr_sstyle_10{
    position: relative;
    z-index: 1;
    padding: 42px 0px 50px;
    border: 1px solid;
    display: flex;
    width: 100%;

}

.sv_content{
    width: 30%;
}

.sv_1 p{
    font-size: 18px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;

}
.sv_1 i{
    display: block;
    width: 75px;
    height: 2px;
    border-radius: 10px;
    background: #00A0E9;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

.sv_1 span{
    font-size: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
}


.sv_content2{
    width: 40%;
}

.sv_2 p{
    font-size: 18px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;

}
.sv_2 i{
    display: block;
    width: 125px;
    height: 2px;
    border-radius: 10px;
    background: #00A0E9;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

.sv_2 span{
    font-size: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
}

.sv_content3{
    width: 30%;
}

.sv_3 p{
    font-size: 18px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom:10px;

}
.sv_3 i{
    display: block;
    width: 65px;
    height: 2px;
    border-radius: 10px;
    background: #00A0E9;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}
.sv_3 span{
    font-size: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
}



/*222222222222222*/
.deveright{
  /*  border: 1px solid;*/
    display: flex;
    padding: 12px ;
    background: #00A0E9;
    justify-content: space-between;
}

.deveright1{
    height: 100%;
 /*   width: 250px;*/
    display: table;
  /*  background: #2ab975;*/
}
.deveright1_one{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #696969;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
}



.deveright1_one_1 {
    color: #2c2c2c;
    width: 160px;
    margin: 0 auto 5px;
    border-bottom: 2px solid #00a0e9;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
    }


.deveright1_one_2 {
    color: #2c2c2c;
    width: 160px;
    margin: 0 auto 5px;

    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}



/*222222222222222*/

@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .develophisty{
        margin-bottom:20px;
        height: auto;
        background: #F2F2F2;
    }
    .develophisty-a{
        margin-bottom: 20px;
        height:auto;
    }
    .deveright{
        width: 100%;
        padding: 0px;
    }
    .deveright1{
        height: 100%;
        width: 100%;
        display: table;
        /*  background: #2ab975;*/
    }
    .deveright1_one {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        color: #696969;
        font-size: 14px;
        display: flex;
    }
    .deveright1_one_1 {
        color: #2c2c2c;
        width:60px;
        margin: 0 auto 5px;
        border-bottom: 2px solid #00a0e9;
        padding-bottom: 15px;
        font-size: 14px;
        text-align: center;
    }
    .deveright1_one_2 {
        color: #2c2c2c;
        width: 100%;
        margin: 0 auto 5px;
        padding-bottom: 5px;
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }

    .develophisty3{
        display: none;
    }
    .deveright1_one-a p{
        color: #FFFFFF;
        font-size:16px;
        padding-top: 10px;
        /* padding-left: 20px; */
        text-align: center;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .deveright1_one-b{
        width: 100%;
    }
    .deveright1_one-b img{
        width: 100%;
        background-size: 100% 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .develophisty{
        margin-bottom: 20px;
        height: auto;
        background: #F2F2F2;
    }
    .develophisty-a{
        margin-bottom: 20px;
        height:auto;
    }
    .deveright{
        width: 100%;
        padding: 0px;
    }
    .deveright1{
        height: 100%;
        width: 100%;
        display: table;
        /*  background: #2ab975;*/
    }
    .deveright1_one {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        color: #696969;
        font-size: 14px;
        display: flex;
    }
    .deveright1_one_1 {
        color: #2c2c2c;
        width:60px;
        margin: 0 auto 5px;
        border-bottom: 2px solid #00a0e9;
        padding-bottom: 15px;
        font-size: 14px;
        text-align: center;
    }
    .deveright1_one_2 {
        color: #2c2c2c;
        width: 100%;
        margin: 0 auto 5px;
        padding-bottom: 5px;
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }


}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .develophisty{
        margin-bottom: 20px;
        height: 150px;
        background: #F2F2F2;
    }
    .develophisty-a{
        margin-bottom: 20px;
        height:auto;
    }
}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .develophisty{
        margin-bottom: 20px;
        height: 210px;
      /*  border: 1px solid;*/
        background: #F2F2F2;
    }

    .develophisty-a{
        margin-bottom: 20px;
        height:auto;
    }

    .deveright1_one-a p{
        color: #FFFFFF;
        font-size:20px;
        padding-top: 50px;
        padding-left: 20px;
        text-align: center;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

}


/*案例展示 开始*/
.casedisplay{
    width: 100%;
    /*height: 230px;*/
    margin: 0 auto;
/*    border: 1px solid;*/
 }



.demo { padding: 0em 0; background: #fff; }
a:hover, a:focus { outline: none; text-decoration: none; }
.tab .nav-tabs { border-bottom: none; position: relative; }
.tab .nav-tabs li {margin-right: 150px;z-index: 1;margin-left: 110px; }
.tab .nav-tabs li:after { content: ""; width: 100%; /*border: 1px solid #ccc6c6;*/ position: absolute; top: 50%; right: -60%; z-index: -1; }
.tab .nav-tabs li:last-child:after { border: none; }
.tab .nav-tabs li a { display: block; padding: 15px 20px; background: #fff; font-size: 15px; font-weight: 600; color: #666666;
    /*text-transform: uppercase;*/ border-radius: 0; margin-right: 0; /*border: 2px solid #956cae;*/ position: relative; overflow: hidden; z-index: 1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover { color: #666666; /*border: 2px solid #956cae; */}
.tab .nav-tabs li a:after { content: ""; display: block; width: 100%; height: 0; position: absolute; top: 0; left: 0; z-index: -1; /*transition: all 0.3s ease 0s;*/ }
.tab .nav-tabs li.active a:after, .tab .nav-tabs li a:hover:after { height: 100%; /*background: #956cae;*/ /*border-bottom: 3px solid #1E50AE;*/ }
.tab .tab-content { padding: 10px 0px; margin-top: 0; font-size: 14px; color: #999; line-height: 26px; }
.tab .tab-content h3 { font-size: 24px; margin-top: 0; }

@media only screen and (max-width: 767px) {
    .tab .nav-tabs li { margin: 0 25px 0 0; }
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li { width: 32%; text-align: center; margin: 0 0 10px 0; }
    .tab .nav-tabs li:after { width: 0; height: 100%; top: auto; bottom: -60%; right: 50%; }
    .tab .nav-tabs li a{ font-size: 12px;}
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
   /* color: #555;
    background-color: #fff;
    border: 1px solid #ddd;*/
    border-bottom-color: transparent;
    cursor: default;
}



.container3{
    padding-left: 0px;
    padding-right: 0px;
}


/*案例展示 结束*/

.deveright1_one-a{
    width: 20%;
    height: auto;
   /* border: 1px solid;*/
    background:#3DEEE6;
}

.deveright1_one-b{
    width: 70%;
    height:auto;
  /*  border: 1px solid;*/
    padding-left: 10px;
}
.deveright1_one-c{
    width: 53px;
    height: auto;
    /* border: 1px solid;*/
    background:#3DEEE6;
}

.deveright1_one-d{
    width: 70%;
    height:auto;
    /*  border: 1px solid;*/
    padding-left: 10px;
}

.deveright1_one-d2 p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.detwo p{
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}

.deveright3{
    /*  border: 1px solid;*/
    padding: 12px ;
    background: #00A0E9;
    display: block;
}

.detwo-2{
    width: 200px;
/*    height: 200px;*/
    margin: 0 auto;
    text-align: center;
}
.detwo-3{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    padding-top: 10px;

}

.detwo-3 p{
    text-align: center;

}

.devmain{
    display: flex;
    padding: 12px;
    background: #00A0E9;
    justify-content: space-between;
}




@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
    .navbar-header{
        background-size: 100% 100%;
        background-image: url(../images/logo.png);
        background-size:contain;
        background-position:left;
        background-repeat: no-repeat;
        /*    background-size:80% 90%;*/
        overflow: hidden;
    }

    .foot-right2a{
        width: 30%;
        /*  border: 1px solid;*/
        padding-top: 0px;
    }
    .foot-right2a p{
        text-align: left;
        font-size: 13px;
        line-height:20px;
    }
    .devright img{
        width: 100%;
        background-size: 100% 100%;
        height: 60%;
    }


}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .navbar-header{
        background-size: 100% 100%;
        background-image: url(../images/logo.png);
        /*    background-size:contain;*/
        background-position:left;
        background-repeat: no-repeat;
        /*    background-size:80% 90%;*/
        overflow: hidden;
    }

    .foot-right2a{
        width: 30%;
        /*  border: 1px solid;*/
        padding-top: 0px;
    }
    .foot-right2a p{
        text-align: left;
        font-size: 13px;
        line-height:20px;
    }
    .devright img{
        width: 100%;
        background-size: 100% 100%;
        height: 60%;
    }


}
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .navbar-header{

        background-size: 100% 100%;
        background-image: url(../images/logo.png);
        /*    background-size:contain;*/
        background-position:left;
        background-repeat: no-repeat;
        /*    background-size:80% 90%;*/
        overflow: hidden;
    }

    .foot-right2a{
        width: 30%;
        /*  border: 1px solid;*/
        padding-top: 30px;
    }
    .foot-right2a p{
        text-align: left;
        font-size: 13px;
        line-height:30px;
    }
    .devright img{
    /*    width: 100%;
        background-size: 100% 100%;*/

    }



}

@media (min-width: 1200px) {
    /*大屏幕设备 桌面*/
    .navbar-header{
     /*   background-size: 100% 100%;*/
        background-image: url(../images/logo.png);
        /*    background-size:contain;*/
        background-position:left;
        background-repeat: no-repeat;
        background-size:90% 100%;
        overflow: hidden;
    }

    .foot-right2a{
        width: 30%;
        /*  border: 1px solid;*/
        padding-top: 30px;
    }
    .foot-right2a p{
        text-align: left;
        font-size: 13px;
        line-height:30px;
    }
    .devright img{
       /* width: 100%;
        background-size: 100% 100%;
       */
    }


}



.foot-left{
    width: 100%;
    float: left;
    height: 200px;
    /*    border: 1px solid red;*/
}
.foot-left1 p{
    font-size: 16px;
    height: 20px;
    color: #000000;
    margin-left: 20px;
}

.foot-left2{
    width: 100%;
    /*   height: 140px;*/
    /* border: 2px solid royalblue;*/
    display: flex;
    align-content: center;
}
.foot-left2 img{
    width: 140px;
    padding: 10px;
}
.foot-left2a{
}
.foot-left2a p{
    padding-left: 20px;
    font-size: 13px;
    color: #000000;}
.foot-right{
    width: 100%;
    float: left;
    height: 200px;
    /*    border: 1px solid red;*/}

.foot-right1 p{
    font-size: 16px;
    height: 20px;
    color: #000000;
    padding-left: 20px;
}

.foot-right2{
    width: 100%;
    height: 140px;
    /*    border: 2px solid royalblue;*/
    display: flex;
    justify-content: space-between;
    padding-left: 20px;

}

.devright{
    /*padding:105px;*/
    background:#F2F2F2;
    height: 210px;
    padding: 20px;
    /*    border: 1px solid red;*/
    display: flex;
    justify-content:space-around;
}

.devright1{
    width: 20%;
    /*border: 1px solid ;*/

}
.devright1 p{
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding-top: 80px;
    font-weight: 500;
}

.devright2{
    width: 10%;
    /*background: #5bc0de;*/
    height: 40px;
    margin-top: 70px;
}

.devright3{
    width: 30%;
    /* border: 1px solid red;*/
}

.devright3a{

    text-align: center;
    height: 60px;

}
.devright3a img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    width: 30%;
    /* height: 30%;*/
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-right: 0px;

}
.devright3b p{
    text-align: center;
    margin: 0 auto;
    margin-right: 0px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
}
