@charset "UTF-8";
body {
  font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
  line-height: 2em;
  font-size: 14px; }

header em {
  margin-top: 40px;
  font-style: normal; }
  header em strong {
    display: block;
    margin-top: -8px;
    font-size: 22px;
    font-style: normal; }
header i {
  margin-top: 45px;
  font-size: 36px;
  color: #999; }

nav {
  background-color: rgba(13, 143, 255, 0.98039); }
  nav li {
    line-height: 32px; }
    nav li a {
      color: #fff;
      font-size: 16px; }
    nav li .dropdown-menu a {
      color: #111; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav .open > a:visited {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7); }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3); }

.dropdown-menu {
  border: 0 none;
  box-shadow: none;
  background-color: rgba(2, 91, 255, 0.2); }

.dropdown-menu > li > a {
  padding: 8px 30px; }

.banner .carousel.vertical .carousel-inner {
  height: 100%;
  width: auto; }
@media all and (transform-3d), (-webkit-transform-3d) {
  .banner .carousel.vertical .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out; }
  .banner .carousel.vertical .carousel-inner > .item.next,
  .banner .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 0; }
  .banner .carousel.vertical .carousel-inner > .item.prev,
  .banner .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0; }
  .banner .carousel.vertical .carousel-inner > .item.next.left,
  .banner .carousel.vertical .carousel-inner > .item.prev.right,
  .banner .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0; } }

h2.headline {
  font-size: 24px;
  text-align: center;
  margin: 40px 0 20px 0; }
  h2.headline a {
    text-decoration: none;
    letter-spacing: 2px;
    display: block;
    margin-bottom: -4px;
    font-weight: bold; }
  h2.headline small {
    display: inline-block;
    text-transform: capitalize;
    padding-top: 4px;
    margin-top: -8px;
    font-size: 13px;
    letter-spacing: 4px;
    font-family: "Constantia";
    font-family: "Georgia";
    color: #999;
    background: rgba(0, 0, 0, 0.03); }
    h2.headline small:after {
      display: block;
      content: "";
      width: 400px;
      margin: 0 auto;
      margin-top: -8px;
      border: 1px solid rgba(236, 206, 21, 0.4); }

h2.main-title {
  font-size: 24px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin: 40px 0 40px 0; }
  h2.main-title:after, h2.main-title:before {
    display: inline-block;
    content: "";
    width: 100px;
    height: 16px;
    background: url(../images/t_sep.png) repeat left bottom; }
  h2.main-title:before {
    margin-right: 20px; }
  h2.main-title:after {
    margin-left: 20px; }

.product-sort .nav li {
  border: 1px solid rgba(2, 91, 255, 0.2);
  margin-right: 10px; }

