/*重置*/
@media (min-width:200px) and (max-width:768px){html{font-size:72.5%;}}
@media (min-width:769px){html{font-size:62.5%;}}

body,h1,h2,h3,h4,p,p1,p2,p3,p4,dl,dd,dt{margin:0;padding:0;display:block;}
body{background-color:#fff;overflow-x:hidden;}
img{display:block;border:none;max-width:100%;}
a{text-decoration:none;outline:none;display:block;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;}
*{color:#666666;font-family:"微软雅黑";font-size:1.3rem;box-sizing:border-box;}
.clear{clear:both;}
ul{margin:0;padding:0;}
li{list-style-type:none;}
i{font-style:normal;}
input,select,textarea,button,form{padding:0;margin:0;resize:none;border-radius:3px;border:solid 1px #d9edff;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none;display:block;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;}

/*ie警报*/
.attention_ie_overlay{width:100%;height:100%;margin:0 auto;position:fixed;top:0;left:0;background:#999;z-index:10;display:none;}
.attention_ie_overlay li{width:350px;height:300px;background:#0a5880;border-radius:5px;color:#fff;font-size:1.8rem;text-align:center;padding:20px;box-sizing:border-box;line-height:30px;text-align:left;position:absolute;left:50%;margin-left:-170px;top:50%;margin-top:-150px;}

/*QC_loading*/
.loading_overlay{width:100%;height:100%;margin:0 auto;position:fixed;top:0;left:0;background:#333;z-index:10000;}
.qc_loading_logo{position:fixed;left:50%;top:50%;width:120px;height:88px;margin-left:-60px;margin-top:-44px;}
.qc_loading1{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -90px;
	width: 180px;
	height: 180px;
	border-bottom:solid 3px #ff0000;
	border-radius: 50%;
	box-sizing: border-box;
	animation: qc_loading1 3s linear infinite;
}
@keyframes qc_loading1{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.qc_loading2{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -130px;
	width: 260px;
	height: 260px;
	border-right:solid 3px #666;
	border-radius: 50%;
	box-sizing: border-box;
	animation: qc_loading2 3s linear infinite;
}
@keyframes qc_loading2{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(-360deg);
	}
}

/*解决产品详情页，和案例详情页table图片尺寸问题*/
@media (min-width:769px){
.case_in_text img,.pd_in_text img{/*max-width:100% !Important;*/height:auto !important;display:inline-block;}

}
@media (min-width:200px) and (max-width:768px){
.case_in_text img,.pd_in_text img{max-width:100% !important;height:auto !Important;display:inline-block;}

}

