@media screen and (min-width: 1200px) {

	.top_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
		line-height: 35px;
	}

	.top {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}

	.logo {
		float: left;
		display: block;
	}

	.logo img {
		width: 80px;
		float: left;
		margin-right: 15px;
	}

	.id-logo-tit {
		float: left;
		margin: 14px 0;
		/* padding-right: 30px;
	    border-right: 1px solid #ccc; */
	}

	.id-logo-tit h1 {
		font-size: 28px;
		line-height: 28px;
		font-weight: bold;
		color: #34333b;
	}

	.id-logo-tit h2 {
		font-size: 14px;
		line-height: 30px;
		color: #34333b;
		display: block;
		letter-spacing: 4px;
		font-weight: normal;
	}

	.index-tel {
		margin: 18px 0;
		float: right;
		background: url(../images/tel.png)left center no-repeat;
		background-size: auto;
		background-size: 50px auto;
		padding-left: 60px;
	}

	.id-tel-1 {
		font-size: 14px;
		line-height: 15px;
		color: #666;
	}

	.id-tel-2 {
		font-size: 26px;
		line-height: 30px;
		color: #666;
		/* font-weight: bold; */
		/* letter-spacing: -2px; */
	}
	
	/* 底部 */
	.foot_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #32373c;
	}
	.foot{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.foot_left{
		float: left;
		width: 380px;
		height: auto;
		overflow: hidden;
		margin-right: 30px;
	}
	.foot_left .title{
		color: #fff;
		font-size: 18px;
		text-shadow: none;
	}
	.foot_left .title span{
		display: block;
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 10px 0px;
	}
	.foot_left .des{
	    color: #fff;
		line-height: 24px;
	}
	
	.foot_center{
		float: left;
		width: 380px;
		height: auto;
		overflow: hidden;
	}
	.foot_center .title{
		color: #fff;
		font-size: 18px;
		text-shadow: none;
	}
	.foot_center .title span{
		display: block;
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 10px 0px;
	}
	.foot_center ul li{
		float: left;
	}
	.foot_center li{
		width: 50%;
		height: auto;
		line-height: 35px;
		background: url(../images/fir.png) 5px 15px no-repeat;
		text-indent: 15px;
	}
	.foot_center li a{
		color: #fff;
	}
	
	.foot_right{
		float: left;
		width: 410px;
		height: auto;
		overflow: hidden;
	}
	.foot_right .title{
		color: #fff;
		font-size: 18px;
		text-shadow: none;
	}
	.foot_right .title span{
		display: block;
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 10px 0px;
	}
	.foot_right ul li{
		float: left;
	}
	.foot_right li{
		width: 100%;
		height: auto;
		line-height: 35px;
		background: url(../images/fir.png) 5px 15px no-repeat;
		text-indent: 15px;
		color: #fff;
	}
	.foot_right li a{
		color: #fff;
	}
	.banquan{
		width: 100%;
		color: #aaa;
		background: #282d32;
		text-align: center;
		padding: 15px 0;
	}
	
	
}


@media screen and (max-width: 1200px) {

	.top_bj{
		display: none;
	}
	.top {
		display: none;
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}

	.logo {
		float: left;
		display: block;
	}

	.logo img {
		width: 80px;
		float: left;
		margin-right: 15px;
	}

	.id-logo-tit {
		float: left;
		margin: 14px 0;
		/* padding-right: 30px;
	    border-right: 1px solid #ccc; */
	}

	.id-logo-tit h1 {
		font-size: 28px;
		line-height: 28px;
		font-weight: bold;
		color: #34333b;
	}

	.id-logo-tit h2 {
		font-size: 14px;
		line-height: 30px;
		color: #34333b;
		display: block;
		letter-spacing: 4px;
		font-weight: normal;
	}

	.index-tel {
		margin: 18px 0;
		float: right;
		background: url(../images/tel.png)left center no-repeat;
		background-size: auto;
		background-size: 50px auto;
		padding-left: 60px;
	}

	.id-tel-1 {
		font-size: 14px;
		line-height: 15px;
		color: #666;
	}

	.id-tel-2 {
		font-size: 26px;
		line-height: 30px;
		color: #666;
		font-weight: bold;
		letter-spacing: -2px;
	}



	/* 底部 */
	.foot_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #32373c;
	}
	.foot{
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	
	.foot_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.foot_left .title{
		color: #fff;
		font-size: 16px;
		text-shadow: none;
	}
	.foot_left .title span{
		display: block;
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 10px 0px;
	}
	.foot_left .des{
	    color: #fff;
		line-height: 24px;
	}
	
	.foot_center{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.foot_center .title{
		color: #fff;
		font-size: 16px;
		text-shadow: none;
	}
	.foot_center .title span{
		display: block;
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 10px 0px;
	}
	.foot_center ul li{
		float: left;
	}
	.foot_center li{
		width: 50%;
		height: auto;
		line-height: 35px;
		background: url(../images/fir.png) 5px 15px no-repeat;
		text-indent: 15px;
	}
	.foot_center li a{
		color: #fff;
	}
	
	.foot_right{
		float: left;
		width: 380px;
		height: auto;
		overflow: hidden;
	}
	.foot_right .title{
		color: #fff;
		font-size: 16px;
		text-shadow: none;
	}
	.foot_right .title span{
		display: block;
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 10px 0px;
	}
	.foot_right ul li{
		float: left;
	}
	.foot_right li{
		width: 100%;
		height: auto;
		line-height: 35px;
		background: url(../images/fir.png) 5px 15px no-repeat;
		text-indent: 15px;
		color: #fff;
	}
	.foot_right li a{
		color: #fff;
	}
	.banquan{
		width: 100%;
		color: #aaa;
		background: #282d32;
		text-align: center;
		padding: 15px 0;
	}
	
	
	
}

