@media screen and (max-width: 1460px){
	.news-box .detail-li{
		width: 100%;
	}
	.news-box .detail-li li{
		width: 100%;
	}
	.news-box .detail-li li a .ico{
		margin-left: 30px;
	}
	.news-box .detail-li li a{
		width: 90%;
	}
} 
@media screen and (max-width: 1200px) {
	.w1200 {
		width: 95%;
	}

	.content .page02 .info-box .left {
		width: 55%;
	}

	.content .page02 .info-box .right .top {
		padding-left: 30px;
	}

	.content .page02 .info-box .right ul {
		padding: 10px 25px;
	}

	.content .page03 .info-box .center {
		width: 65%;
	}

	.content .page03 .info-box .right li a p {
		font-size: 16px;
	}

	.content .page03 .info-box .left {
		width: 13%;
		padding: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.content .page03 .info-box .left p {
		width: 22px;
		font-size: 22px;
	}
	.honor-box .img-box li{
		height: auto;
	}
	.honor-box .img-box li .img{
		height: 80%;
	}
	.fc-box .img-box li .img{
		height: 180px;
	}
	.advantage-box .item .left{
		flex: 1;
	}
	.advantage-box .item .right{
		width: 50%;
	}
	.advantage-box .item .right img{
		width: 100%;
		height: auto;
	}
	/* .contact-box .page01 .item{
		width: 33%;
	} */
}

@media screen and (max-width: 1000px) {

	.header-logo .logo-left .logo-img,
	.footer-box .footer-nav .nav-logo {
		width: 60px;
	}

	.header-logo .logo-left .logo-img img,
	.footer-box .footer-nav .nav-logo img {
		width: 100%
	}

	.header-logo .logo-left .company-name p.cn {
		font-size: 22px;
	}

	.header-logo .logo-right .phone-num {
		font-size: 24px;
	}

	.header-nav .one-nav>li>a {
		font-size: 14px;
	}

	.header-nav .one-nav .two-nav li a {
		font-size: 12px;
	}

	.header-logo {
		padding: 20px 0 30px;
	}

	.footer-box .footer-nav .nav ul li {
		margin-right: 20px;
	}

	.content .page01 .li-info ul li a .bottom p {
		font-size: 16px;
	}

	.content .page01 .li-info ul li a .top .top-ico {
		width: 30px;
	}

	.content .page01 .li-info ul li a .top .top-ico img {
		width: 100%;
	}

	.content .page01 .li-info ul li a .bottom span {
		font-size: 12px;
	}

	.content .info .title {
		padding-bottom: 15px;
	}

	.content .page01 .li-info ul {
		margin-bottom: 20px;
	}

	.content .page01 .li-info ul li a {
		padding: 20px;
	}

	.content .page01 .li-info ul li a .top p {
		font-size: 28px;
	}

	.content .page01 .li-info ul li a {
		height: 150px;
	}

	.content .page02 .info-box .right .top p {
		font-size: 14px;
	}

	.content .page02 .info-box .right ul {
		height: auto;
	}

	.content .page02 .info-box .left {
		height: 380px;
	}

	.content .page02 .info-box .right ul li p {
		font-size: 14px;
		margin-top: 5px;
	}

	.content .page05 .info-box .news-box .item-list .news-top .news-detail h3 {
		font-size: 16px;
	}

	.content .page05 .info-box .news-box .item-list .news-top .news-detail p {
		font-size: 14px;
	}

	.content .page05 .info-box .news-box .item-list .news-top .news-detail h3 {
		margin-top: 15px;
	}

	.content .page05 .info-box .news-box .item-list .news-top .news-detail span {
		margin-top: 10px;
	}

	.content .page05 .info-box .news-box .item-list .news-hot ul li a p {
		font-size: 14px;
	}

	.content .page05 .info-box .news-box .item-list .news-hot ul li a span {
		font-size: 12px;
	}

	.content .page05 .info-box .news-box .item-list .news-hot {
		padding: 15px;
	}

	.content .page05 .info-box .news-box .item-list .news-top,
	.content .page05 .info-box .news-box .item-list .news-top:nth-child(2) {
		margin-right: 15px;
	}

	.content .page05 .info-box .news-box .item-list .news-hot ul li {
		margin-bottom: 15px;
	}

	.company-box .active p {
		width: 70%;
	}
	.news-box .detail-li li a .img{
		margin-right: 30px;
	}
	.news-box .detail-li li a .text p{
		font-size: 16px;
	}
	.news-box .detail-li li a .text span{
		font-size: 14px;
	}
	.news-box .detail-li li a .text p{
		margin-bottom: 15px;
	}
	 .contact-box .page01 .item{
		 padding: 20px 10px;
		 height: auto;
	 }
	 .contact-box .page01 .item.first{
		padding: 20px 20px;
		height: auto;
	}
	 .contact-box .page01 .item span{
		 font-size: 14px;
		 text-align: center;
	 }
	 
}


@media screen and (max-width: 768px) {
	.header {
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
	}

	.header-nav {
		display: none;
	}

	.header-logo .logo-box .logo-right {
		display: none;
	}

	.header .mindh {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 35px;
		height: 23px;
		z-index: 101;
		cursor: pointer;
		margin-right: 5%;
	}

	.header .mindh {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 35px;
		height: 23px;
		z-index: 101;
		cursor: pointer;
		margin-right: 5%;
		margin-right: 0;
	}

	.header .mindh span {
		background: #000;
		height: 3px;
		position: absolute;
		right: 0;
		border-radius: 5px;
	}

	.header .mindh .one {
		top: 0px;
		left: 0;
		transition: 0.5s;
	}

	.header .mindh .two {
		top: 10px;
		left: 6px;
		transition: 0.5s;
	}

	.header .mindh .three {
		top: 20px;
		left: 11px;
		transition: 0.5s;
	}

	.header .active>.one {
		left: 0;
		top: 12px;
		transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		-webkit-transform: rotate(-40deg);
	}

	.header .active>.two {
		left: 35px;
	}

	.header .active>.three {
		left: 0;
		top: 12px;
		transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
	}

	.header-logo {
		padding: 10px 0;
		background: #fff;
	}

	.header-logo .logo-left .company-name p.cn {
		font-size: 14px;
	}

	.header-logo .logo-left .company-name p.en {
		font-size: 8px;
	}

	.mobile-nav {
		position: fixed;
		background: #fff;
		z-index: 99;
		right: -100%;
		top: 100px;
		height: 100%;
		width: 200px;
		display: block;
		transition: 0.4s;
	}

	.toshow {
		right: 0px;
	}

	.logo-right {
		margin-top: 10px;
		padding: 10px 15px;
	}

	.header-logo .logo-right .phone {
		text-align: left;
	}

	.header-right .one-nav>li.on>a img {
		transform: rotate(-180deg);
	}

	.header-logo .logo-right .phone-num img {
		width: 15px;
	}


	.mobile-nav .one-nav>li>a {
		padding: 10px 15px;
		font-size: 16px;
		border-bottom: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mobile-nav .two-nav {
		display: none;
	}

	.mobile-nav .two-nav>li>a {
		padding: 10px 15px;
		display: flex;
		font-size: 14px;
		transition: 0.4s;
	}

	.mobile-nav .two-nav>li>a>span {
		margin-right: 5px;
		display: block;
	}

	.mobile-nav .two-nav>li>a:hover {
		color: rgb(66, 137, 221);
	}

	.mobile-nav .one-nav>li>a>img {
		width: 10px;
		transition: 0.4s;
	}

	.mobile-nav .one-nav>li>a.on img {
		transform: rotate(-180deg);
	}

	.header-logo .logo-left .logo-img {
		width: auto;
		height: 40px;
	}

	.footer-box .footer-nav .nav-logo {
		width: auto;
		height: 60px;
	}

	.header-logo .logo-left .logo-img img,
	.footer-box .footer-nav .nav-logo img {
		width: auto;
		height: 100%;
	}

	.header-logo .logo-right .phone-num {
		font-size: 14px;
	}

	.main-content {
		padding-top: 100px;
	}

	.content .banner .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}

	.footer-box .footer-nav .nav ul li a {
		font-size: 14px;
	}

	.footer-information .left .tel {
		font-size: 16px;
	}

	.footer-information .left .tel img {
		width: 35px;
		margin-right: 10px;
	}

	.footer-information .right {
		width: 150px;
	}

	.content .page03 .info-box {
		flex-wrap: wrap;
	}

	.content .page03 .info-box .left {
		width: 100%;
		flex-direction: row;
		padding: 20px;
	}

	.content .page03 .info-box .left p {
		width: auto;
		margin-bottom: 0;
		margin-right: 20px;
		font-size: 18px;

	}

	.content .page03 .info-box .right {
		width: 100%;
		flex: auto;
		flex-direction: row;
	}

	.content .page03 .info-box {
		height: auto;
	}

	.content .page03 .info-box .center {
		width: 100%;
	}

	.content .page03 .info-box .center img.on {
		position: relative;
	}

	.content .page03 .info-box .center {
		overflow: hidden;
	}

	.content .page03 .info-box .center img {
		width: 100%;
		height: auto;
	}

	.content .page03 .info-box .left p:last-child {
		margin-right: 0;
	}

	.content .page03 .info-box .right li {
		width: calc(100% / 3);
		height: auto;
	}

	.content .page03 .info-box .right li a {
		padding: 15px;
	}

	.content .page03 .info-box .right li a p {
		margin-bottom: 10px;
	}

	.content .page04 .info-box ul li a .bg-text .text p {
		font-size: 16px;
	}

	.content .page04 .info-box ul li a .bg-text .text span {
		font-size: 12px;
	}

	.content .page05 .info-box .item-list {
		flex-wrap: wrap;
	}

	.content .page05 .info-box .news-box .item-list .news-top {
		margin-right: 2%;
	}

	.content .page05 .info-box .news-box .item-list .news-top:nth-child(2) {
		margin-right: 0;
	}

	.content .page05 .info-box .news-box .item-list .news-top,
	.content .page05 .info-box .news-box .item-list .news-top:nth-child(2) {
		width: 49%;
	}

	.content .page05 .info-box .news-box .item-list .news-hot {
		width: 100%;
		margin-top: 20px;
	}

	.content .page03 .info-box .right li:nth-child(n+2)::after {
		display: none;
	}
	.company-box p{
		font-size: 14px;
		margin-top: 20px;
	}
	.company-box .active{
		margin-top: 30px;
	}
	.company-box .active p{
		font-size: 16px;
	}
	.company-box p{
		font-size: 14px;
	}
	.honor-box .img-box li p{
		font-size: 14px;
	}
	.fc-box .img-box li p{
		font-size: 14px;
	}
	.news-box .detail-li li a .ico{
		width: 25px;
		height: 25px;
	}
	.news-box .detail-li li a .ico img{
		width: 10px;
	}
	.news-box .detail-li li a .ico{
		margin-left: 15px;
	}
	.news-box .detail-li li a .left{
		padding-right: 10px;
		margin-right: 15px;
	}
	.advantage-box .item .left p{
		font-size: 14px;
	}
	.advantage-box .item .left{
		width: 100%;
		margin-right: 0;
	}
	.advantage-box .item .right{
		flex: none;
		width: 100%;
		margin-top: 20px;
	}
	.advantage-box .item{
		flex-wrap: wrap;
	}
	.advantage-box .item:nth-child(2n){
		margin-top: 30px;
	}
	.contact-box .page01 .item .ico-box img{
		width: 25px;
	}
	.contact-box .page01 .item .ico-box .ico-bg{
		width: 40px;
		height: 40px;
	}
	.contact-box .page01 .item .ico-box{
		width: 50px;
		height: 50px;
	}
	.contact-box .page01 .item span{
		margin-top: 10px;
	}
	.contact-box .page01 .item p{
		font-size: 16px;
		margin-top: 10px;
	}
	
}

@media screen and (max-width: 620px) {
	.footer-box .footer-nav .nav ul li {
		margin-right: 10px;
	}

	.content .hot-search .left p,
	.content .hot-search .left a {
		font-size: 12px;
	}

	.content .hot-search .right input {
		width: 200px;
		height: 25px;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 35px;
	}

	.content .hot-search .right .search-ico {
		width: 35px;
		height: 25px;
	}

	.content .page02 .info-box {
		flex-wrap: wrap;
	}

	.content .page02 .info-box .left {
		width: 100%;
		height: auto;
	}

	.content .page02 .info-box .right {
		padding: 0 15px;
	}

	.content .page02 .info-box .right .top {
		margin-top: 20px;
		padding: 0;
	}

	.content .page02 .info-box .right .top a {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.content .page02 .info-box .right .top p {
		margin-top: 10px;
	}
	.content-ny .ny-nav ul li a{
		line-height: 60px;
	}
	.content-ny .ny-nav ul li{
		margin-right: 20px;
	}
	.content-ny .ny-nav ul li a{
		font-size: 14px;
	}
	.news-box .detail-li li a{
		padding: 15px 0;
		flex-wrap: wrap;
	}
	.news-box .detail-li li a .left{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgb(217, 217, 217);
		display: flex;
		flex-wrap: wrap;
		margin-right: 0;
		padding-right: 0;
	}
	.news-box .detail-li li a .img{
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.news-box .detail-li li a .img img{
		width: 100%;
		height: auto;
	}
	.news-box .detail-li li a .time{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		margin: 10px 0;
	}
	.news-box .detail-li li a .time p{
		margin: 0;
		font-size: 18px;
	}
	.news-box .detail-li li a .time span{
		font-size: 18px;
		font-weight: bold;
		margin-right: 30px;
	}
	.news-box .detail-li li a .ico{
		display: none;
	}
	.news-box .detail-li li a .text{
		margin-top: 20px;
	}
	.news-box .detail-li li:hover a{
		transform: none;
	}
	.contact-box .page01 .item.first{
		flex-direction: column;
		align-items: center;
	}
	.contact-box .page01 .item.first p{
		margin: 10px 0 0;
	}
}

@media screen and (max-width: 550px) {
	.beian-box p {
		flex-direction: column;
	}

	.footer-box .footer-nav .nav-logo {
		margin-right: 20px;
	}

	.footer-box .footer-nav .nav ul {
		flex-wrap: wrap;
	}

	.footer-information .right .item .pop-box {
		width: 90px;
		height: 96px;
		bottom: -98px;
	}

	.footer-information .right {
		width: 140px;
	}

	.footer-information .right .item:hover .pop-box img {
		width: 100%;
	}

	.content .page01 .li-info ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.content .page01 .li-info ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.content .page01 .li-info ul li:nth-child(2n) {
		margin-right: 0;
	}

	.content .page01 .li-info ul li:nth-child(n+4) {
		margin-bottom: 2%;
	}

	.content .page03 .info-box .right li a p {
		font-size: 14px;
		text-align: center;
	}

	.content .page03 .info-box .left p {
		font-size: 16px;

	}

	.content .page03 .info-box .right li a img {
		display: none !important;
	}

	.content .page05 .info-box .news-box .item-list .news-top {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.content .page05 .info-box .news-box .item-list .news-top,
	.content .page05 .info-box .news-box .item-list .news-top:nth-child(2) {
		width: 100%;
	}

	.content .page05 .info-box .news-box .item-list .news-top .news-img {
		height: auto;
	}

	.content .page05 .info-box ul.news-nav li,
	.content .page05 .info-box ul.news-nav .more>a {
		width: auto;
		padding: 10px;
	}

	.content .page05 .info-box ul.news-nav {
		justify-content: center;
	}
	.honor-box .img-box li,
	.fc-box .img-box li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.honor-box .img-box li:nth-child(3n),
	.fc-box .img-box li:nth-child(3n){
		margin-right: 2%;
	}
	.honor-box .img-box li:nth-child(2n),
	.fc-box .img-box li:nth-child(2n){
		margin-right: 0;
	}
	.honor-box .img-box li:nth-last-child(-n+3),
	.fc-box .img-box li:nth-last-child(-n+3){
		margin-bottom: 2%;
	}
	.honor-box .img-box li:nth-last-child(-n+2),
	.fc-box .img-box li:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.pageinfo ul li:last-child, .pageinfo ul li:first-child{
		width: 55px;
	}
	.pageinfo ul li{
		height: 30px;
		line-height: 30px;
	}
	.contact-box .page01 .item{
		min-height: auto;
	}
}

@media screen and (max-width: 500px) {
	.content .hot-search .search-box {
		display: block;
	}

	.content .hot-search {
		height: auto;
		padding: 15px 0;
	}

	.content .hot-search .left {
		line-height: 28px;
		margin-bottom: 10px;
	}

	.content .hot-search .right input {
		width: 100%;
	}

	.beian-box p a {
		text-align: center;
	}
}

@media screen and (max-width: 425px) {
	.footer-information {
		display: block;
	}

	.footer-information {
		/* padding-bottom: 90px; */
	}

	.content .page01 .li-info ul li a .bottom p {
		font-size: 14px;
	}
	.content-ny .ny-nav{
		width: 95%;
	}
	.content-ny .ny-nav ul li{
		margin-right: 0;
		width: auto;
	}
	.content-ny .ny-nav ul{
		justify-content: flex-start;
	}
	.contact-box .page01 .item.first{
		padding：
	}
}

@media screen and (max-width: 360px) {
	.header .top-box {
		height: 40px;
		padding: 5px 0;
		box-sizing: border-box;
	}

	.header .top-box p {
		font-size: 12px;
		line-height: 1.2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 30px;
	}

	.header .top-box p span {
		display: block;
	}

	.content .page02 .info-box .right ul {
		padding: 10px;
	}
	.contact-box .page01 .item{
		width: 100%;
		margin-bottom: 20px;
	
	}

}