﻿


/*默认样式及公共样式*/
*{margin: 0;padding: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin: 0;-webkit-tap-highlight-color:transparent;
-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%; box-sizing:border-box;}
table {border-collapse:collapse;border-spacing:0}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var{ font-weight:normal; font-style:normal;}
ol,ul {list-style: none outside none;}
caption,th{text-align:left;}
body{color:#333;font-size:12px;font-family:'方正兰亭黑','Microsoft Yahei','sans-serif','SimSun','Arial';}
/*body{color:#333;font-size:12px;font-family:'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;}*/



a{color:#0066b3; text-decoration:none;}
a:hover{/*color:#0066b3;*/text-decoration:none;}
input,select,textarea,button{/*font-size:14px;*/appearance: none;-o-appearance: none;-moz-appearance: none;-webkit-appearance: none;-webkit-tap-highlight-color:rgba(0,0,0,0);-o-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:rgba(0,0,0,0);-ms-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);border-radius:0;color:#333;font-family:'方正兰亭黑','Microsoft Yahei','SimSun','Arial'; border:0; background:none;outline:none;resize:none;}
img{border:0;  display:block; max-width:100%;/*pointer-events: none;*/}
em,i{ font-style:normal; }

html,body{  overflow-x:hidden;max-width:750px; position:relative; margin:0 auto;left: 0 ;top: 0;line-height:inherit; }
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;/*此处只是去掉默认的小*/
}


/*头部*/





/*页尾*/
.m_footer{padding:0.8rem 0 ;background:#257fcf; overflow:hidden;  width:100%; color:#fff;}
.m_nav_bottom li{width:33%; float:left; text-align:center;  font-size:0.48rem; }
.m_nav_bottom li img{width:12%; vertical-align: middle;display:inline-block;}
.m_nav_bottom li span{ vertical-align: middle; display:inline-block;padding-left:0.2rem;}
.m_copyRight{  text-align:center; font-size: 0.48rem; color:#fff; padding-top:0.4rem;}
.m_copyRight span{ padding-left: 0.6rem;}
