@charset "utf-8";
/*全局样式*/
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
body{
    font-size: 12px;
    font-family: "微软雅黑";
    width: 100%;
    min-width:1200px;
    margin: 0 auto;
    background: #f3f3f3;
}
ul,ol{
    list-style: none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}

.clearfix{
    　　content: "";
    　　display: block;
    height: 0;
    clear: both;
    　　visibility:hidden;
    　　overflow:hidden；
}
/*头部样式*/
#header{
  width: 1135px;
    height: 170px;
    background: url(../img/header2.png) repeat-x left top;
    margin: 0px auto;
}
#header .header_title a:hover{
    color: #cc3333;
}
#header .header_content{
    width: 1135px;
    height: 170px;
    margin: 0 auto;
    /*background: url(../img/header.png) no-repeat left top;*/
    position: relative;
}
#header .header_title{
    position: absolute;
    top: 3px;
    right: 0;
}

#header .header_title li{
    float: left;
    margin: 0 20px 0 0;
    color: #666666;
}
#header .header_title li:first-child{
    background: url(../img/danghui.png) no-repeat left center;
    text-indent: 25px;
}
#header .header_title li:nth-child(2){
    background: url(../img/guohui.png) no-repeat left center;
    text-indent: 24px;
}
/*IE兼容*/
#header .header_title li:first-child+li{
    background: url(../img/guohui.png) no-repeat left center\0;
    text-indent: 24px\0;
}
#header .header_body{
    position: absolute;
    right: 22px;
    top: 22px;
}

#header .header_body li{
    float: left;
    border:1px solid #cccccc;
    padding: 6px;
    margin: 0 0 0 5px;
}
#header .header_body li:first-child{
    height:29.273px;
}
#header .header_body li>a{
    color: #2b2b2b;
}
#header .header_body li>a:hover{
    color: #cc3333;
}
#header .header_body input{
    width: 225px;
    height: 27px;
    float: left;
    outline: none;
}
#header .header_body input[type=text]{
    text-indent: 10px;
}
#header .header_body input[type=image]{
    width: 78px;
    height: 27px;
    float: left;
    background: #cc3333 url(../img/seach.png) no-repeat center;
    color: rgba(0,0,0,0);
}
#header .header_body .inquiry{
    height: 38px;
    border: 5px solid #f6f6f6;
    border-radius: 5px;
    margin: 5px 0 0 0;
}
/*导航栏样式*/
#nav{
    width: 100%;
    overflow: hidden;
    background: #cc3333;
    margin:0 auto;
}
#nav .nav_content{
    background: url("../img/111.png");
    width: 1235px;
    height: 47px;
    margin: 0 auto;
}
#nav .nav_content ul{
	overflow: hidden;
    margin: 0 0 0 35px;
}
#nav .nav_content li{
    float: left;
    background: url(../img/line.png) no-repeat right top;
    width: 120px;
    line-height: 45px;
    text-align: center;
}
#nav .nav_content li:first-child{
    background: url(../img/nav.png) no-repeat left center,url(../img/line.png) no-repeat right top;
    text-indent: 15px;
}
/*ie兼容*/
#nav .nav_content li:first-child+li+li+li+li+li+li+li+li{
    background: none\0;
}
#nav .nav_content li:last-child{
    background: none;
}
#nav .nav_content li>a{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
/*主体样式*/
#body{
     width: 1200px;
    height: 100%;
  
    margin: 0px auto;

}
#body  a{
    color: #2b2b2b;
}
#body  a:hover{
    color: #cc3333;
}
#body .box{
    width: 1135px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
}

/*轮播内容样式*/
#body .banner_content{
    width: 1130px;
    height: 345px;
    margin: 0 auto ;
    background: #fff;
}
#body .banner_left{
    margin: 0 20px 0 0;
    float: left;
}
#body .banner_left img{
    width: 575px;
    height: 325px;
}
#body .banner_right{
    float: left;
    width: 500px;
}
#body .brt{
    width: 500px;
    overflow: auto;
    margin: 1px 0 0 0;
    border-top: 1px dashed #ccc;
}
#body .brt h3{
    line-height: 35px;
    margin: 10px 10px 0 10px;
    font-size: 22px;
}
#body .brt h3:hover{
    color: #cc3333;
}
#body .brt p{
    line-height: 23px;
    font-size: 14px;
    text-indent: 2em;
    margin: 10px 10px 25px 10px;
    color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#body .brb{
    width: 500px;
    height: 155px;
    border-top: 1px dashed #ccc;
}
#body .brb h3{
    line-height: 35px;
    margin: 10px 10px 0 10px;
    font-size: 22px;
}
#body .brb h3:hover{
    color: #cc3333;
}
#body .brb p{
    line-height: 23px;
    font-size: 14px;
    text-indent: 2em;
    margin: 10px 10px 0 10px;
    color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
