body {
	color: #333333;
	font-family: "microsoft Yahei";
	background: #fff;
	font-size: 14px;
	--color-main: #3E71BB;
	--color-vice: #4a7bc6;
	--fff: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

video {
	background: #000;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {

	color: #0b068c;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*蒲俊新增*/
/*label-input*/
.homepage .b:has(.pujun-label-input-search) {
    padding-top: 70px;
}
.pujun-label-input-search .pujun-label-input input {
	height: 60px;
}
label.pujun-label {
    font-size: 16px;
    padding: 0 20px;
}
.pujun-label-input {
    position: relative;
}
.pujun-label-input:focus-within .pujun-label{
	top: -60px;
	
}
.pujun-label-input-search{
	transition: border-bottom-color 0.5s;
}
.pujun-label-input-search:focus-within{
	border-bottom-color: var(--color-vice) !important;
}
.pujun-label-input-search:has(.pujun-label-input input:valid){
	border-bottom-color: var(--color-vice) !important;
}
label.pujun-label {
	position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    padding-left: 35px;
    transition: all 0.5s;
    color: var(--color-vice);
    letter-spacing: 2px;
    height: 60px;
}
.pujun-label-input input:valid ~ .pujun-label {
	top: -60px;
}
.pujun-label-input-search {
    margin: 0 15px;
}
/*product-list*/

.pujun-product-list li .box {
    display: flex;
}
.pujun-product-list li .box a {
    flex: 1;
}
.pujun-product-list li:nth-child(odd) .box dl {
    order: -1;
}
.pujun-product-list {
    padding: 0 15px;
}
/**/
div.pujun-container-custom{
    max-width: 1100px;
}
/* .pujun-contact-flex {
	display: flex;
} */

/* .pujun-contact-title {
	display: flex;
	align-items: center;
	justify-content: center;
} */
/* .pujun-contact-flex>div {
	flex: 1 1 50%;
} */
/* ul#new_body {
	padding: 0 20px;
} */

.pujun-title-wrapper {
	margin: 60px 0;
}



/* .pujun-c {
	margin-top: 60px;
} */

ul.clearfix.pujun-ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
	grid-gap: 20px;
}

.bd.pujun-bd {
	margin-top: 20px;
}

.pujun-li .box {
	display: flex;
	flex-direction: column;
}

.homepage .e .bd .box dl {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

.container {
	width: 100%;
	max-width: 1100px;
	/* max-width: 1920px; */
	margin: 0 auto;
	position: relative;
}

/**/
.top {
	padding: 25px 0;
}

.top .flex .flex {
	padding: 0 15px;
	border-left: 1px solid #eee;
}

.top .flex .flex:first-child {
	border: none;
}

.top p {
	font-size: 16px;
	line-height: 26px;
	padding-left: 15px;
}

.top p span {
	font-size: 12px;
}

.header {
	line-height: 70px;
	font-size: 18px;
	position: relative;
	z-index: 99;
	background: var(--color-main);
}

.header .nav>li {
	float: left;
	position: relative;

}
/*pujun*/
.header .nav>li>a {
	background: linear-gradient(45deg, var(--color-vice), var(--color-vice)) no-repeat;
	background-size: 0% 0%;
	background-position: center center;
	transition: background-size 0.5s;
}

.header .nav>li.on>a {
	background-size: 100% 100%;
}

.header .nav>li:hover>a {
	background-size: 100% 100%;
}
/**/

.header .nav>li>a {
	display: block;
	color: #fff;
	padding: 0 36px;
}

.header .nav>li:hover .dropdown {
	display: block;
}

.header .nav>li i {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #fff;
}

.header .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 15px 0;
	display: none;
	text-align: center;
	background: var(--color-main);
}
/*pujun*/
ul.dropdown li:nth-child(1)::after {
	content: "";
	position: absolute;
	left: 10px;
	top: var(--liY);
	height: 15px;
	width: 2px;
	background: var(--fff);
	transition: top 0.2s cubic-bezier(.785, .135, .15, .86);
}
/*pujun*/

.header .dropdown a {
	display: block;
	color: #fff;
	line-height: 60px;
}

.footer {
	background: var(--color-main);
	color: #fff;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer .a ul {
	display: flex;
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}

.footer .a ul li {
	flex: 1;
}

.footer p {
	text-align: left;
	padding: 20px 0 10px;
}

.footer .b {
	line-height: 30px;
	padding-bottom: 20px;
}

.homepage {
	overflow: hidden;
}

.homepage .a .m {
	display: none;
}

.homepage .a .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}


