 .comm_bg{background:#00B38A}
.comm_color{color:#00B38A } 
.comm_1300width{width: 1155px;}
a:focus {
outline:none;
-moz-outline:none;
-webkit-outline:none;
}
/**按钮效果**/
.comm_box_shadow{
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px
		0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px
		7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
}
.comm_box_shadow:hover {
	-moz-box-shadow: 0 3px 30px 0 rgba(255, 255, 255, .35) inset, 0 2px 7px
		0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 30px 0 rgba(255, 255, 255, .35) inset, 0 2px
		0px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 30px 0 rgba(255, 255, 255, .35) inset, 0 2px 7px 0
		rgba(0, 0, 0, .2);
}
.comm_box_shadow:active {
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px
		0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px
		7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1) inset, 0 1px 4px 0
		rgba(0, 0, 0, .1);
	border: 0px solid #ef4300;
}

input{
	border: 1px solid rgba(0, 179, 137, 1);
}
input:-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}

input::-webkit-input-placeholder {
	color: #fff;
}
.inputpldgray::-moz-placeholder {
	color: #999999;
}
.inputpldgray:-moz-placeholder {
	color: #999999;
}

.inputpldgray:-ms-input-placeholder {
	color: #999999;
}
.inputpldgray::-ms-input-placeholder {
	color: #999999;
}

.inputpldgray::-webkit-input-placeholder {
	color: #999999;
}
.inputpldgray:-webkit-input-placeholder {
	color: #999999;
}

input:focus {
	outline: none;
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 179, 137, .3) inset, 0 3px 1px 0
		rgba(0, 179, 137, .2);
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 179, 137, .3) inset, 0 3px 1px 0
		rgba(0, 179, 137, .2);
	box-shadow: 0 2px 7px 0 rgba(0, 179, 137, .3) inset, 0 2px 1px 0
		rgba(0, 179, 137, .2);
	/*
<length>①：
第1个长度值用来设置对象的阴影水平偏移值。可以为负值
<length>②：
第2个长度值用来设置对象的阴影垂直偏移值。可以为负值
<length>③：
如果提供了第3个长度值则用来设置对象的阴影模糊值。不允许负值
<length>④：
如果提供了第4个长度值则用来设置对象的阴影外延值。不允许负值
<color>：
设置对象的阴影的颜色。
inset：
设置对象的阴影类型为内阴影。该值为空时，则对象的阴影类型为外阴影
     */
}
/*显示单行*/
.singleLine{
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*greenBt**/
.greenBtComm{
	background: #00bd91;
	border: 1px solid #00bd91;
	cursor:pointer;
}

.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1;}

#infoPage {font-family: Verdana,Arial,Helvetica,sans-serif;height: 34px;float: right;}
#infoPage{width:auto;}/*expression(doucment.getElementById('infoPage').scrollWidth+'px';);*/
#infoPage ul li{float:left; line-height: 11px;list-style:none;color:#333;}
#infoPage li span { float: left}
#infoPage .prev {margin-right: 20px;}
#infoPage .next {margin-left: 15px;}
#infoPage .everyPage{border: 1px solid #00bd91;color: #FF6500;margin-right: 3px;padding: 5px 7px;text-decoration: none;}
#infoPage .nowPage{background: none repeat scroll 0 0 #00bd91;border: 1px solid #00bd91;color: #FFF;margin-right: 3px;padding: 5px 7px;text-decoration: none;}
#infoPage select{height:18px;color:#333;}
#infoPage span, .pager a {font-size: 12px;font-weight: bolder; text-decoration: none;}
#infoPage li {display: inline-block;height: 34px;}
#infoPage li a, #infoPage .pages li span {display: block; float: left; width: auto; line-height:11px;}
#infoPage li a:hover {color:#FFFFFF;background:#00bd91; border: 1px solid #00bd91;}
#infoPage .everyPage { color: #00bd91;}
#infoPage .upPage,#infoPage .downPage {text-decoration:none;color: #00bd91; border: 1px solid #00bd91;height: 16px; padding-top: 5px;text-align: center; width: 48px;margin-right: 4px;}
#infoPage li.current {color: #000000; cursor: default;}
#inputPage{border:#b3b5bd 1px solid; width:25px; height: 20px;text-align: center;}
#inputPage .jump {padding: 5px 7px;height: 32px;}
.page{font-size:12px; height:36px; overflow:hidden; padding-top:10px; text-align:right; padding-right:9px;}