/*主体样式一*/

/*左半部分*/
#body .box1{
    height: 598px;
    margin: 5px 0 0 0;
    position: relative;
}
#body .box1_left{
    width: 575px;
    height: 582px;
    /*border: 1px solid #f1f1f1;*/
    margin: 0 30px 0 18px;
    float: left;
    background: url(../img/shadow_right.png) repeat-y right;
}
#body .box1_left .bg_right{
    background: url(../img/shadow_left.png) repeat-y left;
    height: 582px;
}
#body .bg_top{
    background: url(../img/shadow_top.png) repeat-x top;
    width: 567px;
    height: 9px;
    margin: 0px 14px 0 22px;
}
#body  .bg_bottom{
    background: url(../img/shadow_bottom.png) repeat-x bottom;
    height: 9px;
    margin: 0px 14px 0 26px;
    position: absolute;
    bottom: 0;
    width: 560px;
}
#body .box1_lt{
    width: 558px;
    height: 45px;
    border-bottom: 4px solid #cc3333;
    margin: 0 0 0 9px;
}
#body .box1_lt li{
    float: left;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
}
#body .box1_lt li>a{
    color: #cc3333;
}
#body .box1_lt li:first-child{
    background: #cc3333;

}
#body .box1_lt li:first-child a{
    color: #fff;
}
/*ie兼容*/
#body .box1_lt li:first-child+li+li {
    font-size: 14px\0;
    float: right\0;
    width: 90px\0;
    font-weight: 700\0;
}
#body .box1_lt li:first-child+li+li a{
    color: #2b2b2b\0;
}
#body .box1_lt li:first-child+li+li a:hover{
    color: #cc3333\0;
}
#body .box1_lt li:last-child {
    font-size: 14px;
    float: right;
    width: 90px;
    font-weight: 700;
}
#body .box1_lt li:last-child a:hover{
    color: #cc3333;
}
#box1_lc2{
    display: none;
}
/*#body .box1_lc ul:first-child{*/
    /*padding: 20px 0 20px 0;*/
    /*!*border-bottom:1px dashed #ccc;*!*/
    /*width: 535px;*/
    /*height: 260px;*/
    /*margin: 0 auto;*/
/*}*/
#body .line{
    width: 500px;
    margin: 0 auto;
    border: 1px dashed #ccc;
}
#body .box1_lt li:last-child+li+li a{
    color: #2b2b2b\0;
}
#body .box1_lc ul:first-child+ul{
    padding: 20px 0 20px 0\0;
    width: 535px\0;
    margin: 0 auto\0;
}
#body .box1_lc ul:first-child{
    padding: 20px 0 20px 0;
    width: 535px;
    margin: 0 auto;
}
#body .box1_lt li:last-child a{
    color: #2b2b2b;
}
#body .box1_lc li{
    margin: 5px 0 0 10px;
}
#body .box1_lc p{
    text-indent: 15px;
    width: 500px;
    color: #cccccc;
}
#body .box1_lc p:first-child {
    background: url(../img/dian.png) no-repeat left center;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#body .box1_lc p:first-child a{
    color: #333333;
}
#body .box1_lc p:first-child a:hover{
    color: #cc3333;
}
#body .box1_lc p:first-child:hover{
    background: url(../img/dian2.png) no-repeat left center;
}

/*右半部分*/
#body .box1_right_bg{

}
#body .box1_right{
    float: left;
    width: 490px;
    height: 582px;
    background-color: #ececec;
    outline: 10px solid #ececec;
}
#body .box1_right div{
    float: left;
    margin: 0 0 3px 0;
}
#body .box1_right .addClass{
    margin: 0 0 5px 6px;
}
#body .box1_right .box1_imgBottom{
    /*margin: 5px 0 0 13px;*/
}
#body .box1_right .box1_imgBottom{
    /*margin: 14px 0 0 13px;*/
}
#body .box1_right .addClass2{
    margin: 2px 0 0 0;
}
#body .box1_right .addClass3{
    margin: 2px 0 0 8px;
}

