/*banner*/
.banner{
	margin-top: 5rem;
	width: 100%;
	height: 43rem;
	background: url(/images/jsyy/banner.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 11rem;
}
.banner h2{
	font-size: 1.8rem;
	font-weight:bold; 
}
.banner p{
	font-size: 1.0rem;
}
.bannerText{
 	width: 80%;
 	margin:0 auto;
 	padding-top:5%;
 }
.bannerText h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
.bannerText p{
	font-size: 0.9rem;
	color: #fff;
}
/*相关设备介绍*/
.xgsbjs{
	width: 100%;
	height: 22.5rem;
	background: url(/images/jsyy/banner.png) center right no-repeat;
	background-size: 100%;
	position: relative;
	margin: 13.5rem auto 7.5rem;
}
.xgsbjs h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #222222;
}
.xgsbjs p{
	font-size: 0.9rem;
	line-height: 1.7rem;
	color: #222222;
}
/*视觉系统*/
.bg1{
	background: url(/images/jsyy/banner3.jpg) center right no-repeat;
}
/*相关设备介绍2*/
.xg2{
	position: absolute;
	left:50%;
	top: 5%;
}
.bg2{
	background: url(/images/jsyy/banner4.png) center left no-repeat;
	background-size: 100%;
}
/*专利证书*/
.zlzs{
	width: 100%;
	background-color: #d7d7d7;
	padding-top: 5rem;
	padding-bottom: 10rem;
}
.zlzsTitle{
	text-align: center;
	
	margin-bottom: 5rem;
}
.zlzsTitle h4{
	font-size: 1.8rem;
	color: #222222;
}
.zlzsTitle p{
	font-size: 0.9rem;
	color: #222222;
}
.zsList{
	width:60rem; 
	margin:0 auto;
}
.zsList p{
	-webkit-box-shadow: 0px 0px 10px #373737;  
   -moz-box-shadow: 0px 0px 10px #373737;
   box-shadow: 0px 0px 10px #373737;
}


@media screen and (max-width: 480px){
	/*.sp_logo{padding: 0;}*/
.banner {
    margin-top: 2.5rem;
	background: url(/images/jsyy/banner_m.jpg) center top no-repeat;
	background-size: 100%;
    height: 22rem;
    padding-top: 5rem;
}
.banner h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.banner p {
    font-size: 0.7rem;
    padding:0 0.5rem;
    line-height: 1.2rem;
}
.bannerText,.xg2{
	text-align: center;
	padding-top: 0.5rem;
	width: 96%;
}
.bannerText h2,.xg2 h2{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.xgsbjs p,.xg2 p{
	display: inline;
	font-size: 0.8rem;
	line-height: 1.5rem;

}
.xgsbjs {
    width: 100%;
    height: 23rem;
    background: url(/images/jsyy/banner2.png) right bottom no-repeat;
    background-size: 83%;
    margin-top: 2rem;
    margin-bottom:4rem;
}
.zlzs {
    width: 100%;
    background-color: #d7d7d7;
    padding-top: 2rem;
    padding-bottom: 0;
}
.zlzsTitle h4 {
    font-size: 1.5rem;
    color: #222222;
    font-weight: bold;
    width: 82%;
margin: 0 auto;
margin-bottom: 1rem;
}
.zlzsTitle {
    text-align: center;
    margin-bottom: 2rem;
}
.bg1{
    background: url(/images/jsyy/banner3_m.jpg) center right no-repeat;
	background-size: 100%;
}
.bg2{
    background: url(/images/jsyy/banner4_m.png) left bottom no-repeat;
	background-size: 88%;
}
.xg2{
	position: static;
	margin:0 auto;
}
.zsList{
	width: 100%;
justify-content: space-evenly;
}
.zsList p{
	width: 37%;
	margin-bottom: 2rem;
}

}