/* ABæ¨¡ç‰ˆç½‘ åšæœ€å¥½çš„ç»‡æ¢¦æ•´ç«™æ¨¡æ¿ä¸‹è½½ç½‘ç«™ Www.AdminBuy.Cn */
/* QQï¼š9490489 */
/* ä»¿ç«™ï¼šFang.AdminBuy.Cn */
/* ç´ æï¼šSc.AdminBuy.Cn */
/* CSS Document*/
html {
	height: 100%;
	border: none;
}

body {
	height: 100%;
	min-width: 1200px;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #666;
	font-family: Arial, "microsoft yahei";
	background: #FFF;
}

:root {
	--main-color: #0096f0;
	--main: #0096f0;
	--linear-gradient: linear-gradient(to top right, #f09521, #d61b19);
	--linear-gradient-g: linear-gradient(135deg, #f09521, #d61b19);
}

.imgblock {
	display: block;
}

.w100 {
	width: 100%;
}

.flex {
	display: flex;
}

.flex-jcsb {
	justify-content: space-between;
}

.jc-right {
	justify-content: flex-end;
}

.jc-center {
	justify-content: center;
}

.ai-center {
	align-items: center;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fz-16 {
	font-size: var(--fz16);
}

.c-5b5b5b {
	color: #5b5b5b;
}

.GdTime05 {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.wline1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.wline2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wline3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.wline4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.wline6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.flex-wrap {
	flex-wrap: wrap;
}

.mtop8 {
	margin-top: 8%;
}

.mt20 {
	margin-top: 20px;
}

.none {
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.flex1 {
	flex: 1;
}

.radius4 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}

.radius20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}

.radius10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}

.coverImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

div,
ul,
li,
img,
dl,
dd,
dt,
p {
	padding: 0;
	margin: 0;
	border: none;
}

ul,
dl {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #0096f0;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.container {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}

.header {
	/* height: 183px; */
}

.top {
	height: 40px;
	line-height: 40px;
	background: #f4f3f3;
	font-size: 14px;
}

.top a {
	padding: 5px;
}

#logo {
	height: 150px;
	width: 100%;
}

#logo .logo {}

#logo .logo img {
	margin-top: 15px;
	height: 120px;
	margin-right: 12px;
}

#logo .company {
	padding-left: 15px;
	border-left: 1px solid #c4c4c4;
	/* height: 80px; */
	margin-top: 43px;
	/* padding-top: 5px; */
}

#logo .company h2 {
	font-size: 34px;
	color: #0096f0;
	font-weight: bold;
	line-height: 1;
}

#logo .company h3 {
	font-size: 18px;
	margin-top: 16px;
	/* padding-bottom: 4px; */
	line-height: 1;
}

#logo .company h3 span {
	color: #69c248;
}

#logo .tel {
	background: url(../images/tel.jpg) no-repeat left 30px;
	height: 100px;
	width: 240px;
	padding-top: 27px;
}

#logo .tel span {
	font-size: 16px;
	padding-left: 50px;
}

#logo .tel span i {
	font-family: impact;
	font-size: 30px;
	font-style: normal;
	display: block;
	padding-left: 50px;
}

#logo .tel p {
	font-size: 16px;
	padding-left: 5px;
	margin-top: -15px;
}

.nav {
	background: #bae0ff;
	height: 59px;
}

.nav ul li {
	float: left;
	display: inline;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li a {
	color: #000000;
	display: block;
	height: 59px;
	line-height: 59px;
	padding: 0 55px;
	position: relative;
	z-index: 2;
}

.nav ul li a:hover,
.nav ul li.on {
	background: #005ead;
	color: #ffffff;
}

.nav ul li.on a {
	color: #ffffff;
}

.nav ul li dl {
	margin: 0px;
	padding: 0;
	position: absolute;
	z-index: 999;
	display: block;
	left: -30px;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
}

.nav ul li:hover dl {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.nav ul li dl dt a {
	display: block;
	width: 180px;
	height: 55px;
	line-height: 55px;
	text-align: left;
	background: #0096f0;
	color: #fff;
	padding: 0 8px;
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-left: 30px;
	padding-left: 40px;
}

.nav ul li:hover dl dt a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}


.nav ul li dl dt a:hover {
	background: #005ead;
	display: block;
	/* width: 116px; */
	/* height: 55px; */
}

.c_banner .swiper-slide {
	/*height: 600px;*/

}

.banner {
	/*height: 500px;*/
	overflow: hidden;
	position: relative;
}

.banner .hd {
	height: 18px;
	position: absolute;
	width: 100%;
	z-index: 1;
	text-align: center;
	bottom: 20px;
}

.banner .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: #0096f0;
	border-radius: 8px;
}

.banner .hd ul li.on {
	background: #69c248;
}

.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	display: block;
}

.banner .bd li a {
	width: 100%;
	height: 500px;
	display: block;
}

.banner .prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 17px;
	height: 31px;
	background: url(../images/left.png) no-repeat;
	filter: alpha(opacity=100);
	opacity: 1;
}

.banner .next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 17px;
	height: 31px;
	background: url(../images/right.png) no-repeat;
	filter: alpha(opacity=100);
	opacity: 1;
}

.search {
	height: 70px;
	background: #edeeef;
}

.search .fl {
	line-height: 70px;
}

.search .fl a {
	margin-left: 15px;
}

.search .fl span {
	color: #0096f0;
}

.search .fr {
	width: 284px;
	height: 70px;
}

.search .fr input {
	width: 205px;
	height: 33px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding-left: 3px;
	border-radius: 15px 0 0 15px;
	padding-left: 15px;
}

.search .fr button {
	width: 53px;
	height: 35px;
	background: url(../images/search.png) no-repeat;
	border: none;
	position: relative;
	left: -3px;
	top: 12px;
}

.sec-title {
	text-align: center;
	padding: 30px 0;
	position: relative;
}

.sec-title span {
	font-size: 30px;
	height: 50px;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}

.sec-title span:after {
	width: 30px;
	height: 2px;
	content: '';
	background: #0096f0;
	position: absolute;
	bottom: 0;
	left: 42%;
}

.sec-title p {
	font-size: 14px;
	margin-top: 20px;
}

.index-pro {
	padding: 30px 0 30px;
	height: auto;
	overflow: hidden;
}

.index-pro .fl {
	width: 300px;
}

.index-pro .fr {
	width: 860px;
}

.index-pro .fl .title {
	height: 70px;
	width: 270px;
	background: #0096f0;
	color: #FFF;
	padding: 20px 0 0 30px;
}

.index-pro .fl .title span {
	display: block;
	font-size: 28px;
	font-weight: bold;
}

/*.index-pro .fl ul li{ font-size: 16px;line-height: 58px; }.index-pro .fl ul li span{ padding-left: 58px; }.index-pro .fl ul li a{ display: block; background: url(../images/menu01.jpg) no-repeat; height: 58px; width: 100%; }.index-pro .fl ul li a:hover{ display: block; background: url(../images/menu01-h.jpg) no-repeat;height: 58px; width: 100%; }*/
.category {
	width: 100%;
	/* padding-top: 12px; */
	margin-bottom: 20px;
}

.category h3 {
	line-height: 58px;
	/* float: left; */
}

.category h3 {
	/* float: left; */


	background: url(../images/menu01.jpg) no-repeat;

}

.category h3 a {
	line-height: 58px;
	color: #666;
	padding-left: 58px;
	width: 80%;
	font-weight: normal;
	display: block;
}

.category h3 span {
	display: block;
	width: 20%;
	height: 100%;
	font-size: 20px;
	text-align: center;
}

.category h3.on,
.category h3:hover {
	background: url(../images/menu01-h.jpg) no-repeat;
	color: #0096f0;
}

.category h3 span {
	/* float: left; */
}

.category ul {
	display: none;
	/* float: left; */
	width: 100%;
}

.category li {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	line-height: 42px;
	background-size: 5px;
}

.category li a {
	display: block;
	color: #666;
	font-size: 14px;
	padding-left: 58px;
	position: relative;
}

.category li a::after {
	content: '-';
	position: absolute;
	left: 0;
	font-size: 30px;
	padding-left: 30px;
	line-height: 38px;

}

.category li.on a,
.category li a:hover {
	color: #0096f0;
}

.index-pro .contact {
	width: 300px;
	height: 140px;
	background: url(../images/tels.jpg) no-repeat #e3e3e3;
	margin-top: 30px;
}

.index-pro .contact p {
	margin-left: 160px;
	font-size: 16px;
	padding-top: 20px;
	color: #666666;
}

.index-pro .contact span {
	color: #0096f0;
	font-size: 24px;
	padding-left: 120px;
	margin-top: 10px;
	display: block;
}

