body {
	padding: 0;
	margin: 0;
}


.head_nav {
	width: 67%;
	margin: auto;
}

.goods {
	display: flex;
}

.xinxi {
	width: 50%;
}

.canshu {
	margin: 50px 0;
}

.k1 {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
    color: #084691;
}

ul {
	padding-left: 30px;
	line-height: 40px;
}

li {
	font-size: 21px;
}

li::marker {
	font-size: 25px;
	color: #074591;
}

.array_button {
	display: flex;
	margin-top: 50px;
}

.left_button {
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #074591;
	color: #fff;
	border-radius: 10px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}

.right_button {
	width: 200px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border: 3px solid #074591;
	color: #074591;
	border-radius: 10px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}

.goods_image {
	/*width: 100%;*/
	margin-top: 20px;
}

.jump-to {
	display: flex;
	align-items: center;
	gap: 20px;
	/* Adjust this value to control the space between links */
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 18px;
}

.jump-to span {
	font-weight: bold;
	margin-right: 10px;
}

.jump-to a {
	text-decoration: none;
	color: #333;
	transition: color 0.3s;
}

.jump-to a:hover {
	color: #007BFF;
}

.description {
	border: 1px solid #f8f9fb;
	/*height: 300px;*/
	padding-bottom: 30px;
	background-color: #f8f9fb;
}

.description .item {
	width: 75%;
	margin: auto;
	text-align: center;
}

.description .item .title {
	font-weight: bold;
	font-size: 30px;
	margin-top: 45px;
	margin-bottom: 20px;
}

.description .item .text {
	font-size: 18px;
	line-height: 40px;
}

.attribute {
	width: 67%;
	
	margin: auto;
	text-align: center;
	
}

.attribute .title {
    margin-top: 50px;
	font-weight: bold;
	font-size: 30px;
}

