﻿
@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;}
	html{min-height: 100%; position: relative;}
	body,html{
		font-size: 12px;}
	body{
		position: static;}
	img{
		max-width: 100%;}
	.height{
		height: 100%;
		overflow: hidden;}
	.wrapper{
		width: auto; margin: 0 5%;}
	.gh {
		display: block;
		position: relative;
		float: right;
		height:35px;
		width:35px; 
		top: 0px;
		right: 10px;
		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;}
	.m-nav{
		display: block;}
	.m-header{
		display: block;}
	.header{
		display: none;} 
	.m-header{
		display: block;
		padding: 20px 0 0;
		height: 200px;
		background:url(../images/img_01.png) no-repeat center #d80000;}
	.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: #D80000;
		-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: #D80000;}
	.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 {
		/* margin-top: 20px; */
display: none;}
	.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_01.png) no-repeat center #D80000;
		background-size: 22px;
		border: none;} 
	.content{
		padding-top: 20px;}
	.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, .news-bd-slider .next{
		-webkit-transform: scale(.6);
		        transform: scale(.6);}
	.news-bd-slider .prev{
		left: 0px;}
	.news-bd-slider .next{
		right: 0px;}
	.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;}
	.news-bd-list .tab .tit{
		font-size: 18px;}
	.news-bd-list .tab .tit img{
		margin-right: 10px;
		width: 15%;} 
	.news-bd-list .tab-bd{	
		margin-top: 20px;}
	.tab-bd li{
		padding-left: 16px;}
	.news-bd-list .tab-bd h3{
		font-size: 18px;
		line-height: 30px;}
	.news-bd-list .tab-bd{	
		margin-top: 20px;}
	.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;}
	.f-link{
		margin: 20px 0 0;}
	.f-link .wrapper{
		padding: 0;
		margin: 0 -10px;}
	.f-link ul{
		padding: 0 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		background: #D80000;}
	.f-link li{
		margin: 0 ;
		/* padding: 0 10px; */
		white-space: nowrap;
		width: 25%;
		line-height: 2.3;}
	.footer{
		padding: 15px 0;
		line-height: 20px;}
	.footer .wrapper{
		padding: 0;}
/*zhouwei*/

    .banner_index {
        display: none;
        padding: 100px 0;}

    .banner_index_box {
        margin-left: 0;}

    .wrap {
        width: 100%;}

    .main_left {
        width: 100%;
        height: auto;}

    .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;}
    
}