@charset "UTF-8";
/*@media：媒体查询实现响应式布局*/
.toggle{
    display: none;
}
.toggle_2{
    display: none;
}
@media screen and (max-width: 1200px){
    .nav:before,
    .nav:after{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    body{
        min-width: 0;
    }
    .container{
        width: auto;
        padding: 0 15px;
    }
    .section .aside{
        width: 318px;
    }

    .top{
        width: 150px;
    }
    .header img{
        width: 500px;
    }
    .header img+img{
        width: 140px;
    }

    .nav>ul>li>a{
        padding: 0 26px;
    }

    .policy, .video{
        margin: 0 20px;
    }
    .policy .img{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .policy .img img{
        width: 100%;
        height: auto;
    }

    .albumBox .bd li{
        width: 100%
    }
    /*column*/
    .mainBody .container{
        padding: 0;
    }
    .mainBody .topPic {
        width: 100%;
        height: inherit;
    }
    .mainBody_content {
        width: 100%;
    }
    .cl_side_right {
        width: 765px;
    }
  
  	.cl_side_right .del_con img{
        max-width:100%;
        height:auto;
    }
}

@media screen and (max-width: 768px){
    .header{
        height: 160px;
    }
    .header .search{
        position: relative;
        height: 160px;
    }
    .header img{
        margin-top: 45px;
        transform-origin: 0 100%;
        transform: scale(0.9);
    }
    .header img+img{
        margin-left: 0;
        margin-top: 55px;
    }
    .search{
        display: none;
    }
    /*导航栏切换*/
    .toggle{
        display: block;
        position: absolute;
        top: 70px;
        right: 30px;
    }
    .toggle span{
        display: block;
        width: 40px;
        height: 5px;
        background: #eee;
        margin: 8px;
    }
    /*导航栏*/
    .nav{
        z-index: 9;
        height: auto;
        top: 160px;
        bottom: auto;
        background: rgba(255,255,255,.9);
        display: none;
    }
    .nav>ul>li{
        float: none;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .nav>ul>li>a:after{
        display: none;
    }
    .nav .sub-menu {
        position: relative;
        top: 0;
    }

    .slider{
        padding-top: 0;
        overflow: hidden;
    }

    .section .aside{
        width: 359px;
    }
    .policy, .video{
        margin: 0 ;
    }
    .policy, .answer, .map{
        margin-left: 20px;
    }
    .answer{
        height: 468px;
    }

    .footer{
        height: auto;
        background-size: cover;
    }
    .footer .link{
        margin: 30px 0 20px;
    }
    .footer .blog{
        float: left;
        margin: 20px 0;
    }
    .footer .blog .lf{
        margin-left: 0;
    }
    .footer .bottom{
        bottom: -46px;
        overflow: hidden;
    }

    /*column*/
    .mainBody {
        padding: 0;
    }
    /*.cl_side_left {*/
        /*display: none;*/
    /*}*/
    .side_nav{
        position: relative;
    }
    .side_nav p{
        display: none;
    }
    .cl_side_left .side_nav .nav_title{
        width: 100%;
        height:40px;
        background: url(../images/nav_title.png) no-repeat top center;
        position: absolute;
        top:-40px;
        left: 0;
    }

    .side_nav .nav_title h3 {
        padding-top: 0;
        line-height: 40px;
    }
    .cl_side_left .side_nav ul{
        display: none;
    }
    .toggle_2{
        display: block;
        position: absolute;
        top: -34px;
        right: 32px;
    }
    .toggle_2 span{
        display: block;
        width: 25px;
        height: 3px;
        background: #eee;
        margin: 5px;
    }
    .side_nav ul{
        position: absolute;
        top:0;
        left:0;
    }
    .side_nav ul li{
        height: 40px;
        background: rgba(0,160,233,.8);
        border-bottom:1px solid #fff;
    }
    .side_nav ul li a{
        line-height: 40px;
        width: 205px;
        padding: 0 0 0 30px;
        display: block;
        color: #fff;
    }
    .side_nav ul li.active b{
        display: none;
    }
    .side_nav ul li:hover a h4{
        color:#333;
    }
}

@media screen and (max-width: 480px){
    .top{
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    .header{
        height: 120px;
    }
    .header .container{
        position: relative;
        height: 120px;
    }
    .header img{
        margin-top: 40px;
        width: 330px;
    }
    .header img+img{
        display: none;
    }
    /*导航栏切换*/
    .toggle{
        top: 50px;
        right: 10px;
    }
    .toggle span{
        display: block;
        width: 30px;
        height: 3px;
        background: #eee;
        margin: 6px;
    }
    /*导航栏*/
    .nav{
        top: 120px;
    }

    .slideBox .hd ul li{
        width:20px;
        height:20px;
        line-height: 20px;
        text-align: center;
        font-size: 16px;
    }
    .slideBox .bd img{
        width: 500px;
        height: auto;
    }
    .section .aside{
        width: 100%;
    }
    .section>.container{
        padding: 0;
    }
    .policy, .answer, .map{
        margin: 0;
    }
    .answer{
        height: 382px;
    }
    .service{
        display: none;
    }

    .footer .blog img{
        width: 100px;
    }
    .footer .blog .more{
        margin-top: 70px;
    }
    .footer .bottom .rt{
        display: none;
    }

    /*column*/
    .cl_side_right {
        width: 100%;
    }
    .cl_side_right ul.cl_list1 li a {
        width: 78%;
    }
    .cl_side_right ul.cl_leader li div {
        width: 55%;
    }
    .cl_side_right ul.cl_leader li div h4 {
        height: 44px;
        line-height: 22px;
        overflow: hidden;
    }
    .cl_side_right ul.cl_leader li div p {
        margin-top: 20px;
    }
    .del_info .rt{
        float: none;
        padding: 0 0 10px 20px;
    }
    .cl_side_right .cl_list form {
        width: 91%;
    }
    .cl_side_right .cl_list form table .label {
        display: block;
        width: auto;
    }
    .cl_side_right .applyContent {
        width: 270px;
    }
    .cl_side_right .applyContent textarea {
        width: 270px;
    }
	 .cl_side_right ul.cl_doc_list li b {
		 display:none;
	}
	.cl_side_right ul.cl_doc_list li a{
		 width:100%;
	}
  
  	.pages {
        height: 20px;
    }
    .pagebox {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .pagebox span a, .pagebox_pre_nolink {
        height: 20px;
        line-height: 20px;
        padding: 1px 5px;
    }
    .pagebox span.pagebox_num_nonce,.pagebox span.pagebox_num_nonce a {
        height: 20px;
        line-height: 20px;
        padding: 1px 5px;
    }
}