/* Account for fixed navbar */
body {
  min-width: 1200px;
  background: #eee;
}

/* Reset the container */
.container {
    width: 1200px;
    min-width: 1200px;
    margin:0px auto;
    padding: 0px;
    background: #F5F0E5;
    /*max-width: none !important;*/
}

/* top */
.top {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
    background: #F5F0E5;
    overflow: hidden;
}

.top .top-logo{
    height: 295px;
}

.top .top-menu{
    height: 40px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    background: #fff;
    overflow: hidden;
}

.top .top-menu .sNav{
    height:40px; 
    margin: 0px auto; 
    padding: 0px;
    /*margin-top: 1px;*/
    float: left;
}
.top .top-menu .sNav > a{
    width: 151px;
    font-size:15px; 
    list-style: none; 
    float:left; 
    text-decoration: none; 
    position: relative; 
    overflow: hidden;
    display: block;
}
.top .top-menu .sNav > a.first{
    width: 143px;
}
.top .top-menu .sNav > a li{
    background:#222222;
    padding:0px; 
    text-align: center; 
    color:white; 
    height: 40px; 
    line-height:40px;
}
.top .top-menu .sNav > a.selected li{
    background:#993300;
}
.top .top-menu .sNav > a span{
    background:#993300; 
    text-align: center; 
    color: white;
}

.top .top-menu .sNav > a span{
    background:#993300; 
    text-align: center; 
    color: white;
}

.top .top-banner{
    width: 1200px;
    /*height: 235px;*/
    margin: 0px auto;
    padding: 0px;
}

.top .top-banner .top-banner-bg{
    width: 1200px;
    height: 12px;
    background: url("../images/carousel-top-bg.jpg") no-repeat #fff;
}
.top .top-banner .top-banner-subpage{
    width: 1200px;
    height: 200px;
    /*background: url("../images/carousel-top-bg.jpg") no-repeat #fff;*/
}

.top .top-banner #indexpic{
    width: 1200px;
    height: 350px;
}
/* top end */

.middle{
    width: 1200px;
    margin: 0 auto;
    color: #59595A;
    background: #F5F0E5;
}

.middle .more{
    float: right;
    padding-right: 10px;
    font-size: 13px;
    color: #222;
}

.middle a{
    color: #59595A;
}

.middle a:hover{
    text-decoration: none;
    color: #CC3300;
}

.middle .middle-index-1{
    margin-top: 5px;
    overflow: hidden;
}

.middle .middle-index-1 .left{
    float: left;
    width: 570px;
    background: #fff;
}

.middle .middle-index-1 .left .header{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background: url("../images/hb-1-left.png") no-repeat 0px -10px;
    border-bottom: solid 1px #993300;
}
.middle .middle-index-1 .left .header .title{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    padding-left: 70px;
}

.middle .middle-index-1 .left .content{
    width: 100%;
    height: 240px;
    /*height: 300px;*/
}

.middle .middle-index-1 .left .content .pic-box{
    width: 270px;
    height: 190px;
    float: left;
    overflow: hidden;
    background: red;
    position: relative;
    margin-top: 25px;
    margin-left: 15px;
}
.middle .middle-index-1 .left .content .pic-box img{
    border: none;
    margin: 0px;
    padding: 0px;
    width: 270px;
    height: 190px;
    display: block;
}
.middle .middle-index-1 .left .content .pic-box span{
    display: block;
    text-align: center;
    width: 268px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    position: absolute;
    left: 1px;
    top: 159px;
    filter: alpha(opacity=40); 
    -khtml-opacity: 0.4; 
    -moz-opacity: 0.4; 
    opacity: 0.4;
    color: #fff;
}

.middle .middle-index-1 .left .content .txt-box{
    width: 285px;
    height: 190px;
    float: right;
    margin-top: 25px;
    padding: 0px 15px;
}

.middle .middle-index-1 .left .content .txt-box p{
    line-height: 21px;
    text-indent: 30px;
    text-align:Justify;
    text-justify:inter-ideograph;
}

.middle .middle-index-1 .right{
    float: right;
    width: 600px;
    background: #fff;
}

.middle .middle-index-1 .right .header{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    /*background: blue;*/
    border-bottom: solid 1px #993300;
    background: url("../images/hb-1-right.png") no-repeat 0px -10px;

}
.middle .middle-index-1 .right .header .title{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    padding-left: 70px;
}