.homepage .b {
	padding: 50px 0;
}

.homepage .b .flex {
	border: 1px solid #eee;
	border-radius: 15px;
}

.homepage .b .flex input {
	width: 100%;
	font-size: 21px;
	padding-left: 30px;
}

.homepage .b .flex .btn {
	position: relative;
	font-size: 24px;
	color: var(--fff);
	background: var(--color-main);
	cursor: pointer;
	width: 154px;
	height: 68px;
}

.homepage .b .flex .btn span {
	position: relative;
	z-index: 2;
}
/*pujun*/
button.btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, var(--color-vice), var(--color-vice)) no-repeat;
	background-size: 10% 10%;
	background-position: center center;
}

.homepage .b .flex .btn:hover::after {
	background-size: 100% 100%;
	transition: background-size 0.5s;
}
/*pujun*/
span.company-see-left {
    display: inline-block;
    transform: translateX(-2000px);
	animation: move 1s 0s ease forwards;
}
span.company-see-right {
    display: inline-block;
    transform: translateX(2000px);
	animation: move 1s 0.5s ease forwards;
}
span.company-see-center {
	display: inline-block;
   transform: translateY(-2000px);
   animation: move 1s 1s linear forwards;
}
@keyframes move {
	to{
		transform: translate(0,0);
		
	}
}
.company-see {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    font-weight: 700;
    width: max-content;
    text-shadow: 0 1px 10px rgba(255, 255, 255, .2);
    color: #fff;
}
@media screen and (max-width: 768px) {
	.company-see {
		font-size: 5vw;
	}
}
.pujun-swiper-slide{
	position: relative;
}
.homepage .title {
	text-align: center;
}
span.pujun-title-zindex {
    position: relative;
    z-index: 5;
}
.homepage .title div,.homepage .title p {
	position: relative;
	width: 423px;
	height: 63px;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	line-height: 63px;
	/* background: url(../images/img_19.png) center no-repeat; */
	/* background: url("../images/img_32.png") center center no-repeat; */
}
.homepage .title div::after,.homepage .title p::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, var(--color-main), var(--color-main)) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.homepage h4 {
	text-align: center;
	color: #727171;
	margin: 30px 0 0px;
	line-height: 30px;
}

.homepage .c {
	background: #f9f9f9;
	padding: 50px 0;
}

.homepage .c .bd li {
	float: left;
	width: 20%;
}

.homepage .c .bd li img {
	width: 100%;
}

.homepage .d {
	padding: 50px 0 0;
}

.homepage .d .title span {
	/* background: url(../images/img_32.png) center no-repeat; */
}

