﻿
/*<!-- 小导航 -->*/
.fleet_nav{line-height: 36px;height: 36px;font-size: 16px;color: #fff;background: #666;}
.fleet_nav a{color: #fff;}
.bread_crumb i{padding: 0 15px;}
.fleet_nav .item{margin-left: 10px;padding: 0 10px;}
.fleet_nav .item.active{background: #484848;}

sup {
    font-size:12px;
}
/*焦点图start*/
.carousel-indicators li {
    width: 42px; height: 6px;border:none;background:rgba(255, 255, 255, 0.36);margin:0 5px 0 0;    -webkit-transition: all .300s;-moz-transition: all .300s;  -o-transition: all .300s; transition: all .300s;
}
.carousel-indicators .active {
    width: 42px; height: 6px;border:none;background:rgb(255, 255, 255);margin:0 5px 0 0;
}
.carousel-control {
    width:9%;
}
.carousel-control.to-left {
    background: url(/images/service/dg_left.png) no-repeat center center;
    
}
    .carousel-control.to-left:hover {
        opacity:1;
    }
.carousel-control.to-right {
    left: auto;
    right: 0;
    background: url(/images/service/dg_right.png) no-repeat center center;
}
    .carousel-control.to-right:hover  {
        opacity:1;
    }

.frame_banner {
    background:#fff;padding-bottom: 180px;
}
    .frame_banner .title {
        font-size: 45px;padding: 110px 0 120px;text-align: center;color:#333;cursor:default;
    }
    
/*焦点图end*/

    
    
.frame_intro {
    background:#eee;padding-bottom: 120px;
}
    .frame_intro .title {
        font-size: 40px;padding: 90px 0 100px;text-align: center;color:#333;cursor:default;
    }
    
    .frame_intro .content {
        display:table;width:100%;
    }
        .frame_intro .content .d_l {
            display:table-cell;width:26%;vertical-align:middle;
        }
        .frame_intro .content .d_r {
            display:table-cell;width:74%;padding-left:60px;vertical-align:top;color:#666;font-size:16px;line-height:26px;
        }
            .frame_intro .content .d_r p {
                padding-bottom:10px;text-indent:2em;
            }
        


            
.frame_service {
    background:#fff;padding-bottom:115px;
}
    .frame_service .title {
        font-size: 40px;padding: 75px 0 40px;text-align: center;color:#333;cursor:default;
    }
    
    .frame_service .nav {
        background:#fff;padding: 15px 0 15px;border-bottom:1px dashed #ccc; -webkit-transition: all .300s; -moz-transition: all .300s; -o-transition: all .300s; transition: all .300s;
    }
    .frame_service .nav.active {
        position:fixed;width:100%;left:0;top:0;z-index:100;min-width:1000px;
    }
        .frame_service .nav ul {
            width:85%;margin:0 auto;
        }
        .frame_service .nav ul li {
            float:left;width:20%;padding:0 2%;
        }
            .frame_service .nav ul li a {
                display:block;color:#999;font-weight:bold;text-align:center;line-height:65px;cursor:pointer;font-size:16px;
            }
            .frame_service .nav ul li a:hover, .frame_service .nav ul li a.active{
                color:#fff;background:#35a9fe;
            }

    .frame_service .nav_content {

    }
    
    .frame_service .nav_content > div.part {

        font-size:14px;line-height:25px;  color:#333;
    }
        .frame_service .nav_content .title {
            font-size:28px;color:#35a9fe;padding:90px 0 90px;line-height:30px;
        }
        .frame_service .nav_content table tr{
            
        }
        .frame_service .nav_content table tr td{
            vertical-align:top;padding-bottom:40px;
        }



        
.frame_contact {
    background:url(/images/service/nj_service_bg.png) no-repeat;padding-bottom:135px;
}
    .frame_contact .title {
        font-size: 40px;padding: 135px 0 145px;text-align: center;color:#fff;cursor:default;
    }
    .frame_contact .content {
        padding-left:230px;padding-right:110px;
    }
    .frame_contact .content ul li {
        float:left;width:50%;font-size:15px;line-height:20px; color:#fff;padding-bottom:20px;
    }
    
.frame_map {
    width:100%;height:450px;
}
    