.index-pro .contact .more {
	margin-left: 125px;
	margin-top: 10px;
	text-align: center;
}

.index-pro .contact .more a {
	color: #0096f0;
	border: 1px solid #0096f0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0 auto;
}

.index-pro .contact .more a:hover {
	background: #0096f0;
	color: #FFF;
}

.index-pro .fr .title {
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.index-pro .fr .title span {
	font-size: 24px;
	color: #0096f0;
	border-bottom: 3px solid #0096f0;
	padding-bottom: 10px;
	font-weight: bold;
}

.index-pro .fr .title p {
	display: inline-block;
	float: right;
}

.index-pro .fr ul li {
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	width: 31.5%;
	border: 1px solid #c1c1c1;
}

.index-pro .fr ul li:nth-child(3n) {
	margin-right: 0
}

.index-pro .fr ul li .img {
	width: calc(100% - 20px);
	height: 198px;
	overflow: hidden;

	margin: 10px;
}

.index-pro .fr ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;


	transition: 0.5s;
}

.index-pro .fr ul li p {
	font-size: 16px;
	padding: 0px 10px;
	line-height: 40px;
	background-color: #edeeef;
	border-top: 1px solid #c1c1c1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.index-pro .fr ul li:hover p {
	background-color: var(--main-color);
	color: #fff;
}

.index-pro .fr ul li:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.index-case {
	height: auto;
	overflow: hidden;
	text-align: center;
	/* background: url(../images/casebg.jpg) no-repeat top center;
    background-size: 100% 100%; */
	padding-bottom: 15px;
}

.index-case .sec-title {
	padding-bottom: 6px;
	position: relative;
}

.index-case .prev {
	display: block;
	position: absolute;
	top: 130px;
	left: 5px;
	width: 45px;
	height: 45px;
	background: url(../images/prev.png) no-repeat;
	background-size: 100%;
	z-index: 1000;
	pointer-events: auto !important;

}

.index-case .next {
	display: block;
	position: absolute;
	top: 130px;
	right: 5px;
	width: 45px;
	height: 45px;
	background: url(../images/next.png) no-repeat;
	background-size: 100%;
	z-index: 1000;
	pointer-events: auto !important;
}

.index-case .content {
	padding: 0 10px;
	position: relative;
}


.index-case .swiper-container {
	padding: 20px 20px;
}

.index-case .swiper-slide {
	/* padding: 10px; */
	background-color: #fff;
	box-shadow: 0 0 10px 8px rgba(0, 0, 0, .05);
}

.index-case .swiper-slide .img {
	height: 180px;
	overflow: hidden;

}

.index-case .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.index-case .swiper-slide p {
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	border-top: 1px solid #edeeef;
}

.index-case a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.adv {
	margin: 30px 0 0;
	height: 180px;
	color: #FFF;
}

.adv .left {
	/* padding-left: 100px; */
}

.adv .right {
	/* padding-right: 100px; */
	width: 310px;
	height: 130px;
	background: url(../images/tel01.png) no-repeat left;
}

.adv .left h2 {
	font-size: 34px;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 20px;
	padding-left: 14px;
	letter-spacing: 1.5px;
}

.adv .left p {
	font-size: 20px;
	margin-top: 10px;
}

.adv .left p span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 15px;
	margin-right: 4px;

}

.adv .right p {
	font-size: 18px;
	margin-top: 38px;
	padding-left: 60px;
}

.adv .right p span {
	display: block;
	font-size: 30px;
}

.adv .right .more {
	width: 133px;
	height: 34px;
	background: url(../images/btn1.png) no-repeat;
	text-align: center;
	margin-left: 60px;
	margin-top: 15px;
}

.adv .right .more a {
	color: #FFF;
	width: 133px;
	height: 34px;
	line-height: 34px;
	display: block;
}

.ys {
	width: 100%;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
}

.ys .content-1,
.ys .content-2 {
	width: 1050px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	flex-direction: row;
}

.k_s {
	color: red;
	float: none !important;
	font-size: 16px !important;
}

.ys .content-1 .left {
	width: 46%;
}

.ys .content-1 .right {
	width: 50%;
	height: 440px;
	overflow: hidden;
}

.ys .c1 {
	border-top-right-radius: 40px;
}

.ys .c2 {
	border-bottom-left-radius: 40px;
}

.ys .c-2 {
	flex-direction: row-reverse;
}

.ys .c-2 .left {
	/* padding-left: 35px; */
	/* padding-right: 0; */
}

.ys .c-2 .right {
	/* padding-left: 3%; */
}

.ys .content-1 .right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ys .content-1 .fr {
	width: 610px;
}

.ys .content-2 .fl {
	width: 471px;
}

.ys .content-2 .fr {
	width: 460px;
}

.ys h2 {
	color: #0256a4;
	overflow: hidden;
	padding-bottom: 18px;
	margin-bottom: 10px;
	margin-top: 25px;
	background: url(../images/ys-line.jpg) no-repeat bottom left;
}

.ys h2:first-child {
	margin-top: 0;
}

.ys h2 i {
	/* float: left; */
}

.ys h2 i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: var(--linear-gradient-g);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	position: relative;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.ys h2 i::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.ys h2 span {
	/* float: left; */
	/* margin-left: 20px; */
	color: #666666;
	font-size: 14px;
	font-weight: 100;
}

.ys h2 span em {
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #0096f0;
	font-size: 20px;
}

.ys .content-1 p,
.ys .content-2 p {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 25px;
	background: url(../images/ys-ico.jpg) no-repeat left 6px;
	padding-left: 20px;
}

.index-about {
	position: relative;
	padding-top: 0px;
	color: #FFF;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 10px;
}

.index-about .fl {
	width: 600px;
}

.index-about .fr {
	width: 600px;
}

.index-about .fl img {
	width: 491px;
	height: 357px;
	border: 12px solid #6bb0e7;
}

.index-about .fr h2 {
	font-size: 30px;
	letter-spacing: 1px;
}

.index-about .fr h2 span {
	display: block;
	font-size: 40px;
	letter-spacing: 0px;
	font-weight: bold;
}

.index-about .fr p {
	margin-top: 34px;
	line-height: 26px !important;
	padding-top: 10px !important;
	font-size: 15px !important;
	background-color: transparent !important;
	color: #000 !important;
}

.index-about .more,
.index-case .more {
	text-align: left;
	margin: 40px 0 25px;
	width: 100%;
	display: block;
}

.index-about .more,
.index-case .more {
	/* margin: 10px auto 25px; */
	/* display: flex; */
	position: absolute;
	right: 30px;
	bottom: 0;
	text-align: right;
	margin: 0;
	/* background: #0096f0; */
}

.index-about .more {
	right: 3px;
	bottom: 35px;
}

.index-about .more a,
.index-case .more a {
	width: 182px;
	height: 39px;
	display: inline-block;
	background: #FFF;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
}

