@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  background: #f5f5f5; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #0a7dcd;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0px; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0px;
  display: block;
  _display: inherit; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 10px;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 50px;
  overflow: hidden;
  clear: both; }

.wal {
  width: 1200px;
  margin: 0 auto; }

a, .transition, .head .nav dl, .indexPart1 .content, .indexPart3 li .layer, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.flex {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.headD {
  height: 111px; }

.head {
  background: #fff;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%; }
  .head .wal {
    height: 111px;
    position: relative; }
  .head a.logo {
    position: absolute;
    z-index: 10;
    left: 23px;
    right: auto;
    top: 38px;
    bottom: auto; }
  .head .nav {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 23px;
    top: 0;
    bottom: auto; }
    .head .nav li {
      float: left;
      padding-left: 40px;
      height: 111px;
      position: relative; }
      .head .nav li:hover a:before {
        width: 80%;
        left: 10%; }
      .head .nav li:hover dl {
        opacity: 1;
        top: 100%;
        visibility: visible; }
    .head .nav a {
      display: block;
      height: 111px;
      padding-top: 63px;
      position: relative;
      font-size: 16px; }
      .head .nav a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50px;
        width: 0;
        height: 2px;
        background: #0a7dcd; }
      .head .nav a:hover:before, .head .nav a.on:before {
        width: 80%;
        left: 10%; }
    .head .nav dl {
      position: absolute;
      z-index: 10;
      left: 30px;
      right: auto;
      top: 50%;
      bottom: auto;
      width: 180px;
      text-align: center;
      background: #f2f2f2;
      padding: 15px 0;
      opacity: 0;
      visibility: hidden;
      border-bottom-left-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
      -moz-border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      -moz-border-bottom-right-radius: 8px; }
      .head .nav dl a {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        padding: 0;
        color: #818181; }
        .head .nav dl a:hover {
          color: #0a7dcd; }
        .head .nav dl a:before {
          display: none; }
.foot {
  background: url("../image/nimg1920_2.png") center no-repeat;
  background-size: cover; }
  .foot .wal {
    height: 319px;
    width: 1160px;
    position: relative; }
  .foot .list {
    height: 154px;
    border-bottom: #5d5e5e solid 1px;
    position: relative;
    padding-top: 82px;
    font-size: 14px; }
    .foot .list li {
      float: left;
      padding-right: 33px; }
      .foot .list li a {
        color: #979797; }
        .foot .list li a:hover {
          color: #fff; }
    .foot .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 88px;
      height: 3px;
      background: #0a7dcd; }
  .foot .link {
    position: absolute;
    z-index: 20;
    left: auto;
    right: 0;
    top: 77px;
    bottom: auto;
    width: 218px;
    height: 36px;
    line-height: 36px;
    background: url("../image/img218.png") center no-repeat;
    font-size: 14px;
    color: #979797;
    padding-left: 18px; }
    .foot .link:hover .layer {
      display: block; }
    .foot .link .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 100%;
      bottom: auto;
      width: 100%;
      padding: 0 18px;
      display: none; }
      .foot .link .layer dl {
        background: #fff; }
      .foot .link .layer dd {
        padding: 0 20px; }
  .foot .msg {
    font-size: 14px;
    line-height: 36px;
    color: #979797;
    padding-top: 42px; }
  .foot .ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 30px;
    top: 170px;
    bottom: auto;
    width: 102px;
    text-align: center;
    color: #fff;
    font-size: 14px; }
    .foot .ewm div {
      padding-bottom: 6px; }

.indexFlash {
  height: 420px;
  width: 100%;
  top: 70px;
  position: relative;
  overflow: hidden; }
  .indexFlash .swiper-slide a {
    display: block;
    height: 420px;
    background: center no-repeat;
    background-size: cover; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 24px;
    width: 100%;
    text-align: center;
    font-size: 0; }
    .indexFlash .dots span {
      display: inline-block;
      margin: 0 9px;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.5);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .indexFlash .dots span.swiper-pagination-bullet-active {
        background: #fff; }
  .indexFlash .arrow {
    display: block;
    width: 27px;
    height: 47px;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    ;
    background: center no-repeat; }
    .indexFlash .arrow.prev {
      left: 50%;
      margin-left: -550px;
      background-image: url("../image/nimg27_1.png"); }
    .indexFlash .arrow.next {
      right: 50%;
      margin-right: -550px;
      background-image: url("../image/nimg27_2.png"); }

.indexPart1 {
  padding-top: 85px;
  overflow: hidden;
  position: relative; }
  .indexPart1 ul {
    margin-left: -90px;
    margin-right: -90px; }
  .indexPart1 li {
    float: left;
    width: 33.333%;
    text-align: center;
    color: #666; }
    .indexPart1 li:hover {
      color: #0a7dcd; }
      .indexPart1 li:hover .name:before {
        background: #0a7dcd; }
  .indexPart1 .name {
    position: relative;
    height: 73px;
    padding-top: 25px;
    font-size: 18px; }
    .indexPart1 .name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 30px;
      height: 4px;
      background: #cfcfcf;
      margin-left: -15px; }
  .indexPart1 .content {
    font-size: 15px;
    line-height: 25px;
    height: 115px;
    padding-top: 20px; }

.indexPart2 {
  min-height: 475px;
  background: #fff;
  padding: 0 40px;
  margin-bottom: 45px; }
  .indexPart2 .imgList {
    width: 503px;
    overflow: hidden;
    position: relative; }
    .indexPart2 .imgList .dots {
      height: 73px;
      padding-top: 32px; }
      .indexPart2 .imgList .dots span {
        display: block;
        float: left;
        width: 18px;
        height: 18px;
        background: url("../image/img18.png") center no-repeat;
        margin-right: 10px; }
        .indexPart2 .imgList .dots span.swiper-pagination-bullet-active {
          background-image: url("../image/img18on.png"); }
    .indexPart2 .imgList .swiper-slide {
      position: relative; }
    .indexPart2 .imgList .name a {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      width: 100%;
      height: 48px;
      line-height: 48px;
      background: rgba(0, 0, 0, 0.55);
      height: 48px;
      line-height: 48px;
      font-size: 18px;
      color: #fff;
      padding-left: 20px; }
  .indexPart2 .fr {
    width: 580px;
    padding: 18px 28px 0 0; }
    .indexPart2 .fr .title {
      height: 55px;
      line-height: 55px;
      position: relative;
      background: url("../image/nimg24.png") left center no-repeat;
      padding-left: 34px;
      font-size: 14px;
      color: #0a7dcd; }
      .indexPart2 .fr .title a {
        position: absolute;
        z-index: 10;
        left: auto;
        right: -35px;
        top: 0;
        bottom: auto;
        font-size: 12px;
        color: #a2a2a2; }
    .indexPart2 .fr .name {
      font-size: 20px;
      margin-top: -3px; }
    .indexPart2 .fr .time {
      color: #888;
      padding: 12px 0; }
    .indexPart2 .fr .content {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      padding-bottom: 6px;
      text-align: justify; }
    .indexPart2 .fr li a {
      display: block;
      font-size: 14px;
      color: #666;
      height: 51px;
      line-height: 50px;
      border-bottom: #f0f0f0 solid 1px;
      background: url("../image/img16.png") right center no-repeat; }
      .indexPart2 .fr li a:hover {
        color: #0a7dcd;
        background-image: url("../image/img16on.png"); }

.indexPart3 {
  width: 389px; }
  .indexPart3 li {
    padding-bottom: 3px;
    position: relative;
    min-height: 100px; }
    .indexPart3 li:hover .layer {
      opacity: 1; }
    .indexPart3 li:hover .imgDiv img {
      opacity: .34; }
    .indexPart3 li .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      padding: 0 20px;
      color: #fff;
      opacity: 0; }
      .indexPart3 li .layer .name {
        font-size: 18px;
        padding: 38px 0 12px 0; }
        .indexPart3 li .layer .name a {
          color: #fff; }
      .indexPart3 li .layer .content {
        height: 90px;
        line-height: 2em;
        text-align: justify; }
      .indexPart3 li .layer a.more {
        display: block;
        text-align: right;
        color: #fff; }
  .indexPart3 .imgDiv {
    background: #0a7dcd; }

.indexPart4 {
  width: 557px;
  height: 394px;
  background: #fff;
  position: relative;
  left: 10px;
  padding: 0 20px; }
  .indexPart4 .title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #0a7dcd;
    width: 273px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
    position: relative;
    left: -20px; }
  .indexPart4 .box {
    height: 165px;
    position: relative;
    border-bottom: #d7d7d7 dashed 1px;
    padding-left: 142px; }
    .indexPart4 .box .imgDiv {
      border: #dcdcdc solid 1px;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 21px;
      bottom: auto; }
    .indexPart4 .box .name {
      font-size: 18px;
      font-weight: bold;
      padding: 28px 0 10px 0; }
    .indexPart4 .box .content {
      font-size: 14px;
      line-height: 24px;
      color: #666; }
    .indexPart4 .box a {
      color: #0a7dcd; }
  .indexPart4 .list {
    padding-top: 18px; }
    .indexPart4 .list li {
      height: 36px;
      line-height: 36px;
      color: #c3c3c3;
      position: relative;
      font-size: 14px;
      padding-left: 8px; }
      .indexPart4 .list li span {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 15px;
        top: 0;
        bottom: auto;
        font-size: 12px; }

.indexPart5 {
  width: 233px; }
  .indexPart5 a {
    height: 197px;
    background: #044088;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px; }
    .indexPart5 a div {
      padding-top: 50px;
      height: 112px; }
    .indexPart5 a b {
      display: block;
      text-transform: uppercase;
      padding-top: 8px; }
  .indexPart5 li:nth-child(2) a {
    background: #2eae01; }

.pageBanner {
  height: 415px;
  background: center no-repeat;
  background-size: cover; }

.sideNav {
  width: 281px;
  position: relative;
  z-index: 20;
  top: -48px; }
  .sideNav .title {
    height: 112px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #0a7dcd;
    font-size: 14px; }
    .sideNav .title div {
      font-size: 24px;
      padding: 30px 0 7px 0; }
  .sideNav .list {
    border-bottom: #eaeaea solid 4px;
    background: #f7f7f7; }
    .sideNav .list a {
      display: block;
      text-align: center;
      font-size: 19px;
      color: #7f7f7f;
      height: 66px;
      line-height: 65px;
      border-bottom: #eaeaea solid 1px; }
      .sideNav .list a:hover, .sideNav .list a.on {
        background: #fff;
        border-color: #0a7dcd; }
    .sideNav .list dl {
      background: #fcfcfc;
      border-bottom: #eaeaea solid 1px; }
      .sideNav .list dl a {
        border-bottom: #edecec dashed 1px;
        height: 54px;
        line-height: 53px;
        font-size: 15px;
        color: #959595; }
        .sideNav .list dl a:hover, .sideNav .list dl a.on {
          background: none;
          color: #0a7dcd;
          border-color: #edecec; }
      .sideNav .list dl dd:last-child a {
        border: 0; }

.w870 {
  width: 870px; }

.pageTitle {
  height: 71px;
  position: relative;
  border-bottom: #ebeaea solid 1px; }
  .pageTitle h2 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: -1px;
    font-weight: 400;
    font-size: 18px;
    color: #0a7dcd;
    border-bottom: #0a7dcd solid 3px;
    padding: 0 5px;
    line-height: 62px; }
  .pageTitle .curr {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    height: 65px;
    line-height: 65px;
    background: url("../image/nimg16.jpg") left center no-repeat;
    padding-left: 26px;
    font-size: 14px;
    color: #a8a7a7; }
    .pageTitle .curr a {
      color: #a8a7a7; }
      .pageTitle .curr a:hover {
        color: #0a7dcd; }

.news li {
  position: relative;
  border-bottom: #eaeaea solid 1px;
  padding-right: 268px; }
  .news li:hover a {
    color: #0a7dcd; }
.news .name {
  font-size: 16px;
  font-weight: bold;
  padding: 35px 110px 12px 0;
  line-height: 24px; }
.news .time {
  line-height: 24px;
  height: 24px;
  font-size: 13px;
  color: #a5a4a4;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 268px;
  top: 35px;
  bottom: auto;
  padding-left: 28px;
  background: url("../image/nimg17.gif") left center no-repeat; }
.news .content {
  font-size: 14px;
  line-height: 26px;
  color: #8d8d8d; }
.news .imgDiv {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 11px;
  top: 29px;
  bottom: auto;
  width: 180px; }

.pageNum {
  clear: both;
  font-size: 0;
  text-align: center;
  height: 115px;
  padding-top: 55px; }
  .pageNum a {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    background: #f5f5f5;
    height: 36px;
    line-height: 34px;
    border: #dcdcdc solid 1px;
    padding: 0 13px; }
    .pageNum a:hover, .pageNum a.on {
      color: #fff;
      border-color: #0a7dcd;
      background: #0a7dcd; }

.product {
  font-size: 16px;
  line-height: 35px;
  color: #787777;
  text-align: justify;
   }
  .product .imgDiv {
    text-align: center;
    padding: 25px 0; }
    .product .imgDiv .name {
      color: #666464;
      padding-top: 10px; }

/*# sourceMappingURL=index.css.map */
