@charset "utf-8";
.main {
	padding-top: 0;
}
.i_container {
	padding: 0 10%;
}
.column_bg {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about {
	padding: 2rem 0;
}
.about h2 {
	width: 10rem;
	height: 10rem;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	transition: all .5s ease;
}
.about h2:hover {
	background-color: #BB2E34;
	color: #fff;
}
.about h2 i {
	font-size: 4rem;
}
.about h2 span {
	font-size: 1.5rem;
}
.brand_spacil,
.brand_intro {
	margin-bottom: 4rem;
}
.brand_spacil p,
.brand_intro p {
	line-height: 1.8;
	font-size: .8rem;
	margin: .5rem 0;
}
.honr_list {
	margin-top: 1rem;
}
.honr_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honr_list ul li {
	width: 23%;
}
.honr_list ul li .honr_img {
	overflow: hidden;
}
.honr_list ul li img {
	width: 100%;
	transition: all .3s ease;
}
.honr_list ul li:hover img {
	transform: scale(1.1, 1.1);
}
.honr_td {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	background-color: #333;
	color: #fff;
	font-size: .8rem;
	transition: all .4s ease;
}
.honr_list ul li:hover .honr_td {
	background-color: #D80000;
}
.column_nav {
	padding: 2rem 0;
	text-align: center;
}
.column_nav a {
	display: inline-block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin: 0 1rem;
	transition: all .3s ease;
}
.column_nav a.currclass,
.column_nav a:hover {
	color: #fff;
	border-color: #D80000;
	background-color: #D80000;
}
.column_nav a i {
	font-size: 2rem;
	display: block;
	margin-top: 1rem;
}
.column_nav a span {
	display: block;
	font-size: .8rem;
	margin-top: .2rem;
}
.news_item_imgs {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detail,
.list {
	padding: 2rem 0;
}
.list_wraper .list_item {
	display: inline-block;
	width: 30%;
	margin: 1%;
	background-color: #333;
}
.list_wraper .list_item .list_item_imgs {
	overflow: hidden;
}
.list_wraper .list_item img {
	width: 100%;
	transition: all .4s ease;
}
.list_wraper .list_item a:hover img {
	transform: scale(1.2, 1.2);
}
.list_wraper .list_item p {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: .9rem;
	position: relative;
}
.list_wraper .list_item p span {
	position: relative;
	z-index: 2;
}
.list_wraper .list_item p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #D80000;
	z-index: 1;
	transform: scaleX(0);
	transition: all .4s ease;
}
.list_wraper .list_item a:hover p::before {
	transform: scaleX(1);
}
.fenye {
	margin-top: 1rem;
}
#pagelist span,
#pagelist a {
	padding: .2rem .3rem;
	font-size: .7rem;
	background-color: #D80000;
	color: #fff;
	border-radius: 2px;
}
#pagelist .curr {
	background-color: #2C8046;
	color: #fff !important;
}
.detail h1 {
	text-align: center;
	font-size: 1.2rem;
	padding-bottom: .2rem;
}
.detail_info {
	text-align: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.detail_info span {
	padding: 0 1rem;
	font-size: .7rem;
}
.detail_content {
	padding-top: 1rem;
}
.sign_intro p,
#MyContent p {
	line-height: 1.8;
	font-size: .8rem;
	margin: 1rem 0;
}
.sign_intro p img,
#MyContent p img {
	border-radius: .2rem;
	border: 3px solid #dc0000;
	max-width: 100% !important;
	height: auto !important;
}
#MyContent a {
	color: #D80000;
}
.sign_intro h2,
#MyContent h2 {
	font-size: 1.1rem !important;
}
.sign_intro h3,
#MyContent h3 {
	font-size: 1rem !important;
}
.sign_intro h4,
#MyContent h4 {
	font-size: .9rem !important;
}
.sign_intro h5,
#MyContent h5 {
	font-size: .8rem !important;
}
.pre_next_page {
	padding-top: 1rem;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
}
.pre_next_page div {
	font-size: .8rem;
}
.pre_next_page div:hover {
	text-decoration: underline;
	color: #dc0000;
}
.pre_next_page div:hover a {
	color: #dc0000;
}
.sign {
	padding-bottom: 2rem;
}
.contact_intro {
	padding: 2rem 0;
}
.contact_intro p img {
	max-width: 100%;
}
.column_place {
	padding: 0 5%;
	height: 2rem;
	line-height: 2rem;
	background-color: #ececec;
	font-size: .7rem;
	color: #666;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.column_place a {
	color: #666;
}
.column_place a:hover {
	color: #BB2E34;
	text-decoration: underline;
}
.column_place i {
	font-family: 'simsun';
	font-weight: bold;
	padding: 0 .5rem;
}
@media ( max-width: 768px ) {
	.i_container {
		padding: 0 .5rem;
	}
	.about h2 {
		width: 6rem;
		height: 6rem;
	}
	.about h2 i {
		font-size: 2rem;
	}
	.about h2 span {
		font-size: .9rem;
	}
	.brand_spacil, .brand_intro {
		margin-bottom: 2rem;
	}
	.honr_list ul li {
		width: 48%;
		margin-bottom: 3%;
	}
	.column_bg {
		height: 10rem;
	}
	.column_nav a {
		width: 3.5rem;
		height: 3.5rem;
		margin: 0 .25rem;
	}
	.column_nav a i {
		font-size: 1rem;
		margin-top: .5rem;
	}
	.column_nav a span {
		font-size: .6rem;
	}
	.column_nav,
	.news {
		padding: 1rem 0;
	}
	.news_item {
		position: relative;
		display: block;
		margin-bottom: 2rem;		
	}
	.news_item .news_item_imgs {
		height: 10rem;
		width: 100%;
	}
	.news_item_desc {
		background-color: #fff;
		padding: .5rem;
	}
	.news_item_time {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #D80000;
		font-size: .6rem;
		width: 4rem;
		height: 1.5rem;
		text-align: center;
		line-height: 1.5rem;
		color: #fff;
	}
	.news_item_td {
		padding: .5rem .5rem 0;
		font-size: .8rem;
		font-weight: 600;
		height: 1.5rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.news_item_intro {
		margin-top: .5rem;
		padding: 0 .5rem;
		font-size: .7rem;
		line-height: 1.6;
		height: 2.2rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.news_item_more {
		display: none;
	}
	.list_wraper .list_item {
		width: 100%;
		margin: 1rem 0;
	}
	.list {
		padding: 1rem 0;
	}
	#pagelist span {
		display: none;
	}
	.column_place {
		font-size: .6rem;
		padding: 0 .5rem;
	}
	.column_place i {
		padding: 0 .2rem;
	}
	.detail h1 {
		font-size: 1rem;
	}
	.sign_intro p, #MyContent p {
		font-size: .75rem !important;
	}
	.sign_intro h2, #MyContent h2 {
		font-size: .9rem !important;
	}
	.sign_intro h3, #MyContent h3 {
		font-size: .8rem !important;
	}
	.pre_next_page {
		display: block;		
	}
	.pre_next_page .prev_art {
		padding-bottom: .5rem;
		margin-bottom: .5rem;
		border-bottom: 1px solid #ddd;
	}
	.pre_next_page div {
		font-size: .7rem;
	}
}
@media ( min-width: 769px ) {
	.column_bg {
		height: 15rem;
	}
	.news {
		padding: 2rem 0;
	}
	.news_item {
		margin-bottom: 2rem;
		padding-bottom: 2rem;	
		border-bottom: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.news_item::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 2px;
		background-color: #D80000;
		transition: all .5s ease;
	}
	.news_item:hover::before {
		width: 100%;
	}
	.news_item:last-child {
		border-bottom: 0;
	}
	.news_item_imgs {
		width: 20%;
		height: 8rem;
		border-radius: .25rem;
	}
	.news_item_desc {
		width: 60%;
	}
	.news_item_td {
		font-weight: bold;
		font-size: .9rem;
	}
	.news_item:hover .news_item_td {
		color: #D80000;
	}
	.news_item_time {
		padding: .5rem 0;
		font-size: .8rem;
		color: #D80000;
		transition: all .4s ease;
	}
	.news_item:hover .news_item_time {
		padding-left: 1rem;
	}
	.news_item_intro {
		font-size: .7rem;
		line-height: 1.8;
	}
	.news_item:hover .news_item_intro {
		color: #666;
	}
	.news_item_more {
		width: 10%;
		text-align: center;
		border-left: 1px solid #ccc;
		position: relative;
	}
	.news_item_more i {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 50%;
		left: 50%;
		width: 2.5rem;
		height: 2.5rem;
		border-radius: 50%;
		border: 1px solid #ccc;
		margin-left: -1.25rem;
		margin-top: -1.25rem;
		transform: rotate(90deg);
		transition: all .5s ease;
	}
	.news_item:hover .news_item_more i {
		color: #fff;
		background-color: #D80000;
		transform: rotate(180deg);
	}
}
@media ( min-width: 992px ) {
	.column_bg {
		height: 20rem;
	}
}
@media ( min-width: 1200px ) {
	.column_bg {
		height: 25rem;
	}
}