.middle .middle-index-1 .right .list{
    /*background: #eee;*/
    width: 600px;
    height: 240px;
}
.middle .middle-index-1 .right .list .item{
    margin:0 auto;
    padding-top: 5px;
    /*margin-top: 5px;*/
    /*padding-left: 20px;*/
}
.middle .middle-index-1 .right .list .item .title{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
}

.middle .middle-index-1 .right .list .item .txt{
    display: block;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
}

.middle .middle-index-2{
    margin-top: 15px;
    background: #eee;
    overflow: hidden;
}

.middle .middle-index-2 .header{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background: #fff;
    border-bottom: solid 1px #993300;
    background: url("../images/hb-2-all.png") #fff no-repeat -10px -10px;
}
.middle .middle-index-2 .header .title{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    padding-left: 60px;
}

.middle .middle-index-2 .content{
    background: #fefefe;
    /*background: red;*/
    /*height: 180px;*/
    /*height: 330px;*/
    margin:0 auto;
    /*margin-top: 13px;*/
    padding: 15px 0px;
}


.middle .middle-index-3 {
    margin-top: 15px;
    overflow: hidden;
}

.middle .middle-index-3 .left{
    float: left;
    width: 570px;
    background: #fff;
}

.middle .middle-index-3 .left .header{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    border-bottom: solid 1px #993300;
    background: url("../images/hb-3-left.png") no-repeat 0px -13px;
}
.middle .middle-index-3 .left .header .title{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    padding-left: 65px;
}

.middle .middle-index-3 .left .content{
    width: 100%;
    height: 255px;
}

.middle .middle-index-3 .left .content .left{
    width: 280px;
    height: 255px;
    /*background: green;*/
    float: left;
    /*height: 300px;*/
}

.middle .middle-index-3 .left .content .right{
    width: 280px;
    height: 255px;
    /*background: blue;*/
    float: right;
    /*height: 300px;*/
}

.middle .middle-index-3 .left .content .item{
    padding: 10px;
}
.middle .middle-index-3 .left .content .item .pic{
    display: block;
    width: 120px;
    height: 120px;
    background: #eee;
    float: left;
    margin-right: 10px;
}

.middle .middle-index-3 .left .content .item p{
    text-indent: 8px;
    text-align:Justify;
    text-justify:inter-ideograph;
    line-height: 21px;
}

.middle .middle-index-3 .left .content img{
    width: 120px;
    height: 120px;
}

.middle .middle-index-3 .right{
    float: right;
    width: 600px;
    background: #fff;
}

.middle .middle-index-3 .right .header{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    /*background: blue;*/
    border-bottom: solid 1px #993300;
    background: url("../images/hb-3-right.png") no-repeat -5px -13px;
}
.middle .middle-index-3 .right .header .title{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    padding-left: 75px;
}

.middle .middle-index-3 .right .list{
    width: 600px;
    /*height: 240px;*/
    height: 255px;
}
.middle .middle-index-3 .right .list .item{
    margin:0 auto;
    /*padding-top: 5px;*/
    width: 290px;
    float: left;
    margin-left: 10px;
    /*background: blue;*/
    margin-top: 15px;
}
.middle .middle-index-3 .right .list .item .pic{
    display: block;
    width: 105px;
    height: 105px;
    float: left;
    /*background: red;*/
    /*display: none;*/
}
.middle .middle-index-3 .right .list .item .title{
    display: block;
    width: 185px;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    font-weight: 700;
    padding-left: 20px;
    /*background: yellow;*/
    float: left;
}

.middle .middle-index-3 .right .list .item .txt{
    display: block;
    font-size: 12px;
    width: 185px;
    text-indent: 15px;
    float: left;
    line-height: 20px;
    margin-top: 8px;
    padding-left: 5px;
    padding-right: 10px;
    text-align:Justify;
    text-justify:inter-ideograph;
}

.middle .middle-index-4{
    margin-top: 15px;
    overflow: hidden;
}

.middle .middle-index-4 .header{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    /*background: blue;*/
    border-bottom: solid 1px #993300;
    background: url("../images/hb-4-all.png") #fff no-repeat -5px -10px;
}
.middle .middle-index-4 .header .title{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    padding-left: 60px;
}

.middle .middle-index-4 .content{
    /*width: 100%;*/
    height: 480px;
    overflow: hidden;
    background: #fff;
}

.middle .middle-index-4 .content .left{
    float: left;
    width: 640px;
    /*height: 470px;*/
    background: #fff;
}

