/*媒体查询*/


/*所有比原尺寸多16px*/

@media screen and (max-width:1296px) {
	.max {
		width: 100%;
		margin: 0 auto;
	}
	/***************************首页********************/
	.logo {
		max-width: 290px;
		margin-top: 20px;
	}
	.about .about_right {
		padding: 15px;
	}
	.about .about_right p {
		font-size: 12px;
		line-height: 24px;
	}
	.foottop .footlogo {
		margin: 0 3%;
	}
	.newslist_details .right {
		padding-top: 20px;
	}
}

@media screen and (max-width:1008px) {
	.max {
		width: 100%;
		margin: 0 auto;
	}
	/***************************首页********************/
	.logo {
		max-width: 200px;
		margin-top: 30px;
	}
	.nav li {
		width: 80px;
	}
	.about .about_left {
		width: 353px;
		height: 202px;
	}
	.about .about_right {
		width: calc(100% - 353px);
		height: 202px;
		padding: 10px;
	}
	.about .about_right p {
		line-height: 22px;
	}
	.information .center .cenBP b span:nth-child(1) {
		font-size: 12px;
	}
	.information .center .cenBP b span:nth-child(2) {
		font-size: 12px;
	}
	.information .center .cenBP p span:nth-child(2) {
		font-size: 12px;
	}
	.foottop .footnav {
		width: 40%;
	}
	.foottop .footnav ul {
		margin-right: 10px;
	}
	.foottop .footlogo {
		width: 30%;
		margin: 0 2%;
	}
	.foottop .footWeChat {
		width: 26%;
	}
	.drop-down {
		width: 240px;
		margin-right: 20px;
	}
	.right {
		width: calc(100% - 260px);
		padding-top: 20px;
	}
	.paging a {
		padding: 10px 10px;
	}
	.newslist .list li {
		margin-bottom: 20px;
	}
	.newslist .list li img {
		max-width: 200px;
		max-height: 100px;
	}
	.newslist .list li .BPE {
		width: calc(100% - 200px);
		padding: 0 15px;
	}
	.newslist .list li .BPE b {
		font-size: 14px;
	}
	.newslist .list li .BPE p {
		margin: 5px 0;
	}
}

