body {
	margin: 0;
	font: 0.15rem/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
	color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
}

img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #222222;
	transition: all .4s ease-in-out 0s;
}

a:hover {
	color: #0165ff;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

table {
	max-width: 100%;
	margin-top: 0.15rem;
	border-collapse: collapse;
}

table,
th,
td {
	border: 0.01rem solid #f0f0f0;
}

th {
	background: #0165ff;
	color: #fff;
	font-weight: 100;
}

th,
td {
	text-align: center;
	padding: 0.1rem;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form input[type="date"],
form select,
form textarea {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0.15rem 0.1rem;
	color: #666;
	border: 0.01rem solid #f5f5f5;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

form input::placeholder, form textarea::placeholder {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 0.14rem;
	color: #666;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form input[type="date"]:focus,
form select:focus,
form textarea:focus {
	border-color: #0165ff;
	outline: none;
}

form button,
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	display: inline-block;
	padding: 0.1rem 0.2rem;
	color: #fff;
	background-color: #0165ff;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
}

form button:hover,
form input[type="submit"]:hover,
form input[type="reset"]:hover,
form input[type="button"]:hover {
	background-color: #222;
}

.imgitem {
	position: relative;
	height: 0;
	padding-bottom: 75%;
}

.imgitem img {

	width: 90%;
	object-fit: contain;
}

.btn {
	display: inline-block;
	padding: 0.1rem;
	margin: 0.15rem 0;
	font-size: 0.14rem;
	color: #fff;
	background: #007bff;
	border: none;
	border-radius: 0.1rem;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
	background-color: #0056b3;
	color: #fff;
	transform: translateY(-0.03rem);
	box-shadow: 0 0.04rem 0.1rem rgba(0, 123, 255, 0.3);
}

/* reset */
/* mobile menu */
.m-menu-open,
.m-menu-close {
	display: none;
}

.nav-menu-child {
display: none;
}
/* mobile menu */
/* header */
#banner{padding-top: 0.71rem;}
#banner .tip {
    width: 1000px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 0.1rem;
    z-index: 3;
	}
#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	padding: 0.15rem 0;
	box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, .1);
	background: #ffffff;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	max-height: 0.4rem;
}

.top-phone {
	margin-left: 1rem;
}

.top-phone a {
	display: block;
	background: #0165ff;
	color: #fff;
	font-size: 0.22rem;
	font-weight: bold;
	padding: 0.06rem 0.2rem;
	border-radius: 0.1rem;
}

.top-phone i {
	margin-right: 0.05rem;
}

/* header */
/* layout */
/* jx-1 */
.jx-home-title {
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.jx-home-title h2 {
	font-size: 0.4rem;
	font-weight: bold;
	display: inline-block;
}

.jx-home-title h2 span {
	font-size: 0.2rem;
	font-weight: normal;
	margin-left: 0.15rem;
}

.jx-home-title .more {
	font-size: 0.12rem;
	color: #0165ff;
	border: 0.01rem solid #0165ff;
	border-radius: 0.1rem;
	display: inline-block;
	padding: 0.05rem 0.1rem;
}

.jx-home-title .more:hover {
	background: #0165ff;
	color: #fff;
}

.jx-1-ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.15rem;
}
.jx-1-ul li{
	text-align: center;
}

.jx-1-ul li .item {
	display: inline-block;
	border: 0.01rem solid #f5f5f5;
}

.jx-1-ul li .item .item-img img {
	transition: transform 0.3s ease;
}

.jx-1-ul li .item .item-img img:hover {
	transform: scale(1.1);
}

/* jx-1 */
/* jx-2 */
.jx-2 {
	padding: 0.5rem 0;
	background: url(../img/index-about-bg.webp) no-repeat;
	background-position: center;
	background-size: cover;
}

.jx-2-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.15rem;
	background-color: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
	flex-wrap: wrap;
}

.jx-2-img {
	flex: 1;
	min-width: 3rem;
	padding: 0.15rem;
	text-align: center;
}

.jx-2-img img {
	width: 100%;
	height: auto;
	border-radius: 0.1rem;
	transition: transform 0.3s ease;
}

.jx-2-img img:hover {
	transform: scale(1.05);
}

.jx-2-text {
	flex: 1;
	min-width: 3rem;
	padding: 0.15rem;
}

