::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

a.focus,
a:focus {
	outline: 0;
}

a.active.focus,
a.active:focus,
a.focus:active,
a:focus:active,
a:hover:active {
	outline: 0;
	text-decoration: none;
	font-weight: 400;
}

a:active,
a:visited {
	text-decoration: none;
}

img {
	display: block;
	border: none;
	outline: none;
}

li {
	list-style: none;
}

/* 导航栏区域 */
.top {
	width: 100vw;
	background-color: #202020;
	overflow: hidden;
	z-index: 100;
}

.top_wrap {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
	position: relative;
}

.top_logo {
	float: left;
	height: 66px;
	margin-top: 12px;
}

.top_logo img {
	height: 100%;
}

.top_nav {
	float: right;
	overflow: hidden;
	margin-top: 34px;
}

.top_nav_items {
	float: left;
	width: 100px;
	height: 56px;
	background-color: transparent;
	margin-right: 30px;
	transition: all 0.52s;
}

.top_nav_items.active {
	background-color: #BD2228;
}

.top_nav_items:hover {
	background-color: #bd2228;
}

.top_nav_items:last-child {
	margin-right: 0;
}

.top_nav_items>a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
}

.language {
	position: absolute;
	top: 10px;
	right: 18px;
	overflow: hidden;
}

.language>a {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: left;
	margin-left: 20px;
}

.search {
	position: absolute;
	top: 4px;
	right: 180px;
}

.search_form {
	display: block;
	overflow: hidden;
}

