/* ipad */
@media only screen and (min-width:751px) and (max-width:1024px){
	.banner .slider-item img{
		display: none;
		border: red solid 1px;
	}
	.banner-2 .banner-2-dec1 {
		display: none;
	}
	.banner-2-dec2 .dec-max{
		margin-left: 30px;
	}
	.banner-2-dec2 .dec-min{
		margin-left:-40px;
	}
}

/* 屏幕宽度小于400像素 */
@media screen and (max-width: 640px) {

	/* pc 样式 */
	.pc {
		display: none;
	}

	.pc.nav-top {
		display: none;
	}
	img.pc {
		display: none;
	}
	/* 移动端样式 */
	.mobile {
		display: block;
	}

	body {
		padding-top: 100px;
	}

	header {
		position: relative;
		min-width: 100%;
		height: auto;
		box-shadow: none;
	}

	.container {
		width: 100%;
		min-width: 100%;
	}

	.footer {
		min-width: 100%;
	}

	.product {
		height: auto;
	}

	/* 处理标题栏 */
	header .header {

		position: fixed;
		top: 0;
		align-items: flex-start;
		border: none;
		width: 100%;
		min-width: 100%;
		height: auto;
		box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
		z-index: 99;
		overflow: hidden;
	}


	/* 选项卡 */
	header .header .container {
		flex-direction: column;
		align-items: flex-start;
		border: none;
		padding: 0;
		margin: 0;
	}

	.header .container .logo {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100vw;
		height: 50px;
	}

	.header .container .logo img {
		width: 110px;
		height: auto;
	}

	.header .container .navs {
		width: 100vw;
		height: 50px;
		box-shadow: -10px 0px 8px 0px rgba(255, 255, 255, 1) inset, 2px 0px 8px 0px rgba(255, 255, 255, 0.5) inset;
	}

	.header .container .navs .nav-bottom {
		padding: 0 5px;
		display: flex;
		justify-content: flex-start;
		width: 100vw;
		height: 100%;
		overflow-x: scroll;
		box-sizing: border-box;
	}

	.header .container .navs .nav-bottom .navs-item {
		position: relative;
		display: flex;
		align-items: center;
		flex-shrink: 0;
		padding: 0 15px;
		height: 100%;
	}
	


	.header .container .navs .nav-bottom .navs-item.active::after {
		content: '';
		position: absolute;
		bottom: 1px;
		height: 2px;
		width: auto;
		left: 15px;
		right: 15px;
		background-color: #1CA036;
	}
	

	.header .container .navs .nav-bottom a {
		margin: 0;
		font-size: 14px;
		/*font-family: Source Han Sans CN;
		 background-color:#F0AD4E; */
	}
	
	
	/* 处理产品宫格 */
	header .product {
		min-width: 100%;
	}

	.banner {
		min-width: 100%;
	}

	.product .container {
		padding: 15px;
		padding-bottom: 0;
		flex-direction: column;
	}

	.container .pro {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.product .container .pro:first-child .pro-body {
		padding-right: 0;
	}
	.container .pro .pro-title {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		margin: 0;
		height: auto;
	}

	.container .pro .pro-title:before {
		height: 14px;
		top: 4px;
	}

	.container .pro .pro-title span {
		margin-left: 2px;
	}

	.container .pro .pro-title h4 {
		display: flex;
		align-items: center;
		line-height: 16px;
	}

	.container .pro .pro-body {
		flex-wrap: wrap;
		padding-top: 25px;
	}

	.pro .pro-body .pro-item {
		width: 33.33%;
		margin: 0;
		margin-bottom: 25px;
		font-family: Lantinghei SC;
	}

	.pro .pro-body .pro-item h4 {
		font-weight: 500;
		line-height: 1.5;
		margin-bottom: 2px;
		font-size: 14px;
	}

	/* 轮播图 */
	.banner {
		padding: 0!important;
	}

	.banner .slider {
		height: 400px;
	}

	.banner .slider-item img {
		display: none;
	}

	.banner-1 {
		height: 400px;
	}

	.banner-1-dec {
		margin: 0;
	}

	.banner-1-dec h2 {
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
		font-family: Lantinghei SC;
	}

	.banner-1-dec .dec-max {
		margin: 25px 0;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 1;
		font-family: Lantinghei SC;
	}

	.banner-1-dec .banner-get-more {
		margin-left: 0;
		margin: 30px auto;
	}

	.banner-2 {
		height: 400px;
	}

	.banner-2-dec {
		margin: 0;
	}

	.banner-2 .banner-2-dec1 {
		display: none;
	}

	.banner-2 .banner-2-dec2 {
		margin: 0;
	}

	.banner-2-dec2 .dec-max {
		margin: 25px 0;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 1;
		text-align: center;
		font-weight: 400;
		font-family: Lantinghei SC;
	}

	.banner-2-dec2 .dec-min {
		font-size: 16px;
		margin-left: 0;
		font-family: Lantinghei SC;
	}

	.banner-2-dec2 .banner-get-more {
		margin: 0 auto;
		margin-top: 45px;
	}

	/* 新闻板块 */
	.we-do {
		margin: 50px 0;
	}
	.container .content {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
	}
	.swiper-container1 .swiper-slide {
		padding: 0 15px;
	}
	.content .swiper-pagination {
		bottom: -20px;
		left: 0;
		right: 0;
	}
	.content .famous {
		margin: 0;
	}

	.container .content .cont-row-2 {
		width: 100%;
		padding: 10px;
	}

	.content .cont-row-2:first-child {
		margin: 0;
		margin-bottom: 20px;
		padding: 10px;
		box-sizing: border-box;
		border: 1px #f5f5f5 solid;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	}

	.article h4 a {
		line-height: 1.5;
	}

	.article p {
		height: auto;
	}

	.cont-row-2 .article:before {
		height: 13px;
		top: 6px;
	}
	
	.article-line {
		height: 1px;
	}
	
	.content .cont-row-2:last-child {
		margin: 0;
	}
	
	.cont-row-3 {
		width: auto;
		margin: 0;
	}
	
	.content .swiper-button-prev , .content .swiper-button-next {
		display: none;
	}
	
	/* 底部显示 */
	.footer {
		height: auto;
		margin-top: 50px;
		font-family:FZLanTingHei-EL-GBK;
		font-weight:400;
		line-height: 2;
		box-sizing: border-box;
	}
	.footer .hb-logo {
		margin-bottom: 20px;
	}
	.footer p {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
	.mui-pull-left {
		display: inline-block;
		flex-direction: column;
	}
	.mui-pull-right{
		margin-top: 20px;
	}
	.footer .container > div {
		display: flex;
		flex-direction: column;
		width: 100vw;
	}
	#domain {
		margin-top: 15px;
	}
	.footer-domain .beian-box {
		display: flex;
		flex-direction: column;
	}
	
}
