

/*大图背景*/
.d_bg{
    width:100%;
}
.d_bg img{
    width:100%;
    height:100%;
    width:1900px;
    height:2300px;
}
/*大图背景end*/

/*产品*/
.di_one{
    background-color: #ededed;
    width:100vw;
    height:100%;
    padding-top:5%;

}
.di_one .h1{
    width: 1184px;
    text-align: right;
    margin:0 auto;
    padding-right: 5px;
}
.di_one .ul_one{
    width: 1184px;
    margin:0 auto;

}
.di_one .ul_one .li_one{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-top:10px;
    position: relative;
}
.di_one .ul_two{
    background-color: #fff;
    text-align: center;
    z-index: 2000;
    padding-left: 20%;
}
.di_one .ul_two .li_two{
    float:left;
    margin-left:5%;
}
.di_one .ul_two .li_two a img{
    width:40px;
}
.di_one .ul_two a:hover{
    cursor:pointer;
}

.di_one .ul_one .li_one .ul_two .li_two .di_ma {
    position: absolute;
    top:10px;
    background-color:rgba(0,0,0,0.5);
    z-index: 2100;
    width: 288px;
    height: 271px;
    left:0;
    text-align: center;

}
.di_one .di_three{
    background-color: #fff;

    z-index: 2000;
    padding:7% 10px 5% 10px;

}
.di_one .di_three .a1{
    margin-left: 3%;
}
.di_three .a2{
    margin-top: -3px;
    background-color:#000000;
    float:right;
    cursor: pointer;
    padding:3px 6px;
}
.di_one .ul_one .li_one .ul_two .li_two .di_ma img{
    width: 160px;
    height:160px;
    margin-top: 50px;
}
.di_one .ul_one .li_one .ul_two .li_two .di_ma .wb_3{
    color:#ffffff;
    width:100%;
    margin-top: 20px;
}
.di_ma{
    display: none;
}
.fx_2:hover .di_ma{
    display:block;
}
.di_one .di_three a.a2{
    color:#f8f8f8 !important;
}
.di_one .di_three a.a2:hover{
    background-color: #333333;
    color:#ffffff !important;
}
/*产品end*/

/*底部翻页菜单*/
.di_one .di_four{
    padding-top:3%;
    padding-bottom: 3%;
    text-align: center;
}

.di_one .di_four a{
    border:1px solid #ccc;
    border-radius: 5px;
    padding:6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:1%;

}
.di_one .di_four a:hover{
    cursor: pointer;
}

.about-div1{
    text-align: center;
}
.about-ul{
    display: inline-block;
    overflow: auto;
}
.about-ul li{
    display: inline;
    float: left;
    padding:3px 10px;
    background-color:#0BA3FF;
    color:#ffffff;
    margin:40px 5px 30px 5px ;
}
.about-ul li:hover{
    background: rgba(0,149,240,0.6);
}
.about-ul li a{
    color: #fff;
    font-size: 16px;
}
.about-ul li a:hover{
    color: #fff !important;
}
.media-object{
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}

.media-object:hover{
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/*底部翻页菜单end*/
