.bh-chunk{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.bh-header{
    width: 100%;
    height: 135px;
    margin: 0 auto;
    position: fixed;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.bh-width{
    width: 1400px;
    margin: 0 auto;
}
.bh-logo{
    display: block;
    margin-top: 28px;
}
.bh-lms {
    margin-top: 50px;
}
.bh-lms li{
    float: left;
    height: 90px;
    margin: 0 30px;
}
.bh-lms li a{
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}
.bh-lms li:hover .border{
  display: block;
}
.border{
    width: 100%;
    height: 2px;
    display: none;
    background: #eb850a;
}
/* 二级 */
.bh-hide{
    width: 100%;
    /* height: 307px; */
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition-duration: 0.5s;
}
.bh-left{
    width: 50%;
    height: 100%;
    background: #eaeaea;
}
.bh-two{
    width: 200px;
    display: none;
    margin: 0 auto;
    margin-top: 68px;
}
.bh-two-1{
   width: 560px;
}
.bh-two-1 li{
   float: left;
    width: 260px;
}
.bh-two-1 li a {
    text-align: left !important;
}
.bh-two li{
    height:40px;
}
.bh-two li a{
    color: #333;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 40px;
}
.bh-two li:hover a{
    text-decoration: underline
}
.bh-right{
    width: 50%;
    height: 100%;
    background: #fafafb;
}
.bh-right p{
    width: 403px;
    margin: 0 auto;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 30px;
    margin-top: 73px;
}
.bh-right .bh-r-p2{
    width: 403px;
    margin: 0 auto;
    margin-top: 25px;
}
.bh-r-p2 a{
    float: left;
    color: #333;
    display: block;
    text-align: left;
}
.bh-right img{
    float: left;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}
/* 轮播 */
.bh-lunbo{
    width: 100%;
    height: 618px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 135px;
    position: relative;
}
.bh-lunbo .scollimg{
    width: 100%;
    height: 618px;
}
.bh-lunbo .scollimg .tagImg{
    width: 100%;
    height: 618px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 1.2s ease;
}
.bh-lunbo .btn{
    width: 100%;
    position: absolute;
    left: 0;
    top: 260px;
    z-index: 3;
    cursor: pointer;
}
.bh-lunbo .btn  img{
    width: 44px;
    height: 44px;
    display: block;
}
.bh-lunbo .btn #btnleft{
    position: absolute;
    top: 0;
    left:40px;
}
.bh-lunbo .btn #btnright{
    position: absolute;
    top: 0;
    right:40px;
}
/* 内容 */
.bh-content{
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    margin: 0 auto;
}
/* 内容一 */
.bh-cot1{
    width: 100%;
    height: 417px;
    overflow: hidden;
    background: #f7f7f7;
}
.bh-c1-h1{
    color: #333;
    font-size: 30px;
    text-align: center;
    margin-top: 59px;
}
.bh-c1-p1{
    width: 1170px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 35px;
    margin-top: 46px;
}
.bh-c1-more1{
    width: 131px;
    height: 36px;
    margin: 0 auto;
    margin-top: 50px;
    background: #fff;
    transition: all .4s;
    border: 2px solid #0d5198;
}
.bh-c1-more1 a{
    display: block;
    color: #0d5198;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
}
.bh-c1-more1:hover {
    background: #0d5198;
}
.bh-c1-more1:hover a{
    color: #fff;
}
/* 内容二 */
.bh-cot2{
    width: 100%;
    height: 580px;
    margin: 0 auto;
    background: #fff;
}
/* 标题 */
.bh-c2-title{
    width: 150px;
    height: 55px;
    margin: 0 auto;
    margin-top: 62px;
    border-bottom: 1px solid #b2b2b2;
}
.bh-c2-title h1{
    color: #333;
    font-size: 30px;
    text-align: center;
}
.bh-c2-lis{
    width: 100%;
    height: 350px;
    margin-top: 44px;
}
.bh-c2-lis li{
    width: 335px;
    height: 350px;
    float: left;
    margin-right: 15px;
    background: #f7f7f7;
    transition: all .3s;
}
.bh-c2-lTop{
    width: 100%;
    height: 138px;
    background: #2b6fb6;
}
.bh-c2-lTop a{
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 138px;
}
.bh-c2-rBottom{
    width: 100%;
    height: 212px;
    overflow: hidden;
}
.bh-c2-rBottom img{
    width: 200px;
    height: 140px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    transition: all .4s;
}
.bh-c2-lis li:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.bh-c2-rBottom:hover img{
    transform: scale(1.1);
}
.bh-c2-more2{
    width: 133px;
    height: 40px;
    margin: 0 auto;
    margin-top: 33px;
    transition: all 0.2s;
    background: #0051ad;
}
.bh-c2-more2 a{
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.bh-c2-more2:hover{
    background: #fff;
    border: 2px solid #0d5198;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.bh-c2-more2:hover a{
    color: #004e98;
    font-weight: bold;
}
/* 内容三 */
.bh-cot3{
    width: 100%;
    height: 813px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../images/bh-tp1.jpg') no-repeat;
    background-size: 100% 100%;
}
.bh-c3-title{
    margin-top: 37px;
    border-bottom: 1px solid #fff;
}
.bh-c3-title h1{
    color: #fff;
}
.bh-c3-lis{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 39px;
}
.bh-c3-lis li{
    float: left;
    width: 343px;
    height: 254px;
    margin-left: 7px;
    margin-bottom: 9px;
    background: #e0ebf6;
}
.bh-c3-div{
    width: 116px;
    height: 116px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    background: #0090d5;
    border-radius: 50%;
}
.bh-c3-div img{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    transition: all 0.6s;
}
.bh-c3-lis li:hover .bh-c3-div{
    background: #eb880e;
}
.bh-c3-lis li:hover .bh-c3-div img{
    transform: scale(0.8);
}
.bh-c3-as{
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
.bh-c3-blue{
    width: 100%;
    height: 85px;
    margin: 0 auto;
    margin-top: 30px;
    background: #0090d5;
}
.bh-c3-right{
    width: 477px;
    height: 85px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 85px;
    background: #333;
}
/* 内容四 */
.bh-cot4{
    width: 100%;
    height: 570px;
    margin: 0 auto;
    background: #fff;
}
/* 左边 */
.bh-c4-left{
    width: 630px;

    margin: 0 auto;
}
/* 标题 */
.bh-c4-title{
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: 79px;
}
.bh-c4-t1{
    width: 279px;
    height: 49px;
    border-bottom: 1px solid #b2b2b2;
}
.bh-c4-t1 a{
    color: #333;
    font-size: 30px;
    display: block;
    font-weight: bold;
    text-align: center;
}
/* 栏目 */
.bh-c4-t2{
    width: 320px;
    margin-top: 10px;
}
.bh-c4-lms a{
    color: #333;
    font-size: 18px;
}
/* 更多 */
.bh-c4-more {
    color: #909194;
    display: none;
    font-size: 14px;
    margin-top: 5px;
}
.more4{
    display: none;
}
.bh-c4-more4{
    display: block;
}
/* 新闻列表 */
.bh-c4-lst{
    width: 100%;
    margin: 0 auto;
    margin-top: 36px;
}
.bh-c4-lst li{
	float:left;
     width: 630px;
    height: 117px;
    border-bottom: 1px dashed #e5e5e5;
}
.bh-c4-top{
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}
.bh-c4-top h1{
    float: left;
    color: #666666;
    font-size: 16px;
}
.bh-c4-top  span{
    float: right;
    color: #666666;
    font-size: 16px;
}
.bh-c4-lst p{
    color: #999999;
    font-size: 14px;
    margin-top: 17px;
}
.list{
    display: none;
}
.c4-li{
    display: block;
}
.bh-c4-top h1:hover{
    color: #0090d5;
}
/* 右边 */
.bh-c4-right{
    width: 630px;
    margin: 0 auto;
}
.bh-c4-t1-1{
   width: 150px;
}
.bh-border1{
    width: 1px;
    height: 455px;
    float: left;
    margin-left: 70px;
    margin-top: 70px;
    background: #d3d3d3;
}
/* 内容五 */
.bh-cot5{
    width: 100%;
    height: 168px;
    margin: 0 auto;
    background: #004e98;
}
.bh-c5-lis{
    width: 100%;
    margin: 0 auto;
}
.bh-c5-lis li{
    float: left;
    width: 33.3%;
}
.bh-c5-lis li img{
    float: left;
    width: 80px;
    height: 70px;
    display: block;
    margin-top: 50px;
    margin-left: 50px;
}
.bh-c5-lis li p{
    float: left;
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    line-height: 168px;
    font-weight: bold;
}
/* 底部 */
.bh-footer{
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    overflow: hidden;
    margin: 0 auto;
    background: #353840;
}
.bh-ft-1{
    width: 100%;
    margin-bottom: 62px;
    overflow: hidden;
}
.bh-ft-h1{
    margin-top: 78px;
}
.bh-ft-1 h1{
    float: left;
    color: #fff;
    font-size: 18px;
}
.bh-ft-1 h1 a{
    color: #fff;
}
.bh-ft-p1{
    float: left;
    height: 24px;
    margin-left: 9px;
    margin-top: 2px;
}
.bh-ft-p1 a{
    color: #a9aaad;
    font-size: 16px;
}
.bh-ft-p1 span{
    color: #a9aaad;
    font-size: 16px;
}
.bh-ft-p2{
    margin-top: 27px;
    margin-left: 128px;
}
.bh-ft-p1 a:hover {
    color: #fff;
}
.bh-f-two{
    width: 1400px;
    height: 80px;
    border-top: 1px solid #3f4149;
}
.bh-f-two p{
    color: #909194;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
}
.bh-f-two p a{
    color: #909194;
}
.bh-f-two p:hover{
    color: #fff;
}
.bh-f-two p:hover a{
    color: #fff;
}
.bh-f-one{
    position: relative;
}
.ewm{
    width: 202px;
    height: 202px;
    position: absolute;
    top: 0;
    right: 60px;
    display: block;
}
.ewm2{
    width: 202px;
    height: 202px;
    position: absolute;
    top: 0;
    right: 278px;
    display: block;
}
/* 解决方案 */
.bh-n-img{
    width: 100%;
    height: 280px;
    margin: 0 auto;
    margin-top: 135px;
}
.bh-n-img img{
    height: 280px;
    display: block;
    margin: 0 auto;
}
.bh-n-scheme{
    width: 1400px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.bh-n-title1{
    width: 100%;
    height: 62px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
}
.bh-n-title1 h1{
    color: #333;
    font-size: 30px;
    text-align: center;
}
.bh-n-p1 {
    position: absolute;
    top: 10px;
    right: 0;
    color: #333;
    font-size: 16px; 
}
.bh-n-p1 a{
    color: #333;
    font-size: 16px;
}
.bh-n-p1 span{
    color: #333;
    font-size: 16px;
}
.bh-n-p1 a:hover{
    color: #004e98;
}
/* 解决方案 详情 */
.bh-n-details{
    width: 100%;
    margin: 0 auto;
    margin-top: 55px;
}
.bh-n-details h1{
    color: #333;
    font-size: 18px;
}
.bh-n-details p{
    color: #333;
    font-size: 16px;
    line-height: 35px;
}
.bh-n-dimg{
    width: 100%;
    height: 227px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    background: #666666;
}
.bh-n-dimg img{
    width: 100%;
    height: 227px;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}
.bh-n-dimg:hover img{
    transform: scale(1.1);
} 
/* 联系我们 */
.bh-n-call{
    width: 100%;
    margin: 0 auto;
}
.bh-n-contact{
    width: 100%;
    height: 273px;
    margin: 0 auto;
    margin-top: 40px;
    background: #619ad1;
}
.img1{
    margin-left: 60px !important;
}
.img2{
    margin-left: 80px !important;
}
.img3{
    margin-left: 100px !important;
}
.bh-n-com{
    margin-top: 15px;
    text-align: center;
}
.bh-n-com span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.bh-n-map{
    width: 100%;
    height: 702px;
    margin: 0 auto;
    margin-top: 40px;
    background: #666666;
}
/* 关于博昊 */
.bh-a-titles{
    width: 98%;
    margin: 0 auto;
    margin-top: 70px;
}
.bh-a-titles li{
    float: left;
    width: 432px;
    height: 160px;
    position: relative;
    border: 1px solid #d1d1d1;
}
.bh-a-left{
    width: 97px;
    height: 97px;
    float: left;
    overflow: hidden;
    margin-left: 33px;
    margin-top: 32px;
    border-radius: 50px;
    background: #0091d5;
}
.bh-a-left img{
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.bh-a-titles li h1{
    float: left;
    font-size: 24px;
    color:#666666;
    line-height: 160px;
    margin-left: 25px;
}
.bh-a-titles li a{
    color: #666666
} 
.bh-a-tabs{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 500px;
}
.bh-about{
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.bh-about p{
    color: #333;
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em; 
}
.bh-a-img1{
    width: 100%;
    height: 305px;
    margin: 0 auto;
    margin-top: 80px;
    overflow: hidden;
    background: #0090d5;
}
.bh-a-img1 img{
    width: 100%;
    height: 305px;
    margin: 0 auto;
    display: block;
    transition: all .5s;
}
.bh-a-img1 img:hover{
    transform: scale(1.1);
}
.tabs{
    display: none;
}
.bh-a-number{
    position: absolute;
    top: 26px;
    right: 32px;
    color: #efefef;
    font-size: 45px;
    font-family: '宋体';
    font-weight: bold;
}
/* 资质荣誉 */
.bh-r-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 82px;
}
.bh-r-list li{
    float: left;
    width: 340px;
    height: 345px;
    overflow: hidden;
    margin-left: 10px;
    background: #666666;
}
.bh-r-list li img{
    width: 340px;
    height: 345px;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}
.bh-r-list li:hover img{
    transform: scale(1.1);
}
.bh-r-list2{
    width: 100%;
    margin: 0 auto;
    margin-top: 37px;
}
.bh-r-list2 li{
    float: left;
    width: 439px;
    height: 257px;
    overflow:hidden;
    background: #666666;
}
.bh-r-list2 li img{
    width: 439px;
    height: 257px;
    margin: 0 auto;
    display: block;
    transition: all .5s;
}
.bh-r-list2 li:hover img{
    transform: scale(1.1);
}
/* 新闻动态 */
.bh-x-new{
    width: 100%;
    margin: 0 auto;
	min-height:450px;
    overflow: hidden;
	position: relative;
}
.bh-x-left{
   width: 100%;
    margin: 0 auto;
    margin-top: 55px;
}
.bh-x-right{
    width: 620px;
    margin: 0 auto;
    margin-top: 55px;
}
.bh-border2{
    height: 770px;
	  position: absolute;
    top: 0;
    left: 630px;
}
.bh-q-box{
    width: 100%;
    margin: 0 auto;
}
.right
{
margin-right:135px;	
}
/* 详情页 */
.bh-q-box{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 500px;
}
.bh-q-title1{
    width: 100%;
    margin: 0 auto;
    margin-top: 26px;
    position: relative;
}
.bh-q-p1{
    color: #666;
    font-size: 13px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 39px;
}
.bh-q-text{
    width: 100%;
    color: #333;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}
.bh-q-next{
    width: 91px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: 12px;
    border: 1px solid #cccccc;
}
.bh-q-next a{
    display: block;
    font-size: 16px;
    color: #6c6c6c;
    text-align: center;
    line-height: 30px;
}
/* 产品服务 */
.bj-color{
    background: #f3f4f6;
}
.bh-c-box{
    width: 1400px;
    margin: 0 auto;
}
.bh-c-list{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.bh-c-top{
    width: 100%;
    height: 197px;
    background: #FFF;
}
.bh-c-list li{
    margin-top: 44px;
    overflow: hidden;
}
.bh-c-blue1{
    width: 5px;
    height: 197px;
    background: #0091d5;
}
.bh-c-limgs{
    width: 200px;
    height: 140px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    transition:all 0.5s;
}
.bh-c-texts{
    width: 1070px;
    margin-top: 52px;
}
.bh-c-texts h1{
    color: #333;
    font-size: 18px;
}
.bh-c-texts p{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
}
.bh-c-border{
    width: 37px;
    height: 197px;
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 197px;
    text-align: center;
    background: #0091d5;
}
.bh-c-top:hover .bh-c-limgs{
    transform: scale(0.9);
}
.bh-c-top:hover h1{
    color: #0090d5;
}
.bh-c-bottom{
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    transition: all 1s;
}
.bh-c-bottom p{
    font-size:16px;
    text-indent: 2em;
    line-height: 35px;
    margin-top: 30px;
}
.bh-c-bottom img{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
}
.active{
    height: 676px;
    transition: all 1s;
}
.active p{
    font-size:16px;
    text-indent: 2em;
    line-height: 35px;
    margin-top: 30px;
}
.active img{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
}




.bh-q-pre{
    width: 91px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 12px;
    border: 1px solid #cccccc;
}
.bh-q-pre a{
    display: block;
    font-size: 16px;
    color: #6c6c6c;
    text-align: center;
    line-height: 30px;
}


.bh-piclist-lis{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 39px;
	min-height:600px;
}
.bh-piclist-lis li{
    float: left;
    width: 343px;
    height: 254px;
    margin-left: 7px;
    margin-bottom: 9px;
    background: #e0ebf6;
}
.bh-piclist-div{
    width: 343px;
    height: 186px;
    margin: 0 auto;

    overflow: hidden;
    background: #0090d5;

}
.bh-piclist-div img{
    width: 343px;
    height: 186px;
    margin: 0 auto;
    display: block;
    transition: all 0.6s;
}
.bh-piclist-lis li:hover .bh-piclist-div{
    background: #eb880e;
}
.bh-piclist-lis li:hover .bh-piclist-div img{
    transform: scale(0.8);
}
.bh-piclist-as{
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}



.subnavul{
    width: 100%;
    margin: 0 auto;
    margin-top: 37px;
}
.subnavul li{
    float: left;
    width: 220px;
    height: 50px;
	margin-right:25px;
	margin-bottom:15px;
    background: #f7f7f7;
    border: 1px solid #dddddd;
}
.subnavul li a{
    font-size: 20px;
    display: block;
    color:#666666;
    text-align: center;
    line-height: 50px;
}


.subnavul li.curhover{
   background:#eb870e;
}
.subnavul li.curhover a{

    color:#fff;

}



.tongyongpages{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin-top: 100px;
	color: #666666;
}
.tongyongpages p{
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    line-height: 40px;
    text-align: center;
    color: #666666;
    border-radius: 5px;
    margin-right: 10px;
    transition: all .7s ease 0s;
}
.tongyongpages a{
    color: #666666;

}
.tongyongpages p a{
    color: #666666;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: all .7s ease 0s;
}
.tongyongpages .active{
    background: #666666;
    border: 1px solid #666666;
}
.tongyongpages .active a{
    color: #ffffff;
}
.tongyongpages p:hover{
    background: #666666;
    border: 1px solid #666666;
}
.tongyongpages p:hover a{
    color: #ffffff;
}



.bh-rongyulist-lis{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 39px;
}
.bh-rongyulist-lis li{
    float: left;
    width: 270px;
    height: 419px;
    margin-left: 7px;
    margin-bottom: 9px;
    background: #e0ebf6;
}
.bh-rongyulist-div{
    width: 270px;
    height: 364px;
    margin: 0 auto;

    overflow: hidden;
    background: #0090d5;

}
.bh-rongyulist-div img{
    width:270px;
    height: 364px;
    margin: 0 auto;
    display: block;
    transition: all 0.6s;
}
.bh-rongyulist-lis li:hover .bh-rongyulist-div{
    background: #eb880e;
}
.bh-rongyulist-lis li:hover .bh-rongyulist-div img{
    transform: scale(0.8);
}
.bh-rongyulist-as{
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