/*主体样式二*/
#body .box2{
    width: 1100px;
    height: 265px;
    background: #f3f3f3;
    margin: 0px 0 0 18px;
    position: relative;
}
/*主体样式二标题*/
#body .box2_tt{
    font-size: 20px;
    font-weight: 700;
    margin: 18px 0 0 18px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 18px 0 0 0;
}
#body .box2_tt li{
    float: left;
}
#body .box2_tt li{
    color: #999999;
}
#body .box2_tt li:first-child{
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    color: #cc3333;
    background: url(../img/box3_line.png) no-repeat right center;
}

#body .box2_tb{
    clear: both;
    font-size: 14px;
    margin: 21px 0 0 8px;
}
#body .box2_tb li{
    float: left;
    background: url(../img/box2_line.jpg) no-repeat right center;
    padding: 0 10px 0 10px;
    margin: 10px 0 0 0;
}
#body .box2_tb li:last-of-type{
    background: none;
}
#body .box2_tb li>a{
    color: #666;
}
#body .box2_tb li:first-child a{
    /*color: #cc3333;*/
}
#body .box2_content{
    width: 1100px;
    height: 185px;
    margin: 10px 0 0 0;
}
#box2_video{
    display: none;
}
/*主体样式三*/
#body .box3{
    width: 1100px;
    overflow: auto;
    margin: 35px 0 0 18px;
}
/*主体样式三左边部分*/
#body .box3 .box3_left{
    width: 250px;
    float: left;
}
#body .box3 .box3_lt{
    height: 40px;
    font-size: 20px;
    /*font-weight: 700;
    color: #cc3333;*/
    border-bottom: 1px solid #cccccc;
}
#body .box3 .box3_lc{
    margin: 18px 0 0 0;
}
#body .box3 .box3_table{
    margin: 7px 0 0 0;
    font-size: 14px;
    line-height: 23px;
    color: #2b2b2b;
}
#body .box3 .box3_table td{
    width: 100px;
}
/*主体样式三中间部分*/
#body .box3 .box3_center{
    width: 385px;
    margin: 0 0 0 40px;
    float: left;
}
#body .box3 .box3_ct{
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
}
#body .box3 .box3_ct #box3_tab1{
    /*margin: 0 12px 0 0;*/
    /*color: #cc3333;*/
    /*background: url(../img/box3_line.png) no-repeat right center;*/
    /*padding: 0 12px 0 0*/
}
#body .box3 .box3_ct span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}
#body .box3 .box3_cc #box3_tab2Content{
    display: none;
}
#body .box3 .box3_cc ul{
    margin: 7px 0 0 0;
}
#body .box3 .box3_cc li{
    font-size: 16px;
    line-height: 35px;
    background: url(../img/dian.png) no-repeat left center;
    text-indent: 10px;
    width: 355px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#body .box3 .box3_cc li:hover{
    background: url(../img/dian2.png) no-repeat left center;
}


/*主体样式三右边部分*/
#body .box3 .box3_right{
    width: 385px;
    margin: 0 0 0 40px;
    float: left;
}
#body .box3 .box3_rt{
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
}

#body .box3 .box3_rt span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}
#body .box3 .box3_rc ul{
    margin: 7px 0 0 0;
}
#body .box3 .box3_rc li{
    background: url(../img/dian.png) no-repeat left center;
    text-indent: 10px;
    font-size: 16px;
    line-height: 35px;
    width: 355px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#body .box3 .box3_rc li:hover{
    background: url(../img/dian2.png) no-repeat left center;
}

/*主体样式四*/
#body .box4{
    clear:both;
    width: 1100px;
    overflow: hidden;
    margin: 30px auto 0;
}
#body .box4 .box4_left{
    float: left;
    width: 250px;
}
#body .box4 .box4_lt{
    height: 40px;
    font-size: 20px;
    /*font-weight: 700;
    color: #cc3333;*/
    border-bottom: 1px solid #cccccc;
}
#body .box4 .box4_lc{
    margin: 18px 0 0 0;
    font-size: 14px;
}
#body .box4 .box4_lc p{
    line-height: 28px;
}
#body .box4 .box4_lc .p1 {
    background: url(../img/box4_logo1.png) no-repeat left 5px;
    text-indent: 105px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#body .box4 .box4_lc .p1-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
    margin: 0 0 23px 0;
    line-height: 20px;
}
#body .box4 .box4_lc .p2 {
    background: url(../img/box4_logo2.png) no-repeat left 3px;
    text-indent: 110px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 5px 0 0 0;
}
/*#body .box4 .box4_lc .p2-2{*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*color: #999999;*/
    /*font-size: 12px;*/
    /*margin: 0 0 5px 0;*/
