@charset "UTF-8";
@media only screen and (max-width: 1000px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.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;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	/* padding: 50px 0 0 0; */
}
.header {
	/* height: 60px; */
	z-index: 105;
	/* padding: 5px 0px; */
}
.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;
}
.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: 5px;
	z-index: 3;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #007bc7;
	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 {
	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; display: none;
	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(../images/arrow3.png);
}
.header .nav > ul > li.on > a,
.header .nav > ul > li.now > a,
.header .nav > ul > li.on:hover > a{
	color: #007bc7;
	border-bottom: solid 1px #007bc7;
}
.header .nav .sub li{border-bottom: #ddd solid 1px;}
.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;
}
.footer {
	padding-top:30px;
}
.footer .link-list{overflow: hidden; width:100%; display:table; float: none;}
.footer .link-list .list { display: table-cell; vertical-align:middle; float: none;
	text-align: center;
}
.foot_contact_us{display: block;}
.footer .link-list .list {
	padding: 0px;
}
.footer .link-list .tit {
	height: 46px;
	line-height: 46px;
	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;
}
.footer .right {
	float: none;
	width: 100%;
	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(../images/share1.png);
}
.footer .bottom .social-share .icon-wechat {
	background-image: url(../images/share2.png);
}
.footer .bottom .social-share .icon-weibo {
	background-image: url(../images/share3.png);
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.main .pctitle .title {
	font-size: 26px;
}
.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: 16px;
	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(../images/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: #007bc7;
	border-bottom: solid 1px #007bc7;
}
.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(../images/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.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 #007bc7;
}
.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;
}

.footer{padding-top: 0px;}
.foot_contact_us{font-size: 14px;}
.foot_contact_us .item .picbox img{height: 20px;}
.foot_contact_us .item .picbox{margin-right: 3px;display: table-cell;}
.foot_contact_us .item_tel{font-size: 20px;display: table;width: 100%;}
.footer .link-list{overflow: hidden; width:100%; display:block; float: none;}
.footer .link-list .list {width: 25%;float: left;text-align: center;}
.foot_contact_us{display: block;}

.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; font-size: 14px;
}
.contact-page .address .txt {
	margin: 16px 0;
	padding: 3px 0 3px 50px;
}
.contact-page .address p{
	margin: 16px 0;
}
.contact_pctitle{padding-top: 30px;}
.contact_pctitle .title{font-size: 24px;}
.contact_pctitle{font-size: 16px;}
.contact-page .address .qrcode p {
	margin-top: 10px;
}
.contact-page .message{
	margin-top: 0px;
}
.contact-page .message .inputbox {
	margin-top:0px;
}
.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 #007bc7;
}
.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;
}

.main .profession ul li .icon{height: 40px;}
.main .profession ul li .txt{font-size: 18px;}
.main .profession ul li .text{padding: 15px 20px;}

.main .pctitle .title{font-size: 24px;}
.main .pctitle .slogan{font-size: 14px;}
.main .production{/* padding: 20px 10px; */}
.col.sm-col12{width: 100%; margin: 8px 0px;}
.main .production .text.table .icon{width:65px;}
.main .production .text.table .txt{font-size: 20px; margin: 15px 0px;}
.header{/* height: 50px; */}
.header .menu-btn{top: 12px;}
.header .logo{height: 72px;/* padding:3px 0px; */}
.main .profession{padding-bottom: 20px;}
.header .language{margin-top: -5px;}


.skin_type_product_ct_li_box_title{font-size: 16px; padding: 10px 0px;}

.main .production .text.table .txt{font-size: 16px;}
.main .news .swiper-slide .date{font-size: 12px; line-height:30px;}
.header_search .input_class{width: 220px; padding:8px 10px;}
.search_class{width: 35px;}
.header .language{margin: 0px;}
.foot_contact_us .item{display: table; width: 100%;}
.foot_contact_us .item .picbox{float: none;}

