/* 移动优先 */
/* Author: */
/* Contact: soft@0523cn.com*/
/* WebSite: www.0523cn.com*/
/* mobile */

.index-header {
	background-color: #fff;
	padding: 5vh 8vw;
	display: flex;
	flex-flow: row nowrap;
	border-bottom: 1px solid #f0f0f0;
}

.logo {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	/* padding: 0 1rem; */
}

.logo .logo-thumb {
	width: fit-content;
}

.logo .logo-thumb img {
	vertical-align: bottom;
}

.menu {
	flex: 1 0 auto;
	display: flex;
	justify-content: right;
	align-items: center;
	color: #1c3dab;
}

.menu-item {
	padding: 0 1rem;
}

.menu-item a {
	color: #444444;
	font-size: 1.125rem;
	transition: color 0.5s 0s ease-in-out;
}

.menu-item a:hover {
	color: #1c55ab;
}

.index-header-warp {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}


/* index-about */
.index-about {
	padding: 5vh 8vw;
}

.index-about-header {
	border-bottom: 1px solid #aaaaaa;
	padding: 0 1rem;
}

.index-about-header-tit {
	line-height: 2;
	position: relative;

}

.index-about-heade-tit-cn {
	font-size: 1.75rem;
	color: #5f5f5f;
}

.index-about-heade-tit-en {
	font-size: 1rem;
	color: #acacac;
}

.index-about-header-btn-more {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 0.875rem;
	color: #868686;
}

.index-about-header-btn-more:hover {
	color: #9e1e1e;
}

.index-about-body {
	display: flex;
	flex-flow: row nowrap;
	padding: 2rem 1rem 1rem 1rem;
}

.index-about-body-thumb {
	flex: 0 0;
}

.index-about-body-thumb img {
	vertical-align: bottom;
}

.index-about-body-txt {
	flex: 1 0;
	padding: 0 0 0 1rem;
}

.index-about-body-txt p {
	text-indent: 2rem;
	line-height: 2;
}

/*index-products */
.index-products {
	background-color: #f9f9f9;
	padding: 5vh 8vw;

}

.index-products-header {
	border-bottom: 1px solid #aaaaaa;
	padding: 0 1rem;
}

.index-products-header-tit {
	line-height: 2;
	position: relative;

}

.index-products-heade-tit-cn {
	font-size: 1.75rem;
	color: #5f5f5f;
}

.index-products-heade-tit-en {
	font-size: 1rem;
	color: #acacac;
}

.index-products-header-btn-more {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 0.875rem;
	color: #868686;
}

.index-products-header-btn-more:hover {
	color: #9e1e1e;
}

.index-products-body {
	padding: 2rem 1rem;
	display: flex;
	flex-flow: row nowrap;
	list-style: none;
	justify-content: space-between;
}

.index-products-body-item {
	flex: 0 0 24%;
	padding: 2rem 0 4rem 0;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	background-color: #fff;
}

.index-products-body-item:hover {
	background-color: #0798f8;
	box-shadow: 0 1px 30px rgba(0, 0, 0, .2);
}

.index-products-body-item:hover .index-products-body-item-tit {
	color: #f3f3f3;
}

.index-products-body-item:hover .index-products-body-item-desc {
	color: #f3f3f3;
}

.index-products-body-item:hover .index-products-body-item-thumb img {
	transform: translateY(-6.6875rem);
}

.index-products-body-item-thumb {
	width: 6.6875rem;
	height: 6.6875rem;
	margin: 1rem auto;
	overflow: hidden;
}

.index-products-body-item-thumb img {
	vertical-align: bottom;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.index-products-body-item-tit {
	text-align: center;
	line-height: 3;
	transition: all 0.4s ease-in-out;
	color: #5f5f5f;
	font-size: 1.125rem;
	font-weight: bold;
	transition: all 0.5s ease-in-out;
}

.index-products-body-item-desc {
	padding: 0 1rem;
	text-align: center;
	line-height: 1.5;
	color: #5f5f5f;
	font-size: 0.875rem;
	transition: all 0.5s ease-in-out;
}


/* news */
.index-news {
	background-color: #fff;
	padding: 5vh 8vw;

}

.index-news-header {
	border-bottom: 1px solid #aaaaaa;
	padding: 0 1rem;
}

.index-news-header-tit {
	line-height: 2;
	position: relative;

}

.index-news-heade-tit-cn {
	font-size: 1.75rem;
	color: #5f5f5f;
}

.index-news-heade-tit-en {
	font-size: 1rem;
	color: #acacac;
}

.index-news-header-btn-more {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 0.875rem;
	color: #868686;
}

.index-news-header-btn-more:hover {
	color: #9e1e1e;
}

.index-news-body {
	display: flex;
	list-style: none;
	flex-flow: row wrap;
	padding: 2rem 1rem;
	justify-content: space-between;
}

.index-news-body-item {
	position: relative;
	flex: 0 0 49.6%;
	background-color: #f7f7f7;
	margin: 0.3125rem 0;
	display: flex;
	overflow: hidden;
	transition: all 0.5s 0s ease-in-out;
}

.index-news-body-item:hover {
	background-color: #eee;
}

.index-news-body-item:hover .index-news-body-item-txt a {
	color: #545454;
}

.index-news-body-item:hover .index-news-body-item-txt p {
	color: #969696;
}

.index-news-body-item::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0.0625rem;
	background-color: #3666a4;
	bottom: 0;
	transition: all 0.5s 0s ease-in-out;
}

.index-news-body-item:hover::after {
	width: 100%;
}

.index-news-body-item-date {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	flex: 0 0;
	padding: 0rem 2rem;
	text-align: center;
}

.index-news-body-item-date::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 6.25rem;
	border-right: 0.0625rem dashed #b0b0b0;
	right: 0rem;
	transition: all 0.5s 0s ease-in-out;
}

.index-news-body-item-date-dd {
	font-size: 3rem;
	color: #3666a4;
}

.index-news-body-item-date-ym {
	color: #3666a4;
	white-space: nowrap;
}

.index-news-body-item-txt {
	flex: 1 0;
	padding: 1rem;
	overflow: hidden;
}

.index-news-body-item-txt h2 {
	line-height: 2;
	font-size: 1rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.index-news-body-item-txt a {
	color: #646464;
	transition: all 0.5s 0s ease-in-out;
}

.index-news-body-item-txt p {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #b6b6b6;
	transition: all 0.5s 0s ease-in-out;
}


/* index-bottom */
.index-bottom {
	padding: 2vh 6vw;
	background-color: #3e3e3e;
}

.index-bottom-body {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.index-bottom-item-about {
	flex: 1 0 auto;
}

.index-bottom-item-item {
	display: flex;
	align-items: center;
	flex: 0 0;
	padding: 0 1rem;
}

.index-bottom-item-item-qrcode p {
	text-align: center;
	color: #d2d2d2;
	font-size: 0.875rem;
}

.index-bottom-item-about h2 {
	line-height: 2;
	color: #e2e2e2;
	font-weight: bold;
}

.index-bottom-item-about p {
	line-height: 2;
	color: #e2e2e2;
}

/* footer */
.footer {
	font-size: 0.875rem;
	color: #9e9e9e;
	text-align: center;
	line-height: 3;
	background-color: #444444;
	border-top: 0.0625rem solid #5f5f5f
}

.footer a {
	color: #9e9e9e;
}