/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Microsoft YaHei","MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "Microsoft YaHei","MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Microsoft YaHei","MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

a {
  text-decoration: none; }

.yhjjfz-bg {
  width: 100%;
  background-image: url("../../yhjj/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 180px; }
  .yhjjfz-bg .main-content {
    margin: 0 auto;
    width: 1000px; }
    .yhjjfz-bg .main-content .navigation {
      width: 100%;
      font-size: 1.2em;
      line-height: 3em;
      background-color: #338fed;
      border-bottom: 3px solid #40b3f4;
      color: #ffffff;
      letter-spacing: -5px;
      text-align: center; }
      .yhjjfz-bg .main-content .navigation a {
        letter-spacing: 0;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        color: #ffffff;
        width: 32%; }
    .yhjjfz-bg .main-content .content {
      border-left: 1px solid #efefef;
      border-right: 1px solid #efefef;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 0 10px #898989;
      -moz-box-shadow: 0 0 10px #898989;
      box-shadow: 0 0 10px #898989;
      min-height: 800px;
      padding: 40px; }
      .yhjjfz-bg .main-content .content .title {
        height: 34px;
        background-image: url("../../yhjj/images/title-bg.jpg");
        background-repeat: no-repeat;
        background-position: 0 0;
        border-bottom: 1px solid #efefef;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 34px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 28px;
        margin: 0 auto 20px; }
        .yhjjfz-bg .main-content .content .title a {
          color: #ffffff; }
        .yhjjfz-bg .main-content .content .title .more {
          float: right;
          font-size: 14px;
          color: #408efa; }
      .yhjjfz-bg .main-content .content .block-bottom {
        margin-bottom: 20px !important; }
      .yhjjfz-bg .main-content .content .news-list {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 240px;
        overflow: hidden; }
        .yhjjfz-bg .main-content .content .news-list li {
          width: 100%;
          height: 40px;
          line-height: 40px;
          *display: inline;
          *zoom: 1;
          overflow: hidden; }
          .yhjjfz-bg .main-content .content .news-list li a {
            height: 100%;
            width: 750px;
            width: calc(100% - 10em);
            padding-left: 20px;
            background-image: url("../../yhjj/images/text-list.png");
            background-repeat: no-repeat;
            background-position: 5px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            color: #333333; }
          .yhjjfz-bg .main-content .content .news-list li span {
            width: 8em;
            display: inline-block;
            float: right;
            text-align: right;
            color: #898989; }
      .yhjjfz-bg .main-content .content .img-list {
        width: 100%;
        text-align: center; }
        .yhjjfz-bg .main-content .content .img-list a {
          display: inline-block;
          *zoom: 1;
          *display: inline;
          width: 222px;
          height: 168px; }
          .yhjjfz-bg .main-content .content .img-list a img {
            width: 100%;
            height: 100%;
            padding: 1px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #efefef;
            -webkit-box-shadow: 0 0 10px #cccccc;
            -moz-box-shadow: 0 0 10px #cccccc;
            box-shadow: 0 0 10px #cccccc; }
      .yhjjfz-bg .main-content .content .text-block {
        list-style: decimal;
        border: 1px solid #cbcbcb;
        background-color: #ebf3ff;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 40px 20px;
        font-size: 1em;
        color: #333333;
        margin: 0; }
        .yhjjfz-bg .main-content .content .text-block li {
          line-height: 1.5em;
          margin: 10px 0; }
      .yhjjfz-bg .main-content .content .form-wrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        padding: 40px 0; }
      .yhjjfz-bg .main-content .content .form-block {
        width: 80%;
        margin: 0 auto;
        border: 1px solid #dfdfdf;
        background-color: #f5f7fa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 80px; }
        .yhjjfz-bg .main-content .content .form-block > label {
          display: block;
          margin: 10px auto; }
          .yhjjfz-bg .main-content .content .form-block > label span {
            color: red;
            margin-left: -1em; }
          .yhjjfz-bg .main-content .content .form-block > label input {
            border: 1px solid #dfdfdf;
            width: calc(75% - 6em);
            height: 1.5em; }
        .yhjjfz-bg .main-content .content .form-block > div {
          margin: 10px auto; }
          .yhjjfz-bg .main-content .content .form-block > div span {
            float: right;
            color: red; }
          .yhjjfz-bg .main-content .content .form-block > div label {
            padding: .5em 1.3em;
            display: inline-block;
            *zoom: 1;
            *display: inline; }
          .yhjjfz-bg .main-content .content .form-block > div div {
            width: calc(100% - 6em);
            display: inline-block;
            *zoom: 1;
            *display: inline;
            vertical-align: top; }
            .yhjjfz-bg .main-content .content .form-block > div div label {
              padding: 0 .7em 1em;
              display: inline-block;
              *zoom: 1;
              *display: inline; }
          .yhjjfz-bg .main-content .content .form-block > div input {
            margin-right: 5px;
            outline: none; }
        .yhjjfz-bg .main-content .content .form-block .form-submit {
          border-top: 1px solid #efefef;
          text-align: center;
          padding-top: 20px; }
          .yhjjfz-bg .main-content .content .form-block .form-submit input {
            border: 1px solid #40b3f4;
            background: #40b3f4;
            color: #ffffff;
            padding: .5em 1em;
            margin: 0 10px; }
            .yhjjfz-bg .main-content .content .form-block .form-submit input:hover {
              border: 1px solid #338fed;
              background: #338fed; }
    .yhjjfz-bg .main-content .footer {
      border-top: 1px solid #efefef;
      color: #898989;
      padding-top: 10px;
      font-size: 14px;
      text-align: right; }
      .yhjjfz-bg .main-content .footer a {
        color: #898989; }
		.yzm-img{
            width: 8em;
            height: 28px;
            vertical-align: top;
          }
          .text-input-s{
            width: calc(75% - 14em);
          }
		  .nr-textarea{
  vertical-align: top;
  border: 1px solid #DFDFDF;
  width: calc(75% - 6em);
}
		  

@media screen and (max-width: 1000px) {
  .yhjjfz-bg {
    background-position: -445px 0; }
    .yhjjfz-bg .main-content {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.6); }
      .yhjjfz-bg .main-content .content {
        padding: 20px;
        min-height: calc(100vh - 180px - 4em); }
        .yhjjfz-bg .main-content .content .form-block {
          width: 100%;
          padding: 10px; }
          .yhjjfz-bg .main-content .content .form-block > label input {
            width: calc(100% - 6em); }
          .yhjjfz-bg .main-content .content .form-block div label {
            padding: .5em; }
        .yhjjfz-bg .main-content .content .img-list a {
          width: 40%;
          height: auto; } }
