@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font: normal 12px/180% 'Microsoft YaHei';
  color: #000;
  background: #fff; }

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

div {
  margin: 0 auto;
  text-align: left;
  font: normal 12px/180% 'Microsoft YaHei'; }

a:link, a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #e60012;
  text-decoration: none; }

img {
  border: none; }

ol, ul, li {
  list-style: none; }

i {
  font-style: normal; }

input, img {
  vertical-align: middle; }

input[type="button"], input[type="submit"] {
  vertical-align: middle;
  cursor: pointer; }

/*html5*/
article, aside, footer, header, section, footer, nav, figure {
  display: block;
  margin: 0 auto; }

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft YaHei"; }

.fl {
  float: left; }

.fr {
  float: right; }

.tc {
  text-align: center; }

.ml35 {
  margin-left: 35px; }

.mb25 {
  margin-bottom: 23px; }

/*减去2像素边线*/
.w1000 {
  width: 1000px;
  margin: 0 auto; }

.w980 {
  width: 980px;
  margin: 0 auto; }

body {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #000; }

/*通用顶部*/
.navContent {
  width: 100%;
  height: 70px;
  background: url(../images/nav_bg2.png) repeat-x top;
  text-align: center;
  line-height: 70px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  color: #fff; }
  .navContent span {
    color: #fff;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer; }
  .navContent a {
    color: #fff; }

/*浏览器提醒*/
.tipAlert {
  width: 500px;
  height: 150px;
  position: fixed;
  top: 40%;
  left: 35%;
  color: #fff;
  z-index: 9999999;
  font-size: 30px;
  background: url(../images/kuai.png);
  padding: 20px; }

/*全局*/
html, body {
  position: relative;
  height: 100%;
  overflow: hidden; }

#wrap {
  width: 100%;
  height: 100%; }

.pBox {
  width: 1000px;
  margin: 0 auto; }

.title {
  text-align: center;
  padding: 0; }
  .title img {
    vertical-align: middle; }

.icon03 {
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(../images/icon03.png) no-repeat;
  position: absolute; }

.play {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/playicon.png) no-repeat;
  vertical-align: middle; }

/*封面*/
.fm {
  background: url(../images/fm_bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative; }
  .fm .headerNav {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #e90000;
    color: #fff; }
    .fm .headerNav a {
      color: #fff;
      margin: 0 10px; }

.fmopen {
  background: url(../images/fm_bg.jpg) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999; }

/*第一部分*/
.p1Content {
  background: url(../images/p1_bg.jpg) no-repeat;
  background-size: cover; }
  .p1Content .p1Box {
    width: 1200px;
    position: relative;
    height: 640px; }
    .p1Content .p1Box ul li {
      display: none;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      position: absolute;
      width: 1200px;
      height: 577px;
      overflow: hidden;
      background: url(../images/focus_bg.jpg); }
      .p1Content .p1Box ul li .show {
        width: 327px;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 0 50px;
        color: #fff;
        font-size: 16px; }
        .p1Content .p1Box ul li .show .nub {
          display: block;
          height: 80px;
          font-size: 60px;
          color: #35dcff;
          line-height: 80px;
          font-style: italic; }
        .p1Content .p1Box ul li .show h2 {
          text-align: center;
          font-size: 36px;
          line-height: 150%;
          color: #fff; }
        .p1Content .p1Box ul li .show p {
          padding: 10px 0;
          text-indent: 2em;
          line-height: 160%;
          color: #fff; }
          .p1Content .p1Box ul li .show p a {
            color: #fff; }
          .p1Content .p1Box ul li .show p img {
            position: static;
            display: inline-block; }
      .p1Content .p1Box ul li img {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px; }
    .p1Content .p1Box ol {
      position: absolute;
      top: 587px;
      right: 40%; }
      .p1Content .p1Box ol li {
        background: #b7b6b5;
        float: left;
        text-align: center;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        line-height: 30px;
        padding: 0;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        margin: 0 5px;
        font-style: italic; }
      .p1Content .p1Box ol li.active {
        display: block;
        background: #49a3b6; }

/*焦点图*/
#box4 {
  width: 500px;
  height: 335px;
  position: relative; }

#box4 ul li {
  display: none;
  text-align: center;
  position: absolute; }

#box4 ul li img {
  display: block; }

#box4 ul li span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 14px;
  z-index: 3;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url(../images/kuai.png);
  font-size: 16px;
  text-align: left;
  text-indent: 1em; }

#box4 ul li a {
  color: #fff; }

#box4 ol {
  position: absolute;
  top: 310px;
  right: 5px;
  z-index: 10; }

#box4 ol li.active {
  display: block;
  background: url(../images/icon02.png); }

#box4 ol li {
  width: 11px;
  height: 11px;
  float: left;
  cursor: pointer;
  margin: 0 3px;
  background: url(../images/icon01.png);
  filter: alpha(opacity=70);
  opacity: .7;
  text-indent: -9999px; }

/*第二部分*/
.p2Content {
  background: url(../images/p2_bg.jpg) no-repeat top center;
  background-size: cover; }
  .p2Content .title {
    margin-bottom: 20px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 44px; }
    .p2Content .title img {
      margin-left: 190px; }
  .p2Content .p2Box {
    width: 960px;
    margin: 0 auto; }
    .p2Content .p2Box .p2Left {
      width: 395px;
      height: 553px;
      background: url(../images/img_bg.png) no-repeat;
      float: left;
      padding: 8px 0 0 8px; }
    .p2Content .p2Box .p2Right {
      width: 470px;
      float: right; }
      .p2Content .p2Box .p2Right h2 {
        font-size: 40px;
        line-height: 140%; }
      .p2Content .p2Box .p2Right p {
        font-size: 16px;
        padding: 15px 0;
        text-indent: 2em;
        line-height: 170%; }
      .p2Content .p2Box .p2Right ul {
        display: block;
        margin-top: 15px; }
      .p2Content .p2Box .p2Right li {
        font-size: 16px;
        background: url(../images/jiao.png) no-repeat left center;
        padding: 7px 0 7px 20px;
        text-align: left; }
        .p2Content .p2Box .p2Right li a {
          color: #027d97; }

/*第三部分*/
.p3Content {
  background: url(../images/p3_bg.jpg) no-repeat;
  background-size: cover; }
  .p3Content .title {
    margin-bottom: 20px;
    padding-top: 3%; }
  .p3Content .p3Box {
    width: 1000px;
    margin: 0 auto; }

/*第四部分*/
.p4Content {
  background: url(../images/p4_bg.jpg) no-repeat;
  background-size: cover; }
  .p4Content .title {
    margin-bottom: 20px; }
  .p4Content .p4Box {
    width: 1200px;
    margin: 0 auto; }
    .p4Content .p4Box .p4Left {
      float: left;
      width: 490px;
      padding-left: 100px;
      position: relative; }
      .p4Content .p4Box .p4Left span {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 400px;
        display: inline-block;
        padding-right: 20px;
        border-right: 1px solid #dad9d8; }
      .p4Content .p4Box .p4Left h2 {
        font-size: 42px;
        line-height: 140%;
        padding-bottom: 15px; }
      .p4Content .p4Box .p4Left p {
        font-size: 16px;
        line-height: 180%;
        color: #000;
        text-indent: 2em; }
        .p4Content .p4Box .p4Left p .more {
          display: inline-block;
          width: 72px;
          height: 22px;
          line-height: 22px;
          font-size: 14px;
          text-align: center;
          color: #fff;
          background: #81b3c5;
          text-indent: 0em; }
      .p4Content .p4Box .p4Left ul {
        display: block;
        margin-top: 15px; }
      .p4Content .p4Box .p4Left li {
        font-size: 16px;
        background: url(../images/jiao.png) no-repeat left center;
        padding: 7px 0 7px 20px;
        text-align: left; }
    .p4Content .p4Box .p4Right {
      float: right;
      width: 490px;
      padding-left: 100px;
      position: relative; }
      .p4Content .p4Box .p4Right span {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 400px;
        display: inline-block;
        padding-right: 20px;
        border-right: 1px solid #dad9d8; }
      .p4Content .p4Box .p4Right h2 {
        font-size: 42px;
        line-height: 140%;
        padding-bottom: 15px; }
      .p4Content .p4Box .p4Right p {
        font-size: 16px;
        line-height: 180%;
        color: #000;
        text-indent: 2em; }
        .p4Content .p4Box .p4Right p .more {
          display: inline-block;
          width: 72px;
          height: 22px;
          line-height: 22px;
          font-size: 14px;
          text-align: center;
          color: #fff;
          background: #81b3c5;
          text-indent: 0em; }
      .p4Content .p4Box .p4Right ul {
        display: block;
        margin-top: 15px; }
      .p4Content .p4Box .p4Right li {
        font-size: 16px;
        background: url(../images/jiao.png) no-repeat left center;
        padding: 7px 0 7px 20px;
        text-align: left; }

/*第五部分*/
.p5Content {
  background: url(../images/p5_bg.jpg) no-repeat;
  background-size: cover; }
  .p5Content .title {
    margin-bottom: 20px; }
  .p5Content .p5Box {
    width: 1060px;
    margin: 0 auto;
    padding: 0 70px; }
    .p5Content .p5Box .p5Left {
      float: left;
      width: 480px;
      height: 450px;
      position: relative; }
      .p5Content .p5Box .p5Left p {
        width: 100%;
        height: 50px;
        background: url(../images/kuai.png);
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
        line-height: 50px;
        color: #fff; }
        .p5Content .p5Box .p5Left p a {
          color: #fff;
          font-size: 18px; }
    .p5Content .p5Box .p5Right {
      width: 500px;
      height: auto;
      float: right; }
      .p5Content .p5Box .p5Right h2 {
        font-size: 38px;
        color: #000;
        line-height: 130%;
        padding-bottom: 10px; }
      .p5Content .p5Box .p5Right p {
        font-size: 16px;
        text-indent: 2em;
        line-height: 160%;
        padding-bottom: 15px; }
      .p5Content .p5Box .p5Right li {
        font-size: 16px;
        background: url(../images/jiao.png) no-repeat left center;
        padding: 7px 0 7px 20px;
        text-align: left; }

/*第六部分*/
.p6Content {
  position: relative;
  background: url(../images/p6_bg.jpg) no-repeat;
  background-size: cover; }
  .p6Content .title {
    margin-bottom: 20px; }
  .p6Content .p6Box {
    width: 1200px;
    overflow: hidden;
    height: 515px;
    position: relative;
    background: url(../images/p6box_bg.jpg) no-repeat left center; }
    .p6Content .p6Box .swiper-slide {
      position: relative; }
    .p6Content .p6Box .p6Text {
      width: 276px;
      height: 365px;
      position: absolute;
      left: 65px;
      top: 80px; }
      .p6Content .p6Box .p6Text h3 {
        color: #fff;
        font-size: 32px;
        line-height: 140%;
        padding-bottom: 15px; }
      .p6Content .p6Box .p6Text p {
        color: #fff;
        font-size: 18px;
        text-indent: 2em;
        line-height: 170%; }
    .p6Content .p6Box .p6Img {
      position: absolute;
      right: 0px;
      top: 40px; }
      .p6Content .p6Box .p6Img .play {
        display: inline-block;
        width: 105px;
        height: 105px;
        background: url(../images/playicon.png) no-repeat;
        position: absolute;
        top: 35%;
        left: 40%;
        cursor: pointer; }
    .p6Content .p6Box .pagination {
      position: absolute;
      z-index: 20;
      left: 45%;
      bottom: 0; }
    .p6Content .p6Box .swiper-pagination-switch {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: #222;
      margin-right: 5px;
      opacity: 0.8;
      border: 1px solid #fff;
      cursor: pointer; }
    .p6Content .p6Box .swiper-visible-switch {
      background: #000; }
    .p6Content .p6Box .swiper-active-switch {
      background: #0d7bd8; }

/*第七部分*/
.p7Content {
  background: url(../images/p7_bg.jpg) no-repeat;
  background-size: cover; }
  .p7Content .title {
    margin-bottom: 20px;
    padding-top: 20px; }
  .p7Content .p7Box {
    width: 940px;
    margin: 0 auto; }
    .p7Content .p7Box dl {
      clear: both;
      padding: 15px 0; }
      .p7Content .p7Box dl dt {
        float: left; }
        .p7Content .p7Box dl dt img {
          margin-right: 15px; }
      .p7Content .p7Box dl dd h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 150%;
        padding-bottom: 15px; }
      .p7Content .p7Box dl dd p {
        font-size: 16px;
        line-height: 170%; }

/*第八部分*/
.p8Content {
  background: url(../images/p8_bg.jpg) no-repeat;
  background-size: cover; }
  .p8Content .title {
    margin-bottom: 0; }
  .p8Content .p8Box {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative; }
    .p8Content .p8Box .p8Title {
      position: absolute;
      left: -15px;
      top: 15px;
      background: #2e91b7;
      text-align: center;
      color: #fff;
      font-size: 21px;
      padding: 5px 15px; }
    .p8Content .p8Box .p8Left {
      background: #cee7ea;
      float: left;
      width: 320px;
      height: 480px;
      padding: 60px 0 0 0;
      text-align: center;
      position: relative;
      margin-left: 75px; }
    .p8Content .p8Box .p8Center {
      background: #cee7ea;
      float: left;
      width: 320px;
      height: 540px;
      padding: 0 0 0 0;
      background: #fff;
      border: 1px solid #cee7ea;
      text-align: center;
      position: relative;
      margin-left: 40px; }
      .p8Content .p8Box .p8Center h2 {
        color: #3795b8;
        font-size: 20px;
        text-align: center;
        line-height: 130%;
        padding-top: 15px; }
        .p8Content .p8Box .p8Center h2 a {
          color: #3795b8; }
      .p8Content .p8Box .p8Center ul {
        display: block;
        width: 90%;
        margin: 0 auto; }
      .p8Content .p8Box .p8Center li {
        font-size: 16px;
        background: url(../images/jiao.png) no-repeat left center;
        padding: 7px 0 7px 20px;
        text-align: left; }
      .p8Content .p8Box .p8Center p {
        text-align: right;
        padding-right: 20px; }
      .p8Content .p8Box .p8Center .more {
        display: inline-block;
        width: 52px;
        height: 22px;
        text-align: center;
        color: #fff;
        background: #81b3c5; }
    .p8Content .p8Box .p8Right {
      background: #cee7ea;
      float: left;
      width: 320px;
      height: 540px;
      padding: 0 0 0 0;
      background: #fff;
      border: 1px solid #cee7ea;
      text-align: center;
      position: relative;
      margin-left: 40px; }
      .p8Content .p8Box .p8Right h2 {
        color: #3795b8;
        font-size: 20px;
        text-align: center;
        line-height: 130%;
        padding-top: 15px; }
        .p8Content .p8Box .p8Right h2 a {
          color: #3795b8; }
      .p8Content .p8Box .p8Right ul {
        display: block;
        width: 90%;
        margin: 0 auto; }
      .p8Content .p8Box .p8Right li {
        font-size: 16px;
        background: url(../images/jiao.png) no-repeat left center;
        padding: 7px 0 7px 20px;
        text-align: left; }
      .p8Content .p8Box .p8Right p {
        text-align: right;
        padding-right: 20px; }
      .p8Content .p8Box .p8Right .more {
        display: inline-block;
        width: 52px;
        height: 22px;
        text-align: center;
        color: #fff;
        background: #81b3c5; }

/*第九部分*/
.p9Content {
  background: url(../images/p9_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden; }
  .p9Content .title {
    margin-bottom: 20px; }
  .p9Content .p9Box {
    width: 890px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .p9Content .p9Box .swiper-slide {
      position: relative; }
      .p9Content .p9Box .swiper-slide p {
        width: 100%;
        height: 50px;
        background: url(../images/kuai.png);
        text-align: center;
        font-size: 18px;
        color: #fff;
        line-height: 50px;
        position: absolute;
        top: 450px;
        left: 0px; }
        .p9Content .p9Box .swiper-slide p a {
          color: #fff; }
  .p9Content .p9BigBox {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
  .p9Content .leftButton {
    display: inline-block;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 200px;
    cursor: pointer;
    background: url(../images/left_b.png) no-repeat; }
  .p9Content .rightButton {
    display: inline-block;
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0px;
    top: 200px;
    cursor: pointer;
    background: url(../images/right_b.png) no-repeat; }
  .p9Content .pagination {
    position: absolute;
    z-index: 20;
    left: 45%;
    top: 520px; }
  .p9Content .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer; }
  .p9Content .swiper-visible-switch {
    background: #aaa; }

/*第十部分*/
.p10Content {
  background: url(../images/p10_bg.jpg) no-repeat;
  background-size: cover; }
  .p10Content .title {
    margin-bottom: 20px; }
  .p10Content .p10Box {
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px; }
    .p10Content .p10Box .p10Left {
      width: 580px;
      height: 435px;
      float: left;
      position: relative; }
      .p10Content .p10Box .p10Left .play {
        display: inline-block;
        width: 105px;
        height: 105px;
        background: url(../images/playicon.png) no-repeat;
        position: absolute;
        top: 35%;
        left: 40%;
        cursor: pointer; }
      .p10Content .p10Box .p10Left p {
        width: 100%;
        background: url(../images/kuai.png);
        text-align: center;
        color: #fff;
        height: 47px;
        font-size: 18px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        line-height: 47px; }
        .p10Content .p10Box .p10Left p a {
          color: #fff; }
    .p10Content .p10Box .p10Right {
      width: 440px;
      float: left;
      padding-left: 50px; }
      .p10Content .p10Box .p10Right li {
        font-size: 16px;
        background: url(../images/jiao.png) no-repeat left center;
        padding: 8px 0 8px 20px; }
      .p10Content .p10Box .p10Right p {
        text-align: right;
        padding-right: 20px; }
      .p10Content .p10Box .p10Right .more {
        display: inline-block;
        width: 52px;
        height: 22px;
        text-align: center;
        color: #fff;
        background: #81b3c5; }

/*第十一部分*/
.p11Content {
  background: url(../images/p11_bg.jpg) no-repeat;
  background-size: cover; }
  .p11Content .title {
    margin-bottom: 20px; }
  .p11Content .p11Box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px; }
    .p11Content .p11Box p {
      text-align: center;
      padding-bottom: 30px; }
      .p11Content .p11Box p span {
        color: #1268a6;
        text-align: center;
        width: 70px;
        height: 15px;
        padding-top: 50px;
        margin: 0 30px; }
    .p11Content .p11Box .p11_icon {
      display: inline-block;
      background: url(../images/p11_icon.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon1 {
      display: inline-block;
      background: url(../images/p11_icon1.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon2 {
      display: inline-block;
      background: url(../images/p11_icon2.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon3 {
      display: inline-block;
      background: url(../images/p11_icon3.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon4 {
      display: inline-block;
      background: url(../images/p11_icon4.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon5 {
      display: inline-block;
      background: url(../images/p11_icon5.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon6 {
      display: inline-block;
      background: url(../images/p11_icon6.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon7 {
      display: inline-block;
      background: url(../images/p11_icon7.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon8 {
      display: inline-block;
      background: url(../images/p11_icon8.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon9 {
      display: inline-block;
      background: url(../images/p11_icon9.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon10 {
      display: inline-block;
      background: url(../images/p11_icon10.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_icon11 {
      display: inline-block;
      background: url(../images/p11_icon11.jpg) no-repeat top center; }
    .p11Content .p11Box .p11_line {
      width: 500px;
      margin: 50px auto 0 auto;
      border-bottom: 3px solid #add4ea; }
    .p11Content .p11Box .p11_show {
      text-align: center;
      width: 700px;
      height: 270px;
      margin: 30px auto 0 auto; }

/*第十二部分*/
.p12Content {
  background: url(../images/copyright_bg.jpg) no-repeat;
  background-size: cover; }
  .p12Content .p12Box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 3%; }
    .p12Content .p12Box p {
      text-align: center;
      padding: 15px 0; }
    .p12Content .p12Box footer {
      margin-top: 30px; }
      .p12Content .p12Box footer p {
        text-align: center;
        padding: 3px 0; }
        .p12Content .p12Box footer p a {
          margin: 0 5px; }
      .p12Content .p12Box footer .mt30 {
        margin-top: 30px; }

/*浮动导航*/
.floatNav {
  width: 70px;
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999;
  cursor: pointer;
  background: #959594;
  display: none; }
  .floatNav .floatNavBox {
    width: 70px;
    height: 90%;
    padding-top: 150px; }
    .floatNav .floatNavBox p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      padding-bottom: 30px;
      cursor: pointer; }
    .floatNav .floatNavBox div.searchBox {
      text-align: center;
      color: #fff;
      font-size: 16px;
      height: 70px;
      margin-bottom: 30px;
      cursor: pointer;
      position: relative; }
      .floatNav .floatNavBox div.searchBox .tipName {
        position: absolute;
        top: 5px;
        z-index: 2;
        color: #fff;
        font-size: 16px;
        width: 70px;
        text-align: center; }
      .floatNav .floatNavBox div.searchBox .tipBox {
        width: 340px;
        padding-top: 15px;
        padding-left: 15px;
        right: 0px;
        top: 0px;
        height: 55px;
        position: absolute;
        background: #0094d1;
        opacity: 0.7;
        z-index: 1;
        display: none; }
        .floatNav .floatNavBox div.searchBox .tipBox input[type='text'] {
          width: 200px;
          height: 43px;
          background: #eef7fa;
          border: none;
          line-height: 43px;
          padding-left: 10px; }
    .floatNav .floatNavBox div.shearBox {
      text-align: center;
      color: #fff;
      font-size: 16px;
      padding-bottom: 50px;
      margin-bottom: 20px;
      cursor: pointer;
      position: relative; }
      .floatNav .floatNavBox div.shearBox .tipName {
        position: absolute;
        top: 5px;
        z-index: 2;
        color: #fff;
        font-size: 16px;
        width: 70px;
        text-align: center; }
      .floatNav .floatNavBox div.shearBox .tipBox {
        width: 340px;
        padding-top: 15px;
        padding-left: 15px;
        right: 0px;
        top: 0px;
        height: 55px;
        position: absolute;
        background: #0094d1;
        opacity: 0.7;
        z-index: 1;
        display: none; }
      .floatNav .floatNavBox div.shearBox #ops_share {
        width: 340px; }
    .floatNav .floatNavBox .search {
      display: inline-block;
      width: 27px;
      height: 27px;
      background: url(../images/search.png) no-repeat;
      background-size: cover; }
    .floatNav .floatNavBox .weixin {
      display: inline-block;
      width: 32px;
      height: 26px;
      background: url(../images/weixin.png) no-repeat;
      background-size: cover; }
    .floatNav .floatNavBox .weibo {
      display: inline-block;
      width: 33px;
      height: 30px;
      background: url(../images/weibo.png) no-repeat;
      background-size: cover; }
    .floatNav .floatNavBox .shear {
      display: inline-block;
      width: 27px;
      height: 27px;
      background: url(../images/shear.png) no-repeat;
      background-size: cover; }
    .floatNav .floatNavBox h3 {
      color: #fff;
      font-size: 14px;
      margin-bottom: 25px; }
      .floatNav .floatNavBox h3 b {
        font-size: 20px; }

/*新增通栏大图*/
.bigImg {
  width: 100%; }
  .bigImg .bigBox {
    width: 100%;
    height: 100vh; }

/*版权部分*/
.copyright {
  color: #333;
  text-align: center;
  padding-top: 20px; }

/*动画*/
.flash {
  -webkit-animation: flash 1s ease forwards;
  animation: flash 1s ease forwards; }

@-webkit-keyframes flash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.unflash {
  -webkit-animation: unflash 1s ease forwards;
  animation: unflash 1s ease forwards; }

@-webkit-keyframes unflash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes unflash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.upMove {
  -webkit-animation: upMove 3s ease infinite;
  animation: upMove 3s ease infinite; }

@-webkit-keyframes upMove {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0; } }

@keyframes upMove {
  0% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; }
  100% {
    transform: translate3d(0, 30px, 0);
    opacity: 0; } }

.riliMoveup {
  -webkit-animation: riliMoveup .5s ease forwards;
  animation: riliMoveup .5s ease forwards; }

@-webkit-keyframes riliMoveup {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@keyframes riliMoveup {
  0% {
    transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; } }

.riliMovedown {
  -webkit-animation: riliMovedown .5s ease forwards;
  animation: riliMovedown .5s ease forwards; }

@-webkit-keyframes riliMovedown {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@keyframes riliMovedown {
  0% {
    transform: translate3d(0, -40px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@-webkit-keyframes mouseMove {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1; } }

@keyframes mouseMove {
  0% {
    transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 1; } }

.p1MoveLeft {
  -webkit-animation: p1MoveLeft 0.8s ease forwards;
  animation: p1MoveLeft 0.8s ease forwards; }

@-webkit-keyframes p1MoveLeft {
  0% {
    -webkit-transform: translate3d(-5000px, 0px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes p1MoveLeft {
  0% {
    transform: translate3d(-5000px, 0px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.p1MoveRight {
  -webkit-animation: p1MoveRight 0.8s ease forwards;
  animation: p1MoveRight 0.8s ease forwards; }

@-webkit-keyframes p1MoveRight {
  0% {
    -webkit-transform: translate3d(5000px, 0px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes p1MoveRight {
  0% {
    transform: translate3d(5000px, 0px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.xianMove {
  -webkit-animation: xianMove 0.8s ease forwards;
  animation: xianMove 0.8s ease forwards;
  -webkit-transform-origin: 30% 60%;
  transform-origin: 30% 60%; }

@-webkit-keyframes xianMove {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes xianMove {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.ops_tit {
  display: none; }

.xionganpage {
  text-align: center;
  display: block;
  width: 100%; }

.xionganpage a {
  display: inline-block;
  background: #c4c4c4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-style: italic;
  margin: 0 8px; }

.xionganpage a.page_right {
  display: inline-block;
  border-radius: 0;
  background: none;
  width: auto;
  height: auto;
  font-size: 14px;
  text-align: center;
  line-height: auto;
  color: #fff;
  font-style: italic;
  margin: 0 8px; }

.xionganpage a.page_left {
  display: inline-block;
  border-radius: 0;
  background: none;
  width: auto;
  height: auto;
  font-size: 14px;
  text-align: center;
  line-height: auto;
  color: #fff;
  font-style: italic;
  margin: 0 8px; }

.xionganpage a.page_current {
  background: #54bcd2; }

.textContent h3.pre {
  font-size: 20px;
  font-weight: normal;
  margin: 20px auto 5px auto; }

.textContent .edit {
  text-align: right;
  margin: 20px auto;
  font-size: 14px; }

.textContent h4.sub {
  font-size: 20px;
  font-weight: normal;
  margin: 5px auto 15px auto; }

.other {
  text-align: center;
  padding: 30px 0 50px 0; }

.other a {
  margin: 0 20px; }

.header {
  width: 100%;
  height: 400px;
  background: url(../images/header.jpg) no-repeat top center; }

.pagenav {
  width: 100%;
  height: 72px;
  background: url(../images/nav_bg1.jpg);
  line-height: 72px;
  text-align: center;
  font-size: 16px;
  color: #0569a5; }
  .pagenav a {
    color: #fff;
    margin: 0 20px; }

.pagenavlink {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 16px;
  color: #808080;
  position: relative; }
  .pagenavlink a {
    margin: 0 5px; }
  .pagenavlink .search {
    position: absolute;
    right: 10px;
    top: 20px; }
    .pagenavlink .search input {
      width: 183px;
      height: 41px;
      border: 1px solid #d2d2d2;
      border-right: none;
      text-indent: 1em; }

.timeNews {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #dedede;
  background: #fff;
  line-height: 59px; }
  .timeNews .w1200 {
    width: 1200px;
    margin: 0 auto;
    line-height: 59px;
    font-size: 18px;
    color: #bebebe; }
    .timeNews .w1200 span {
      color: #000000;
      margin-left: 10px; }

.timeNewsfloat {
  position: fixed;
  top: 0px;
  left: 0px; }

.textContent {
  width: 1200px;
  margin: 10px auto; }
  .textContent .textLeft {
    width: 845px;
    float: left; }
  .textContent .textRight {
    width: 325px;
    float: right;
    padding-top: 30px; }
    .textContent .textRight .focus {
      width: 325px;
      height: 240px;
      position: relative;
      background: #d3d3d3; }
      .textContent .textRight .focus p {
        margin: 0;
        padding: 0px;
        text-indent: 0em;
        text-align: center;
        font-size: 14px;
        width: 100%; }
      .textContent .textRight .focus .next {
        display: inline-block;
        width: 43px;
        height: 43px;
        position: absolute;
        top: 100px;
        right: 0px;
        z-index: 999;
        cursor: pointer;
        background: url(../images/right_b6.png) no-repeat; }
      .textContent .textRight .focus .prev {
        display: inline-block;
        width: 43px;
        height: 43px;
        position: absolute;
        top: 100px;
        left: 0px;
        z-index: 999;
        cursor: pointer;
        background: url(../images/left_b6.png) no-repeat; }
    .textContent .textRight .textBox {
      margin: 20px auto; }
      .textContent .textRight .textBox h3 {
        font-size: 27px;
        color: #007aac;
        padding-left: 40px;
        background: url(../images/title_icon.png) no-repeat left center;
        background-size: 30px 30px;
        position: relative; }
        .textContent .textRight .textBox h3 span {
          display: inline-block;
          width: 43px;
          height: 27px;
          background: #cdcdcd;
          text-align: center;
          line-height: 27px;
          color: #fff;
          font-size: 14px;
          position: absolute;
          right: 0px;
          bottom: 10px;
          cursor: pointer; }
        .textContent .textRight .textBox h3 span#day {
          right: 88px; }
        .textContent .textRight .textBox h3 span#week {
          right: 44px; }
        .textContent .textRight .textBox h3 span.active {
          background: #4eabc7; }
      .textContent .textRight .textBox ul li {
        font-size: 14px;
        padding: 4px 0 4px 20px;
        background: url(../images/jiao1.png) no-repeat left center; }
    .textContent .textRight .paiBox {
      margin: 20px auto; }
      .textContent .textRight .paiBox h3 {
        font-size: 27px;
        color: #007aac;
        padding-left: 40px;
        background: url(../images/title_icon.png) no-repeat left center;
        background-size: 30px 30px;
        position: relative; }
        .textContent .textRight .paiBox h3 span {
          display: inline-block;
          width: 43px;
          height: 27px;
          background: #cdcdcd;
          text-align: center;
          line-height: 27px;
          color: #fff;
          font-size: 14px;
          position: absolute;
          right: 0px;
          bottom: 10px;
          cursor: pointer; }
        .textContent .textRight .paiBox h3 span#day {
          right: 88px; }
        .textContent .textRight .paiBox h3 span#week {
          right: 44px; }
        .textContent .textRight .paiBox h3 span.active {
          background: #4eabc7; }
      .textContent .textRight .paiBox .pailist {
        display: none; }
      .textContent .textRight .paiBox ul li {
        font-size: 14px;
        padding: 10px 0 10px 35px;
        position: relative; }
        .textContent .textRight .paiBox ul li span {
          display: inline-block;
          width: 24px;
          height: 24px;
          text-align: center;
          line-height: 24px;
          color: #fff;
          border-radius: 50%;
          background: #d1d1d1;
          margin-right: 10px;
          position: absolute;
          left: 0px;
          top: 10px; }
      .textContent .textRight .paiBox ul li:nth-child(1) span {
        background: #4faec9; }
      .textContent .textRight .paiBox ul li:nth-child(2) span {
        background: #4faec9; }
      .textContent .textRight .paiBox ul li:nth-child(3) span {
        background: #4faec9; }
  .textContent h1 {
    font-size: 36px;
    font-weight: bold;
    padding: 15px 0; }
  .textContent p {
    font-size: 16px;
    line-height: 180%;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    text-indent: 2em; }
  .textContent .textTime {
    width: 100%;
    position: relative;
    height: 100px; }
    .textContent .textTime #ops_share {
      position: absolute;
      right: 0px;
      top: 0px; }
  .textContent .textPic {
    text-align: center;
    color: #8f8f8f;
    font-size: 14px; }
    .textContent .textPic img {
      margin-bottom: 10px; }

.textNote {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 25px 0; }
  .textNote .noteTitle {
    font-size: 16px;
    color: #767676;
    position: relative; }
    .textNote .noteTitle b {
      color: #0060ae;
      font-size: 30px;
      margin-right: 10px; }
    .textNote .noteTitle span {
      position: absolute;
      right: 0px;
      color: #589bd2; }
  .textNote .noteInput {
    width: 100%;
    margin: 30px auto; }
    .textNote .noteInput textarea {
      width: 716px;
      height: 75px;
      background: #fff;
      border: 2px solid #e7e7e7;
      border-right: none;
      float: left;
      padding: 10px;
      font-size: 16px; }
    .textNote .noteInput input[type="button"] {
      width: 100px;
      height: 99px;
      background: #38a6d4;
      color: #fff;
      text-align: center;
      font-size: 24px;
      border: none; }
  .textNote .noteMessage h2 {
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px; }
  .textNote .noteMessage dl {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    padding-top: 15px; }
    .textNote .noteMessage dl dt {
      float: left;
      width: 60px;
      height: 100px; }
    .textNote .noteMessage dl dd h3 {
      font-size: 16px;
      color: #a5a5a5; }
      .textNote .noteMessage dl dd h3 b {
        color: #0060ae;
        margin-right: 10px;
        font-weight: normal; }
    .textNote .noteMessage dl dd p {
      width: 100%;
      padding: 5px 0;
      text-indent: 0em;
      font-size: 14px; }
  .textNote .noteMore {
    display: block;
    background: #5cb6db;
    width: 150px;
    height: 40px;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px; }

.p12Box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 3%; }
  .p12Box p {
    text-align: center;
    padding: 15px 0; }
  .p12Box footer {
    margin-top: 30px; }
    .p12Box footer p {
      text-align: center;
      padding: 3px 0; }
      .p12Box footer p a {
        margin: 0 5px; }
    .p12Box footer .mt30 {
      margin-top: 30px; }

.zdfy {
  text-align: center;
  padding: 10px 0; }

.pageContent {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0; }
  .pageContent h2 {
    font-size: 40px;
    color: #007aac;
    background: url(../images/title_icon.png) no-repeat left center;
    padding-left: 55px;
    position: relative;
    margin-top: 25px; }
    .pageContent h2 .more {
      position: absolute;
      right: 0px;
      top: 30px;
      display: inline-block;
      width: 52px;
      height: 22px;
      line-height: 22px;
      font-size: 14px;
      text-align: center;
      color: #fff;
      background: #81b3c5;
      text-indent: 0em; }
  .pageContent dl {
    clear: both;
    padding: 0px 0 35px 0;
    border-bottom: 1px solid #e2e2e2; }
    .pageContent dl h3 {
      font-size: 28px;
      font-weight: bold;
      line-height: 150%;
      height: 50px;
      padding: 10px 0;
      background: url(../images/jiao.png) no-repeat left 25px;
      padding-left: 20px; }
    .pageContent dl dt {
      float: left; }
      .pageContent dl dt img {
        margin-right: 15px; }
    .pageContent dl dd p {
      font-size: 16px;
      text-indent: 0;
      line-height: 170%; }

.page {
  text-align: center;
  padding: 10px 0;
  font-size: 14px; }
  .page a {
    display: inline-block;
    border: 1px solid #e2e2e2;
    padding: 2px 10px;
    margin: 0 10px; }

.keywords {
  width: 90%;
  padding: 20px 5% 10px 5%;
  margin: 15px auto;
  background: #e4ebf2; }
  .keywords p {
    padding-bottom: 10px; }
  .keywords a {
    display: inline-block;
    width: 135px;
    text-align: center;
    color: #2a6ca6;
    font-size: 16px; }

.keylist ul li {
  padding: 12px 0 12px 20px;
  font-size: 20px;
  position: relative;
  background: url(../images/icon05.png) no-repeat left center; }
  .keylist ul li span {
    position: absolute;
    right: 0px;
    font-size: 16px;
    color: #b3b3b3; }

.searchContent {
  width: 1200px;
  margin: 20px auto; }
  .searchContent .js_l1 {
    float: left;
    width: 280px;
    color: #007aac; }
    .searchContent .js_l1 a {
      color: #007aac; }
    .searchContent .js_l1 h2 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
    .searchContent .js_l1 li {
      font-size: 16px;
      padding: 5px 0; }
  .searchContent .fr {
    float: left;
    width: 753px; }
    .searchContent .fr .sousuo2 #keyword {
      width: 432px;
      height: 39px;
      font-size: 16px;
      padding-left: 15px; }
    .searchContent .fr .tit {
      font-size: 16px;
      padding: 20px 0; }
    .searchContent .fr .js_r1 li {
      padding: 15px 0; }
      .searchContent .fr .js_r1 li strong {
        font-size: 24px;
        line-height: 170%; }
      .searchContent .fr .js_r1 li p {
        font-size: 16px;
        line-height: 180%; }
      .searchContent .fr .js_r1 li span {
        font-size: 16px; }
  .searchContent .page_n {
    text-align: center;
    padding: 20px 0;
    font-size: 16px; }
    .searchContent .page_n a {
      font-size: 16px;
      margin: 0 5px;
      display: inline-block;
      border: 1px solid #e2e2e2;
      padding: 3px 10px; }

/*弹出登录*/
.loginBg {
  width: 100%;
  height: 4000px;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none; }

.loginBox {
  width: 400px;
  height: 220px;
  position: fixed;
  top: 15%;
  left: 50%;
  padding-top: 15px;
  z-index: 999;
  background: #fff;
  margin-left: -200px;
  display: none; }
  .loginBox h3 {
    padding: 10px 0;
    font-size: 16px;
    text-align: center; }
  .loginBox span.closelogin {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #c00;
    cursor: pointer;
    font-size: 14px; }
  .loginBox p {
    text-align: center;
    font-size: 14px;
    padding: 5px 0; }
    .loginBox p input[type="text"] {
      width: 250px;
      height: 25px; }
    .loginBox p input[type="password"] {
      width: 250px;
      height: 25px; }
    .loginBox p input[type="submit"] {
      width: 96px;
      height: 29px;
      background: #e70012;
      border: none;
      color: #fff;
      font-size: 14px;
      text-align: center;
      padding: 0; }
#navlist{ display:none;}
/*响应式*/
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  .header {
    width: 100%;
    height: 150px;
    background-size: cover; }
  .pagenav {
    height: auto;
    line-height: 170%;
    padding: 10px 0; }
  .pagenavlink {
    width: 100%;
    padding: 10px 0; }
    .pagenavlink .search {
      display: none; }
  .pageContent {
    width: 95%;
    margin: 0 auto; }
    .pageContent h2 {
      font-size: 24px;
      background: url(../images/title_icon.png) no-repeat left center;
      background-size: 30px 30px;
      padding-left: 35px; }
      .pageContent h2 .more {
        top: 10px; }
    .pageContent dl h3 {
      font-size: 22px;
      height: auto; }
    .pageContent dl dt img {
      width: 150px;
      height: auto; }
    .pageContent dl dd p {
      font-size: 14px; }
  .p12Box {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 15px; }
    .p12Box p img {
      margin-bottom: 5px;
      width: 40%;
      height: auto;
      margin: 0 auto; }
  p:nth-child(2) img {
    margin-bottom: 5px;
    width: 30%;
    height: auto;
    margin: 0 auto; }
  .floatNav {
    display: none; }
  #navlist {
    display: block; }
  .pagenav {
    display: none; }
  .timeNews {
    height: auto;
    line-height: 180%; }
    .timeNews .w1200 {
      padding: 10px 0;
      width: 100%;
      font-size: 14px;
      line-height: 180%; }
  .textContent {
    width: 95%; }
    .textContent p img {
      width: 80%; }
    .textContent .textLeft {
      width: 100%; }
      .textContent .textLeft #ops_share {
        display: none; }
      .textContent .textLeft .textNote .noteTitle {
        font-size: 12px; }
        .textContent .textLeft .textNote .noteTitle b {
          font-size: 22px; }
        .textContent .textLeft .textNote .noteTitle span {
          display: none; }
      .textContent .textLeft .textNote .noteInput {
        text-align: center; }
        .textContent .textLeft .textNote .noteInput textarea {
          width: 90%;
          margin: 0 auto;
          border: 2px solid #e7e7e7; }
        .textContent .textLeft .textNote .noteInput input {
          width: 60px;
          height: 29px;
          background: #38a6d4;
          color: #fff;
          text-align: center;
          font-size: 14px;
          border: none;
          margin-top: 10px; }
      .textContent .textLeft .textNote .noteMessage dt {
        display: none; }
    .textContent .textRight {
      display: none; }
    .textContent h1 {
      font-size: 1rem; }
    .textContent .textPic img {
      width: 80%;
      height: auto; }
    .textContent p img {
      width: 80%; } 
	.nav02{ font-size:26px; font-weight:bold; background:#1c8fc7; height:44px;overflow:hidden;line-height:auto;position:relative;}
.nav02 a{ padding:0 10px;color:#fff;font-size: 16px;}
.nav02 img{position:absolute;right:10px;top:0px;}
.nav02 span img{position:static; vertical-align:top;height:40px; line-height:40px;}
.nav02 .swiper-slide{
	font-size: 26px;
	height:41px;
	line-height:34px;
	width: auto;
}
.nav02 .swiper-slide-active{border-bottom:3px solid #beffff;}
.nav02 .swiper-slide-active a{color:#beffff;}
.searchContent{
  width:100%;
  padding:10px 0;
  text-align:center;
  background:#f2f2f2;
  display:none;
  margin:0 auto;
}
.searchContent input[type="text"]{
  width:50%;
  height:35px;
  border:1px solid #ccc;
  border-right:none;
  vertical-align:middle;
  font-size:16px;
  padding-left:10px;
}
.searchContent input[type="image"]{
  vertical-align:middle;
  height:35px;
  width:35px;
}
.searchBox{
	width:147px;
	height:44px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:999;
	background:url(/img/LOCAL/2017/11/113110/images/navkuai.png) repeat-y;
}
.searchBox img{margin-top:1px;margin-right:1px; cursor:pointer; transform:scale(0.6);
-ms-transform:scale(0.6);
            -webkit-transform:scale(0.6);
            -o-transform:scale(0.6);
            -moz-transform:scale(0.6);}  
	  
	  }

/*# sourceMappingURL=maps/default.css.map */
@media(max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px){
	.textContent h1{font-size:1.8rem}
}