.index-case .more a {
	margin: auto;
	border: 1px solid #efefef;
	background: #f08300;
	color: #fff;
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.index-about .more a {
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.index-about .more a:hover,
.index-case .more a:hover {
	color: #FFF;
	background: var(--main-color);
}

.index-news {
	padding: 30px 0;
	height: auto;
	overflow: hidden;
}

.index-news .sec-title {
	padding-top: 0;
}

.index-news .cc {
	/* width: 585px; */
	border: 1px solid #ececec;
	width: 32%;
}

.index-news .fl .title,
.index-news .cc .title {
	border-bottom: 1px solid #ececec;
	height: 60px;
}

.index-news .fl .title i,
.index-news .cc .title i {
	border-right: 1px solid #ececec;
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
	/* background: #0096f0; */
	position: relative;
	/* padding: 10px; */
}

.index-news .fl .title i img,
.index-news .cc .title i img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 60%;
	/* height: 80%; */
}

.index-news .cc .title span {
	float: left;
	display: inline-block;
	/* width: 240px; */
	/* height: 72px; */
	margin-left: 20px;
	font-size: 18px;
	padding-top: 9px;
	/* background: url(../images/en-1.jpg) no-repeat left 50px; */
}

.index-news .cc .title span span {
	font-size: 14px;
	opacity: .5;
	padding-top: 2px;
	margin-left: 0;

}

/* .index-news .cc .title span {
    float: left;
    display: inline-block;
    width: 90px;
    height: 72px;
    margin-left: 20px;
    font-size: 18px;
    padding-top: 20px;
    background: url(../images/en-2.jpg) no-repeat left 50px;
} */

.index-news .fl .title em,
.index-news .cc .title em {
	float: right;
	margin-right: 20px;
	font-style: normal;
	line-height: 60px;
}

.index-news .content {
	padding: 10px;
}

.index-news h3 {
	line-height: 30px;
}

.index-news h3 a {
	width: 72%;
	font-size: 16px;
}

/* .index-news h3:before {
    content: 'â– ';
    font-size: 12px;
    margin-right: 5px;
    color: #ff6d00;
    position: relative;
    top: -3px;
} */

.index-news h3 span {
	float: right;
	font-size: 14px;
}

.index-news dl {
	height: auto;
	overflow: hidden;
}

.index-news dl dt {
	float: left;
	width: 242px;
}

.index-news dl dd {
	float: right;
	width: 100%;
}

.index-news dl dt img {
	width: 240px;
	height: 158px;
	border: 1px solid #ececec;
}

.index-news dl dd .date span {
	display: block;
	font-size: 24px;
	color: #ff6d00;
	font-weight: bold;
}

.index-news dl dd h4 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.links {
	padding-bottom: 20px;
}

.links span {
	font-weight: bold;
	font-size: 18px;
}

.links a {
	margin-right: 15px;
}

.footer {
	background: #333333;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;

}

.fnav dl {
	float: left;
	display: inline;
	margin-right: 50px;
}

.fnav dl dt {
	position: relative;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 10px;
}

.fnav dl dt a {
	color: #FFF;
}

.fnav dl dt:after {
	content: '';
	width: 20px;
	height: 2px;
	background: #666666;
	position: absolute;
	left: 0;
	bottom: 0;
}

.fnav dl dd {
	line-height: 25px;
	color: #999999;
}

.fnav dl dd a {
	color: #999999;
}

.footer .ewm {
	text-align: center;
	color: #FFF;
}

.footer .ewm h3 {
	margin-top: 12px;
	padding-bottom: 15px;
}

.footer .ewm img {
	width: 150px;
	height: 150px;
}

.copyright {
	background: #222;
	padding: 10px 0;
	color: #999999;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}

.copyright a {
	color: #999;
}

.kefu {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.kefu li a {
	text-decoration: none;
	color: #FFF;
}

.kefu li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}

.kefu li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}

.kefu li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}

.kefu .kefu-qq i {
	background-position: 4px 5px;
}

.kefu .kefu-tel i {
	background-position: 0 -21px;
}

.kefu .kefu-liuyan i {
	background-position: 4px -53px;
}

.kefu .kefu-weixin i {
	background-position: -34px 4px;
}

.kefu .kefu-weibo i {
	background-position: -30px -22px;
}

.kefu .kefu-ftop {
	display: none;
}

.kefu .kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}

.kefu .kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}

.kefu .kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.kefu .kefu-right {
	width: 20px;
}

.kefu .kefu-tel-main {
	background: #0096f0;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}

.kefu .kefu-main {
	background: #0096f0;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}

.kefu .kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

.ban {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.ny {
	height: auto;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}

.ny .fl {
	width: 300px;
}

.ny .fr {
	width: 860px;
}

.ny .fl .title {
	width: 280px;
	background: #0096f0;
	color: #FFF;
	padding: 20px;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 28px;
}

.ny .fl .title span {
	display: inline-block;
	font-size: 13px;
	/* font-weight: bold; */
	margin-left: 10px;
}

.about_new_list,
.about_product_list {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.about_new_list li a {

	line-height: 50px;
	font-size: 16px;

}

.about_new_list li {
	position: relative;
	border-bottom: 2px solid #efefef;
	padding: 0 20px;
}

.about_new_list li::before,
.about_product_list li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0px;
	height: 2px;
	background-color: var(--main-color);
	z-index: 1;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}

.about_new_list li:hover::before,
.about_product_list li:hover::before {
	width: 100%;
}

.about_new_list li span {
	width: 30px;
	height: 24px;
	display: block;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-right: 6px;
}

.about_new_list li:nth-child(1) span,
.about_new_list li:nth-child(2) span,
.about_new_list li:nth-child(3) span {
	background-color: var(--main-color);
}

.about_product_list li {

	border-bottom: 2px solid #efefef;
	position: relative;
}

.about_product_list li a {
	padding: 10px 20px;
	display: block;
}

.about_product_list .img {
	width: 30%;
	margin-right: 2px;
	border: 1px solid #efefef;
}

.about_product_list p {
	font-size: 16px;
	line-height: 24px;
}

.about_product_list .p {
	padding-left: 8px;
}

.share {
	border-bottom: 1px dashed #ccc;
	padding: 4px 0;
}

.share span {
	font-weight: bold;
}

.ny .contact {
	width: 300px;
	height: 140px;
	background: url(../images/tels.jpg) no-repeat #e3e3e3;
	margin-top: 30px;
}

.ny .contact p {
	margin-left: 160px;
	font-size: 16px;
	padding-top: 20px;
	color: #666666;
}

.ny .contact span {
	color: #0096f0;
	font-size: 24px;
	padding-left: 120px;
	margin-top: 10px;
	display: block;
}

.ny .contact .more {
	margin-left: 145px;
	margin-top: 10px;
	text-align: center;
}

.ny .contact .more a {
	color: #0096f0;
	border: 1px solid #0096f0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
}

.ny .contact .more a:hover {
	background: #0096f0;
	color: #FFF;
}

.ny .fr .title {
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.ny .fr .title span {
	font-size: 24px;
	color: #0096f0;
	border-bottom: 3px solid #0096f0;
	padding-bottom: 10px;
}

.ny .fr .title p {
	display: inline-block;
	float: right;
}

.ny .fr .tit {
	line-height: 38px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.ny .fr .tit span {
	font-size: 18px;
	color: #0096f0;
	border-bottom: 3px solid #0096f0;
	padding-bottom: 8px;
}

.ny .fr .txt {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	margin-top: 20px;
	padding: 15px;
}

.ny .fr .s_txt {
	font-size: 18px;
}

.ny .fr .s_txt p span {
	display: inline-block;
	color: var(--main-color);
	margin: 0 6px;
	font-weight: 600;
}

.list-1 dl {
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0;
}

.list-1 dl>a {
	display: flex;
	justify-content: space-between;
}

.list-1 dl>a .artbox-img {
	width: 20%;
	max-width: 200px;
	overflow: hidden;
}

.list-1 dl>a .artbox-img img {
	display: block;
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.list-1 dl>a:hover .artbox-img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.list-1 dl>a .artbox-txt {
	width: calc(80% - 15px);
}

.list-1 dl dt {
	line-height: 35px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}

/* .list-1 dl dt:before {
    content: 'â– ';
    font-size: 12px;
    margin-right: 5px;
    color: #ff6d00;
    position: relative;
    top: -3px;
} */

.list-1 dl dt span {
	float: right;
	font-size: 14px;
}

.list-1 dl dt span:first-child {
	font-weight: bold;
	font-size: 16px;
}

.list-1 dl dt a {
	font-weight: bold;
}

.list-1 dl dd {
	color: #999;
}

.list-1 i {
	font-size: 16px;
	margin: 2vh;
	display: block;
}

.list-2 {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.list-2 ul li {
	display: inline-block;
	margin-right: 2.75%;
	text-align: center;
	margin-top: 20px;
	width: 31.5%;
}

.list-2 ul li:nth-child(3n) {
	margin-right: 0
}

.list-2 ul li .img {
	width: calc(100% - 2px);
	height: 200px;
	border: 1px solid #c1c1c1;
	overflow: hidden;
}

.list-2 ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* padding: 3px; */

	transition: 0.5s;
}

.list-2 ul li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.list-2 ul li p {
	font-size: 16px;
	background-color: var(--main-color);
	padding: 0 10px;
	line-height: 40px;
	color: #fff;
}

.news {
	padding: 0px 0 0;
}

.news h1 {
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}

.news .date {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}

.news .date span {
	padding: 0 15px;
}

.news .info {
	padding: 10px 0 0;
	line-height: 25px;
}

.news .info p,
.news .info span {
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #000 !important;
}

.tags {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 35px;
	line-height: 35px;
}

.tags span {
	font-weight: bold;
}

.tags a {
	margin-right: 15px;
}

.page {
	line-height: 40px;
}

.page span {
	float: right;
}

.xg-pro {
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.xg-pro ul li {
	float: left;
	display: inline-block;
	width: 200px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.xg-pro ul li:nth-child(4n) {
	margin-right: 0;
}

.xg-pro ul li img {
	width: 200px;
	height: 160px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.xg-pro ul li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.xg-pro ul li p {
	background-color: #ccc;
	line-height: 30px;
}

.xg-pro ul li:hover p {
	background-color: var(--main-color);
	color: #fff;
}

.xg-news {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.xg-news ul li {
	float: left;
	display: inline-block;
	width: 47%;
	margin-right: 3%;
	line-height: 25px;
}

.xg-news ul li:before {
	content: 'â– ';
	font-size: 12px;
	margin-right: 5px;
	color: #ff6d00;
	position: relative;
	top: -10px;
}

.xg-news ul li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
	display: inline-block;
}

.xg-news ul li span {
	float: right;
}

.xg-area {
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.xg-area ul li {
	float: left;
	display: inline-block;
	margin-right: 25px;
	line-height: 25px;
}

.pro {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 30px;
}

.pro .img {
	float: left;
	display: inline-block;
	width: 480px;
}

.pro .text {
	float: right;
	display: inline-block;
	width: 350px;
}

.pro .text h1 {
	font-size: 24px;
	padding-top: 20px;
}

.pro .text .desc {
	padding: 20px 0;
	height: 150px;
	font-size: 16px;
	line-height: 25px;
}

.pro .text .btn {
	width: 120px;
	height: 40px;
	background: #e77817;
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin-top:20px;
}

.pro-content .tits {
	border-bottom: 1px solid #e1e1e1;
	height: 40px;
	width: 100%;
	font-size: 18px;
}

.pro-content .tits span {
	background: #0096f0;
	color: #FFF;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px !important;
}

.pro-content .info {
	padding: 20px 0;
}

.pro-content td,
.pro-content th {
	border: 1px solid #DDD;
}

.pro-content p,
.pro-content span {
	font-size: 16px !important;
	line-height: 1.6 !important;
	font-family: 'å¾®é›…è½¯é»‘' !important;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.pc-slide {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 350px;
	position: relative;
}

.view .swiper-slide .imgauto img {
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
}

.preview .swiper-slide {
	width: 22.5%;
	padding: 5px;
}

.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
}

.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.preview .slide6 {
	width: 82px;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid #1f7fcb;
}

.preview .arrow-left {
	background: url(../images/prev1.png) no-repeat left center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/next1.png) no-repeat left center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	z-index: 10;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 10%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: #1f7fcb;
	color: #fff;
}

.btn-1 input.focus:hover {
	background: #444;
}

.btn-1 input:hover {
	background: #ccc;
}

/*ABæ¨¡ç‰ˆç½‘æ–°å¢žç¿»é¡µæ ·å¼ å„ç±»æ¨¡ç‰ˆç¬¬ä¸€ç«™ www.adminbuy.cn*/
.dede_pages {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.dede_pages ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #d8dadf
}

.dede_pages ul li:nth-child(1) {
	padding: 0 10px
}

.dede_pages ul li:nth-child(1) a {
	padding: 0
}

.dede_pages ul li a {
	color: #555;
	display: block;
	padding: 0 10px;
}

.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333
}

.dede_pages ul li:hover a {
	color: #fff
}

.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}

.dede_pages ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid;
	padding: 0 10px
}

.dede_pages ul li:last-child {
	padding: 0 10px
}

.dede_pages ul li:last-child a {
	padding: 0
}

.dede_pages ul li.thisclass a {
	color: #fff;
	padding: 0
}

.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px
}

.dede_pages strong {
	font-weight: 400
}

#maximg img {
	max-width: 100% !important;
	height: auto !important
}

.map iframe {
	width: 100%;
}

/* 选项卡按钮样式 */
.case-tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 20px 0 30px;
}

.tab-btn {
	padding: 8px 25px;
	border: 2px solid #ddd;
	border-radius: 25px;
	background: transparent;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s;
}

.tab-btn:hover {
	border-color: #999;
	color: #333;
}

.tab-btn.active {
	border-color: #0096f0;
	background: #0096f0;
	color: #fff;
}

/* 面板切换 */
.tab-panel {
	display: none;
}

.tab-panel.active {
	display: block;
}


.hire-section {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 30px 0;

}

.hire-section::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #03030c;
	opacity: 0.6;
}

.ggico {
	overflow: hidden;
}

.ggico ul li {
	cursor: pointer;
	width: 25%;
	float: left;
	text-align: center;
}

.ggico ul li .icon {
	padding: 0 15px;
	position: relative;
}

.ggico ul li .icon::after {
	position: absolute;
	width: 85px;
	height: 85px;
	background: #0096f0;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
	z-index: -1;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	opacity: 0;
}

.ggico ul li:hover .icon::after {
	opacity: 1;
}

.ggico ul li .icon img {
	display: block;
	width: 65px;
	margin: 0 auto;
	padding-top: 10px;
}

.ggico ul li .icon h2 {
	font-size: 16px;
	margin: 20px 0 15px 0;
}

.ggico ul li:hover .icon h2 {
	color: #0096f0;
}

.ggico ul li .lb {
	text-align: center;
}

.ggico ul li .lb p {
	margin-bottom: 3px;
	position: relative;
	padding-left: 12px;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
}

.ggico ul li .lb p:after {
	content: '';
	display: none;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	top: 9px;
	left: 0;
}

.hire-content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #0096f0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.hire-content h2 {
	font-size: 38px;
	color: #fff;
	margin: 0;
	font-weight: 700;
}

.hire-content p {
	color: #fff;
	font-size: 18px;
}

.hire-content .ggcon {
	margin: 20px 0 50px;
}

.hire-content .hire-btn {
	margin-top: 20px;
}

.hire-content .hire-btn .default-btn {
	margin-right: 15px;
}

.services-section {
	padding-top: 65px;
}


/* ===== 关于我们板块样式 ===== */

/* ===== 动态光晕背景 ===== */
.index-about .glow-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.index-about .glow-bg .orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.3;
	animation: orbFloat 14s ease-in-out infinite alternate;
}

