﻿
@media only screen and (max-width:1200px){
	*{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	
	input,textarea {-webkit-appearance:none; /*去除input默认样式*/}
	html{min-height: 100%; position: relative;}
	body,html{
		font-size: 14px; 	
	}
	body{
		position: static; 
	}
	img{
		max-width: 100%;
	}
	.height{
		height: 100%;
		overflow: hidden;
	}
	.wrapper{
		width: auto; margin: 0 3%;
	}
	.gh {
		display: block;
		position: relative;
		float: right;
		height:35px;
		width:35px; 
		top: 0px;
		right: 0;
		z-index: 100;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		cursor:pointer; 
	}
	.gh.selected {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	}
	.gh a {
		display: block; 
		height: 2px;
		margin-top: -2px;
		position: relative;
		top: 50%;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width: 60%;margin: 0 20%;
		background: #fff;
	}

	.gh a:after, .gh a:before {
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width:100%;
		background: #fff;
	}
	.gh a:after {
		top:8px;
	}
	.gh a:before {
		top:-8px;
	}
	.gh.selected a:after, .gh.selected a:before {
		top: 0;
	}
	.gh.selected a:before {
		transform: translateY(0px) rotate(-45deg);
		-webkit-transform: translateY(0px) rotate(-45deg);
		-ms-transform: translateY(0px) rotate(-45deg);
	}
	.gh.selected a:after {
		transform: translateY(0px) rotate(45deg);
		-webkit-transform: translateY(0px) rotate(45deg);
		-ms-transform: translateY(0px) rotate(45deg);
	}
	.gh.selected a {
		background-color: transparent !important;
	}
	 
	
	.header{
		display: none;
	} 
	.m-nav{
		display: block;
	}
	.m-header{
		display: block;
		padding: 20px 0 0;
		height: 200px;
		background:url(../images/bg_01.png) no-repeat center #0546b1; 
	}
	.m-nav-hd{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding:10px 3%;
		z-index: 9999;
		overflow: hidden;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		
	}
	.m-header-bg{
		background: #0546b1;
		-webkit-box-shadow: 0  6px 10px 0 rgba(0,0,0,.3);
		        box-shadow: 0  6px 10px 0 rgba(0,0,0,.3);
	}
	.m-nav-hd .logo{
		font-size: 0;
		float: left;
	}
	.m-header-bd{
		
	}
	.m-header-bd .txt {
		margin-top: 40px;
		text-align: center;
	}
	.m-header-bd .txt img{
		width: 80%;
	}
	.m-nav-bd{
		display: none;
		position: fixed;
		top: 52px;
		left: 0;
		right: 0;
		height: 100vh;
		z-index: 9999;
		background: #0546b1;
	}
	.m-nav-bd ul{
		margin-top: 20px;
	}
	.m-nav-bd li{
		line-height:40px;
		font-size: 18px;
		text-align: center;
		border-bottom: 1px dashed #fff;
	}
	.m-nav-bd li a{
		color: #fff;
		display: block;
	}
    .m-header-bd .search {
        display: none;
        margin-top: 20px;
    }
	.m-header-bd  .search form{
		margin: 0 auto;
		position: relative;
		display: block;
		width: 65%;
		height: 35px;
	}
	.m-header-bd .search input{
		display: block;
		width: 100%;
		height: 100%;
		border: 1px solid #ccc;
		padding: 0 50px 0 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.m-header-bd .search  button{
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 100%;
		background: url(../images/icon_07.png) no-repeat center #D80000;
		background-size: 22px;
		border: none;
	} 
	.content{
	}
	.content .wrapper{
		padding: 0 10px;
	}
	.news{
		padding: 20px 0;
	}
	.news-bd-slider{
		width: 100%;
		float: none;
	}
	.news-bd-slider .bd li img{
		width: 100%;
	}
	.news-bd-slider .bd li .txt{
		font-size: 12px;
		line-height: 32px;
	}
	.news-bd-slider .hd{
		right: 5px;
		bottom: 6px;
	}
	.news-bd-slider .hd li{
		margin: 0 3px;
		width: 8px;
		height: 8px;
	}
	.news-bd-slider .prev{
		left: 0;
	}
	.news-bd-slider .next{
		right: 0;
	}
	.news-bd-slider .prev, .news-bd-slider .next{
		transform: scale(.6);
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
	}
	.news-bd-list{
		width: auto;
		margin: 20px 0 0;
		float: none;
	}
	.news-bd-list .tab li a{
		font-size: 18px;
	}
	.news-bd-list .tab .more{
		line-height: 24px;
	}
	.tab-bd{	
		margin-top: 20px;
	}
	.tab-bd li{
		padding-left: 16px;
	}
	.tab-bd h3{
		font-size: 18px;
		line-height: 30px;
	}
	.banner{
		margin-top: 15px;
	}
	.banner img{
		height: 32px;
	}
	.column-list{
		margin: 0;
	}
	.column-list-item{
		margin: 15px 0 0 0;
		width: auto;
		float: none;
		border-bottom: 1px solid #eee;
	}
	.column-list-item dt{
		margin-bottom: 15px;
	}
	.column-list-item dt .tit img{
		margin-right: 10px;
		width: 15%;
	}
	.column-list-item dt .tit{
		font-size: 18px;
	}
	.information{
		margin-bottom: 20px;
	}
	.information .wrapper{
		/* padding: 20px; */
	}
	.information .information-item{
		float: none;
		margin: 20px 0;
	}
	.whistle-blowing{
		margin: 0;
	}
	.whistle-blowing-ft ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.whistle-blowing-ft li{
		margin: 0;
	}
	.information .link{
	}
	.information .qr{
		display: inline-block;
	}
	.information-item h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.information .qr img{
		display: inline-block;
	}
	.information .qr p{
		
	}
	.footer{
		padding: 10px 0;
		line-height: 20px;
	}

    /*zhouwei*/

    .banner_index {
        display: none;
        padding: 100px 0;
    }

    .banner_index_box {
        margin-left: 0;
    }

    .wrap {
        width: 100%;
    }

    .main_left {
        width: 100%;
        height: auto;
        /*padding: 0 20px;*/
    }

    .main_right {
        width: 100%;
        padding: 10px 10px;
        float: left;
    }

    .position {
        display: none;
    }

    .current h3 {
        height: 40px;
    }

    div.default a, div.default span {
        height: 28px;
    }

    .menu {
        background: #f6f6f6;
        width: 100%;
        margin-top: 0px;
        position: relative;
        text-align: center;
    }

    .submenu {
        width: 100%;
        text-indent: 0px;
    }

    .content14 img {
        max-width: 100% !important;
        height: auto !important;
    }
    
}
 