.banner-bj {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 400px;
	padding-top: 90px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	background-image: url(/wp-content/themes/qimai/images/banner-ner.jpg);
}


.banner-bj h4 {
	font-size: 32px;
	color: #ffffff;
	margin: 0;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 4px solid #ffffff;
}

.banner-bj h6 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	width: 100%;
	margin: 0;
}

.banner-location {
	background-color: #f1f1f1;
	border-bottom: 1px solid #dddddd;
}
.banner-location .w-1600{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.banner-location ul {
	display: flex;
	flex-flow: wrap;
	color: #555555;
	line-height: 50px;
	gap: 15px;
}

.banner-location ul li {}

.banner-location ul li a {
	font-size: 14px;
	color: #555555;
	line-height: 50px;
	display: inline-block;
}

.banner-location ul li a:hover {
	color: #002d62;
}

.banner-location ul li.home {
	display: flex;
	flex-flow: wrap;
	width: 50px;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.banner-location ul li.home img {
	text-align: center;
	width: 14px;
	display: block;
}

.banner-location ul.banner-nav {
	gap: 25px;
}

.banner-location ul.banner-nav li.current-menu-item a,
.banner-location ul.banner-nav li:hover a {
	color: #d31e1e;
	position: relative;
	font-weight: 600;
}

.banner-location ul.banner-nav li.current-menu-item a:after,
.banner-location ul.banner-nav li:hover a:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #d31e1e;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.page h2 {
	font-size: 36px;
	color: #d31e1e;
	padding-bottom: 50px;
}

@media (max-width:1200px) {
	.banner-bj {
		padding-top: 90px;
	}
}

@media (max-width:980px) {
	.banner-bj {
		padding-top: 65px;
		height: 300px;
		justify-content: center;
	}
}

@media (max-width:768px) {
	.banner-bj {
		height: 250px;
		padding-top: 50px;
	}
	.banner-bj .banner-text {
		text-align: center;
	}
	.banner-bj h4 {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 2px solid #ffffff;
	}
	.banner-bj h6 {
		font-size: 16px;
	}
	.banner-location ul.location {
		display: none;
	}
	.banner-location ul.banner-nav {
		gap: 15px;
		line-height: 35px;
	}
	.banner-location ul li a {
		line-height: 35px;
	}
	.page h2 {
		font-size: 24px;
		padding-bottom: 15px;
	}
}


/*关于我们*/


/*第1栏*/

.about .about-main p {
	color: #555555;
	font-size: 18px;
	line-height: 2;
}

.about .about-main p+p {
	padding-top: 15px;
}

.about-img {
	padding-top: 30px;
}

.about-img img {
	width: 100%;
}
.about .about-main{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.about .about-main .about-main-L{
	width: calc(100% - 550px);
}
.about .about-main .about-main-R{
	width: 500px;
}
.about .about-main .about-main-R img{
	width: 100%;
}
@media (max-width:1080px) {
	.about .about-main p {
		font-size: 15px;
	}
.about .about-main .about-main-L{
	width: 100%;
}
.about .about-main .about-main-R{
	width: 100%;
	padding-top: 30px;
}
}


/*第2栏*/

.strength {
	background-image: url(/wp-content/themes/qimai/images/strength.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.strength h4 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	padding-bottom: 10px;
}

.strength h4+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #ffffff;
	padding-bottom: 50px;
}

.strength>ul {
	display: flex;
	flex-flow: wrap;
}

.strength>ul>li {
	width: 25%;
	padding: 30px 50px;
}
.strength>ul>li .img {
	/*text-align: center;*/
	padding-bottom: 20px;
}

.strength>ul>li .img img {
	width: 80%;
	max-width: 60px;
}
.strength>ul>li .img1 img{
	width: 100%;
	max-width: 350px;
}
.strength>ul>li h6 {
	font-size: 20px;
	/*text-align: center;*/
	font-weight: 600;
	color: #ffffff;
	padding-bottom: 10px;
}

.strength>ul>li h6+p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.strength>ul>li ul {
	padding-top: 10px;
}

.strength>ul>li ul li {
	font-size: 16px;
	padding: 8px 0;
	color: #ffffff;
	line-height: 1.6;
}

.strength>ul>li ul li strong {
	font-weight: 900;
}

.strength a.more {
	display: inline-block;
	color: yellow;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}

.strength>ul>li+li {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:1280px){
.strength>ul>li {
	width:50%;
	padding: 50px 80px;
}
.strength>ul>li:nth-of-type(3){
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 0px solid rgba(255, 255, 255, 0.2);
}
.strength>ul>li:nth-of-type(4){
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
}
@media (max-width:980px) {
	.strength>ul>li {
		padding: 30px 20px;
	}
}

@media (max-width:768px) {
	.strength h4 {
		font-size: 24px;
	}
	.strength h4+p {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.strength>ul>li {
		width: 100%;
	}
	.strength>ul>li+li {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.strength>ul>li h6 {
		font-size: 18px;
	}
	.strength>ul>li ul li {
		padding: 5px 0;
	}
	.strength>ul>li ul {
		padding-top: 0;
	}
}


/*第3栏*/

.idea h4 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002d62;
	margin: 0;
	padding-bottom: 10px;
}

.idea h4+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #555555;
	padding-bottom: 50px;
}

.idea>ul {
	display: flex;
	flex-flow: wrap;
	gap: 50px;
}

.idea>ul>li {
	width: calc( 33.33% - (100px/3));
	padding: 50px;
	border-radius: 25px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	transition: all 0.5s ease 0s;
}

.idea>ul>li:hover {
	background-color: #efefef;
	border: 1px solid #999999;
}

.idea>ul>li .img {
	text-align: center;
	padding-bottom: 30px;
}

.idea>ul>li .img img {
	width: 50%;
	max-width: 100px;
	transition: all 0.5s ease 0s;
	transform: rotateY(0deg)
}

.idea>ul>li:hover .img img {
	transform: rotateY(180deg)
}

.idea>ul>li h6 {
	text-align: center;
	border-bottom: 1px solid #dddddd;
	font-size: 24px;
	color: #002d62;
	padding-bottom: 25px;
	margin-bottom: 25px;
	transition: all 0.5s ease 0s;
}

.idea>ul>li:hover h6 {
	border-bottom: 1px solid #999999;
}

.idea>ul>li p {
	text-align: center;
	font-size: 18px;
	color: #333333;
}

@media (max-width:980px) {
	.idea>ul {
		gap: 30px;
	}
	.idea>ul>li {
		width: calc( 33.33% - (60px/3));
		padding: 30px;
	}
}

@media (max-width:768px) {
	.idea>ul {
		gap: 15px;
	}
	.idea>ul>li {
		width: 100%;
		padding: 20px;
	}
	.idea>ul>li .img {
		padding-bottom: 15px;
	}
	.idea>ul>li h6 {
		font-size: 18px;
	}
	.idea>ul>li p {
		font-size: 14px;
	}
	.idea>ul>li h6 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}


/*企业文化*/

.culture ul {
	padding-top: 20px;
}

.culture ul li {}

.culture ul li+li {
	padding-top: 30px;
}

.culture ul li h4 {
	font-size: 20px;
	color: #002D62;
	padding-bottom: 5px;
}

.culture ul li h4+h5 {
	padding-top: 15px;
}

.culture ul li h5 {
	font-size: 16px;
	padding-bottom: 10px;
}

.culture ul li h6 {
	font-size: 15px;
	color: #002D62;
	padding-bottom: 15px;
}

.culture ul li p {
	font-size: 15px;
	color: #000000;
	padding-bottom: 10px;
}

@media (max-width:768px) {
	.culture ul {
		padding-top: 10px;
	}
	.culture ul li h4 {
		font-size: 17px;
	}
	.culture ul li h6 {
		padding-bottom: 10px;
	}
	.culture ul li+li {
		padding-top: 10px;
	}
}


/*技术资料*/

.parameter h2 {
	text-align: center;
	padding-bottom: 50px;
}

.parameter {
	border-bottom: 1px solid #dddddd;
}

.parameter h4 {
	font-size: 24px;
	padding-bottom: 15px;
	text-align: center;
}

.parameter table+h4 {
	padding-top: 50px;
}

.parameter table tr td {
	padding: 5px;
	text-align: center;
	font-size: 16px;
}

.parameter table tr:nth-of-type(2n) {
	background-color: #f1f1f1;
}

.parameter table tr:nth-of-type(1) {
	background-color: #002D62;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}

.parameter table tr:nth-of-type(1) td {
	padding: 10px 5px;
}

.parameter p {
	font-size: 16px;
}

.parameter table+p {
	padding-top: 20px;
}

.parameter p+p {
	padding-top: 10px;
}

.magnetizing h2 {
	text-align: center;
}

.magnetizing ul {
	display: flex;
	flex-flow: wrap;
	gap: 50px;
	margin-top: 50px;
}

.magnetizing ul li {
	width: calc( 33.33% - (100px/3));
}

.magnetizing ul li .img {
	text-align: center;
}

.magnetizing ul li .img img {
	width: 90%;
	max-width: 280px;
}

.magnetizing ul li h6 {
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width:768px) {
	.parameter h2 {
		padding-bottom: 20px;
	}
	.parameter h4 {
		font-size: 18px;
	}
	.parameter table tr td {
		font-size: 14px;
	}
	.parameter table tr:nth-of-type(1) td {
		padding: 5px;
	}
	.parameter table+h4 {
		padding-top: 15px;
	}
	.magnetizing ul{
		margin-top: 0px;
		gap:15px;
	}
	.magnetizing ul li{
		width: calc( 50% - 7.5px);
	}
	.magnetizing ul li h6{
		font-size: 18px;
	}
}


/*工艺流程*/

.process h2 {
	text-align: center;
}

.process ul {
	display: flex;
	flex-flow: wrap;
	gap: 30px 30px;
	background-color: #F1F1F1;
	border-radius: 15px;
	padding: 50px;
	margin-top: 50px;
}

.process ul li {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}

.process ul li:after {
	content: '';
	background-image: url(/wp-content/themes/qimai/images/about-process.svg);
	display: inline-block;
	width: 26px;
	height: 10px;
	margin-left: 30px;
}

.process ul li:last-child:after {
	display: none;
}

.process ul li span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	display: inline-block;
	background-color: #002D62;
	border-radius: 50px;
	color: #ffffff;
	margin-right: 10px;
	font-weight: 900;
}

@media (max-width:768px) {
	.process ul {
		margin-top: 10px;
		gap:20px;
		padding: 25px;
	}
	.process ul li{
		font-size: 15px;
	}
	.process ul li span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.process ul li:after{
		margin-left: 20px;
	}
}
/*设备设施*/

/*联系我们*/

.contact .contact-list {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	background-color: #f1f1f1;
}

.contact .contact-list .contact-L {
	width: 50%;
	padding: 50px 60px;
}

.contact .contact-list .contact-R {
	width: 50%;
}
.contact .contact-list .contact-map{
	width: 100%;
}
.contact .contact-list .contact-R img {
	width: 100%;
}

.contact .contact-list .contact-L h4 {
	font-size: 32px;
	color: #002D62;
	padding-bottom: 30px;
}
.contact .contact-list .contact-L ul{
	display: flex;
	flex-flow: wrap;
}
.contact .contact-list .contact-L ul li {
	padding: 10px 0;
	font-size: 16px;
	color: #000000;
	width: 100%;
}
.contact .contact-list .contact-L ul li.text1{
	padding-bottom: 25px;
}
.contact .contact-list .contact-L ul li.text{
	line-height: 2;
	width: 50%;
}
.contact .contact-list .contact-L ul li.text img{
	width: 180px;
	padding-top: 20px;
}
@media (max-width:980px ){
	.contact .contact-list .contact-L{
		width: 100%;
	}
	.contact .contact-list .contact-R{
		width: 100%;
	}
}
@media (max-width:768px ){
	.contact .contact-list .contact-L{
		padding: 30px;
	}
	.contact .contact-list .contact-L h4{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.contact .contact-list .contact-L ul li{
		font-size: 15px;
		padding: 6px 0;
	}
}
/*新闻资讯*/

.new ul li {
	background-color: #f1f1f1;
	padding: 30px;
	width: 100%;
	height: 200px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	transition: all 0.3s ease 0s;
	margin-top: 30px;
}

.new ul li:hover {
	background-color: #DDDDDD;
}

.new ul li .li-date {
	width: 130px;
	padding-right: 20px;
	height: 100%;
}

.new ul li .li-img {
	width: 280px;
	margin-right: 60px;
	height: 100%;
	overflow: hidden;
}

.new ul li .li-img .img-bg {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease 0s;
}

.new ul li .li-img:hover .img-bg {
	transform: scale(1.2);
}

.new ul li .li-p {
	width: calc(100% - 630px);
	margin-right: 100px;
}

.new ul li .li-more {}

.new ul li .li-date .time {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	transition: all 0.3s ease 0s;
}

.new ul li .li-date .time .date1 {
	font-size: 50px;
	font-family: 'Swis721WGL4BTBold';
	line-height: 1;
	padding-bottom: 10px;
	color: #999999;
	width: 100%;
	text-align: center;
}

.new ul li:hover .li-date .time .date1 {
	color: #002D62;
}

.new ul li:hover .li-date .time:hover .date1 {
	color: #d31e1e;
}

.new ul li .li-date .time .date2 {
	font-size: 18px;
	line-height: 1;
	color: #999999;
	padding-bottom: 5px;
	transition: all 0.3s ease 0s;
}

.new ul li:hover .li-date .time .date2 {
	color: #002D62;
}

.new ul li:hover .li-date .time:hover .date2 {
	color: #d31e1e;
}

.new ul li .li-more a {
	background-color: #dddddd;
	border-radius: 50px;
	padding: 15px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.new ul li:hover .li-more a {
	background-color: #002D62;
}

.new ul li:hover .li-more a:hover {
	background-color: #d31e1e;
}

.new ul li .li-more a img {
	width: 20px;
	display: block;
}

.new ul li .li-p h4 {
	padding-bottom: 10px;
}

.new ul li .li-p h4 a {
	font-size: 20px;
	color: #000000;
	line-height: 1.6;
	transition: all 0.3s ease 0s;
}

.new ul li:hover .li-p h4 a {
	color: #002D62;
}

.new ul li:hover .li-p h4 a:hover {
	color: #d31e1e;
}

.new ul li .li-p p a {
	font-size: 15px;
	color: #555555;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.3s ease 0s;
}

.new ul li:hover .li-p p a {
	color: #000000;
}
@media (max-width:980px ){
	.new ul li{
		height: auto;
	}
	.new ul li .li-date{
		height: 130px;
	}
	.new ul li .li-img{
		width: calc( 100% - 130px);
		height: 130px;
    	margin-right: 0px;
	}
	.new ul li .li-p{
		width: calc(100% - 130px);
    	margin-right: 50px;
    	padding-top: 20px;
	}
	.new ul li .li-p h4{
		padding-bottom: 5px;
	}
	.new ul li .li-p p a{
		line-height: 1.68;
	}
	.new ul li .li-more{
    	padding-top: 20px;
	}
}
@media (max-width:768px ){
	.new ul li .li-p{
		width: calc(100% - 80px);
    	margin-right: 20px;
	}
	.new ul li .li-more a{
		padding: 10px;
	}
	.new ul li .li-more a img{
		width: 15px;
	}
}
/*新闻资讯内页*/

.new-article .new-article-w {
	margin: 0 auto;
	max-width: 980px;
}

.new-article h2 {
	font-size: 24px;
	color: #000000;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 10px;
}

.new-article time {
	font-size: 16px;
	color: #999999;
	border-bottom: 1px solid #999999;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.new-article .new-article-main p {
	font-size: 16px;
	line-height: 2;
	color: #555555;
	padding-bottom: 15px;
}
.new-article .new-article-main img{
	padding-top: 15px;
}
@media (max-width:768px ){
	.new-article h2{
		font-size: 20px;
	}
	.new-article time{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.new-article .new-article-main p {
		font-size: 15px;
		line-height: 1.68;
		padding-bottom: 8px;
	}
	.new-article .new-article-main img{
		padding-top: 10px;
	}
}
/*产品*/
.page.product h2{
	padding-bottom: 0;
}
.product .product-d {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.product .product-d ul {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
	padding-bottom: 20px;
}

.product .product-d ul li a {
	font-weight: 600;
	color: #999999;
}

.product .product-d ul li.current-cat a,
.product .product-d ul li a:hover {
	color: #002d62;
}

.product .product-list ul {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.product .product-list ul li {
	width: calc(33.33% - (60px/3));
	background-color: #f1f1f1;
	padding: 15px;
	padding-bottom: 0;
	transition: all 0.5s ease 0s;
}

.product .product-list ul li .img {
	overflow: hidden;
}

.product .product-list ul li .img img {
	width: 100%;
	display: block;
	transition: all 0.5s ease 0s;
}

.product .product-list ul li h6 {
	font-size: 16px;
	margin: 0;
	padding: 30px 0;
	color: #000000;
	position: relative;
}

.product .product-list ul li h6:after {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 20px;
	width: 44px;
	height: 40px;
	border-radius: 20px 0 0 20px;
	transition: 0.5s;
	background: url(/wp-content/themes/qimai/picture/left.png) 15px center no-repeat #002D62;
}

.product .product-list ul li:hover {
	background-color: #002D62;
}

.product .product-list ul li:hover h6:after {
	right: 0px;
	background: url(/wp-content/themes/qimai/picture/left1.png) 15px center no-repeat #ffffff;
}

.product .product-list ul li:hover .img img {
	transform: scale(1.2);
}

.product .product-list ul li:hover h6 {
	color: #ffffff;
}

@media (max-width:980px ){
	.product .product-list ul{
		gap:20px
	}
	.product .product-list ul li{
		width: calc(50% - (40px/2));
	}
}
@media (max-width:768px ){
	.product .product-list ul{
		gap:10px
	}
	.product .product-list ul li {
		width: calc(50% - (10px/2));
		padding: 10px;
		padding-bottom: 0;
	}
	.product .product-d ul{
		padding-bottom: 0;
	}
	.product .product-d ul li a{
		font-size: 14px;
	}
	.product .product-list ul li h6{
		font-size: 15px;
		padding: 15px 0;
	}
	.product .product-list ul li h6:after {
	right: -10px;
	top: 10px;
	width: 44px;
	height: 30px;
	border-radius: 20px 0 0 20px;
	transition: 0.5s;
	background: url(/wp-content/themes/qimai/picture/left.png) 10px center no-repeat #002D62;
	}
}
@media (max-width:400px ){
	.product .product-list ul li {
		width: 100%;
		padding: 10px;
		padding-bottom: 0;
	}
}
.fenye {
	padding-top: 30px;
}

.fenye nav h2.screen-reader-text {
	display: none;
}

.fenye nav .nav-links {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 5px;
}

.fenye nav .nav-links>* {
	width: 44px;
	height: 44px;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	font-size: 18x;
}

.fenye nav .nav-links .current,
.fenye nav .nav-links>*:hover {
	background-color: #002D62;
	border: 1px solid #002D62;
	transition: all 0.5s ease 0s;
	color: #ffffff;
}
@media (max-width:768px ){
	.fenye nav .nav-links>* {
		width: 34px;
		height: 34px;
		font-size: 15px;
	}
}

/*产品内容页*/

.product-article .product-article-list {
	display: flex;
	flex-flow: wrap;
}

.product-article .product-article-list .product-article-list-img {
	width: 50%;
}

.product-article .product-article-list .product-article-text {
	width: 50%;
	padding-left: 5%;
}

.product-article .product-article-list .product-article-list-img .img {
	width: 100%;
	padding: 20px;
	background-color: #f1f1f1;
}

.product-article .product-article-list .product-article-list-img .img img {
	width: 100%;
}

.product-article .product-article-list .product-article-list-img .img img:hover {
	mix-blend-mode: multiply;
}

.product-article .product-article-list .product-article-text h4 {
	font-size: 36px;
	color: #d31e1e;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}

.product-article .product-article-list .product-article-text p {
	font-size: 16px;
	line-height: 2;
	color: #555555;
	padding-bottom: 40px;
}

.product-article .product-article-list .product-article-text a.tel {
	font-size: 32px;
	color: #002D62;
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	font-weight: 600;
}

.product-article .product-article-list .product-article-text a.tel span {
	font-size: 16px;
	color: #999999;
}

.product-article .product-article-list .product-article-text a.more {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	background-color: #002D62;
	margin-top: 30px;
	padding: 12px 50px;
}

.product-article .product-article-list .product-article-text a.more:hover {
	background-color: #d31e1e;
}

@media (max-width:980px ){
	.product-article .product-article-list .product-article-text h4 {
		font-size: 28px;
		padding-bottom: 15px;
   		margin-bottom: 15px;
	}
	.product-article .product-article-list .product-article-text p{
		font-size: 15px;
		padding-bottom: 25px;
	}
	.product-article .product-article-list .product-article-text a.tel{
		font-size: 28px;
		background-position: 25px
	}
	.product-article .product-article-list .product-article-text a.tel span{
		font-size: 15px;
	}
	.product-article .product-article-list .product-article-text a.more{
		margin-top: 0;
	}
}
@media (max-width:768px ){
	.product-article .product-article-list .product-article-list-img {
		width: 100%;
	}
	.product-article .product-article-list .product-article-text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.product-article .product-article-list .product-article-text h4{
		font-size: 24px;
		padding-bottom: 10px;
   		margin-bottom: 10px;
	}
	.product-article .product-article-list .product-article-text p{
		padding-bottom: 10px;
	}
	.product-article .product-article-list .product-article-text a.tel{
		font-size: 20px;
	}
	.product-article .product-article-list .product-article-text a.tel{
		padding-bottom: 10px;
	}
	.product-article .product-article-list .product-article-text a.more{
		margin-top: 10px;
		padding: 8px 40px;
	}
}
/*应用*/

.application .application-list {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.application .application-list .list {
	width: calc( 33.3333% - 20px);
}

.application .application-list .list .img {
	overflow: hidden;
	position: relative;
}

.application .application-list .list .img .text {
	position: absolute;
	width: calc(100% - 80px);
	height: 250px;
	background-color: rgba(255, 255, 255, 0.95);
	transition: all 0.3s ease 0s;
	top: 35px;
	left: 100%;
	opacity: 0;
	padding: 20px;
}

.application .application-list .list:hover .img .text {
	left: 40px;
	opacity: 1;
}

.application .application-list .list .img .text a h5 {
	font-size: 20px;
	color: #002D62;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.application .application-list .list .img .text a h5:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #dddddd;
	position: absolute;
	bottom: 0;
	left: 0;
}

.application .application-list .list .img .text a p {
	font-size: 15px;
	line-height: 2;
	color: #666666;
}

.application .application-list .list .img .text a .more {
	margin-top: 15px;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #002D62;
}

.application .application-list .list h4 a {
	padding: 15px 25px;
	display: inline-block;
	color: #ffffff;
	background-color: #002D62;
	font-size: 18px;
	text-align: center;
	width: 100%;
}

.application .application-list .list .img .img-bg {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	height: 300px;
	padding: 40px;
	transition: all 0.5s ease 0s;
}

.application .application-list .list:hover .img .img-bg {
	transform: scale(1.15);
}
@media (max-width:980px ){
	.application .application-list .list{
		width: calc( 50% - 20px );
	}
}

@media (max-width:768px ){
	.application .application-list {
		gap:15px;
	}
	.application .application-list .list{
		width: 100%;
	}
}

.equipment ul{
				display: flex;
				flex-flow: wrap;    
				align-content: flex-start;
    			align-items: flex-start;
    			position: relative;
			}
			.equipment ul:after{
				content: '';
				display: inline-block;
				width: 1px;
				height: 100%;
				background-color: #dddddd;
				position: absolute;
				top: 1px;
				left: 50%;
			}
			.equipment ul li{
				display: flex;
				flex-flow: wrap;
				padding: 50px;
				width: 50%;
				border-top: 1px solid #dddddd;
				
			}
			.equipment ul li:nth-of-type(2n-1){
				padding-left: 0px;
			}
			.equipment ul li:nth-of-type(2n){
				padding-right: 0px;
			}
			.equipment ul li:nth-of-type(1),
			.equipment ul li:nth-of-type(2){
				border-top: 0px solid #dddddd;
			}
			/*.equipment ul li:nth-of-type(2n-1){
				border-right: 1px solid #dddddd;
			}*/
			.equipment ul li .l-L{
				width: 60%;
			}
			.equipment ul li .l-R{
				width: 40%;
				padding-left: 30px;
			}
			.equipment ul li img{
				width: 100%;
				display: block;
			}
			.equipment ul li h5{
				font-size: 27px;
				padding-bottom: 20px;
			}
			.equipment ul li p{
				font-size: 15px;
				padding-bottom: 0px;
				line-height: 2;
			}
			.equipment ul li p span{
				color: #b81c22;
				font-size: 32px;
				font-weight: 600;
				padding: 0 5px;
			}
			.equipment .list-img{
				display: flex;
				flex-flow: wrap;
				gap:10px;
				padding-top: 10px;
			}
			.equipment .list-img .list-1{
				width: calc(50% - 5px);
			}
@media (max-width:1080px){
	.equipment ul:after{
		width: 0;
	}
	.equipment ul li{
		width: 100%;
	}
			.equipment ul li:nth-of-type(2n-1){
				padding: 30px 0;
			}
			.equipment ul li:nth-of-type(2n){
				padding: 30px 0;
			}
}
@media (max-width:768px){
			.equipment ul li h5{
				font-size: 18px;
				padding-bottom: 10px;
			}
			.equipment ul li p{
				line-height: 1.8;
			}
			.equipment ul li p span{
				font-size: 20px;
			}
			.equipment ul li:nth-of-type(1), .equipment ul li:nth-of-type(2){
				border-top: 1px solid #dddddd;
			}
	}
@media (max-width:400px){
			.equipment ul li .l-L{
				width: 100%;
			}
			.equipment ul li .l-R{
				width: 100%;
				padding-top: 20px;
				padding-left: 0px;
			}
			.equipment ul li:nth-of-type(2){
				border-top: 1px solid #dddddd;
			}
}