@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	/* background-color: rgba(255, 255, 255, 1); */

	background-color: rgba(248, 248, 248, 1);

	overflow-x: hidden;

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/




.container {
	padding: 0 100px;
	max-width: 1520px;
	margin: 0 auto;
	position: relative;
}




/* 头部 banner */

.welcome {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 98, 172, 1);
	padding: 0.65rem 0;
}

.welcome img {
	margin-right: 0.5rem;
}




.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	width: 100%;
	height: 5rem;
	background: #fff;
	opacity: 1;
	z-index: 5;
	position: relative;
	color: rgba(51, 51, 51, 1);
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.headernav .container {
	height: 100%;
}

.headernav .logo {
	width: 6rem;
}

.headernav .logo-i {
	width: 0.1rem;
	opacity: 1;
	border-left: .05rem solid rgba(207, 207, 207, 1);
	height: 2.55rem;
	margin: 0 .9rem;
}

.headernav .logo-h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: rgba(0, 98, 172, 1);
	white-space: nowrap;
}

.headernav ul li {
	font-size: 0.85rem;
	line-height: 5rem;
	color: rgba(17, 17, 17, 1);
	margin-left: 1.5rem;
	position: relative;
	white-space: nowrap;
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(0, 98, 172, 1);
	border-bottom: 0.2rem solid rgba(0, 98, 172, 1);
}

.headernav .nav_two {
	position: absolute;
	top: 5.5rem;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 6.25rem;
	opacity: 1;
	font-size: 0.8rem;
	line-height: 1.9rem;
	color: rgba(0, 98, 172, 1);
	text-align: center;
	z-index: 500;
	display: none;
}

.headernav .nav_two img {
	margin: 0 auto;
}

.headernav .nav_two div {
	background: rgba(255, 255, 255, 0.8);
}

.headernav .nav_two a {
	opacity: 0.8;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 1);
}

.headernav .nav_two a:hover {
	opacity: 1;
	color: rgba(0, 98, 172, 1);
}

.on .headernav {
	top: 0rem;
	position: fixed;
}


/* #end



/* 底部 */

footer {
	background: rgba(20, 74, 160, 1);
	padding-top: 2.75rem;
	opacity: 1;
	transition: ease-out .36s;
}

footer .left {
	width: 58%;
}

footer .head {
	font-size: 1rem !important;
	margin-bottom: 1rem !important;
	color: rgba(255, 255, 255, 1);
}

footer .left a {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

footer .left a:hover {
	text-decoration: underline;
}

footer .left .more {
	text-decoration: underline;
}

footer .right {
	width: 37%;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
}

footer .right a:hover {
	text-decoration: underline;
}

footer .right ul {
	margin-bottom: 2.5rem;
}

footer .right ul div {
	margin-bottom: 0.5rem;
}

footer .right ul div img {
	margin-right: 0.3rem;
}

footer .right .ewm {
	width: 6rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

footer .right .ewm img {
	width: 100%;
	margin-bottom: 0.5rem;
}

footer .fi {
	margin-top: 1rem;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5);
}

footer .Copyright {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.7);
	padding: 1rem;
}

footer .Copyright div a {
	margin-right: 3.25rem;
}

footer .Copyright a:hover {
	color: rgba(255, 255, 255, 1);
}

/* #end */



/* 分页 */

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1rem 0 4rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem !important;
	width: auto !important;
	border: 1px solid whitesmoke;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(0, 98, 172, 1);
	color: #fff;
}

/* end */





/* 首页 */

.banner {
	width: 100%;
	position: relative;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.banner .banner_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner .banner_txt h3 {
	font-size: 60px;
	font-weight: 700;
	color: transparent;
	background-image: linear-gradient(90deg, rgba(30, 139, 212, 1) 0%, rgba(0, 88, 204, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 20px;
}

.banner .banner_txt p {
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}


/* 高450 下轮播样式 */

.h450 .banner .swiper {
	height: 22.5rem;
	position: relative;
}

.h450 .banner .swiper-slide>img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.h450 .banner .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.h450 .banner .swiper-slide.swiper-slide-active>img,
.h450 .banner .swiper-slide.swiper-slide-duplicate-active>img {
	transition: 5s linear;
	transform: scale(1, 1);
}

.h450 .banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.h450 .banner .container h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.35rem;
}

.h450 .banner .container p {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
}



/* 页面位置 */

.location {
	background-color: #fff;
}

.location .layui-tab {
	padding: 0;
	margin: 0;
	background-color: rgba(248, 248, 248, 1);
}

.location .locn {
	padding: 1rem 0;
	background-color: #fff;
	font-size: 0.85rem;
	color: rgba(51, 51, 51, 1);
}

.location .layui-tab-title a {
	font-size: 0.85rem;
	line-height: 1.2rem;
	padding: 0;
	margin: 0;
	margin-right: 2rem;
	color: rgba(51, 51, 51, 1);
}

.location .layui-tab-title .layui-this {
	color: rgba(0, 98, 172, 1);
}

.location img {
	margin-right: 1.25rem;
}

.location a:hover {
	color: rgba(0, 98, 172, 1);
}


/* 标题 */
.index-title {
	text-align: center;
	margin-bottom: 2.5rem;
}

.index-title p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
}

.index-title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(0, 98, 172, 1);
}



