﻿@media only screen and (max-width: 1600px) {
	/*内页 banner*/
	.ny-ban {
		height: 500px;
	}
}
@media only screen and (max-width: 1440px) {
	/*内页 公共样式*/
	.ny-container{
		max-width: 1220px;
	}
	/*内页 banner*/
	.ny-ban {
	    height: 400px;
	}
	.ny-ban .title h3 {
	    font-size: 42px;
	}
	.ny-ban .title p {
	    margin: 30px 0 60px;
	    font-size: 16px;
	}
	
	/*内页 面包屑导航*/
	.bread {
		font-size: 14px;
	    padding: 23px 0;
	}
	
	/*内页 列表分页*/
	.pagination a {
	    height: 48px;
	    width: 48px;
	    line-height: 46px;
	    font-size: 14px;
	    margin: 0 2px;
	}

	/*详情公共样式*/
	.ny-xq{
		padding: 70px 0 80px;
	}
	.xq-left{
		width: calc(100% - 380px);
	}
	.xq-right{
		width: 320px;
	}
	.xg-title h3{
		font-size: 24px;
		padding-bottom: 12px;
		margin-right: 10px;
	}
	.xg-title span{
		transform: translateY(-2px);
	}
	
	/*关于我们*/
	.nyabout .title h3,
	.nycontact .title h3 {
	    font-size: 36px;
	    line-height: 1;
	    margin-top: 12px;
	}
	.nyabout {
	    padding: 70px 0 80px;
	}
	.nyabout .left{
		width: 50%;
		padding-right: 40px;
	}
	.nyabout .left .content {
	    margin-top: 20px;
	    height: 450px;
	    padding-right: 40px;
	    overflow-y: scroll;
	}
	.nyabout .left .content p {
	    font-size: 14px;
	    line-height: 28px;
	    margin-top: 10px;
	}
	.nyabout .right {
	    width: 50%;
	}
	
	/*文化理念*/
	.nyculture {
	    padding: 7% 0;
	}
	.nyculture h2 {
	    font-size: 45px;
	}
	.nyculture i {
	    width: 50px;
	    margin: 30px auto 40px;
	}

	/*联系我们*/
	.nycontact{
		padding: 80px 0;
	}
	.nycontact .left .info {
	    padding: 30px 0;
	}
	.nycontact .left .info dd {
	    margin-bottom: 16px;
	}
	.nycontact .left .info dd p{
		margin-left: 15px;
		font-size: 15px;
	}
	.nycontact .right #mapContainer {
	    height: 480px;
	}
	
	/*产品和解决方案*/
	.nyproduct{
		padding: 80px 0;
	}
	.nyproduct .list li{
		height: 480px;
		margin-bottom: 70px;
	}
	.nyproduct .list li .content{
		height: 380px;
		width: 550px;
	}
	.nyproduct .list li .content .title h3{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.nyproduct .list li .content p{
		font-size: 14px;
		margin: 10px 0 40px;
		-webkit-line-clamp:3;
	}
	.nyproduct .list li:nth-child(2n) .content{
		padding-left: 50px;
	}
	.nyproduct .list li:nth-child(2n+1) .content{
		padding-right: 50px;
	}
	.nyproduct .list li .pic{
		width: 700px;
	}
	.nyproduct .list li .content:hover{
		padding: 0 50px;
	}
	
	/*新闻资讯*/
	.nynews {
	    padding: 80px 0;
	}
	.nynews .headnews {
	    padding: 35px;
	}
	.nynews .headnews .content .title {
    	font-size: 24px;
    }
	.nynews .headnews .pic {
	    width: 360px;
	    height: 240px;
	}
	.nynews .headnews .content {
	    width: calc(100% - 360px);
	    padding-left: 35px;
	}
	.nynews .list {
	    margin: 0 -15px;
	}
	.nynews .list li {
	    width: calc((100% - 90px) / 3);
	    margin: 30px 15px 0;
	}
	.nynews .list li .pic {
	    height: 250px;
	}
	.nynews .list li .content {
	    height: 160px;
	}
	.nynews .list li .content .title {
	    font-size: 18px;
	    line-height: 30px;
	}
}


