@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;
		overflow-x: hidden;
	}

	img {
		max-width: 100%
	}

	.height {
		height: 100%;
		overflow: hidden
	}

	.wrapper {
		width: auto;
		margin: 0 5%
	}

	.gh {
		display: block;
		position: relative;
		float: right;
		margin: 0;
		height: 35px;
		width: 35px;
		top: 0;
		right: 0;
		z-index: 100;
		transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
		-webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
		-ms-transition: all .5s cubic-bezier(.7, 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 .3s cubic-bezier(.7, 0, .3, 1) 0s;
		-webkit-transition: all .3s cubic-bezier(.7, 0, .3, 1) 0s;
		-ms-transition: all .3s cubic-bezier(.7, 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 .3s cubic-bezier(.7, 0, .3, 1) 0s;
		-webkit-transition: all .3s cubic-bezier(.7, 0, .3, 1) 0s;
		-ms-transition: all .3s cubic-bezier(.7, 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(0) rotate(-45deg);
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg)
	}

	.gh.selected a:after {
		transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg)
	}

	.gh.selected a {
		background-color: transparent !important
	}
	.wrap{
		margin: 0 5%;
		max-width: 1100px;
		width: auto;
	}
	
	/* 头部 */
	.header{
		height: 99px;
	}
	.header .header_con{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		padding: 0 5%;
		box-sizing: border-box;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header .header_con .logo{
		padding: 0;
		margin: 0;
		width: 50%;
		height: 70px;
	}
	.header .header_con .logo a{
		display: flex;
		align-items: center;
		font-size: 14px;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	.header .header_con .logo i{
		margin-right: 5%;
		position: static;
		width: 60px;
		height: 60px;
		background-size: cover;
	}
	.header .search{
		display: none;
	}
	.nav{
		display: none;
		position: fixed;
		top: 100px;
		right:-80%;
		bottom: 0;
		z-index: 100;
		width: 80%;
		height: auto;
		background: #fff;
		
	}
	.nav li{
		float: none;
	}
	.home_wrap{
		margin: 20px auto;
		padding: 2.5%;
		max-width: 960px;
		width: auto;
	}
	.newsbox{
		display: flex;
	}
	.newsbox ul{
		width: 100%;
	}
	.newsbox ul li{
		margin-right: 2%;
		width: 30%;
	}
	.news{
		float: none;
		width: 73%;
	}
	.events{
		float: none;
	}
	.news ul li .imgbox{
		width: 100%;
		height: 135px;
		overflow: hidden;
	}
	.news ul li .imgbox img{
		width: 100%;
		height: auto;
	}
	.events{
		flex: 1;
		width: 100%;
	}
	.events dl dt{
		padding: 0;
	}
	.main_left{
		width: 19%;
	}
	.menu{
		width: 100%;
	}
	.main_right{
		width: 78%;
	}
	.conlistComm{
		width: 100%;
	}
	.conlistComm dl{
		width: 100%;
	}
	.article{
		width: 100%;
	}
	.article .art_con{
		width: 100%;
	}
}

@media only screen and (max-width:767px){
	.header {
		height: 70px;
	}
	.header .header_con{
		height: 70px;
	}
	.header .header_con .logo{
		width: 100%;
		height: 48px;
	}
	.header .header_con .logo a{
		font-size: 12px;
	}
	.header .header_con .logo i{
		margin-right: 5px;
		width: 45px;
		height: 45px;
	}
	.nav{
		top: 70px;
		font-size: 14px;
		overflow: hidden;
	}
	.nav li{
		padding: 0;
	}
	.nav li a{
		padding: 10px ;
		display: block;
		box-sizing: border-box;
	}
	.banner-box{
		position: relative;
		padding-bottom: 20px;
		width: 100%;
		height:140px;
	}
	.banner-box .swiper-pagination{
		bottom: 5px;
		left: 0;
		display: block;
		width: 100%;
	}
	.banner-box .swiper-pagination span{
		width: 6px;
		height: 6px;
	}
	.home_wrap{
		margin: 5px 5% 20px;
	}
	.newsbox{
		flex-wrap: wrap;
	}
	.news{
		margin-bottom: 15px;
		width: 100%;
	}
	.newsbox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.newsbox ul li{
		margin: 0 0 15px 0;
		width: 49%;
		height: auto;
	}
	.news ul li .imgbox{
		height: 100px;
	}
	.news ul li .text{
		width: 100%;
	}
	.news ul li .text a{
		display: block;
	}
	.events dl{
		display: flex;
		width: 100%;
	}
	.events dl dd{
		padding: 0 15px;
		flex: 1;
	}
	
	.footer .footer_con{
		padding: 5%;
		width: 100%;
	}
	.footer .footer_con .fotcopy{
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.footer .footer_con .fotcopy .logo{
		margin-bottom: 20px;
		padding: 19px 0 0 52px;
		width: 100%;
	}
	.footer .footer_con .fotcopy .logo a{
		font-size: 16px;
		display: flex;
		justify-content: center;
	}
	.footer .footer_con .fotcopy .logo i{
		left: 16%;
		width: 48px;
		height: 48px;
		background-size: cover;
	}
	.footer .footer_con .fxbk{
		margin:0;
		display: none;
		width: 42%;
		height: auto;
		overflow: hidden;
	}
	.footer .footer_con .txt{
		display: none;
	}
	.footer .footer_con .fotnav{
		margin-bottom: 10px;
		float: none;
		flex: 1;
		padding: 0 0 10px;
		border: none;
		border-bottom:#556e86 1px dashed;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		min-height: auto;
	}
	.footer .footer_con .fotnav li{
		margin: 0 10px ;
		height: auto;
	}
	.footer .footer_con .link li:nth-child(1){
		width: 100%;
	}
	.footer .footer_con .link li:nth-child(2){
		display: none;
	}
	
	
	.banner .banner_con{
		width: 100%;
		height: 180px;
		background-size: cover;
	}
	.wrap{
		max-width: none;
	}
	.main_left{
		margin: 0;
		width: 100%;
		float: none;
	}
	.menu h3{
		font-size: 16px;
	}
	
	.main_right{
		float: none;
		width: 100%;
		
	}
	.clearfix10{
		display: none;
	}
	.conlistComm{
		margin-top: 15px;
	}
	.current h3{
		font-size: 20px;
		border-width: 2px;
	}
	div.default{
		overflow: hidden;
		text-align: center;
	}
	div.default a, div.default span{
		box-sizing: border-box;
		height: auto;
		float: none;
		display: inline-block;
	}
	.content{
		padding: 0;
	}
	.content14 p{
		line-height: 24px;
	}
	.article .art_con p{
		margin-bottom: 10px;
		padding: 0;	
	}
}