/*人生自古多磨难*/


html {
	overflow: auto;
	scrollbar-width: 0; /* Firefox */
	scrollbar-height: 0; /* Firefox */
	scrollbar-color: transparent transparent; /* Firefox */
}
::-webkit-scrollbar {
	width: 0;
}
::-webkit-scrollbar-thumb {
	background-color: transparent;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}


/* richs Global */
.website_richs_mima {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99999999999;
	transform: none;
    transition: .2s ease;
}
.website_richs_mima_gb {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	z-index: 999999999999;
}
.website_richs_mima_main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.website_richs_mima_main iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}


/* Richs Global CSS */
.official_mywebsite_tkbj {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 999999999999;
    transform: none;
    transition: .2s ease;
}
.mywebsite_confirmation_box_close {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 999999999999;
}
.mywebsite_confirmation_box {
    position: fixed;
    top: 50%;
    left: 50%;
	width: 550px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 999999999999;
}
.mywebsite_confirmation_box img {
    max-width: 100%;
}
.mywebsite_tk_images {
	position: relative;
}
.mywebsite_tk_button {
	display: block;
	position: absolute;
	bottom: 70px;
	left: 60px;
	width: 430px;
	height: 85px;
}
.mywebsite_tk_finger {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 35px;
	width: 120px;
	height: 120px;
}
@keyframes scale {
	0% {
		width: 100%;
		height: 100%;
	}
	50% {
		width: 80%;
		height: 80%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}
.mywebsite_tk_finger img {
	animation: scale 1s infinite;
}

@media screen and (max-width: 767px) {
	.mywebsite_confirmation_box {
		width: 450px;
	}
	.mywebsite_tk_button {
		display: block;
		position: absolute;
		bottom: 56px;
		left: 55px;
		width: 340px;
		height: 70px;
	}
	.mywebsite_tk_finger {
		display: block;
		position: absolute;
		bottom: 5px;
		right: 25px;
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 479px) {
	.mywebsite_confirmation_box {
		width: 320px;
	}
	.mywebsite_tk_button {
		display: block;
		position: absolute;
		bottom: 40px;
		left: 35px;
		width: 250px;
		height: 50px;
	}
	.mywebsite_tk_finger {
		display: block;
		position: absolute;
		bottom: -4px;
		right: 12px;
		width: 80px;
		height: 80px;
	}
}


/* Global */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	/*color: #666;*/
	text-decoration: none;
}
p {
    /*color: #777;*/
}
.web_page_width {
	max-width: 1200px;
	clear: both;
	margin: 0 auto;
}
.item-time {
	font-size: 12px;
	color: #888;
}
.website_logo,
.website_menu_nav_top,
/*.webst_about_container .index_about,
.webst_culture_container .index_culture,
.webst_service_container .index_about_service,
.web_article_container .index_article,*/
.previous_next_relevant .relevant_list ul li,
.web_list_container li {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.webst_about_container .index_about,
.webst_culture_container .index_culture,
.web_article_container .index_article {
	padding: 20px 10px;
}
.webst_about_container h3,
.webst_culture_container h3,
.webst_service_container h3,
.web_article_container h3,
.web_list_container h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding: 20px 0;
	position: inherit;
}
.webst_about_container .index_about p,
.webst_culture_container .index_culture p,
.webst_service_container .index_about_service p,
.web_list_container article p,
.web_article_container .index_article p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 1rem;
}


/* logo部分样式表 */
.website_logo {
	width: 100%;
	height: 110px;
	padding: 5px 0;
	display: block;
}
.website_logo .logo_content {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	overflow: hidden;
}
.website_logo h1 {
    margin: 0;
	padding: 0;
}
.website_logo h1 a {
    margin: 0;
	display: flex;
	align-items: center;
    font-size: 28px;
	font-weight: bold;
}
.website_logo h1 a img {
	margin: 0 10px;
	width: 150px;
	height: auto;
}
.website_logo .logo_content .web_sitemap {
	font-size: 12px;
	color: #888;
}


/* 网站菜单栏导航部分样式表 */
.website_menu_nav_top {
	width: 100%;
}
.website_menu_nav_main {
	margin: 0 auto;
}
.website_menu_nav_main ul {
	list-style-type: none;
	padding: 0 10px;
	margin: 0;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 18px;
	font-weight: bold;
}


/* 面包屑导航部分样式表 */
.website_Breadcrumb_navigation {
	margin: 30px auto;
	font-size: 14px;
}
.website_Breadcrumb_navigation p {
	padding: 0 10px;
	line-height: 3;
}


/* 关于我们部分样式表 */
.webst_about_container {
	height: auto;
	margin: 0 auto;
	padding: 1px 0 0 0;
	text-align: left;
}
.webst_about_container .index_about img {
	margin: 0 20px 0 0;
	max-height: 375px;
	max-width: 605px;
}


