/* 手机版适配样式 */

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

    body {
        min-width: 100% !important;
        width: 100% !important;
    }


    /*********************************** 头部部分 ***********************************/

    .header {
        width: 100%;
        padding-bottom: 10px;
        background-position: top center;
    }

    .headnav {
        display: none;
    }

    .head {
        width: 100%;
        text-align: center;
        height: 250px;
    }

    .logo {
        width: 80%;
        height: auto;
        margin-left: 10%;
        float: left;
    }

    .search {
        display: inline-block;
        width: 80%;
        float: left;
        margin-top: 10%;
        margin-left: 10%;
        position: absolute;
        top: 40%;
        left: 0%;
    }

    .search_in {
        display: inline-block;
        float: left;
        height: 48px;
        font-size: 14px;
        border: none;
    }

    .search_fl {
        position: absolute;
        top: 0;
        right: -5%;
        width: 50%;
    }

    .search_fl div {
        float: left;
        width: 40%;
        margin-left: -5%;
    }

    .itemnav ul li {
        width: 33%;
        font-size: 20px;
    }

    .slide_banner .bd ul li a {
        width: 100%;
    }


.cls_cantent_all ul {
  width: 25%;
  height: 720px;
  float: left;
  overflow: auto;
}
.cls_cantent_all {
  width: 400%;
  height: 720px;
  transition: 1s;
}
.cls_ul_cantent {
  height: 720px;
  background-color: #ffffff;
  overflow: hidden;
}
.cls_ul_all {
  height: 780px;
  border: 1px solid #e5e5e5;
  margin: 20px 0;
}









    /*********************************** 头部部分 ***********************************/


    /*********************************** 尾部部分 ***********************************/

    #foot_icon a img{
       margin-left: 36px !important;
    }

    .about_content ul {
        margin-right: 2% !important;
    }

    /*********************************** 尾部部分 ***********************************/

    /*********************************** 信访部分 ***********************************/

    #main_con{
        width: 100% !important;
    }

    /*********************************** 信访部分 ***********************************/

}