@media only screen and (max-width: 1200px) {
	/*内页 公共样式*/
	.ny-container{
		max-width: 920px;
	}
	/*内页 banner*/
	.ny-ban {
	    height: 350px;
	}
	.ny-ban .title h3 {
	    font-size: 36px;
	}
	.ny-ban .title p {
	    margin: 24px 0 50px;
	    font-size: 15px;
	}
	.ny-ban .title i {
	    width: 44px;
	    height: 44px;
	}
	.ny-ban .title i svg{
	    width: 16px;
	    height: 16px;
	}
	/*内页 面包屑导航*/
	.bread {
	    padding: 20px 0;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 50px;
	}
	.pagination a {
	    height: 44px;
	    width: 44px;
	    line-height: 42px;
	}
	
	/*详情公共样式*/
	.ny-xq{
		padding: 60px 0 70px;
	}
	.xq-left{
		width: calc(100% - 330px);
	}
	.xq-right{
		width: 280px;
	}
	
	/*关于我们*/
	.nyabout .title h3,
	.nycontact .title h3 {
	    font-size: 32px;
	}
	.nyabout {
	    padding: 60px 0 70px;
	}
	.nyabout .left{
		width: 100%;
		padding-right: 0;
	}
	.nyabout .left .content {
		margin-top: 12px;
	    height: auto;
	    padding-right: 0;
	    overflow-y: auto;
	}
	.nyabout .left .content p {
	    line-height: 26px;
	}
	.nyabout .right {
	    width: 100%;
	    height: 560px;
	    margin-top: 30px;
	}
	.nyabout .right img{
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	/*文化理念*/
	.nyculture {
	    padding: 6% 0;
	}
	.nyculture h2 {
	    font-size: 36px;
	}
	.nyculture i {
	    width: 50px;
	    margin: 20px auto 30px;
	}
	.nyculture p br{
		display: none;
	}
	
	/*联系我们*/
	.nycontact{
		padding: 70px 0;
	}
	.nycontact .left {
	    width: 320px;
	}
	.nycontact .left .info {
	    padding: 24px 0;
	}
	.nycontact .left .info dd {
	    margin-bottom: 12px;
	}
	.nycontact .left .info dd i {
	    width: 36px;
	    height: 36px;
	}
	.nycontact .left .info dd i svg {
	    width: 14px;
	    height: 14px;
	}
	.nycontact .left .info dd p {
		font-size: 14px;
	    margin-left: 12px;
	}
	.nycontact .right {
	    width: calc(100% - 370px);
	}
	.nycontact .right #mapContainer {
	    height: 440px;
	}
	
	/*产品和解决方案*/
	.nyproduct{
		padding: 70px 0;
	}
	.nyproduct .list li{
		height: 380px;
		margin-bottom: 60px;
	}
	.nyproduct .list li .content{
		height: 300px;
		width: 440px;
	}
	.nyproduct .list li .content .title h3{
		font-size: 24px;
	}
	.nyproduct .list li .content p{
		font-size: 14px;
		margin: 10px 0 30px;
		-webkit-line-clamp:2;
	}
	.nyproduct .list li:nth-child(2n) .content{
		padding-left: 40px;
	}
	.nyproduct .list li:nth-child(2n+1) .content{
		padding-right: 40px;
	}
	.nyproduct .list li .pic{
		width: 500px;
	}
	.nyproduct .list li .content:hover{
		padding: 0 40px;
	}
	
	/*新闻资讯*/
	.nynews {
	    padding: 70px 0;
	}
	.nynews .headnews {
	    padding: 30px;
	}
	.nynews .headnews .content .title {
    	font-size: 18px;
    	margin-top: 16px;
    }
	.nynews .headnews .pic {
	    width: 300px;
	    height: 200px;
	}
	.nynews .headnews .content {
	    width: calc(100% - 300px);
	    padding-left: 30px;
	}
	.nynews .headnews .content p {
	    margin: 12px 0 24px;
	    line-height: 26px;
	}
	.nynews .list li .pic {
	    height: 180px;
	}
	.nynews .list li .content {
	    height: 130px;
	    padding: 20px;
	}
	.nynews .list li .content .title {
	    font-size: 15px;
	    line-height: 28px;
	}
	.nynews .list li .content .date{
		font-size: 14px;
	}
	
	/*新闻详情*/
	.newsxq .title h3{
		font-size: 28px;
	}
	.newsxq .title span{
		font-size: 15px;
	}
	.newsxq .content {
	    padding: 20px 0;
	    margin: 25px 0 30px;
	}
	.newsxq  .content p img{
		margin: 8px auto;
	}
	
	/*相关资讯*/
	.xg-news .list li {
	    margin-top: 25px;
	    padding-bottom: 15px;
	}
	.xg-news .list li:first-child .pic{
	    height: 180px;
	}
	.xg-news .list li .content .title {
	    font-size: 14px;
	}


	
}

