/**/
.nav img{
    position: relative;
    z-index: 1;
}
.nav .nav-bottom {
    position: absolute;
    width: 1200px;
    height: 60px;
    z-index: 100;
    line-height: 60px;
    left: 50%;
    margin-left: -600px;
    margin-top: -30px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.18);
       -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.18);
         -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.18);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.18);
}
.nav-bottom li{
    float: left;
    width: 240px;
    font-size: 16px;
    /*color:#666 !important;*/
    text-align: center;
    background-color: #fff;
}

.nav-bottom li a {
    color:#666
}
.nav-bottom li:hover a{
    padding: 18px 71px;
    /*background-color: #ddd;*/
}

.nav-bottom li:hover{
    background-color: #ddd;
    color:#fff !important;
}
/*.nav-bottom li a:hover {*/
    /*color:#fff !important;*/
/*}*/

.rowImg img{
    width: 100%;
    margin-top: -30px;
}
/*service*/
.service {
    position: absolute;
    width: 100%;
    margin: 5% 20% 0;
}
.service h3 ,.service04 h3{
    color:#333;
    margin-bottom: 14px;
}
.service h3 span , .service04 h3 span{
    font-size: 1.7rem;
    color:#F6971F;
}
.service p {
    padding-bottom: 5px;
}
/*service04*/
.service04 {
    margin-top:66px;
}
.service04 img {
    margin-top:0;
}
/* product_video_office.html*/
.box{
    position:relative;
    background: url('../images/product/video_office09.jpg') no-repeat;
}
.box .box_inner {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom:83px;
}
.box .box_inner h3 {
    font-size: 18px;
    color:#eee;
}
.box .box_inner h2 {
    margin-bottom: 22px;
    font-size: 34px;
    color:#ffe;
}
.box .box_inner p{
    font-size:14px;
    color:#ccc;
}