/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input
{margin:0;padding:0;border:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}*:focus{outline:none;}
a{color:#333;}
a:hover{color:#f00;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:"黑体";color: #333333;}
input::-webkit-input-placeholder{color: #;}
input:focus::-webkit-input-placeholder{color: #;}
input,textarea{-webkit-appearance: none;}/*去除内阴影*/
a,img{-webkit-touch-callout: none;}/*去除长时间按弹出*/
.calc{width: calc(100%-50px-2rem);}/*宽度减速*/
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}/*去除点击后出现暗色*/

@media only screen and (min-width: 320px) and (max-width: 769px) {
	header{width: 100%;}
	header img{display: block;height: 1.17rem;width: 100%;}
	.introWord{font-size: 0.24rem;line-height:0.38rem;padding:0.3rem 3%;border-bottom:1px solid #c9c9c9;}
	.introWord span{font-weight: bold;}
	article{padding: 0 3%;background: #FFFFFF;}
	article span{font-size:0.18rem;}
	article h1{height: 0.9rem;line-height: 0.9rem;font-size: 0.32rem;text-align: center;font-weight: normal;}
	aside{border: 1px solid #c9c9c9;border-radius: 5px;padding: 0.2rem 3%;font-size: 0.28rem;}
	.asideL{width: 32%;height: 0.7rem;text-align: right;padding-right: 2%;color: #00558e;}
	.asideR{width: 64%;line-height:0.32rem!important;padding-top:0.19rem;padding-bottom:0.19rem;margin-left: 4%;padding-left: 2%;min-height:0.7rem}
	.asideLineH01{line-height: 0.7rem;}
	.asideLineH02{line-height: 0.32rem;}
	.evenTr li{background: #f2f2f2;}
	footer{width: 100%;text-align: center;color: #FFFFFF;font-size: 0.24rem;line-height: 1.07rem;background: url(footerBg.png) no-repeat left bottom;background-size:100% 1.07rem;margin-top: 0.3rem;}
}