﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑"
}
body {
	min-width:1200px;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0
}
html {
	height: 100%;
	margin-bottom: 1px;
	-webkit-text-size-adjust: none;
}
input, select, option {
	border: none;
	vertical-align: middle;
	font-size: 12px;
	outline: none;
}
input[type="submit"] {
	cursor: pointer;
}
.clear {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none 0;
	display: block;
}
a {
	text-decoration: none;
	color: black;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
dl, dt, dd {
	margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
i {
	font-style: normal
}
/*-------共有的样式---------*/
.all-color {
	color: #e60012;
}/*明显文字的颜色*/
.all-backcolor {
	background-color: #e60012
}/*背景颜色*/
.all-radius {
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}/*按钮圆角*/
.all-radius3 {
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}/*按钮圆角3px*/
.all-table a:hover {
	color: #e60012;
}
.all-fontcolor {
	color: #e60012;
}/*小文字颜色*/
.all-fontcolor a {
	color: #e60012;
}
.margintop50 {
	margin-top: 20px;
}
.order-h3 {
	height: 3px;
}
.order-h4 {
	height: 4px;
}
.fontsize14 {
	font-size: 14px;
}
.linethrough {
	text-decoration: line-through;
}
.hoverback .hoverback a:hover {
	background-color: #e60012;
}
.color666 {
	color: #666;
}
.all_block {
	width: 1200px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.clearove {
	clear: both;
	overflow: hidden;
}
.block {
	display: block;
}
.txtcont {
	text-align: center;
}
/*提示*/
.reg-dui {
	color: #0db200;
}
.reg-dui img {
	vertical-align: middle;
	margin-left: 10px;
}
.reg-wrong {
	color: #d8271c;
}
.reg-wrong img {
	vertical-align: middle;
	margin-left: 10px;
}
/*按钮样式*/
.btn_all {
	padding: 0 15px;
	background: #e60012;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	line-height: 22px;
}
/*文本框通用样式*/
.InputBorder {
	border: 1px solid #D1D0D0;
	border-radius: 3px;
	box-shadow: 0 0 10px #ededed inset;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}
/*返回消息框样式*/
.all_box {
	line-height: 30px;
	border: 1px solid #d8d8d8;
	position: relative;
	margin: 40px 0;
	padding: 40px 0;
}
.all_box .block_title {
	background: #fff;
	box-shadow: -0px -10px 10px #FAF8F9 inset;
	font-size: 20px;
	font-weight: bold;
	height: 53px;
	text-align: center;
	padding: 0 20px;
	line-height: 53px;
	border: solid 1px #D8D8D8;
	border-top: solid 4px #E60012;
	position: absolute;
	left: 100px;
	top: -20px;
}
.all_box .block_cont {
}
.all_box .InputBor {
	width: 362px;
	height: 40px;
}
.all_box .btn_call {
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
}
/*对话框*/
.verticalAlign {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	margin-left: -1px;
}
.xcConfirm {
	font-size: 14px;
}
.xcConfirm .xc_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 2147000000;
}
.xcConfirm .popBox {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #ffffff;
	z-index: 2147000001;
	width: 570px;
	height: 300px;
	margin-left: -285px;
	margin-top: -150px;
	border-radius: 5px;
	font-weight: bold;
	color: #535e66;
}
.xcConfirm .popBox .ttBox {
	height: 30px;
	line-height: 30px;
	padding: 14px 30px;
	border-bottom: solid 1px #eef0f1;
}
.xcConfirm .popBox .ttBox .tt {
	font-size: 18px;
	display: block;
	float: left;
	height: 30px;
	position: relative;
}
.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 22px;
	right: 30px;
	background: url(img/icons.png) -48px -96px no-repeat;
}
.xcConfirm .popBox .txtBox {
	margin: 40px 100px;
	height: 100px;
	overflow: hidden;
}
.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url(img/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
}
.xcConfirm .popBox .txtBox p {
	height: 90px;
	margin-top: 10px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
}
.xcConfirm .popBox .txtBox p input {
	width: 364px;
	height: 30px;
	border: solid 1px #eef0f1;
	font-size: 18px;
	margin-top: 6px;
}
.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}
.xcConfirm .popBox .btnGroup {
	float: right;
}
.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px;
	margin-right: 10px;
}
.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}
.xcConfirm .popBox .sgBtn.ok {
	background-color: #0095d9;
	color: #FFFFFF;
}
.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	color: #FFFFFF;
}
/*对错*/


