@charset 'utf-8';

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-ExtraLight';
	src: url('../fonts/Oswald-ExtraLight.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/Oswald-Light.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Medium';
	src: url('../fonts/Oswald-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Bold';
	src: url('../fonts/Oswald-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-SemiBold';
	src: url('../fonts/Oswald-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-family: "Oswald","calibri","PingFang SC","微软雅黑","Arial","FontAwesome","Helvetica Neue LT Pro", "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#000;
}
a:hover,a.focus{
	color:#000;
	outline: none;
}
.clear{
    clear:both;
}
#main{
	min-height:500px;
}
.box{
    width:920px;
    box-sizing: border-box;
    margin:0 auto;
	
}
.p-box{
	padding:10px;
}
#header{
    background-color: #fff;
	padding:10px 0;
    /* padding:20px 0 12px 0; */
}
.header-box{
	height:70px;
	position:relative;
}
.logo{
	float:left;
	margin:0;
	height:inherit;
}
.logo img{
	height:100%;
}
.mobile-menu-btn{
	position:absolute;
	left:0;
	bottom:0;
	display: none;
}
.mobile-menu-btn a{
	display: inline-block;
	vertical-align:middle;
	color:#000;
	font-size: 25px;
	font-weight:bold;
}
.mobile-menu-btn a:nth-of-type(1){
	
	width:30px;
}
.mobile-menu-btn a:nth-of-type(1):after{
	content:'';
	clear:both;
}
.mobile-menu-btn a b{
	float:left;
	width:100%;
	height:4px;
	background-color: #000;
	margin:1px 0;
	border-radius:1.5px;
}
.m-category-box{
	display: none;
}
.mobile-search,.mobile-lang{
	display: none;
}
.mobile-search .search form{
	display: flex;
	box-sizing: border-box;
	padding:0 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction:row;
    justify-content:flex-start;
	flex-wrap: nowrap;
	width:100%;
}
.mobile-search .search #mobile-search-input{
	flex:1;
}
.menu{
	float:left;
	margin-left:35px;
	height:inherit;
}
.header-handle{
	float:right;
	height:inherit;
}
.menu-list{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction:row;
    justify-content:flex-start;
	align-items:flex-end;
	flex-wrap: nowrap;
	height:inherit;
}
.menu-list li{
	flex-shrink:1;
	margin-right:40px;
	line-height: 0;
}
.menu-list li a{
	font-family: 'Oswald-SemiBold';
	color:#000;
	font-size:16px;
	line-height: 16px;
}
.h-handle-box{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
	flex-direction: column;
	justify-content: flex-end;
	height:inherit;
}
.lang{
	margin-bottom:5px;
}
.lang a{
	color:#000;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.search{
	position:relative;
}
.search-result{
	position:absolute;
	/* width: */
}
.search form{
	line-height: 0;
}
.search-btn{
	display: inline-block;
	background-color: transparent;
	border:none;
	padding:0;
	line-height: 0;
}
.search-kw{
	width:180px;
	height:30px;
	box-sizing: border-box;
	padding:0 10px;
	border:1px solid #000;
	border-radius:5px;
	font-style:italic;
	font-size: 14px;
	line-height: 30px;
	
}
.search-btn i{
	color:#000;
	font-size: 20px;
	font-weight: normal;
}
.search-kw:focus,.search-btn:focus{
	outline: none;
}
#banner{
	margin-top:7px;
}
.banner-box{
	position:relative;
}