.index-case ul {
  list-style: none;
  padding-left: 0; }
  .index-case ul li {
    overflow: hidden; }
    .index-case ul li div {
      width: 100%; }
      .index-case ul li div img {
        height: 180px;
        object-fit: cover;
        display: block; }
      .index-case ul li div h5 {
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #ccd6e2;
        margin: 0; }
        .index-case ul li div h5 a {
          color: #666; }
      .index-case ul li div:hover {
        box-shadow: 0 0 16px 0 rgba(29, 29, 38, 0.5);
        border: 1px solid rgba(2, 91, 255, 0.2); }
        .index-case ul li div:hover h5 {
          background-color: rgba(2, 91, 255, 0.2); }
          .index-case ul li div:hover h5 a {
            color: rgba(13, 143, 255, 0.98039);
            text-decoration: none; }

.index-news {
  background-color: #fafafa;
  padding-bottom: 40px; }

.bd-dynamic-news,
.bd-dynamic-topic {
  font-size: 2.0rem;
  color: #505050;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-align: left; }

.news-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
  line-height: 3rem; }

.news-item {
  display: table-row;
  width: 100%; }

.decoration:before,
.decoration:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

.news-item:nth-child(1) .decoration:before {
  display: none; }

.news-item:nth-last-child(1) .decoration:after {
  display: none; }

.decoration:before {
  top: 0; }

.decoration:after {
  bottom: 0; }

.decoration {
  display: table-cell;
  width: 10%;
  position: relative;
  vertical-align: middle;
  text-align: center; }

.news-item:hover .news-box {
  background-color: #64b7f7;
  color: #fff; }

.news-item:hover .news-box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #64b7f7;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto; }

.news-item:hover .solid-circle {
  background: #64b7f7; }

.news-item .news-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.news-item:hover .news-title {
  color: #fff;
  text-decoration: underline; }

.news-item:hover .news-time {
  color: #fff; }

.news-box {
  display: table-cell;
  line-height: 3rem;
  width: 80%;
  vertical-align: middle;
  color: #000;
  padding-left: 15px;
  position: relative;
  border-radius: 2px; }

.news-circle {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle; }

.solid-circle {
  background: #ccc;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0.3rem; }

.more-news {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem; }

.more-news-tip {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding-right: 3em;
  color: #000;
  background: url(../images/gray_right.png) right 1em center/auto 100% no-repeat; }

.more-news-tip:hover {
  background-image: url(../images/gray_right_01.png);
  color: rgba(13, 143, 255, 0.98039); }

.news-time {
  color: #999999;
  font-size: 1rem;
  line-height: 2rem; }

.more-news-img {
  display: inline-block;
  vertical-align: middle;
  height: 1.2rem;
  /*padding-left: 0.5rem;*/ }

.dynamic-title1 {
  line-height: 3;
  font-size: 1.7rem; }

.bd-dynamic-topic .row {
  /*margin: -1.5rem 0 0 -1.5rem;*/ }

.bd-dynamic-topic .row .col-xs-6,
.bd-dynamic-topic .row .col-sm-6 {
  /*padding: 1.5rem 0 0 1.5rem;*/ }

.bd-company-desc-list .bd-desc-items {
  margin-right: -7px;
  margin-left: -7px; }

.bd-company-desc-list .bd-desc-item {
  /*margin-right: 7px;
  margin-left: 7px;*/
  border-radius: 10px;
  position: relative; }

.bd-desc-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px; }

.card-cover {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #505050;
  text-align: center;
  -webkit-transform: -webkit-translate(0%, -50%);
  transform: -webkit-translate(0%, -50%);
  transform: -moz-translate(0%, -50%);
  transform: -o-translate(0%, -50%);
  transform: -ms-translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 1.2rem; }

.bd-desc-titleline {
  display: none;
  width: 80%;
  background: #ffffff;
  height: 1px;
  margin: 14px auto; }

.bd-desc-content {
  display: none;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
  text-align: center; }

.bd-desc-btn {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 25px;
  padding: 8px 12px;
  background: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  color: #2298f4;
  text-align: center;
  -webkit-transform: -webkit-translate(-50%, 0);
  transform: -webkit-translate(-50%, 0);
  transform: -moz-translate(-50%, 0);
  transform: -o-translate(-50%, 0);
  transform: -ms-translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer; }

.bd-desc-item:hover .card-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 152, 244, 0.65);
  border: 1px solid #979797;
  box-shadow: 0 0 16px 0 rgba(29, 29, 38, 0.5);
  border-radius: 10px;
  color: #ffffff;
  -webkit-transform: -webkit-translate(0%, 0%);
  transform: -webkit-translate(0%, 0%);
  transform: -moz-translate(0%, 0%);
  transform: -o-translate(0%, 0%);
  transform: -ms-translate(0%, 0%);
  transform: translate(0%, 0%);
  font-size: 20px; }

.bd-desc-item:hover .bd-desc-titleline {
  display: block; }

.bd-desc-item:hover .bd-desc-content {
  display: block; }

.bd-desc-item:hover .bd-desc-btn {
  display: block; }

.img-inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.img-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.bd-desc-item {
  margin-bottom: 30px; }

.v_show {
  margin-top: 30px; }

footer {
  padding: 30px 0 20px 0;
  background: #383838;
  margin-top: 40px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 24px; }
  footer h2, footer h3 {
    color: #aaa; }
  footer ul {
    list-style: none;
    padding-left: 10px; }
    footer ul li {
      background: url(../images/gray_right.png) no-repeat left center;
      padding-left: 30px;
      background-size: 14px 14px;
      border-bottom: 1px solid #272727;
      line-height: 34px; }
      footer ul li:hover {
        background-image: url(../images/gray_right_01.png); }
        footer ul li:hover a {
          color: rgba(236, 206, 21, 0.4); }
  footer .swf {
    margin-top: 30px; }

.copyright {
  padding: 15px 0;
  background: #272727;
  text-align: center;
  color: #aaa; }
  .copyright span {
    padding-left: 20px; }
    .copyright span a {
      color: #aaa; }

.reference {
  line-height: 30px;
  background-color: #f5f5f5; }

.inner_page h2 {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  padding: 20px 0 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee; }
  .inner_page h2 small {
    color: #999; }
.inner_page img {
  display: block;
  margin: 0 auto; }
.inner_page p {
  text-indent: 2em;
  padding: 0px;
  white-space: pre-line !important;
  margin: 0; }
.inner_page .paging {
  padding: 20px 0; }
.inner_page h4.subtitle {
  background-color: #ededed;
  padding: 10px 20px;
  margin-bottom: 20px; }
.inner_page .recommed-list {
  list-style: none; }
  .inner_page .recommed-list li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/gray_right.png) no-repeat left center;
    padding-left: 30px;
    background-size: 12px 12px; }
    .inner_page .recommed-list li a {
      color: #666; }
.inner_page .news-list {
  border-bottom: 1px solid #eee;
  padding: 20px 0; }
  .inner_page .news-list dt {
    border: 1px solid #ddd; }
  .inner_page .news-list dd {
    line-height: 2rem; }
    .inner_page .news-list dd h4 small {
      color: #999; }
    .inner_page .news-list dd p {
      color: #666; }
    .inner_page .news-list dd .more {
      border: 1px solid #eee;
      border-radius: 6px;
      padding: 6px 40px;
      color: #333;
      background-color: rgba(2, 91, 255, 0.2); }
      .inner_page .news-list dd .more:hover {
        background-color: rgba(13, 143, 255, 0.98039);
        text-decoration: none;
        color: #fff; }
.inner_page .img_list {
  margin-bottom: 30px; }
  .inner_page .img_list .img_list_li {
    background-color: #f4f4f4;
    padding: 25px; }
    .inner_page .img_list .img_list_li h4 {
      text-align: center;
      background: rgba(0, 0, 0, 0.04);
      padding: 8px 0;
      margin: 0; }
    .inner_page .img_list .img_list_li p {
      height: 5rem;
      overflow: hidden;
      text-indent: 0; }
    .inner_page .img_list .img_list_li .img {
      overflow: hidden; }
      .inner_page .img_list .img_list_li .img img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 1s;
        transition: all 1s; }
    .inner_page .img_list .img_list_li:hover {
      background-color: rgba(2, 91, 255, 0.2); }

.toTop {
  position: fixed;
  background-color: rgba(52, 143, 255, 0.4);
  display: none;
  padding: 15px;
  color: #fff;
  position: fixed;
  right: 60px;
  bottom: 30px;
  z-index: 9999;
  border-radius: 6px; }

.toTop::after {
  width: 20px;
  height: 20px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin-top: 10px; }

.banner img, .index-case img {
  width: 100%;
  object-fit: cover;
  height: auto; }

.index-case li {
  margin-bottom: 15px; }

.recommed-product-list {
  list-style: none; }
  .recommed-product-list li {
    text-align: center;
    line-height: 30px; }

.dede_pages ul {
  list-style: none;
  float: left;
  padding: 12px 0px 12px 16px; }

.dede_pages ul li {
  float: left;
  font-family: Tahoma;
  line-height: 17px;
  margin-right: 6px;
  border: 1px solid #E9E9E9; }

.dede_pages ul li a {
  float: left;
  padding: 2px 4px 2px;
  color: #555;
  display: block; }

.dede_pages ul li a:hover {
  color: #690;
  text-decoration: none;
  padding: 2px 4px 2px; }

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
  background-color: #F8F8F8;
  padding: 2px 4px 2px;
  font-weight: bold; }

.dede_pages .pageinfo {
  line-height: 21px;
  padding: 12px 10px 12px 16px;
  color: #999; }

.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px; }

@media screen and (max-width: 639px) {
  header > div {
    margin: 0 auto; }
  header .tell {
    display: none; } }
.article_list_page .news-item .news-title {
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2rem; }
.article_list_page .news-time {
  color: #999999;
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
  text-align: right;
  float: right; }

.img_list .img {
  height: 300px;
  overflow: hidden; }
  .img_list .img img {
    width: 100%;
    object-fit: cover;
    height: 100%; }

.friend-link {
  margin-top: 30px; }
  .friend-link h3 {
    height: 40px;
    background-color: #f8f8f8;
    line-height: 40px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal; }
  .friend-link p {
    padding: 10px 15px 10px 15px; }
    .friend-link p a {
      padding-right: 20px;
      color: #999;
      line-height: 30px; }

/*# sourceMappingURL=main.css.map */
