@media only screen and (max-width: 1280px) {
	.foot_wechat {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1200px) {
	* {
		box-sizing: border-box;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.foot_tel {
		margin-left: 35%;
	}

	.foot_telimg {
		margin-left: 15%;
	}

	.main .profession ul li .txt {
		font-size: 14px
	}

	.cplb ul li {
		width: 30%;
		white-space: normal;
	}

	.cplb ul li:nth-child(5n) {
		margin-right: 2.5%;
	}

	.cplb a {
		font-size: 14px
	}

	.col.sm-col12 {
		width: 100%;
		float: left;
	}

	.col.sm-col1 {
		width: 8.33333333%;
	}

	.col.sm-col2 {
		width: 16.66666667%;
	}

	.col.sm-col3 {
		width: 25%;
	}

	.col.sm-col4 {
		width: 33.33333333%;
	}

	.col.sm-col5 {
		width: 41.66666667%;
	}

	.col.sm-col6 {
		width: 50%;
	}

	.col.sm-col7 {
		width: 58.33333333%;
	}

	.col.sm-col8 {
		width: 66.66666667%;
	}

	.col.sm-col9 {
		width: 75%;
	}

	.col.sm-col10 {
		width: 83.33333333%;
	}

	.col.sm-col11 {
		width: 91.66666667%;
	}

	.rbtn::after {
		display: none;
	}

	.lzpic2 {
		display: block;
	}

	.lzpic2 img {
		width: 100%;
	}

	.lzpic1 {
		display: none;
	}

	.article {
		line-height: 24px;
		font-size: 14px;
	}

	.wrapper {
		padding: 50px 0 0 0;
	}

	.header {
		height: 50px;
		z-index: 105;
	}

	.header .logo {
		height: 40px;
		margin-top: 5px;
	}

	.header .language {
		margin: 0 50px 0 0;
	}

	.header .language .tit {
		height: 50px;
		line-height: 50px;
		padding: 0 16px 0 0;
	}

	.header .language .list {
		top: 40px;
		width: 100px;
	}

	.header .language li a:hover {
		background: none;
	}

	.header .search-box {
		margin: 0;
		margin-right: 20px;
	}

	.header .search-box .search-btn {
		width: 50px;
		height: 50px;
	}

	.header .search-box .search-bar {
		width: 100%;
		height: 50px;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 200;
		padding: 0px;
	}

	.header .search-box .search-bar .close {
		display: none;
	}

	.header .search-box .search-bar .btn {
		width: 50px;
		height: 50px;
		float: right;
	}

	.header .search-box .search-bar .inpu {
		height: 50px;
		padding: 0 50px 0 0;
	}

	.header .search-box .search-bar .inpu input {
		background: #fff;
		height: 50px;
		line-height: 50px;
	}

	.header .menu-btn {
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
	}

	.header .menu-btn span {
		width: 28px;
		height: 3px;
		background: #005c9f;
		border-radius: 2px;
		position: absolute;
		left: 12px;
		top: 23px;
		z-index: 2;
		transition: 0.8s;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-ms-transition: 0.8s;
		-o-transition: 0.8s;
	}

	.header .menu-btn span.line1 {
		top: 14px;
	}

	.header .menu-btn span.line3 {
		top: 32px;
	}

	.menu-btn.on span.line1 {
		top: 23px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}

	.menu-btn.on span.line2 {
		opacity: 0;
	}

	.menu-btn.on span.line3 {
		top: 23px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}

	.header .nav {
		float: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 200;
		background: #fff;
		overflow: auto;
		max-height: 100vh;
		display: none;
	}

	.header .nav>ul>li {
		float: none;
	}

	.header .nav>ul>li:hover>a,
	.header .nav>ul>li>a {
		height: 50px;
		line-height: 50px;
		display: block;
		font-size: 15px;
		color: #333;
		padding: 0 20px;
		border-bottom: solid 1px #eee;
		position: relative;
	}

	.header .nav>ul>li:hover>a::before,
	.header .nav>ul>li>a::after,
	.header .nav>ul>li>a::before {
		display: none;
	}

	.header .nav>ul>li .arrow {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		background: url(../images/arrow4.png) no-repeat center;
	}

	.header .nav>ul>li.now .arrow {
		background-image: url(../image/arrow3.png);
	}

	.header .nav>ul>li.on>a,
	.header .nav>ul>li.now>a,
	.header .nav>ul>li.on:hover>a {
		color: #fc1;
		border-bottom: solid 1px #fc1;
	}

	.header .nav .sub {
		width: 100%;
		position: static;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		padding-top: 0;
	}

	.header .nav .sub li {
		margin-top: 0;
	}

	.header .nav .sub li a:hover,
	.header .nav .sub li a {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		color: #333;
		background: #eee;
		text-align: left;
		padding: 0 30px;
		border-bottom: solid 1px #ddd;
	}

	/* 顶部电话 */
	.head_mobile {
		display: none;
	}

	.footer {
		padding-top: 0;
	}

	.footer .link-list .list,
	.footer .link-list {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer .link-list .list {}

	.footer .link-list .tit {
		height: 40px;
		line-height: 40px;
		display: block;
		font-size: 16px;
		color: #fff;
		border-bottom: solid 1px #444;
	}

	.footer .link-list ul {
		margin-top: 0;
		border-bottom: solid 1px #444;
		display: none;
	}

	.footer .link-list li {
		line-height: 20px;
		margin: 14px 0;
	}

	.footer .link-list li a {
		color: #666;
		display: block;
	}

	.foot_wechat {
		float: inherit;
		text-align: center;
		margin: 50px 0;
	}

	.footer .right {
		float: none;
		text-align: center;
		margin: 20px 0 0 0;
	}

	.footer .address {
		text-align: center;
		margin: 20px 0;
	}

	.footer .bottom {
		padding: 10px 0;
		margin-top: 20px;
		text-align: center;
	}

	.footer .bottom .social-share,
	.footer .bottom .support,
	.footer .bottom .copy,
	.footer .bottom .l {
		float: none;
	}

	.footer .bottom .support {
		margin-left: 0;
	}

	.footer .bottom .social-share {
		display: inline-block;
		margin-top: 10px;
	}

	.footer .bottom .social-share a {
		width: 23px;
		height: 23px;
		float: left;
		position: relative;
		margin: 0 0 0 10px;
		background: no-repeat center;
		background-size: 100% 100%;
	}

	.footer .bottom .social-share a:hover {
		-webkit-filter: brightness(120%);
		-moz-filter: brightness(120%);
		-ms-filter: brightness(120%);
		-o-filter: brightness(120%);
		filter: brightness(120%);
	}

	/* .footer .bottom .social-share .icon-qq {
	background-image: url(../image/share1.png);
}
.footer .bottom .social-share .icon-wechat {
	background-image: url(../image/share2.png);
}
.footer .bottom .social-share .icon-weibo {
	background-image: url(../image/share3.png);
} */
	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}

	.main .pctitle .title {
		font-size: 18px;
	}

	.main .pctitle .title span::before {
		width: 50px;
		height: 15px;
		left: -20px;
		bottom: -4px;
	}

	.main .pctitle .title span::after {
		width: 50px;
		height: 15px;
		right: -20px;
		top: -4px;
	}

	.main .pctitle .slogan {
		font-size: 14px;
		margin-top: 8px;
	}

	.main .profession {
		padding: 30px 0;
	}

	.main .profession ul {
		margin: 30px -5px 0 -5px;
	}

	.main .profession ul li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.main .profession ul li .text {
		/* padding: 20px; */
	}

	.main .about .wrap {
		max-width: 600px;
	}

	.main .about .pic {
		width: 100%;
		height: auto;
		position: relative;
	}

	.main .about .pic img {
		display: block;
	}

	.main .about .cont {
		width: 100%;
		float: none;
		padding: 20px 10px;
		overflow: hidden;
	}

	.main .about .pctitle .entit {
		line-height: 40px;
		font-size: 40px;
	}

	.main .about .pctitle .slogan {
		margin-top: 2px;
	}

	.main .about .text {
		line-height: 24px;
		font-size: 14px;
		margin: 20px 0;
	}

	.main .about ul li {
		font-size: 14px;
	}

	.main .about ul li i {
		width: 70px;
		margin: 0 auto 10px auto;
	}

	.main .about .more {
		margin-top: 30px;
	}

	.main .production {
		padding: 30px 0;
	}

	.main .production .text .icon {
		/*width: 60px;*/
	}

	.main .production .text .txt {
		font-size: 20px;
		margin: 16px 0;
	}

	.main .news {
		padding: 2px 0 30px 0;
	}

	.main .news .content {
		margin-top: 30px;
	}

	.main .news .swiper-container {
		padding-bottom: 30px;
	}

	.main .news .swiper-slide .date {
		line-height: 32px;
		margin: 14px 0;
	}

	.main .news .swiper-slide .tit,
	.main .news .swiper-slide .txt {
		height: 24px;
		line-height: 24px;
	}

	.main .news .swiper-slide .tit {
		font-size: 14px;
	}

	.main .news .swiper-slide .txt {
		font-size: 12px;
	}

	.main .news .swiper-pagination-bullet {
		width: 14px;
		height: 3px;
		margin: 0 2px;
	}

	.main .maintain {
		padding: 50px 0;
	}

	.main .maintain .wrap {
		max-width: 600px;
	}

	.main .maintain .content {
		margin: 40px -5px 0 -5px;
	}

	.main .maintain .content textarea,
	.main .maintain .content input[type="text"] {
		padding: 12px;
	}

	.main .maintain .content .rbtn input[type="button"],
	.main .maintain .content .rbtn input[type="submit"],
	.main .maintain .content .rbtn button,
	.main .maintain .content .rbtn a {
		padding: 12px 0px;
	}

	.container .banner .lzpic1,
	.container .banner .lzpic2 {
		height: 200px;
	}

	.column-menu .wrap {
		width: 100%;
	}

	.column-menu .menu .btn {
		display: block;
		width: 50px;
		height: 50px;
		background: url(../image/menu.png) no-repeat center;
		background-size: 30px auto;
	}

	.column-menu .menu ul {
		display: none;
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 90;
		background: #fff;
		text-align: center;
		border-top: solid 1px #ddd;
	}

	.column-menu .menu li {
		margin: 0;
		float: none;
	}

	.column-menu .menu li.on a:hover,
	.column-menu .menu li.on a {
		color: #fc1;
		border-bottom: solid 1px #fc1;
	}

	.column-menu .menu li a {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		border-bottom: solid 1px #ddd;
	}

	.column-menu .menu li a:hover {
		color: #333;
	}

	.column-menu .crumbs {
		float: none;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
		background: url(../image/crumbs.png) no-repeat 0 center;
		font-size: 12px;
		margin-left: 10px;
	}

	.column-menu .crumbs a {
		font-size: 12px;
	}

	.paging li {
		margin: 0 2px;
	}

	.paging li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.paging li span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.paging li.prev a,
	.paging li.next a {
		width: 40px;
	}

	.prevnext .return,
	.prevnext .prev,
	.prevnext .next {
		width: 100%;
		float: none;
		margin: 4px 0 0 0;
	}

	.about-page .introduction {
		margin: 30px 0;
	}

	.about-page .introduction .content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.about-page .introduction .pic,
	.about-page .introduction .cont {
		width: 100%;
		float: none;
	}

	.about-page .introduction .entit {
		line-height: 40px;
		font-size: 40px;
	}

	.about-page .introduction .title {
		margin: 20px 0 30px 0;
	}

	.about-page .features {
		margin: 30px 0;
	}

	.about-page .features li {
		width: 50%;
	}

	.about-page .features li:nth-child(4n+1) {
		clear: none;
	}

	.about-page .features li:nth-child(2n+1) {
		clear: left;
	}

	.about-page .features li .box {
		padding: 30px 6px;
	}

	.about-page .features li .tit {
		font-size: 16px;
		margin: 20px 0;
	}

	.about-page .features li .txt {
		line-height: 24px;
		font-size: 14px;
	}

	.about-page .team,
	.about-page .honor {
		padding: 30px 0;
	}

	.team-list,
	.honor-list {
		margin-top: 30px;
	}

	.honor-list li {
		width: 33.33333%;
	}

	.honor-list li:nth-child(5n+1) {
		clear: none;
	}

	.honor-list li:nth-child(3n+1) {
		clear: left;
	}

	.honor-list li a:hover .txt {
		border-bottom: solid 2px #fc1;
	}

	.honor-list li .txt {
		border-bottom: solid 2px #fff;
	}

	@media only screen and (max-width: 600px) {
		.honor-list li {
			width: 50%;
		}

		.honor-list li:nth-child(3n+1) {
			clear: none;
		}

		.honor-list li:nth-child(2n+1) {
			clear: left;
		}
	}

	.team-list ul {
		margin: 0 -5px;
	}

	.team-list li {
		width: 50%;
		padding: 5px;
	}

	.team-list li:nth-child(5n+1) {
		clear: none;
	}

	.team-list li:nth-child(2n+1) {
		clear: left;
	}

	.news-page {
		padding: 30px 0;
	}

	.news-list ul {
		margin: 0 -5px;
	}

	.news-list li {
		width: 33.333333%;
		padding: 0 5px;
		margin-bottom: 24px;
	}

	.news-list li .date {
		line-height: 32px;
		margin: 14px 0;
	}

	.news-list li .tit,
	.news-list li .txt {
		height: 24px;
		line-height: 24px;
	}

	.news-list li .tit {
		font-size: 14px;
	}

	.news-list li .txt {
		font-size: 12px;
	}

	@media only screen and (max-width: 700px) {
		.news-list li {
			width: 50%;
		}
	}

	.news-page .details .title {
		font-size: 20px;
	}

	.news-page .details .article {
		padding: 30px 0;
		margin: 30px 0;
	}

	.produce-page .introduction {
		padding: 30px 0;
	}

	.produce-page .introduction .wrap {
		max-width: 600px;
	}

	.produce-page .introduction .td,
	.produce-page .introduction .table {
		display: block;
	}

	.produce-page .introduction .cont,
	.produce-page .introduction .pic {
		width: 100%;
		padding: 0;
	}

	.produce-page .introduction .cont {
		margin-top: 30px;
	}

	.produce-page .introduction .entit {
		font-size: 30px;
		line-height: 30px;
	}

	.produce-page .introduction .title {
		margin: 22px 0 30px 0;
	}

	.produce-page .introduction .address {
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}

	.produce-page .introduction .address .txt {
		background-size: 24px auto;
		background-position: 0 6px;
		padding: 6px 0 6px 36px;
	}

	.produce-page .introduction .address .txt span {
		margin-right: 10px;
	}

	.produce-page .surroundings {
		padding: 30px 0;
	}

	.produce-page .surroundings .title {
		font-size: 22px;
	}

	.produce-page .surroundings .swiper-container {
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.produce-page .surroundings .swiper-pagination-bullet {
		width: 14px;
		height: 3px;
		margin: 0 2px;
	}

	.equipment-page,
	.product-page {
		padding: 30px 0;
	}

	.equipment-page .paging,
	.product-page .paging {
		margin-top: 20px;
	}

	.product-list ul {
		margin: 0 -5px;
	}

	.product-list li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 16px;
	}

	.product-list li a:hover .picc {
		border: solid 1px #eee;
	}

	.product-list li a:hover .picc span {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}

	.product-list li a:hover .text {
		background: #f8f8f8;
	}

	.product-list li a:hover .tit {
		color: #333;
	}

	.product-list li a:hover .txt {
		color: #666;
	}

	.product-list li .picc::after {
		display: none;
	}

	.product-list li .text {
		padding: 6px;
	}

	.product-list li .tit {
		font-size: 16px;
	}

	.product-page .introduction {
		padding: 12px;
		max-width: 600px;
		margin: 0 auto;
	}

	.product-page .introduction .photo {
		width: 100%;
		padding: 0;
		float: none;
	}

	.product-page .introduction .photo .right {
		display: none;
	}

	.product-page .introduction .cont {
		width: 100%;
		float: none;
		margin: 30px 0 0 0;
	}

	.product-page .introduction .cont .model {
		font-size: 20px;
	}

	.product-page .introduction .cont .title {
		font-size: 22px;
	}

	.product-page .introduction .cont .text {
		margin: 20px 0;
		padding: 14px 0;
	}

	.product-page .introduction .cont .text li {
		width: 100%;
		font-size: 14px;
		float: none;
	}

	.product-page .details {
		padding: 12px;
	}

	.product-page .details .article {
		padding: 20px 0;
	}

	.equipment-page .product-list .tit {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}

	.contact-page .contact {
		padding: 30px 0;
		margin: 0;
	}

	.contact-page .contact .wrap {
		max-width: 600px;
	}

	.contact-page .contact .title {
		font-size: 20px;
	}

	.contact-page .contact .entit {
		font-size: 12px;
	}

	.contact-page .address,
	.contact-page .message {
		width: 100%;
		padding: 0;
		float: none;
	}

	.contact-page .address .text {
		margin: 20px 0;
	}

	.contact-page .address .txt {
		margin: 16px 0;
		padding: 3px 0 3px 50px;
	}

	.contact-page .address .qrcode p {
		margin-top: 10px;
	}

	.contact-page .message {
		margin-top: 40px;
	}

	.contact-page .message .inputbox {
		margin-top: 20px;
	}

	.contact-page .message .inputbox .col {
		margin-bottom: 10px;
	}

	.contact-page .message .inputbox input,
	.contact-page .message .inputbox textarea {
		padding: 10px;
	}

	.contact-page .message .inputbox textarea {
		height: 100px;
	}

	.contact-page .map #allmap {
		height: 400px;
	}

	.single-page {
		padding: 30px 0;
	}

	.single-page .title {
		font-size: 20px;
	}

	.recruitment-page {
		padding: 30px 0;
	}

	.recruitment-page .entit {
		font-size: 26px;
	}

	.recruitment-page .title {
		font-size: 26px;
	}

	.recruitment {
		margin-top: 30px;
	}

	.recruitment li {
		border-left: solid 2px #fff;
		margin-bottom: 12px;
	}

	.recruitment li.on {
		border-left: solid 2px #fc1;
	}

	.recruitment .top {
		background-position: right 10px top 10px;
		padding: 10px 40px 10px 10px;
	}

	.recruitment .cont {
		padding: 10px 10px 20px 10px;
	}

	.recruitment .cont .text {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}




























}

/*手机版css*/
@media only screen and (max-width: 850px) {
	.foot_tel {
		margin-left: 30%;
	}

	.foot_telimg {
		margin-left: 30%;
	}
}

@media only screen and (max-width: 450px) {
	.foot_tel {
		margin-left: 20%;
	}

	.foot_telimg {
		margin-left: 50%;
	}
}

@media only screen and (max-width: 375px) {
	.foot_telimg {
		margin-left: 70%;
	}
}
