@charset "utf-8";
/* CSS Document */
/*一般企业站CSS样式*/
body {
    font: 12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    color: #666;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td, img {
    margin: 0;
    padding: 0;
}
a{text-decoration: none;
outline: medium none;
}
a{
	color: inherit;
}
a:hover{
    text-decoration: none;
}
.fr {
    float: right;
}
.fl {
    float: left;
}

a:focus {outline: none;} 
img{border:0;vertical-align: middle;max-width: 100%}
input{outline:none;}
ol,ul,li{list-style: none;}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}


/*合并表格边框，设置边框距为零*/


/*清除浮动*/
.clear{clear:both;}
.clear-fix:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}
.clear-fix {+height:1%;}

/*强制换行*/
.break_word{word-wrap:break-word;word-break:break-all;}

/*禁止换行*/
.keep_all{word-break:keep-all;white-space:nowrap;}

/*超出省略号，仅限单行，并且需要设定一个宽度*/
.ellipsis { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}

/*段落两端对齐*/
.case_intro , .txt_justify{text-align:justify;text-justify:inter-ideograph;}

/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/


/*隐藏*/
.hide{ display:none;}

/*仅写自己所要用到的*/
table{
border-collapse: collapse;
border-spacing: 0px;}
label{
	cursor: pointer;
}
select:focus {
	outline:none;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/select.png") #000 !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}


.test::-webkit-input-placeholder{color:#fff;}
.test:-moz-placeholder{color:#fff;}
.test::-moz-placeholder{color:#fff;}
.test:-ms-input-placeholder{color:#fff;}