#banner .swiper-slide{
	line-height: 0;
}
#banner .swiper-slide img{
	width:100%;
}
.banner-pagination{
	width:100%;
	text-align:center;
	margin-top:3px;
}
.banner-pagination .swiper-pagination-bullet{
	width:13px;
	height:13px;
	border:1px solid #000;
	border-radius:50%;
	margin:0 5px;
}
.banner-pagination .swiper-pagination-bullet-active{
	width:13px;
	height:13px;
	border:1px solid #000;
	border-radius:50%;
	background-color: #bcbdc0;
}
.main-box{
	
}
.show-category-box{
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap:20px;
	-webkit-grid-row-gap:20px;
	-moz-grid-row-gap:20px;
	-ms-grid-row-gap:20px;
	grid-column-gap:20px;
	-webkit-grid-column-gap:20px;
	-moz-grid-column-gap:20px;
	-ms-grid-column-gap:20px;
	margin-bottom:20px;
}
.category-one{
	width:100%;
	position:relative;
	line-height: 0;
}
.category-one a{
	display: block;
}
.category-one img{
	width:100%;
}
.category-name{
	position:absolute;
	bottom:9%;
	left:0;
	width:90%;
	color:#fff;
	text-indent:10px;
	padding:20px 0;
	font-size:18px;
}
.category-name span{
	position: relative;
	z-index:2;
}
.list-banner .category-name span{
	opacity: 0.8;
}
.category-bg{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 0;
	opacity: 0.6;
}
#slider{
	position:absolute;
	width:225px;
	left:-245px;
	top:0;
	border:1px solid #000;
	background-color: #fff;
}
#slider a{
	display: block;
	line-height: 0;
	border-top:1px solid #000;
}
#slider b{
	display: inline-block;
	vertical-align: middle;
	width:30px;
	height:38px;
}
#slider span{
	display: inline-block;
	vertical-align: middle;
	color:#000;
	font-size:16px;
	margin-left:23px;
	line-height: 38px;
	
}
.block-18{
	width:18%;
}
.block-27{
	width:27%;
}
.block-21{
	width:21%;
}
.block-20{
	width:20%;
}
.block-12{
	width:12%;
}
#slider a:nth-of-type(1){
	border-top:0;
}
#footer{
	background-color: #fff;
	border-top:3px solid #000;
	padding:20px 0 150px 0;
	margin-top:10px;
}
.footer-box{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items:flex-start;
	
}
.footer-block{
	box-sizing: border-box;
	padding:10px 0 10px 10px;
	border-left:1px solid #000;
	height:auto;
}
.footer-f-block{
	border-left:none;
	padding-left:0;
}
.footer-logo img{
	width:140px;
}
.footer-block h3{
	font-family: 'Oswald-SemiBold';
	font-weight: normal;
	font-size:18px;
	color:#000;
}
.footer-block-content{
	margin-top:18px;
}
.footer-block-content p{
	font-family: 'Oswald-Light';
	font-size:13px;
	color:#000;
	letter-spacing: 0;
	line-height: 18px;
}
.footer-email{
	margin-top:25px;
}
.footer-list li a{
	font-family: 'Oswald-Light';
	font-size: 13px;
	color:#000;
	line-height: 18px;
}
.icon-list{
	margin-top:18px;
}
.icon-list a b{
	display: inline-block;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-size: 100% auto;
	margin-bottom:5px;
}
.icon-list .fb-icon b{
	background-image: url("../images/fb-icon.png");
}
.icon-list .in-icon b{
	background-image: url("../images/in-icon.png");
}
.icon-list .wb-icon b{
	background-image: url("../images/wb-icon.png");
}
.icon-list .yt-icon b{
	background-image: url("../images/yt-icon.png");
}
.icon-list .g-icon b{
	background-image: url("../images/g-icon.png");
}
.break{
	margin-bottom:5px;
	padding:8px 0;
	border-bottom:8px solid #eee;
}
.break a,.break span{
	font-family: 'Oswald-Light';
	display: inline-block;
	font-size:16px;
	color:#000;
	opacity:.8;
}
.break .now-break{
	color:#000;
}
.break a:hover{
	text-decoration: underline;
}
.break span{
	margin:0 5px;
}
.cat-intro-box{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction:row;
	flex-wrap:nowrap;
    justify-content:space-between;
}
.cat-intro-left{
	position:relative;
	width:48%;
}
.cat-intro-left img{
	width:100%;
}
.cat-intro-box .category-name{
	width:80%;
	font-size: 32px;
}
.cat-intro-right{
	width:48%;
	position:relative;
}
.cat-intro-right h2{
	font-family: 'Oswald-SemiBold';
	font-size:32px;
}
.cat-intro-right p{
	font-family: 'Oswald-light';
	line-height: 20px;
	margin-top:10px;
}
.cat-intro-right .icon-list{
	position: absolute;
	bottom:0;
	right:0;
}
.child-category-box{
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap:10px;
	-webkit-grid-row-gap:10px;
	-moz-grid-row-gap:10px;
	-ms-grid-row-gap:10px;
	grid-column-gap:20px;
	-webkit-grid-column-gap:20px;
	-moz-grid-column-gap:20px;
	-ms-grid-column-gap:20px;
	margin-top:20px;
}
.cat-img{
	width:100%;
	padding:5px;
	box-sizing: border-box;
	border:1px solid #b1b1b1;
	border-radius:10px;
	line-height: 0;
}
.child-category-one img{
	width:100%;
	border-radius:10px;
}
.child-category-one p{
	text-align: center;
	color:#555;
	font-size: 14px;
	margin-top:5px;
}
.list-banner{
	width:100%;
	height:80px;
	overflow: hidden;
	position:relative;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction:row;
	justify-content:flex-end;
	align-items:center;
}
.list-banner img{
	width:100%;
	/* height:100%; */
}
.list-banner .category-name{
	width:50%;
	padding:5px 0;
	font-size:30px;
}