/*}*/
#body .box4 .box4_lc .p3 {
    background: url(../img/box4_logo3.png) no-repeat left 7px;
    text-indent: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 5px 0 0 0;
}
/*#body .box4 .box4_lc .p3-2{*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*color: #999999;*/
    /*font-size: 12px;*/
/*}*/
/*主体样式四中间部分*/
#body .box4 .box4_center{
    float: left;
    width: 385px;
    margin: 0 0 0 40px;
}
#body .box4 .box4_ct{
    height: 40px;
    font-size: 20px;
    /*font-weight: 700;
    color: #cc3333;*/
    border-bottom: 1px solid #cccccc;
}
#body .box4 .box4_ct span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}
#body .box4 .box4_cc{
    margin: 10px 0 0 0;
}
#body .box4 .box4_cc .box4_cctl{
    /*float: left;*/
    text-align:center;
}
#body .box4 .box4_cc .box4_cctl p{
    text-align: center;
    font-size: 16px;
    margin: -3px 0 0 0;
}
#body .box4 .box4_cctr {
    float: left;
    margin: 0 0 0 15px;
    font-size: 12px;
    width: 200px;
}
#body .box4 .box4_cctr h3{
    font-weight: normal;
    text-align: center;
}
#body .box4 .box4_cctr p{
    color: #2b2b2b;
    line-height: 23px;
    margin: 3px 0 0 0;
    text-indent: 2em;
    position: relative;
    letter-spacing:0.5px;
}
#body .box4 .box4_cctr span{
    position: absolute;
    right: 3px;
    bottom: 0;
}

#body .box4 .box4_cct li:hover{
    background: url(../img/dian2.png) no-repeat left center;
}
#body .box4 .box4_ccb{
    margin: 30px 0 0 0;
    width: 385px;
    height: 180px;
    border:1px solid #cccccc;
}
#body .box4 .box4_ccb p{
    font-size: 18px;
    margin: 22px 0 0 22px;
}
#body .box4 .box4_ccb ul{
    margin: 10px 0 0 15px;
}
#body .box4 .box4_ccb li{
    line-height: 25px;
    font-size: 14px;
    width: 345px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url(../img/dian.png) no-repeat left center;
    text-indent: 15px;
}
#body .box4 .box4_ccb li:hover{
    background: url(../img/dian2.png) no-repeat left center;
}
/*主体样式四右边部分*/
#body .box4 .box4_right{
    float: left;
    width: 385px;
    margin: 0 0 0 40px;
}

#body .box4 .box4_rt{
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
}

#body .box4 .box4_rt span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}

#body .box4 .box4_right .box4_rc{
    margin: 20px 0 0 0;
}
#body .box4 .box4_right .div_img{
    width: 87px;
    height: 98px;
    background: #bfe2fe;
    float: left;
}
#body .box4 .box4_right .div_content{
    width: 265px;
    float: left;
    margin: 0 0 0 15px;
    color: #2b2b2b;
}
#body .box4 .box4_right .div_content p:first-child{
    font-size: 18px;
}
#body .box4 .div_content p{
    line-height: 25px;
}
#body .box4 .div_content p:last-of-type{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    letter-spacing:0.5px;
}
#body .box4 .box4_rc2{
    margin: 20px 0 0 0
}
#body .box4 .box4_rc3{
    margin: 20px 0 0 0
}
/*主体样式五*/
#body .box5{
    width: 1100px;
    overflow*: auto;
    margin: 30px auto 0;
}
#body .box5 .box5_left{
    float: left;
    width: 250px;
}
#body .box5 .box5_lt{
    height: 40px;
    font-size: 20px;
    /*font-weight: 700;
    color: #cc3333;*/
    border-bottom: 1px solid #ccc;
}
#body .box5 .box5_lc{
    width: 250px;
    height: 175px;
    text-align:center;
    /*border: 1px solid #ccc;*/
}
#body .box5 .box5_lc img{
    /*margin: 7px 0 0 68px;*/
    /*width: 115px;*/
}
#body .box5 .box5_center{
    float: left;
    margin: 1px 0 0 40px;
    width: 385px;
}
#body .box5 .box5_ct{
    height: 40px;
    font-size: 20px;

    border-bottom: 1px solid #cccccc;
}