.index-about .glow-bg .orb:nth-child(1) {
	width: 500px;
	height: 500px;
	background: #d4a373;
	top: -150px;
	right: -80px;
	animation-delay: 0s;
}

.index-about .glow-bg .orb:nth-child(2) {
	width: 350px;
	height: 350px;
	background: #b28b6f;
	bottom: -80px;
	left: -80px;
	animation-delay: 5s;
}

.index-about .glow-bg .orb:nth-child(3) {
	width: 250px;
	height: 250px;
	background: #e8ddd0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-delay: 10s;
}

@keyframes orbFloat {
	0% {
		transform: translate(0, 0) scale(1);
	}

	100% {
		transform: translate(40px, -40px) scale(1.15);
	}
}

/* ===== 内容布局 ===== */
.index-about .content {
	display: flex;
	gap: 50px;
	align-items: center;
	margin-bottom: 30px;
}

.index-about .fl {
	flex: 1;
	position: relative;
}

.index-about .fr {
	flex: 1.2;
}

/* ===== 左侧图片 ===== */
.index-about .image-wrapper {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(61, 44, 30, 0.12);
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.index-about .image-wrapper img {
	width: 100%;
	display: block;
	height: initial;
	border: none;
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}


/* 图片小标签 */
.index-about .image-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 8px 18px;
	border-radius: 40px;
	font-size: 13px;
	font-weight: 500;
	color: #3d2c1e;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	gap: 8px;
}

.index-about .image-badge .dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #d4a373;
	border-radius: 50%;
	animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.5;
		transform: scale(0.8);
	}
}

/* ===== 右侧文字区 ===== */
.index-about .fr {
	opacity: 0;
	transform: translateX(40px);
	transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

.index-about .fr.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.index-about .fr h2 {
	font-size: 36px;
	font-weight: 700;
	color: #3d2c1e;
	margin-bottom: 16px;
}

.index-about .fr h2 span {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #b28b6f;
	background: rgba(178, 139, 111, 0.12);
	padding: 4px 16px;
	border-radius: 30px;
	margin-bottom: 10px;
	font-size: 12px;
}

/* 品牌简介 */
.index-about .brand-intro {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 20px;
	padding: 24px 28px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 24px rgba(61, 44, 30, 0.04);

}

.index-about .brand-intro .wline6 {
	font-size: 16px;
	color: #3d2c1e;
	line-height: 1.9;
	-webkit-line-clamp: 13;
}

.index-about .brand-intro .wline6 p {
	margin-bottom: 10px;
	margin-top: initial !important;
	padding-top: initial !important;
}

.index-about .brand-intro .wline6 p:last-child {
	margin-bottom: 0;
}

/* ===== 数据统计 ===== */
.index-about .stats-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 24px;
}

.index-about .stat-item {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 16px 10px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 12px rgba(61, 44, 30, 0.04);
	transition: all 0.4s ease;
	cursor: default;
}

.index-about .stat-item .stat-item-box {
	display: flex;
	justify-content: center;
}

.index-about .stat-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(178, 139, 111, 0.12);
	background: rgba(255, 255, 255, 0.9);
}

.index-about .stat-item .num {
	font-size: 32px;
	font-weight: 700;
	color: #000000;
	display: block;
	line-height: 1.2;
}

.index-about .stat-item .lbl {
	font-size: 18px;
	color: #000000;
	margin-left: 4px;
}