.p-list-one{
	padding:20px 0; 
	border-bottom:8px solid #eee;
}
.p-list-one .p-select,.p-list-one .p-desc{
	float:left;
}
.p-list-one .p-img{
	float:left;
	width:23%;
}
.p-list-one .p-img img{
	width:100%;
}
.p-list-one .p-select{
	width:50%;
}
.p-list-one .p-desc{
	width:25%;
	margin:0 1%;
}
.p-select table{
	width:100%;
}
.p-select table th,.p-select table td{
	text-align: center;
	padding:8px 0;
	font-size:14px;
}
.p-select table td{
	/* font-weight: bold; */
	font-family: 'Oswald-ExtraLight';
}
.p-select table td a{
	font-family: 'Oswald-ExtraLight';
}
.p-select table td a:hover{
	text-decoration: underline;
}
.p-select table td a:focus{
	outline:none;
}
.p-select table tr{
	padding:5px 0;
}
.p-select table tr:nth-of-type(1){
	border-bottom:1px solid #000;
}
.p-select table tr:nth-of-type(even){
	background-color: #ededed;
}
.p-select table tr td:nth-of-type(1),.p-select table tr th:nth-of-type(1){
	text-align:left;
}
.p-tip{
	font-size:12px;
	color:#555;
	margin-top:20px;
}
.p-desc h3{
	font-size:20px;
	font-weight:bold;
	color:#555;
}
.p-desc h3 a{
	color:#555;
	line-height: 28px;
}
.name-tip{
	color:#555;
	font-size:16px;
}
.short-desc{
	font-size:14px;
	color:#555;
	margin-top:20px;
	line-height:18px;
}

.p-d-left{
	float: left;
	width:49%;
	margin-right:1%;
}
.p-d-right{
	float: right;
	width:50%;
	
}
.p-d-top-right{
	width:50%;
	float:right;
	margin-top:10px;
}
.d-img-main img{
}
.p-d-right h2{
	font-size:20px;
}
.p-d-right .p-select{
	margin-top:10px;
}
.d-desc{
	font-family: 'Oswald-Light';
	margin:5px 0;
	font-size: 13px;
	color:#666;
}
.add-box{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction:row;
    justify-content:space-between;
	align-items: flex-end;
	margin-top:20px;
}
.news-box{
	
}
.news-box h2,.care-box h2{
	font-family: 'Oswald-SemiBold';
	font-size:30px;
	color:#000;
}
.news-title-desc,.care-title-desc{
	font-family: 'Oswald-light';
	color:#000;
	padding:5px 0;
}
.news-one{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction:row;
    justify-content:space-between;
	flex-wrap: nowrap;
	padding:20px 0;
	border-bottom:1px solid #333;
	align-items: flex-start;
}
.news-one img{
	width:40%;
	height:auto;
}
.news-one .news-msg{
	width:60%;
}
.time-title{
	font-family: 'Oswald-SemiBold';
	display: inline-block;
	width:100%;
	padding:5px 8px;
	box-sizing: border-box;
	background-color: #ededed;
	color:#000;
	font-size:24px;
	border-bottom:2px solid #555;
}
.news-box{
	float:left;
	width:74%;
}
.news-msg{
	margin-left:10px;
}
.news-msg h3{
	font-size:30px;
	color:#555;
}
.news-title-tip{
	font-family: 'Oswald-SemiBold';
	font-size:20px;
	color:#000;
	opacity: 0.6;
}
.time-list{
	float:right;
	width:25%;
	margin-left:1%;
}
.news-content{
	margin-top:10px;
}
.news-content p{
	font-family: 'Oswald-Light';
	color:#000;
	line-height: 20px;
	height:80px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 4;
	-moz-box-orient:vertical;
	-moz-line-clamp: 4;
	-ms-box-orient:vertical;
	-ms-line-clamp: 4;
	text-align:justify;
}
.news-more{
	font-family: 'Oswald-Light';
	float:right;
	color:red;
}
.news-detail{
	border-bottom:1px solid #333;
	padding:10px 0;
}
.news-detail .news-msg{
	margin-left:0;
	margin:10px 0;
}

