/*媒体查询，参考部分Bootstrap框架*/
/*当页面大于1600px时，超大屏幕，主要是PC端*/
@media (min-width:1280px) {
.wsmenuexpandermain, .wsmenucontent, .bigmegamenu, .i-b2{
	display: none;
}
/*------内页与公共部分------*/
main>.wrapper >h1,#content >h1, #content .page{
	display: none;
}
/*------------菜单-----------*/
nav.menu>ul>li>a {
	margin: 0 5px;
}
.slides li {
	height:600px;
}
/*------新闻详情页----*/
#content .news-info header p.p2 {
	display: none;
}

}
/*当页面大于1200px时，大屏幕，主要是PC端*/
@media (min-width:1024px) and (max-width:1279px) {
.wsmenuexpandermain, .wsmenucontent, .bigmegamenu, .i-b2{
	display: none;
}
/*------内页与公共部分------*/
main>.wrapper >h1,#content >h1, #content .page{
	display: none;
}
.slides li {
	height:500px;
}

/*-------新闻列表-------*/
main .wrapper4 hgroup.news-list figure h3 {
	font-size:1.5rem;
	padding: 5px 0px 0px 15px;
}
/*----新闻列表内容-----*/
main .wrapper4 hgroup.news-list figure figcaption p {
	max-height:74px;
	overflow:hidden;
	padding: 0 0px 5px 15px;
}
main .wrapper4 hgroup.news-list figure figcaption>.pubtime {
	font-size:1.3rem;
	padding-left: 15px;
}

/*------新闻详情页----*/
#content .news-info header p.p2 {
	display: none;
}
}

@media screen and (max-width:1023px) {
#header .top-1{
    padding: 10px 0 8px;
}
#header .top-1 ul.info-list li:first-child{
    display: none;
}
nav.menu {
	display: none;
}
#container {
	padding-top: 108px;
}
.slides li {
	height:400px;
}
/*--------首页小标题-----*/
main .m-head {
	margin: 0 0 20px 0;
}
main .m-head hgroup h2 {
	font-size: 2.4rem;
}
main .m-head hgroup .line {
	width: 40px;
	margin: 0 auto 20px;
}
main>section,footer{
	padding: 30px 15px 25px;
}
/*-------新闻列表-------*/
main .wrapper4 hgroup.news-list figure h3 {
	font-size:1.5rem;
	padding: 5px 0px 0px 15px;
}
/*----新闻列表内容-----*/
main .wrapper4 hgroup.news-list figure figcaption p {
	max-height:70px;
	overflow:hidden;
	line-height: 1.6;
	padding: 0 0px 5px 15px;
}
main .wrapper4 hgroup.news-list figure figcaption>.pubtime {
	font-size:1.3rem;
	padding-left: 15px;
}
/*------内页与公共部分------*/
aside {
	display: none;
}
main>.wrapper >h1,#content >h1, #content .page{
	display: none;
}
#content .inner-left {
	width: 100%;
}
#content ul.product-list li article{
	margin:0 12px;
}
/*------新闻详情页----*/
#content .news-info header p.p2 {
	display: none;
}
/*------新闻列表页----*/
#content hgroup {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: visible;
}
#content hgroup>figure h3{
	padding-left: 15px;
	font-size: 1.7rem;
}
#content hgroup>figure figcaption p {
	height: 52px;
	overflow: hidden;
	padding: 0px 0px 0px 15px;
}
#content hgroup>figure>figcaption>span {
	font-size: 1.3rem;
	padding-left: 15px;
}
#content hgroup>figure {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
}
/*在768 和 991 像素之间的屏幕里，小屏幕，主要是PAD */
@media screen and (max-width:768px) {
/*解决iphone横屏时字体变大问题*/
body {
	-webkit-text-size-adjust:100%;
}	

#header .top-1 ul.info-list li:nth-child(3){
    display: none;
}

