@media (min-width: 1201px) {
	.container {
		width: 1200px;
		max-width: 100%;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 18px !important;
	}
	.contact-block {
		padding: .55rem 0;
	}
	.online-input textarea {
		height: 3.42rem;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.container {
		padding: 0 1rem;
	}
	.md-center {
		text-align: center;
	}
	.top-time {
		border-right: 0
	}
	.index-box .pr35 {
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.index-contact {
		padding-left: 0;
	}
	.contact-block {
		padding: 1.2rem 0;
	}
	.index-news2 .pl10,
	.index-news2 .pr10,
	.index-news2 .pl20,
	.f-t-left {
		padding: 0;
	}
	.f-l-b-l {
		border: 0;
		padding: 0;
	}
	.f-l-b-r {
		padding: 0;
		text-align: right;
	}
	.f-t-right {
		margin: 0;
		margin-top: 1rem;
		padding: 0 0 1rem;
	}
	.f-t-left {
		border-left: 0;
	}
	.news-content em {
		bottom: 1.85rem;
		background: #fff;
	}
	.news-d-content {
		padding: 1.5rem;
	}
	.news-d-page {
		line-height: 2;
	}
	.list{
		min-height: 1px !important;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 14px !important;
	}
	.top-side {
		padding: .5rem 0;
		line-height: 2rem;
	}
	.navbar-default .navbar-toggle {
		margin: .8rem 1rem;
	}
	.navbar-collapse {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse .container {
		padding: 0;
	}
	.navbar-default .navbar-nav>li {
		width: 100%;
	}
	.news-content {
		padding-left: 9rem;
	}
	.news-content em {
		bottom: 2.35rem;
		background: #fff;
	}
	.news-d-nav img {
		width: 100%;
		float: none;
	}
	.news-d-nav-txt {
		padding: 1rem 0 !important;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		position: static;
	}
	.news-tab-vertical,
	.tab-content-vertical {
		float: none;
		width: 100%;
	}
	.news-tab-vertical {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		margin-bottom: 1rem;
	}
	.news-tab-vertical li {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		width: auto !important;
		padding: 0 !important;
	}
	.news-tab-vertical li:not(.news-tab-total) a{
		margin: 0 .2rem;
		padding: 2.44rem 0;
	}
	.news-tab-vertical .news-tab-total{
		border-bottom: 0;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 12px !important;
	}
	.xs-center {
		text-align: center;
	}
}