/* 企业文化部分样式表 */
.webst_culture_container {
	height: auto;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
}
.webst_culture_container .index_culture img {
	margin: 0 0 0 20px;
	max-height: 375px;
	max-width: 605px;
}


/* 业务介绍部分样式表 */
.webst_service_container {
	height: auto;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.webst_service_container .index_about_service {
	padding: 0 10px; 
	text-align: left;
}
.webst_service_container .index_about_service strong {
	font-size: 20px;
}
.webst_service_container .index_about_service img {
	border-radius: 10px;
	max-width: 100%;
}
.webst_service_container .index_about_service span a {
	font-size: 14px;
}
.webst_service_container .index_about_service_one {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
	display: flex;
	justify-content: space-between;
}
.index_about_service_one .index_about_service_right {
	padding: 0 0 0 20px;
	line-height: 1.5;
	width: 80%;
}
.webst_service_container .index_about_service_two {
	width: 100%;
	margin: 0;
	padding: 40px 0 40px 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed rgba(0, 0, 0, 0.15);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.index_about_service_two .index_about_service_left {
	padding: 0 20px 0 0;
	line-height: 1.5;
	width: 80%;
}


/* 文章内容部分样式表 */
.web_article_container {
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}
.web_article_container .index_article {
	text-align: left;
}
.web_article_container .index_article .index_article_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.web_article_container .index_article .item-time {
	text-align: center;
	margin: 30px 0;
}
.web_article_container .index_article img {
	display: inline;
}


/* 上下篇以及推荐文章列表样式表 */
.previous_next_relevant {
    margin: auto;
}
.previous_next_relevant .previous_next {
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
}
.previous_next_relevant .relevant_list {
	text-align: left;
}
.previous_next_relevant .relevant_list h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	padding: 0 0 0 10px;
}
.previous_next_relevant .relevant_list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 2;
}
.previous_next_relevant .relevant_list ul li {
	padding: 10px;
	margin: 0 0 5px 0;
}
.previous_next_relevant .relevant_list ul li a{
	font-weight: bold;
}
.previous_next_relevant .relevant_list ul li p{
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #333333;
}


/* 文章列表部分样式表 */
.web_list_container {
	margin: auto;
	padding: 30px 0;
}
.web_list_container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.web_list_container li {
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 35px;
	overflow: hidden;
	text-align: left;
}
.web_list_container .item-image {
	margin: 10px;
}
.web_list_container .item-image a img {
	width: 285px;
	height: 190px;
}
.web_list_container .item-info {
	flex: 1;
	padding: 10px;
}
.web_list_container .item-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}


/* 文章列表分页样式表 */
.article_list_paging {
	display: flex;
	justify-content: center;
	margin: 25px 0;
}

.article_list_paging .article_pagination {
	list-style: none;
	padding: 0;
}

.article_list_paging .article_pagination .page_item {
	display: inline-block;
	margin: 0 5px;
}

.article_list_paging .article_pagination .page_link {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	transition: background-color 0.3s ease;
}

.article_list_paging .article_pagination .page_link:hover {
	background-color: #f5f5f5;
}

.article_list_paging .article_pagination .page_item_active .page_link {
	background-color: #007bff;
	color: #fff;
}

.page_item:not(.page_item_active) .page_link {
	background-color: #e9e9e9;
	color: #333;
}


/* 友情链接样式表 */
.web_friendship_links {
	margin: 20px auto;
	font-size: 14px;
}

.web_friendship_links .web_friendship_links_cont {
	font-weight: bold;
}

.web_friendship_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.web_friendship_links li {
	display: inline-block;
	padding: 10px;
}

.web_friendship_links a:hover {
	text-decoration: underline;
}


/* 特殊情况响应式样式 */
@media (max-width: 767px) {
	.website_logo .logo_content h1 a {
		align-items: center;
		font-size: 22px;
		overflow: hidden;
	}
	
	.web_list_container li {
		align-items: center;
		flex-direction: column;
	}
	.webst_about_container img, .webst_culture_container img {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.index_about_service .index_about_service_one, .index_about_service .index_about_service_two {
		align-items: center;
		flex-direction: column;
	}
	.index_about_service .index_about_service_one img {
		margin: 0 0 10px 0;
	}
	.index_about_service .index_about_service_two img {
		margin: 10px 0 0 0;
	}
	.index_about_service_one .index_about_service_right {
		padding: 0;
		width: 100%;
	}
	.index_about_service_two .index_about_service_left {
		padding: 0;
		width: 100%;
	}
	.web_list_container .item-image a {
		display: flex;
		justify-content: center;
	}

	.web_list_container .item-image a img {
		width: 100%;
		height: auto;
	}

	.web_list_container .item-info {
		flex: 1;
	}
}

@media (max-width: 360px) {	
	.website_logo .logo_content h1 a {
		align-items: center;
		font-size: 18px;
		overflow: hidden;
	}
}