#body .box5 .box5_ct span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}

#body .box5 .box5_cc{
    margin: 11px 0 0 0;
}
#body .box5 .box5_cc div{
    float: left;
}
#body .box5 .box5_cc a>p{
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0 0;
}
#body .box5 .box5_cc a>img{
    width: 167px;
    height: 115px;
}
#body .box5 .box5_cc ul{
    float: left;
    /*margin: 0 0 0 15px;*/
    font-size: 16px;
}
#body .box5 .box5_cc li{
    width: 385px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url(../img/dian.png) no-repeat left center;
    text-indent: 15px;
    line-height: 32px;
}

#body .box5 .box5_cc li:hover{
    background: url(../img/dian2.png) no-repeat left center;
}
#body .box5 .box5_right{
    float: left;
    margin: 0 0 0 40px;
    width: 385px;
}
#body .box5 .box5_rt{
    height: 40px;
    font-size: 20px;
    /*font-weight: 700;
    color: #cc3333;*/
    border-bottom: 1px solid #cccccc;
}

#body .box5 .box5_rt span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}

#body .box5 .box5_rc{
    margin: 11px 0 0 0;
}
#body .box5 .box5_rc div{
    float: left;
}
#body .box5 .box5_rc a>p{
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0 0;
}
#body .box5 .box5_rc a>img{
    width: 167px;
    height: 115px;
}
#body .box5 .box5_rc ul{
    float: left;
    /*margin: 0 0 0 15px;*/
    font-size: 16px;
}
#body .box5 .box5_rc li{
    width: 385px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url(../img/dian.png) no-repeat left center;
    text-indent: 15px;
    line-height: 32px;
}

#body .box5 .box5_rc li:hover{
    background: url(../img/dian2.png) no-repeat left center;
}
/*主体样式六*/
#body .box6{
    width: 1100px;
    overflow: auto;
    margin: 25px auto 0;
}
#body .box6 .box6_top{
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
}

#body .box6 .box6_top span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}
#body .box6 .box6_content{
    margin: 15px 0 0 0;
    overflow: auto;
}
#body .box6 .box6_left{
    float: left;
    width: 535px;
}
#body .box6 .box6_left .box6_leftTitle{
    width: 535px;
    height: 40px;
}
#body .box6 .box6_left .box6_leftTitle li{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin: 0 0 0 10px;
    font-size: 16px;
}
#body .box6 .box6_left .box6_leftTitle li:first-child{
    border-bottom: 2px solid #cc3333;

}
#body .box6 .box6_left .box6_leftTitle li:first-child a{
    color: #2b2b2b;
}
#body .box6 .box6_left .box6_leftTitle li>a{
    color: #2b2b2b;
}
#body .box6 .box6_left .box6_leftContent{
    margin: 40px 0 0 0;
}



#body .box6 .box6_left .box6_leftContent{
    margin: 15px 0 0 0;
}
#body .box6 .box6_left .box6_leftContent p{
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    width: 240px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#body .box6 .box6_left .box6_leftContent ul{
    width: 535px;
}

#body .box6 .box6_left .box6_leftContent li{
    margin: 0 25px 0 0;
    float: left;
    line-height: 33px;
    font-size: 16px;
    width: 240px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#body .box6 .box6_left .box6_img{
    width: 250px;
    height: 180px;
    float: left;
    margin: 0 3px 0 0;
}
#body .box6 .box6_left .box6_img img{
    border: 5px solid #ccc;
    width: 247px;
    height: 139px;
}

#body .box6 .box6_right{
    float: left;
    margin-left:5px;
}
#body .box6 .box6_right .box6_rightTitle{
    width: 535px;
    height: 40px;
}
#body .box6 .box6_right .box6_rightTitle li{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    /*background: #f3f3f3;*/
    margin: 0 0 0 10px;
    font-size: 16px;
}
#body .box6 .box6_right .box6_rightTitle li:first-child{
    margin: 0;
    border-bottom: 2px solid #cc3333;
}
#body .box6 .box6_right .box6_rightTitle li>a{
    color: #2b2b2b;
}
#body .box6 .box6_right .box6_rightTitle li:first-child a{
    color: #2b2b2b;
}
#body .box6 .box6_right .box6_rightContent{
    margin: 15px 0 0 0;
}
#body .box6 .box6_right .box6_rightContent p{
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    width: 240px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#body .box6 .box6_right .box6_img{
    width: 250px;
    height: 180px;
    float: left;
    margin: 0 3px 0 0;
}
#body .box6 .box6_right .box6_img img{
    border: 5px solid #ccc;
}

