

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	/* font-family: "myFirstFont"; */
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left;
	font-weight: normal
}

abbr,
body,
fieldset,
html,
iframe,
img {
	border: 0
}

address,
cite,
dfn,
em,
i,
var {
	font-style: normal;font-size: 14px;
}

[hidefocus],
select,
summary {
	outline: 0
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%
}

sub,
sup {
	font-size: 83%
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none
}

code,
kbd,
pre,
samp {
	font-family: inherit
}

q:after,
q:before {
	content: none
}

textarea {
	overflow: auto;
	resize: none;
	vertical-align: top
}

label,
summary {
	cursor: default;color: red;
}

button,
input,
select,
textarea {
	*font-size: 100%
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: normal
}

a,
a:hover,
del,
ins,
s,
u {
	text-decoration: none
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

a,
button {
	cursor: pointer
}

a:active,
a:hover {
	outline: 0;
	color:#FF7A29;
}

body,
button,
html,
input,
keygen,
legend,
select,
textarea {
	
	color: #666;
	outline: 0;
	border: 0;
	font-size: 12px;
	margin-top: -2px;
}
html,
body {
	color: #000;
	/* font-family: "myFirstFont"; */
	font-family: "Microsoft YaHei";
	font-size: 14px;
	margin-top:0;
}
a{color:#000 ;}
*{margin: 0;padding: 0;}
.centerBox{width: 1202px;margin: 0 auto;}
.l{float: left;}
.r{float: right;}
.textCenter{text-align: center !important;}
.c{clear: both;}
.h{overflow: hidden;}
.textRight{text-align: right; display: block;margin-right: 25px;}
/* page_table */
#page_table { font-size:14px;width: 100%;}
#page_table a{ color:#000; text-decoration:none;}
#page_table td { white-space:nowrap; line-height: 0px;}
#page_table td .number { margin:0 3px; border:1px #ccc solid; padding:0 2px;width:26px;text-align:center; height:22px;line-height:22px; display: inline-block;}
#page_table td .current { color:#fff; background-color:#357fd9;}
#page_table select{border: 1px solid #288ef0;
width: 50px;
height: 24px;
margin: 0 5px;}
.f_left{ float:left;}

/*2015-04-01*/
.deleted {color:#f00;}
.upfile-btns {padding: 6px 12px 6px 12px; background: #357fd9;  line-height: 44px; color: #ffffff; font-size:16px;border-radius: 5px;cursor: pointer;}
.upfile-btns:hover {
	background: #3172c0;
}
.fileupload span:nth-child(1){ overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;width: 100px;}



/*select*/
#page_table div{
        /*//用div的样式代替select的样式*/
        width: 65px;
        height: 24px;
        line-height:24px;
        border-radius: 5px;
       /* //盒子阴影修饰作用,自己随意
        box-shadow: 0 0 5px #ccc;*/
        position: relative;
    }
    #page_table select{
        /*//清除select的边框样式*/
        border: none;
        /*//清除select聚焦时候的边框颜色*/
        outline: none;
        /*//将select的宽高等于div的宽高*/
        width: 100%;
        height: 24px;
        line-height:24px;
        /*//隐藏select的下拉图标*/
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
       /* //通过padding-left的值让文字居中*/
        padding-left: 10px;
        background: url(../images/sjarrow.png) 45px center no-repeat;
        border:1px solid #357fd9;
    }
   /* //使用伪类给select添加自己想用的图标*/
    #page_table div:after{
        content: "";
        width: 14px;
        height: 8px;
        background: url(../images/sjarrow.png) 45px center no-repeat;
        /*//通过定位将图标放在合适的位置*/
        position: absolute;
        right: 20px;
        top: 45%;
       /* //给自定义的图标实现点击下来功能*/
        pointer-events: none;
    }
    option::-ms-expand{ display: none; }
    .not-arrow{

	padding: 5px 10px;
	
	border:1px solid #dcd8d8;
	
	-webkit-appearance:none;
	
	-moz-appearance:none;
	
	appearance:none; /*去掉下拉箭头*/
	background: url("images/jt_r.png") no-repeat center;

	}

	/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
	
	.not-arrow::-ms-expand { display: none; }