@media screen and (max-width:784px) {
	.max {
		width: 98%;
		margin: 0 auto;
	}
	/*折叠导航*/
	.btn {
		position: absolute;
		top: 25px;
		right: 10px;
		z-index: 999;
		display: block;
	}
	.btn div {
		width: 24px;
		height: 2px;
		background: #fff;
		margin-bottom: 6px;
	}
	.header .nav {
		display: none;
		position: absolute;
		right: 0%;
		top: 67px;
		z-index: 9999;
		width: 50%;
		background-color: rgba(24, 134, 188, .9);
	}
	.header .nav li {
		float: left;
		width: 100%;
		text-align: center;
		position: relative;
		line-height: 50px;
		height: 50px;
	}
	.header .nav li a {
		font-weight: normal;
		font-size: 14px;
		color: #fff;
	}
	.nav li:hover,
	.nav .select {
		background: rgba(27, , 151, 209, 1);
	}
	.header .two {
		display: none;
	}
	.header .nav li:hover .two {
		display: none;
	}
	/*折叠结束*/
	.logo {
		max-width: 250px;
		margin-top: 8px;
	}
	.swiper-one.swiper-container {
		margin-top: 67px;
	}
	.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px;
	}
	.product_service {
		padding: 20px 0;
	}
	.title {
		text-align: center;
		margin-bottom: 20px;
	}
	.title h2 {
		font-size: 20px;
	}
	.title h2 img {
		max-width: 30px;
		max-height: 30px;
		margin-top: -3px;
	}
	.title p {
		font-size: 12px;
		line-height: 24px;
		text-align: justify;
	}
	.product .service {
		width: 49%;
		margin-right: 2%;
	}
	.product .service:nth-child(2n) {
		margin-right: 0%;
		margin-bottom: 2%;
	}
	.product .service p {
		line-height: 40px;
		height: 40px;
		font-size: 12px;
	}
	.zhizao .zzlist{padding:0 5px;}
	.zhizao .zzlist h3{font-size:16px;}
	.zhizao .zzlist p{font-size:12px;line-height:20px;}
	
	.honor .hlist {
		width: 49%;
		margin-right: 2%;
	}
	.honor .hlist:nth-child(2n) {
		margin-right: 0%;
	}
	.honor .hlist p {
		font-size: 14px;
		line-height: 30px;
		height: 40px;
	}
	.strength_display {
		padding: 20px 0 0;
	}
	.strength p {
		font-size: 12px;
	}
	.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px;
	}
	.About_us {
		padding: 20px 0;
	}
	.about .about_left {
		width: 100%;
		height: auto;
	}
	.about .about_right {
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.about .about_right p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 20;
		line-height: 28px;
	}
	.information_center {
		margin: 20px 0;
	}
	.information .center {
		width: 100%;
	}
	.foottop {
		padding: 20px 0 10px;
	}
	.foottop .footnav {
		width: 100%;
	}
	.foottop .footnav h3 {
		font-size: 16px;
	}
	.foottop .footnav ul {
		margin-right: 25px;
	}
	.foottop .footnav ul li:nth-child(1) {
		font-size: 14px;
		line-height: 40px;
	}
	.foottop .footnav ul li a {
		font-size: 12px;
		line-height: 28px;
	}
	.foottop .footlogo {
		display: none;
	}
	.foottop .footWeChat {
		width: 100%;
		margin-top: 10px;
	}
	.footWeChat>p {
		font-size: 12px;
	}
	.footbottom p {
		font-size: 12px;
		line-height: 28px;
	}
	.footbottom p span {
		display: block;
	}
	.ProductService {
		margin-bottom: 20px;
	}
	.dtp {
		width: 100%;
		margin-top: 67px;
	}
	.drop-down {
		width: 100%;
	}
	.route a {
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}
	.drop-down>h2 {
		font-size: 20px;
		color: #fff;
		background: #0e81b7;
		font-weight: 300;
		line-height: 60px;
		height: 60px;
		padding: 0 20px;
		margin-bottom: 5px;
	}
	.ProductService .drop-down>h2 img {
		max-width: 30px;
		max-height: 30px;
	}
	.drop-down>h2 img {
		margin-top: 17px;
	}
	.drop-down .one>li a {
		padding: 0 15px 0 30px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 3px;
		font-size: 14px;
	}
	.drop-down .one .two>li a {
		padding: 0 18px 0 50px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 3px;
		font-size: 14px;
	}
	.right {
		width: 100%;
		padding-top: 20px;
		border: none;
	}
	.paging a {
		padding: 3px 7px;
		margin-right: 2px;
		font-size: 12px;
	}
	.paging {
		margin-top: 20px;
	}
	.brief_introduction {
		font-size: 12px;
	}
	.service2 {
		font-size: 12px;
	}
	.AboutUs2 .drop-down>h2 img {
		margin-top: 10px;
	}
	.AboutUs2 {
		margin-bottom: 20px;
	}
	.EnterpriseStrength2 .drop-down>h2 img {
		margin-top: 10px;
	}
	.EnterpriseStrength2 .brief_introduction .imgp p {
		line-height: 30px;
		height: 30px;
		font-size: 14px;
	}
	.EnterpriseStrength2 {
		margin-bottom: 20px;
	}
	.newslist .list li img {
		max-width: 40%;
	}
	.newslist .list li .BPE {
		width: 60%;
		padding: 0 10px;
	}
	.newslist .list li .BPE b {
		font-size: 12px;
	}
	.newslist .list li .BPE p {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
		text-align: justify;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin: 0;
	}
	.newslist .list li .BPE em {
		font-size: 12px;
	}
	.newslist .paging {
		margin-top: 30px;
	}
	.newslist {
		margin-bottom: 30px;
	}
	.newslist .drop-down>h2 img {
		margin-top: 12px;
	}
	.newslist_details .drop-down>h2 img {
		margin-top: 12px;
	}
	.title2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.title2 h3 {
		font-size: 14px;
	}
	.title2 p {
		font-size: 12px;
	}
	.newslist_details .sxp a {
		line-height: 40px;
		height: 40px;
		width: 100%;
		font-size: 14px;
	}
	.newslist_details .sxp a:nth-child(2) {
		float: left;
		text-align: left;
	}
	.newslist_details {
		margin-bottom: 0px;
	}
	.contactus2 .ting {
		width: 100%;
	}
	.printing {
		padding-top: 20px;
	}
	.contactus2 .ting h3 {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
	.contactus2 .prin {
		padding: 10px;
	}
	.contactus2 .prin p {
		font-size: 12px;
		text-indent: 0em;
	}
	.contactus2 .prin p:nth-child(1) {
		margin-bottom: 10px;
	}
	.contactus2 {
		margin-bottom: 0px;
	}
	.brief_introduction p {
		margin-bottom: 10px;
	}
	.brief_introduction .img0{max-width:90%;margin:0 auto 10px auto;}
	.service2 p {
		margin-bottom: 10px;
	}
	.zzimg img {
		position: absolute;
		top: 15%;
		left: 5%;
		width: 90%;
	}
}