@CHARSET "UTF-8";
   /**去除默认样式**/
   html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		padding: 0px;
		margin: 0px;
		border: 0px;
		outline: 0px;
	}
	body{
        font-family: "Microsoft YaHei", SimSun, Arial, sans-serif;
        font-size: 14px;
        margin:0px;
        padding:0px;
        min-width: 1200px;
        min-height: 75%;
    }
    ol,ul{margin:0;padding:0;list-style:none;}
    a{text-decoration:none;}
	img{border:none;}
	em, i {
    	font-style: normal;
	}
	.clearfix:after{
	  content: ""; 
	  display: block; 
	  height: 0;
	  clear: both; 
	  visibility: hidden; 
	}
    .my_site{
        margin-top: 10px;
    }
    .my_site  .shouye{
        color: #00AFF0;
    }
	.my_site p{
	    color: #999999;
	    line-height: 39px;
	    font-size:14px;
	    background: url(../imgs/in2.png) no-repeat left center;
	    padding-left: 20px;
        margin-left: 18px;
	}
	a:link {
	    color: #8b8b8b;
	    text-decoration: none;
	}
	input, textarea, select {
	    color: #333;
	    margin: 0;
	    padding: 0;
	    font-size: 12px;
	    vertical-align: middle;
	}