.jx-2-text>h4 {
	font-size: 0.16rem;
	color: #555;
	margin: 0.2rem 0;
}

.jx-2-text>h2 {
	font-size: 0.25rem;
	font-weight: bold;
	color: #222;
	margin: 0.2rem 0;
}

.jx-2-text>p {
	font-size: 0.16rem;
	margin-bottom: 0.2rem;
	color: #666;
}

.jx-2-text-info {
	margin: 0.2rem 0;
}

.jx-2-text-info > h4 {
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.jx-2-text-info > p {
	font-size: 0.16rem;
	color: #555;
	display: flex;
	align-items: center;
}

.jx-2-text-info > p > a {
	color: #007bff;
	font-size: 0.24rem;
	font-weight: bold;
	transition: color 0.3s ease;
}

.jx-2-text-info > p >a:hover {
	color: #0056b3;
}

/* jx-2 */
/* jx-3 */
.jx-section-title {
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.jx-section-title h2 {
	font-size: 0.4rem;
	font-weight: bold;
	display: inline-block;
}

.jx-section-title h2 span {
	font-size: 0.2rem;
	font-weight: normal;
	margin-left: 0.15rem;
}

.jx-section-title .more {
	font-size: 0.12rem;
	color: #0165ff;
	border: 0.01rem solid #0165ff;
	border-radius: 0.1rem;
	display: inline-block;
	padding: 0.05rem 0.1rem;
}

.jx-section-title .more:hover {
	background: #0165ff;
	color: #fff;
}


.jx-3 {
	padding: 0.5rem 0;
	background-color: #f8f8f8;
}



.jx-3-ul {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 0.15rem;
}

.jx-3-ul>li {
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.2rem;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.jx-3-ul>li:hover {
	transform: translateY(-0.1rem);
}

.item-text {
	padding: 0 0.15rem;
}
.jx-3-ul li .item .item-img img{height: 2rem;}
.item-text-title {
	font-size: 0.15rem;
	color: #333;
	margin: 0.15rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}

.item-text-description {
	font-size: 0.14rem;
	color: #666;
	margin: 0.15rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}

/* jx-3 */
/* jx-4 */
.jx-4 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #000;
	overflow: hidden;
	padding: 0.5rem 0;
}

.jx-4-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	z-index: 1;
}

.jx-4-content {
	position: relative;
	z-index: 2;
	max-width: 8rem;
	padding: 0.15rem;
}

.jx-4-content>h2 {
	font-size: 0.48rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.jx-4-content>p {
	font-size: 0.18rem;
	margin-bottom: 0.3rem;
	line-height: 1.6;
}

.jx-4-ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(1.5rem, 1fr));
	justify-content: center;
	gap: 0.3rem;
	margin: 0.3rem 0;
}

.jx-4-ul>li {
	text-align: center;
}

.jx-4-ul>li>span {
	font-size: 0.36rem;
	font-weight: bold;
	color: #f0a500;
	display: inline-block;
}

.jx-4-ul>li>p {
	font-size: 0.14rem;
	margin: 0.1rem 0;
	display: block;
}

.jx-4-button a {
	display: inline-block;
	padding: 0.15rem 0.3rem;
	font-size: 0.16rem;
	border-radius: 0.05rem;
	transition: all 0.3s ease;
}

.jx-4-button a:first-child {
	background: #f0a500;
	color: #000;
	margin-right: 0.15rem;
}

.jx-4-button a:first-child:hover {
	background-color: #d48d00;
}

.jx-4-button a:last-child {
	background-color: transparent;
	border: 0.02rem solid #fff;
	color: #fff;
}

.jx-4-button a:last-child:hover {
	background-color: #fff;
	color: #000;
}

/* jx-4 */
/* jx-5 */
.jx-5 {
	background: #f8f8f8;
	padding: 0.5rem 0;
}

