@charset "utf-8";
/* CSS Document 自适应css使用于IE9以上主流浏览器*/

img{ max-width:100%; }
*{ box-sizing: border-box;}/*padding属性不增加原始宽度*/

@media screen and (max-width: 1024px) {
	.w_100{ width:100%!important; margin-bottom:10px;}
	.h_auto{ height:auto!important;} 
	
	
	/*焦点图*/
	.jdt ul{ height:360px!important;}
	.jdt ul li img{ height:360px;}
	
	/*切换卡*/
	.ul_1 em{ width:70%;  display:block; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
	.ul_1 span{text-align:right;}
	
}

@media screen and (min-width: 1000px) and (max-width: 1199px){}
	
@media screen and (max-width: 998px) {}



@media screen and (max-width: 768px) {
	
	.jdt ul{ height:300px!important;}
	.jdt ul li img{ height:300px;}
	
.neirong img{max-width:100%; height: auto!important;}
}

@media screen and (max-width: 625px) {
}

@media screen and (max-width: 520px) {
	.jdt ul{ height:218px!important;}
	.jdt ul li img{ height:218px!important;}
}

@media screen and (max-width: 400px) {

}