.slides li {
	height:300px;
}
main .wrapper4 hgroup.news-list figure  {
	width: 100%;
}
footer>.wrapper>ul{
	display:none;
}
footer>.wrapper .info {
	width: 85%;
}
footer>.wrapper .scan {
	width: 15%;
}
#bottom .wrapper:last-child{
	display:none;
}

#bottom >.wrapper .left{
	width:100%;
	text-align:center;
}
#bottom >.wrapper .right{
	display:none;
}
#53kf, #iconDiv1, #hz6d_mnkh_talking, #hz6d_mnkh_min{
	display:none;
}
/*------内页与公共部分------*/
nav.breadcrumb-wrapper{
	padding: 20px 0;
}
#content {
    padding: 20px 0;
}
nav.breadcrumb-wrapper h2{
	display:none;
}
nav.breadcrumb-wrapper .location {
	text-align: left;
	width: 100%;
}
main>.wrapper >h1,#content >h1, #content .page{
	display: block;
}
#content ul.product-list li {
	width: 50%;
	margin-bottom:20px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#content ul.product-list li section{
	margin:0 10px;
}
/*------新闻详情页----*/
#content .news-info header p.p2 {
	display: none;
}
/*-----分页样式-----*/
nav.pagelist{
	display:none;
}
#content .prevnext {
	display:none;
}
#content .page {
	display:block;
}
}

/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:480px) {
#header .top-1 {
	display: none;
}	
#header .language {
	display:block;
}
#container {
	padding-top: 70px;
}	
.slides li {
	height:200px;
}
footer>.wrapper .info {
	width: 100%;
}
footer>.wrapper .scan {
	display:none;
}
/*-----焦点图----*/
.flex-direction-nav a {
	display: none;
}
.flex-control-nav {
	bottom: 4%;
}
.flex-control-nav li {
	margin: 0 2px;
}
main .wrapper1 ul.slider li p {
	height:46px;
	overflow:hidden;
}
/*-------新闻列表-------*/
main .wrapper4 hgroup.news-list figure h3 {
	font-size:1.4rem;
	padding: 0 0px 0px 12px;
}
/*----新闻列表内容-----*/
main .wrapper4 hgroup.news-list figure figcaption p {
	font-size: 1.3rem;
	max-height:42px;
	overflow:hidden;
	padding: 0 0px 0px 12px;
}
main .wrapper4 hgroup.news-list figure figcaption>.pubtime {
	font-size: 1.2rem;
	color: #999;
	padding-left: 12px;
}
#content ul.product-list li section{
	margin:0 8px;
}
.all-part{
	width:100%;
	margin:0 auto 15px; 
}
/*-----内页新闻列表-----*/
#content hgroup>figure img  {
	width: 30%;
}
#content hgroup>figure figcaption {
	width: 70%;
}
#content hgroup>figure h3{
	font-size: 1.4rem;
	padding: 0 0px 0px 12px;
}
#content hgroup>figure figcaption p {
	font-size: 1.3rem;
	line-height: 22px;
	height:45px;
	overflow:hidden;
	padding: 0 0px 0px 12px;
}
#content hgroup>figure>figcaption>span {
	font-size: 1.2rem;
	color: #999;
	padding-left: 12px;
}
#content hgroup>figure {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/*----新闻详情页----*/
#content .news-info header h1 {
	font-size: 2rem;
}
.news-info .news-body {
	font-size: 1.4rem;
	line-height: 23px;
	padding: 0 0px 10px;
}
.news-info .news-body p {
	margin-bottom: 1.2rem;
}
#content .news-info header p.p1 {
	display: none;
}
#content .news-info header p.p2 {
	display:block;
}
/*--------上下翻页------------*/
#content .page {
	padding-bottom:20px;
}
}
/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:375px) {
#container {
	padding-top: 65px;
}	
.slides li {
	height:170px;
}
#header .logo img{
	width:90%;
}
#content ul.product-list li section{
	margin:0 5px;
}
}
/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:320px) {
.slides li {
	height:140px;
}
}