@charset "UTF-8";
.abs1 {
  position: absolute;
  z-index: 1; }

.abs2 {
  position: absolute;
  z-index: 2; }

.abs3 {
  position: absolute;
  z-index: 3; }

.rel1 {
  position: relative;
  z-index: 1; }

.rel2 {
  position: relative;
  z-index: 2; }

.rel3 {
  position: relative;
  z-index: 3; }

body, html {
  word-wrap: break-word;
  min-width: 1300px; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, blockquote, fieldset, div, strong, label, em {
  margin: 0;
  padding: 0;
  border: 0; }

table, th, td {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  color: #333;
  font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
  background: #fff;
  /* overflow: hidden;*/ }

ul, ol, li {
  list-style: none; }

input, button {
  margin: 0;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p img {
  display: inline-block; }

a {
  color: #333;
  outline: none !important;
  text-decoration: none; }

a:focus, a:hover {
  text-decoration: none; }

.clear {
  clear: both;
  height: 0px;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0px; }

.m {
  margin: 0px auto; }

.l {
  float: left; }

.r {
  float: right; }

.x {
  position: relative;
  z-index: 1; }

.x2 {
  position: relative;
  z-index: 2; }

.j {
  position: absolute;
  z-index: 1; }

.j2 {
  position: absolute;
  z-index: 2; }

.fix1 {
  position: fixed;
  z-index: 5; }

.fix {
  position: fixed;
  z-index: 10; }

.fix2 {
  position: fixed;
  z-index: 15; }

.vis {
  visibility: hidden; }

.tc {
  text-align: center; }

.ft28 {
  font-size: 28px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.mb40 {
  margin-bottom: 40px; }

.mb100 {
  margin-bottom: 100px; }

.ml40 {
  margin-left: 40px; }

.db {
  display: block; }

.c1 {
  color: #222; }

.c2 {
  color: #fff; }

.overflow-hidden {
  overflow: hidden; }

.container {
  width: 1200px; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.cen {
  padding-left: 0px;
  padding-right: 0px; }

.img-re-w {
  width: 100%;
  display: block; }

.img-re-h {
  height: 100%;
  display: block; }

/*通用end*/
:root {
  filter: none; }

@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.section {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px; }

.head {
  height: 80px;
  line-height: 80px;
  background: url(../images/head-bg.jpg) repeat-x left top;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .head .head-right {
    padding-left: 30px;
    margin-top: 0px; }
  .head .search {
    position: relative;
    z-index: 999;
    height: 80px;
    line-height: 80px; }
    .head .search .ico1 {
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      color: #1ea5db;
      font-size: 18px;
      cursor: pointer;
      font-weight: normal;
      border-radius: 5px; }
  .head .search-form {
    display: none;
    position: absolute;
    right: 0px;
    top: 80px;
    width: 100%;
    padding: 10px;
    background-color: #1ea5db; }
    .head .search-form.on {
      display: block; }
  .head .txt {
    font-size: 16px;
    color: #fff;
    line-height: 40px; }
  .head .ipt {
    min-width: 730px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 38px;
    padding: 0px 10px;
    outline: none;
    vertical-align: top; }
  .head .tj {
    vertical-align: top;
    width: 100px;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    outline: none; }

.top-nav {
  position: relative;
  z-index: 1;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  color: #161616;
  text-align: center;
  text-transform: uppercase; }
  .top-nav .a1 {
    color: #161616;
    display: block;
    padding: 0px 30px;
    height: 80px;
    line-height: 80px;
    font-weight: normal; }
  .top-nav .top-nav-con li {
    float: left;
    position: relative;
    z-index: 2; }
    .top-nav .top-nav-con li.on .a1, .top-nav .top-nav-con li:hover .a1 {
      color: #1ea5db; }
    .top-nav .top-nav-con li:hover .menu {
      display: block; }
    .top-nav .top-nav-con li .menu {
      display: none;
      position: absolute;
      z-index: 1;
      left: 0px;
      top: 80px;
      width: 177px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
      .top-nav .top-nav-con li .menu .a2 {
        display: block;
        text-align: center;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top: none;
        height: 50px;
        line-height: 49px;
        overflow: hidden;
        font-size: 16px;
        font-weight: normal;
        color: #333; }
        .top-nav .top-nav-con li .menu .a2:hover {
          background-color: #f7f7f7; }

.title1 {
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
  color: #666;
  text-transform: uppercase; }
  .title1 .s2 {
    height: 0px;
    width: 36px;
    margin-top: 20px;
    border-bottom: 1px solid #1ea5db; }

.main1 li {
  float: left;
  width: 383px;
  margin-left: 25px; }
  .main1 li:first-child {
    margin-left: 0px; }
  .main1 li .item {
    overflow: hidden; }
    .main1 li .item:hover .nr2 {
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
  .main1 li .nr1, .main1 li .nr2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #f6f6f6;
    width: 100%; }
  .main1 li .nr1 {
    z-index: 1; }
    .main1 li .nr1 h3 {
      font-size: 14px;
      line-height: 60px;
      height: 60px;
      overflow: hidden;
      color: #666666;
      text-align: center;
      text-transform: uppercase; }
  .main1 li .nr2 {
    z-index: 2;
    padding: 15px;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    transition: 0.2s all;
    -webkit-transition: 0.2s all; }
    .main1 li .nr2 h3 {
      font-size: 14px;
      line-height: 180%;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .main1 li .nr2 h3 a {
        color: #666; }
        .main1 li .nr2 h3 a:hover {
          color: #1ea5db; }
    .main1 li .nr2 .jj {
      font-size: 12px;
      line-height: 200%; }
    .main1 li .nr2 .a1 {
      width: 130px;
      height: 40px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      line-height: 40px;
      overflow: hidden;
      display: block;
      margin: 10px auto 0px;
      background-color: #1ea5db;
      text-transform: uppercase; }

.main2 {
  background: url(../images/m2-bg.jpg) no-repeat;
  height: 594px;
  overflow: hidden; }
  .main2 .m2-right {
    width: 590px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 200%;
    text-indent: 2em; }

.main3 .bt {
  background-color: #ededed;
  height: 50px;
  line-height: 50px;
  border-left: 6px solid #1ea5db;
  padding: 0px 15px; }
  .main3 .bt .s1 {
    font-size: 18px;
    color: #1f1915; }
  .main3 .bt .a1 {
    font-size: 12px;
    color: #1f1915; }
    .main3 .bt .a1:hover {
      color: #1ea5db; }
.main3 .m3-left {
  width: 716px; }
  .main3 .m3-left ul {
    padding: 0px 15px; }
  .main3 .m3-left .time {
    width: 100px;
    height: 100px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 160%;
    margin-right: 15px; }
    .main3 .m3-left .time .s1 {
      font-size: 28px;
      color: #343434;
      margin-top: 25px;
      margin-bottom: 5px; }
    .main3 .m3-left .time .s2 {
      font-size: 18px;
      color: #737373; }
  .main3 .m3-left li {
    padding-top: 15px; }
    .main3 .m3-left li .nr h3 {
      font-size: 18px;
      line-height: 140%;
      margin-bottom: 10px;
      margin-top: 5px; }
      .main3 .m3-left li .nr h3 a {
        color: #484848; }
        .main3 .m3-left li .nr h3 a:hover {
          color: #1ea5db; }
    .main3 .m3-left li .nr .jj {
      font-size: 14px;
      color: #767676;
      line-height: 200%; }
.main3 .m3-right {
  width: 463px; }
  .main3 .m3-right li {
    line-height: 160%;
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px; }
    .main3 .m3-right li i {
      margin-right: 15px;
      color: #000; }
    .main3 .m3-right li a {
      color: #666; }
      .main3 .m3-right li a:hover {
        color: #1ea5db; }

.footer {
  background-color: #f7f7f7;
  border-top: 1px solid #1ea5db;
  padding-top: 30px; }
  .footer .foot-left {
    width: 1080px; }
  .footer .foot-right {
    width: 115px; }
  .footer .foot-nav {
    font-size: 14px;
    line-height: 140%;
    color: #666666; }
    .footer .foot-nav a {
      color: #666666;
      padding: 0px 30px;
      text-transform: uppercase; }
      .footer .foot-nav a:hover {
        color: #1ea5db; }
  .footer .addr {
    font-size: 16px;
    line-height: 160%;
    color: #666;
    margin-top: 20px; }
    .footer .addr .img {
      margin-right: 10px; }
    .footer .addr p {
      padding: 5px 0px; }
  .footer .beian {
    font-size: 14px;
    color: #262626;
    line-height: 140%;
    padding: 15px 0px;
    border-top: 1px solid #dedede;
    margin-top: 25px; }

.weizhi {
  font-size: 14px;
  color: #888;
  line-height: 140%;
  padding: 27px 0px;
  border-bottom: 1px dashed #e4e4e4; }
  .weizhi img {
    margin-right: 10px; }
  .weizhi span {
    padding: 0px 5px; }
  .weizhi a {
    color: #888; }
    .weizhi a:hover {
      color: #1ea5db; }

.list-left {
  width: 374px; }
  .list-left .pd-bt {
    font-size: 16px;
    color: #fff;
    line-height: 140%;
    background-color: #1ea5db;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 2px; }
  .list-left dl {
    margin-bottom: 10px; }
    .list-left dl.on dt:before {
      display: block; }
    .list-left dl.on dt a {
      color: #1ea5db; }
    .list-left dl.on dt i {
      color: #1ea5db;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }
    .list-left dl.on dd {
      display: block; }
  .list-left dd {
    font-size: 12px;
    display: none; }
  .list-left dt {
    height: 42px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    z-index: 2; }
    .list-left dt:before {
      content: '';
      display: none;
      position: absolute;
      left: 0px;
      top: 50%;
      z-index: 1;
      width: 15px;
      height: 0px;
      border-bottom: 1px solid #1ea5db;
      transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%); }
    .list-left dt a {
      display: block;
      padding-left: 20px;
      padding-right: 20px;
      height: 42px;
      line-height: 42px;
      color: #333;
      position: relative;
      z-index: 1;
      overflow: hidden; }
    .list-left dt i {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 1;
      color: #333;
      width: 30px;
      height: 42px;
      text-align: center;
      font-size: 18px;
      line-height: 42px;
      transition: 0.2s all;
      -webkit-transition: 0.2s all; }

.list-left .dl {
  margin-bottom: 10px; }
  .list-left .dl.on .dt a {
    color: #1ea5db; }
  .list-left .dl.on .dt .s1 {
    display: block; }
  .list-left .dl.on .dt .s2 {
    display: none; }
  .list-left .dl.on .dd {
    display: block; }
.list-left .dd {
  font-size: 12px;
  display: none; }
  .list-left .dd a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 2px;
    color: #333;
    padding-left: 60px;
    padding-right: 20px;
    overflow: hidden;
    background-color: #f1f1f1; }
    .list-left .dd a:hover {
      color: #1ea5db; }
.list-left .dt {
  height: 42px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  z-index: 2; }
  .list-left .dt a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #333;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    padding-right: 20px;
    overflow: hidden; }
  .list-left .dt .s1, .list-left .dt .s2 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    color: #333;
    width: 30px;
    height: 42px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all; }
  .list-left .dt .s1 {
    display: none; }
  .list-left .dt .s2 {
    display: block; }

.list-right {
  width: 807px; }

.product-list li {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd; }
  .product-list li:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .product-list li h3 {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px; }
    .product-list li h3 .txt {
      color: #333; }
      .product-list li h3 .txt:hover {
        color: #1ea5db; }
    .product-list li h3 .pdf {
      margin-right: 20px; }
  .product-list li .jj {
    font-size: 14px;
    color: #333;
    line-height: 160%; }

.app-list li {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd; }
  .app-list li .nr {
    width: 813px; }
    .app-list li .nr h3 {
      font-size: 16px;
      line-height: 160%;
      margin-bottom: 15px; }
      .app-list li .nr h3 a {
        color: #333; }
        .app-list li .nr h3 a:hover {
          color: #1ea5db; }
    .app-list li .nr .jj {
      font-size: 14px;
      color: #333;
      line-height: 200%; }
    .app-list li .nr .a1 {
      width: 78px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      background-color: #1fa5db;
      text-transform: uppercase;
      border-radius: 16px;
      margin-top: 10px; }

.news-list li {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd; }
  .news-list li:hover .nr .jj {
    padding-left: 20px;
    border-left: 1px solid #e60a12; }
  .news-list li .nr {
    width: 900px; }
    .news-list li .nr h3 {
      font-size: 16px;
      line-height: 160%; }
      .news-list li .nr h3 a {
        color: #333; }
        .news-list li .nr h3 a:hover {
          color: #1ea5db; }
    .news-list li .nr .time {
      font-size: 12px;
      color: #9d9d9d;
      line-height: 140%;
      margin-bottom: 15px; }
    .news-list li .nr .jj {
      font-size: 14px;
      color: #333;
      line-height: 200%;
      transition: 0.2s all;
      -webkit-transition: 0.2s all; }
    .news-list li .nr .a1 {
      width: 78px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      background-color: #1fa5db;
      text-transform: uppercase;
      border-radius: 16px;
      margin-top: 10px; }

.list-menu {
  text-align: center;
  font-size: 16px; }
  .list-menu a {
    display: inline-block;
    line-height: 160%;
    margin: 0px 15px;
    color: #333;
    text-transform: uppercase; }
    .list-menu a.on, .list-menu a:hover {
      color: #1ea5db; }

.product-left {
  width: 338px; }
  .product-left img {
    border: 1px solid #ddd; }

.product-right {
  width: 840px; }
  .product-right h3 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 140%;
    margin-bottom: 15px; }
  .product-right .s1 {
    font-size: 14px;
    line-height: 160%;
    color: #1ea5db;
    margin-bottom: 15px; }
  .product-right .s2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }

.guige {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 0px 40px; }
  .guige .s3 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0px 10px; }
  .guige .bq {
    padding: 0px 10px; }
  .guige table {
    width: 100%; }
    .guige table td {
      padding: 10px;
      font-size: 14px;
      color: #333; }
  .guige.fg:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 1;
    border-left: 1px solid #1ea5db;
    height: 160px;
    width: 0px; }

.goumai {
  background-color: #f7f7f7;
  padding: 30px;
  border: 1px solid #ddd; }
  .goumai .bq {
    font-size: 14px;
    color: #666;
    line-height: 200%;
    margin-bottom: 10px; }
  .goumai .txt {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden; }
  .goumai .ipt {
    width: 112px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    outline: none;
    padding: 0px 10px;
    text-align: center; }
  .goumai .gm-btn {
    width: 120px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    outline: none;
    background-color: #1ea5db;
    color: #fff;
    margin-left: 10px;
    text-transform: uppercase; }

.article {
  font-size: 14px;
  line-height: 160%; }
  .article img {
    max-width: 100%; }
  .article h1 {
    line-height: 200%;
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px; }
  .article .hdwz {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd; }
    .article .hdwz span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 14px;
      color: #999;
      line-height: 20px;
      margin-top: 5px; }
  .article .zuoyou li {
    padding: 0px; }
  .article .zuoyou .nr {
    padding: 15px;
    color: #5b5b5b; }
    .article .zuoyou .nr h3 {
      font-size: 16px;
      line-height: 140%;
      font-weight: bold;
      margin-top: 5px;
      margin-bottom: 5px; }
  .article .zuoyou .jj {
    line-height: 200%; }
  .article .wznr {
    padding: 15px; }

.page2 {
  /*overflow: hidden;*/
  text-align: center;
  padding: 10px;
  clear: both; }

.page2 .ul {
  border: 1px solid #e4eaec;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff; }

.page2 .rows {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec; }

.page2 .num {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec; }

.page2 .current {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #1ea5db;
  border-left: 1px solid #e4eaec; }

.page2 .prev {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec; }

.page2 .first {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec; }

.page2 .end {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec; }

.page2 .next {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec; }

/*# sourceMappingURL=style.css.map */