.news-text .news{
	
}
.news-text .news p{
	/* float:left; */
	color:#555;
	line-height: 18px;
}
.care-list{
	width:70%;
}
.care-one{
	margin-top:18px;
}
.care-one h3{
	width:100%;
	padding:5px 10px;
	font-size:20px;
	color:#555;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
.care-block{
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	grid-template-columns: repeat(auto-fill,60px);
	-webkit-grid-template-columns: repeat(auto-fill,60px);
	-moz-grid-template-columns: repeat(auto-fill,60px);
	-ms-grid-template-columns: repeat(auto-fill,60px);
	grid-column-gap:21px;
	-webkit-grid-column-gap:21px;
	-moz-grid-column-gap:21px;
	-ms-grid-column-gap:21px;
	grid-row-gap:20px;
	-webkit-grid-row-gap:20px;
	-moz-grid-row-gap:20px;
	-ms-grid-row-gap:20px;
	justify-items:center;
}
.care-block a{
	display: inline-block;
	line-height: 0;
}
.search-pages-submit{
	display: inline-block;
	font-size:14px;
	width:200px;
	margin:0;
}
.tb-pic a { display:table-cell; text-align:center; vertical-align:middle; }
.tb-pic a img {vertical-align:middle; }
.tb-pic a {*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb { padding: 5px; overflow: hidden; }
.tb-thumb li {background:none repeat scroll 0 0 transparent; float:left; margin:0 6px 0 0; overflow:hidden; padding:1px; }

.tb-s310 a { *font-size:271px;}
.tb-s40 a { *font-size:35px;}
.tb-s40{ height:60px;}
.tb-booth { border-bottom:1px solid #f5f5f5; position:relative; z-index:1;overflow: hidden; }
.tb-booth img { max-width: 100%;margin: 0 auto; display: block; }
.tb-thumb .tb-selected { background:none repeat scroll 0 0 #000; height:62px;}
.tb-thumb .tb-selected div { background-color:#FFFFFF; border:medium none; }
.tb-thumb li div { border:1px solid #eee; overflow: hidden;}
.more-box{
	margin:5px auto;
	text-align: center;
}
.time-title{
	margin-bottom:10px;
}
.time-one{
	font-family: 'Oswald-Light';
	color:#000;
	font-size:14px;
	margin-bottom:20px;
}
.time-one a{
	font-family: 'Oswald-Light';
	display: block;
	color:#000;
	margin-top:3px;
}
.time-one a span{
	display: inline-block;
	margin-right:3px;
}
.footer-block-box{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.footer-left-block-box{
	width:45%;
}
.footer-right-block-box{
	width:30%;
}
.footer-logo-block{
	width:35%;
}

.footer-addr-block{
	width:65%;
	flex:1;
}
.footer-site-block{
	width:50%;
}
.footer-info-block{
	width:50%;
	flex:1;
}
.map-text{
	width:50%;
	float:left;
}
.customview-content *{
	font-family: "Oswald","calibri","PingFang SC","微软雅黑","Arial","FontAwesome","Helvetica Neue LT Pro", "Helvetica Neue", Helvetica, sans-serif!important;
}
#map{
	width:48%;
	float:right;
	border:#ccc solid 1px;
	height:300px;
}
.care-detail-box{
	margin-top:5px;
	border-top:5px solid #ededed;
	display: none;
	padding:10px 0;
}
.care-detail-top{
	margin-bottom:10px;
}
.care-detail-top img{
	display: inline-block;
	vertical-align: middle;
}
.care-detail-top span{
	display: inline-block;
	vertical-align: middle;
	font-size:20px;
	font-weight:bold;
	margin-left:10px;
}
.care-detail-content p{
	font-family:'Oswald-Light';
}
.big-img-block{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	z-index:9;
	display: none;
	text-align: center;
}
.big-img-box{
	position:relative;
	display: inline-block;
	top:50px;
	max-width:55%;
	background-color: #fff;
	box-sizing: border-box;
	padding:10px;
	border-radius:5px;
}
.big-img-box img{
	width:100%;
}
.big-img-box button{
	display: block;
	position:absolute;
	right:-10px;
	top:-10px;
	width:20px;
	height:20px;
	border:1px solid #000;
	border-radius:50%;
	background-color: #fff;
	box-sizing: border-box;
	padding:1px;
	line-height: 0;
}
.big-img-box button i{
	display: inline-block;
	width:100%;
	height:100%;
	background-color: #000;
	color:#fff;
	border-radius:50%;
	font-size: 12px;
	line-height: 16px;
}
.services-box,.catalog-list{
	padding-top:10px;
}
.catalog-list{
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap:10px;
	-webkit-grid-row-gap:10px;
	-moz-grid-row-gap:10px;
	-ms-grid-row-gap:10px;
	grid-column-gap:20px;
	-webkit-grid-column-gap:20px;
	-moz-grid-column-gap:20px;
	-ms-grid-column-gap:20px;
	margin-bottom:20px;
}
.catalog-cover{
	border:1px solid #000;
	border-radius: 5px;
	box-sizing: border-box;
	padding:5px;
	margin:5px 0 8px 0;
}
.catalog-cover img{
	width:100%;
	border-radius:5px;
}
.catalog-one a{
	display: block;
	text-align: center;
	background-color: #f8f8f8;
	padding:5px 0;
	border-radius:3px;
}
.catalog-one a span{
	margin-right:5px;
}
.banner-swiper{
	--swiper-navigation-size: 20px;
}
.banner-swpier-button{
	color:#f8f8f8;
	background-color: #666;
	width:30px;
	height:30px;
	font-size: 14px;
	border-radius: 50%;
	opacity: 0.7;
}
.c-purple{
	background: #2e3092;
}
.c-skyblue{
	background: #00aeef;
}
.c-green{
	background: #00a54f;
}
.c-yellow{
	background: #fff101;
}
.c-red{
	background: #ee1d23;
}
.c-mauve{
	background: #ed028c;
}
.c-mauve{
	background: #ed028c;
}
.c-maroon{
	background: #a54586;
}
.c-orange{
	background: #f58220;
}
.c-pink{
	background: #f8abad;
}
.c-saddlebrown{
	background: #806a63;
}
.c-lavender{
	background: #c6c4e1;
}
.c-blue{
	background: #6c8bc6;
}
.c-sandybeige{
	background: #a25641;
}
.b-1{
	background-color: #eefcff;
}
.b-2{
	background-color: #fffbef;
}
.b-3{
	background-color: #f4ffee;
}
.b-4{
	background-color: #fff4ee;
}
.b-5{
	background-color: #f9eeff;
}
.b-6{
	background-color: #ffeef3;
}

@media only screen and (max-width:1400px){
	#slider{
		display: none;
	}
}

@media only screen and (max-width:1000px){
	.p-list-one .p-img{
		width:207px;
	}
	.p-list-one .p-desc{
		width:65%;
		float:right;
		margin:0;
	}
	.p-list-one .p-select{
		width:65%;
		float:right;
	}
	.box{
		width:90%;
	}
	#search-input{
		display: none;
		position:absolute;
		top:0;
		left:-180px;
	}
	.h-handle-box{
		align-items: flex-end;
	}
	.search:hover #search-input{
		display: block;
	}
	.show-category-box{
		grid-template-columns:1fr 1fr 1fr;
	}
	.child-category-box{
		grid-template-columns:1fr 1fr 1fr;
	}
	.p-box{
		padding:0 0 10px 0;
	}
	.footer-logo img{
		width:100px;
	}
}
@media only screen and (min-width:770px){
	.m-category-box{
		display: none!important;
	}
	.m-menu-cat-more{
		display: none;
	}
	.pc-menu-cat-more{
		display: block;
	}
}
@media only screen and (max-width:769px){
	.m-menu-cat-more{
		display: inline-block;
	}
	.pc-menu-cat-more{
		display: none!important;
	}
	.p-list-one .p-img{
		width:40%;
	}
	.p-list-one .p-desc{
		width:57%;
		float:right;
		margin:0;
	}
	.p-list-one .p-select{
		width:100%;
		float:right;
	}
	.header-handle{
		display: none;
	}
	.logo{
		width:100%;
		text-align: center;
	}
	.mobile-menu-btn{
		display: block;
	}
	.mobile-lang{
		display: block;
	}
	.mobile-search{
		display: block;
	}
	.menu{
		position:absolute;
		top:79px;
		left:0;
		width:100%;
		background-color: #fff;
		float:none;
		margin-left:0;
		height:auto;
		z-index:9;
		display: none;
	}
	.menu-list{
		display: block;
	}
	.menu-list li a{
		width:100%;
		padding:10px 0;
		display: inline-block;
		text-align: center;
	}
	.menu-list li{
		border-top:1px solid #000;
		margin-right:0;
	}
	.mobile-search .search{
		padding:10px 0;
	}
	.menu-list li .m-category-box a{
		display: block;
		position: relative;
		padding:10px 0;
		border-top:1px solid #000;
	}
	.m-category-box a b{
		display: inline-block;
		position: absolute;
		width:20px;
		height:20px;
		left: 0;
		top:8px;
	}
	.child-category-box{
		grid-template-columns:1fr 1fr;
	}
	.show-category-box{
		grid-template-columns:1fr 1fr;
		grid-row-gap:10px;
		-webkit-grid-row-gap:10px;
		-moz-grid-row-gap:10px;
		-ms-grid-row-gap:10px;
		grid-column-gap:10px;
		-webkit-grid-column-gap:10px;
		-moz-grid-column-gap:10px;
		-ms-grid-column-gap:10px;
		margin-bottom:10px;
	}
	.footer-left-block-box{
		width:35%;
	}
	.footer-block-box{
		display: block;
	}
	.footer-logo-block,.footer-addr-block,.footer-site-block,.footer-info-block{
		width:100%;
		margin-bottom: 10px;;
	}
	.time-list{
		display: none;
	}
	.news-box{
		width:100%;
	}
	.map-text,#dituContent{
		float:none;
		width:100%;
	}
	.care-list{
		width:100%;
	}
	.footer-logo img{
		width:140px;
	}
	.p-d-left{
		width: 55%;
	}
	.p-d-top-right{
		width:40%;
	}
	.p-d-right{
		width:100%;
		float:none;
	}
	.big-img-box{
		max-width: 95%;
	}
	.tb-booth{
		height:auto;
	}
	.tb-booth img{
		height:auto;
	}
	#map{
		float:none;
		width:100%;
	}
}

@media only screen and (max-width:500px){
	.footer-block h3{
		font-size: 14px;
	}
	.footer-list li a{
		font-size:10px;
	}
	.footer-block-content p{
		font-size: 10px;
	}
	.mobile-menu-btn a{
		font-size:20px;
	}
	.news-one{
		display: block;
	}
	.news-one img{
		display: block;
		width:80%;
		margin:0 auto;
	}
	.news-one .news-msg{
		width:100%;
		margin-left:0;
		margin-top:10px;
	}
	.cat-intro-box{
		display: block;
	}
	.cat-intro-left{
		width:100%;
	}
	.cat-intro-right{
		width:100%;
	}
	.break a, .break span{
		font-size:12px;
	}
	.list-banner .category-name{
		width:90%;
	}
	.block-21{
		width:34%;
	}
	.p-d-top-right{
		width:100%;
		float:none;
	}
	.big-img-box{
		max-width: 95%;
	}
	.p-d-left{
		width:90%;
		float:none;
		margin: 0 auto;
	}
	.footer-logo img{
		width:100%;
	}
	.category-name{
		font-size:14px;
	}
	.list-banner .category-name{
		font-size: 18px;
		bottom:20%;
	}
}