* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "MicrosoftYaHei"; }

img {
  border: none; }

a {
  text-decoration: none; }

.header {
  width: 100%;
  position: relative; }
  .header img {
    width: 100%; }
  .header .header_con {
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    top: 52px;
    margin: auto; }
    .header .header_con img {
      width: 198px; }

.content_one {
  width: 100%;
  padding-bottom: 40px; }
  .content_one .oneinner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px; }
    .content_one .oneinner img {
      display: block;
      margin: 0 auto; }
    .content_one .oneinner .text_inner {
      margin: 0 auto;
      margin-top: 114px;
      width: 1183px;
      text-align: left;
      font-size: 36px;
      color: #000000;
      line-height: 60px;
      word-break: break-all;
      margin-bottom: 90px; }

.content_two {
  width: 100%;
  height: 481px;
  background: #093C7F;
  position: relative; }
  .content_two .two_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    .content_two .two_inner .two_right {
      float: right; }
    .content_two .two_inner .two_left {
      position: absolute;
      left: 0;
      top: 75px; }
    .content_two .two_inner:after {
      content: '';
      display: block;
      clear: both; }
    .content_two .two_inner .text_inner {
      width: 609px;
      font-size: 23px;
      color: #FFFFFF;
      line-height: 36px;
      margin-left: 59px;
      word-break: break-all;
      font-weight: lighter; }

.content_three {
  width: 100%;
  height: 480px;
  background: #fff; }
  .content_three .three_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    .content_three .three_inner .text_inner {
      display: inline-block;
      width: 773px;
      font-size: 24px;
      line-height: 36px;
      word-break: break-all;
      color: #000;
      text-align: left; }
      .content_three .three_inner .text_inner p {
        font-size: 24px;
        line-height: 36px;
        font-weight: lighter;
        color: #000; }
    .content_three .three_inner .three_left {
      float: left;
      margin-top: -4px; }
    .content_three .three_inner .three_right {
      position: absolute;
      right: 0;
      top: 75px;
      text-align: right; }
    .content_three .three_inner:after {
      content: '';
      display: block;
      clear: both; }

.content_five {
  padding-top: 75px;
  width: 100%; }
  .content_five .fiv_inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 75px; }
    .content_five .fiv_inner .five_title {
      width: 100%; }
    .content_five .fiv_inner .img_inner {
      width: 100%; }

.content_six {
  width: 100%;
  position: relative; }
  .content_six img {
    width: 100%;
    display: block; }
  .content_six .six_inner {
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 75px; }
    .content_six .six_inner img {
      display: block;
      margin: 0 auto; }

.jn_foot {
  width: 100%;
  height: auto !important;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #222;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .jn_foot .ft_top {
    width: 1200px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto 80px;
    padding: 0 0 30px;
    border-bottom: 1px solid #fff; }
    .jn_foot .ft_top .ft_logo {
      width: 250px;
      height: 60px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      float: left; }
  .jn_foot .ft_bottom {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0; }
    .jn_foot .ft_bottom .ft_text {
      width: 800px;
      height: auto;
      margin: 0;
      padding: 0;
      float: left; }
      .jn_foot .ft_bottom .ft_text .ft_share {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0 0 18px;
        padding: 0;
        position: relative; }
        .jn_foot .ft_bottom .ft_text .ft_share a {
          display: block;
          width: 32px;
          height: 32px;
          overflow: hidden;
          margin: 4px 10px 4px 0;
          padding: 0;
          float: left; }
        .jn_foot .ft_bottom .ft_text .ft_share span {
          display: inline-block;
          height: 40px;
          line-height: 40px;
          color: #fff;
          font-size: 28px;
          margin-left: 70px; }
        .jn_foot .ft_bottom .ft_text .ft_share .ft_share_wx {
          width: 90px;
          height: 90px;
          overflow: hidden;
          margin: 0;
          padding: 8px;
          background-color: #fff;
          position: absolute;
          top: -106px;
          left: -36px; }
        .jn_foot .ft_bottom .ft_text .ft_share .ft_share_wx1 {
          width: 90px;
          height: 90px;
          overflow: hidden;
          margin: 0;
          padding: 8px;
          background-color: #fff;
          position: absolute;
          top: -106px;
          left: 4px; }
    .jn_foot .ft_bottom .ft_ewm {
      width: 90px;
      height: 90px;
      overflow: hidden;
      margin: 0;
      padding: 8px;
      background-color: #fff;
      float: right; }
    .jn_foot .ft_bottom:after {
      content: '';
      display: block;
      clear: both; }
