/*css3*/
.erweima1 p img{
width:156px;
}
/*背景*/
body{
     background: url(../images/index/body_bj.jpg;vpn_img) top center no-repeat;
     /*background-size: 100% 100%;*/
    /*!*!* 加上-ms前缀，让IE识别 *!*!*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/index/body_bj.jpg",sizingMethod='scale');*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index/body_bj.jpg',sizingMethod='scale');*/
    /*!*!* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 *!*!*/
    /*background: none\9;*/
    /*background-attachment: scroll,fixed;*/
    /*background-position: center;*/
}
@keyframes shake /*å·¦å³æ™ƒåŠ¨*/
{
    0% {transform: rotate(15deg);}
    20% {transform: rotate(-15deg);}
    40% {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}
}
#gwdShare_con_1{display:none !important;}
@-moz-keyframes shake /* Firefox */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes shake /* Safari å’Œ Chrome */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}

@-o-keyframes shake /* Opera */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
/*css3*/
@keyframes overturn /*ç¿»è½¬360åº¦*/
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}

@-moz-keyframes overturn /* Firefox */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}

@-webkit-keyframes overturn /* Safari å’Œ Chrome */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}

@-o-keyframes overturn /* Opera */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
.xxgk_detail_div{
    width: 100%;
    min-width: 100px;
    border: 1px solid #cccccc;
    float: left;
    margin: 15px 0px;
}
.xxgk_detail_div ul li{
  width:33.33%;
float:left;
line-height:35px;
text-align:left;
padding:5px;
}
/*公用*/
.henline{
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin: 10px auto;
    float: left;
}
.shuline{
    height: 15px;
    background-color: white;
    width: 1px;
    position: absolute;
    margin-top: 11px;
    margin-left: 4px;
}
.shupng{
    width: 2px;
    height: 30px;
    position: absolute;
    background-image: url("../images/index/shupng.png;vpn_img");
    margin-top: 12px;
}
.font_time{
    float: right;
    color: #cccccc;
}
.more_font{
    font-size: 16px;
    float: right;
    color: #cccccc;
}
.more_font a{
    color: #d7d7d7;
}
.more_font a:hover{
    color: #ae0303;
}
.green_font_lit{
    color: #006c3f;
    font-size: 16px;
}
.font_time {
    float: right;
    color: #b2b2b2;
}
.xuline{
    width: 100%;
    height: 1px;
    border-bottom: 1px silver dashed;
    margin: 15px 0px;
}
.hr_heng {
    width: 94%;
    float: right;
    border-bottom: 1px silver solid;
}
.green_font{
    color: #006c3f;
}
.green_font a{
    color: #006c3f;
    font-size: 18px;
    font-weight: bold;
}
.green_font a:hover{
    color: #ae0303;
}
.inp{
    color: #b2b2b2;
}
/*header*/
/*第一部分*/
.header{
    width: 100%;
}
.header_dinbu{
    background-color: #006c3f;
}
.header_top{
    height: 35px;
}
.data_time{
    float: left;
    width: auto;
    line-height: 35px;
    color: white;
}
.tianqi{
    float: left;
    line-height: 35px;
}
.gongneng{
    float: right;
    line-height: 35px;
}
.gongneng span a{
    color: white;
}
.weixin,.weibo,.message{
    float: left;
    padding: 0px 5px;
}

/*logo和搜索*/
.logo_search{
    height: auto;
    margin: 30px auto;
}
.logo{
    width: 60%;
    float: left;
}
.logo img{
    max-width: 100%;
}
.search{
    height: 52px;
    margin-top: 30px;
    width:384px;
    float: right;
    background-image: url("../images/index/search_border.png;vpn_img");
}
.srk{
    width: 85%;
    float: left;
    line-height: 45px;
    border: none;
    margin-top: 3px;
    margin-left: 10px;
    outline: none;
}
.submit{
    background-image: url(../images/index/search.png;vpn_img);
    background-repeat: no-repeat;
    /* background-size: 80%; */
    background-color: transparent;
    width: 32px;
    height: 32px;
    position: absolute;
    margin-top: 12px;
    margin-left: 7px;
    border: none;
    outline: none;
    cursor: pointer;
}
/*栏目*/
.channel{
    margin-top: 80px;
    height: 60px;
}
.channel ul li{
    width: 16.6666%;
    float: left;
    line-height: 56px;
    text-align: center;
}
.channel ul li a:hover .channel_icon{
    animation: shake 1s;
    -moz-animation: shake 1s;/* Firefox */
    -webkit-animation: shake 1s;/* Safari 和 Chrome */
    -o-animation: shake 1s;/* Opera */
}
.channel_font{
    color: #006c3f;
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding: 0px 10px;
}
.channel_icon{
    background-image: url("../images/index/channel_icon.png;vpn_img");
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 10px;
}
.icon_one{
    margin-left: 56px;
}
.icon_two{
    margin-left: 38px;
    background-position-x: -46px;
 }
