@charset "utf-8";

/* Global Reset */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}

html,
body {
	max-width: 100%;
	color: #333;
	outline: none;
	font: normal normal normal 14px Arial, Helvetica, 'Microsoft YaHei', 'Hiragino Sans GB', 'Helvetica Neue', '微软雅黑', sans-serif !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
}

button,
.radius,
select,
input,
textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

button {
	background-color: transparent;
}

.radio,
.checkboxDfl {
	width: 14px;
	height: 14px;
}

.border {
	border: 1px solid #DDDDDD;
}

.borderAdree {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.noneBorder {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;;
	-ms-border-radius: 0 !important;;
	-o-border-radius: 0 !important;;
	border-radius: 0 !important;;
}

.radius8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.abtn {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

hr {
	border: none;
	padding: 0px;
	margin: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	line-height: 1.4;
	cursor: pointer;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	margin-bottom: 0px;
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

button {
	border: none;
	color: #333333;
}

i {
	font-style: normal;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

input {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	outline: none;
	vertical-align: middle;
	color: #333;
}

textarea {
	background: none;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	outline: none;
	vertical-align: middle;
	-webkit-appearance: none;
	font-size: 14px;
	color: #333;
	overflow-y: visible;
	resize: vertical;
}

sup {
	color: red;
	font-size: 1rem;
	top: -.1em;
	margin-right: 3px;
	font-weight: bold;
}

mark {
	background-color: #e7e7e7;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666666;
	font-size: 14px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
	font-size: 14px;
}

.overflowEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sizeBold {
	font-size: 16px;
	font-weight: bold;
}

.opacity {
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
}

.opacity80 {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.opacity60 {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.opacity10 {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.opacity {
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
}

.opacity40 {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.shadow {
	background-color: white;
	-webkit-box-shadow: 0px 5px 5px -5px #706f6f;
	-moz-box-shadow: 0px 5px 5px -5px #706f6f;
	-o-box-shadow: 0px 5px 5px -5px #706f6f;
	-ms-box-shadow: 0px 5px 5px -5px #706f6f;
	box-shadow: 0px 5px 5px -5px #706f6f;
}

.color666 {
	color: #666666 !important;
}

.color999 {
	color: #999999 !important;
}

.blod {
	font-weight: bold;
}

.form-control {
	padding: 0 0 0 10px;
	line-height: 34px;
}

.divCenter {
	margin: 0 auto;
	width: 86%;
	max-width: 1400px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}


/*页码*/

.pagination2 {
	font-size: 0;
	margin-top: 15px;
	text-align: center;
}

.pagination2 a,
.pagination2 input {
	margin-right: 6px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	line-height: 28px;
	height: 30px;
	min-width: 33px;
	display: inline-block;
}

.pagination2 .page-sum {
	font-size: 14px;
	margin: 0 6px;
}

.pagination2 .ok {
	background-color: #d8d8d8;
}

.pagination2 input {
	margin-left: 6px;
	padding: 0 6px;
	width: 40px;
}


/*页面按钮*/

.dptj-bgbox {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.dptj-bgbox button,
.dptj-bgbox a {
	display: inline-block;
	width: 110px;
	margin-right: 10px;
	height: 34px;
	background-color: #e0e0e0;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
}


/*表格内的按钮）*/

.leftbtnImg {
	text-align: center;
}

.leftbtnImg a,
.leftbtnImg button {
	width: auto;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	font-size: 14px;
	background-color: transparent;
}

.leftbtnImg button:last-child,
.leftbtnImg a:last-child {
	margin-right: 0px;
}


/*灰线白底按钮*/

.grayWhiteBtn {
	border: 1px solid #cccccc;
	background-color: white;
	text-align: center;
}

.grayWhiteBtn:hover {
	background-color: #e0e0e0;
	border: 1px solid #e0e0e0;
}

.fontSize16 {
	font-size: 16px;
	line-height: 34px;
}

.A_Btn {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0 12px;
	color: #333333;
	background-color: #e0e0e0;
}

.floatRight {
	float: right !important;
	overflow: hidden !important;
}

.more_btn .radius {
	padding: 0px;
	float: right;
	height: 30px;
	padding: 0 10px;
	background-color: transparent;
	border: 1px solid #cccccc;
	line-height: 30px;
}

.more_btn .radius:hover {
	background-color: #e0e0e0;
	border: 1px solid #e0e0e0;
}