.index-about .stat-item .sublbl {
	font-size: 18px;
	color: #000000;
	margin-top: 2px;
}


/* ===== 响应式 ===== */
@media (max-width: 1024px) {
	.index-about .content {
		flex-direction: column;
		gap: 40px;
	}

	.index-about .fr h2 {
		font-size: 30px;
	}

	.index-about {
		padding: 60px 0;
	}

	.index-about .container {
		padding: 0 24px;
	}

	.index-about .stats-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.index-about .stats-row {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.index-about .stat-item .num {
		font-size: 24px;
	}

	.index-about .fr h2 {
		font-size: 24px;
	}

	.index-about {
		padding: 40px 0;
	}

	.index-about .container {
		padding: 0 16px;
	}

	.index-about .brand-intro {
		padding: 18px 16px;
	}

	.index-about .brand-intro .wline6 {
		font-size: 15px;
	}

	.index-about .image-badge {
		bottom: 12px;
		left: 12px;
		font-size: 11px;
		padding: 6px 14px;
	}

	.index-about .more a {
		padding: 12px 28px;
		font-size: 14px;
	}
}


.pagination p,
.pagination a {
	width: 40px;
	height: 40px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: initial !important;
}

.pagination a.cur {
	background: #0096f0 !important;
	border: 1px #0096f0 solid !important;
}

.pagination a:hover {
	border: 1px #0096f0 solid !important;
	background-color: #0096f0 !important;
}


.abouthezi {
	background: #f4f4f4;
	padding: 5px 15px;
}

.box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}


/* 联系我们 */
/* ===== 主体：联系方式 + 地图 ===== */
.contact-section {
	background: #f4f4f4;
	padding: 10px 15px;
}

/* --- 左侧：联系方式卡片 --- */
.contact-info-card {
	display: flex;
	flex-direction: column;
}


.contact-info-card .brand-tag {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.15em;
	background: #0096f0;
	padding: 8px 18px;
	border-radius: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
	align-self: flex-start;
}

.contact-info-card h3 {
	font-size: 1.9rem;
	font-weight: 600;
	margin-bottom: 6px;
	letter-spacing: -0.01em;
}

.contact-info-card .subhead {
	font-size: 0.95rem;
	border-bottom: 1px solid #0096f0;
	padding-bottom: 24px;
	margin-bottom: 28px;
}

.contact-info-item {
	display: flex;
	gap: 18px;
	margin-bottom: 28px;
	align-items: center;
}

.contact-info-item .ci-icon {
	width: 52px;
	height: 52px;
	background: #0096f0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	flex-shrink: 0;
}

.contact-info-item:hover .ci-icon {
	color: #fff;
	transform: scale(1.02);
}

.contact-info-item .ci-text strong {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.contact-info-item .ci-text p,
.contact-info-item .ci-text a {
	font-size: 1rem;
	text-decoration: none;
}

.social-links {
	display: flex;
	gap: 14px;
	margin-top: 8px;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.social-links .share {
	width: 100%;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f0ede8;
	font-size: 1.1rem;
}

.social-links a:hover {
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(184, 148, 63, 0.20);
}

.fas {
	width: 30px;
	height: 30px;
	display: block;
}

.fa-location-domain {
	background: url(../images/coninco4.png);
	background-size: cover;
}

.fa-location-dot {
	background: url(../images/coninco2.png);
	background-size: cover;
}

.fa-phone-volume {
	background: url(../images/coninco3.png);
	background-size: cover;
}

.fa-envelope {
	background: url(../images/coninco1.png);
	background-size: cover;
}

/* --- 右侧：地图容器 --- */
.map-wrapper {
	overflow: hidden;
	background: #e8e4de;
	height: 100%;
	min-height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}


#baiduMap {
	width: 100%;
	height: 100%;
	min-height: 420px;
	background: #e8e4de;
}

/* 地图加载占位 */
.map-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #e8e4de;
	color: #6a7a8a;
	font-size: 0.95rem;
	pointer-events: none;
	transition: opacity 0.6s;
	z-index: 1;
}

.map-placeholder i {
	font-size: 2.8rem;
	margin-bottom: 12px;
	opacity: 0.5;
}

.map-placeholder.hidden {
	opacity: 0;
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
	.contact-grid {
		gap: 36px;
	}
}

@media (max-width: 820px) {
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.map-wrapper {
		min-height: 320px;
	}

	#baiduMap {
		min-height: 320px;
	}
}

@media (max-width: 480px) {
	.contact-info-card {
		padding: 28px 20px;
	}

	.contact-info-item {
		gap: 14px;
	}

	.map-wrapper {
		min-height: 260px;
	}

	#baiduMap {
		min-height: 260px;
	}
}

.message {
	margin-top: 20px;
}

#ME_form {
	margin: 30px 0;
}

.form_item {
	margin-bottom: 15px;
}

.form_item span {
	display: block;
	width: 100px;
	text-align: right;
	margin-right: 20px;
	font-size: 16px;
}

.form_item input,
.form_item textarea {
	width: calc(100% - 120px);
	font-size: 16px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	outline: none;
	font-family: Arial, "microsoft yahei" !important;
}

.form_item input::placeholder {
	font-size: 16px;
}

.form_item2 input {
	width: calc(100% - 290px);
	margin-right: 20px;
}

.form_item input:focus,
.form_item textarea:focus {
	box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
	border: solid 1px #24c373;
}

.input_focus {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%) !important;
	border: 1px solid red !important;
}

.alert {
	position: fixed;
	padding: 15px 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	display: none;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	z-index: 3000;
}

.form_item button {
	width: 150px;
	font-size: 16px;
	line-height: 40px;
	outline: none;
	background: var(--main-color);
	color: #fff;
	border: none;
	margin-right: 20px;
}

.form_item .reset {
	background: #ccc;
}


/* ============================================================
   响应式样式 - 新增于 2026-07-08
   兼容各页面模板，保留所有原有PC样式
   ============================================================ */

/* ---------- 通用重置 ---------- */
@media (max-width: 1200px) {
	.container {
		width: 96%;
		min-width: auto;
		padding: 0 2%;
	}
	body{min-width: initial;}
	.search>.container{display: flex;}
	.hot_sketch_list{display: flex;line-height: initial !important;flex-wrap: wrap;align-items: center;width: calc(100% - 210px);}
	.search .fr{width: 200px}
	.search .fr input{width:100% ;}
}

/* ---------- 超大屏优化 ---------- */
@media (min-width: 1201px) {
	.container {
		width: 1200px;
		min-width: 1200px;
		padding-bottom:20px;
	}
}

