* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei","Microsoft Jhenghei";
  font-size: 14px;
  color: #333;
  min-width: 1200px; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }
  a:link {
    color: #333; }
  a:visited {
    color: #444; }
  a:hover {
    color: #0266b4; }

img {
  border: none; }

.header {
  height: 120px;
  width: 100%;
  position: relative;
  top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: url(/images/web/header_bg.jpg) repeat-x; }
  .header .header-box {
    width: 1200px;
    margin: 0 auto; }
    .header .header-box .logo {
      width: 330px;
      height: 120px;
      float: left;
      overflow: hidden; }
    .header .header-box .header-r {
      width: 800px;
      float: right; }
      .header .header-box .header-r .ver-search {
        width: 100%;
        float: right;
        overflow: hidden;
        margin-top: 20px; }
        .header .header-box .header-r .ver-search .version {
          width: 150px;
          float: right;
          color: #b0b0b0;
          padding-top: 4px; }
          .header .header-box .header-r .ver-search .version span {
            display: inline-block;
            padding: 0 10px; }
          .header .header-box .header-r .ver-search .version a:link, .header .header-box .header-r .ver-search .version a:visited, .header .header-box .header-r .ver-search .version a:hover {
            color: #b0b0b0; }
        .header .header-box .header-r .ver-search .search {
          width: 220px;
          float: right; }
          .header .header-box .header-r .ver-search .search .ipt_txt {
            width: 150px;
            height: 24px;
            line-height: 24px;
            border: 1px #ddd solid;
            background-color: #fff;
            color: #888;
            outline: none;
            padding-left: 20px;
            padding-top: 1px;
            border-radius: 12px 0 0 12px;
            vertical-align: top;
            border-right: none; }
          .header .header-box .header-r .ver-search .search .btn_search {
            width: 35px;
            height: 27px;
            line-height: 24px;
            border: 1px #ddd solid;
            outline: none;
            border-radius: 0px 12px 12px 0;
            border-left: none;
            background: url(/images/web/search.jpg) no-repeat #fff;
            background-position: 10px 6px;
            cursor: pointer; }
      .header .header-box .header-r .menu {
        width: 100%;
        height: 45px; }
        .header .header-box .header-r .menu .menucontainer {
          height: 45px;
          z-index: 3;
          width: 800px;
          margin: 60px auto 0 auto; }
          .header .header-box .header-r .menu .menucontainer ul li {
            float: left;
            position: relative;
            margin-left: 48px; }
            .header .header-box .header-r .menu .menucontainer ul li a {
              line-height: 45px;
              display: block;
              text-align: center;
              color: #333;
              font-size: 15px; }
            .header .header-box .header-r .menu .menucontainer ul li::after {
              content: "";
              width: 0px;
              height: 3px;
              background: #0069c6;
              position: absolute;
              bottom: 0;
              left: 0;
              transition: all 0.5s ease 0s; }
            .header .header-box .header-r .menu .menucontainer ul li.menuon a {
              color: #0266b4; }
            .header .header-box .header-r .menu .menucontainer ul li:hover::after {
              width: 100%; }
            .header .header-box .header-r .menu .menucontainer ul li:hover a {
              color: #0266b4; }
            .header .header-box .header-r .menu .menucontainer ul li ul {
              position: absolute;
              top: 45px;
              left: 0;
              background-color: #535353;
              z-index: 3;
              border-radius: 0 0 3px 3px;
              filter: alpha(opacity=90);
              opacity: 0.9;
              width: 160px;
              display: none; }
              .header .header-box .header-r .menu .menucontainer ul li ul li {
                margin: 0; }
                .header .header-box .header-r .menu .menucontainer ul li ul li a {
                  width: 160px;
                  line-height: 40px;
                  padding: 0;
                  font-size: 14px; }
                  .header .header-box .header-r .menu .menucontainer ul li ul li a:link, .header .header-box .header-r .menu .menucontainer ul li ul li a:visited {
                    color: #eee; }
                  .header .header-box .header-r .menu .menucontainer ul li ul li a:hover {
                    color: #eee;
                    background-color: #f60; }
              .header .header-box .header-r .menu .menucontainer ul li ul.pro {
                width: 160px; }
                .header .header-box .header-r .menu .menucontainer ul li ul.pro li a {
                  width: 160px; }

.fullSlide {
  width: 100%;
  position: relative;
  height: auto;
  z-index: 0; }
  .fullSlide .bd {
    margin: 0 auto;
    z-index: 0;
    position: relative; }
    .fullSlide .bd ul {
      width: 100% !important; }
      .fullSlide .bd ul li {
        height: 635px;
        width: 100% !important;
        text-align: center; }
        .fullSlide .bd ul li a {
          display: block;
          height: 100%; }
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px; }
    .fullSlide .hd ul {
      text-align: center; }
      .fullSlide .hd ul li {
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 50px;
        height: 3px;
        margin: 0px 10px 10px 0;
        overflow: hidden;
        filter: alpha(opacity=50);
        opacity: 0.5;
        line-height: 1000px;
        background-color: #eee; }
      .fullSlide .hd ul .on {
        background-color: #f60; }
  .fullSlide .prev,
  .fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 2%;
    width: 40px;
    height: 60px;
    background: url(/images/web/slider-arrow.png) -126px -137px no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none; }
  .fullSlide .next {
    left: auto;
    right: 2%;
    background-position: -6px -137px; }

.index-pro {
  overflow: hidden;
  background: url(/images/web/index_pr_bg.jpg) no-repeat top center;
  width: 100%; }
  .index-pro .index-pro-box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 45px 0; }
    .index-pro .index-pro-box .index-pro-title {
      width: 100%;
      overflow: hidden; }
      .index-pro .index-pro-box .index-pro-title .t-left {
        width: 800px;
        float: left;
        overflow: hidden; }
        .index-pro .index-pro-box .index-pro-title .t-left h2 {
          width: 180px;
          float: left;
          overflow: hidden;
          font-size: 30px;
          line-height: 40px;
          font-weight: 400;
          color: #0266b4; }
        .index-pro .index-pro-box .index-pro-title .t-left .desc {
          width: 600px;
          float: left;
          overflow: hidden;
          line-height: 22px;
          color: #666;
          font-size: 14px; }
      .index-pro .index-pro-box .index-pro-title .t-more {
        width: 85px;
        float: right;
        overflow: hidden;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600; }
        .index-pro .index-pro-box .index-pro-title .t-more a:link, .index-pro .index-pro-box .index-pro-title .t-more a:visited {
          color: #0266b4; }
        .index-pro .index-pro-box .index-pro-title .t-more a:hover {
          color: #07528c; }
    .index-pro .index-pro-box .index-pro-l {
      width: 1200px;
      position: relative;
      padding-top: 30px; }
      .index-pro .index-pro-box .index-pro-l .bd {
        overflow: hidden; }
        .index-pro .index-pro-box .index-pro-l .bd ul {
          overflow: hidden;
          width: 1300px; }
          .index-pro .index-pro-box .index-pro-l .bd ul li {
            float: left;
            width: 283px;
            margin-right: 20px;
            overflow: hidden;
            border: 1px #eee solid;
            background-color: #fff;
            _display: inline; }
            .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_img {
              width: 283px;
              height: 212px; }
              .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_img img {
                width: 283px;
                height: 212px; }
            .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_title {
              padding: 8px 5px 0px 5px;
              margin: 0 3px;
              line-height: 30px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              text-align: center; }
              .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_title a:link,
              .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_title a:visited {
                color: #555;
                font-size: 14px; }
              .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_title a:hover {
                color: #0266b4;
                font-size: 14px; }
            .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_k {
              padding: 0px 5px 15px 5px;
              margin: 0 3px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              text-align: center; }
              .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_k a:link,
              .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_k a:visited {
                color: #555;
                font-size: 14px; }
              .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_k a:hover {
                color: #0266b4;
                font-size: 14px; }
            .index-pro .index-pro-box .index-pro-l .bd ul li .index_product_list_desc {
              color: #888;
              line-height: 24px;
              padding: 15px 20px; }
            .index-pro .index-pro-box .index-pro-l .bd ul li:hover {
              border: 1px #ddd solid; }
      .index-pro .index-pro-box .index-pro-l .prev,
      .index-pro .index-pro-box .index-pro-l .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -20px;
        left: -4%;
        width: 40px;
        height: 60px;
        background: url(/images/web/slider-arrow.png) -126px -137px no-repeat #aaa;
        cursor: pointer;
        filter: alpha(opacity=40);
        opacity: 0.4; }
      .index-pro .index-pro-box .index-pro-l .next {
        left: auto;
        right: -4%;
        background-position: -6px -137px; }
    .index-pro .index-pro-box .index-pro-more {
      width: 130px;
      height: 38px;
      overflow: hidden;
      line-height: 36px;
      margin: 30px auto 30px auto; }
      .index-pro .index-pro-box .index-pro-more a {
        display: block;
        text-align: center;
        border: 1px #aaa solid;
        border-radius: 4px;
        color: #888; }
        .index-pro .index-pro-box .index-pro-more a:visited {
          background-color: none; }
        .index-pro .index-pro-box .index-pro-more a:hover {
          background-color: #fff;
          color: #007d99; }

.index-about {
  color: #555;
  width: 100%;
  overflow: hidden; }
  .index-about .index-about-box {
    width: 1200px;
    margin: 50px auto 40px auto; }
    .index-about .index-about-box .about-title {
      text-align: center; }
      .index-about .index-about-box .about-title .en {
        font-size: 26px; }
      .index-about .index-about-box .about-title .cn {
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        color: #0266b4; }
    .index-about .index-about-box .about-content {
      padding: 30px 0 10px 0;
      overflow: hidden; }
      .index-about .index-about-box .about-content .cnt {
        width: 640px;
        float: left;
        overflow: hidden;
        padding: 0 40px 0 0;
        line-height: 32px;
        font-size: 14px; }
        .index-about .index-about-box .about-content .cnt .index-about-more {
          width: 130px;
          height: 34px;
          border-radius: 17px;
          background-color: #f60;
          text-align: center;
          margin-top: 20px; }
          .index-about .index-about-box .about-content .cnt .index-about-more a {
            display: block;
            line-height: 34px; }
            .index-about .index-about-box .about-content .cnt .index-about-more a:link, .index-about .index-about-box .about-content .cnt .index-about-more a:visited {
              color: #eee; }
            .index-about .index-about-box .about-content .cnt .index-about-more a:hover {
              color: #fff; }
      .index-about .index-about-box .about-content .img {
        width: 520px;
        float: right;
        overflow: hidden; }

.index-news {
  overflow: hidden; }
  .index-news .index-news-box {
    width: 1200px;
    margin: 50px auto 40px auto; }
    .index-news .index-news-box .news-title {
      text-align: center; }
      .index-news .index-news-box .news-title .en {
        font-size: 26px; }
      .index-news .index-news-box .news-title .cn {
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        color: #0266b4; }
    .index-news .index-news-box .index-news-l {
      padding-top: 30px;
      overflow: hidden; }
      .index-news .index-news-box .index-news-l ul {
        width: 1300px; }
        .index-news .index-news-box .index-news-l ul li {
          width: 285px;
          margin-right: 20px;
          float: left;
          position: relative;
          overflow: hidden; }
          .index-news .index-news-box .index-news-l ul li .index-news-img {
            width: 285px;
            float: left;
            overflow: hidden;
            font-size: 0; }
            .index-news .index-news-box .index-news-l ul li .index-news-img img {
              width: 285px;
              height: 209px; }
          .index-news .index-news-box .index-news-l ul li .index-news-tit {
            width: 100%;
            overflow: hidden;
            line-height: 40px;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 10px;
            font-size: 14px; }
            .index-news .index-news-box .index-news-l ul li .index-news-tit a:link,
            .index-news .index-news-box .index-news-l ul li .index-news-tit a:visited {
              color: #222; }
            .index-news .index-news-box .index-news-l ul li .index-news-tit a:hover {
              color: #0266b4; }
            .index-news .index-news-box .index-news-l ul li .index-news-tit span {
              float: right;
              color: #999;
              font-size: 14px; }
            .index-news .index-news-box .index-news-l ul li .index-news-tit i {
              color: #0266b4;
              font-size: 16px; }
          .index-news .index-news-box .index-news-l ul li .index-news-desc {
            line-height: 26px;
            padding: 0px 0 0 0;
            color: #888;
            font-size: 13px; }
          .index-news .index-news-box .index-news-l ul li .index-news-time {
            color: #aaa;
            padding: 5px 0 5px 0;
            font-size: 12px; }

.friendlink {
  background-color: #f8f8f8;
  border-top: 1px #eee solid;
  overflow: hidden; }
  .friendlink .friendlink-box {
    width: 1200px;
    margin: 0px auto 0 auto;
    padding: 10px 0;
    overflow: hidden;
    line-height: 24px;
    color: #888; }
    .friendlink .friendlink-box a:link,
    .friendlink .friendlink-box a:visited {
      color: #888; }
    .friendlink .friendlink-box a:hover {
      color: #007d99; }

.footer-link {
  background-color: #005ea7;
  overflow: hidden;
  color: #fff;
  padding-top: 10px; }
  .footer-link .footer-link-box {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 35px 0;
    overflow: hidden; }
    .footer-link .footer-link-box .contact {
      width: 450px;
      float: right;
      overflow: hidden; }
      .footer-link .footer-link-box .contact .tit {
        width: 100%;
        overflow: hidden;
        font-size: 16px; }
      .footer-link .footer-link-box .contact .cnt {
        width: 100%;
        overflow: hidden;
        padding-top: 10px; }
        .footer-link .footer-link-box .contact .cnt .cl {
          width: 320px;
          float: left;
          overflow: hidden;
          color: #dedede;
          line-height: 28px;
          margin-top: 10px; }
        .footer-link .footer-link-box .contact .cnt .img {
          width: 130px;
          float: right;
          overflow: hidden; }
          .footer-link .footer-link-box .contact .cnt .img img {
            width: 120px; }
    .footer-link .footer-link-box .link {
      width: 750px;
      float: left; }
      .footer-link .footer-link-box .link ul li {
        width: 250px;
        float: left; }
        .footer-link .footer-link-box .link ul li h3 {
          font-size: 16px;
          margin: 0 0 10px 0;
          font-weight: 400; }
        .footer-link .footer-link-box .link ul li a {
          display: block;
          width: 100%;
          line-height: 30px; }
          .footer-link .footer-link-box .link ul li a:link, .footer-link .footer-link-box .link ul li a:visited {
            color: #dedede; }
          .footer-link .footer-link-box .link ul li a:hover {
            color: #fff; }

.footer {
  overflow: hidden; }
  .footer .footer-box {
    width: 1200px;
    margin: 0 auto;
    color: #666;
    line-height: 50px; }
    .footer .footer-box .copyright a:link,
    .footer .footer-box .copyright a:visited {
      color: #666; }
    .footer .footer-box .copyright a:hover {
      color: #0266b4; }
    .footer .footer-box .copyright .cpl {
      width: 800px;
      float: left;
      overflow: hidden; }
    .footer .footer-box .copyright .cpr {
      width: 380px;
      float: right;
      overflow: hidden;
      text-align: right;
      padding-right: 20px; }
    .footer .footer-box .footer-gs {
      padding-top: 8px; }

.hr20 {
  height: 20px;
  overflow: hidden; }

.innerbanner {
  width: 100%;
  height: 280px;
  overflow: hidden; }

.banner-contact {
  background: url(/images/web/banner_contact.jpg) no-repeat top center; }

.banner-about {
  background: url(/images/web/banner_about.jpg) no-repeat top center; }

.banner-overview {
  background: url(/images/web/banner_overview.jpg) no-repeat top center; }

.banner-news {
  background: url(/images/web/banner_news.jpg) no-repeat top center; }

.banner-honor {
  background: url(/images/web/banner_honor.jpg) no-repeat top center; }

.banner-pro {
  background: url(/images/web/banner_pro.jpg) no-repeat top center; }

.inner-position {
  width: 100%;
  height: 70px;
  background-color: #f3f3f3; }
  .inner-position .inner-position-box {
    width: 1200px;
    margin: 0 auto; }
    .inner-position .inner-position-box a {
      display: inline-block;
      padding: 0 20px;
      text-align: center;
      margin-right: 20px;
      line-height: 68px;
      font-size: 16px; }
      .inner-position .inner-position-box a:link, .inner-position .inner-position-box a:visited {
        color: #6d6d6d; }
      .inner-position .inner-position-box a:hover {
        color: #035cac;
        border-bottom: 2px #035cac solid; }
      .inner-position .inner-position-box a.cur {
        color: #035cac;
        border-bottom: 2px #035cac solid; }

.inner-main {
  overflow: hidden; }
  .inner-main .inner-main-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
    .inner-main .inner-main-box h2 {
      width: 100%;
      text-align: center;
      font-weight: 400;
      font-size: 28x;
      padding: 60px 0 35px 0; }
    .inner-main .inner-main-box .about-box {
      overflow: hidden;
      margin-bottom: 40px;
      min-height: 400px; }
      .inner-main .inner-main-box .about-box .cnt {
        width: 660px;
        float: left;
        overflow: hidden;
        line-height: 36px;
        font-size: 14px; }
      .inner-main .inner-main-box .about-box .cnt-def {
        overflow: hidden;
        line-height: 36px;
        font-size: 14px; }
      .inner-main .inner-main-box .about-box .img {
        width: 500px;
        float: right;
        overflow: hidden; }
    .inner-main .inner-main-box .news-box {
      overflow: hidden;
      margin-bottom: 40px;
      min-height: 400px; }
      .inner-main .inner-main-box .news-box .sub_news_content ul li {
        padding: 15px 0;
        overflow: hidden;
        border-bottom: 1px #eee dashed; }
        .inner-main .inner-main-box .news-box .sub_news_content ul li .img {
          width: 400px;
          float: left;
          overflow: hidden; }
          .inner-main .inner-main-box .news-box .sub_news_content ul li .img img {
            width: 360px; }
        .inner-main .inner-main-box .news-box .sub_news_content ul li .tad {
          width: 800px;
          float: right;
          overflow: hidden; }
      .inner-main .inner-main-box .news-box .sub_news_content .sub_news_list_title {
        line-height: 60px;
        font-size: 20px; }
      .inner-main .inner-main-box .news-box .sub_news_content .sub_news_list_time {
        color: #888;
        padding: 5px 0 12px 0; }
      .inner-main .inner-main-box .news-box .sub_news_content .sub_news_list_desc {
        color: #777;
        line-height: 30px; }
      .inner-main .inner-main-box .news-box .sub_news_content .sub_news_title {
        padding-top: 20px; }
        .inner-main .inner-main-box .news-box .sub_news_content .sub_news_title h2 {
          font-size: 22px;
          text-align: center;
          margin: 12px 0;
          padding: 0; }
      .inner-main .inner-main-box .news-box .sub_news_content .sub_news_content_a {
        color: #888;
        text-align: center;
        padding: 5px 0 5px 0; }
      .inner-main .inner-main-box .news-box .sub_news_content .sub_news_content_d {
        padding: 20px 20px;
        line-height: 40px;
        color: #555;
        font-size: 15px; }
      .inner-main .inner-main-box .news-box .sub_news_content .sub_news_content_p {
        color: #666;
        padding: 5px 0 25px 0; }
    .inner-main .inner-main-box .overview-box {
      overflow: hidden;
      margin-bottom: 40px;
      min-height: 400px; }
      .inner-main .inner-main-box .overview-box .sub_vimg_content {
        overflow: hidden; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content ul {
          width: 1400px; }
          .inner-main .inner-main-box .overview-box .sub_vimg_content ul li {
            overflow: hidden;
            width: 370px;
            height: 310px;
            position: relative;
            float: left;
            margin-bottom: 35px;
            margin-right: 45px; }
            .inner-main .inner-main-box .overview-box .sub_vimg_content ul li .img {
              width: 370px;
              height: 275px; }
              .inner-main .inner-main-box .overview-box .sub_vimg_content ul li .img img {
                width: 370px;
                height: 275px;
                font-size: 0; }
            .inner-main .inner-main-box .overview-box .sub_vimg_content ul li .imgtitle {
              width: 370px;
              height: 35px;
              overflow: hidden;
              text-align: center;
              background-color: #f1f1f1;
              z-index: 3;
              color: #555;
              line-height: 35px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_img {
          text-align: center; }
          .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_img img {
            max-width: 600px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_title h2 {
          margin: 0;
          font-weight: normal;
          font-size: 16px;
          text-align: center;
          padding-top: 5px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_content_t {
          height: 35px;
          line-height: 35px;
          background-color: #f1f1f1;
          padding-left: 12px;
          margin-top: 15px;
          color: #555; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_content_d,
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_news_content_d {
          padding: 20px;
          line-height: 28px; }
          .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_content_d img,
          .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_news_content_d img {
            max-width: 800px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_news_content_d {
          padding: 0; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_content_a {
          padding: 10px 0;
          color: #999;
          text-align: center; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_img_content_p {
          color: #666;
          padding: 5px 0 25px 0; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .productinfo_left .productinfo_defaultpic {
          overflow: hidden; }
          .inner-main .inner-main-box .overview-box .sub_vimg_content .productinfo_left .productinfo_defaultpic img {
            border: 1px #ccc solid; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .productinfo_left .productinfo_morepic {
          overflow: hidden;
          width: 370px;
          padding-top: 10px; }
          .inner-main .inner-main-box .overview-box .sub_vimg_content .productinfo_left .productinfo_morepic ul li {
            float: left;
            width: 82px;
            height: 62px;
            margin-right: 8px; }
          .inner-main .inner-main-box .overview-box .sub_vimg_content .productinfo_left .productinfo_morepic img {
            border: 1px #CCC solid;
            width: 80px;
            height: 60px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_pro_title h2 {
          font-size: 16px;
          text-align: center; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .hits {
          color: #888;
          text-align: center;
          line-height: 32px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_pro_content_title {
          line-height: 35px;
          padding-left: 15px;
          background-color: #f1f1f1;
          color: #555;
          margin-top: 10px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_pro_content_detail {
          padding: 20px 20px;
          line-height: 36px;
          color: #555; }
          .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_pro_content_detail img {
            max-width: 800px; }
        .inner-main .inner-main-box .overview-box .sub_vimg_content .sub_pro_content_page {
          color: #666;
          padding: 5px 0 25px 0; }
    .inner-main .inner-main-box .contact-box {
      overflow: hidden;
      margin-bottom: 40px;
      min-height: 400px; }
      .inner-main .inner-main-box .contact-box .cnt {
        width: 540px;
        padding-left: 10px;
        float: left;
        overflow: hidden; }
        .inner-main .inner-main-box .contact-box .cnt ul li {
          padding-left: 40px;
          margin-bottom: 15px;
          overflow: hidden; }
          .inner-main .inner-main-box .contact-box .cnt ul li .tit {
            font-size: 16px;
            color: #222;
            line-height: 26px;
            padding-bottom: 5px;
            font-weight: 600;
            background: url(/images/web/con_line.png) no-repeat left bottom; }
          .inner-main .inner-main-box .contact-box .cnt ul li .content {
            color: #6d6d6d;
            line-height: 32px;
            padding-top: 5px; }
            .inner-main .inner-main-box .contact-box .cnt ul li .content img {
              font-size: 0;
              vertical-align: middle; }
          .inner-main .inner-main-box .contact-box .cnt ul li.addr {
            background: url(/images/web/con_address.png) no-repeat; }
          .inner-main .inner-main-box .contact-box .cnt ul li.tel {
            background: url(/images/web/con_tel.png) no-repeat; }
          .inner-main .inner-main-box .contact-box .cnt ul li.qq {
            background: url(/images/web/con_qq.png) no-repeat; }
          .inner-main .inner-main-box .contact-box .cnt ul li.email {
            background: url(/images/web/con_email.png) no-repeat; }
          .inner-main .inner-main-box .contact-box .cnt ul li.url {
            background: url(/images/web/con_url.png) no-repeat; }
      .inner-main .inner-main-box .contact-box .map {
        width: 650px;
        float: right;
        overflow: hidden; }
    .inner-main .inner-main-box .inner-main-left {
      width: 260px;
      float: left;
      overflow: hidden;
      padding: 20px 20px 20px 20px; }
      .inner-main .inner-main-box .inner-main-left .inner-main-left-box {
        border-radius: 4px 4px 0 0;
        border: 1px #ddd solid;
        overflow: hidden; }
        .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-t {
          line-height: 60px;
          font-size: 18px;
          color: #eee;
          padding-left: 20px;
          background: url(/images/web/inner_left_bg.png) no-repeat #1166b1;
          background-position: 218px 22px; }
        .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-l {
          padding: 0px 0 0 0; }
          .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-l ul li {
            line-height: 44px;
            font-size: 13px;
            border-bottom: 1px #ddd solid; }
            .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-l ul li a {
              display: block;
              color: #555;
              padding-left: 20px; }
            .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-l ul li a:link,
            .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-l ul li a:visited {
              background-color: #fff; }
            .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-l ul li a:hover {
              background-color: #f1f1f1; }
            .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-l ul li ul {
              display: none;
              border-top: 1px #ddd solid; }
        .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-c {
          color: #555;
          padding: 15px 10px; }
          .inner-main .inner-main-box .inner-main-left .inner-main-left-box .inner-main-left-c ul li {
            line-height: 32px;
            padding-left: 8px;
            margin-bottom: 8px;
            min-height: 32px; }
    .inner-main .inner-main-box .inner-main-right {
      width: 880px;
      float: right;
      overflow: hidden;
      background-color: #fff;
      min-height: 600px;
      padding: 20px 0 0 20px; }
      .inner-main .inner-main-box .inner-main-right .inner-main-right-t {
        line-height: 35px;
        font-size: 18px;
        border-bottom: 1px #ddd solid;
        padding-bottom: 4px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-t span {
          padding: 0 0 10px 0;
          border-bottom: 1px #309494 solid; }
      .inner-main .inner-main-box .inner-main-right .inner-main-right-c {
        padding: 30px 20px;
        line-height: 36px;
        color: #555; }
      .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content {
        padding: 30px 0 30px 0;
        overflow: hidden; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content ul {
          width: 900px; }
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content ul li {
            overflow: hidden;
            width: 280px;
            height: 340px;
            position: relative;
            float: left;
            margin-bottom: 25px;
            margin-right: 20px; }
            .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content ul li .img {
              width: 280px;
              height: 210px; }
              .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content ul li .img img {
                width: 278px;
                height: 210px;
                border: 1px #ddd solid;
                font-size: 0; }
            .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content ul li .imgtitle {
              width: 270px;
              padding-left: 5px;
              z-index: 3;
              color: #555;
              line-height: 24px;
              padding-top: 15px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_img {
          text-align: center; }
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_img img {
            max-width: 600px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_title h2 {
          margin: 0;
          font-weight: normal;
          font-size: 16px;
          text-align: center;
          padding-top: 5px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_content_t {
          height: 35px;
          line-height: 35px;
          background-color: #f1f1f1;
          padding-left: 12px;
          margin-top: 15px;
          color: #555; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_content_d,
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_news_content_d {
          padding: 20px;
          line-height: 28px; }
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_content_d img,
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_news_content_d img {
            max-width: 800px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_news_content_d {
          padding: 0; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_content_a {
          padding: 10px 0;
          color: #999;
          text-align: center; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_img_content_p {
          color: #666;
          padding: 5px 0 25px 0; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .productinfo_left .productinfo_defaultpic {
          overflow: hidden; }
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .productinfo_left .productinfo_defaultpic img {
            border: 1px #ccc solid; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .productinfo_left .productinfo_morepic {
          overflow: hidden;
          width: 370px;
          padding-top: 10px; }
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .productinfo_left .productinfo_morepic ul li {
            float: left;
            width: 82px;
            height: 62px;
            margin-right: 8px; }
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .productinfo_left .productinfo_morepic img {
            border: 1px #CCC solid;
            width: 80px;
            height: 60px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_pro_title h2 {
          font-size: 16px;
          text-align: center; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .hits {
          color: #888;
          text-align: center;
          line-height: 32px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_pro_content_title {
          line-height: 35px;
          padding-left: 15px;
          background-color: #f1f1f1;
          color: #555;
          margin-top: 10px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_pro_content_detail {
          padding: 20px 20px;
          line-height: 36px;
          color: #555; }
          .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_pro_content_detail img {
            max-width: 800px; }
        .inner-main .inner-main-box .inner-main-right .inner-main-right-l .sub_vimg_content .sub_pro_content_page {
          color: #666;
          padding: 5px 0 25px 0; }

.pages {
  width: 100%;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  margin: 10px auto;
  color: #777; }

.pagingBar2,
.pagingBar3,
.pagingBarN {
  height: 24px;
  line-height: 24px;
  padding: 4px 6px;
  border: 1px #ddd solid; }
  .pagingBar2:link, .pagingBar2:visited,
  .pagingBar3:link,
  .pagingBar3:visited,
  .pagingBarN:link,
  .pagingBarN:visited {
    background-color: #fff;
    color: #666; }
  .pagingBar2:hover,
  .pagingBar3:hover,
  .pagingBarN:hover {
    background-color: #f5f5f5;
    color: #666; }

span.curpage {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border: 1px #ddd solid;
  background-color: #f5f5f5; }

.right_qq {
  width: 130px;
  z-index: 9999;
  position: fixed;
  top: 200px;
  right: 40px;
  background: url(/images/web/kf_bg.jpg) #029bdb no-repeat;
  background-position: 14px 10px;
  border-radius: 3px;
  padding-top: 45px; }
  .right_qq a {
    display: block;
    text-align: center;
    margin-bottom: 5px; }
  .right_qq .qq_box {
    width: 110px;
    overflow: hidden;
    margin: 0 auto 5px auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px 5px 5px 5px;
    text-align: center; }
    .right_qq .qq_box .right_qq_ewm {
      padding: 10px 0 5px 0;
      line-height: 20px; }
      .right_qq .qq_box .right_qq_ewm img {
        width: 95px; }
    .right_qq .qq_box .right_qq_top {
      font-size: 20px; }
  .right_qq .right_qq_close {
    width: 24px;
    height: 24px;
    position: fixed;
    top: 188px;
    right: 30px;
    background-color: #555;
    border: 2px #f1f1f1 solid;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    font-size: 20px; }
    .right_qq .right_qq_close a:link,
    .right_qq .right_qq_close a:visited,
    .right_qq .right_qq_close a:hover {
      color: #fff; }

/*  css animation  */
.trans {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

/* page animation  */
.ani-view {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.ani-view.fade-in-down {
  opacity: 0;
  opacity: 1\0/IE9;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -ms-transform: translateY(0) \0/IE9; }

.ani-view.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.ani-view.fade-in-left {
  opacity: 0;
  opacity: 1\0/IE9;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -ms-transform: translateX(0) \0/IE9; }

.ani-view.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(100px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.ani-view.fade-in-right {
  opacity: 0;
  opacity: 1\0/IE9;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -ms-transform: translateX(0) \0/IE9; }

.ani-view.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*# sourceMappingURL=cssen.css.map */