.middle .middle-index-4 .content .left .pic{
    margin-top: 15px;
    width: 640px;
    height: 420px;
}

.middle .middle-index-4 .content .left .pic img{
    width: 640px;
    height: 420px;
}

.middle .middle-index-4 .content .left .txt{
    display: block;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #222;
    color: #eee;
}

.middle .middle-index-4 .content .right{
    float: right;
    width: 540px;
}
.middle .middle-index-4 .content .right .list{
    margin-top: 5px;
}
.middle .middle-index-4 .content .right .list .item{
    width: 170px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    background: #fff;
}
.middle .middle-index-4 .content .right .list .item .pic{
    display: block;
    width: 170px;
    height: 122px;
}
.middle .middle-index-4 .content .right .list .item .pic img{
    display: block;
    width: 170px;
    height: 122px;
}
.middle .middle-index-4 .content .right .list .item .txt{
    display: block;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #222;
    color: #eee;
}

/* 首页整体图片滚动 220*150 */
.rollshow{
    height: 150px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.rollshow .prev{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #222222;
    cursor: pointer;
    color: #eee;
}
.rollshow a.prev:hover{
    background: #993300;
    color: #fff;
}

.rollshow .next{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #222222;
    cursor: pointer;
    color: #eee;
}
.rollshow a.next:hover{
    background: #993300;
    color: #fff;
}

.rollshow .rollbox{
    position: absolute;
    left: 30px;
    top: 0px;
    width: 1140px;
    background: #fefefe;
    overflow: hidden;
}
.rollshow #roll{
    width: 200%;
}
.rollshow #roll dd{
    width: 220px;
    height: 150px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.rollshow #roll dd .desc{
    display: block;
    display: none;
    position: absolute;
    left: 1px;
    top: 119px;
    width: 218px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    text-align: left;
    text-indent: 10px;
    color: #666;
    filter: alpha(opacity=60); 
    -khtml-opacity: 0.6; 
    -moz-opacity: 0.6; 
    opacity: 0.6; 
}

.rollshow #roll dd img{
    width: 220px;
    height: 150px;
    border:none;
}
/* 整体图片滚动 end */