@media only screen and (max-width: 900px) {
	/*内页 公共样式*/
	.ny-container{
		max-width: 100%;
		padding: 0 20px;
	}
	.inner {
	    margin-top: 70px;
	}
	
	/*内页 banner*/
	.ny-ban {
	    height: 300px;
	    background-attachment: unset !important;
	}
	.ny-ban .title h3 {
	    font-size: 32px;
	}
	.ny-ban .title p {
	    margin: 20px 0 40px;
	    font-size: 14px;
	    padding: 0 50px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 40px;
	}
	.pagination a {
	    height: 42px;
	    width: 42px;
	    line-height: 40px;
	}
	
	/*详情公共样式*/
	.ny-xq{
		padding: 40px 0 50px;
	}
	.xq-left{
		width: 100%;
	}
	.xq-right{
		width: 100%;
		margin-top: 50px;
	}
	
	/*关于我们*/
	.nyabout .title h3,
	.nycontact .title h3 {
	    font-size: 28px;
	}
	.nyabout {
	    padding: 50px 0 60px;
	}
	.nyabout .right {
	    height: 480px;
	    margin-top: 20px;
	}
	/*文化理念*/
	.nyculture {
	    padding: 60px 0;
	}
	.nyculture h2 {
	    font-size: 32px;
	}
	.nyculture i {
	    width: 40px;
	}
	/*联系我们*/
	.nycontact{
		padding: 60px 0;
	}
	.nycontact .left {
	    width: 100%;
	}
	.nycontact .left .info {
	    padding: 30px 0 18px;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
	.nycontact .left .info dd {
	    margin-bottom: 12px !important;
	    width: 50%;
	}
	.nycontact .left .qcode{
		display: none;
	}
	.nycontact .right {
	    width: 100%;
	}
	.nycontact .right #mapContainer {
	    height: 400px;
	}
	
	/*产品和解决方案*/
	.nyproduct{
		padding: 60px 0;
	}
	.nyproduct .list li{
		height: auto;
		margin-bottom: 50px;
		display: flex;
	    flex-direction: column-reverse;
	    padding-bottom: 40px;
	    border-bottom: 1px dashed #dbdbdb;
	}
	.nyproduct .list li .content{
		position: unset;
		height: auto;
		width: 100%;
		padding: 0 !important;
		transform: none;
		margin-top: 30px;
	}
	.nyproduct .list li .content .title h3{
		font-size: 28px;
	}
	.nyproduct .list li .content p {
	    font-size: 15px;
	    margin: 6px 0 24px;
	    -webkit-line-clamp: inherit;
	}
	.nyproduct .list li .pic{
		width: 100%;
		position: unset;
	}
	.nyproduct .list li .content:hover{
		padding: 0;
		background: none;
	}
	.nyproduct .list li .content:hover h3{
		color: #C6181F;
	}
	.nyproduct .list li .content:hover p{
		color: #999;
		opacity: 1;
	}
	.nyproduct .list li .content:hover .siteBtn{
		background: #C6181F;
	}
	.nyproduct .list li .content:hover .siteBtn span{
		color: inherit;
	}
	.nyproduct .list li .content:hover .siteBtn i svg path{
		fill: #ffffff;
	}
	.nyproduct .list li .content .siteBtn:hover span{
		color: #fff;
	}
	.nyproduct .list li .content .siteBtn:hover i svg path{
		fill: #ffffff;
	}
	
	
	/*新闻资讯*/
	.nynews {
	    padding: 60px 0;
	}
	.nynews .headnews {
	    padding: 20px;
	}
	.nynews .headnews .content .date {
	    font-size: 14px;
	}
	.nynews .headnews .content .title {
    	font-size: 16px;
    	margin-top: 12px;
    }
	.nynews .headnews .pic {
	    width: 240px;
	    height: 160px;
	}
	.nynews .headnews .content {
	    width: calc(100% - 240px);
	    padding-left: 30px;
	}
	
	.nynews .headnews .content p {
	    margin: 12px 0 20px;
	    line-height: 26px;
	    -webkit-line-clamp: 1;
	}
	.nynews .list{
		margin: 0 -10px;
	}
	.nynews .list li {
	    width: calc((100% - 40px) / 2);
	    margin: 20px 10px 0;
	}
	.nynews .list li .pic {
	    height: 200px;
	}
	
	/*相关资讯*/
	.xg-news .list{
		margin: 0 -15px;
	}
	.xg-news .list li {
		width: calc((100% - 60px) / 2) !important;
		margin: 30px 15px 0;
	}
	.xg-news .list li .pic {
	    height: 200px !important;
	    display: block !important;
	    border-radius: 4px 4px 0 0;
	}
	.xg-news .list li{
		padding: 0;
		border: none;
	}
	.xg-news .list li .content {
	    background: #fff;
	    box-shadow: 0 0 40px 0 rgb(0 0 0 / 6%);
	    border-radius: 0 0 4px 4px;
	    padding: 20px 20px 16px;
	}

}


