
@media (max-width:767px){
.tem_inner,.met_section{width:100%;}
header .logo{display:block;margin:5px;text-align:center;}
header .logo img{max-width:80%;}
.tem_head{z-index: 1;}
.tem_head .hotline{
	float:none;
	background:none;
	display:block;
	padding:0;
	font-size:24px;
	text-align:center;
	background:#f3f2f1;
}
.tem_head .hotline a{font-size:24px;}
.tem_head .hotline strong{display:inline-block;font-size:14px;}
.tem_top_nav{width:30%;min-width:200px;}
.tem_top_nav dl{width:100%;float:none;}
.tem_top_nav dl dt{display:none;}
.tem_top_nav dl dd{padding:0;top:0;display:block;width:100%;text-align:center;border:0 none;background:none;}
.tem_top_nav dl dd a{margin:0 10px;display:inline-block;}
.tem_nav{display:none;}

.mobile-inner-header-icon {
    position: absolute;
    top: 55px; right: 0px;
    color: #ffffff;
    width: 50px; height: 50px;
    font-size: 25px;
    text-align: center;
    z-index:2;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
	overflow:hidden;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 2px) / 2);
    width: 25px;
    height: 3px;
    background-color: rgba(0, 0, 0, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-10px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50px);
    }
}
@keyframes clickthird {
    0% {
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-10px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes outthird {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(10px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 30px;
    display: none;
}

.mobile-inner-nav a {
    display: block;
    line-height: 50px;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
	text-align:center;
}
.mobile-inner-nav a:last-child{border-bottom:0 none;}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.tem_banner{margin:0;min-height:0;}
.tem_banner .flex-control-nav li a{width:20px;}
.tem_index_title{margin-bottom:20px;}
.tem_index_title h2{font-size:20px;font-weight:700;}
.tem_index_title p{font-size:14px;}

.tem_p1{padding:20px 0 30px;border-bottom:3px solid #f3f2f1;}
.p1_item{width:45%;margin:0 5px 10px;vertical-align:top;}
.p1_item img{width:60%;}
.p1_item h3{font-size:13px;}
.p1_item p{font-size:13px;}
.tem_p2{padding:20px 0 30px;}
.p2_item{width:100%;margin:0 0 20px;}
.tem_p3{padding-top:20px;background-color:#ddd!important;background-repeat:repeat-y;}
.tem_p3_tab{line-height:14px;height:auto;}
.tem_p3_tab li{width:auto;display:table-cell;vertical-align:top;}
.tem_p3_tab li h3{
	width:90%;height:auto;padding:2px 0;min-height:22px;line-height:1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tem_p3_tab li.more{display:block;width:100%;padding:10px 0;text-align:center;}
.tem_p3_list li{width:47.5%;margin-left:5px;margin-right:5px;margin-bottom:10px;}
.tem_p3_list li a{width:100%;height:auto;}
.tem_p3_list li:nth-child(2n+2){margin-right:0}
.tem_p3_list_img{width:100%;height:auto;}
.tem_p3_list_img img{width:100%;}
.tem_p3_list_img h3{padding:0 20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow: hidden;}
.tem_p3_list_txt{display:none;top:999px;}
.tem_p4 img{width:100%;}
.tem_footer_nav{margin-bottom:20px;}
.tem_footer_nav span{padding:0 10px;}
.tem_footer_text .logo,.tem_footer_text .qr{display:none;}
.tem_footer_text p{max-width:90%;}

.met_section_head{height:auto;line-height:1.2;padding:20px 0;}

.met_section{padding-top:1px;}
.met_section aside{float:none;width:auto;}
.met_section article{float:none;margin:0;padding:0;}
.met_section article .met_article{margin:0;}
.met_module2 h1.met_title{text-align:center;padding:0 20px;}
.met_module2 .met_infos{text-align:center;}


.met_list ul.list_ li{width:50%;margin-right:0;}

.met_pager .PageText,.met_pager #metPageT,.met_pager #metPageB{display:none;}

.showproduct dl.pshow dt{float:none;width:100%;}

.showproduct dl.pshow dd{float:none;width:100%;}

.my-simple-gallery img{width:100%;}

.showproduct .related_list li{width:50%;}
}
@media (min-width: 768px) and (max-width: 991px){
body{min-width:1200px;}
.tem_p3_list li:nth-child(3n){margin-right:0;}
}
@media (min-width:992px){
body{min-width:1200px;}
.tem_p3_list li:nth-child(3n){margin-right:0;}

.tem_p3_list li a:hover .tem_p3_list_img h3{display:none;}
.tem_p3_list li a:hover .tem_p3_list_txt{top:0;}
.mobile{display:none;}
}