body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: manrope;
	/* overflow: hidden; */
	
}
*{
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: manrope;
  src: url('../ico/Manrope-ExtraBold.ttf');
}
.out-container{
	margin-top: 141px;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	justify-content: center;
	align-items: center;
}
.container{
	width: 70%;
	max-width: 1200px;
	/* height: 100%; */
	background-color: #ffffff;
	margin: 0 auto;
	/* padding: 20px; */
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul{
	margin-bottom: 0;
}
p{
	margin-bottom: 0;
}
.title2size{
	font-size: 24px !important;
}
.product-title{
	padding-top: 30px;
	text-align: center;
	background-color: #ffffff;
	width: 70%;
}

.product-img{
	
	transition: all .5s; 
	max-width: 700px;
	max-height: 700px;
	
	
	border-radius: 8px;

	
}
/* swiper轮播图 */
.swiper {
      width: 100px;
      height: 100px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000000;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 100%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.product-intro{
		
		display: flex;
		flex-wrap: wrap;
		width: 70%;
		/* height: 300px; */
		/* background-color: #fff011; */
		overflow: hidden;
		margin: 0 auto;
		padding: 30px;
		background-color: #ffffff;
	}
	.linefeed{
		width: 20px;
	}
@media (max-width: 1000px) {
	/* 针对小屏幕设备的样式 */
		.out-container{
			margin-top: 100px;
		}
		.container{
			width: 100%;
		}
		.product-title{
			width: 100%;
			padding-top: 20px;
		}
		.product-title h2{
			font-size: 24px;
			padding: 0 15px;
		}
		.product-intro{
			width: 100%;
			padding: 20px 15px;
		}
		.product-img{
			max-width: 100%;
			height: auto;
			
		}
		.title2size{
			font-size: 22px !important;
		}
		.advantageword, .advantageintroword{
			margin: 20px 15px;
		}
		.plist{
			padding: 20px 15px 0;
		}
	}
@media (max-width: 768px) {
	/* 针对小屏幕设备的样式 */
		.out-container{
			margin-top: 30px;
		}
		.product-title h2{
			font-size: 20px;
			padding: 0 15px;
			line-height: 1.4;
		}
		.product-img{
			max-width: 100%;
			height: auto;
			
		}

		.mySwiper {
			height: 25%;
		}
		.product-intro{
			padding: 15px;
		}
		.title2size{
			font-size: 20px !important;
		}
		.advantageword, .advantageintroword{
			margin: 15px 10px;
		}
		.advantageword p, .advantageintroword ul li{
			font-size: 16px;
			line-height: 1.6;
		}
		.advantageword ul li,
		.advantageintroword ul li {
			font-size: 12px !important;
		}
		.plist{
			padding: 15px 10px 0;
			overflow-x: auto;
		}
		.table{
			font-size: 14px;
			min-width: 100%;
		}
		.table thead tr td,
		.table tbody tr td{
			padding: 8px 5px;
			font-size: 12px;
		}
		.table ol li,
		.table ul li {
			font-size: 12px !important;
		}
		.testimg{
			max-height: 400px;
			margin-top: 8px;
		}
		.pborder{
			margin-top: 20px;
		}
	}
	@media (max-width: 576px) {
		/* 针对小屏幕设备的样式 */
		.out-container{
			margin-top: 0px;
			background-color: #ffffff;
		}
		.product-title{
			padding-top: 15px;
		}
		.product-title h2{
			font-size: 18px;
			padding: 0 10px;
		}
		.product-intro {
			width: 100%;
			padding: 15px 10px;
		}
		.product-img{
			max-width: 100%;
			height: auto;
			
		}

		.mySwiper {
			height: 30%;
			padding: 5px 0;
		}
		.container{
			width: 100%;
		}
		.title2size{
			font-size: 18px !important;
		}
		.advantageword, .advantageintroword{
			margin: 15px 5px;
		}
		.advantageword p, .advantageintroword ul li{
			font-size: 14px;
			line-height: 1.5;
		}
		.advantageword ul li,
		.advantageintroword ul li {
			font-size: 11px !important;
		}
		.plist{
			padding: 10px 5px 0 ;
		}
		.table{
			font-size: 12px;
		}
		.table thead tr td,
		.table tbody tr td{
			padding: 6px 4px;
			font-size: 11px;
		}
		.table ol li,
		.table ul li {
			font-size: 11px !important;
		}
		.testimg{
			max-height: 300px;
		}
		.pborder{
			margin-top: 15px;
		}
		.imglittleword p{
			font-size: 12px;
		}
	}
	@media (max-width: 480px) {
		.product-title{
			width: 100%;
			padding-top: 10px;
		}
		.product-title h2{
			font-size: 16px;
			padding: 0 10px;
		}
		.product-img{
			max-width: 100%;
			height: auto;
			
		}

		.mySwiper {
			height: 35%;
		}
		.container{
			width: 100%;
		}
		.product-intro{
			padding: 10px;
		}
		.title2size{
			font-size: 16px !important;
		}
		.advantageword, .advantageintroword{
			margin: 10px 5px;
		}
		.advantageword p, .advantageintroword ul li{
			font-size: 13px;
			line-height: 1.5;
		}
		.advantageword ul li,
		.advantageintroword ul li {
			font-size: 10px !important;
		}
		.plist{
			padding: 10px 0;
		}
		.table{
			font-size: 11px;
		}
		.table thead tr td,
		.table tbody tr td{
			padding: 5px 3px;
			font-size: 10px;
		}
		.table ol li,
		.table ul li {
			font-size: 10px !important;
		}
		.testimg{
			max-height: 250px;
		}
		.pborder{
			margin-top: 10px;
		}
	}
	@media (max-width: 375px) {
		/* 针对超小屏幕设备的样式 */
		.out-container{
			margin-top: 0px;
		}
		.product-title{
			width: 100%;
			padding-top: 10px;
		}
		.product-title h2{
			font-size: 14px;
			padding: 0 8px;
		}
		.product-img{
			max-width: 100%;
			height: auto;
			
		}

		.mySwiper {
			height: 40%;
			padding: 3px 0;
		}
		.container{
			width: 100%;
		}
		.product-intro{
			padding: 10px 8px;
		}
		.title2size{
			font-size: 14px !important;
		}
		.advantageword, .advantageintroword{
			margin: 10px 3px;
		}
		.advantageword p, .advantageintroword ul li{
			font-size: 12px;
			line-height: 1.4;
		}
		.advantageword ul li,
		.advantageintroword ul li {
			font-size: 9px !important;
		}
		.plist{
			padding: 8px 0;
		}
		.table{
			font-size: 10px;
		}
		.table thead tr td,
		.table tbody tr td{
			padding: 4px 2px;
			font-size: 9px;
		}
		.table ol li,
		.table ul li {
			font-size: 9px !important;
		}
		.testimg{
			max-height: 200px;
		}
		.pborder{
			margin-top: 8px;
		}
		.imglittleword p{
			font-size: 11px;
		}
	}
		
	
	.advimage{
		max-height: 300px;
		overflow: hidden;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		
			
		}
	.introwordimg{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.advimage img{
		max-height: 100%;
		max-width: 200%;
		height: 400px;
		}
	.Padvantage{
		float: initial;
		/* background-color: red; */
		width: 100%;
		}


	.image-container{
		height: 200px;
		overflow: hidden;
			
		}
	.image-container img{
		object-fit: cover;
		height: 100%;
		width: 100%;
		}
	.table tbody tr td{
		vertical-align: middle;
	}
	table{
		margin: 0;
	}
	li{
		font-size: 18px;
		}
	.advantageword ul li,
	.advantageintroword ul li {
		font-size: 18px;
	}
	.table ol li,
	.table ul li {
		font-size: 18px ;
	}
		.table-bordered-thick {
		            border: 2px solid #dee2e6 !important; /* 外边框加粗 */
		        }
		        .table-bordered-thick th,
		        .table-bordered-thick td {
		            border: 2px solid #dee2e6 !important; /* 单元格边框加粗 */
		        }
.adimgtest{
	margin-top: 8px;
	width: 100%;
	/* height: 400px; */
	/* background-color: #000000; */
}
.boxtestimg{
	text-align: center;
}
.testimg{
	overflow: hidden;
	max-height: 600px;
	text-align: center;
	margin-top: 10px;
	margin-top: 5px;
}

.imglittleword{
	margin-top: 5px;
	text-align: center;
}

.plist::-webkit-scrollbar {
	height: 8px;
}
.plist::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}
.plist::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}
.plist::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* 大屏适配 */
@media only screen and (min-width: 2100px) and (max-width: 2570px) {
	.out-container {
		margin-top: 180px;
	}

	.container {
		width: 80%;
		max-width: 80%;
	}

	.product-title {
		width: 80%;
		padding-top: 40px;
	}

	.product-title h2 {
		font-size: 32px;
	}

	.product-img {
		max-width: 900px;
		height: 900px;
	}

	.product-intro {
		width: 80%;
		padding: 40px;
	}

	.title2size {
		font-size: 30px;
	}

	.advantageword,
	.advantageintroword {
		margin: 40px;
	}

	.advantageword p,
	.advantageintroword ul li {
		font-size: 24px;
		line-height: 1.8;
	}

	.plist {
		padding: 40px 40px 0;
	}

	.table {
		font-size: 20px;
	}

	.table thead tr td,
	.table tbody tr td {
		padding: 15px 12px;
		font-size: 18px;
	}

	.swiper {
		height: 400px;
	}



	.mySwiper {
		height: 20%;
		padding: 15px 0;
	}

	.testimg {
		max-height: 800px;
	}

	.pborder {
		margin-top: 40px;
	}

	li {
		font-size: 24px;
	}

	.advimage img {
		height: 500px;
	}

	.image-container {
		height: 280px;
	}

	.imglittleword p {
		font-size: 20px;
	}
}

@media only screen and (min-width: 2571px) and (max-width: 3839px) {
	.out-container {
		margin-top: 200px;
	}

	.container {
		width: 75%;
		max-width: 2000px;
	}

	.product-title {
		width: 75%;
		padding-top: 50px;
	}

	.product-title h2 {
		font-size: 38px;
	}

	.product-img {
		max-width: 1100px;
		height: 1100px;
	}

	.product-intro {
		width: 75%;
		padding: 50px;
	}

	.title2size {
		font-size: 36px;
	}

	.advantageword,
	.advantageintroword {
		margin: 50px;
	}

	.advantageword p,
	.advantageintroword ul li {
		font-size: 28px;
		line-height: 1.9;
	}

	.plist {
		padding: 50px 50px 0;
	}

	.table {
		font-size: 24px;
	}

	.table thead tr td,
	.table tbody tr td {
		padding: 18px 15px;
		font-size: 22px;
	}

	.swiper {
		height: 500px;
	}



	.mySwiper {
		height: 20%;
		padding: 20px 0;
	}

	.testimg {
		max-height: 1000px;
	}

	.pborder {
		margin-top: 50px;
	}

	li {
		font-size: 28px;
	}

	.advimage img {
		height: 600px;
	}

	.image-container {
		height: 350px;
	}

	.imglittleword p {
		font-size: 24px;
	}
}

@media only screen and (min-width: 3840px) {
	.out-container {
		margin-top: 240px;
	}

	.container {
		width: 70%;
		max-width: 2400px;
	}

	.product-title {
		width: 70%;
		padding-top: 60px;
	}

	.product-title h2 {
		font-size: 44px;
	}

	.product-img {
		max-width: 1300px;
		height: 1300px;
	}

	.product-intro {
		width: 70%;
		padding: 60px;
	}

	.title2size {
		font-size: 42px;
	}

	.advantageword,
	.advantageintroword {
		margin: 60px;
	}

	.advantageword p,
	.advantageintroword ul li {
		font-size: 32px;
		line-height: 2;
	}

	.plist {
		padding: 60px 60px 0;
	}

	.table {
		font-size: 28px;
	}

	.table thead tr td,
	.table tbody tr td {
		padding: 22px 18px;
		font-size: 26px;
	}

	.swiper {
		height: 600px;
	}



	.mySwiper {
		height: 20%;
		padding: 25px 0;
	}

	.testimg {
		max-height: 1200px;
	}

	.pborder {
		margin-top: 60px;
	}

	li {
		font-size: 32px;
	}

	.advimage img {
		height: 700px;
	}

	.image-container {
		height: 420px;
	}

	.imglittleword p {
		font-size: 28px;
	}
}