@media (min-width: 1200px){
	.container{
		max-width: 1600px;
	}
}

@media (max-width: 1399.98px) {
	header .main-menu ul li+li{
		margin-left: 25px;
	}
	.section-about .main-content p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box!important;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
}


@media (max-width: 1199.98px) { 
	header .main-menu ul li+li{
		margin-left: 15px;
	}
	.header-nav-area .d1{
		max-width: 260px;
	}

	.section-about .d2 .div-img{
		position: unset;
		text-align: center;
		margin-top: 25px;
	}

	.section-about .count{
		width: 100%;
	}

	.section-about .main-content p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box!important;
		-webkit-line-clamp: 20;
		-webkit-box-orient: vertical;
	}
	.tj-list{
		padding-right: 0;
	}
	.pro-top .item{
		margin-bottom: 25px;
	}

	.pro-detail .text{
		padding: 25px;
		margin-top: 25px;
	}

	.about-section .d1{
		max-width: 100%;
	}

	.about-section .div-img img{
		width: 100%;
	}

	.about-section .div-img{
		padding-left: 0;
	}





}

@media (max-width: 990.98px) { 

	.pe-7s-menu{
		font-size: 45px;
	}
	.header-bottom{
		padding: 15px 0;
	}

	.pagetitle-section .text.breatext a{
		height: 45px;
		line-height: 45px;
		font-size: 12px;
	}

	.breadmenu{
		font-size: 12px;
	}

	.pagetitle-section .text.btitle h2{
		font-size: 26px;
	}

	.culture-section .d1{
		margin-right: 15px;
	}

	.culture-section .d3{
		margin-right: 15px;
	}

	.swiper1 .slider-text h4{
		font-size: 20px;
	}

	.swiper1 .slider-text h2{
		font-size: 24px;
	}

}


@media (max-width: 767.98px) { 
	.section-about{
		background-image: unset;
	}

	.section-product .d1{
		margin-top: -45px;
		margin-bottom: 65px;
	}

	.sec-title .title{
		font-size: 30px;
	}

	.ggcs .ggcs-title img,.xxcp .xxcp-title img{
		max-width: 200px;
	}

	.pagetitle-section .text.btitle h2{
		font-size: 18px;
	}

	.pagetitle-section .text.btitle h2:after{
		opacity: 0;
	}


}