/* ---------- 平板及小屏笔记本 (992px - 1199px) ---------- */
@media (max-width: 1199px) {

	/* 左侧栏 + 右侧栏 改为自适应 */
	.ny .fl,
	.ny .fr {
		float: none;
		width: 100% !important;
		display: block;
	}

	.ny .fl {
		margin-bottom: 30px;
	}

	.ny .fl .title {
		width: 100%;
		box-sizing: border-box;
	}

	/* 产品列表 3列改2列 */
	.index-pro .fr ul li {
		width: 48%;
		margin-right: 2%;
	}

	.index-pro .fr ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.index-pro .fr ul li:nth-child(2n) {
		margin-right: 0;
	}

	/* 案例列表 4列改3列 */
	.index-case .swiper-slide {
		width: 33.333% !important;
	}

	.list-2 ul li {
		width: 48%;
		margin-right: 2%;
	}

	.list-2 ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.list-2 ul li:nth-child(2n) {
		margin-right: 0;
	}

	/* 底部导航 */
	.footer .fnav dl {
		margin-right: 30px;
	}

	/* 关于我们板块 */
	.index-about .content {
		flex-direction: column;
		gap: 30px;
	}

	.index-about .fl,
	.index-about .fr {
		width: 100% !important;
	}

	.index-about .fl img {
		width: 100%;
		height: auto;
	}

	/* 统计数字 4列改2列 */
	.index-about .stats-row,
	.index-about .stats-row {
		grid-template-columns: repeat(2, 1fr);
	}

	/* 联系方式页面 */
	.contact-grid {
		grid-template-columns: 1fr !important;
		gap: 30px;
	}

	.map-wrapper {
		min-height: 320px;
	}

	#baiduMap {
		min-height: 320px;
	}

	/* 产品详情页 - 图片和文字自适应 */
	.pro .img {
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto 20px;
	}

	.pro .text {
		float: none;
		width: 100%;
	}

	/* 相关产品 4列改2列 */
	.xg-pro ul li {
		width: 48%;
		margin-right: 2%;
	}

	.xg-pro ul li:nth-child(4n) {
		margin-right: 2%;
	}

	.xg-pro ul li:nth-child(2n) {
		margin-right: 0;
	}

	.xg-pro ul li img {
		width: 100%;
		height: auto;
		aspect-ratio: 5/4;
		object-fit: cover;
	}

	/* 文章列表 */
	.list-1 dl>a {
		flex-direction: column;
	}

	.list-1 dl>a .artbox-img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.list-1 dl>a .artbox-img img {
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		object-fit: cover;
	}

	.list-1 dl>a .artbox-txt {
		width: 100%;
	}

	/* 导航 - 二级菜单适配 */
	.nav ul li dl {
		left: 0;
	}

	.nav ul li dl dt a {
		margin-left: 0;
		padding-left: 20px;
		width: auto;
	}

	/* 首页产品分类 */
	.index-pro .fl {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.index-pro .fr {
		width: 100%;
		float: none;
	}

	/* 关于我们 - 光晕特效缩小 */
	.index-about .glow-bg .orb:nth-child(1) {
		width: 300px;
		height: 300px;
	}

	.index-about .glow-bg .orb:nth-child(2) {
		width: 200px;
		height: 200px;
	}

	.index-about .glow-bg .orb:nth-child(3) {
		width: 150px;
		height: 150px;
	}

	/* 新闻列表 3列改2列 */
	.index-news .cc {
		width: 48%;
		margin-bottom: 20px;
	}

	.index-news .container {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	/* 留言表单 */
	.form_item span {
		width: 80px;
		font-size: 14px;
	}

	.form_item input,
	.form_item textarea {
		width: calc(100% - 100px);
	}

	.form_item2 input {
		width: calc(100% - 240px);
	}
}

/* ---------- 手机横屏 & 小平板 (768px - 991px) ---------- */
@media (max-width: 991px) {
	body {
		min-width: auto;
		font-size: 13px;
	}

	/* 顶部 */
	.top .fr {
		display: none;
	}

	.top .fl {
		width: 100%;
		text-align: center;
	}

	#logo .company h2 {
		font-size: 24px;
	}

	#logo .company h3 {
		font-size: 14px;
		margin-top: 8px;
	}

	#logo .tel {
		width: auto;
		background: none;
		padding-top: 10px;
		text-align: right;
	}

	#logo .tel span {
		padding-left: 0;
		font-size: 13px;
	}

	#logo .tel span i {
		padding-left: 0;
		font-size: 22px;
	}

	#logo .tel p {
		display: none;
	}

	/* 导航 - 简化显示，二级菜单保持 */
	.nav ul li a {
		padding: 0 18px;
		font-size: 14px;
	}

	.nav ul li dl dt a {
		font-size: 13px;
		padding-left: 15px;
	}

	/* 首页产品列表 2列 */
	.index-pro .fr ul li {
		width: 48%;
	}

	/* 案例列表 3列改2列 */
	.index-case .swiper-slide {
		width: 50% !important;
	}

	.list-2 ul li {
		width: 48%;
	}

	/* 底部 */
	.footer .fnav dl {
		margin-right: 20px;
	}

	.footer .fnav dl dt {
		font-size: 14px;
	}

	.footer .fnav dl dd {
		font-size: 12px;
	}

	.footer .ewm img {
		width: 100px;
		height: 100px;
	}

	/* 关于我们 */
	.index-about .fr h2 {
		font-size: 28px;
	}

	/* 标题 */
	.sec-title span {
		font-size: 24px;
	}

	.ny .fr .title span {
		font-size: 20px;
	}

	/* 联系我们 */
	.contact-info-card h3 {
		font-size: 1.5rem;
	}
}