#body .box6 .box6_right .box6_rightContent ul{
    width: 535px;
}
/*#body .box6 .box6_right .box6_rightContent ul:first-child{*/
    /*margin: 0 25px 0 0;*/
/*}*/
#body .box6 .box6_right .box6_rightContent li{
    margin: 0 25px 0 0;
    float: left;
    line-height: 33px;
    font-size: 16px;
    width: 240px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*脚部样式*/
#footer{
    clear: both;
    width: 100%;
/*    background: #f3f3f3;*/
}
#footer .footer_content{
    width: 1135px;
    overflow: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background:#fff;
}
/*脚部上层样式*/
#footer .footer_top{
    width: 1100px;
    height: 50px;
    margin: 0 0 0 18px;
    background: #f3f3f3;
}
#footer .footer_color{
    width: 1100px;
    height: 10px;
    background: #cc3333;
}
#footer .footer_title li{
    float: left;
    width: 550px;
    height: 40px;
    line-height:40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: url(../img/footer_line.png) no-repeat right center;
    cursor:pointer;
}

#footer .footer_title li:first-child{
    color: #cc3333;
}
/*ie兼容*/ #footer .footer_title li:first-child+li+li+li{
             background: none\0;
         }
#footer .footer_title li:last-child{
    background: none;
}
/*脚部中间样式*/
#footer .footer_middle{
    width: 1100px;
    margin: 0 0 0 18px;
    padding: 22px 0 30px 0;
    border-bottom:1px solid #ececec;

}
#footer .footer_middle ul{
    overflow: hidden;
    /*margin: 13px 0 0 0;*/
    /*height: 15px;*/
    /*line-height: 15px;*/
}
#footer #tab3 ul{
    margin: 13px 0 0 0;
    height: 15px;
    line-height: 15px;
}
#footer #tab4 ul{
    margin: 13px 0 0 0;
    line-height: 15px;
}
#footer .footer_middle ul:first-child{
    margin: 0;
}
#footer .footer_middle li{
    height: 15px;
    float: left;
    width: 105px;
    margin: 13px 0 0 17px;
    text-align: center;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
}
#footer #tab3 li{
    float: left;
    width: 100px;
    margin: 0 0 0 -22px;
    text-align: center;
    font-size: 14px;
}

#footer #tab4 li{
    height: 28px;
    line-height: 28px;
    float: left;
    width: 120px;
    margin: 0 0 0 17px;
    text-align: center;
    font-size: 14px;
}
#footer .footer_middle li>a{
    color: #2b2b2b;
}
#footer .footer_middle li>a:hover{
    color: #cc3333;
}
/*脚部底部样式*/
#footer .footer_bottom{
    /*width: 635px;*/
    height: 100px;
    margin: 0 auto;
    position: relative;
    /*background:url(../img/logo.png) no-repeat left 50px;*/
}
#footer .footer_bottom p:first-child{
    /*padding: 45px 0 0 65px;*/
}
#footer .footer_bottom p{
    /*width: 345px;
    line-height: 22px;
    margin: 0 auto;
    padding: 0 0 0 65px;*/
    text-align: center;
    line-height: 35px;
}
#footer .footer_bottom img{
    position: absolute;
    left: 190px;
    top: 20px;
}
/*脚部导航切换*/
#footer #tab2{
    display: none;
}
#footer #tab3{
    display: none;
}
#footer #tab4{
    display: none;
}
/*轮播图样式*/
#banner {
    position: relative;
    width: 575px;
    height: 325px;
    overflow: hidden;
    margin: 20px 0 0 15px;
}
#banner_list img {
    border: 0px;
}
#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 575px;
}
#banner_info {
    position: absolute;
    bottom: 3px;
    left: 15px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
    font-size: 14px;
    width: 400px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}
#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 10px;
    right: 25px;
}
#banner ul li {
    float: left;
    display: block;
    color: #FFF;
    background: #6f4f67;
    cursor: pointer;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin: 0 0 0 5px;
    font-size: 0;
}
#banner ul li.on {
    background-color: #cc3333;
    width: 30px;
    border-radius: 5px;
    transition:width 1s;
}
#banner_list a {
    position: absolute;
}