.jx-5-content {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.jx-5-content-featured {
	flex: 1;
	min-width: 3rem;
	background: #fff;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
}

.item-text-info {
	font-size: 0.12rem;
	display: flex;
	margin-right: 0.15rem;
	color: #777;
	margin: 0.15rem 0;
}

.item-text-info>li {
	margin-right: 0.15rem;
}

.item-text-info>li>a {
	color: #777;
}

.item-text-info>li>a:hover {
	color: #0165ff;
}

.jx-5-content-list {
	flex: 1;
	min-width: 3rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.jx-5-content-list>li>.item-img img {
	border-radius: 0.1rem 0.1rem 0 0;
}

.jx-5-content-list>li {
	background: #fff;
	border-radius: 0.1rem;
}

/* jx-5 */
/* layout */
/* footer */
/* Footer */
.footer {
	background-color: #222;
	color: #fff;
	line-height: 1.6;
}

.footer-top {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 0.01rem solid #444;
	text-align: center;
}

.footer-logo {
	width: 90%;
}

.footer-logo>img {
	filter: brightness(0) invert(1);
	max-width: 2.5rem;
	margin-bottom: 0.3rem;
}

.footer-logo>p {
	font-size: 0.18rem;
	margin: 0.15rem 0;
}

/* phone button */
.call-button {
	display: inline-block;
	margin-top: 0.15rem;
	padding: 0.12rem 0.4rem;
	background-color: #f0a500;
	color: #fff;
	font-size: 0.22rem;
	font-weight: bold;
	border-radius: 0.05rem;
	transition: background-color 0.3s, transform 0.3s;
}

.call-button:hover {
	background-color: #d48d00;
	color: #000;
	transform: scale(1.05);
}

/* middle */
.footer-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 0.3rem;
}

.footer-column {
	flex: 1;
	min-width: 2rem;
}

.foot-title {
	font-size: 0.16rem;
	margin-bottom: 0.15rem;
	border-left: 0.04rem solid #f0a500;
	padding-left: 0.1rem;
}

.foot-link {
	list-style: none;
	padding: 0;
}

.foot-link li {
	margin: 0.15rem;
}

.foot-link li a {
	font-size: 0.14rem;
	display: inline-block;
	color: #fff;
}

.foot-link li a:hover {
	color: #f0a500;
}

.foot-ewm img {
	max-width: 1.5rem;
	display: inline-block;
}

/* copyright */
.footer-bottom {
	background-color: #111;
	text-align: center;
	padding: 0.15rem 0;
}

.footer-bottom p {
	font-size: 0.14rem;
}

.footer-bottom p a {
	color: #fff;
}

.footer-bottom p a:hover {
	color: #f0a500;
}

/* footer */
/* layout */
/* crumb */
.crumb {
	padding: 0.2rem 0;
	font-size: 0.15rem;
	color: #fff;
}

.crumb a {
	color: #fff;
}

.crumb a:hover {
	color: #f0a500;
}

/* crumb */
/* index-product */
.page-banner {
	position: relative;
	z-index: -2;
}

.page-banner::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.page-banner-content {
	padding: 0 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.page-banner-title {
	font-size: 0.4rem;
	font-weight: bold;
	color: #fff;
}

.indexitem {
	margin: 1rem 0;
}

.page-title {
	margin: 0.3rem 0;
}

.page-title-content>h2 {
	font-size: 0.3rem;
	font-weight: bold;
	margin: 0.15rem 0;
	display: inline-block;
	border-bottom: 0.02rem solid #0165ff;
}

.page-title-content>p {
	font-size: 0.16rem;
	color: #666;
}

.page-title>.more {
	border: 0.01rem solid #0165ff;
	color: #0165ff;
	font-size: 0.14rem;
	padding: 0.05rem 0.15rem;
	border-radius: 0.1rem;
}

.page-title>.more:hover {
	background: #0165ff;
	color: #fff;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
}

.indexitem-ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(3rem, 1fr));
	gap: 0.3rem;
}
.productitem-ul{
	display: grid;
	grid-template-columns: repeat(4, minmax(3rem, 1fr));
	gap: 0.3rem;
}