@media only screen and (max-width: 767px) {
	/*内页 公共样式*/
	.ny-container{
		padding: 0 16px;
	}
	.inner {
	    margin-top: 60px;
	}
	
	/*内页 详情分页*/
	.paging a{
		line-height: 40px;
		font-size: 12px;
	}
	.paging a.more {
	    padding: 0 25px;
	}
	
	/*内页 banner*/
	.ny-ban {
	    height: 260px;
	}
	.ny-ban .title h3 {
	    font-size: 28px;
	}
	.ny-ban .title p {
	    margin: 12px 0 30px;
	    font-size: 12px;
	    line-height: 22px;
	}
	.ny-ban .title i {
	    width: 40px;
	    height: 40px;
	}
	
	/*内页 面包屑导航*/
	.bread {
	    padding: 15px 0;
	    font-size: 12px;
	    line-height: 24px;
	}
	.bread .breadcrumbs i {
	    font-size: 14px;
	    padding-right: 1px;
	    transform: translateY(1px);
	}
	
	/*内页 列表分页*/
	.pagination {
	    margin-top: 30px;
	}
	.pagination a{
		width: 34px;
		height: 34px;
		line-height: 32px;
		margin: 0 1px;
		font-size: 12px;
	}
	.pagination a.page-item svg{
		width: 10px;
		height: 10px;
	}
	
	/*详情公共样式*/
	.ny-xq{
		padding: 30px 0 40px;
	}
	.xq-right{
		margin-top: 40px;
	}
	.xg-title h3 {
	    font-size: 22px;
	    padding-bottom: 10px;
	}
	.xg-title span {
	    transform: translateY(2px);
	    font-size: 12px;
	}
	
	/*关于我们*/
	.nyabout .title h3,
	.nycontact .title h3 {
	    font-size: 24px;
	}
	.nyabout {
	    padding: 40px 0 50px;
	}
	.nyabout .left .content {
    	margin-top: 10px;
    }
	.nyabout .left .content p {
	    line-height: 24px;
	    margin-top: 8px;
	}
	.nyabout .right {
	    height: auto;
	    margin-top: 16px;
	}
	/*文化理念*/
	.nyculture {
	    padding: 50px 0;
	}
	.nyculture h2 {
	    font-size: 28px;
	}
	.nyculture i {
	    width: 30px;
	    margin: 16px auto 20px;
	}
	.nyculture p{
		line-height: 24px;
	}
	/*联系我们*/
	.nycontact{
		padding: 50px 0;
	}
	.nycontact .left .info {
	    padding: 24px 0 12px;
	}
	.nycontact .left .info dd {
	    width: 100%;
	}
	.nycontact .right #mapContainer {
	    height: 300px;
	}
	
	/*产品和解决方案*/
	.nyproduct{
		padding: 40px 0;
	}
	.nyproduct .list li{
		margin-bottom: 30px;
	    padding-bottom: 30px;
	}
	.nyproduct .list li .content{
		margin-top: 20px;
	}
	.nyproduct .list li .content .title h3{
		font-size: 22px;
	}
	.nyproduct .list li .content p {
	    font-size: 14px;
	    line-height: 24px;
	    margin: 4px 0 20px;
	}
	
	/*新闻资讯*/
	.nynews {
	    padding: 40px 0 50px;
	}
	.nynews .headnews {
	    padding: 0;
	    box-shadow: 0 0 20px 0 rgb(0,0,0,0.06);
	    border-radius: 2px;
	}
	.nynews .headnews .content .date {
	    font-size: 14px;
	}
	.nynews .headnews .content .title {
    	font-size: 16px;
    	margin-top: 12px;
    }
	.nynews .headnews .pic {
	    width: 100%;
	    height: auto;
	    border-radius: 2px 2px 0 0;
	}
	.nynews .headnews .content {
	    width: 100%;
	    padding: 20px;
	}
	
	.nynews .headnews .content p {
	    margin: 12px 0 20px;
	    line-height: 24px;
	    -webkit-line-clamp: 2;
	}
	.nynews .headnews .content .siteBtn {
	    width: 100px;
	    line-height: 40px;
	}
	.nynews .headnews .content .siteBtn span{
		font-size: 12px;
	}
	.nynews .headnews .content .siteBtn i svg{
		width: 10px;
		height: 10px;
	}
	.nynews .list{
		margin: 0 -6px;
	}
	.nynews .list li {
	    width: calc((100% - 24px) / 2);
	    margin: 12px 6px 0;
	    box-shadow: 0 0 20px 0 rgb(0,0,0,0.06);
	}
	.nynews .list li .pic {
	    height: 120px;
	    border-radius: 2px 2px 0 0;
	}
	.nynews .list li .content {
	    height: 90px;
	    padding: 12px;
	}
	.nynews .list li .content .title {
	    font-size: 12px;
	    line-height: 22px;
	}
	.nynews .list li .content .date {
	    font-size: 12px;
	}
	
	/*新闻详情*/
	.newsxq .title h3{
		font-size: 20px;
		line-height: 1.6;
	}
	.newsxq .title span{
		font-size: 14px;
		margin-top: 12px;
	}
	.newsxq .content {
	    padding: 16px 0;
	    margin: 20px 0 30px;
	}
	.newsxq .content p {
	    line-height: 24px;
	}
	.newsxq .content p img{
		margin: 8px auto;
	}
	
	/*相关资讯*/
	.xg-news .list{
		margin: 0;
	}
	.xg-news .list li {
		width: 100% !important;
		margin: 25px 0 0;
	}
	.xg-news .list li .pic {
	    height: auto;
	}
	.xg-news .list li:not(:first-child) {
		border-bottom: 1px dashed #dbdbdb;
	}
	.xg-news .list li:not(:first-child) .pic{
		display: none !important;
	}
	.xg-news .list li:not(:first-child) .content{
		box-shadow: none;
		padding: 0 0 12px;
	}
	.xg-news .list li .title {
	    font-size: 14px;
	}
	
}