.slideGroup{ width:1065px; margin:0 auto;}
.slideGroup .slideBox1{ overflow:hidden; zoom:1; padding:10px 0px 10px 42px; position:relative;   }
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:140px; border:1px solid #e5e0e0;  }
.slideGroup .sPrev{ background:#f3f3f3 url(../img/jiantou_left.jpg) center center no-repeat;}
.slideGroup .sNext{ left:auto; right:0px; background:#f4f4f4 url(../img/jiantou.jpg) center center no-repeat;}
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#b20808;  }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;  }
.slideGroup .parBd ul li{ margin:0 8px; float:left;position:relative; display: inline; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic .title{width:230px; height:30px; color:#ffffff; position:absolute; bottom:22px; left:0; background:#000;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; }
.slideGroup .parBd ul li .pic img{ width:230px; height:130px; display:block;}
.slideGroup .parBd ul li .title{ line-height:24px;   }
/*廉政文化样式切换*/

#box6_leftContent2{
    display: none;
}
#box6_leftContent3{
    display: none;
}
#box6_leftContent4{
    display: none;
}

#box6_rightContent2{
    display: none;
}
#box6_rightContent3{
    display: none;
}
#box6_rightContent4{
    display: none;
}

/*杂志*/

#box {
    position: relative;
    width: 250px;
    height: 171px;
    margin: 0 auto;
    padding-top:15px;
}

#box ul {
    width: 250px;
    height: 165px;
    padding: 0;
    margin: 0;
}

#box li {
    position: absolute;
    border: 1px solid #cccccc;
    list-style: none;
    padding: 5px;
    background: #cccccc;
    filter: alpha(opacity=92);
    opacity: 0.92;
    width: 0;
    height: 0;
    top: 100px;
    left: 100px;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

#box li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#box li div p {
    margin: 5px 10px 0;
    _margin: 5px 10px 0;
    text-indent: 2em;
}

#box .prev, #box .next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 39px;
    height: 80px;
    margin-top: -40px;
    _margin-top: -40px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: url('../img/btn.png') no-repeat;
}

#box .prev {
    left: 10px;
}

#box .next {
    background-position: -39px 0;
    left: 198px;
}

/* 秦风二级页面一线快报
 ----------------------------*/
.list_city_block {
    /*border: solid 1px #e1e1e1;*/
    width: 385px;
    height: 180px;
    margin:14px 8px 0px 0px;
    background-color: #fff;
    overflow: hidden;
    float: left;
}
.list_city_bg{
    font-size: 20px;
    color: #fff;
    /*background-color: #cb1c1d;*/
    height: 32px;
    line-height: 32px;
    text-align: center;
    float: left;
    padding: 0px 15px;
}
.list_city_block .list_city_more {
    float: right;
    font-size: 14px;
    color: #000000;
    margin: 7px 14px 0px 0px;
}
.list_city_block .list_city_more:hover{
    color: #cc3333;
}
.list_city_block ul{
    clear: both;
    /*border-top: solid 4px #cb1c1d;*/
    padding-top: 10px;
}
.list_city_block ul li{
    text-indent: 10px;
    font-size: 16px;
    line-height: 35px;
    width: 355px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_city_block ul li div{
    float: right;
}
.list_city_block ul li a{
    font-size: 16px;
    line-height: 35px;
    width: 270px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.list_city_block ul li a:hover {
    color: #cb1c1d;
}


/*主体样式三右边部分*/
.index_wpjx{
    width: 250px;
    margin-top: 10px;
    float: left;
}
.index_wpjx .box3_rt{
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
}

.index_wpjx .box3_rt span{
    float: right;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px 0 0;
}
.index_wpjx .box3_rc ul{
    margin: 7px 0 0 0;
}
.index_wpjx .box3_rc li{
    background: url(../img/dian.png) no-repeat left center;
    text-indent: 10px;
    font-size: 16px;
    line-height: 35px;
    width: 390px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_wpjx .box3_rc li:hover{
    background: url(../img/dian2.png) no-repeat left center;
}
.header_body ul>img{
    display: none;
    width: 100px;
    position: absolute;
    top: 30px;
    z-index: 9;
}
.weixin {
    left: 3px;
}
.app {
    left: 40px;
}
.wap {
    left: 95px;
}
.toutiao {
    left: 150px;
}