/* ---------- 手机竖屏 (≤ 767px) ---------- */
@media (max-width: 767px) {

	/* 通用 */
	body {
		min-width: auto;
		font-size: 12px;
	}

	.container {
		width: 94%;
		padding: 0 3%;
	}

	/* ----- 头部 ----- */
	.top {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}

	#logo {
		height: auto;
		padding: 10px 0;
	}

	#logo .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	#logo .logo {
		float: none;
		width: auto;
	}

	#logo .logo img {
		height: 60px;
		margin-top: 0;
		margin-right: 8px;
	}

	#logo .company {
		float: none;
		border-left: none;
		padding-left: 0;
		margin-top: 0;
		text-align: center;
	}

	#logo .company h2 {
		font-size: 18px;
	}

	#logo .company h3 {
		font-size: 12px;
		margin-top: 4px;
	}

	#logo .tel {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 6px;
		background: none;
		height: auto;
	}

	#logo .tel span {
		font-size: 12px;
		padding-left: 0;
	}

	#logo .tel span i {
		font-size: 18px;
		padding-left: 0;
		display: inline;
	}

	/* ----- 导航 (保持原有下拉，简化) ----- */
	.nav {
		height: auto;
		overflow-x: auto;
		white-space: nowrap;
		padding: 0 10px;
	}

	.nav ul {
		display: flex;
		flex-wrap: nowrap;
	}

	.nav ul li {
		float: none;
		display: inline-block;
		flex-shrink: 0;
		font-size: 13px;
	}

	.nav ul li a {
		height: 44px;
		line-height: 44px;
		padding: 0 14px;
		font-size: 13px;
	}

	.nav ul li dl {
		left: 0;
		min-width: 140px;
	}

	.nav ul li dl dt a {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding: 0 12px;
		width: auto;
		margin-left: 0;
	}

	/* ----- 搜索条 ----- */
	.search {
		height: auto;
		padding: 10px 0;
	}

	.search .fl {
		float: none;
		line-height: 30px;
		text-align: center;
		width: 100%;
	}

	.search .fl span {
		font-size: 12px;
	}

	.search .fr {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 6px;
	}

	.search .fr input {
		width: 75%;
		height: 32px;
		margin-top: 0;
		font-size: 13px;
		border-radius: 16px 0 0 16px;
		padding-left: 12px;
		box-sizing: border-box;
	}

	.search .fr button {
		width: 44px;
		height: 34px;
		background-size: 24px;
		top: 0;
		left: -4px;
	}

	/* ----- 横幅 Banner ----- */
	.banner .box .h1 {
		font-size: 22px !important;
	}

	.banner .box .h2 {
		font-size: 14px !important;
	}

	/* ----- 内页布局 ----- */
	.ny {
		padding: 15px 0;
	}

	.ny .fl,
	.ny .fr {
		float: none;
		width: 100% !important;
	}

	.ny .fl {
		margin-bottom: 20px;
	}

	.ny .fl .title {
		width: 100%;
		font-size: 20px;
		padding: 12px 16px;
		box-sizing: border-box;
	}

	.ny .fl .title span {
		font-size: 11px;
	}

	.ny .fr .title {
		line-height: 32px;
	}

	.ny .fr .title span {
		font-size: 18px;
		padding-bottom: 6px;
	}

	.ny .fr .title p {
		float: none;
		display: block;
		font-size: 12px;
	}

	/* ----- 首页产品 ----- */
	.index-pro {
		padding: 15px 0;
	}

	.index-pro .fl {
		width: 100%;
		float: none;
	}

	.index-pro .fl .title {
		width: 100%;
		box-sizing: border-box;
		padding: 12px 16px;
		height: auto;
		font-size: 20px;
	}

	.index-pro .fr {
		width: 100%;
		float: none;
	}

	.index-pro .fr .title span {
		font-size: 18px;
	}

	.index-pro .fr ul li {
		width: 100%;
		margin-right: 0 !important;
		margin-top: 12px;
	}

	.index-pro .fr ul li .img {
		height: auto;
		aspect-ratio: 4/3;
		margin: 6px;
		width: calc(100% - 12px);
	}

	.index-pro .fr ul li p {
		font-size: 14px;
		line-height: 34px;
	}

	/* 产品分类菜单 */
	.category h3 a {
		font-size: 14px;
		padding-left: 50px;
		line-height: 48px;
	}

	/* ----- 首页案例 ----- */
	.index-case .swiper-slide {
		width: 100% !important;
	}

	.index-case .swiper-slide .img {
		height: auto;
		aspect-ratio: 4/3;
	}

	.index-case .prev,
	.index-case .next {
		width: 30px;
		height: 30px;
		top: 50%;
		transform: translateY(-50%);
	}

	/* 案例选项卡 */
	.case-tabs {
		flex-wrap: wrap;
		gap: 6px;
	}

	.tab-btn {
		padding: 5px 14px;
		font-size: 12px;
		border-radius: 16px;
	}

	/* ----- 关于我们 ----- */
	.index-about {
		padding: 30px 0;
	}

	.index-about .content {
		flex-direction: column;
		gap: 20px;
	}

	.index-about .fl,
	.index-about .fr {
		width: 100% !important;
	}

	.index-about .fl img {
		width: 100%;
		height: auto;
		border-width: 6px;
	}

	.index-about .fr h2 {
		font-size: 20px;
	}

	.index-about .fr h2 span {
		font-size: 26px;
	}

	.index-about .fr p {
		font-size: 14px !important;
		margin-top: 16px;
		line-height: 22px !important;
	}

	.index-about .stats-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.index-about .stat-item {
		padding: 10px 6px;
	}

	.index-about .stat-item .num {
		font-size: 22px;
	}

	.index-about .stat-item .lbl {
		font-size: 14px;
	}

	.index-about .stat-item .sublbl {
		font-size: 13px;
	}

	.index-about .brand-intro {
		padding: 14px 12px;
	}

	.index-about .brand-intro .wline6 {
		font-size: 14px;
		-webkit-line-clamp: 20;
	}

	.index-about .more {
		position: static;
		text-align: center;
		margin-top: 15px;
	}

	.index-about .more a {
		width: 120px;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}

	/* 光晕特效 - 手机缩小 */
	.index-about .glow-bg .orb:nth-child(1) {
		width: 180px;
		height: 180px;
		filter: blur(80px);
	}

	.index-about .glow-bg .orb:nth-child(2) {
		width: 120px;
		height: 120px;
		filter: blur(60px);
	}

	.index-about .glow-bg .orb:nth-child(3) {
		width: 80px;
		height: 80px;
		filter: blur(50px);
	}

	.index-about .image-badge {
		bottom: 8px;
		left: 8px;
		font-size: 10px;
		padding: 4px 12px;
	}

	/* ----- 新闻列表 (首页) ----- */
	.index-news {
		padding: 15px 0;
	}

	.index-news .cc {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.index-news .cc .title {
		height: 50px;
	}

	.index-news .cc .title i {
		width: 50px;
		height: 50px;
	}

	.index-news .cc .title span {
		font-size: 15px;
		padding-top: 6px;
		margin-left: 12px;
	}

	.index-news .cc .title span span {
		font-size: 11px;
	}

	.index-news h3 a {
		font-size: 14px;
		width: 65%;
	}

	.index-news h3 span {
		font-size: 12px;
	}

	/* ----- 文章列表页 ----- */
	.list-1 dl {
		padding: 12px 0;
	}

	.list-1 dl>a {
		flex-direction: column;
	}

	.list-1 dl>a .artbox-img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 8px;
	}

	.list-1 dl>a .artbox-img img {
		aspect-ratio: 16/9;
		object-fit: cover;
	}

	.list-1 dl>a .artbox-txt {
		width: 100%;
	}

	.list-1 dl dt {
		font-size: 14px;
		line-height: 28px;
		flex-wrap: wrap;
	}

	.list-1 dl dt span:first-child {
		font-size: 14px;
	}

	.list-1 dl dd {
		font-size: 13px;
		line-height: 20px;
	}

	/* ----- 产品/案例列表 (网格) ----- */
	.list-2 ul li {
		width: 100%;
		margin-right: 0 !important;
		margin-top: 12px;
	}

	.list-2 ul li .img {
		height: auto;
		aspect-ratio: 4/3;
	}

	.list-2 ul li p {
		font-size: 14px;
		line-height: 36px;
	}

	/* ----- 内容详情页 (文章/产品/案例) ----- */
	.news h1 {
		font-size: 20px;
		padding-top: 15px;
	}

	.news .date {
		font-size: 12px;
		padding: 10px 0;
	}

	.news .info p,
	.news .info span {
		font-size: 14px !important;
	}

	.pro .img {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.pro .text {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.pro .text h1 {
		font-size: 20px;
		padding-top: 10px;
	}

	.pro .text .desc {
		height: auto;
		padding: 12px 0;
		font-size: 14px;
	}

	/* 产品详情 - 缩略图 */
	.preview .swiper-slide {
		width: 60px !important;
	}

	.preview .swiper-slide .imgauto {
		height: 60px;
		line-height: 60px;
	}

	.preview .arrow-left,
	.preview .arrow-right {
		display: none;
	}

	/* 相关产品 手机1列 */
	.xg-pro ul li {
		width: 100%;
		margin-right: 0 !important;
	}

	.xg-pro ul li img {
		height: auto;
		aspect-ratio: 5/4;
		object-fit: cover;
		width: 100%;
	}

	/* 上一篇/下一篇 */
	.page {
		line-height: 30px;
		font-size: 13px;
	}

	/* 分享 */
	.share {
		flex-wrap: wrap;
		padding: 8px 0;
	}

	.share span {
		width: 100%;
		margin-bottom: 4px;
	}

	.share_list li .social-share a {
		margin: 2px;
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}

	/* ----- 留言/联系表单 ----- */
	.form_item {
		flex-direction: column !important;
		align-items: stretch !important;
		margin-bottom: 12px;
	}

	.form_item span {
		width: 100%;
		text-align: left;
		margin-bottom: 4px;
		font-size: 14px;
		font-weight: bold;
	}

	.form_item input,
	.form_item textarea {
		width: 100% !important;
		box-sizing: border-box;
		font-size: 14px;
		padding: 8px 12px;
	}

	.form_item2 input {
		width: 100% !important;
		margin-right: 0;
	}

	.form_item button {
		width: 100%;
		font-size: 15px;
		line-height: 44px;
		margin-right: 0;
	}

	/* ----- 联系我们页面 ----- */
	.contact-section {
		padding: 10px;
	}

	.contact-info-card {
		padding: 0;
	}

	.contact-info-card .brand-tag {
		font-size: 13px;
		padding: 6px 14px;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.contact-info-card h3 {
		font-size: 1.3rem;
	}

	.contact-info-item {
		gap: 12px;
		margin-bottom: 16px;
	}

	.contact-info-item .ci-icon {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}

	.contact-info-item .ci-text strong {
		font-size: 0.7rem;
	}

	.contact-info-item .ci-text p,
	.contact-info-item .ci-text a {
		font-size: 0.85rem;
	}

	.map-wrapper {
		min-height: 220px;
	}

	#baiduMap {
		min-height: 220px;
	}

	.map-placeholder i {
		font-size: 2rem;
	}

	/* 侧栏推荐产品 */
	.about_product_list li a {
		padding: 8px 12px;
	}

	.about_product_list .img {
		width: 60px;
		height: 60px;
	}

	.about_product_list p {
		font-size: 13px;
		line-height: 20px;
	}

	/* 侧栏新闻排行 */
	.about_new_list li a {
		font-size: 13px;
		line-height: 36px;
	}

	.about_new_list li span {
		width: 24px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	/* 侧栏联系方式 */
	.ny .contact {
		width: 100%;
		box-sizing: border-box;
		background-size: 120px;
		height: auto;
		padding: 12px 0;
		margin-top: 15px;
	}

	.ny .contact p {
		margin-left: 120px;
		padding-top: 6px;
		font-size: 14px;
	}

	.ny .contact span {
		padding-left: 100px;
		font-size: 20px;
		margin-top: 4px;
	}

	.ny .contact .more {
		margin-left: 100px;
		margin-top: 6px;
	}

	.ny .contact .more a {
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}

	/* ----- 底部 ----- */
	.footer {
		padding: 20px 0;
	}

	.footer .fnav {
		float: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer .fnav dl {
		width: 45%;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.footer .fnav dl dt:after {
		left: 50%;
		transform: translateX(-50%);
	}

	.footer .fnav dl dd {
		font-size: 12px;
		line-height: 22px;
	}

	.footer .ewm {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.footer .ewm img {
		width: 100px;
		height: 100px;
	}

	/* 版权 */
	.copyright {
		font-size: 12px;
		line-height: 24px;
		padding: 8px 0;
	}

	/* ----- 客服浮窗 (移动端缩小) ----- */
	.kefu {
		right: -120px;
	}

	.kefu .kefu-main,
	.kefu .kefu-tel-main {
		width: 70px;
		height: 42px;
		padding: 6px 0;
	}

	.kefu .kefu-left {
		width: 55px;
		height: 36px;
	}

	.kefu .kefu-left i {
		transform: scale(0.7);
	}

	.kefu .kefu-left p {
		font-size: 11px;
		height: 16px;
		line-height: 16px;
	}

	.kefu .kefu-tel-right {
		font-size: 13px;
		padding: 0 8px;
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		border-left-width: 1px;
	}

	.kefu li {
		height: 54px;
	}

	.kefu .kefu-weixin-pic img {
		width: 80px;
		height: 80px;
	}

	.kefu .kefu-weixin-pic {
		left: -95px;
		top: -14px;
	}

	/* ----- 分页 ----- */
	.pagination p,
	.pagination a {
		width: 30px;
		height: 30px !important;
		font-size: 12px;
	}

	.dede_pages ul li {
		line-height: 20px;
		margin: 0 1px;
	}

	.dede_pages ul li a {
		padding: 0 6px;
		font-size: 12px;
	}

	/* ----- 弹窗/留言 ----- */
	#message .m-content .m-message {
		width: 90%;
		padding: 20px 16px;
		box-sizing: border-box;
	}

	.m-message label span {
		width: 60px;
		margin-right: 15px;
		font-size: 13px;
	}

	.m-message label input.inp,
	.m-message label textarea {
		width: calc(100% - 80px);
		font-size: 13px;
		height: 28px;
		line-height: 28px;
		padding: 0 10px;
	}

	.m-message label textarea {
		height: 60px;
		line-height: 20px;
		padding: 6px 10px;
	}

	.btn-1 {
		padding-left: 0;
		text-align: center;
	}

	.btn-1 input {
		width: 44px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		margin-right: 10px;
	}

	/* ----- 友情链接 ----- */
	.links {
		padding: 10px 0 15px;
		font-size: 12px;
	}

	.links a {
		margin-right: 8px;
		font-size: 12px;
		display: inline-block;
		margin-bottom: 4px;
	}

	/* 广告条 (首页) */
	.adv {
		height: auto;
		padding: 20px 0;
		margin: 15px 0 0;
	}

	.adv .left h2 {
		font-size: 20px;
		padding-top: 10px;
		margin-bottom: 10px;
		padding-left: 0;
		text-align: center;
	}

	.adv .left p {
		font-size: 14px;
		text-align: center;
	}

	.adv .left p span {
		width: 16px;
		height: 16px;
		margin-left: 6px;
		margin-right: 2px;
		vertical-align: middle;
	}

	.adv .right {
		width: 100%;
		text-align: center;
		background: none;
		height: auto;
		padding: 10px 0;
	}

	.adv .right p {
		font-size: 15px;
		margin-top: 10px;
		padding-left: 0;
	}

	.adv .right p span {
		font-size: 22px;
	}

	.adv .right .more {
		margin: 10px auto 0;
		float: none;
	}

	/* ---- 标题通用 ---- */
	.sec-title {
		padding: 15px 0;
	}

	.sec-title span {
		font-size: 20px;
		height: 36px;
		padding-bottom: 6px;
	}

	.sec-title span:after {
		width: 24px;
		left: 50%;
		transform: translateX(-50%);
	}

	.sec-title p {
		font-size: 12px;
		margin-top: 10px;
	}

	.index-case .sec-title .more {
		position: static;
		text-align: center;
		margin-top: 10px;
	}

	/* ---- 其他辅助 ---- */
	.flex-wrap {
		flex-wrap: wrap;
	}

	.mt20 {
		margin-top: 12px;
	}

	.mtop8 {
		margin-top: 4%;
	}
}

/* ---------- 超小屏手机 (≤ 480px) ---------- */
@media (max-width: 480px) {
	#logo .logo img {
		height: 44px;
	}

	#logo .company h2 {
		font-size: 15px;
	}

	#logo .company h3 {
		font-size: 10px;
	}

	.nav ul li a {
		padding: 0 10px;
		font-size: 12px;
		height: 55px;
		line-height: 38px;
	}

	.search .fr input {
		width: 70%;
		height: 28px;
		font-size: 12px;
	}

	.search .fr button {
		height: 30px;
		width: 36px;
		background-size: 20px;
	}

	.index-pro .fr .title span {
		font-size: 15px;
	}

	.index-pro .fl .title {
		font-size: 17px;
		padding: 10px 14px;
	}

	.index-about .stats-row {
		grid-template-columns: 1fr 1fr;
		gap: 6px;
	}

	.index-about .stat-item {
		padding: 8px 4px;
	}

	.index-about .stat-item .num {
		font-size: 18px;
	}

	.index-about .stat-item .lbl {
		font-size: 12px;
	}

	.index-about .stat-item .sublbl {
		font-size: 11px;
	}

	.ny .fr .title span {
		font-size: 16px;
	}

	.footer .fnav dl {
		width: 50%;
		margin-bottom: 12px;
	}

	.footer .fnav dl dd {
		font-size: 11px;
	}
}



.leave-message-dialog ul,.leave-message-dialog li {
    list-style: none
}

.leave-message-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
    background-color: rgba(51,51,51,0.3)
}