.diagram {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.diagram .item {
	/*border: 3px solid #d6dde5;*/
	width: 48% !important;
	text-align: left;
	margin-top: 20px;
	border-bottom: 1px solid #cfcfcf;
}

.attribute .diagram .item .image {
	width: 80px;
	height: 80px;
	/*border: 1px solid #333;*/
	border-radius: 50%;
}

.attribute .diagram .item .text {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.parameter {
	width: 69%;
	margin: auto;
	text-align: center;
}

.parameter .title {
	font-weight: bold;
	font-size: 30px;
	margin-top: 50px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;

}

th,
td {
	border-bottom: 1px solid #000;
	padding: 10px;
	text-align: center;
	height: 50px;
	font-size: 20px;
}

th {
	border-top: 1px solid #000;
	font-weight: 500;
	font-size: 22px;
}

.contact {
	margin-top: 10px;
	padding: 20px 0;
	background-color: #f4f4f4;
}

.contact span {
	font-size: 24px;
}

.contact .button {
	width: 200px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	margin: auto;
	color: #fff;
	background-color: #074591;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
}

.information {
	width: 67%;
	margin: auto;
	text-align: center;
	padding: 50px 0;
}

.information .title {
	font-weight: bold;
	font-size: 30px;
}

.information .factory {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.information .factory .item {
	width: 32%;
	height: 200px;
	margin-top: 20px;
	background-color: #d6dde5;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	font-style: oblique;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 10px;
	border-radius: 20px;
}

.customer {
	width: 69%;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

.customer .title {
	font-weight: bold;
	font-size: 30px;
}
.customer .rongqi{
	display: flex;
	justify-content: space-between;
}
.customer .rongqi .item{
	/*border: 1px solid #007BFF;*/
	width: 32%;
	margin-top: 20px;
	border-radius: 20px;
	padding: 4%;
}
.user{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	flex-wrap: wrap;
}
.photo{
	/*border: 1px solid red;*/
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}
.customer .rongqi .item .text{
	text-align: left;
	font-size: 18px;
	line-height: 40px;
	margin-top: 20px;
}
.from{
	width: 73%;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	margin-top: 100px;
}
.from .title{
	font-weight: bold;
	font-size: 30px;
}
.quagmire{
	padding: 40px;
	margin-top: 30px;
	display: flex;
	border-radius: 10px;
	/*border: 1px solid red;*/
}
.disparate{
	width: 50%;
	display: flex;
	justify-content: right;
}
.serendipity{
	width: 80%;
	background-color: #084691;
	padding: 50px 25px;
	border-radius: 20px;
	
}
.serendipity span{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.serendipity .input{
	background-color: #fff;
	border-radius: 5px;
	margin-top: 10px;
}
.serendipity .input input{
	width: 100%;
	height: 50px;
	border: 0;
	font-size: 20px;
	text-indent: 10px;
	border-radius: 5px;
}
.serendipity .input textarea{
	width: 100%;
	border: 0;
	font-size: 20px;
	border-radius: 5px;
}
.serendipity .button{
	width: 200px;
	height: 45px;
	border-radius: 15px;
	line-height: 45px;
	margin: auto;
	color: #fff;
	background-color: #edbe00;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
}
.ephemeral{
	width: 50%;
	padding-top: 40px;
	padding-left: 50px;
	text-align: left;
}
.ephemeral .title{
	font-weight: bold;
	font-size: 26px;
	color: #074591;
}
.ephemeral .item{
	display: flex;
	align-items: center;
	/*flex-wrap: wrap;*/
	margin-top: 50px;
	margin-bottom: 70px;
}
.winsome{
	border: 1px solid;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.vicissitude{
	margin-left: 20px;
}
.vicissitude .k1{
	font-weight: bold;
	font-size: 22px;
}
.vicissitude .k2{
	font-size: 20px;
}
.umbrageous{
	width: 98%;
	/*border: 1px solid red;*/
	text-align: center;
	margin: auto;
	margin-top: 100px;
}
.umbrageous .title{
	font-weight: bold;
	font-size: 30px;
}
.lunbo{
	width: 98%;
	/*border: 1px solid red;*/
	text-align: center;
	margin: auto;
	margin-top: 100px;
	display: none;
}
.lunbo .title{
	font-weight: bold;
	font-size: 30px;
}
.quiescent{
	display: flex;
	justify-content: space-between;
}
.taciturn{
	width: 24.5%;
	text-align: center;
	margin-top: 20px;
}
.surreptitious{
	border: 3px solid #dbdbdc; 
	height: 280px;
	border-radius: 15px;
}
.recondite{
	font-size: 24px;
	margin-top: 10px;
}
.pellucid{
	margin-top: 100px;
	height: 130px;
	background-color: #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.obdurate{
	font-size: 24px;
}
.nescient{
	display: flex;
}
.epiphany{
	/*border: 1px solid #074591;*/
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
}
@media screen and (max-width: 1000px) {
		  .head_nav{
			  width: 100%;
		  }
		  .goods_image{
			  width: 100%;
			  margin: 0;
		  }
		  .head_nav .goods{
			  flex-direction: column-reverse;
		  }
		  .head_nav .goods .xinxi{
			  width: 100%;
		  }
		  ul{
			  padding: 0 60px;
		  }
		  .array_button{
			  justify-content: center;
		  }
		  .jump-to{
			  display: none;
		  }
		  .description{
			  height: auto;
		  }
		  .description .item{
			  width: 100%;
			  padding-bottom: 30px;
		  }
		  .description .item .text{
			  font-size: 10px;
			  padding: 10px;
		  }
		  .attribute{
			  width: 100%;
		  }
		  .parameter{
			  width: 100%;
		  }
		  .information{
			  width: 100%;
		  }
		  .customer{
			  width: 100%;
		  }
		  .from{
			  width: 100%;
		  }
		  .diagram .item{
			  width: 100%;
		  }
		  th, td{
			  font-size: 7px;
			  height: 30px;
		  }
		  .information .factory .item{
			  width: 100%;
		  }
		  .customer .rongqi .item{
			  width: 100%;
		  }
		  .customer .rongqi{
			  flex-wrap: wrap;
		  }
		  .quagmire{
			  flex-wrap: wrap;
			  padding: 0;
		  }
		  .disparate{
			  width: 100%;
			  justify-content: left;
		  }
		  .ephemeral{
			  width: 100%;
			  padding-left: 0;
			  text-align: center;
		  }
		  .ephemeral .item{
		      text-align: left;
		  }
		  .quiescent{
			  flex-wrap: wrap;
		  }
		  .taciturn{
			  width: 100%;
		  }
		  .pellucid{
			  display: none;
		  }
		  .serendipity{
			  width: 100%;
		  }
		  .diagram{
		      padding: 10px;
		  }
}

