.header .logo span{display: none;}
.header .menu-btn{display: none;}
.header .logo{height: 30px;}
.header .logo img{height: 60px;}
.header .language {display: block; text-align: left; font-size: 14px; display: inline-block;}
.header .language img{height:16px; margin-right:5px;}
.header .language b{display: block; font-size: 18px;}
.header .nav{display: block; position: initial; overflow: initial; height: initial; background:rgb(1, 141, 214); padding:5px; padding-bottom: 2px;}
.header .nav > ul{width: 100%; overflow: hidden;}
.header .nav > ul > li{width: 25%; float: left; padding:3px ;}
.header .nav > ul > li:hover > a, .header .nav > ul > li > a{padding: 0px 5px;}
.header .nav > ul > li > a{color: #fff; border: #fff solid 1px; border-radius: 5px; display: block; line-height:32px; height:34px; font-size: 14px;}
.header .nav > ul > li.on > a{border-color: #f35c13; color: #fff;}
.nav_table{    grid-template-columns: repeat(1, minmax(0, 1fr)); padding-top: 15px;}
.nav_table_li .ui-search-keyword{padding: 10px 15px;}
.search_but{width: 50px;}
.nav_table_li{padding: 10px; }
.nav_table_li_search{margin: 0px; padding-right: 50px;}
.nav_table_li:nth-child(2){display: none;}
.nav_table_li:nth-child(3){display: none;}
.curriculum_home_l{display:none;}
.curriculum_home{padding: 20px 0px;}
.curriculum_home_r{padding: 0px;}
.curriculum_home_r_title{font-size:20px;}
.curriculum_home_r_title a{font-size: 14px; margin-top: 2px;}
.banner_gz_table{display: block; text-align: center;}
.banner_gz{padding: 20px;}
.banner_gz_table_l span{padding: 3px;}
.banner_gz_table_l{font-size:20px; display: block; text-align: center;}
.banner_gz_table_l span b{font-size: 16px;}
.banner_gz_table_r{display: block; width: 100%; text-align: center; padding-top: 20px;}
.banner_gz_table_r a{padding: 10px 20px;}
.fullmeasure_title{font-size:18px;}
.fullmeasure_width{padding: 30px 0px;}
.fullmeasure_title b{font-size: 28px;}
.fullmeasure_txt{margin-top: 10px; margin-bottom: 20px;}
.fullmeasure_txt span{font-size: 16px; display: block;}
.fullmeasure_talbe{display: block; }
.fullmeasure_talbe_txt{display: block; width: 100%;}
.fullmeasure_talbe_title{font-size: 18px;line-height: 40px;margin-bottom: 20px;}
.fullmeasure_talbe_title b{font-size: 20px;padding: 0px 15px;margin-right: 10px;}
.fullmeasure_talbe{padding:20px 0px;}
.fullmeasure_talbe_li{font-size: 16px; margin: 10px 10px; background: url(../images/gou_icon.png) 10px 5px no-repeat; background-size: 20px auto;
    padding-left:35px;}
	.fullmeasure_talbe_img{padding: 0px 20px;}
.fullmeasure_talbe:nth-child(2n){flex-wrap: wrap; display: flex;}
.fullmeasure_talbe:nth-child(2n) .fullmeasure_talbe_txt{order: -1;}
.title_txt{font-size: 16px; padding-top: 10px;}
.Products_Gallery .wrap{background:none}
.main .about{padding: 30px 0px 0px;}
.main .about .content{margin:20px 0px 0px; display: block;}
.main .about .pic{display: block; width: 100%; padding: 0px;}
.main .about .cont{display: block;}
.main .about .text{padding: 0px; margin: 0px;}
.main .about .cont{padding: 0px; padding-top: 15px;}
.main .about .more{margin-top:20px; text-align: center;}
.main .about .more a{font-size: 14px; padding: 6px 30px;}
.home_news{padding: 30px 0px;}
.home_news_table{grid-template-columns: repeat(1, minmax(0, 1fr)); grid-gap:15px; padding-top: 20px;}
.home_news_li{display: block;}
.home_news_li_img{width:100%; display: block;}
.home_Online{padding:20px; margin-bottom: 20px;}
.home_Online_table{margin-top: 20px; display: block;}
.home_Online_table_title{font-size: 14px;}
.home_Online_table_l{display: block; width: 100%; padding: 0px;}
.home_Online_table_r{display: none;}
.banner_gz_fax{display: block;}
.banner_gz_contact{display:block; font-size:24px; padding-bottom: 10px;}
.tel_txt b{font-size: 24px;}
.banner_gz_contact_tel{justify-content: center; padding: 0px;}
.banner_gz_api{width: 100%; text-align: center; display: block; padding-top: 20px;}
.banner_gz_api_li{margin: 0px 5px; width:100px;}
.banner_gz_api_li span{font-size: 14px;}
}/*手机版css*/

@media only screen and (max-width: 500px) {
	.Product_width{padding-top:15px;  grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap:10px;}
	.main .production .text.table .icon{width: 40px;}
	.main .production .text.table .txt{font-size: 14px;}
	.home_about_mub_li_title span.million_class{top: 22px;}
	.main .about .content{margin-bottom: 30px;}
	.skin_type_product_ct_li_box_title{font-size: 14px;}
	.suspension{display: none;}
	
	.footer_top .wrap{padding: 0px; width: 100%;}
	.banner_pc{display: none;}
	.banner_mc{display:block;}
	.footer_top_width{display: block;}
	.footer_top_width_l{width: 100%; padding: 20px 20px; display: block;}
	.footer_top_width_r{display: block; width: 100%; background: #02354f; padding: 20px;}
	.footer_top_width_r_txt b{font-size: 16px;}
	.footer_top_width_r_li{display: block; float: none;}
	.footer_top_width_r_img{display: block; float: none; text-align: center; padding-top: 20px;}
	.footer_top_width_r_img .banner_gz_api_li{margin: 0px 5px;}
	.footer_bottom_nav a{padding: 5px 10px;}
	.footer_bottom_nav{font-size: 14px;}
	.footer_bottom{font-size: 12px;}
	.pctitle_width .swiper-button-white{display: block;}

	.about-contact{padding: 20px; font-size: 14px;}

}