/*分页*/
.my-page {
	margin: 20px 0 50px 0;
	overflow: hidden;
}
.my-page li {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #666;
	width: 35px;
	height: 35px;
	border: solid 1px #ededed;
}
.my-page li a {
	color: #666;
	display: block;
	line-height: 33px;
	height: 33px;
}
.my-page li a:hover {
	color: #fff;
	border: none;
	height: 35px;
}
.my-page li .my-pnow {
	color: #fff;
	height: 35px;
	border: none;
}
.my-page .my-pprev {
	background: url(images/my-prev1.jpg) no-repeat center;
	display: block;
	width: 35px;
	height: 34px;
	float: left;
}
.my-page .my-pprev a {
	display: block;
	height: 35px;
	border: solid 1px #ededed;
}
.my-page .my-pprev a:hover {
	background: url(images/my-next1.jpg) no-repeat center;
}
.my-page .my-pnext {
	background: url(images/my-prev2.jpg) no-repeat center;
	width: 35px;
	height: 34px;
	float: left;
	display: block;
}
.my-page .my-pnext a {
	display: block;
	height: 35px;
	border: solid 1px #ededed;
}
.my-page .my-pnext a:hover {
	background: url(images/my-next2.jpg) no-repeat center;
}
/*底部*/
.reg-copyright {
	text-align: center;
	color: #999;
	line-height: 30px;
	padding-top: 10px;
}
/*page_Box上一页和下一页*/
.page_Box {
	clear: both;
	width: 374px;
	margin: 50px auto 34px auto
}
.page_Box a {
	border: 1px solid #e5e5e5;
	color: #7a7a7a;
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
}
.page_Box a.current {
	background: #0285d0;
	color: #fff;
	border-color: #0285d0
}
.page_Box a:hover {
	background: #0285d0;
	color: #fff;
	border-color: #0285d0
}
/*page_Box_e53433*/
.page_Box_e53433 a:hover {
	background: #0285d0;
	color: #fff;
	border-color: #0285d0;
}
.page_Box_e53433 a.current {
	background: #0285d0;
	color: #fff;
	border-color: #0285d0;
}
/*自定义*/
.iconfont {
  
  -webkit-text-stroke-width: 0px;

}
.img_opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.transform_sc{ transition:all 0.2s linear;transform: scale(1);}
.transform_sc:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	/*x,y值，*/
	transition: all 1.05s;
	-webkit-transition: all 1.04s;
	-o-transition: all 1.05s;
}
.margin_0_auto {
	margin: 0 auto
}
.gr_3 {
	position: relative
}
.clear_both {
	clear: both
}
.width_1200 {
	width: 1200px;
	margin: 0 auto
}
.overflow_h {
	overflow: hidden
}
.float_l {
	float: left
}
.float_r {
	float: right
}
.ma_10 {
	margin-left: 10px;
}
.ma_B10 {
	margin-bottom: 10px;
}
.display_block {
	display: block
}

.pageState{ opacity:0;filter: alpha(opacity=0);}


.paper {
	text-align: center;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	overflow: hidden;
}
.paper a {
	background-color: #fff;
	color: #333;
	border: solid 1px #ddd;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 11px;
	margin: 0 2px;
}
.paper a:hover {
	color: #8319ac;
	border: solid 1px #8319ac;
}
.paper a.current {
	background-color: #8319ac;
	color: #fff;
	border: solid 1px #8319ac;
}
.paper a.disabled {
	cursor: not-allowed;
	color: #999;
}
strong, b{
	font-weight:normal;
}
.gr_4,.top_title{ position:relative}
.pageState span{ opacity:0;filter: alpha(opacity=0);}