.proitem {
	background: #fff;
	border-radius: 0.05rem;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.proitem:hover {
	transform: translateY(-0.15rem);
}

.proitem-img img {
	border-radius: 0.05rem 0.05rem 0 0;
}

.proitem-text {
	padding: 0.9rem 0.15rem 0.15rem 0.15rem;
}

.proitem-text-title {
	font-size: 0.18rem;
	text-align: center;
}

/* index-product */
/* list-product */
/* sidebar */
.sidebar-title {
	display: block;
	background: #0165ff;
	color: #fff;
	font-weight: bold;
	font-size: 0.24rem;
	padding: 0.15rem;
}

.side {
	border: 0.01rem solid #f5f5f5;
	margin-bottom: 0.3rem;
}

.side-prolist>li {
	border-bottom: 0.01rem solid #f5f5f5;
	position: relative;
}

.side-prolist>li:last-child {
	border: none;
}

.side-prolist>li::after {
	content: ">";
	position: absolute;
	right: 0.1rem;
	top: 50%;
	transform: translateY(-50%);
}

.side-prolist>li>a {
	position: relative;
	display: block;
	padding: 0.15rem 0.25rem 0.15rem 0.15rem;
	font-size: 0.16rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.side-prolist>li>a:hover {
	border-left: 0.04rem solid #0165ff;
	color: #0165ff;
	background: #f5f5f5;
}

.side-title {
	padding: 0.15rem;
	color: #0165ff;
	border-bottom: 0.01rem solid #f5f5f5;
	margin-bottom: 0.15rem;
	font-size: 0.18rem;
	font-weight: bold;
}

.side-bloglist>li {
	border-bottom: 0.01rem dashed #f5f5f5;
}

.side-bloglist>li:last-child {
	border-bottom: none;
}

.side-bloglist>li>a {
	position: relative;
	display: block;
	padding: 0.12rem 0.15rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.side-bloglist>li>a:hover {
	color: #0165ff;
}

.side-contact>li {
	padding: 0.06rem 0.15rem;
}

.side-contact>li>span {
	display: inline-block;
	margin-right: 0.05rem;
	font-weight: 600;
}

.side-btn {
	padding: 0.15rem;
	display: flex;
	font-size: 0.16rem;
}

.side-btn i {
	display: inline-block;
	background: #0165ff;
	color: #fff;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	margin-right: 0.01rem;
}

.side-btn a {
	display: inline-block;
	background: #0165ff;
	color: #fff;
	width: 1.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
}

/* sidebar */
/* list-product */
/* pagination */
.pagnavi {
	margin: 0.5rem 0;
	text-align: center;
}

.pagnavi a {
	display: inline-block;
	padding: 0.05rem 0.15rem;
	border: 0.01rem solid #0165ff;
	border-radius: 0.05rem;
}

.pagnavi a:hover {
	background: #0165ff;
	color: #fff;
}

.pagnavi .current {
	background: #0165ff;
	color: #fff;
}

/* pagination */
/* single-pro */
.toppro {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
	gap: 0.3rem;
	padding-top: 1rem;
	align-items: center;
}

.toppro-text h1 {
	font-size: 0.3rem;
	color: #222;
	font-weight: bold;
	margin: 0.1rem 0;
	padding-bottom: 0.1rem;
	display: inline-block;
	border-bottom: 0.05rem solid #f5f5f5;
}

.toppro-des {
	background: #f6f6f6;
	padding: 0.15rem;
	margin: 0.1rem 0;
}

.toppro-des h3 {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.toppro-des p {
	font-size: 0.15rem;
	line-height: 0.26rem;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.toppro-ul {
	display: flex;
	align-items: center;
	gap: 0.15rem;
}

.toppro-ul>li:last-child {
	border: 0.01rem solid #0165ff;
	border-radius: 0.1rem;
	display: flex;
	align-items: center;
	padding: 0.05rem 0.1rem;
	font-size: 0.2rem;
	font-weight: bold;
}

.toppro-ul>li:last-child>a {
	color: #0165ff;
}

.toppro-ul>li>img {
	margin-right: 0.1rem;
}

.single-arc {
	border: 0.01rem solid #f5f5f5;
	padding: 0.15rem;
}

.single-arc h2 {
	font-size: 0.2rem;
	margin: 0.15rem 0;
	font-weight: bold;
}

.single-arc h3 {
	font-size: 0.18rem;
	margin: 0.15rem 0;
	font-weight: bold;
}

.single-arc h4 {
	font-size: 0.16rem;
	margin: 0.15rem 0;
	font-weight: bold;
}

.single-arc h5 {
	font-size: 0.14rem;
	margin: 0.15rem 0;
	font-weight: bold;
}

.single-arc h6 {
	font-size: 0.12rem;
	margin: 0.15rem 0;
	font-weight: bold;
}

.single-arc p {
	margin: 0.15rem 0;
	line-height: 0.26rem;
}

.single-arc a {
	color: #0165ff;
}

.single-arc a:hover {
	color: #000;
}

.single-arc img {
	display: block;
}

.single-arc iframe {
	max-width: 100%;
	height: 3.5rem;
	display: block;
	margin: 0.15rem 0;
}
.single-tag{
	padding: 0.15rem;
	border: 0.01rem solid #f5f5f5;
	margin: 0.3rem 0;
	display: flex;
	gap: 0.15rem;
	flex-wrap: wrap;
}
.single-tag span{
	font-weight: bold;
	font-size: 0.16rem;
}
/* single-pro */
/* rel */
.rel {
	margin: 0 0 0.5rem 0;
}

.rel-title {
	font-size: 0.3rem;
	font-weight: bold;
	margin: 0.15rem 0;
	display: inline-block;
	border-bottom: 0.02rem solid #0165ff;
}

.rel-ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
	gap: 0.15rem;
	margin: 0.3rem 0;
}

/* rel */
/* list-solution */
.sollist {
	margin: 0.5rem 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
	gap: 0.3rem;
}

.sollist-item {
	border: 0.01rem solid #f5f5f5;
	padding: 0.15rem;
}

.sollist-item:hover {
	box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
}

.sollist-item-title {
	margin: 0.15rem 0;
	font-size: 0.2rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sollist-item-text {
	font-size: 0.14rem;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* list-solution */
/* list-case */
.caselist {
	margin: 0.5rem 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
	gap: 0.3rem;
}

.caselist-item {
	box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, .1);
}

.caselist-item:hover {
	box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, .3);
}

.caselist-content {
	padding: 0 0.15rem 0.15rem 0.15rem;
}

.caselist-title {
	margin: 0.15rem 0;
	font-size: 0.2rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.caselist-text {
	font-size: 0.14rem;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.caselist-time {
	margin: 0.15rem 0 0 0;
	padding-top: 0.15rem;
	font-size: 0.12rem;
	color: #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 0.01rem solid #f5f5f5;
}

.caselist-time a {
	color: #999;
}

.caselist-time a:hover {
	color: #0165ff;
}

/* list-case */
/* list-honor */
.honorlist {
	margin: 0.5rem 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
	gap: 0.3rem;
}

.honorlist-item {
	box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, .1);
}

.honorlist-item:hover {
	box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, .3);
}

.honorlist-content {
	padding: 0 0.15rem 0.15rem 0.15rem;
}

.honorlist-title {
	text-align: center;
	margin: 0.15rem 0;
	font-size: 0.2rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.honorlist-text {
	font-size: 0.14rem;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.honorlist-time {
	margin: 0.15rem 0 0 0;
	padding-top: 0.15rem;
	font-size: 0.12rem;
	color: #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 0.01rem solid #f5f5f5;
}

.honorlist-time a {
	color: #999;
}

.honorlist-time a:hover {
	color: #0165ff;
}

/* list-honor */
/* list-blog */
.bloglist {
	display: grid;
	gap: 0.3rem;
}

.bloglist-item {
	border: 0.01rem solid #f5f5f5;
	border-radius: 0.1rem;
}

.bloglist-item:hover {
	box-shadow: 0 0.05rem 0.2rem #f5f5f5;
	;
}

.bloglist-ul {
	font-size: 0.14rem;
	color: #666;
	display: flex;
	align-items: center;
	gap: 0.15rem;
	margin: 0.15rem 0;
}

.bloglist-ul a {
	color: #666;
}

.bloglist-ul a:hover {
	color: #0165ff;
}

.bloglist-item-title {
	font-size: 0.2rem;
	color: #333;
	margin: 0.15rem 0
}

.blog-item-text {
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #666;
}

.bloglist-item-content .more {
	font-size: 0.14rem;
	color: #0165ff;
	display: inline-block;
	margin: 0.1rem 0;
}

/* list-blog */
/* single-blog */
.single-title {
	border: 0.01rem solid #f5f5f5;
	padding: 0.15rem;

}

.single-title h1 {
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.info {
	display: flex;
	align-items: center;
	gap: 0.15rem;
	color: #666;
}

.info a {
	color: #666;
}

.info a:hover {
	color: #0165ff;
}

.prenext {
	margin: 0.3rem 0 0;
	border: 0.01rem solid #f5f5f5;
	padding: 0.15rem;
}

.prenext li {
	margin: 0.15rem 0;
}

.prenext li span {
	margin-right: 0.15rem;
	font-weight: 600;
}

/* single-blog */
/* contact */
.contact-title {
	text-align: center;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 0.01rem solid #f5f5f5;
}

.contact-title>h2 {
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.contact-ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
	gap: 0.3rem;
	text-align: center;
	margin: 0.5rem 0;
}

.contact-ul li {
	box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, .1);
	padding: 0.15rem;
}

.contact-ul .icon i {
	display: inline-block;
	border: 0.01rem solid #0165ff;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #0165ff;
	border-radius: 50%;
	font-size: 0.2rem;
}

.contact-text {
	margin: 0.15rem 0;
	font-size: 0.2rem;
}

.contact-form {
	margin: 0.5rem 0 0 0;
}

.half, .full {
	box-sizing: border-box;
}

.contact-form form textarea {
	display: block;
}

/* contact */
/* 404 */
.page404 {
	text-align: center;
	padding: 1rem 0;
	border-top: 0.01rem solid #f6f6f6;
}

.page404 h1 {
	font-weight: bold;
	font-size: 1rem;
	color: #0165ff;
	margin-bottom: 0.3rem;
}

/* 404 */
@media screen and (min-width: 768px) {
    html {
        font-size: 625%;
    }

    .container {
        width: 7.6rem;
        margin: 0 auto;
    }

    /* reset */
    /* layout */
    .m80 {
        margin: 0.8rem 0;
    }

    .p100 {
        padding: 1rem 0;
    }

    /* jx-1 */
    .jx-1-ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.15rem;
    }

    /* jx-1 */
    /* jx-2 */
    .jx-2-text {
        padding: 0.3rem;
    }

    /* jx-2 */
	/* jx-3 */
	.jx-3-ul{
		grid-template-columns: repeat(3,1fr);
	}
	/* jx-3 */
    /* jx-5 */
    .jx-5-content-list>li {
        display: flex;
        align-items: center;
    }

    .jx-5-content-list>li>.item-img {
        box-sizing: border-box;
        width: 45%;
        flex-shrink: 0;
    }

    .jx-5-content-list>li>.item-img img {
        border-radius: 0.1rem 0 0 0.1rem;
    }

    .jx-5-content-list>li>.item-text {
        box-sizing: border-box;
        width: 55%;
        padding-left: 0.15rem;
    }

    /* jx-5 */
    /* footer */
    .footer-logo {
        width: 60%;
    }

    /* footer */
    /* layout */
    /* index-product */
    .page-banner {
        height: 3rem;
    }

    .page-banner-content {
        height: 3rem;
        padding-top: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-title {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    /* index-product */
    /* list-product */
    .page {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .page-content {
        box-sizing: border-box;
        width: 75%;
    }

    .sidebar {
        box-sizing: border-box;
        width: 23%;
    }

    /* list-products */
    /* list-blog */
    .bloglist-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bloglist-item-img {
        box-sizing: border-box;
        width: 30%;
        flex-shrink: 0;
    }

    .bloglist-item-img img {
        border-radius: 0.1rem 0 0 0.1rem;
		max-height: 2rem;
    }

    .bloglist-item-content {
        box-sizing: border-box;
        width: 70%;
        flex: 1;
        padding: 0 0.3rem;
    }

    /* list-blog */
    /* contact */
    .contact-form form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.15rem;
    }

    .half {
        width: calc(50% - 0.12rem);
    }

    .full {
        width: 100%;
    }

    /* contact */
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 625%;
    }

    .container {
        width: 11.7rem;
    }

    /* reset */
    /* header */
    .navbar {
        display: flex;
        align-items: center;
    }

    .nav-menu {
        display: flex;
    }

    .nav-menu-child-child {
        display: none;
        width: 100%;
        background: #f6f6f6;
        box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
    }

    .nav-menu-child-child>li {
        display: block;
    }

    .nav-menu-child-child>li:nth-child(n+2) {
        border-top: 0.01rem solid rgba(0, 0, 0, .1);
    }

    .nav-menu-child-child>li>a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.1rem 0;
    }

    .nav-menu-child-child>li>a:hover {
        background: #0165ff;
        color: #fff;
    }

    .nav-menu>li {
		margin: 0 0.2rem;
        position: relative;
        display: inline-block;
    }

    .nav-menu>li>a {
        font-size: 0.15rem;
        display: block;
        color: #000000;
    }	
    .nav-menu>li>a:hover {
	color: #0165ff;
}
    .nav-menu-child>li {
        position: relative;
    }

    .nav-menu-child>li:nth-child(n+2) {
        border-top: 0.01rem solid rgba(0, 0, 0, .1);
    }

    .nav-menu-child>li:hover .nav-menu-child-child {
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .nav-menu-child>li>a {
        display: block;
        text-align: center;
        padding: 0.1rem 0.05rem;
    }

    .nav-menu-child>li>a:hover {
        background: #0165ff;
        color: #fff;
    }

    .nav-menu>li:hover .nav-menu-child {
        display: block;
        position: absolute;
        width: 300%;
        left: -0.6rem;
        background: #f6f6f6;
        box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
    }

    /* header */
    /* index-product */
    .jx-1-ul {
        gap: 0.3rem;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 625%;
    }

    .container {
       /* width: 15.7rem;*/
        margin: 0 auto;
    }

    /* reset */

}
@media screen and (max-width: 1200px) {

	.m-menu-open,
	.m-menu-close {
		width: 0.3rem;
		height: 0.3rem;
		line-height: 0.3rem;
		font-size: 0.3rem;
		color: #000000;
	}

	.m-menu-open {
		display: inline-block;
	}

	.m-nav-show .m-menu-open {
		display: none;
	}

	.m-nav-show .m-menu-close {
		display: inline-block;
	}

	.nav-menu, .nav-menu-child {
		display: none;
	}

	.nav-menu>li>a {
		display: block;
		background: #fff;
		padding: 0.1rem;
	}

	.m-nav-show .nav-menu {
		display: block;
		position: absolute;
		z-index: 111;
		top: 100%;
		right: 0;
		width: 100%;
		background: #fff;
	}

	.m-nav-show .nav-menu li {
		display: block;
		border-top: 0.01rem solid #f0f0f0;
		text-align: center;
	}
}
@media screen and (max-width: 1200px) {
	.proitem-text{padding: 0.5rem 0.15rem 0.15rem 0.15rem;}	
}
@media screen and (max-width: 768px) {

	.container {
		margin-left: 0.15rem;
		margin-right: 0.15rem;
	}

	/* reset */
	/* header */
	.top-phone {
		display: none;
	}

	/* header */
	/* layout */
	.m30 {
		margin: 0.3rem 0;
	}

	.mp30 {
		padding: 0.5rem 0;
	}

	/* jx-1 */
	.jx-home-title h2 span {
		display: none;
	}

	/* jx-1 */
		/* jx-3 */
	.jx-section-title h2 span {
		display: none;
	}

	/* jx-3 */
	/* layout */
	/* index-product */
	.page-banner {
		height: 3rem;
	}

	.page-banner-content {
		height: 3rem;
		padding-top: 0.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-title-content {
		margin-bottom: 0.15rem;
	}

	.indexitem {
		margin: 0.3rem 0;
	}

	.indexitem-ul {
		grid-template-columns: repeat(auto-fit, minmax(1.6rem, 1fr));
		gap: 0.15rem;
	}

	/* index-product */
	/* list-blog */
	.bloglist-item-img img {
		border-radius: 0.1rem 0.1rem 0 0;
	}

	.bloglist-item-content {
		padding: 0 0.15rem 0.15rem;
	}

	/* list-blog */
	/* single-pro */
	.toppro {
		padding-top: 0.3rem;
		gap: 0.5rem;
	}

	.single-table {
		overflow-x: auto;
		width: 100%;
	}

	/* single-pro */
	/* rel */
	.rel-ul {
		grid-template-columns: repeat(auto-fit, minmax(1.6rem, 1fr));
	}

	/* rel */
	/* contact */
	.half, .full {
		margin: 0.15rem 0;
	}
	/* contact */
}