@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

a {
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }

.fl {
  float: left; }

input, textarea {
  -webkit-appearance: none; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 12px;
  font-family: "微软雅黑"; }

body {
  width: 100%; }

.fr {
  float: right; }

.Body {
  width: 100%;
  height: 100%;
  position: relative; }
  .Body img {
    display: block;
    width: 100%; }

header {
  height: 1.57rem;
  border-top: 0.07rem solid #2d548f;
  background-image: url(http://www.jiangxi.gov.cn/picture/101/1808201338002509847.jpg);
  padding: 2% 3%;
  background-size: 100%; }
  header .cf {
    zoom: 1; }
  header .logo {
    width: 50%;
    padding-top: 0.11rem; }

.menu {
  width: 100%;
  box-sizing: border-box; }
  .menu .wapNav {
    width: 100%;
    height: 1.17rem;
    overflow: hidden;
    background: red;
    background-image: url(http://www.jiangxi.gov.cn/picture/101/1808201338209285828.jpg);
    padding: 0.2rem 4%;
    background-size: 100%; }
    .menu .wapNav .cf {
      zoom: 1; }
    .menu .wapNav li {
      font-size: 0.24rem;
      color: #fefefe;
      float: left;
      width: 25%;
      height: 0.3rem;
      line-height: 0.3rem;
      padding-left: 5.4%;
      margin-bottom: 0.2rem;
      background-image: url(http://www.jiangxi.gov.cn/picture/101/1808201338209452334.png);
      background-position-x: left;
      background-position-y: center;
      background-repeat: no-repeat; }
      .menu .wapNav li a {
        color: #fefefe; }

.call_s_box {
  height: 0.5rem;
  margin-bottom: 0.22rem;
  margin-top: 0.42rem; }

.call_search {
  width: 7.06rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center; }
  .call_search .search {
    width: 5.17rem;
    height: 0.5rem;
    position: relative; }
    .call_search .search input {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #cdcdcd;
      border-radius: 5px;
      outline: none;
      position: relative;
      box-sizing: border-box; }
    .call_search .search .icon {
      width: 0.4rem;
      height: 0.4rem;
      display: block;
      position: absolute;
      top: 50%;
      right: 0.1rem;
      transform: translateY(-50%);
      overflow: hidden; }
      .call_search .search .icon img {
        display: block;
        width: 100%;
        height: 100%; }
  .call_search .title {
    font-size: 0.24rem;
    color: #2f538f;
    margin-right: 0.15rem;
    line-height: 0.24rem; }
  .call_search .button {
    width: 1.32rem;
    background: #2f538f;
    height: 0.5rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 5px;
    margin-left: 0.12rem; }

.bg-margin {
  width: 100%;
  height: 0.2rem;
  background: #f6f6f6; }

.concact {
  width: 7.06rem;
  margin: 0 auto;
  margin-bottom: 0.3rem; }
  .concact h5 {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
    color: #b11401;
    border-bottom: 1px solid #ccc; }
  .concact .con_link {
    margin-top: 0.22rem; }
    .concact .con_link .con_img {
      width: 1.54rem;
      height: 1.54rem; }
    .concact .con_link img {
      width: 100%;
      height: 100%; }
  .concact .link {
    width: 5.16rem;
    margin-left: 0.36rem; }
    .concact .link ul li {
      height: 0.77rem;
      width: 50%;
      font-size: 0.24rem;
      line-height: 0.77rem;
      position: relative;
      padding-left: 0.5rem;
      box-sizing: border-box; }
      .concact .link ul li img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.4rem;
        height: 0.4rem; }

.footer {
  width: 100%;
  /* height: 2.1rem; */
  background: #ebebeb;
  border-top: 1px solid #2c5690; }
  .footer ul {
    margin-top: 0.4rem; }
  .footer ul li {
    text-align: center;
    /* height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem; */ }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, img {
  border: medium none;
  margin: 0;
  padding: 0; }

body {
  font-size: 15px; }

button, input, select, textarea {
  font-family: 'Microsoft YaHei'; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

em {
  font-style: normal; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, ins {
  text-decoration: none; }

*:focus {
  outline: none; }

a {
  color: #333333; }

a:hover {
  color: #355e92; }

.fl {
  float: left; }

.fr {
  float: right; }

.cf:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both; }

.cf {
  zoom: 1; }

body {
  font-family: '微软雅黑';
  font-size: 15px; }

.hide {
  display: none; }

.block {
  display: block; }

.w1170 {
  width: ;
  margin: 0 auto; }

/*.nav {
  height: 60px;
  overflow: hidden;
  background: #2d548f; }
*/
.nav ul li {
  float: left;
  font-size: 18px;
  color: #fefefe; }

.nav ul li a {
  color: #fefefe; }

.nav .nav_left li {
  position: relative;
  text-align: center;
  width: 100px;
  line-height: 60px; }

.nav_left li.hover {
  background: url(http://www.jiangxi.gov.cn/picture/61/1807231438423448734.png) no-repeat center 52px; }

.nav .nav_right {
  line-height: 60px;
  height: 60px;
  padding-top: 22px;
  overflow: hidden; }

.nav .nav_right a:hover {
  font-weight: bold; }

.nav .nav_right .nav_right01 {
  float: left;
  font-size: 13px;
  line-height: 13px;
  height: 13px;
  color: #cdd6e1; }

.nav .nav_right .nav_right02 {
  float: left;
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #fff;
  margin: 0 5px; }

/*.top {
  background: url(http://www.jiangxi.gov.cn/picture/61/1807101538176353815.png) no-repeat top center;
  height: 152px;
  overflow: hidden;
  border-bottom: 5px solid #eeeeee; }*/

.top .banner {
  padding-top: 35px; }

/*.banner form input[type=text] {
  width: 320px;
  padding-left: 12px;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  color: #999999;
  border-right: 0; }

.banner form {
  width: 370px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #cccccc; }

.banner form input[type=submit] {
  width: 35px;
  height: 34px;
  border-left: 1px solid #cccccc;
  background: url(http://www.jiangxi.gov.cn/picture/61/1807101538175937511.png) no-repeat center center;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center; }
  */

.top .banner .top_icon a {
  float: right;
  font-size: 13px;
  color: #666666; }

.top .banner .top_icon02 {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #666666;
  margin: 4px 5px; }

/*#zh_click_s, #zh_click_t {
  color: #666 !important;
  font-weight: normal !important; }*/

/*手机站*/
input, textarea {
  -webkit-appearance: none; }

/*去除内阴影*/
a, img {
  -webkit-touch-callout: none; }

/*去除长时间按弹出*/
a, button, input, optgroup, select, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*去除点击后出现暗色*/
/*头部*/
header {
  height: 1.57rem;
  border-top: 0.07rem solid #2d548f;
  padding: 2% 3%;
  background-size: 100%; }

.logo {
  width: 50%;
  padding-top: 0.11rem; }

.logo img {
  width: 100%;
  height: auto;
  display: block; }

.icon01 {
  width: 5%;
  padding-top: 10px; }

.icon01 img {
  display: block;
  width: 100%;
  height: auto; }

/*导航*/
.wapNav {
  width: 100%;
  height: 1.17rem;
  overflow: hidden;
  background-image: url(http://www.jiangxi.gov.cn/picture/101/1808201338209285828.jpg);
  padding: 0.2rem 4%;
  background-size: 100%; }

.wapNav li {
  font-size: 0.24rem;
  color: #fefefe;
  float: left;
  width: 25%;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 5.4%;
  margin-bottom: 0.2rem;
  background-image: url(http://www.jiangxi.gov.cn/picture/101/1808201338209452334.png);
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat; }

.wapNav li:nth-child(1), .wapNav li:nth-child(5) {
  background-image: none; }

.wapNav li a {
  color: #fefefe; }

.wapHeader {
  display: none; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .screen {
    display: none !important; }

  .wapHeader {
    display: block !important; } }

/*# sourceMappingURL=common.css.map */
