@media screen and (max-width: 1400px){
/* 头部 */
.head {
  width: 96%;
}
.neibannernav ul{
	width: 96%;
}
/* 内容 */
.content1400 {
    width: 96%;
}


/* foot */
.foot {
  width: 96%;
}
}
/* ------------------------------------------------------------------------------------- */
@media screen and (max-width: 1300px){
	.producttop{
		width:100%;
	}
}
@media screen and (max-width: 1200px){
/* 头部 */
.head .jhlogo img{
	height: 50px;
}
.head .jhnav li {
  margin-left: 15px;
	font-size: 14px;
}
/* 首页 */
.index-about {
    width: 96%;
}
.index-abouttxt .left p{
	margin-bottom: 0;
}
/* 关于我们 */
.neiabout .left p{
	margin-top: 15px;
}
}
/* ------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px){
	/* 头部 */
	.headbac{
		display: none;
	}
	.jhphone{
		display: block;
	}
	/* banner */
	.neibanner {
	 padding-top: 70px;
	 height: 200px;
	 /* overflow: hidden; */
	}
	.neibanner .bannerover>img{
		    width: 1000px;
		    position: relative;
		    left: -50%;
	}
	.neibannernav{
		height: 50px;
	}
	.neibannernav ul{
		display: none;
	}
	.neibannernavph{
	    display: block;
	}

	/* foot */
	.foot .footnav{
	  display: none;
	}
	.footbac {
	    padding-top: 0px;
	}
	.copy{
		margin-top: 0;
	}
	/* 内容 */

	.contentpad {
	    padding: 10px;
	}
	/* 首页 */
	.index-bannertxt {
	    width: 100%;
	}
	.index-bannertxt h1{
		font-size: 30px;
		font-weight: 600;
		text-align: center;
	}
	.index-about {
	    width: 96%;
	}
	.index-about>h1 {
	    font-size: 25px;
	    margin-top: 80px;
	    margin-bottom: 10px;
	}
	.index-abouttxt .left p {
	    font-size: 12px;
	    margin-bottom: 5px;
			text-align: justify;
	}
	.index-abouttxt .left .more {
	    width: 100%;
	    margin: 10px auto;
	}
	.index-abouttxtimg{
		display: none;
	}
	.index-abouttxt .left {
	    width: 100%;
	}
	.index-abouttxt .right {
	   display: none;
	}
	.producttxt h1{
		font-size: 18px;
	}
	.index-product .producttxt img{
		 height: 60px;
	}
	.index-contacttxt{
		width: 96%;
		height: auto;
		box-sizing: border-box;
		padding: 30px 10px;
		top: 30%;
	}
	.index-contacttxt h1{
		font-size: 22px;
		padding-top: 0px;
	}
	.index-contacttxtcent li {
	    margin-top: 20px;
	}
	
	/* 联系我们 */
	.neicontacttop li{
		width: 100%;
		border-bottom: 1px solid #e0e0e0;
	}
	/* 合作伙伴 */
	.partner ul li {
	    width: 33.33%;
	}
	/* 项目中心 */
	.neiggtitle h1{
		font-size: 20px;
	}
	.neiggtitle {
	  margin-bottom: 10px;
	}
	.productnav ul {
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	.productnav li {
		width: 40%;
	    margin-right: 0px;
	}
	.productnav {
	    margin-bottom: 20px;
			margin-top: 0;
	}
	.prodactaul1 li .bomtxt, .prodactaul2 li .bomtxt{
		font-size: 12px;
		padding: 10px 5px;
	}
	.producttop{
		width:100%;
		flex-wrap: wrap;
	}
	.producttop .productleft, .producttop .productright{
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	.prodactaul3 li{
		width:49%;
	}
	.prodactaul4 li{
		width:49%;
	}
	/* 关于我们 */
	.neiabout .left {
	    width: 100%;
	}
	.neiabout .right {
	    width: 100%;
	    margin-top: 15px;
	}
	.yewuzizhi .swiper-container {
	    display: none;
	}
	.yewuzizhi .swiper-containerph {
	    display: block;
	}
	.yewuzizhi .swiper-slide{
		height: 250px;
	}
}