.leave-message-dialog .dialog-content-pql {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff
}

.leave-message-dialog .close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1
}

.leave-message-dialog .close:before,.leave-message-dialog .close:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 0;
    z-index: 1
}

.leave-message-dialog .close:before {
    transform: rotate(45deg)
}

.leave-message-dialog .close:after {
    transform: rotate(-45deg)
}

.leave-message-dialog .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    background-color: rgb(0 94 173);
    position: relative;
    text-align: left
}

.leave-message-dialog .title p {
    display: inline
}

.leave-message-dialog p {
    margin: 0
}

.leave-message-dialog .form {
    padding: 20px 20px 10px 5px
}

.leave-message-dialog input,.leave-message-dialog .textarea {
    margin-bottom: 10px
}

.leave-message-dialog input,.leave-message-dialog textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 15px;
    border: 1px solid #c7c7c7;
    outline: 0
}

.leave-message-dialog input {
    height: 40px
}

.leave-message-dialog .textarea {
    height: 170px;
    position: relative;
	margin-bottom:30px;
}

.leave-message-dialog textarea {
    height: 100%;
    padding: 8px 15px;
    resize: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
	
}

.dialog-content-pql-id .img {
    float: left;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.dialog-content-pql-id .img img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%
}

.dialog-content-pql-id .left {
    overflow: hidden;
    padding: 20px 30px 15px
}

.dialog-content-pql-id .titlep {
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding-left:0px;
}

.dialog-content-pql-id .left ul {
    margin-top: 10px
}

.dialog-content-pql-id .left ul li {
    line-height: 20px;
    color: #999;
    margin-bottom: 5px;
    text-transform: capitalize
}

.dialog-content-pql-id .right {
    float: initial !important;
    padding: 0 30px 30px
}

.dialog-content-pql-id .title {
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.dialog-content-pql .btn {
    width: 200px;
    margin: 20px auto 0;
    padding: 8px 20px;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgb(0 94 173);
    border: 1px solid rgb(0 94 173);
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dialog-content-pql #endOk {
    margin-bottom: 30px !important
}

.dialog-content-pql .btn:hover {
    background-color: #e77817;
    border: 1px solid #e77817;
}

.dialog-content-pql-id .mr {
    position: absolute;
    width: 70px;
    height: 40px;
    bottom: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    color: #757575
}

.dialog-content-pql-id .mr::before {
    position: absolute;
    content: "";
    display: block;
    border: 5px solid #000;
    border-color: #000 transparent transparent transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    margin-top: 3px
}

.dialog-content-pql-id .mr ul {
    position: absolute;
    width: 100%;
    cursor: pointer;
    top: 34px;
    background: #f5f5f5;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    border: 1px solid #ededed;
    display: none
}

.dialog-content-pql-id .mr:hover ul {
    display: block
}

.dialog-content-pql-ok .duihaook {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

.dialog-content-pql-ok .duihaook::after {
    content: "";
    display: inline-block;
    background: #47c553;
    width: 35px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 16px;
    top: 35px;
    border-radius: 2px
}

.dialog-content-pql-ok .duihaook::before {
    content: "";
    display: inline-block;
    background: #47c553;
    width: 50px;
    height: 15px;
    transform: rotate(-45deg);
    position: absolute;
    left: 32px;
    border-radius: 2px;
    top: 26px
}

.dialog-content-pql .error-pql {
    margin-top: -12px;
    margin-bottom: 10px;
    color: red;
    display: none
}

.dialog-content-pql .icon-pql {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: red;
    border-radius: 50%
}

.dialog-content-pql .icon-pql img {
    width: 100%;
    height: 100%
}

.dialog-content-pql-id .mr #Mr {
    font-size: 14px
}

#dialog-content-pql-ok {
    min-width: 460px
}

.dialog-content-pql-id .titlep,.dialog-content-pql-id .left ul {
    margin-left: 140px
}

@media (max-width: 768px) { 
	.cookie_remind_content { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .cookie_remind_desc { width: 100%; }
  .cookie_link a { height: 35px; line-height: 35px; }
  .cookie_remind_content { padding: 15px 30px 15px 0; }
  .close_cookie { top: 15%; }
  .leave-message-dialog .dialog-content-pql{width: 90%;margin: 0 auto;left: 0;right:0;margin-left: auto;}
  .dialog-content-pql-id .left {
    overflow: hidden;
    padding: 15px 5px 5px;
}
.dialog-content-pql-id .right {padding: 0 0px 10px;}
.leave-message-dialog .close{right:15px;}
.leave-message-dialog .textarea{height: 120px;}
   }