.input {
	float: left;
	width: 160px;
	height: 26px;
	outline: none;
	border: none;
	font-size: 12px;
	line-height: 26px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.submit {
	float: left;
	width: 60px;
	height: 26px;
	outline: none;
	border: none;
	background-color: #BD2228;
	font-size: 12px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: center;
}

.m_nav {
	width: 0;
	overflow: hidden;
}

/* banner图区域 */
.banner {
	height: 800px;
}

.banner .swiper-slide {
	background-position: center;
	background-size: cover;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 30% auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #BD2228;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

/* 公司简介区域 */
.introduction {
	width: 1200px;
	margin: 80px auto 0px;
}

.normal_title.red {
	margin: 0px auto 0px;
}

.normal_title.red>h3 {
	font-size: 36px;
	line-height: 36px;
	color: #363636;
	text-align: center;
}

.normal_title.red>span {
	display: block;
	width: 300px;
	height: 3px;
	margin: 20px auto 0px;
	background-color: #BD2228;
}

.introduction_wrap {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}

.introduction_words {
	width: 60%;
	float: left;
}

.introduction_words>p {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	text-indent: 2em;
	margin-top: 6px;
	color: #666666;
}

.introduction_pic {
	width: 36%;
	height: 310px;
	float: right;
	overflow: hidden;
}

.introduction_pic>video {
	width: 100%;
	height: 100%;
}

.more {
	display: block;
	width: 160px;
	height: 38px;
	background-color: #BD2228;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	transition: all 0.36s;
}

.more:hover {
	background-color: #202020;
}

/* 产品领域区域 */
.product {
	width: 1200px;
	margin: 40px auto 0px;
}

.product_list {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}

.product_items {
	float: left;
	width: 21%;
	border-radius: 20px;
	border: 2px solid #363636;
	padding: 20px;
	box-sizing: border-box;
	margin-right: calc(16%/3);
	overflow: hidden;
	transition: all 0.36s;
}

.product_items:hover {
	background-color: #BD2228;
	border: 2px solid #BD2228;
}

.product_items:last-child {
	margin-right: 0;
}

.product_items>a {
	width: 100%;
}

.product_pic {
	width: 100%;
	height: 150px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #363636;
	transition: all 0.36s;
}

.product_items:hover .product_pic {
	border-bottom: 1px solid #FFFFFF;
}

.product_pic>img {
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	object-fit: contain;
}

.product_words {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
}

.product_words>h4 {
	font-size: 24px;
	text-align: center;
	color: #363636;
	line-height: 24px;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
	transition: all 0.36s;
}

.product_items:hover .product_words>h4 {
	color: #FFFFFF;
}

/* 客户案例区域 */
.case {
	width: 100vw;
	margin-top: 60px;
	padding: 60px 0px;
	box-sizing: border-box;
	background-image: url(../img/case_backpic.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.normal_title {
	margin: 0px auto 0px;
}

.normal_title>h3 {
	font-size: 36px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
}

.normal_title>span {
	display: block;
	width: 300px;
	height: 3px;
	margin: 20px auto 0px;
	background-color: #FFFFFF;
}

.case_wrap {
	width: 1200px;
	margin: 50px auto 0px;
	overflow: hidden;
}

.case_list {
	/* 宽度在js中决定 */
	overflow: hidden;
}

.case_items {}

.case_items>a {
	display: block;
	width: 100%;
}

.case_pic {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.case_pic>img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.52s;
}

.case_items:hover .case_pic>img {
	transform: scale(1.05);
}

.case_words {
	width: 100%;
	padding: 30px 0px 20px;
	box-sizing: border-box;
	background-color: #0a2f3e;
	position: relative;
	transition: all 0.52s;
}

.case_items:hover .case_words {
	background-color: #bd2228;
}

.case_words>h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_decoration {
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(35, 102, 130, 0.15);
	background-image: url(../img/yinhao_icon.png);
	background-position: center;
	background-repeat: no-repeat;
}

.case_change {
	float: right;
	transform: translateY(-10px);
	position: relative;
	z-index: 99;
}

.case_pre,
.case_next {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #afb8bc;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.36s;
}

.case_pre:hover,
.case_next:hover {
	background-color: #BD2228;
}

.case_pre {
	margin-right: 30px;
	background-image: url(../img/pre_case_icon.png);
}

.case_next {
	background-image: url(../img/next_case_icon.png);
}

/* .新闻资讯区域 */
.news {
	width: 1200px;
	margin: 60px auto 0px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.news_category {
	width: 100%;
	border-bottom: 1px solid #BD2228;
	margin-top: 60px;
	overflow: hidden;
}

.news_category_wrap {
	float: right;
	overflow: hidden;
}

.news_category_normal {
	float: left;
	width: 160px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #BD2228;
	transition: all 0.36s;
}

.news_category_normal.active {
	background-color: #BD2228;
	color: #FFFFFF;
}

.news_content {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.news_list {
	overflow: hidden;
}

.news_items {
	float: left;
	width: 1200px;
	overflow: hidden;
}

.news_number {
	float: left;
}

.news_number_items {
	width: 60px;
	height: 120px;
	background-color: #f7f8f9;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #0a2f3e;
	line-height: 120px;
	cursor: default;
}

.news_number_items.active {
	background-color: #BD2228;
	color: #FFFFFF;
}

.news_number_items_two {
	width: 60px;
	height: 120px;
	background-color: #f7f8f9;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #0a2f3e;
	line-height: 120px;
	cursor: default;
}

.news_number_items_two.active {
	background-color: #BD2228;
	color: #FFFFFF;
}

.news_items_list_wrap {
	margin-left: 100px;
	overflow: hidden;
}

.news_items_list {
	overflow: hidden;
}

.news_items_list_t {
	overflow: hidden;
}

.news_items_list_one {
	width: 1100px;
	float: left;
	overflow: hidden;
}

.news_items_list_two {
	width: 1100px;
	float: left;
	overflow: hidden;
}

.news_pic_skim {
	width: 680px;
	height: 360px;
	float: left;
}

.news_pic_skim>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.news_litter_news {
	width: 380px;
	float: right;
}

.news_litter_news>a {
	width: 100%;
}

.news_pic {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.news_pic>img {
	width: 100%;
	height: 100%;
	transition: all 0.36s;
	object-fit: contain;
}

.news_litter_news:hover .news_pic>img {
	transform: scale(1.05);
}

.news_words {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.news_words>h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0A2F3E;
	line-height: 16px;
	transition: all 0.36s;
	overflow: hidden;
	height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_litter_news:hover .news_words>h4 {
	color: #BD2228;
}

.news_words>p {
	margin-top: 16px;
	font-size: 14px;
	text-align: left;
	color: #5b696f;
	line-height: 22px;
}

.news_time_and_more {
	width: 100%;
	margin-top: 26px;
	overflow: hidden;
	height: 14px;
}

.news_time_and_more>h6 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #BD2228;
	text-align: left;
}

.news_time_and_more>p {
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #afb8bc;
	text-align: right;
}

/* 底部信息区域 */
.footer {
	width: 100vw;
	padding: 40px 0px;
	box-sizing: border-box;
	background-color: #131923;
}

.bottom_message {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.bottom_contact {
	float: left;
	width: 43%;
}

.bottom_contact>h5,
.bottom_link>h5 {
	padding-left: 20px;
	border-left: 4px solid #BD2228;
	box-sizing: border-box;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	line-height: 16px;
}

.bottom_contact>p {
	margin-top: 12px;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	color: #FFFFFF;
}

.bottom_contact>p:nth-child(2) {
	color: #BD2228;
	font-weight: bold;
	margin-top: 30px;
	font-size: 18px;
}
.bottom_contact>p:nth-child(2) a{
	color: #BD2228;
}

.bottom_link {
	float: left;
	width: 20%;
}

.bottom_link_list {
	margin-top: 30px;
}

.bottom_link_list>li {
	margin-bottom: 14px;
	transition: all 0.36s;
}

.bottom_link_list>li:hover {
	transform: translateX(6px);
}

.bottom_link_list>li>a {
	height: 14px;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	color: #FFFFFF;
}

.bottom_code {
	float: left;
	width: max-content;
}

.bottom_code:last-child {
	float: right;
}

.bottom_code>img {
	display: block;
	width: 40px;
	height: 40px;
}

.bottom_code>p {
	margin-top: 20px;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	line-height: 14px;
}

.bottom_code_pic {
	margin-top: 30px;
	width: 100px;
	height: 100px;
}

.bottom_code_pic>img {
	width: 100%;
	height: 100%;
}

.footer>h6 {
	font-size: 14px;
	line-height: 14px;
	margin: 50px auto 0px;
	text-align: center;
	color: #FFFFFF;
}

/* 版权信息区域 */
.copyright {
	width: 100vw;
	padding: 20px 0px;
	box-sizing: border-box;
}

.copyright>p {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #afb8bc;
	margin-bottom: 10px;
}

.copyright>p a {
	color: #afb8bc;
}

.copyright>p:last-child {
	margin-bottom: 0;
}

/* 子页面通用盒子 */
.child_page {
	width: 100vw;
	background-image: url(../img/product_backPic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.child_page.offer {
	background-color: #FFFFFF;
	background-image: none;
}

.child_page.childCase {
	background-color: #fafafa;
	background-image: none;
}

/* 公司简介子页面区域 */
.child_about {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0px 70px;
}

.child_about_companyPic {
	width: 80%;
	margin: 40px auto 0px;
}

.child_about_companyPic>img {
	width: 100%;
	height: auto;
}

.child_about>p {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	text-indent: 2em;
	line-height: 28px;
	color: #666666;
}

.child_about>p:nth-child(3) {
	margin-top: 40px;
}

.child_culturePic {
	padding: 40px 0 70px;
	height: 450px;
}

.child_culturePic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 客户案例子页面区域 */
.child_case_list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0px 20px;
	box-sizing: border-box;
}

.child_case_items {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.child_case_items:nth-child(4n+0) {
	margin-right: 0;
}

.child_case_items:last-child {
	margin-bottom: 70px;
}

.child_case_items:hover .case_pic>img {
	transform: scale(1.08);
}

.child_case_items:hover .case_words {
	background-color: #BD2228;
}

/* 产品领域子页面 */
.child_product {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0px 30px;
	box-sizing: border-box;
}

.child_product_category_btn,
.child_product_category_top {
	display: none;
}

.child_product_category {
	width: 100%;
}

.child_product_category::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: none;
}

.child_product_category_second {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	z-index: 100;
}

.child_product_category_items:hover .child_product_category_second {
	display: block;
}

.child_product_category_items {
	position: relative;
	float: left;
	width: 25%;
	background-color: #131923;
	transition: all 0.36s;
	text-align: center;
}

.child_product_category_items div {
	position: relative;
	height: 50px;
}

.child_product_category_items_second {
	width: 100%;
	height: 50px;
	background-color: #eeeeee;
	transition: all 0.36s;
}

.child_product_category_items_second:hover {
	background-color: #131923;
}

.child_product_category_items:hover {
	background-color: #BD2228;
}

.child_product_category_items i {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-image: url(../img/silderdown_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	transition: all 0.52s;
}

/* .child_product_category_items:hover>a{
	text-decoration: underline;
} */

.child_product_category_items:hover i {
	transform: rotate(180deg) translateY(7px);
}

.child_product_category_items.active {
	background-color: #BD2228;
}

.child_product_category_items div a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	color: #FFFFFF;
	transition: all 0.36s;
}

.child_product_category_items_second>a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 50px;
	color: #363636;
	transition: all 0.36s;
}

.child_product_category_items_second:hover>a {
	color: #FFFFFF;
}

.child_product_list {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}

.child_product_items {
	width: 285px;
	float: left;
	margin-right: 20px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	transition: all 0.36s;
	margin-bottom: 40px;
	background-color: #fff;
}

.child_product_items:hover {
	border: 1px solid #BD2228;
}

.child_product_items:nth-child(4n+0) {
	margin-right: 0;
}

.child_product_items>a {
	width: 100%;
}

.child_product_pic {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.child_product_pic>img {
	height: 100%;
	width: 100%;
	transition: all 0.36s;
	object-fit: contain;
}

.child_product_items:hover .child_product_pic>img {
	transform: scale(1.08);
}

.child_product_words {
	width: 100%;
	background-color: #FFFFFF;
	padding: 14px;
	box-sizing: border-box;
}

.child_product_words>h5 {
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	color: #363636;
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.36s;
}

.child_product_words>h5:hover {
	text-decoration: underline;
	color: #BD2228;
}

.child_product_words>p {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	color: #AFB8BC;
	height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 新闻资讯子页面 */
.child_news {
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0px 100px;
	box-sizing: border-box;
}

.child_news_category {
	width: 100%;
	height: 40px;
	background-color: #EEEEEE;
	overflow: hidden;
}

.child_news_category_items {
	width: 260px;
	height: 40px;
	float: left;
	background-color: transparent;
	text-align: center;
}

.child_news_category_items.active {
	background-color: #BD2228;
}

.child_news_category_items.active>a {
	color: #FFFFFF;
}

.child_news_category_items>a {
	width: 100%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #666666;
}

.child_news_list {
	width: 100%;
}

.child_news_items,
.child_offer_items {
	width: 100%;
	overflow: hidden;
	padding: 14px 0px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #EEEEEE;
}

.child_news_pic {
	float: left;
	width: 240px;
	height: 150px;
	overflow: hidden;
}

.child_news_pic>img,
.child_offer_pic>img {
	width: 100%;
	height: 100%;
	transition: all 0.52s;
	object-fit: contain;
}

.child_news_pic:hover>img,
.child_offer_pic:hover>img {
	transform: scale(1.05);
}

.child_news_words {
	margin-left: 260px;
	max-width: 800px;
	margin-right: 20px;
}

.child_news_words>a,
.child_offer_words>a {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
	color: #363636;
	transition: all 0.36s;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.child_news_words>a:hover,
.child_offer_words>a:hover {
	color: #BD2228;
	text-decoration: underline;
}

.child_news_words>p,
.child_offer_words>p {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color: #6f7883;
}

.child_news_words>h5,
.child_offer_words>h5 {
	margin-top: 14px;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	color: #abb8bc;
}

/* 人力资源子页面 */
.child_offer {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0px 70px;
	box-sizing: border-box;
}

.child_offer_category {
	width: 100%;
	height: 40px;
	background-color: #EEEEEE;
	overflow: hidden;
}

.child_offer_category_items {
	width: 50%;
	height: 40px;
	float: left;
	text-align: center;
}

.child_offer_category_items.active {
	background-color: #BD2228;
}

.child_offer_category_items.active>a {
	color: #FFFFFF;
}

.child_offer_category_items>a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #474747;
}

.child_offer_idea {
	margin-top: 60px;
	width: 100%;
}

.child_offer_idea>p {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	text-indent: 2em;
	line-height: 28px;
	color: #666666;
}

.child_offer_idea>p:nth-child(2) {
	margin-top: 40px;
}

.child_offer_idea>p:nth-child(19) {
	margin-top: 40px;
}

/* 人力资源_招聘信息子页面 */
.child_offer_list {
	width: 88%;
	margin: 0 auto;
}

.child_offer_pic {
	float: left;
	width: 120px;
	height: 100px;
	overflow: hidden;
}

.child_offer_words {
	margin-left: 140px;
	max-width: 600px;
	margin-right: 20px;
}

/* 联系我们子页面 */
.child_contact {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0px 70px;
	box-sizing: border-box;
}

.map_wrap {
	width: 100%;
	height: 520px;
}

.add_name {
	color: #BD2228;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 14px;
	white-space: nowrap
}

.add_content {
	font-size: 12px;
	color: #363636;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.child_contact_message {
	margin-top: 40px;
	width: 100%;
}

.child_contact_logo {
	height: 58px;
}

.child_contact_logo>img {
	width: auto;
	height: 100%;
}

.child_contact_words {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.child_contact_words>p {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	height: 16px;
	font-size: 16px;
	text-align: left;
	line-height: 16px;
	color: #666666;
}

/* 文章内容页 */
.child_page.article {
	background-color: #FFFFFF;
	background-image: none;
}

.child_article {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.child_crumbs {
	line-height: 34px;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

.child_crumbs a {
	color: #666;
}

.article_content .header {
	text-align: center;
	border-bottom: 1px solid #E5E3DF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.article_content .header h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 33px;
	font-weight: bold;
}

.article_content .art-info {
	font-size: 15px;

}

.article_content .art-info span {
	margin-right: 20px;
	color: #999;
}

.article_content .text {
	margin-bottom: 20px;
}

.article_content .par img {
	display: inline-block;
	max-width: 100%;
}

.article_content .pn {
	padding-top: 10px;
	line-height: 22px;
	color: #474747;
	border-top: 1px solid #E5E3DF;
}

.article_content .pn a {
	color: #474747;
}

.article_content .product_img {
	height: 400px;
	text-align: center;
	margin-bottom: 30px;
}

.article_content .product_img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: inline-block;
}

/* 产品详情页 */
.wf-container-main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.wf-container-main .content{
	flex: 1;
	padding-left: 40px;
}
.productshow{
	position: relative;
}
.productshow div.images, .productshow div.summary {
    float: left;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.productshow div.images {
    width: 50%;
    margin-right: 50px;
}
.productshow div.images img{
	width: 100%;
}
.productshow div.summary{
	position: relative;
	min-height: 360px;
	width: calc(100% - 50% - 50px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.productshow div.summary h1{
	font: normal 24px / 30px "Microsoft Yahei",Helvetica,Arial,Verdana,sans-serif;
	text-transform: none;
	margin-bottom: 30px;
}
.productshow div.summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.productshow div.summary .woocommerce-product-details__short-description p{
	margin-bottom: 10px;
}
.product_meta>span{
	color: #666;
	display: block;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 23px;
	position: relative;
    margin: 0 6px 5px 0;
    padding: 0 9px 0 0;
}
.product_meta .posted_in{
	display: inline-block;
}
.product_meta>.tagged_as{
	    margin-top: 3px;
}
.product_meta>.tagged_as a {
	display: inline-block;
    padding: 1px 6px;
    margin: 2px 1px 2px 0;
    border: 1px solid;
    font: 400 10px/15px Arial,Verdana,sans-serif;
    text-decoration: none;
    letter-spacing: .3px;
	border-color: rgba(51,51,51,.12);
	color: #666;
}
.woocommerce-tabs{
	padding-top: 30px;
    clear: both;
}
.woocommerce-tabs .tabs{
	position: relative;
    overflow: hidden;
    margin: 0 0 30px;
	border-bottom: 1px solid #e6e6e6;
}
.woocommerce-tabs .tabs:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    content: "";
	background: rgba(51,51,51,.12);
}
.woocommerce-tabs .tabs>li{
	position: relative;
    float: left;
	padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    list-style: none;
}
.woocommerce-tabs .tabs li>a {
	text-decoration: none;
	font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    width: 100px;
    display: block;
    text-align: center;
    padding: 3px 12px;
    background-color: #f7f7f7;
}
.woocommerce-tabs .tabs li>a:hover,.woocommerce-tabs .tabs li.curr>a{
	color: #fff;
	background-color: #BD2228;
}
.woocommerce-tabs .tab-item{
	display: none;
}
.woocommerce-tabs .tab-item img{
	max-width: 100%;
	display: inline-block;
}
.woocommerce-tabs .tab-item.show{
	display: block;
}

.productshow .related.products{
	padding-top: 50px;
    margin-top: 60px;
    border-top: 1px solid;
    clear: both;
	border-color: rgba(51,51,51,.12);
}
.productshow .related.products>h2{
	font: 24px / 34px "Microsoft Yahei",Helvetica,Arial,Verdana,sans-serif;
	position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.productshow .related.products>h2:after{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
	background-color: #BD2228;
}
.productshow .products ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -25px -25px;
	padding: 0;
    list-style: none;
    clear: both;
}
.related-product>li{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    box-sizing: border-box;
	position: relative;
    display: flex;
    width: 50%;
    padding: 0 25px 25px;
}
.related-product>li .product-thumbnail{
	width: 50%;
	max-width: 200px;
    min-width: 100px;
    margin-right: 20px;
}
.related-product>li .product-thumbnail img{
	max-width: 100%;
    height: auto;
}
.related-product>li .product-content{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.wf-container-main .sidebar{
	box-sizing: border-box;
	width: 260px;
	padding-right: 40px;
	border-right: 1px solid rgba(51,51,51,.12);
}
.sidebar .widget, .sidebar-content .widget{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 20px;
}
.sidebar-content .widget-title{
	font: normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #333;
	font-weight: 400;
	margin-bottom: 15px;
	clear: both;
}
.custom-menu{
	    padding-bottom: 10px;
}
.custom-menu li {
    margin: 9px 0 0;
    padding: 10px 0 0;
	border-top: 1px solid rgba(102,102,102,.15);
}
.custom-menu>li:first-child{
	border: none!important;
	margin-top: 0;
	padding-top: 0;
	border-top: none!important;
}
.custom-menu a{
	    display: inline-block;
		position: relative;
		background-repeat: no-repeat;
		background-position: 0 7px;
		padding-left: 23px;
}
.custom-menu a:hover{
	color: #BD2228;
}
.custom-menu a:before,.custom-menu a:after{
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	content: "";
	background-color: rgba(102,102,102,.15);
}
.custom-menu a:before{
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.custom-menu a:after{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' fill='rgba(102,102,102,0.5)' viewBox='0 0 8 8' enable-background='new 0 0 8 8' xml:space='preserve'%3E%3Cpath d='M3.021,8c0.181,0,0.335-0.063,0.462-0.19l3.343-3.343C6.956,4.337,7.021,4.182,7.021,4c0-0.186-0.065-0.339-0.195-0.462L3.483,0.195C3.36,0.064,3.206,0,3.021,0C2.84,0,2.684,0.064,2.554,0.195l-0.385,0.38c-0.127,0.133-0.19,0.289-0.19,0.467c0,0.182,0.063,0.336,0.19,0.462L4.664,4L2.169,6.495c-0.127,0.127-0.19,0.281-0.19,0.463c0,0.178,0.063,0.333,0.19,0.467L2.554,7.81C2.688,7.937,2.843,8,3.021,8z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
}
.custom-menu a:hover:after{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' fill='rgba(189,34,40,0.999)' viewBox='0 0 8 8' enable-background='new 0 0 8 8' xml:space='preserve'%3E%3Cpath d='M3.021,8c0.181,0,0.335-0.063,0.462-0.19l3.343-3.343C6.956,4.337,7.021,4.182,7.021,4c0-0.186-0.065-0.339-0.195-0.462L3.483,0.195C3.36,0.064,3.206,0,3.021,0C2.84,0,2.684,0.064,2.554,0.195l-0.385,0.38c-0.127,0.133-0.19,0.289-0.19,0.467c0,0.182,0.063,0.336,0.19,0.462L4.664,4L2.169,6.495c-0.127,0.127-0.19,0.281-0.19,0.463c0,0.178,0.063,0.333,0.19,0.467L2.554,7.81C2.688,7.937,2.843,8,3.021,8z'/%3E%3C/svg%3E");
}

.widget_search form{
	position: relative;
	margin: 5px 0 15px;
}
.widget_search form input[type="text"]{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	outline: 0;
	font-size: 14px;
	line-height: 25px;
	padding-right: 30px;
	width: 100%;
	margin: 0;
	height: 38px;
	color: #8b8d94;
	border: 1px solid rgba(51,51,51,.12);
	background-color: #fdfdfd;
	border-radius: 1px;
}
.widget_search form input[type="submit"]{
	position: absolute;
	top: 12px;
	right: 15px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	padding: 0;
	outline: none;
	border: none;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='rgba(139,141,148,0.5)' d='M15.376,13.75l-3.985-4c0.586-0.916,1.032-2.171,1.032-3.333c0-3.263-2.675-5.917-5.961-5.917C3.175,0.5,0.5,3.154,0.5,6.417c0,3.263,2.675,5.919,5.962,5.919c1.113,0,2.272-0.4,3.163-0.93l4.049,3.955L15.376,13.75z M2.518,6.455c0-2.179,1.785-3.953,3.981-3.953c2.195,0,3.983,1.773,3.983,3.953c0,2.18-1.788,3.952-3.983,3.952C4.304,10.407,2.518,8.635,2.518,6.455z'/%3E%3C/svg%3E")
}
/* 全局分页 */
#page {
	margin: 0.3rem 0;
	font-size: 0.14rem;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
}

#page .pageinfo {
	margin-right: 0.03rem;
	color: #808080;
	font-size: 0.14rem;
	padding: 0.04rem 0.1rem;
	border: 1px solid #aaa;
	display: none;
}

#page .pageinfo strong {
	font-weight: normal;
	margin: 0 0.03rem;
}

#page a {
	border: 1px solid #aaa;
	background: #fff;
	color: #808080;
	padding: 0.04rem 0.1rem;
	margin-left: 0.05rem;
	transition: all 0.2s;
}

#page a:hover,
#page .curpage {
	background: #BD2228;
	color: #fff;
	text-decoration: none;
	border: 1px solid #BD2228;
}

#page .nopage {
	cursor: not-allowed;
}

#page .nopage:hover {
	background: #fff;
	color: #808080;
	border: 1px solid #aaa;
}

.pgejump {
	display: none;
}

.pgejump input {
	width: 30px;
	line-height: 32px;
	height: 32px;
	border: 0;
	text-align: center;
	border: 1px solid #ccc;
}

.pgejump #jump_btn_page {
	display: inline-block;
	line-height: 30px;
	height: 34px;
}

@media screen and (max-width:1250px) {
	.top_wrap {
		width: 1024px;
	}

	.top_nav_items {
		width: 90px;
		margin-right: 15px;
	}

	.bottom_message {
		width: 1024px;
	}

	.introduction,
	.product,
	.case_wrap,
	.news,
	.news_items {
		width: 1024px;
	}

	.news_items_list_one,
	.news_items_list_two {
		width: 924px;
	}

	.news_pic_skim {
		width: 520px;
	}

	.child_about,
	.child_product {
		width: 1024px;
	}

	.child_product_items {
		width: 241px;
	}

	.child_case_list {
		width: 1024px;
	}

	.child_case_items {
		width: 241px;
	}

	.child_news,
	.child_offer,
	.child_contact,
	.child_article {
		width: 1024px;
	}
}

@media screen and (max-width:1024px) {
	.top_wrap {
		width: 768px;
	}

	.language {
		right: 0.2rem;
	}

	.top_nav {
		display: none;
	}

	.top_wrap .icon {
		top: 50%;
	}

	.top_wrap .icon,
	.top_wrap .icon:before,
	.top_wrap .icon:after {
		left: 0;
		position: absolute;
		background-color: #ffffff;
		border-radius: 0.2rem;
		transition-duration: 0.5s;
		height: 0.03rem;
		width: 0.39rem;
	}

	.top_wrap .icon:before {
		top: -0.12rem;
		content: "";
	}

	.top_wrap .icon:after {
		top: 0.12rem;
		content: "";
	}

	.top_wrap .menu {
		width: 0.39rem;
		height: 0.6rem;
		position: relative;
		transition-duration: 1s;
		position: absolute;
		right: 0.20rem;
		top: 0.3rem;
		z-index: 99;
		cursor: pointer;
	}

	.top_wrap .menu .icon {
		transition-duration: 0.5s;
		transition-delay: 0.5s;
	}

	.top_wrap .menu .icon:after {
		transition: transform 0.5s, top 0.5s 0.5s;
	}

	.top_wrap .menu .icon:before {
		transition: transform 0.5s, top 0.5s 0.5s;
	}

	.top_wrap .menu.open .icon {
		transition-duration: 0.1s;
		transition-delay: 0.5s;
		background: transparent;
	}

	.top_wrap .menu.open .icon:before {
		transition: top 0.5s, transform 0.5s 0.5s;
		top: 0px;
		transform: rotateZ(-45deg);
	}

	.top_wrap .menu.open .icon:after {
		transition: top 0.4s, transform 0.5s 0.5s;
		top: 0px;
		transform: rotateZ(45deg);
	}

	.m_nav {
		background-color: #171f25;
	}

	.m_nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(255, 255, 255, .1);
	}

	.m_nav li a {
		margin: 0;
		padding: 14px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.m_nav li a.current {
		font-size: 16px;
		color: #de4c56;
		background-color: #0f161b;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background: -webkit-linear-gradient(none, none);
		background: -moz-linear-gradient(none, none);
		background: -ms-linear-gradient(none, none);
		background: linear-gradient(none, none);
		background-size: auto;
	}

	.bottom_message {
		width: 768px;
	}

	.bottom_contact {
		width: 60%;
	}

	.bottom_link {
		width: 22%;
	}

	.bottom_code:last-child {
		display: none;
	}

	.banner {
		height: 360px;
	}

	.introduction {
		width: 768px;
	}

	.product {
		width: 768px;
	}

	.product_words {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.case_wrap {
		width: 768px;
	}

	.news,
	.news_items {
		width: 768px;
	}

	.news_number_items {
		width: 50px;
	}

	.news_items_list_wrap {
		margin-left: 63px
	}

	.news_items_list_one,
	.news_items_list_two {
		width: 705px;
	}

	.news_pic_skim {
		width: 324px;
	}

	.news_litter_news {
		width: 370px;
	}

	.child_about {
		width: 768px;
	}

	.child_about_companyPic {
		width: auto;
	}

	.child_about>p {
		width: auto;
	}

	.child_culturePic {
		height: 300px;
	}

	.child_product {
		width: 768px;
	}

	.child_product_items {
		width: 177px;
	}

	.child_product_pic {
		height: 170px;
	}

	.child_case_list {
		width: 768px;
	}

	.child_case_items {
		width: 177px;
	}

	.case_pic {
		height: 150px;
	}

	.case_words>h5 {
		font-size: 14px;
	}

	.child_news {
		width: 768px;
	}

	.child_offer {
		width: 768px;
	}

	.child_offer_idea>p {
		width: auto;
	}

	.child_contact {
		width: 768px;
	}

	.child_contact_words>p {
		float: none;
		width: auto;
	}

	.child_article {
		width: 768px;
	}
	.wf-container-main{
		display: block;
	}
	.wf-container-main .content{
		padding-left: 0;
	}
	.wf-container-main .sidebar{
		width: 100%;
		margin-top: 60px;
		padding-right: 0;
		border-right: none;
	}
}

@media screen and (max-width:768px) {
	.top_wrap {
		width: auto;
		height: 0.9rem;
		padding: 0 0.2rem;
	}

	.top_logo {
		height: 0.66rem;
	}

	.search {
		display: none;
	}

	.banner {
		height: 2.6rem;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 0.3rem;
		height: 0.5rem;
	}

	.footer {
		padding: 0.2rem 0;
	}

	.bottom_message {
		width: auto;
		padding: 0 0.2rem;
	}

	.bottom_contact {
		width: calc(100% - 1.5rem);
	}

	.bottom_link {
		display: none;
	}

	.bottom_code {
		margin-left: 0;
		float: right;
	}

	.bottom_contact>h5,
	.bottom_link>h5 {
		font-size: 0.16rem;
	}

	.bottom_contact>p {
		font-size: 0.12rem;
		margin-top: 0.12rem;
	}

	.bottom_contact>p:nth-child(2) {
		font-size: 0.18rem;
	}

	.bottom_code>p,
	.footer>h6 {
		font-size: 0.14rem;
	}

	.bottom_code>p {
		margin-top: 0.1rem;
	}

	.bottom_code_pic,
	.footer>h6 {
		margin-top: 0.2rem;
	}

	.bottom_code_pic {
		width: 1rem;
		height: 1rem;
	}

	.copyright {
		padding: 0.2rem 0;
	}

	.copyright>p {
		margin-bottom: 0.1rem;
	}

	.normal_title.red>h3,
	.normal_title>h3 {
		font-size: 0.26rem;
		line-height: 0.26rem;
	}

	.normal_title.red>span,
	.normal_title>span {
		margin-top: 0.2rem;
	}

	.introduction {
		width: auto;
		padding: 0 0.2rem;
		margin-top: 0.3rem;
	}

	.introduction_wrap {
		margin-top: 0.2rem;
	}

	.introduction_pic,
	.introduction_words {
		float: none;
		width: auto;
	}

	.product {
		width: auto;
		padding: 0 0.2rem;
		margin-top: 0.2rem;
	}

	.product_list {
		margin-top: 0.2rem;
	}

	.product_items {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 0.2rem;
		padding: 0.15rem;
	}

	.product_items:nth-child(even) {
		margin-right: 0;
	}

	.product_words>h4 {
		font-size: 0.20rem;
		font-weight: normal;
	}

	.case {
		margin-top: 0.2rem;
		padding: 0.3rem 0;
	}

	.case_wrap {
		width: auto;
		margin-top: 0.2rem;
	}

	.case_pic {
		height: 30vw;
	}

	.case_pre,
	.case_next {
		width: 0.5rem;
		height: 0.5rem;
	}

	.news,
	.news_items {
		width: auto;
	}

	.news {
		margin-top: 0.3rem;
	}

	.news_category,
	.news_number,
	.news_pic_skim {
		display: none;
	}

	.news_items {
		float: none;
	}

	.news_items_list_wrap {
		margin-left: 0;
	}

	.news_items_list_one,
	.news_items_list_two {
		width: 100vw;
		float: none;
		overflow: inherit;
	}

	.news_litter_news {
		width: auto;
		float: none;
		padding: 0.1rem 0.2rem;
	}

	.news_pic {
		width: 30vw;
		height: 23vw;
		float: left;
	}

	.news_words {
		padding: 0;
		margin-left: 32vw;
		width: auto;
	}

	.news_words>h4 {
		font-size: 0.16rem;
		height: auto;
		line-height: 0.2rem;
	}

	.news_words>p {
		margin-top: 0.1rem;
		font-size: 0.14rem;
		line-height: 0.20rem;
		height: 0.6rem;
		overflow: hidden;
	}

	.news_time_and_more {
		width: auto;
		margin-top: 0.1rem;
	}

	.child_about {
		width: auto;
		padding: 0.3rem 0.2rem 0.36rem;
	}

	.child_about_companyPic {
		margin-top: 0.2rem;
	}

	.child_about>p:nth-child(3) {
		margin-top: 0.1rem;
	}

	.child_about>p {
		font-size: 0.14rem;
		line-height: 0.28rem;
	}

	.child_culturePic {
		height: 2rem;
		padding-top: 0.2rem;
		padding-bottom: 0.36rem;
	}
	
	.child_product {
		padding: 0.3rem 0.2rem;
		width: auto;
	}

	.child_product_category_btn {
		display: block;
		position: relative;
		line-height: 0.36rem;
		width: 50%;
		margin: 0 auto;
	}

	.child_product_category_btn p {
		font-size: 0.18rem;
	}

	.child_product_category_btn .icon {
		top: 50%;
	}

	.child_product_category_btn .icon,
	.child_product_category_btn .icon:before,
	.child_product_category_btn .icon:after {
		left: 0;
		position: absolute;
		background-color: #333;
		border-radius: 0.2rem;
		transition-duration: 0.5s;
		height: 0.03rem;
		width: 100%;
	}

	.child_product_category_btn .icon:before {
		top: -0.1rem;
		content: "";
	}

	.child_product_category_btn .icon:after {
		top: 0.1rem;
		content: "";
	}

	.child_product_category_btn .category-btn {
		width: 0.30rem;
		height: 0.36rem;
		transition-duration: 1s;
		position: absolute;
		right: 0.26rem;
		top: 0;
		z-index: 99;
		cursor: pointer;
	}

	.child_product_category_btn .category-btn .icon {
		transition-duration: 0.5s;
		transition-delay: 0.5s;
	}

	.child_product_category_btn .category-btn .icon:after {
		transition: transform 0.5s, top 0.5s 0.5s;
	}

	.child_product_category_btn .category-btn .icon:before {
		transition: transform 0.5s, top 0.5s 0.5s;
	}

	.child_product_category {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

	.child_product_category_top {
		display: block;
		padding: 0 0.28rem;
		position: relative;
		line-height: 0.48rem;
		border-bottom: 1px solid #ddd;
	}

	.child_product_category_top h3 {
		font-size: 0.18rem;
	}

	.child_product_category_top span {
		font-size: 0.26rem;
		position: absolute;
		top: 0;
		right: 0.20rem;
		width: 0.44rem;
		text-align: center;
	}

	.child_product_category_items {
		float: none;
		background-color: inherit;
		width: auto;
		text-align: left;
	}

	.child_product_category_items:hover,
	.child_product_category_items.active {
		background-color: inherit;
	}

	.child_product_category_items div {
		padding: 0 0.28rem;
		border-bottom: 1px solid #ddd;
	}

	.child_product_category_items div a {
		color: #333;
		font-size: 0.18rem;
		width: 80%;
	}

	.child_product_category_items i {
		width: 0.44rem;
		height: 0.44rem;
		background-image: url(../img/arrow_icon.png);
		background-size: auto 50%;
	}

	.child_product_category_items:hover i {
		transform: rotate(0deg) translateY(-50%);
	}

	.child_product_category_items i.on {
		transform: rotate(90deg) translateX(-14px);
	}

	.child_product_category_items:hover .child_product_category_second {
		display: none;
	}

	.child_product_category_second {
		position: relative;
		top: 0;
		left: 0;
	}

	.child_product_category_items_second {
		padding: 0 0.28rem;
		background-color: rgba(245, 245, 245, 1);
		border-bottom: 1px solid #ddd;
	}

	.child_product_category_items_second:hover {
		background-color: inherit;
	}

	.child_product_category_items_second:hover a {
		color: #333;
	}

	.child_product_list {
		margin-top: 0.2rem;
	}

	.child_product_items {
		width: 48%;
		margin-right: 4%;
	}

	.child_product_items:nth-child(even) {
		margin-right: 0;
	}

	.child_product_pic {
		height: 39vw;
	}

	.child_case_list {
		width: auto;
		padding: 0.3rem 0.2rem;
	}

	.child_case_items {
		width: 48%;
		margin-right: 4%;
	}

	.child_case_items:nth-child(even) {
		margin-right: 0;
	}

	.case_words {
		padding: 0.3rem 0px 0.2rem;
	}

	.case_words>h5 {
		font-size: 0.14rem;
	}

	.case_decoration {
		width: 0.5rem;
		height: 0.5rem;
		top: -0.3rem;
	}

	.child_news {
		width: auto;
		padding: 0.3rem 0;
	}

	.child_news_category_items {
		width: 50%;
	}

	.child_news_category_items>a {
		font-weight: normal;
		font-size: 0.18rem;
	}

	.child_news_items,
	.child_offer_items {
		padding: 0.14rem 0.2rem;
	}

	.child_news_pic {
		width: 1.6rem;
		height: 1.2rem
	}

	.child_news_words {
		margin-left: 1.7rem;
		margin-right: 0;
	}

	.child_news_words>a,
	.child_offer_words>a {
		margin-top: 0;
	}

	.child_news_words>p,
	.child_offer_words>p {
		margin-top: 0.1rem;
		line-height: 0.22rem;
		height: 0.66rem;
		overflow: hidden;
	}

	.child_news_words>h5,
	.child_offer_words>h5 {
		margin-top: 0.14rem;
	}

	.child_offer {
		padding: 0.3rem 0;
		width: auto;
	}

	.child_offer_idea {
		margin-top: 0.3rem;
		padding: 0 0.2rem;
		width: auto;
	}

	.child_offer_idea>p:nth-child(2),
	.child_offer_idea>p:nth-child(19) {
		margin-top: 0.2rem;
	}

	.child_offer_list {
		width: auto;
	}

	.child_offer_pic {
		width: 1.1rem;
	}

	.child_offer_words {
		margin-left: 1.2rem;
		margin-right: 0;
	}

	.child_contact {
		width: auto;
		padding: 0.3rem 0.2rem;
	}

	.map_wrap {
		height: 55vw;
	}

	.child_contact_message {
		margin-top: 0.2rem;
	}

	.child_contact_logo {
		height: 0.5rem;
	}

	.child_contact_words {
		margin-top: 0.1rem;
	}

	.child_contact_words>p {
		width: auto;
		margin-bottom: 0.1rem;
		height: auto;
		font-size: 0.16rem;
		line-height: 0.22rem;
	}

	.child_article {
		width: auto;
		padding: 0.3rem 0.2rem;
	}

	.article_content .product_img {
		height: 3.6rem;
		margin-bottom: 0.26rem;
	}
	.productshow div.images,.productshow div.summary{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.productshow div.summary{
		min-height: auto;
	}
	.related-product>li{
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	.woocommerce-tabs .tabs{
		display: flex;
	}
	.woocommerce-tabs .tabs>li{
		flex: 1;
	}
	.woocommerce-tabs .tabs>li a{
		width: auto;
	}
}
