<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  font: inherit;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
select,
textarea {
  outline: 0; }

li,
ol,
ul {
  list-style: none; }

b,
strong {
  font-weight: 400; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

:focus {
  outline: 0; }

a {
  color: inherit;
  text-decoration: none !important; }
  a:hover, a.active {
    color: #185a9b; }

a {
  color: #fff;
  text-decoration: none; }

a:hover,
a:focus {
  color: #185a9b;
  text-decoration: underline; }

.clearfix {
  zoom: 1; }
  .clearfix::after, .clearfix::before {
    display: table;
    content: ""; }
  .clearfix::after {
    clear: both; }

.transition {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.padding-none {
  padding: 0 !important; }

.border-none {
  border: none !important; }

.display-none {
  display: none !important; }

.left-0 {
  left: 0 !important; }

.fr {
  float: right !important; }

.fl {
  float: left !important; }

input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #f60; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/*文本*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-align-last {
  text-align-last: justify; }

.s-block {
  display: block !important; }

.s-inlineblock {
  display: inline-block !important; }

.s-inline {
  display: inline !important; }

.container-fluid,
.container {
  padding: 0 8px; }

/* 其他差异 */
input {
  -webkit-appearance: none; }

/*顶部*/
.top-section {
  background: #185a9b; }
  .top-section .top-name {
    float: left; }
    .top-section .top-name p {
      padding: 10px 0;
      color: #fff;
      display: inline-block; }
  .top-section .top-contact {
    float: right;
    border-left: 1px solid #1f74c7; }
    .top-section .top-contact p {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      line-height: 40px;
      padding-right: 15px;
      border-right: 1px solid #1f74c7;
      margin-left: 10px; }
      .top-section .top-contact p img {
        opacity: 0.4;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all; }
      .top-section .top-contact p a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all; }
      .top-section .top-contact p:hover img {
        opacity: 1; }
      .top-section .top-contact p:hover a {
        color: #fff;
        text-decoration: none; }

/*头部 导航*/
.logo-box .indexhead_logos h2 {
  font-size: 22px;
  line-height: 54px; }

.header .logo {
  float: left;
  overflow: hidden;
  margin-right: 10px; }

.logo_name {
  float: left; }
  .logo_name h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px; }
  .logo_name p {
    font-size: 14px;
    color: #666; }

.header {
  position: relative;
  z-index: 999;
  padding: 12px 0; }
  .header .nav-box {
    float: right; }
    .header .nav-box .navbar-toggle {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #185a9b;
      margin-right: 0; }
      .header .nav-box .navbar-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        margin: 3px auto;
        background: #fff; }
  .header .nav li a {
    font-size: 16px;
    color: #333; }
    .header .nav li a:hover {
      border-radius: 4px; }
  .header .nav {
    z-index: 5000; }

.nav .subnav {
  -webkit-perspective: 500px;
  perspective: 500px; }

.nav li {
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px; }
  .nav li:hover .subnav {
    width: 240px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0); }

.nav li.active a {
  color: #185a9b;
  font-weight: bold; }

.nav li .subnav {
  display: block;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  z-index: 6000;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 100%;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #185a9b; }
  .nav li .subnav li {
    float: none; }
    .nav li .subnav li a {
      display: block;
      padding: 8px 20px;
      text-decoration: none;
      border-bottom: 1px solid #eee;
      font-size: 14px; }

/*banner*/
.pc-slide {
  position: relative;
  z-index: 2; }

.carousel-indicators li {
  height: 7px;
  width: 35px; }

.carousel-indicators .active {
  height: 9px;
  width: 35px; }

.carousel-control .iconfont {
  font-size: 26px;
  color: #1f74c7;
  line-height: 36px; }

.carousel-control {
  display: none;
  width: 62px;
  height: 62px;
  border-radius: 40px;
  padding: 15px;
  top: 47%;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  text-shadow: none;
  opacity: 1; }
  .carousel-control:hover h3 {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .carousel-control:hover {
    width: 160px;
    background: #fff; }

.carousel-control.right {
  background-image: none;
  text-align: right; }

.carousel-control.left {
  background-image: none;
  text-align: left; }

.carousel-control h3 {
  position: absolute;
  top: 0;
  margin: 0;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  line-height: 62px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  color: #1f74c7; }

.carousel-control.left h3 {
  right: 20px; }

.carousel-control.right h3 {
  left: 20px; }

.carousel:hover .carousel-control {
  display: block; }

.carousel-inner &gt; .item {
  z-index: -1; }

/*共用*/
.m-module {
  padding: 50px 0; }

.sub-name {
  margin-bottom: 30px; }
  .sub-name p {
    color: #222;
    font-size: 36px;
    text-align: center; }

/*产品*/
.pro-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pro-name ul li {
    float: left; }
    .pro-name ul li a {
      font-size: 14px;
      color: #444;
      display: block;
      line-height: 24px;
      padding: 10px 15px 10px 0;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }

.pro-list .pro-items {
  padding: 8px 8px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-top: 20px; }
  .pro-list .pro-items:hover {
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }
    .pro-list .pro-items:hover:hover .black {
      opacity: 1; }
    .pro-list .pro-items:hover:hover .pro-btn a {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .pro-list .pro-items .pro-img {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .pro-list .pro-items .pro-img img {
      width: 100%; }
    .pro-list .pro-items .pro-img .black {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .pro-list .pro-items .pro-btn {
    position: absolute;
    top: 40%;
    left: 32%;
    text-align: center; }
    .pro-list .pro-items .pro-btn a {
      width: 43px;
      height: 43px;
      display: inline-block;
      text-decoration: none;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      position: relative;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .pro-list .pro-items .pro-btn a i {
        display: block;
        line-height: 43px;
        margin: 0;
        background: #fff; }
      .pro-list .pro-items .pro-btn a .icon-duihua {
        color: #185a9b; }
      .pro-list .pro-items .pro-btn a .icon-lianjie {
        color: #fff;
        background: #185a9b; }
  .pro-list .pro-items h2 {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-top: 10px; }
    .pro-list .pro-items h2:hover {
      cursor: pointer; }

/*关于我们*/
.pc-about {
  background: url(../images/ab-bg.jpg) no-repeat center center;
  background-size: cover; }
  .pc-about .m-about {
    position: relative;
    padding: 0; }
    .pc-about .m-about .about-black {
      position: absolute;
      right: 100%;
      height: 100%;
      width: 100%;
      top: 0;
      background: rgba(0, 0, 0, 0.55); }
  .pc-about .about-main {
    background: rgba(0, 0, 0, 0.55);
    padding: 30px 36px 25px 20px; }
    .pc-about .about-main .sub-name p {
      color: #fff;
      text-align: left; }
  .pc-about .about-cont {
    margin: 20px 0;
    max-height: 140px;
    overflow: hidden;
    color: #fff;
    text-align: justify;
    line-height: 28px;
    font-size: 14px; }
    .pc-about .about-cont p {
      text-align: justify;
      color: #fff;
      line-height: 28px;
      font-size: 14px; }
    .pc-about .about-cont div {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; }

.Box {
  position: relative;
  margin: 0 -20px; }

.Box .Box_con {
  position: relative;
  padding-bottom: 60px; }
  .Box .Box_con .btns {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 0;
    cursor: pointer; }
  .Box .Box_con .btnl {
    background: url(../images/jtl02.png) no-repeat center;
    right: 80px; }
    .Box .Box_con .btnl:hover {
      background: url(../images/jtl03.png) no-repeat center; }
  .Box .Box_con .btnr {
    background: url(../images/jtr02.png) no-repeat center;
    right: 34px; }
    .Box .Box_con .btnr:hover {
      background: url(../images/jtr03.png) no-repeat center; }

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.Box .conbox .cur {
  margin: 0 20px; }

.pc-about .slick-next {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 20px;
  bottom: -56px;
  z-index: 200; }
  .pc-about .slick-next:before {
    color: #fff;
    display: inline-block;
    font-family: "FontAwesome";
    height: 41px;
    width: 41px;
    content: "";
    background: url(../images/jtr02.png) no-repeat center center; }

.pc-about .slick-prev {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 70px;
  bottom: -56px;
  z-index: 200; }
  .pc-about .slick-prev:before {
    display: inline-block;
    height: 41px;
    text-align: center;
    width: 41px;
    content: "";
    background: url(../images/jtl02.png) no-repeat center center; }

.pc-about .slick-prev:hover {
  background: url(../images/jtl03.png) no-repeat center center; }

.pc-about .slick-next:hover {
  background: url(../images/jtr03.png) no-repeat center center; }

/*新闻*/
.pc-news {
  background: #f1f4fc;
  padding: 50px 0; }
  .pc-news .news_list .news_imgbox img {
    width: 100%; }
  .pc-news .news_text {
    padding: 20px 15px 15px;
    background: #fff; }
  .pc-news .news_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .pc-news .news_title a {
      color: #333;
      font-size: 18px;
      line-height: 28px; }
    .pc-news .news_title span {
      display: block;
      font-size: 14px;
      color: #999;
      line-height: 28px; }
  .pc-news .news_list .news_imgbox {
    height: 240px;
    overflow: hidden; }

/*底部*/
.pc-footer {
  background: url(../images/footerbg.jpg) no-repeat center center;
  color: #aaa;
  padding: 0; }
  .pc-footer .footer-bg {
    background: rgba(0, 0, 0, 0.78); }
  .pc-footer .footer-main {
    padding-top: 45px; }
  .pc-footer .block_list {
    float: left; }
    .pc-footer .block_list h4 {
      color: #fff;
      margin-bottom: 24px; }
      .pc-footer .block_list h4 i {
        display: none; }
    .pc-footer .block_list li {
      padding: 5px 0; }
      .pc-footer .block_list li a {
        font-size: 14px;
        color: #aaa;
        line-height: 26px;
        text-decoration: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all; }
  .pc-footer .footer-nav {
    width: 19%;
    padding-right: 5%; }
  .pc-footer .footer-pro {
    width: 28%;
    padding-right: 5%; }
  .pc-footer .footer-contact {
    width: 34%;
    padding-right: 10%; }
    .pc-footer .footer-contact li {
      padding: 7px 0; }
    .pc-footer .footer-contact li i {
      margin-right: 5px; }
    .pc-footer .footer-contact li span {
      font-size: 14px; }
  .pc-footer .footer-scan {
    width: 19%; }
    .pc-footer .footer-scan ul li {
      margin-bottom: 20px;
      display: inline-block;
      text-align: center; }
      .pc-footer .footer-scan ul li p {
        font-size: 14px;
        line-height: 26px; }
    .pc-footer .footer-scan .footer_code {
      padding: 2px;
      background: #fff;
      width: 120px;
      height: 120px; }
  .pc-footer .footer-bottom {
    border-top: rgba(255, 255, 255, 0.14) 1px solid;
    padding: 20px 0;
    margin-top: 30px; }
    .pc-footer .footer-bottom a {
      color: #aaa; }

/*手机底部*/
.mobile-footer {
  background: #185a9b;
  padding: 9px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 999999; }
  .mobile-footer .mobile-footlist {
    color: #fff;
    display: inline-block;
    width: 24%;
    text-align: center; }
    .mobile-footer .mobile-footlist a {
      text-align: center;
      font-size: 14px; }
      .mobile-footer .mobile-footlist a:hover, .mobile-footer .mobile-footlist a:focus {
        color: #fff;
        text-decoration: underline; }

/*客服*/
.service {
  position: fixed;
  top: 10px;
  right: -210px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 999999;
  margin: 200px 0 0 0; }
  .service .online a {
    z-index: 99999;
    position: absolute;
    left: -100px;
    top: 0px;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none; }
    .service .online a span {
      display: block;
      font-size: 80px;
      color: #1f74c7;
      background: #fff;
      border-radius: 50%;
      height: 100px;
      width: 100px;
      line-height: 100px;
      text-align: center; }
  .service .online_list {
    width: 210px;
    background: #fff; }
    .service .online_list .online-title {
      background: #185a9b;
      text-align: center;
      color: #fff; }
    .service .online_list ul {
      border: 2px solid #185a9b; }
      .service .online_list ul li {
        padding: 10px;
        border-bottom: 1px dashed #eee;
        line-height: 24px; }
        .service .online_list ul li img {
          margin-right: 10px; }
        .service .online_list ul li a {
          text-decoration: none;
          color: #333; }

#online {
  position: relative;
  z-index: 9;
  top: 0px; }

#service:hover {
  right: 0; }

#service:hover #online #online_main {
  left: 80px;
  opacity: 0;
  background: none; }

/*返回顶部*/
.totop {
  width: 46px;
  height: 46px;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none; }
  .totop i {
    line-height: 46px; }
  .totop:hover {
    background: #185a9b; }
    .totop:hover i {
      color: #fff; }

/*媒体查询*/
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .pro-list .pro-items .pro-img {
    height: 205px; } }
@media (min-width: 768px) {
  .header .logo {
    float: left;
    width: 90px;
    height: 90px; }

  .nav-box .navbar-toggle {
    display: none; }

  .navbar-collapse {
    float: right;
    margin-top: 30px;
    padding: 0; }
    .navbar-collapse .nav li {
      float: left;
      padding: 0 15px; }

  .header .logo-box {
    float: left; }

  .pc-footer {
    background-attachment: fixed; } }
@media (min-width: 992px) {
  .pro .pro_sort ul {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pro .pro_sort ul li {
      width: 18%;
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 10px;
      margin-right: 1em;
      border-radius: 4px; }
      .pro .pro_sort ul li:nth-child(5n) {
        margin-right: 0; }
      .pro .pro_sort ul li a {
        border-bottom: none !important;
        padding: 10px 0; }

  /*** button 4 ***/
  .set_8_button4 {
    display: inline-block;
    font-weight: 400;
    padding: 0px 25px;
    line-height: 45px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background 300ms;
    transition: background 300ms; }

  .set_8_button4.outline {
    color: #333;
    overflow: hidden;
    position: relative; }

  .set_8_button4.outline:before, .set_8_button4.outline:after, .set_8_button4.outline .lines:before, .set_8_button4.outline .lines:after {
    background-color: #1f74c7;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: 100%; }

  .set_8_button4.outline:before {
    bottom: 0;
    top: auto; }

  .set_8_button4.outline .lines {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

  .set_8_button4.outline .lines:before, .set_8_button4.outline .lines:after {
    height: 100%;
    width: 2px; }

  .set_8_button4.outline .lines:after {
    left: auto;
    right: 0; }

  .set_8_button4:hover:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

  .set_8_button4:hover:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

  .set_8_button4:hover .lines:before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

  .set_8_button4:hover .lines:after {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
@media (min-width: 992px) and (max-width: 1200px) {
  .pro-list .pro-items .pro-img {
    height: 158px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .header .navbar-collapse {
    margin-top: 10px; }
    .header .navbar-collapse .nav li {
      padding: 0;
      width: 16.6%;
      text-align: center; }
      .header .navbar-collapse .nav li a {
        font-size: 15px; }

  .prosort-list ul li a {
    padding: 5px 8px; }

  .pro .pro_sort .block_list h4 {
    background: #185a9b;
    color: #fff;
    position: relative;
    margin-bottom: 10px !important;
    padding: 15px 0;
    text-align: left;
    font-size: 18px !important;
    padding-left: 15px; }

  .pro .pro_sort .sort_list h4 i {
    display: block;
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 16px;
    top: 13px;
    color: #fff; }

  .header .logo-box {
    float: left;
    width: 100%;
    max-width: none; }

  .navbar-collapse {
    margin-top: 0;
    width: 100%; }

  .header .logo img {
    display: inline-block; }

  .header .logo {
    width: 100%; }

  .pro-list .pro-items .pro-img {
    height: 113px; }

  .pro-list .pro-items .pro-btn {
    left: 20%; } }
@media only screen and (max-width: 767px) {
  .top-section .container {
    padding: 0;
    text-align: center; }

  .top-section .top-contact {
    width: 100%;
    border-left: none; }
    .top-section .top-contact p {
      border-right: none; }

  .pro .pro_sort .sort_list ul li a {
    padding-left: 10px; }

  .header .logo img {
    max-width: 100px; }

  #navbar {
    position: absolute;
    width: 100%;
    background: #f3f3f3;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    right: 0;
    margin-left: 0;
    margin-right: 0; }

  .nav li .subnav {
    display: none;
    width: 100% !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0px 20px; }

  .nav .dropdown-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: transparent;
    cursor: pointer; }

  .sub-name p {
    font-size: 26px; }

  .pro-list .pro-items {
    margin-top: 0;
    margin-bottom: 20px; }

  .m-module {
    padding: 25px 0; }

  .pc-footer .footer-nav,
  .pc-footer .footer-pro,
  .pc-footer .footer-contact,
  .pc-footer .footer-scan {
    width: 100%;
    padding: 0; }

  .pc-footer .block_list h4 {
    position: relative;
    margin-bottom: 10px !important;
    padding: 15px 0;
    font-size: 18px !important;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 15px; }
    .pc-footer .block_list h4 i {
      display: block;
      position: absolute;
      right: 15px;
      cursor: pointer;
      font-size: 16px;
      top: 13px;
      color: #fff; }
  .pc-footer .block_list ul li {
    padding: 5px 0; }

  .cont-toggle {
    display: none; }

  .footer-scan ul {
    text-align: center; }

  .footer-scan ul li {
    float: left;
    margin-right: 4%;
    margin-left: 4%; }

  .height {
    height: 60px;
    display: block; }

  .header {
    padding: 12px 8px; }

  .header .logo_name h2 {
    font-size: 22px;
    line-height: 54px;
    font-weight: normal;
    margin: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  .pro-list .pro-items .pro-img {
    max-height: 244px; } }
@media (max-width: 480px) {
  .pro .pro_sort {
    padding: 0 15px; }

  .pro-list .pro-items .pro-img {
    height: 114px; } }
@media only screen and (max-width: 320px) {
  .pro-list .pro-items .pro-btn {
    top: 32%;
    left: 9%; }

  .pro-list .pro-items .pro-img {
    height: 91px; } }
@media (min-width: 321px) and (max-width: 480px) {
  .pro-list .pro-items .pro-btn {
    left: 21%; } }
/*内页样式*/
.main_title {
  padding: 18px 0;
  border-bottom: 1px solid #eee; }
  .main_title .titbx h2 {
    font-size: 30px;
    color: #185a9b;
    line-height: 42px; }
  .main_title .localbx {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px; }
    .main_title .localbx span {
      font-size: 12px;
      color: #999; }
    .main_title .localbx a {
      font-size: 14px;
      color: #555; }

.left-contact {
  margin-top: 20px;
  padding: 15px;
  background: #185a9b url(../images/contact-bg.png) no-repeat left bottom;
  background-size: cover; }
  .left-contact h4 {
    color: #fff;
    font-size: 22px;
    margin: 20px 0; }
  .left-contact p {
    color: #fff;
    margin: 10px 0; }

.more {
  background: #185a9b;
  color: #fff;
  line-height: 32px;
  font-size: 12px;
  display: inline-block;
  padding: 0px 20px;
  margin-top: 5px;
  height: 32px; }
  .more:hover a {
    color: #fff; }

.n-right .page {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee; }
  .n-right .page a {
    color: #808080;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #eee;
    text-align: center;
    text-decoration: none; }
    .n-right .page a:hover {
      background: #185a9b;
      border: 1px solid #185a9b;
      color: #fff; }
    .n-right .page a i {
      font-size: 14px; }
  .n-right .page a.selected {
    background: #185a9b;
    border: 1px solid #185a9b;
    color: #fff; }

.n-right .page_prev {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px; }
  .n-right .page_prev span {
    color: #185a9b; }
  .n-right .page_prev a {
    color: #333; }

/*产品中心*/
.pro_box {
  margin-top: 40px;
  padding-bottom: 60px; }

.pro_sort .sort_list {
  background: #f7f7f7;
  padding: 10px; }
  .pro_sort .sort_list h4 {
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px; }
    .pro_sort .sort_list h4 i {
      display: none; }
  .pro_sort .sort_list ul li a {
    font-size: 14px;
    color: #444;
    display: block;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    padding: 10px 15px 10px 0;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    .pro_sort .sort_list ul li a i {
      margin-right: 8px; }
    .pro_sort .sort_list ul li a:hover {
      color: #185a9b; }

.all-pro ul li {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.all-pro .pro-li .pro-img-grid {
  overflow: hidden; }
.all-pro .pro-li .pro-img {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .all-pro .pro-li .pro-img img {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .all-pro .pro-li .pro-img .black {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .all-pro .pro-li .pro-img .pro-btn {
    position: absolute;
    top: 42%;
    left: 40%;
    text-align: center; }
    .all-pro .pro-li .pro-img .pro-btn a {
      display: block;
      width: 43px;
      height: 43px;
      background: #185a9b;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .all-pro .pro-li .pro-img .pro-btn a i {
        color: #fff;
        line-height: 43px; }
.all-pro .pro-li:hover .pro-btn a {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }
.all-pro .pro-li:hover .black {
  opacity: 1; }
.all-pro .pro-li:hover .pro-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
.all-pro .pro-li h4 a {
  margin: 16px 0px 4px;
  display: block;
  color: #333; }
.all-pro .pro-li .pro-detail {
  font-size: 12px;
  color: #808080;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  padding: 0 15px; }
.all-pro .options {
  text-align: left;
  padding: 4px 5px;
  border: 1px solid #eee;
  background: #f3f3f3;
  margin-bottom: 20px; }
  .all-pro .options a {
    text-decoration: none;
    font-size: 24px;
    color: #999;
    margin: 0 5px; }
    .all-pro .options a:hover {
      color: #185a9b; }
  .all-pro .options a.selected {
    color: #185a9b; }

.pro-grid ul {
  padding: 0;
  margin: 0 -15px; }
  .pro-grid ul li {
    width: 33.33%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 10px;
    float: left;
    background: #fff;
    padding: 0px 10px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
.pro-grid .pro-li {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 5px;
  padding: 8px; }
  .pro-grid .pro-li .pro-img-grid {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    width: 100%;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .pro-grid .pro-li:hover {
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }
  .pro-grid .pro-li h4 a {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px; }
.pro-grid .more {
  display: none; }

.pro-lists ul li {
  overflow: hidden;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px; }
  .pro-lists ul li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
.pro-lists .pro-img-grid {
  float: left;
  width: 23%;
  margin-right: 3%;
  border: 1px solid #eee; }
.pro-lists .pro-li h4 a {
  font-size: 16px;
  font-weight: bold;
  float: left; }
.pro-lists .pro-li .pro-detail {
  width: 74%;
  float: left;
  overflow: hidden;
  white-space: normal;
  max-height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  margin: 10px 0px;
  padding: 0; }
.pro-lists .pro-li .more {
  float: left;
  margin-top: 20px; }
  .pro-lists .pro-li .more:hover {
    color: #fff; }

/*产品列表*/
.inner_pro {
  margin-bottom: 30px; }

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888; }

/*产品详情*/
/* Element wrapper */
.pro_wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  border-radius: 3px;
  position: relative;
  width: 100%; }

/* Thumbnails */
.sp-thumbs {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }

.sp-thumbs a {
  width: 60px;
  height: 60px;
  margin: 4px;
  border: 1px solid #ccc; }

.sp-thumbs a:link, .sp-thumbs a:visited {
  overflow: hidden;
  opacity: .5;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.sp-thumbs a:hover {
  opacity: 1;
  border: 1px solid #185a9b; }

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
  opacity: 1 !important;
  position: relative;
  border: 1px solid #185a9b !important; }

/* Image currently being viewed */
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  border: 1px solid #eee; }

.sp-large a img {
  max-width: 100%;
  height: auto; }

.sp-large a {
  display: block; }

/* Panning Zoomed Image */
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: none; }

/* Lightbox */
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  display: none;
  cursor: pointer; }

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff; }

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s; }

#sp-prev {
  left: 80px; }

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px; }

#sp-next {
  right: 80px; }

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px; }

#sp-prev:hover, #sp-next:hover {
  background: #444; }

.sp-current-big img {
  width: 100%; }

.sp-large img {
  max-width: none; }

.pro_text h2 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 20px; }
.pro_text p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 26px;
  text-indent: 2em;
  text-align: justify; }
.pro_text a {
  display: block;
  width: 120px;
  line-height: 40px;
  background: #185a9b;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px; }

.pro_main .row {
  margin-bottom: 30px; }

.view_title {
  margin: 20px 0;
  color: #fff;
  border-bottom: 2px solid #185a9b; }
  .view_title span {
    display: inline-block;
    background: #185a9b;
    padding: 10px 20px; }

.interrelated {
  margin-top: 30px; }
  .interrelated p {
    font-size: 14px; }
    .interrelated p:first-child {
      font-weight: bold;
      margin-bottom: 15px; }
    .interrelated p a {
      color: #185a9b;
      margin-right: 15px; }
      .interrelated p a:last-child {
        margin-right: 0; }

/*关于我们*/
.n-right .about_img {
  text-align: center; }

.n-right .about-cont {
  margin-top: 20px;
  text-indent: 2em;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-align: justify; }
  .n-right .about-cont p {
    text-indent: 2em;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-align: justify; }

/*新闻资讯*/
.news-li .news-img-list {
  width: 35%;
  float: left;
  margin-right: 2%;
  border: 1px solid #eee;
  overflow: hidden; }
  .news-li .news-img-list img {
    width: 100%; }
.news-li .news-text {
  float: left;
  width: 63%; }
  .news-li .news-text h4 {
    color: #333;
    font-size: 18px; }
    .news-li .news-text h4 a {
      text-decoration: none;
      color: #333; }
  .news-li .news-text .news-detail {
    color: #999;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px; }
  .news-li .news-text .time {
    margin-top: 10px; }
    .news-li .news-text .time span {
      color: #999; }
    .news-li .news-text .time i {
      margin-right: 15px;
      color: #185a9b;
      font-size: 14px; }

.news ul li {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .news ul li .more:hover {
    color: #fff; }

/*新闻详情*/
.news_content .news-text h3 {
  font-size: 18px;
  text-align: center; }
  .news_content .news-text h3 a {
    color: #333; }
.news_content .news-text .time {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .news_content .news-text .time i {
    color: #185a9b;
    margin-right: 15px; }
.news_content .news-text .news-detail {
  margin-top: 15px; }
  .news_content .news-text .news-detail p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 10px; }

/*联系我们*/
.n-right .t-box1 {
  margin-bottom: 20px; }
  .n-right .t-box1 .items {
    text-align: center;
    width: 32.3%;
    padding: 20px 0;
    height: 140px;
    float: left;
    margin-right: 1%; }
  .n-right .t-box1 .items:last-child {
    margin-right: 0; }
  .n-right .t-box1 .items img {
    margin-bottom: 10px; }
  .n-right .t-box1 .items p {
    font-size: 14px;
    line-height: 28px;
    color: #666; }
  .n-right .t-box1 .items p span {
    font-size: 16px;
    line-height: 34px;
    color: #000; }
.n-right .map h4 {
  font-size: 22px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
.n-right .map .map_box {
  margin-top: 20px; }

/*站点地图*/
.m-site-map .map-content-head .hd-title {
  font-size: 26px;
  color: #000; }

.m-site-map .map-content-main {
  margin: 33px 0 50px; }

.m-site-map a:hover {
  color: #185a9b !important;
  text-decoration: underline; }

.m-site-map .map-panl {
  margin-bottom: 18px; }

.m-site-map .map-panl h3 {
  color: #333;
  font-weight: 700;
  font-size: 18px; }

.m-site-map .map-columns {
  margin-top: 18px;
  padding-left: 25px; }

.m-site-map .map-sub-nav li {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px; }

.m-site-map .map-sub-nav li a {
  display: block;
  color: #5a574f; }

.m-site-map .map-sub-nav li a:hover:before {
  background: #c30000; }

.m-site-map .map-long-word .lw-wrap {
  margin-bottom: 20px; }

.m-site-map .map-long-word .lw-wrap dt {
  margin-bottom: 10px;
  font-weight: 700; }

.m-site-map .map-long-word .lw-wrap dt a {
  color: #929292; }

.m-site-map .map-long-word .lw-wrap dd {
  margin-right: 45px;
  margin-bottom: 10px;
  display: inline-block; }

.m-site-map .map-long-word .lw-wrap dd a {
  color: #929292; }

.m-site-map .map-infomation li {
  float: left;
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px; }

.m-site-map .map-infomation li a {
  color: #929292; }

/*媒体查询*/
@media only screen and (max-width: 980px) {
  .news-li .news-img-list {
    width: 30%; } }
@media only screen and (max-width: 768px) {
  .main_title .titbx {
    width: 100%;
    text-align: center; }
  .main_title .localbx {
    width: 100%;
    text-align: center; }
  .main_title .titbx h2 {
    font-size: 26px; }

  .pro_sort .sort_list {
    padding: 0; }

  .n-right .pro-grid ul li {
    width: 49%;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin-right: 2%; }

  .n-right .pro-grid ul li:nth-child(2n) {
    margin-right: 0; }

  .pro_sort {
    background: none; }

  .pro-lists .pro-li .pro-detail {
    padding: 5px 0;
    margin: 5px 0; }

  .pro-li h4 a {
    margin: 0 0 4px; }

  .pro_sort .sort_list h4 {
    margin-top: 0; }

  .pro-lists .pro-li .more {
    margin-top: 5px; }

  .pro_sort .block_list h4 {
    background: #185a9b;
    color: #fff;
    position: relative;
    margin-bottom: 10px !important;
    padding: 15px 0;
    text-align: left;
    font-size: 18px !important;
    padding-left: 15px; }
    .pro_sort .block_list h4 i {
      display: block;
      position: absolute;
      right: 15px;
      cursor: pointer;
      font-size: 16px;
      top: 13px;
      color: #fff; }

  .pro-grid ul {
    margin: 0; }

  .pro-li {
    padding: 0; }

  .cont_toggle {
    display: none; } }
@media screen and (max-width: 480px) {
  .pro-li .pro-img-grid {
    width: 100%; }

  .pro_sort {
    padding: 0; }

  .n-right {
    padding: 0; }

  .pro-lists .pro-li .more {
    margin-top: 5px; }

  .pro-li h4 a {
    margin: 10px 0 4px; }

  .n-right .pro-grid ul li {
    width: 100%;
    padding: 0;
    margin-right: 0; }

  .pro_sort .sort_list {
    padding: 0; }

  .pro-lists .pro-li .pro-detail {
    width: 100%; }

  .news-li .news-img-list {
    width: 100%; }

  .news-li .news-text {
    width: 100%;
    margin-top: 15px; }

  .n-right .t-box1 .items {
    width: 49%; }

  .pro_text h2 {
    font-size: 17px; }

  .all-pro .pro-lists .pro-li .pro-img {
    height: 290px; }

  .pro_main .row {
    margin-right: 0;
    margin-left: 0; }
    .pro_main .row div.col-sm-6 {
      padding: 0; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .pro-lists .pro-li .more {
    margin-top: 10px; } }
@media (min-width: 1200px) {
  .pro-grid .pro-li .pro-img {
    height: 210px; }

  .pro-lists .pro-li .pro-img {
    height: 159px; }

  .news-li .news-img-list {
    height: 182px; }

  .sp-large {
    height: 412px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .pro-grid .pro-li .pro-img {
    height: 163px; }

  .pro-lists .pro-li .pro-img {
    height: 127px; }

  .news-li .news-img-list {
    height: 146px; }

  .sp-large {
    height: 326px; } }
@media (min-width: 767px) and (max-width: 992px) {
  .pro-grid .pro-li .pro-img {
    height: 118px; }

  .pro-lists .pro-li .pro-img {
    height: 96px; }

  .news-li .news-img-list {
    height: 111px; }

  .sp-large {
    height: 243px; } }
@media only screen and (width: 768px) {
  .pro-grid .pro-li .pro-img {
    height: 177px; }

  .news-li .news-img-list {
    height: 123px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .pro-grid .pro-li .pro-img {
    max-height: 244px; }

  .news-li .news-img-list {
    height: 123px; }

  .sp-large {
    height: 396px; } }
@media (min-width: 321px) and (max-width: 479px) {
  .pro-grid .pro-li .pro-img {
    height: 290px; }

  .pro-lists .pro-li .pro-img {
    height: 290px; }

  .news-li .news-img-list {
    height: 218px; }

  .sp-large {
    height: 357px; } }
@media screen and (max-width: 320px) {
  .pro-lists .pro-li .pro-img {
    height: 245px; }

  .news-li .news-img-list {
    height: 185px; }

  .sp-large {
    height: 302px; } }
</pre></body></html>