/* subpage css*/
.middle .pagenav{
    width: 1200px;
    background: #fff;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

.middle .middle-subpage-1{
    overflow: hidden;
    /*height: 200px;*/
    background: #fff;
    margin-top: 5px;
}

.middle .middle-subpage-1 .left{
    float: left;
    width: 320px;
    /*background: #ccc;*/
}

.middle .middle-subpage-1 .left .top-nav{
    /*height: 300px;*/
    overflow: hidden;
    /*background: blue;*/
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-1 .left .top-nav .nav-header{
    height: 50px;
    background: url("../images/hb-1-left.png") #fff no-repeat 0px -10px;
    line-height: 50px;
    padding-left: 70px;
    font-size: 19px;
    font-weight: bold;
    color: #993300;
    border-bottom: solid 1px #eee;
}
/* 左侧导航树最下*/

.middle .middle-subpage-1 .left .middle-search{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-1 .left .middle-search .search-title{
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    padding-left: 15px;
}

.middle .middle-subpage-1 .left .bottom-union{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-1 .right{
    float: right;
    width: 880px;
    /*background: #cc3300;*/
}
.middle .middle-subpage-1 .right .title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
    background: #fefefe;
}
.middle .middle-subpage-1 .right .content{
    padding:0px 40px 20px 40px;
    text-align:Justify;
    text-justify:inter-ideograph;
}

.middle .middle-subpage-2{
    overflow: hidden;
    /*height: 200px;*/
    background: #fff;
    margin-top: 5px;
}
.middle .middle-subpage-2 .left{
    float: left;
    width: 320px;
    background: #fff;
    /*background: #ccc;*/
}

.middle .middle-subpage-2 .left .top-nav{
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-2 .left .top-nav .nav-header{
    height: 50px;
    background: url("../images/hb-3-right.png") #fff no-repeat -5px -12px;
    line-height: 50px;
    padding-left: 70px;
    font-size: 19px;
    font-weight: bold;
    color: #993300;
    border-bottom: solid 1px #eee;
}

.middle .middle-subpage-2 .left .top-nav .nav-picbox{
    width: 310px;
    height: 360px;
    background: red;
}

.middle .middle-subpage-2 .left .middle-search{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}

.middle .middle-subpage-2 .left .middle-search .search-title{
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    padding-left: 15px;
}

.middle .middle-subpage-2 .left .bottom-union{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-2 .right{
    float: right;
    width: 865px;
    background: #fff;
    /*background: #cc3300;*/
}

.middle .middle-subpage-2 .right .list{
    /*background: red;*/
    /*margin-left: 15px;*/
}
.middle .middle-subpage-2 .right .list .header{
    display: none;
    line-height: 130px;
    font-size: 30px;
    text-align: center;
    height: 130px;
    background: url("../images/sp4-11.jpg") green no-repeat 0px;
    /*background: #cc3300;*/
}

.middle .middle-subpage-2 .right .list .content{
    padding:15px;
    text-align:Justify;
    text-justify:inter-ideograph;
}
.middle .middle-subpage-2 .right .list .content .item{
    margin-top: 30px;
    
}
.middle .middle-subpage-2 .right .list .content .item .title{
    text-align: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    padding-left: 33px;
}
.middle .middle-subpage-2 .right .list .content .item .description{
    margin-top: 5px;
    /*text-indent: 15px;*/
    line-height: 25px;
    padding-left: 30px;
    padding-right: 40px;
}
.middle .middle-subpage-2 .right .list .content .item .picbox{
    margin-top: 15px;
    height: 180px;
    background: #eee;
}

.middle .middle-subpage-2 .right .list .page{
    /*width: 100%;*/
    /*height: 50px;*/
    /*background: green;*/
    text-align: center;
}

.middle .middle-subpage-2 .right .title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
    background: #fefefe;
}
.middle .middle-subpage-2 .right .content{
    padding:20px 40px;
    /* 对齐 */
    text-align:Justify;
    text-justify:inter-ideograph;
    /*background: red;*/
}

.middle .middle-subpage-2 .right .toolbox{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    text-align: right;
}


.middle .middle-subpage-3{
    overflow: hidden;
    /*height: 200px;*/
    background: #fff;
    margin-top: 5px;
}




.middle .middle-subpage-4{
    overflow: hidden;
    margin-top: 5px;
}

.middle .middle-subpage-4 .left{
    float: left;
    width: 320px;
    background: #fff;
    /*background: #ccc;*/
}

.middle .middle-subpage-4 .left .top-nav{
    /*height: 300px;*/
    overflow: hidden;
    /*background: blue;*/
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-4 .left .top-nav .nav-header{
    height: 50px;
    background: url("../images/hb-2-all.png") #fff no-repeat -5px -10px;
    line-height: 50px;
    padding-left: 70px;
    font-size: 19px;
    font-weight: bold;
    color: #993300;
    border-bottom: solid 1px #eee;
}
/* 左侧导航树最下*/

.middle .middle-subpage-4 .left .middle-search{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}

.middle .middle-subpage-4 .left .middle-search .search-title{
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    padding-left: 15px;
}

.middle .middle-subpage-4 .left .bottom-union{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-4 .right{
    float: right;
    width: 865px;
    background: #fff;
    /*background: #cc3300;*/
}

.middle .middle-subpage-4 .right .list{

    /*background: red;*/
    /*margin-left: 15px;*/
    /*background: red;*/
}
.middle .middle-subpage-4 .right .list .header{
    font-size: 13px;
    text-align: center;
    height: 160px;
    background: url("../images/sp4-1.jpg") #fff no-repeat 0px;
    margin-left: 5px;
    padding-left: 130px;
    padding-right: 60px;
    padding-top: 35px;
    line-height: 24px;
    text-indent: 30px;
    text-align: left;
    text-align:Justify;
    text-justify:inter-ideograph;

    /*background: #cc3300;*/
}

.middle .middle-subpage-4 .right .list .content{
    padding:0px 15px 15px 15px;
    text-align:Justify;
    text-justify:inter-ideograph;
}
.middle .middle-subpage-4 .right .list .content .item{
    margin-top: 30px;
    border-bottom: solid 2px #ccc;
}
.middle .middle-subpage-4 .right .list .content .item .title{
    text-align: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}
.middle .middle-subpage-4 .right .list .content .item .description{
    margin-top: 5px;
    text-indent: 25px;
    line-height: 25px;
}
.middle .middle-subpage-4 .right .list .content .item .picbox{
    margin-top: 15px;
    height: 160px;
    width: 835px;
    background: #fefefe;
    padding-left: 15px;
    padding-top: 15px;
}

.middle .middle-subpage-4 .right .list .content .item .picbox .pic{
    display: block;
    margin:0px;
    padding: 0px;
    float: left;
    margin-right: 15px;
}
.middle .middle-subpage-4 .right .list .content .item .picbox .pic img{
    margin: 0px;
    padding: 0px;
    border: none;
    width: 190px;
    height: 130px;
}

.middle .middle-subpage-4 .right .gzlyviewbox{
    width: 100%;
    background: #ccc;
    /*height: 600px;*/
    overflow: hidden;
}

.middle .middle-subpage-4 .right .gzlyviewbox .header{
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.middle .middle-subpage-4 .right .gzlyviewbox .header .title{
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 17px;
}

.middle .middle-subpage-4 .right .gzlyviewbox .content{
    background: #fff;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
    /*overflow: hidden;*/
}

.middle .middle-subpage-4 .right .gzlyviewbox .content ul.gallery{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.middle .middle-subpage-4 .right .gzlyviewbox .content ul.gallery li{
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
}

.middle .middle-subpage-4 .right .gzlyviewbox .content ul.gallery img{
    width: 197px;
    height: 111px;
}

.middle .middle-subpage-4 .right .gzlyviewbox .content ul.gallery .desc{
    display: none;
    display: block;
    position: absolute;
    width: 197px;
    left: 0px;
    top: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
/*    background: #FFF;
    filter: alpha(opacity=40); 
    -khtml-opacity: 0.4; 
    -moz-opacity: 0.4; 
    opacity: 0.4;*/

    /*background:rgba(255, 255, 255, 0.5)!important;*/
    /*background:rgba(246, 172, 91, 0.2)!important;*/
    background:rgba(255, 255, 255, 0.6)!important;
    filter:Alpha(opacity=60); 
    background:#fff; /*　使用IE专属滤镜实现IE背景透明*/
}


.middle .middle-subpage-4 .right .gzlyviewbox .content ul.gallery .desc p{ 
    position:relative;
    color: #111;
} 

.middle .middle-subpage-4 .right .gzlyviewbox .toolbox{
    padding: 40px 40px;
    /*height: 50px;*/
    text-align: right;
    background: #fff;
}



.middle .middle-subpage-6{
    overflow: hidden;
    background: #fff;
    margin-top: 5px;
}
.middle .middle-subpage-6 .left{
    float: left;
    width: 320px;
    background: #fff;
    /*background: #ccc;*/
}

.middle .middle-subpage-6 .left .top-nav{
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-6 .left .top-nav .nav-header{
    height: 50px;
    background: url("../images/hb-3-right.png") #fff no-repeat -5px -12px;
    line-height: 50px;
    padding-left: 70px;
    font-size: 19px;
    font-weight: bold;
    color: #993300;
    border-bottom: solid 1px #eee;
}

.middle .middle-subpage-6 .left .top-nav .nav-picbox{
    width: 310px;
    height: 360px;
    /*background: red;*/
}

.middle .middle-subpage-6 .left .middle-search{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}

.middle .middle-subpage-6 .left .middle-search .search-title{
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    padding-left: 15px;
}

.middle .middle-subpage-6 .left .bottom-union{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-6 .right{
    float: right;
    width: 865px;
    background: #fff;
    overflow: hidden;
}

.middle .middle-subpage-6 .right .content{
    margin-top: 30px;
    overflow: hidden;
}

.middle .middle-subpage-6 .right .content .header{
    padding: 10px 40px;
    background: #fff;
}

.middle .middle-subpage-6 .right .content .header .title{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 23px;
    font-weight: bold;
    background: #fefefe;
    border-bottom: solid 1px #cc3300;
}

.middle .middle-subpage-6 .right .content .header .desc{
    margin-top: 15px;
    line-height: 21px;
    font-size: 13px;
}
.middle .middle-subpage-6 .right .content .header p{
    font-size: 13px;
    line-height: 21px;
}

.middle .middle-subpage-6 .right .content .videobox{
    width: 630px;
    height: 410px;
    margin: 0 auto;
    padding: 0;
/*    background: green;
    background: #cc3300;*/
    /*overflow: hidden;*/
}

.middle .middle-subpage-6 .right .content .videolist{
    width: 780px;
    height: 290px;
    margin: 0 auto;
    margin-top: 30px;
    border-top: solid 1px #cc3300;
}
.middle .middle-subpage-6 .right .content .videolist ul{
    list-style: none;
    margin: 0px;
    padding: 0px;

    /*margin-top: 15px;*/
}
.middle .middle-subpage-6 .right .content .videolist ul li{
    float: left;
    width: 156px;
    text-align: center;
    margin-top: 30px;
}
.middle .middle-subpage-6 .right .content .videolist ul li img{
    width: 130px;
}
.middle .middle-subpage-6 .right .content .videolist ul li span{
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    margin-left: 13px;
}



.middle .middle-subpage-7{
    overflow: hidden;
    /*height: 200px;*/
    background: #fff;
    margin-top: 5px;
}
.middle .middle-subpage-7 .left{
    float: left;
    width: 320px;
    background: #fff;
    /*background: #ccc;*/
}

.middle .middle-subpage-7 .left .top-nav{
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-7 .left .top-nav .nav-header{
    height: 50px;
    /*background: url("../images/hb-3-right.png") #fff no-repeat -5px -12px;*/
    line-height: 50px;
    /*padding-left: 15px;*/
    font-size: 19px;
    font-weight: bold;
    color: #993300;
    border-bottom: solid 1px #eee;
}

.middle .middle-subpage-7 .left .top-nav .nav-picbox{
    width: 310px;
    height: 360px;
    background: red;
}

.middle .middle-subpage-7 .left .middle-search{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    /*background: #ccc;*/
}

.middle .middle-subpage-7 .left .bottom-union{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.middle .middle-subpage-7 .left .middle-search .imgheader{
    display: block;
    width: 310px;
    background: red;
}

.middle .middle-subpage-7 .left .middle-search .bt1{
    display: block;
    width: 310px;
    background: red;
    margin-top: 10px;
}

.middle .middle-subpage-7 .left .middle-search .search-title{
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    padding-left: 15px;
}

.middle .middle-subpage-7 .right{
    float: right;
    width: 865px;
    background: #fff;
    /*background: #cc3300;*/
    overflow: hidden;
}




.middle .middle-subpage-7 .right .searchctlbox{
    /*height: 80px;*/
    /*background: blue;*/
    /*margin-right: 15px;*/
    /*text-align: center;*/
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
}


.middle .middle-subpage-7 .right .result-box{
    /*height: 100px;*/
    width: 835px;
    /*background: #efffff;*/
    border-top: solid 1px #ccc;
}

.middle .middle-subpage-7 .right .result-box .item{
    padding-left: 15px;
    padding-right: 15px; 
    padding-bottom: 15px;   
    margin-top: 15px;
}

.middle .middle-subpage-7 .right .result-box .item .title{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
}

.middle .middle-subpage-7 .right .result-box .item .description{
    line-height: 21px;
    text-align:Justify;
    text-justify:inter-ideograph;
    /*border-bottom: solid 1px #ccc;*/
}


.middle .middle-subpage-7 .right .result-page{
    text-align: center;
    /*background: #ccc;*/
}




/* foot start*/
.foot{
    width: 1200px;
    height: 139px;
    margin: 0px auto;
    margin-top: 15px;
    padding: 0px;
    border-top: solid 1px red;
    background: url("../images/foot-bg.jpg") #fff;
}



/* 左侧导航树 */
#left-nav{
    margin: 0;
    padding: 0;
    border:0;
    list-style: none;
    width:100%;
    display: block;
}

#left-nav li{
    margin: 0;
    padding: 0;
    border:0;
    display: block;
    list-style: none;
}

#left-nav li a{
    display:block;
    color:#666;
    height:40px;
    line-height:40px;
    text-align:left;
    border-bottom:1px solid #eee;
    padding-left: 15px;
}
#left-nav li a i{
    display: none;
    float: right;
    line-height: 40px;
    margin-right: 5px;
}
#left-nav li a.active{
    color:#CC3300;
    text-decoration:none;
    border-bottom:1px solid #CC3300;
}

#left-nav li a.active i{
    display: block;
}

#left-nav li a:hover{
    color:#CC3300;
    text-decoration:none;
    border-bottom:1px solid #CC3300;
}

#left-nav li a:hover i{
    display: block;
}


/* jquery 轮播图 公共样式 */
li.hiSlider-item{
    list-style: none;
    float: left;
}
li.hiSlider-item img{
    display: block;
    margin: 0 auto;
}
ul.hiSlider{
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
}
/*  jquery 轮播图 end */


/* 图片新闻 轮播图 ul */
ul.hiSlider1{
    height: 360px;
    width: 310px;
}




