/*bannerå›¾ç‰‡*/
.product-banner{
    background-color: #eaeaea;
}
.product-banner .banner img{
    width:100%;
}

.YZ {
    height: 80px;
    cursor: pointer;
	color: white;
	padding-top: 10px;
}
.YZ p{
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.YZ-left{
	background-color: #000000;
	border-right:1px solid white;
}
.YZ-zhong{
	background-color: #000000;
	padding-right: 2px;
	border-right:1px solid white;
	border-left: 1px solid white;
}
.YZ-right{
	background-color: #000000;
	border-left: 1px solid white;
}
.YZ-left:hover{
	background-color: orangered;
}
.YZ-zhong:hover{
	background-color: orangered;
}
.YZ-right:hover{
	background-color: orangered;
}
.sYZ{
	background-color: #000000;
	color: white;
	text-align: center;
	line-height: 30px;
}


/*åŠ æ²¹ç«™çŽ°çŠ¶*/
.xz{
	padding-top: 20px;
	padding-bottom: 40px;
}
.xz-img img{
	width: 100%;
}
.xz-txt{
	padding-top: 120px;
	font-size: 60px;
}
.xz-title{
	height: 40px;
	margin-bottom: 20px;
}
.xz-title p{
	line-height: 40px;
}
.xz-title .sp1{
	display: inline-block;
	width:10px;
	height: 40px;
	background-color: orangered;
}
.xz-title .sp2{
	display: inline-block;
	width:3px;
	height: 40px;
	background-color: orangered;
	margin-left: 3px;
	margin-right: 10px;
}
.xz-title .sp3{
	line-height: 40px;
	font-size: 26px;
	vertical-align: top;
}

.xz-inf1 .inf1-t{
	text-align: center;
}
.xz-inf1 .inf1-t p:first-child{
	margin-top: 50px;
	margin-bottom: 20px;
}
.xz-inf1 .inf1-t p:last-child{
	margin-top: 20px;
}
.xz-inf1 .inf1-t span{
	display: inline-block;
	background-color: coral;
	text-align: center;
	width: 440px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: white;
	border-radius: 8px;
	
}


.xz-inf2{
	margin-bottom: 50px;
}
.xz-inf2 .inf2-t{
	line-height: 32px;
	vertical-align: middle;
	padding-top: 40px;
	padding-right: 60px;
	font-size: 20px;
}
.xz-inf2 .inf2-img img{
	width: 100%;
}


.xz-inf3 p{
	text-align: center;
	margin-top: 20px;
}
.xz-inf3 p span{
	width: 100%;
	display: inline-block;
	line-height: 40px;
	background-color: orange;
	color: white;
	font-size: 20px; 
	font-weight: bold;
}
.xz-inf3 img{
	width: 100%;
}

/*åŠ æ²¹ç«™è§£å†³æ–¹æ¡ˆ*/
.solu{
	background-color: lavender;
	margin-top: 50px;
}

.xz2{
	margin-top: 30px;
}
.sol1 img{
	width: 100%;
}
.sp4{
	color: #ec7d31;
	line-height: 40px;
	font-size: 26px;
	font-weight: bold;
	vertical-align: top;
}
.sol1-sy{
	margin-top: 30px;
}
.sol1-t{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ec7d31;
	text-align: center;
}
.sol1-t .sp5{
	color: white;
}
.sol1-inf{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	
}
.sol1-zf{
	background-color:#f5f5f5;
}


/*æ™ºæ…§è¥é”€*/
.xz-sale{
	margin-top: 30px;
}

.xz-tj{
	background-color: lavender;
}
.tj-title{
	text-align: center;
	    font-size: 35px;
	    padding-top: 70px;
	    letter-spacing: 5px;
	    font-family: "é»‘ä½“";
	    font-weight: bold;
	    color: black;
}
.tj-x{
	height: 10px;
	    width: 120px;
	    background: orange;
	    margin: 20px auto 0 auto;
	    border-radius: 5px;
		margin-bottom: 80px;
}
.tj-img{
	text-align: center;
}
.tj-img img{
	width: 80%;
	margin-bottom: 40px;
}
.tj-inf{
	padding-bottom: 50px;
}
.tj-inf p {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
}

.sol1-end{
	text-align: center;
}
.end1{
	font-size: 24px;
	line-height: 50px;
	color: orangered;
}
.end2{
	font-size: 20px;
}


/*æ‰‹æœºç«¯*/
@media(max-width:1200px){
.xz-img img{
	width: 100%;
}
.xz-txt{
	padding-top: 100px;
	font-size: 40px;
}
}
@media(max-width:992px){
.xz-img img{
	width: 100%;
}
.xz-txt{
	padding-top: 80px;
	font-size: 40px;
}
}

@media(max-width:768px){
  .YZ {
	 width: 100%;
     cursor: pointer;
  	color: white;
  	padding-top: 10px;
  }
  .YZ p{
  	line-height: 30px;
  	font-size: 14px;
  }
  
  
  .xz{
  	padding-top: 10px;
  }
  .xz-img img{
  	width: 100%;
  }
  .xz-txt{
  	padding-top: 30px;
  	font-size: 20px;
	font-weight: bold;
  }
  .xz-title .sp3{
  	line-height: 40px;
  	font-size: 18px;
	font-weight: bold;
  	vertical-align: top;
  }
  
  
  .xz-inf1 .inf1-img img{
	  width:100%;
  }
  .xz-inf1 .inf1-t{
	  margin-top: -50px;
  }
  .xz-inf1 .inf1-t p:first-child{
  	margin-bottom: 6px;
  }
  .xz-inf1 .inf1-t p:last-child{
  	margin-top: 6px;
  }
  .xz-inf1 .inf1-t span{
  	width: 100%;
  	height: 30px;
  	line-height: 30px;
  	font-size: 14px;
  	border-radius: 6px;
  	
  }
  .xz-inf2 .inf2-t{
  	line-height: 24px;
  	padding-top: 10px;
  	padding-right: 0;
  	font-size: 16px;
	margin-bottom: 20px;
  }
  
  .xz-inf3 p{
  	text-align: center;
  	margin-top: 10px;
  }
  .xz-inf3 p span{
  	line-height: 40px;
  	font-size: 16px; 
  }
  
.sp4{
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}

.sol1-t{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 0;
	margin-top: 10px;
}  


.tj-title{
	text-align: center;
	    font-size: 20px;
	    padding-top: 50px;
	    letter-spacing: 1px;
	    font-weight: bold;
}
.tj-x{
	height: 4px;
	    width: 80px;
	    margin: 10px auto 0 auto;
	    border-radius: 3px;
		margin-bottom: 50px;
}
.tj-img img{
	width: 100%;
	margin-bottom: 40px;
}
.tj-inf p {
    font-size: 15px;
    line-height: 30px;
}
.sol1-inf{
	font-size: 16px;
}

.end1{
	font-size: 20px;
}
.end2{
	font-size: 16px;
}
.haoyou img{
	width: 100%;
}
  
}


.anquan img{
	width: 100%;
}
.aq-title{
	padding-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.aq-info{
	text-align: center;
	line-height: 30px;
}