/* 更多样式 */
.index-more {
	position: absolute;
	top: 1rem;
	right: 5.6rem;
}

.index-more a {
	width: 6.05rem;
	height: 2rem;
	opacity: 1;
	border-radius: 1rem;
	border: 0.05rem solid rgba(224, 224, 224, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
}

.index-more a::after {
	content: '>';
	margin-left: 0.2rem;
	margin-bottom: 0.15rem;
}

.index-more a:hover {
	background: linear-gradient(90deg, rgba(51, 162, 222, 1) 0%, rgba(102, 199, 22, 1) 100%);
	color: rgba(255, 255, 255, 1);
	border: 0;
	transition: ease-out .36s;
}

.index-more a:hover::after {
	transform: translate(10px, 0);
	transition: ease-out .36s;
}



.index {
	background: url(../images/bg.webp) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 4.5rem 0;
	transition: ease-out .36s;
}

.index .left,
.index .right {
	width: 48%;
}


.index .left span {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
}

.index .left h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(0, 98, 172, 1);
}

.index .left .i {
	width: 7.15rem;
	height: 0.1rem;
	opacity: 1;
	background: rgba(0, 98, 172, 1);
	margin: 1.25rem 0 3rem 0;
}

.index .left p {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 3rem;
}

.index .left a {
	width: 6.05rem;
	height: 2rem;
	opacity: 1;
	border-radius: 1rem;
	background: linear-gradient(90deg, rgba(51, 162, 222, 1) 0%, rgba(102, 199, 22, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 1);
}

.index .left a::after {
	content: '>';
	margin-left: 0.2rem;
	margin-bottom: 0.15rem;
}

.index .left a:hover::after {
	transform: translate(10px, 0);
	transition: ease-out .36s;
}

.index .right {
	overflow: hidden;
	height: 20.45rem;
	border-radius: 1rem;
}

.index .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index .right img:hover {
	transform: scale(1.1);
	transition: ease-out .36s;
}


.index2 {
	padding: 4.5rem 0;
	background-color: #fff;
	opacity: 1;
	transition: ease-out .36s;
}

.index2 .layui-tab-title {
	justify-content: center;
	color: rgba(102, 102, 102, 1);
	margin: 1.25rem 0 1.5rem 0;
}

.index2 .layui-tab-title li {
	width: 6.8rem;
	height: 2rem;
	opacity: 1;
	border-radius: 1rem;
	border: 0.05rem solid rgba(224, 224, 224, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 1.75rem;
	font-size: 0.8rem;
}

.index2 .layui-this {
	background: linear-gradient(90deg, rgba(51, 162, 222, 1) 0%, rgba(102, 199, 22, 1) 100%);
	color: rgba(255, 255, 255, 1);
	border: 0;
	transition: ease-out .36s;
}

.index2 .layui-tab-item {
	height: 40rem;
	overflow: hidden;
}

.index2 .index-goods ul {
	flex-wrap: wrap;
	height: auto;
}

.index2 .index-goods ul a {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 1.25rem;
}

.index2 .index-goods a i {
	width: 100%;
	height: 14rem;
	display: block;
	overflow: hidden;
}

.index2 .index-goods a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index2 .index-goods a i img:hover {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.index2 .index-goods a div {
	height: 3.5rem;
	opacity: 1;
	background: rgba(230, 246, 255, 1);
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: rgba(17, 17, 17, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
}


.index3 {
	padding: 2.5rem 0;
	background: rgba(248, 248, 248, 1);
	transition: ease-out .36s;
}

.index3 .left {
	width: 48%;
}

.index3 .right {
	width: 45%;
}

.index3 .left ul li {
	align-items: flex-start;
	margin-top: 2rem;
}

.index3 .left ul li img {
	margin-right: 1rem;
}

.index3 .left .txt p:nth-child(1) {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.75rem;
}

.index3 .left .txt p:nth-child(2) {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}

.index3 .right {
	overflow: hidden;
	height: 19.35rem;
}

.index3 .right img:hover {
	transform: scale(1.1);
	transition: ease-out .36s;
}


.index4 {
	padding: 4.5rem 0 0 0;
	background-color: #fff;
	opacity: 1;
	transition: ease-out .36s;
}

.index4 .max1500 {
	padding: 0 0.75rem;
	position: relative;
}

.index4 .swiper {
	width: 86%;
	height: calc(19rem*2);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.index4 .swiper-slide {
	text-align: center;
	height: 16rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.index4 .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 1);

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.index4 .swiper-slide a i {
	width: 100%;
	height: 15rem;
	display: block;
	overflow: hidden;
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
}

.index4 .swiper-slide a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index4 .swiper-slide a i img:hover {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.index4 .dot {
	width: calc(100% - 30px);
	height: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100;
}

.index4 .dot .prev,
.index4 .dot .next {
	padding: 0.75rem;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 98, 172, 1);
}

.index4 .dot .prev img:nth-child(2),
.index4 .dot .next img:nth-child(2) {
	display: none;
}

.index4 .dot .prev:hover,
.index4 .dot .next:hover {
	background: rgba(0, 98, 172, 1);
	transition: ease-out .36s;
}

.index4 .dot .prev:hover img:nth-child(1),
.index4 .dot .next:hover img:nth-child(1) {
	display: none;
}

.index4 .dot .prev:hover img:nth-child(2),
.index4 .dot .next:hover img:nth-child(2) {
	display: block;
}


.index5 {
	padding: 3.5rem 0;
	background-color: #fff;
	opacity: 1;
	transition: ease-out .36s;
}

.index5 .swiper {
	margin-top: 2.25rem;
}

.index5 .swiper .swiper-slide {
	width: 65rem;
	position: relative;
	opacity: 0.5;
}

.index5 .swiper-slide div {
	position: absolute;
	font-size: 1.2rem;
	color: rgba(0, 0, 0, 1);
	top: 45px;
	left: 80px;
}

.index5 .swiper-slide img {
	width: 100%;
	height: 25.85rem;
	object-fit: cover;
	object-position: center;
}

.index5 .swiper .swiper-slide-active {
	opacity: 1;
}


.index6 {
	padding: 3.5rem 0;
	background-color: #fff;
	opacity: 1;
	transition: ease-out .36s;
}

.index6 .left {
	width: 100%;
}

.index6 .right,
.index6 img {
	width: 48%;
}

.index6 .swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.5rem;
	opacity: 1;
	background: rgba(255, 255, 255, 0.5);
}

.index6 .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

.index6 .swiper-pagination {
	bottom: 2.5rem;
	left: -25%;
}


.index6 .right p {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
}

.index6 .right .i {
	width: 2.25rem;
	height: 0.2rem;
	opacity: 1;
	background: rgba(0, 98, 172, 1);
	margin: 0.55rem 0 1.5rem 0;
}

.index6 .right h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
}

.index6 .right p {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	margin: 1.25rem 0 2rem 0;
}

.index6 .right .toinfo {
	width: 6.05rem;
	height: 2rem;
	opacity: 1;
	border-radius: 1rem;
	border: 0.05rem solid rgba(224, 224, 224, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
}

.index6 .right .toinfo::after {
	content: '>';
	margin-left: 0.2rem;
	margin-bottom: 0.15rem;
}

.index6 .right:hover .toinfo {
	background: linear-gradient(90deg, rgba(51, 162, 222, 1) 0%, rgba(102, 199, 22, 1) 100%);
	color: rgba(255, 255, 255, 1);
	border: 0;
	transition: ease-out .36s;
}

.index6 .right:hover .toinfo::after {
	transform: translate(10px, 0);
	transition: ease-out .36s;
}

/* end */



/* 关于我们 */

/* 标题 */

.location .title {
	justify-content: center;
	margin-bottom: 2.5rem;
}

.location .title h3 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
}


.location .layui-tab-item {
	padding: 2.5rem 0;
	transition: ease-out .36s;
}

.layui-tab1 {
	background: url(../images/bg2.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.layui-tab h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(0, 98, 172, 1);
	margin: 0 0 2rem 0;
}

.location .texts {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 2rem;
}

.layui-tab i {
	width: 49%;
	height: 20.45rem;
	overflow: hidden;
}

.layui-tab i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.layui-tab i img:hover {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.layui-tab2 ul {
	margin: 0 0 2.5rem 0;
}

.layui-tab2 ul a {
	margin-bottom: 1rem;
}

.layui-tab2 ul a img {
	width: 100%;
	margin: 0 auto;
}

.imgslist {
	margin-bottom: 1rem;
}


/* end */




/* 产品 */

.product {
	padding: 1.65rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.product .left {
	width: 20%;
}

.product .left .bg {
	width: 100%;
	opacity: 1;
	border-radius: 0.5rem;
	background: linear-gradient(90deg, rgba(51, 162, 222, 1) 0%, rgba(102, 199, 22, 1) 100%);
	padding: 1.75rem 0.5rem;
}

.product .left p {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	margin-left: 0.9rem;
}

.product .left h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.75rem;
	margin-left: 0.9rem;
}

.product .left ul {
	background-color: #fff;
	padding: 0.5rem 0.95rem;
}

.product .left ul a {
	text-align: center;
	padding: 0.65rem 0;
	border-bottom: 0.05rem solid rgba(235, 235, 235, 1);
	font-size: 1rem;
	color: rgba(17, 17, 17, 1);
}

.product .left ul a.on,
.product .left ul a:hover {
	color: rgba(0, 98, 172, 1) !important;
}

.product .right {
	width: 75%;
}

.product .right ul {
	width: 100%;
	flex-wrap: wrap;
}

.product .right ul a {
	width: 31%;
	margin: 0 1%;
	margin-bottom: 1.75rem;
}

.product .right ul a i {
	width: 100%;
	height: 14rem;
	overflow: hidden;
	display: block;
}

.product .right ul a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product .right ul a div {
	font-size: 0.9rem;
	background: rgba(230, 246, 255, 1);
	padding: 1.05rem 0.5rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .right ul a:hover div {
	color: rgba(0, 98, 172, 1);
}

.product .right ul a:hover img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

/* end */



/* 服务详情 */

.goods {
	padding: 2.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.goods .container {
	background-color: #fff;
	padding: 1.75rem;
}

.goods .left {
	width: 33%;
	/* height: 15rem; */
	overflow: hidden;
}

.goods .left .swiper_thumbs .swiper-wrapper {
	height: 15rem;
	margin-bottom: 0.5rem;
}

.goods .left .swiper_img .swiper-wrapper {
	height: 4.5rem;
}

.goods .left .swiper_img .swiper-slide-thumb-active {
	border: 0.05rem solid #999;
}

.goods .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.goods .left img:hover {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.goods .right {
	width: 63%;
}

.goods .right p:nth-child(1) {
	font-size: 0.9rem;
	color: rgba(17, 17, 17, 1);
}

.goods .right h3 {
	font-size: 1.4rem;
	font-weight: bold;
	background-image: linear-gradient(90deg, rgba(51, 162, 222, 1) 0%, rgba(102, 199, 22, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin: 0.5rem 0 1.25rem 0;
}

.goods .right p:nth-child(3) {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

.goods .bi {
	border-bottom: 1px solid rgba(214, 214, 214, 1);
	margin: 2.5rem 0;
}

.goods .infos h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
	margin-bottom: 1.25rem;
}

.goods .infos p {
	text-align: center;
}

.goods .infos table {
	margin: 0 auto;
}

.goods .infos img {
	margin: 0 auto;
	max-width: 60%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.goods .infos div {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

.goods .infos div p {
	text-align: inherit;
}

.goods .next {
	justify-content: flex-end;
}

.goods .next a {
	padding: 0.65rem;
	border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 50%;
	margin-left: 2rem;
}

.goods .next a img:nth-child(2) {
	display: none;
}

.goods .next a:hover img:nth-child(1) {
	display: none;
}

.goods .next a:hover img:nth-child(2) {
	display: block;
}

.goods .next a:hover {
	background-color: rgba(0, 98, 172, 1);
	transition: ease-out .36s;
}



/* 项目 */

.goods .p-info h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 1rem;
}

.goods .p-info div {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
}

.goods .p-info img {
	margin: 4rem auto;
}


/* 新闻 */

.news-info h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
	text-align: center;
}

.news-info .time {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
	margin: 1.1rem 0;
	text-align: center;
}


/* end */




/* 项目 */

.project {
	padding: 2.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.project ul {
	flex-wrap: wrap;
}

.project ul a {
	width: 31%;
	margin: 0 1%;
}

.project ul i {
	height: 15rem;
	overflow: hidden;
	display: block;
}

.project ul i img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}

.project ul a div {
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 1);
	margin: 1.25rem 0 1rem 0;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.project ul a:hover div {
	color: rgba(0, 98, 172, 1);
	transition: ease-out .36s;
}

.project ul a:hover img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

/* end */




/* 新闻 */

.news {
	padding: 2.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.news ul {
	display: flex;
	flex-wrap: wrap;
}

.news ul a {
	width: 31%;
	margin: 0 1%;
}

.news .time {
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
}

.news .time img {
	width: 1.35rem;
	margin-right: 0.8rem;
}

.news ul a h3 {
	font-size: 1.2rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
	margin: 1.5rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	height: 70px;
}

.news .more {
	opacity: 1;
	border-radius: 1rem;
	background: rgba(0, 98, 172, 0.1);
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	width: 6.5rem;
	text-align: center;
	padding: 0.35rem 0;
}

.news i {
	height: 11.8rem;
	overflow: hidden;
	display: block;
	margin: 2rem 0 1.5rem 0;
}

.news i img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}

.news ul a:hover h3 {
	color: rgba(0, 98, 172, 1);
	transition: ease-out .36s;
}

.news ul a:hover .more {
	background: linear-gradient(90deg, rgba(51, 162, 222, 1) 0%, rgba(102, 199, 22, 1) 100%);
	color: #fff;
	transition: ease-out .36s;
}

.news ul a:hover i img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

/* end */





/* 关于我们 */

.us {
	padding: 2.5rem 0;
	background-color: #fff;
	opacity: 1;
	transition: ease-out .36s;
}

.us .left {
	width: 50%;
	height: 22.5rem;
	background: url('../images/bg3.webp') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 1rem 0 0 1rem;
	overflow: hidden;
}

.us .left img {
	position: absolute;
	top: 10rem;
	left: 50%;
	transform: translate(-50%, 0%);
	animation: myAnimation 1s infinite;
}

@keyframes myAnimation {
	from {
		top: 11.8rem;
	}

	to {
		top: 12.8rem;
	}
}

.us .right {
	width: 50%;
	height: 22.5rem;
	border-radius: 0px 1rem 1rem 0px;
	border-width: 0.05rem 0.05rem 0.05rem 0px;
	border-style: solid;
	border-color: rgba(227, 227, 227, 1);
	padding: 3.75rem 0 0 2.5rem;
}

.us .right h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: rgba(0, 98, 172, 1);
	margin-bottom: 2.8rem;
}

.us .right .item {
	display: flex;
	margin-bottom: 1.5rem;
}

.us .right .item img {
	width: 2.25rem;
	margin-right: 0.75rem;
	margin-top: -0.5rem;
}

.us .right div {
	font-size: 0.9rem;
	color: rgba(17, 17, 17, 1);
}


.us2 {
	padding: 2.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.us2 ul {
	flex-wrap: wrap;
}

.us2 ul li {
	width: 100%;
	margin: 0 1%;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem;
	padding: 1.65rem 2.25rem;
	cursor: pointer;
	justify-content: space-between;
}

.us2 ul li h3 {
	font-size: 1.2rem;
	color: rgba(0, 98, 172, 1);
	margin-bottom: 1.45rem;
}

.us2 ul li div {
	font-size: 0.9rem;
	color: rgba(17, 17, 17, 1);
	margin-top: 1rem;
}

.us2 ul li img {
	height: 292px;
}

.us2 ul li:hover {
	box-shadow: 0px 0.2rem 0.4rem rgba(0, 98, 172, 0.3);
	transition: ease-out .36s;
}

/* end */





/* 2025.7.1 弹窗 */

.popup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	z-index: 100;
}

.popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background-color: #f8f8f8;
	color: rgba(0, 98, 172, 1);
}

.buttons img {
	cursor: pointer;
	background-color: initial;
	width: 16px;
	height: 16px;
	margin-left: 1rem;
}

.buttons button {
	border: 0;
	background: initial;
}

.popup-content {
	padding: 15px;
}

.popup-content p {
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	font-weight: bold;
	color: rgba(102, 102, 102, 1);
}

.popup-content label {
	display: block;
	margin-bottom: 5px;
	font-size: 0.75rem;
	color: rgba(102, 102, 102, 1);
}

.popup-content input {
	width: 100%;
	padding: 8px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.confirm {
	padding: 8px 15px;
	background-color: rgba(0, 98, 172, 1);
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	width: 100%;
	font-size: 0.95rem;
	font-weight: 500;
}

/* 底部悬浮按钮样式 */
.floating-button {
	position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 100;
    width: 4.4rem;
    transition: all .5s;
}

.floating-button img {
	width: 100%;
	height: auto;
	animation: msClock 1.4s infinite linear;
}

@keyframes msClock {

	0%,
	90%,
	100% {
		transform: rotate(0) scale(1);
	}

	20%,
	40% {
		transform: rotate(-15deg) scale(1.1);
	}

	30%,
	50% {
		transform: rotate(15deg) scale(1.1);
	}
}

/* end */