@media screen and (max-width:1200px) {
	.w1160 {
		width: 100%;
	}

	.ProdBox,
	.newsBox,
	.index_linkBox{
		width: 95%;
		margin: 30px auto;
	}
	.breadcrumb-box,
	.ny-content{
		width: 95%;
	}

	.index_link {
		width: 100%;
	}

	.newsBox .newsList>ul>li>a {
		width: 100%;
	}
	.detail>ul>li{
		width: 32%;
		margin-right: 2%;
	}
	.detail>ul>li:nth-child(3n){
		margin-right: 0;
	}
	.detail ul li .img{
		width: 100%;
	}
	.detail ul li .p{
		width: 100%;
	}
}

@media screen and (max-width:1160px) {


	nav .logo {
		width: 130px;
	}

	nav .header-nav {
		width: calc(100% - 170px)
	}

	nav .header-nav .navbar-nav {
		justify-content: space-between;
	}

	nav .header-nav .navbar-nav {
		padding-top: 10px;
	}

	nav .header-nav .navbar-nav>li {
		margin-right: 0;
	}

	nav .header-nav .navbar-nav>li>a {
		width: auto;
		padding: 0 10px;
		height: 70px;
		line-height: 70px;
	}
}
@media screen and (max-width:1100px){

}

@media screen and (max-width:1000px) {
	header {
		height: 60px;
		padding: 10px 0;
		background: #fff;
		position: fixed;
		inset: 0;
		z-index: 9999;
	}

	nav {
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	nav .logo {
		width: 100px;
	}

	.header-nav {
		display: none;
	}

	nav .header-nav .navbar-nav {
		display: block;
	}

	nav .header-nav .navbar-nav>li::after {
		display: none;

	}

	.mindh {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 35px;
		height: 23px;
		z-index: 101;
		cursor: pointer;
	}

	.mindh span {
		background: #1a5493;
		height: 3px;
		position: absolute;
		right: 0;
		border-radius: 5px;
	}

	.mindh .one {
		top: 0px;
		left: 0;
		transition: 0.4s;
	}

	.mindh .two {
		top: 10px;
		left: 6px;
		transition: 0.4s;
	}

	.mindh .three {
		top: 20px;
		left: 11px;
		transition: 0.4s;
	}

	.mindh.active>.one {
		left: 0;
		top: 12px;
		transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		-webkit-transform: rotate(-40deg);

	}

	.mindh.active>.two {
		left: 35px;
	}

	.mindh.active>.three {
		left: 0;
		top: 12px;
		transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		background: #1a5493;
	}

	.mobile-nav {
		display: block;
		width: 300px;
		position: fixed;
		top: 60px;
		background-color: #fff;
		right: -300px;
		height: 100%;
		transition: 0.4s;
	}

	.mobile-nav.toshow {
		right: 0px;
	}

	.mobile-nav>.nav>li>a,
	.mobile-nav>.nav>li>p {
		color: #666;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 20px;
		border-bottom: 1px solid #dcdcdc;
		cursor: pointer;
	}

	.mobile-nav>.nav>li>p {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-nav>.nav>li>p img {
		width: 15px;
		transition: 0.4s;
	}

	.mobile-nav .dropdown-menu {
		display: none;
		border-bottom: 1px solid #dcdcdc;
	}

	.mobile-nav .dropdown-menu li a {
		color: #666;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 30px;
	}

	.mobile-nav>.nav>li.active>a,
	.mobile-nav>.nav>li.active>p,
	.mobile-nav>.nav>li>a:hover,
	.mobile-nav>.nav>li>p:hover,
	.mobile-nav .dropdown-menu li a:hover {
		color: #1a5493;
	}

	.mobile-nav .dropdown.on p img {
		transform: rotate(-180deg);
	}

	.main-content {
		margin-top: 60px;
	}

	footer .footerBox .footer {
		margin-top: 60px;
		padding: 20px 0;
		width: 95%;
		margin: 0 auto;
	}

	.ProdBox .productList ul li a {
		position: relative;
		max-width: none;
	}

	.index_link li {
		background-position-x: 66% !important;
	}

	.index_link li a {
		width: 100%;
		padding-left: 35%;

	}

	.index_link li a span.img {
		left: 15%;
	}
	.ny-content{
		display: block;
	}
	.ny-nav{
		width: 100%;
	}
	.detail{
		margin-left: 0;
		padding-bottom: 20px;
	}
	.detail .title{
		font-size: 18px;
	}
	.recommend-product-box{
		display: none;
	}
	.news{
		width: 100%;
		max-width: none;
	}
}

@media screen and (max-width:768px) {
	.footerBox .footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.footer-right img {
		max-width: 100%;
	}
	.detail.show-box .show{
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column-reverse;
	}
	.detail.show-box .show .right{
		max-width: 100%;
		margin-left: 0;
	}
	.newsBox .newsList>ul>li>a{
		padding: 10px;
	}
	.newsBox .newsList>ul>li a p{
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.job-list table tr th:nth-child(1){
		width: 100px;
	}
}
@media screen and (max-width:650px) {
	.index_link li{
		width: 100%;
		margin-right: 0;
	}
	.index_linkBox{
		height: auto;
	}
	.index_link{
		flex-wrap: wrap;
		
	}
	.index_link li{
		background-size: 100% !important;
		margin-bottom: 20px;
	}
	.detail>ul>li,
	.newsBox .news>ul>li{
		width: 49%;
		margin-right:2%;
	}
	.detail>ul>li:nth-child(3n),
	.newsBox .news>ul>li:nth-child(3n){
		margin-right:2%;
	}
	.detail>ul>li:nth-child(2n),
	.newsBox .news>ul>li:nth-child(2n){
		margin-right:0;
	}
	
}
@media screen and (max-width:550px) {
	.banner .swiper-pagination-bullet {
		width: 12px;
		height: 4px;
	}

	.newsBox .newsList>ul>li a p {
		font-size: 14px;
		line-height: 18px;
		height: 32px;
	}
	
}

@media screen and (max-width:425px){
	footer .footerBox .footer .footer-left p{
		line-height: 20px;
	}
	footer .footerBox .footer .footer-left p{
		margin-bottom: 10px;
	}
	.breadcrumb-box .left h5{
		display: none;
	}
	.breadcrumb-box{
		display: block;
	}
	.detail>ul>li,
	.newsBox .news>ul>li{
		width: 100%;
		margin-right:0;
	}
	.detail>ul>li:nth-child(3n),
	.newsBox .news>ul>li:nth-child(3n){
		margin-right:0;
	}
	.detail>ul>li:nth-child(2n),
	.newsBox .news>ul>li:nth-child(2n){
		margin-right:0;
	}
	.job-list table tr th{
		font-size: 12px;
	}
	.job-list table tr td{
		padding: 3px;
	}
	.job-list table tr th:nth-child(3){
		width: 55px;
	}
	.job-list table tr th{
		line-height: 18px;
	}
}
@media screen and (max-width:400px){
	.pager .all, .pager .page-num{
		display: none;
	}
}

