@charset "UTF-8";
/*初始化样式*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
tr,
em,
button,
img,
xmp {
  margin: 0;
  padding: 0; }

html {
  color: #333; }

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", arial, tahoma, "宋体", sans-serif;
  background-color: #f5f5f5;
  line-height: 1.71;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  /*手机端字体保持一致*/
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei", arial, tahoma, "宋体", sans-serif; }

ul,
ol,
li {
  list-style: none; }

a {
  color: #333;
  text-decoration: none;
  border: 0; }
  a:focus {
    outline: none; }
  a:active {
    _outline: none;
    _star: expression(this.onFocus=this.blur());
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover {
    color: #ff5100;
    text-decoration: none; }

/*ie6下的虚线边框*/
i,
em {
  font-style: normal;
  display: inline-block; }

img {
  vertical-align: middle;
  border: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both; }

/*公共样式*/
.fleft {
  float: left !important; }

.fright {
  float: right !important; }

.hide {
  display: none; }

.overflowHide {
  overflow: hidden; }

.margin-t10 {
  margin-top: 10px; }

.margin-t20 {
  margin-top: 20px; }

.margin-t30 {
  margin-top: 30px; }

.margin-t35 {
  margin-top: 35px; }

.margin-b20 {
  margin-bottom: 20px; }

.margin-t45 {
  margin-top: 45px; }

.padding-b30 {
  padding-bottom: 30px; }

.padding-b20 {
  padding-bottom: 20px; }

.z-index5 {
  z-index: 5;
  position: relative; }

.z-index4 {
  z-index: 4;
  position: relative; }

.z-index3 {
  z-index: 3;
  position: relative; }

.z-index2 {
  z-index: 2;
  position: relative; }

.z-index1 {
  z-index: 1;
  position: relative; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.f-w-n {
  font-weight: normal; }

.white-bg {
  background: white !important; }

.row {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  zoom: 1; }

.posabs {
  position: absolute; }

.inpPos {
  position: relative; }

.p-color {
  color: #ff5100; }

.p-secondary {
  color: #999; }

.p-warn {
  color: #e53a3a; }

.blue-color {
  color: #3795db; }

.green-color {
  color: #52dba2; }

.yellow-color {
  color: #ffbc21; }

.cl6 {
  color: #666; }

.cl9 {
  color: #999; }

/*字体大小*/
.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs22 {
  font-size: 22px; }

.fs24 {
  font-size: 24px; }

.fs26 {
  font-size: 26px; }

.fs28 {
  font-size: 28px; }

.fs36 {
  font-size: 36px; }

.fs48 {
  font-size: 48px; }

.fs96 {
  font-size: 96px; }

.column-3 {
  width: 33.33% !important;
  *width: 33.3% !important; }
  .column-3 .modcon {
    min-height: auto !important;
    _height: auto !important; }

.column-4 {
  width: 40% !important;
  *width: 39.98% !important; }
  .column-4 .modcon {
    min-height: auto !important;
    _height: auto !important; }

.column-5 {
  width: 50% !important;
  *width: 49.98% !important; }
  .column-5 .modcon {
    min-height: auto !important;
    _height: auto !important; }

.column-6 {
  width: 60% !important;
  *width: 59.98% !important; }
  .column-6 .modcon {
    min-height: auto !important;
    _height: auto !important; }

.column-7 {
  width: 66.66% !important;
  *width: 66.6% !important; }
  .column-7 .modcon {
    min-height: auto !important;
    _height: auto !important; }

.column-pull {
  width: 100% !important; }
  .column-pull .modcon {
    min-height: auto !important;
    _height: auto !important; }

.column-l-mp {
  margin-left: 20px; }

.column-l-mp10 {
  margin-left: 10px; }

.column-l-mp15 {
  margin-left: 15px; }

.column-r-mp {
  margin-right: 20px; }

.column-r-mp15 {
  margin-right: 15px; }

.column-r-mp10 {
  margin-right: 10px; }

input,
textarea,
keygen,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0;
  border: none; }

input {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  color: #333;
  transition: all 0.15s linear;
  margin: 0;
  outline: 0;
  border: 1px solid #e6e6e6;
  line-height: 20px;
  padding: 5px 0;
  height: 30px;
  *height: 20px;
  font-family: "Microsoft Yahei", arial, tahoma, "宋体", sans-serif;
  box-sizing: border-box; }
  input::-ms-clear {
    display: none; }

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #ff5100; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

input[type="text"].disabled,
input[type="text"]:disabled,
textarea.disabled,
textarea:disabled {
  cursor: not-allowed;
  background-color: #eee; }

.inp {
  width: 100%;
  padding-left: 10px;
  *width: 96%; }
  .inp:focus {
    border-color: #ff5100; }

select {
  border: 1px solid #e6e6e6;
  height: 30px;
  line-height: 30px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

/* 基本input样式 */
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.15s linear;
  margin: 0;
  outline: 0;
  border: 1px solid #e6e6e6;
  resize: none;
  padding: 5px;
  box-sizing: border-box;
  vertical-align: top; }

.ftextarea {
  width: 100%;
  *width: 96%;
  height: 103px; }

table {
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 5px;
    vertical-align: middle; }
  table.table_bd {
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-bottom: 0; }
    table.table_bd td,
    table.table_bd th {
      border-left: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }

/*图标*/
.icon_16 {
  width: 16px;
  height: 16px;
  display: inline-block; }

.icon_24 {
  width: 24px;
  height: 24px;
  display: inline-block; }

.icon_32 {
  width: 32px;
  height: 32px;
  display: inline-block; }

.icon_48 {
  width: 48px;
  height: 48px;
  display: inline-block; }

.icon_64 {
  width: 64px;
  height: 64px;
  display: inline-block; }

/*提示类操作类图标*/
.icon_Tip {
  background: url(../images/icon_tip_01.png) no-repeat;
  display: inline-block; }
  .icon_Tip.icon_16.icon_success {
    background-position: -190px 0; }
  .icon_Tip.icon_16.icon_tip {
    background-position: -190px -70px; }
  .icon_Tip.icon_16.icon_warn {
    background-position: -190px -140px; }
  .icon_Tip.icon_16.icon_alert {
    background-position: -190px -210px; }
  .icon_Tip.icon_16.icon_error {
    background-position: -190px -280px; }
  .icon_Tip.icon_16.icon_error_shixin {
    background-position: -190px -350px; }
  .icon_Tip.icon_24.icon_success {
    background-position: -160px 0; }
  .icon_Tip.icon_24.icon_tip {
    background-position: -160px -70px; }
  .icon_Tip.icon_24.icon_warn {
    background-position: -160px -140px; }
  .icon_Tip.icon_24.icon_alert {
    background-position: -160px -211px; }
  .icon_Tip.icon_24.icon_error {
    background-position: -160px -280px; }
  .icon_Tip.icon_32.icon_success {
    background-position: -120px 0; }
  .icon_Tip.icon_32.icon_tip {
    background-position: -120px -70px; }
  .icon_Tip.icon_32.icon_warn {
    background-position: -120px -140px; }
  .icon_Tip.icon_32.icon_alert {
    background-position: -120px -210px; }
  .icon_Tip.icon_32.icon_error {
    background-position: -120px -280px; }
  .icon_Tip.icon_48.icon_success {
    background-position: -70px 0; }
  .icon_Tip.icon_48.icon_tip {
    background-position: -70px -70px; }
  .icon_Tip.icon_48.icon_warn {
    background-position: -70px -140px; }
  .icon_Tip.icon_48.icon_alert {
    background-position: -70px -210px; }
  .icon_Tip.icon_48.icon_error {
    background-position: -70px -280px; }
  .icon_Tip.icon_64.icon_success {
    background-position: 0 0; }
  .icon_Tip.icon_64.icon_tip {
    background-position: 0 -70px; }
  .icon_Tip.icon_64.icon_warn {
    background-position: 0 -140px; }
  .icon_Tip.icon_64.icon_alert {
    background-position: 0 -210px; }
  .icon_Tip.icon_64.icon_error {
    background-position: 0 -280px; }

/*分页样式*/
.pages {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 55px 0 0;
  font-family: "Microsoft Yahei", arial, tahoma, "宋体", sans-serif; }
  .pages ul {
    position: relative;
    display: inline-block;
    *display: inline; }
  .pages li {
    list-style: none;
    float: left;
    color: #333;
    position: relative;
    margin: 5px 3px;
    line-height: 38px;
    font-size: 16px; }
    .pages li span.curpage, .pages li span.currecords {
      color: #ff5100; }
    .pages li a {
      padding: 0 10px;
      display: block;
      text-align: center;
      float: left;
      min-width: 20px;
      background-color: #e5e5e5;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .pages li.on {
      text-align: center;
      margin: 5px 5px 0;
      border: 1px solid #ff5100;
      color: #fff;
      background-color: #ff5100;
      padding: 0 10px;
      min-width: 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .pages li.dots {
      font-family: Tahoma;
      font-size: 14px; }
      .pages li.dots a {
        border: none;
        background: none; }
        .pages li.dots a:hover {
          border: none;
          color: #333; }
    .pages li a:hover {
      color: #ff5100;
      text-decoration: none; }
    .pages li input {
      height: 36px;
      width: 38px;
      vertical-align: middle;
      padding: 0 8px;
      border: 1px solid #e6e6e6;
      background-color: #e5e5e5;
      text-align: center; }
    .pages li .skip {
      padding: 0px 5px;
      line-height: normal; }
    .pages li .skip_box {
      display: inline-block;
      border: 1px solid #e6e6e6;
      width: 40px;
      height: 38px;
      padding: 0;
      margin: 2px 4px;
      line-height: 38px;
      background: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .pages li .skip_btn {
      background: #e5e5e5;
      text-align: center;
      border: 0;
      height: 40px;
      line-height: 40px;
      width: 60px;
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #333;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .pages li .skip_btn:hover {
        background: #ff5100;
        color: #fff; }

.border_box {
  border: 1px solid #e6e6e6; }

.border_no {
  border: none !important; }

/*面包屑*/
.breadcrumbPtp {
  padding: 15px 0; }

.breadcrumb {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #999; }
  .breadcrumb a {
    padding: 0 2px;
    color: #999; }
    .breadcrumb a.cur {
      color: #ff5100; }
  .breadcrumb span {
    float: left; }
    .breadcrumb span.gt {
      margin: 0 5px;
      font-family: "simsun", "Microsoft Yahei", sans-serif; }

.lowIeClass .pages li.dots, .lowIeClass .pages li.end, .lowIeClass .pages li.firstpage, .lowIeClass .pages li.endpage {
  display: none; }

@media only screen and (max-width: 1780px) {
  .fs20 {
    font-size: 18px; }

  .fs24 {
    font-size: 22px; }

  .fs28 {
    font-size: 24px; }

  .fs36 {
    font-size: 32px; }

  .fs48 {
    font-size: 42px; }

  .fs96 {
    font-size: 84px; } }
@media only screen and (max-width: 1640px) {
  .fs20 {
    font-size: 16px; }

  .fs24 {
    font-size: 20px; }

  .fs28 {
    font-size: 22px; }

  .fs36 {
    font-size: 30px; }

  .fs48 {
    font-size: 38px; }

  .fs96 {
    font-size: 72px; }

  .pages li.firstpage, .pages li.endpage {
    display: none; } }
@media only screen and (max-width: 1330px) {
  .fs24 {
    font-size: 18px; }

  .fs28 {
    font-size: 20px; }

  .fs36 {
    font-size: 28px; }

  .fs48 {
    font-size: 34px; }

  .fs96 {
    font-size: 60px; }

  .column-l-mp {
    margin-left: 15px; }

  .column-l-mp15 {
    margin-left: 10px; }

  .column-l-mp10 {
    margin-left: 5px; }

  .column-r-mp {
    margin-right: 15px; }

  .column-r-mp15 {
    margin-right: 10px; }

  .column-r-mp10 {
    margin-right: 5px; }

  .pages li {
    font-size: 14px;
    line-height: 32px; }
    .pages li.on {
      min-width: 10px; }
    .pages li a {
      min-width: 10px; }
    .pages li .skip_box {
      height: 32px; }
    .pages li .skip_btn {
      width: 55px;
      height: 32px;
      line-height: 32px; }

  .breadcrumbPtp {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (max-width: 1000px) {
  .column-l-mp {
    margin-left: 10px; }

  .column-l-mp15 {
    margin-left: 5px; }

  .column-r-mp {
    margin-right: 10px; }

  .column-r-mp15 {
    margin-right: 5px; }

  .breadcrumbCon {
    display: none; } }
@media only screen and (max-width: 999px) {
  .fs24 {
    font-size: 16px; }

  .fs36 {
    font-size: 24px; }

  .fs96 {
    font-size: 50px; }

  .breadcrumbPtp {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none; }

  .pages li.skip {
    display: none; } }
@media only screen and (max-width: 900px) {
  .fs96 {
    font-size: 40px; } }
@media only screen and (max-width: 768px) {
  .fs36 {
    font-size: 22px; }

  .fs96 {
    font-size: 30px; }

  .column-l-mp {
    margin-left: 0px; }

  .column-l-mp15 {
    margin-left: 0px; }

  .column-l-mp10 {
    margin-left: 0px; }

  .column-r-mp {
    margin-right: 0px; }

  .column-r-mp15 {
    margin-right: 0px; }

  .column-r-mp10 {
    margin-right: 0px; }

  .column-5 {
    width: 100% !important;
    *width: 100% !important; }
    .column-5.fright {
      margin-top: 15px; }

  .pages {
    margin-top: 15px; }
    .pages li.firstpage, .pages li.endpage {
      display: none; } }
@media only screen and (max-width: 640px) {
  .fs96 {
    font-size: 34px; }

  .pages li.dots, .pages li.end {
    display: none; } }
@media only screen and (max-width: 540px) {
  .fs96 {
    font-size: 30px; } }
@media only screen and (max-width: 480px) {
  .fs96 {
    font-size: 26px; }

  .pages li.num {
    display: none; } }
@media only screen and (max-width: 415px) {
  .fs96 {
    font-size: 22px; } }