.homepage .d .pic {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.homepage .d .box {
	padding-left: 40px;
	padding-right: 40px;
	color: #9fa0a0;
	font-size: 17px;
}

.homepage .d .box p {
	line-height: 32px;
	padding-bottom: 25px;
}

.homepage .d .box p span {
	font-weight: bold;
	color: var(--color-main);
}

.homepage .d .box h3 {
	color: var(--color-main) !important;
	padding: 30px 0 50px;
	font-size: 30px;
}

.homepage .more {
	display: block;
	width: fit-content;
	height: 52px;
	line-height: 52px;
	background: linear-gradient(to left, transparent, transparent), linear-gradient(to right, transparent, #fff 80%), linear-gradient(to right, var(--color-main), var(--color-vice), #000) no-repeat;
	/* background: url(../images/img_38.png) center no-repeat; */
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	margin-top: 30px;
	background-size: 200% 200%;
	transition: background-size 0.1s linear;
}

.homepage .more:hover {
	background-size: 150% 150%;
}

.homepage .e {
	padding: 50px 0;
	background: #fbfbfb;
}

.homepage .e .bd ul {
	margin: -15px;
}

.homepage .e .bd li {
	float: left;
	/* width: 33.333%; */
	width: 100%;
	padding: 15px;
}

.homepage .e .bd .pic {
	display: block;
	border-bottom: 3px solid #4273BC;
}

.homepage .e .bd .pic img {
	max-height: 265px;
	width: 100%;
	object-fit: cover;
}

.homepage .e .bd .box {
	background: #fff;
	height: 100%;

}

.homepage .e .bd .box a {
	overflow: hidden;
}

.homepage .e .bd .box:hover img {
	transform: rotate(5deg) scale(1.2);
	transition: transform 0.5s;
}

.homepage .e .bd .flex {
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.homepage .e .bd .flex .data {
	background: #eb6c00;
	color: #fff;
	padding: 0 25px;
}

.homepage .e .bd .flex img {
	margin: -3px 5px 0 30px;
}

.homepage .e .bd dl {
	padding: 20px;
}

.homepage .e .bd dl p {
	line-height: 28px;
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.homepage .e .bd dl dt a {
	color: var(--color-main);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.logo {
	width: 120px;
	max-width: 260px;
}

/* @media screen and (min-width:1281px) and (max-width:1480px) {
	.logo {
		width: 200px;
	}
} */

@media screen and (min-width:981px) and (max-width:1280px) {
	.header .nav>li>a {
		font-size: 16px;
		padding: 0 20px;
	}

/* 	.logo {
		width: 200px;
	} */

	.homepage .d .box h3 {
		font-size: 20px;
		padding: 10px 0;
	}

	.homepage .d .box p {
		padding-bottom: 8px;
		line-height: 24px;
		font-size: 14px;
	}

	.homepage .more {
		margin-top: 10px;
	}

	.homepage h4 {
		margin: 20px 0;
	}

	.homepage .b .flex input {
		font-size: 17px;
	}

	.homepage .e .bd .flex {
		font-size: 13px;
	}

	.homepage .e .bd .flex img {
		margin-left: 8px;
	}

	.homepage .e .bd .flex .data {
		padding: 0 15px;
	}

	.container {
		padding: 0 15px;
	}

}
/* @media screen and (max-width:992px) {
	.header .dropdown {
        display: block;
    }
	
} */
@media screen and (min-width:769px) and (max-width:980px) {



	.header .nav>li>a {
		font-size: 14px;
		padding: 0 30px;
	}

	.homepage .a a {
		height: 500px;
	}

	.top p {
		width: 150px;
	}

/* 	.logo {
		width: 260px;
	} */


	.container {
		padding: 0 15px;
	}


	.top {
		padding: 25px 0;
	}
}

@media (max-width:768px) {



	.homepage .d {
		padding: 0;
	}

	.container {
		padding: 0 15px;
	}

	.top .logo {
		width: 80px;
	}

	.top .flex .flex {
		display: none;
	}

	.top {
		padding: 10px 0;
		position: relative;
		background: #fff;
	}

	.header {
		display: none;
		line-height: 40px;
		font-size: 14px;
	}

	.header .nav>li.on>a,
	.header .nav>li:hover>a {
		background: #ea6c00;
	}

	.header .dropdown {
		position: static;
		padding: 0;
		text-align: left;
	}

	.header .dropdown a {
		line-height: 40px;
		padding-left: 15px;
	}

	.header .nav>li {
		float: none;
	}

	.top i {
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/nav.png) center no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 15px;
		top: 50%;
		z-index: 999;
		transform: translate(0, -50%);
	}

	.header .nav>li>a {
		padding: 0 15px;
	}

	.homepage .a .pc {
		display: none;
	}

	.homepage .a .m {
		display: block;
	}

	.homepage .b {
		padding: 20px 0;
	}

	.homepage .b .flex input {
		font-size: 13px;
		padding-left: 10px;
	}

	.homepage .b .flex .btn {
		font-size: 13px;
		height: 40px;
		width: 80px;
	}

	.footer .b {
		font-size: 12px;
		line-height: 24px;
	}

	.footer .a ul {
		display: block;
		font-size: 13px;
		padding: 10px 0;
	}

	.footer .a ul li {
		width: 20%;
		line-height: 32px;
		float: left;
	}

	.homepage .title span {
		width: 260px;
		font-size: 15px;
		background-size: 100% 100%;
		height: 40px;
		line-height: 40px;
	}

	.homepage .c .bd li {
		width: 33.333%;
	}

	.homepage .d .flex {
		display: block;
	}

	.homepage .d .box {
		padding: 15px;
	}

	.homepage .e .bd li {
		width: 100%;
	}

	.homepage .d .box h3 {
		font-size: 20px;
		padding: 15px 0;
	}

	.homepage .d .box p {
		padding-bottom: 10px;
		line-height: 24px;
	}

	.homepage .d .box,
	.homepage .e .bd .flex {
		font-size: 14px;
	}

	.homepage .more {
		margin-top: 15px;
		width: 140px;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
		background-size: 100% 100%;
	}

	.homepage h4 {
		margin: 15px 0 30px;
	}

	.homepage .e .bd .flex img {
		margin-left: 10px;
	}










}