.icon_three{
    margin-left: 38px;
    background-position-x: -93px;

}
.icon_four{
    margin-left: 38px;
    background-position-x: -135px;
}
.icon_five{
    margin-left: 38px;
    background-position-x: -178px;
}
.icon_six{
    margin-left: 38px;
    background-position-x: -225px;
    background-position-y: 3px;
}

/*内容块一*/
.container_body_one{
    background-color: white;
}
.cbody_one_title{
    text-align: center;
}
.one_title_font{
    padding: 15px 0;
}
.one_title_font a{
    font-size: 20px;
    color: #006c3f;
    font-weight: bold;
    padding: 15px 0px;
}
.one_title_font a:hover{
    color: #ae0303;
}
.one_title_jies{
    padding-top: 10px;
    padding-bottom: 20px;
}
.one_title_jies{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;

}
.one_title_jies span{
    display: block;
    width: 32%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.one_title_jies span+span{
    margin-left: 15px;
}

.one_title_jies a{
    color: #666666;
}
.one_title_jies a:hover{
    color: #ae0303;
}

/*轮播css*/

/*轮播css*/
.slideBox{ width:100%; height:500px; overflow:hidden; position:relative; }
.slideBox .hd{ height:auto; overflow:hidden; position:absolute; right:5px; bottom:17px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{-ms-border-radius: 50%;border-radius: 50%; float:left; margin-right:7px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
/*.slideBox .hd ul li{float:left; margin-right:7px;  width:10px; height:10px; line-height:14px; text-align:center;cursor:pointer; }*/
.slideBox .hd ul li.on{ background:#107fdd;border-radius: 50%;-ms-border-radius: 50%;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:500px; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/index/slider-arrow.png;vpn_img) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox .bd ul li>a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height:50px;
    text-align: left;
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);

}


/*内容块二*/
.container_body_two{
    height:auto;
    background-color: white;
    padding: 15px;
    float: left;
}
.cbody_two_left{
    width: 70%;
    float: left;
    height:700px;
}
.cbody_two_right{
    width: 28%;
    float: right;
    height: 700px;
}
.cbt_left_one{
    width: 100%;
    float: left;
    height:auto;
}
.cbtl_one_left{
    width:27%;
    float: left;
}
.cbtl_one_left ul li{
    width: 100%;
    height: 75px;
    line-height: 75px;
    background-color: #f1f1f1;

}
.cbtl_one_left ul li+li{
    margin-top: 10px;
}
.cbtl_one_left ul li a{
    display: block;
}
.cbtl_one_left ul li.green{
    background-color: #006c3f;
    display: block;
}
.cbtl_one_left ul li.green a .cbtlo_left_font{
    color: white;
}
.cbtl_one_left ul li.green a .cbtlo_left_icon1{
    background-position-y: -28px;
}
.cbtl_one_left ul li.green a .cbtlo_left_icon2{
    background-position-y: -28px;
}
.cbtl_one_left ul li.green a .cbtlo_left_icon3{
    background-position-y: -28px;
}
.cbtl_one_left ul li.green a .cbtlo_left_icon4{
    background-position-y: -20px;
}





.cbtlo_left_icon{
    width: 40px;
    height: 50px;
    position: absolute;
    background-image: url(../images/index/linye.png;vpn_img);
    overflow: hidden;
    background-repeat: no-repeat;    margin-top: 4px;

}
.cbtlo_left_icon1{
    background-position-x: 0px;
    background-position-y: 11px;
    margin-left: 5px;
}
.cbtlo_left_icon2{
    background-position-x: -54px;
    background-position-y: 10px;
    margin-left: 6px;
}
.cbtlo_left_icon3{
    background-position-x: -111px;
    background-position-y: 11px;
    margin-left: 8px;
}
.cbtlo_left_icon4{
    background-position-x: -172px;
    background-position-y: 8px;
    margin-left: 8px;

}
.cbtlo_left_font{
    font-size: 18px;
    font-weight: bold;
    color: #006c3f;
    padding-left: 65px;
}

/*林业动态*/
.cbtl_one_right{
    float: right;
    width: 71%;
}
.one_right_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #b2b2b2 solid;
}
.green_font{
    font-size: 18px;
    font-weight: bold;
    color: #006c3f;
}

.one_right_body{
    width: 100%;
    float: left;
}
/*列表样式*/
.one_right_body ul li {
    background-image: url(../images/index/desc_icon.png;vpn_img);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 17px;
    line-height: 35px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.one_right_body ul li a:hover {
    padding-left: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.one_right_body ul li a {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
/*第二小块*/
.cbt_left_two{
    width: 100%;
    margin: 10px 0px;
    float: left;
}
.cbt_left_two ul li{
    width: 24%;
    float: left;
    height: 84px;
    border: 1px #d7d7d7 solid;

}
.cbt_left_two ul li+li{
    margin-left: 10px;
}
.cbt_left_two ul li a{
    display: block;
    height: 100%;
}
.cbt_left_two ul li a:hover .cbtl_two1_icon{
    animation: overturn 2s;
    -moz-animation: overturn 2s;
    -webkit-animation: overturn 2s;
    -o-animation: overturn 2s;
}
.cbtl_two1_span2{
    font-size: 18px;
    font-weight: bold;
    color: #379bc4;
    margin-left: 80px;
    margin-top: 27px;
    float: left;
}
.cbtl_two2_span2{
    font-size: 18px;
    font-weight: bold;
    color: #338e9c;
    margin-left: 80px;
    margin-top: 27px;
    float: left;
}
.cbtl_two3_span2{
    font-size: 18px;
    font-weight: bold;
    color: #547faf;
    margin-left: 80px;
    margin-top: 27px;
    float: left;
}
.cbtl_two4_span2{
    font-size: 18px;
    font-weight: bold;
    color: #006c3f;
    margin-left: 80px;
    margin-top: 27px;
    float: left;
}

.cbtl_two1_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url("../images/index/zmhd_icon.png;vpn_img");
    background-repeat: no-repeat;
    background-position-x: -10px;
}
.cbtl_two1_icon2{
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../images/index/zmhd_icon.png;vpn_img);
    background-repeat: no-repeat;
    background-position-x: -81px;
    background-position-y: -20px;
}
.cbtl_two1_span1{
    margin-top: 15px;
    margin-left: 21px;
}
.cbtl_two2_span1{
    margin-top: 15px;
    margin-left: 21px;
    background-position-y: -67px;
}
.cbtl_two3_span1{
    margin-top: 15px;
    margin-left: 21px;
    background-position-y: -148px;
}
.cbtl_two4_span1{
    margin-top: 15px;
    margin-left: 21px;
    background-position-y: -228px;
}


.cbtl_two1_span3{
    float: left;
    margin-top: 63px;
    margin-left: 17px;
    background-position-x: -81px;
    background-position-y: -20px;
}
.cbtl_two2_span3{
    float: left;
    margin-top: 63px;
    margin-left: 18px;
    background-position-x: -81px;
    background-position-y: -91px;
}
.cbtl_two3_span3{
    float: left;
    margin-top: 63px;
    margin-left: 17px;
    background-position-x: -81px;
    background-position-y: -173px;
}
.cbtl_two4_span3{
    float: left;
    margin-top: 63px;
    margin-left: 18px;
    background-position-x: -81px;
    background-position-y: -255px;
}

/*第三小块*/
.cbt_left_three{
    width: 100%;
    float: left;
    height: auto;
}
.cbtl_three_left{
    width: 49%;
    float: left;
    height: auto;


}
.cbtl_three_right{
    width: 49%;
    float: right;
    height:auto;
}
.cbtlt_left_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.cbtlt_left_title .left_title_icon{
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url("../images/index/yinzao_icon.png;vpn_img");
    background-repeat: no-repeat;
}
.title_icon_fire{
    background-position-y: 3px;
}
.title_icon_tree{
    background-position-x: -40px;
    margin-top: 5px;
}
.green_fire{
    padding-left: 40px;
}


/*列表样式*/
.cbtlt_title_con ul li {
    background-image: url(../images/index/desc_icon.png;vpn_img);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 17px;
    line-height: 35px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;width: 100%;

}
.cbtlt_title_con ul li a:hover {
    padding-left: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.cbtlt_title_con ul li a {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
/*右边一列即领导信息开始*/
.ldxx_bj{
    width: 100%;
    height: 55px;
    line-height:55px;
    background-color: #006c3f;
    text-align: center;
}

.ldxx_icon{
    width: 40px;
    height: 40px;
    background-image: url("../images/index/bsfw_icon.png;vpn_img");
    background-repeat: no-repeat;
    background-position-y: 14px;
    position: absolute;
}
.ldxx_font{
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 0px 50px;
}
.ldxx_font_sp2{
    font-size: 16px;
    color: white;
    padding-left: 40px;
}
.ldxx_div{
    width: 100%;

}
.ldxx_div ul li{
    width: 49%;
    float: left;
    margin-top: 8px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.ldxx_div ul li a{
display:block;
}
.ldxx_div ul li:last-child{
    width: 100%;
}
.ldxx_div ul li:nth-child(2){
    margin-left: 2%;
}
.ldxx_div ul li:nth-child(4){
    margin-left: 2%;
}

.ldxx_div_li1{
    background-color: #379bc4;
}
.ldxx_div_li2{
    background-color: #338e9c;
}
.ldxx_div_li3{
    background-color: #338e9c;
}
.ldxx_div_li4{
    background-color: #547faf;
}
.ldxx_div_li5{
    background-color: #379bc4;
}
.ldxx_sp1{
    background-position-x: -45px;
}
.ldxx_sp2{
    background-position-x: -85px;
}
.ldxx_sp3{
    background-position-x: -126px;
}
.ldxx_sp4{
    background-position-x: -168px;
}
.ldxx_sp5{
    background-position-x: -200px;
}
.ldxx_div ul li a:hover .ldxx_icon{
    animation: shake 1s;
    -moz-animation: shake 1s;/* Firefox */
    -webkit-animation: shake 1s;/* Safari 和 Chrome */
    -o-animation: shake 1s;/* Opera */
}
/*通知公告*/
.tzgg_div{
    width: 100%;
    float: left;
}
/*二维码*/
.erweima{
    width: 100%;
    float: left;
}
.erweima1{
    width: 49%;
    float: left;
    text-align: center;
}
.erweima2{
    width: 49%;
    float: right;
    text-align: center;
}
.erweima1 img,.erweima2 img{
    max-width:156px;
}

/*第三大块*/
.container_body_three{
    float:left;
    padding: 15px;
    background-color: white;
    margin-bottom: 15px;
}
.chanel_lyzl{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.chanel_lyzl ul li{
    width: 24%;
    height: 90px;
    float: left;
}
.chanel_lyzl ul li+li{
    margin-left: 15px;
}
.chanel_lyzl ul li a img{
    max-width: 100%;
}

/*底部样式*/
.footer {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
}
.related {
    width: 100%;
    background-color: #006c3f;
}
.related_main {
    width: 1200px;
    margin: 0 auto;
}
.related_bottom {
    width: 100%;
    padding: 10px 0;
}
.related_bottom div {
    display: none;
    width: 82%;
    margin: 0 auto;
}
.related_bottom div a {
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
}
.related_top {
    width: 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    padding: 7px 0;
}
.related_top p {
     float: left;
     padding-left: 10px;
     padding-right: 100px;
}
.related_top ul {
    float: left;
    overflow: hidden;
    margin-left: 30px;
}
.related_top ul li {
    float: left;
    margin-right: 40px;
    cursor: pointer;
    width: 155px;
}
.shap_top {
    width: 10px;
    height: 10px;
    background-image: url(../images/index/shap_top.png;vpn_img);
    /* float: right; */
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
}
.fenge {
    width: 100%;
    float: left;
    height: 1px;
    background: #f5f5f5;
}
.footer_main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.footer_left {
    float: left;
    width: 76%;
    color: black;
    margin-left: 10px;
}
.footer_left p.f_l_p {
    padding-bottom: 15px;
}
.footer_left p {
    padding-bottom: 7px;
}
.footer_left p a {
    color: black;
}
.footer_right {
    width: 20%;
    float: right;
    overflow: hidden;
}.footer_right a.f_r_a1 {
     margin-top: -3px;
     margin-right: 26px;
 }
.footer_right a {
    display: block;
    float: right;
}
.f_l_p a:hover{
    color: #ae0303;
}

.channel_activer{
    border-bottom: 4px #006c3f solid;
}
.more_news{
    display: none;
}
.ldxx_bj a:hover .ldxx_icon{
    animation: shake 1s;
    -moz-animation: shake 1s;
    -webkit-animation: shake 1s;
    -o-animation: shake 1s;
}
.ldxx_bj a{
display:block;
}
/*颜色*/
.hd_nav > .active {
    background: #006c3f;
}
.hd_xjxq > .title{
    color: #006c3f;
}
.hd_xjxq > .detail label {
    color: #006c3f;
}
/*手机样式*/

@media screen and (max-width: 900px) {

.submit{

    margin-top: 10px;

}
    .more_font a{
        display: none;
    }
    .logo_search{
        width: 100%;
    }
    .logo {
        width: 100%;
    }
    .search {
        height: 52px;
        margin-top: 30px;
        width: 92%;
        float: left;
        margin-left: 15px;
        background-size: 100%;
    background-repeat: no-repeat;
    }
    .channel {
        width: 100%;
        margin-top: 40px;
        height:auto;
        margin-bottom: 10px;
    }
    .channel ul li {
        width: 50%;
        background: #ffffff;
    }
    .shupng{
        display: none;
    }
    .container_body{
        width: 100%;
    }

    .container_body_two{
        width: 100%;
    }
    .cbody_two_left {
        width: 100%;
        height:auto;
    }
    .cbody_two_right {
        width: 100%;
        height:auto;
    }
    .cbtl_one_left {
        width: 100%;
    }
    .cbtl_one_right {
        width: 100%;
    }

    .cbt_left_two ul li+li {
         margin-left: 0px;
    }
    .cbt_left_two ul li {
        width: 49%;
        float: left;
        height: 84px;
        border: 1px #d7d7d7 solid;
        margin-top: 5px;
    }
    .cbt_left_two ul li:nth-child(2) {
    margin-left: 2%;
    }
    .cbt_left_two ul li:nth-child(4) {
        margin-left: 2%;
    }
    .cbtl_two1_span3 {
        margin-left: 13px;
    }
    .cbtl_two2_span3 {
        margin-left: 13px;
    }
    .cbtl_two3_span3 {
        margin-left: 13px;
    }
    .cbtl_two4_span3 {
        margin-left: 13px;
    }
    .cbtl_three_left{
        width: 100%;
    }
    .cbtl_three_right{
        width: 100%;
    }
    .cbt_left_three {
        width: 100%;
        float: left;
         height: auto;
    }

    .container_body_three{
        width: 100%;
        float: left;
    }
    .chanel_lyzl ul li {
        width: 100%;
        height:auto;
        float: left;
        text-align: center;
        margin-top: 5px;
    }
    .chanel_lyzl ul li+li {
        margin-left: 0px;
    }
    .chanel_lyzl ul li a img {
        width: 100%;
    }
    .related{
        display: none;
    }
    .footer_main{
        width: 100%;
    }
    .fenge{
        display: none;
    }
    /*补充*/
    .footer_left {
        float: left;
        width: 100%;
        color: black;
        margin-left: 0px;
    }
    .footer_right {
        display: none;
        width: 69%;
        float: right;
        overflow: hidden;
    }
    .footer_left p.f_l_p {
        padding-bottom: 15px;
        text-align: center;
    }
    .f_l_p3 {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    .f_l_span1 {
        line-height: 35px;
    }
    .f_l_p2 {
        margin: 0 auto;
        text-align: center;
    }
    /*头部修改呢*/
    .header_top {
        width: 100%;
        height: 35px;
    }

    .slideBox .bd img {
        width: 100%;
         height:auto;
    }
    .slideBox {
        width: 100%;
         height:auto;
    }
    .more_news{
        float: right;
        width: 100%;
        height: 45px;
        position: relative;
        line-height: 45px;
        text-align: center;
        margin: 10px 0px;
        display: block;
    }
    .more_news a {
        display: block;
        /* width: 80%; */
        height: 35px;
        line-height: 35px;
        margin: 0 auto;
        text-align: center;
        background-color: #f1f1f1;
        border-radius: 8px 8px;
        font-size: 14px;
        color: #999;
    }
    .more_water{
        display: none;
    }
    .channel_activer{
        border-bottom: 0px;
    }
.one_title_jies {
    width: 90%;
}
.one_title_jies span {
    display: block;
    width: 29%;
}
.xxgk_detail_div ul li{
  width:100%;
}

.srk{
    margin-top: 6px;
line-height:35px;
}
#bigbody{
width:100%;
}








}