/*网站初始化样式===============================*/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea { font:16px "Microsoft YaHei",tahoma,arial,\5b8b\4f53,sans-serif; }
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:14px; } 
ul,li, ol { list-style:none; } 
a { text-decoration:none;color: #000; -webkit-tap-highlight-color: transparent;} 
a,img,span{margin: 0; padding: 0; font-size: 14px;font-family: "Microsoft YaHei",tahoma,arial,\5b8b\4f53,sans-serif;}
a:hover { /* text-decoration:underline; */text-decoration:none; color: #0c82ff; } 
img{  vertical-align: middle; border: 0;}
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }
.fl{
	  float: left;
}
.fr{
	  float: right;
}
/*3D*/
.thD{
	transform: rotate(180deg);
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: rgb(70, 59, 127);
}
/*清除浮动*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}

/*版心样式====================================*/

.wrap{
	   /* min-width: 1100px;
      max-width: 1200px;  */
        width: 1200px;
	  margin: 0 auto;
}
 body { 
     color: #000;
     margin: 0 auto;
    position: relative; 
     background-color: #EFEFF4; 
    /* 解决点击事件ios端闪烁问题 */
     -webkit-tap-highlight-color: transparent; 
} 
/* html{
    font-size: 100px;
} */
div,button{
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a,input,button{outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-focus-ring-color: rgba(0, 0, 0, 0);}