<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*all*/

a {
  color: #000000
}


/* * {
  box-sizing: content-box;
} */

.btn-outline.btn-primary {
  color: #000000;
  background-color: transparent;
  border-color: #000000
}

.btn-primary {
  border-color: #000000;
  background-color: #000000
}

.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open&gt;.btn-outline.btn-primary.dropdown-toggle {
  border-color: #000000;
  background-color: #000000
}

.modal-primary .modal-header {
  background-color: #000000
}

.radio-primary input[type=radio]:checked+label::before {
  border-color: #000000
}

@media (min-width:992px) {
  .container {
    width: 90%;
  }
}

.met-index-body {
  padding: 50px 0;
}

.met-index-body h2 {
  position: relative;
}

.met-index-body h2:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: #000000;
}

.met-index-body h2 {
  font-size: 30px;
  color: #333;
}

.met-index-body p.desc {
  font-size: 16px;
  color: #666;
}

@media (max-width:991px) {
  .met-index-body {
    padding: 40px 0px;
  }
}

@media (max-width:767px) {
  .met-index-body h2 {
    font-size: 24px;
  }

  .met-index-body {
    padding: 30px 0px;
  }
}


/*å¤´éƒ¨*/

body.met-navfixed {
  padding-top: 60px
}

.met-logo {
  height: 60px
}

.met-logo img {
  max-height: 50px
}

.met-nav {
  min-height: 60px;
  margin-bottom: 0;
  box-shadow: none
}

.met-nav [class*=animation-] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.met-nav .met-head-user {
  margin-left: 15px;
  line-height: initial
}

.met-nav .no-login {
  height: 60px
}

.met-nav.navbar-shadow {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .7s;
  animation-duration: .7s
}

.met-nav.navbar-fixed-top .navbar-right {
  margin-right: 0
}

.met-nav .navbar-logo {
  height: 60px;
  margin: 0;
  margin-left: 0;
  padding: 0;
  display: block
}

.met-nav .navbar-logo img {
  max-height: 50px
}

.met-nav .nav-item .nav-link {
  color: #666;
  position: relative;
  z-index: 2;
  font-size: 15px;
}

.met-nav .dropdown.open&gt;a,
.met-nav .nav li&gt;a.active {
  color: #fff !important;
  background-color: transparent;
}

.met-nav .navbar-nav&gt;.open&gt;.nav-link,
.met-nav .navbar-nav&gt;.open&gt;.nav-link:hover,
.met-nav .navbar-nav .nav-link.active:hover,
.met-nav .navbar-nav .nav-link.active {
  background-color: transparent;
  color: #fff;
}

.met-nav .nav-item {
  position: relative;
}

.met-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.met-nav .nav-item .nav-link:after {
  content: '';
  width: 100%;
  height: 30px;
  opacity: 0;
  background-color: #000000;
  left: 0;
  position: absolute;
  top: 0;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1;
  border: none;
  border-radius: 20px;
}

.met-nav .nav-item:hover .nav-link:after,
.met-nav .nav-item .nav-link.active::after {
  opacity: 1;
  top: 50%;
  margin-top: -15px;
}

.met-nav .nav-item:hover .nav-link,
.met-nav .navlist .nav-item a.nav-link:hover {
  color: #fff;
}

.met-nav .nav-item .nav-link i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-left: 5px
}

.met-nav .nav-item .nav-link:hover i,
.met-nav .dropdown.open&gt;a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .dropdown-item {
  line-height: initial
}

.met-nav #met-head-user-collapse .btn-primary {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  padding: 4px 10px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000
}

.met-nav #met-head-user-collapse .btn-success {
  color: #666;
  background-color: transparent;
  border-color: #666;
  padding: 4px 10px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .btn-success:hover {
  color: #fff;
  background-color: #666;
  border-color: #666
}

.met-nav .dropdown-item {
  color: #666
}

.met-nav .overflow-visible {
  overflow: visible !important
}

.met-nav .navlist-2 {
  transform: translateY(-10%)
}

.met-nav .navbar-toggler {
  height: 60px;
  line-height: 60px
}

.met-nav .nav&gt;li&gt;a {
  color: #000000
}

.met-nav .nav&gt;li&gt;a i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.met-nav .nav li .link.active:after {
  content: '';
  width: 100%;
  background-color: #000000;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

.met-nav .nav&gt;li&gt;.link:after {
  content: '';
  width: 0;
  background-color: #000000;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

.met-nav .nav&gt;li&gt;.link:hover:after {
  content: '';
  width: 100%;
  background-color: #000000;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

.met-nav .met-nav-login {
  padding-top: 15px;
  text-align: center
}

.met-nav .dropdown-menu&gt;li&gt;a {
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.met-nav .dropdown-menu&gt;li&gt;a:hover {
  background: #f2f2f2 none repeat scroll 0 0;
  text-indent: 5px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

@media (min-width:768px) {
  .navbar-nav&gt;.nav-item {
    padding: 0px
  }

  .met-nav .nav&gt;li&gt;a {
    padding: 0;
    height: 60px;
    line-height: 60px
  }

  .met-nav .dropdown-menu {
    top: 48px;
    border-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
  }

  .met-nav .dropdown-menu .dropdown-submenu&gt;a:after {
    display: none
  }

  .met-nav .dropdown-menu .dropdown-submenu&gt;a i {
    position: absolute;
    right: 10px
  }

  .met-nav .dropdown-menu.bullet {
    top: 60px
  }

  .met-nav .met-nav-login {
    height: 60px;
    padding-top: 0;
    margin-left: 10px
  }

  .navbar-nav .nav-item .nav-link {
    line-height: 18px
  }

  .met-nav .mblogo {
    display: none;
  }
}

@media (max-width:991px) {
  .met-nav .navbar-logo img {
    max-height: 30px
  }

  .met-nav .nav&gt;li&gt;a&gt;i {
    float: right
  }

  .met-nav .dropdown-menu .dropdown-submenu&gt;a:after {
    display: none
  }

  .met-nav .dropdown-menu .dropdown-submenu&gt;a&gt;i {
    float: right
  }
}

@media (max-width:767px) {
  .met-nav-btn:after {
    display: table;
    clear: both;
    content: '';
  }

  .met-nav .nav&gt;li {
    margin-left: 0 !important
  }

  .met-nav .nav&gt;li&gt;a {
    padding: 10px 15px;
    line-height: 25px
  }

  .met-nav .nav li .link.active:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }

  .met-nav .nav&gt;li&gt;.link:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }

  .met-nav .nav&gt;li&gt;.link:hover:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }

  .met-nav .dropdown-menu&gt;li&gt;.dropdown-menu&gt;li&gt;a {
    padding-left: 40px
  }

  .met-nav .dropdown-menu.bullet:before,
  .met-nav .dropdown-menu.bullet:after {
    display: none
  }

  .met-nav .navbar-collapse.in {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2)
  }

  .met-nav .navbar-logo {
    float: none;
    max-width: 90px;
    margin: 0 auto
  }

  .met-nav .navbar-collapse {
    width: 100%
  }

  .met-nav .navlist {
    margin-left: 0;
    margin-right: 0
  }

  .met-nav .met-head-user {
    width: 100%;
    margin: 0;
    text-align: center
  }

  .met-nav .pclogo {
    display: none;
  }
}

.navbar-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}


/*banner*/

.met-banner .carousel-inner.met-banner-mh {
  background: #ddd;
  min-height: 300px
}

.met-banner .carousel-control.right .icon {
  border-radius: 50%
}

.met-banner .carousel-control.left .icon {
  border-radius: 50%
}

@media (max-width:767px) {
  .met-banner .carousel-inner {
    min-height: auto;
  }
}

@media (max-width:488px) {
  .met-banner .carousel-inner.met-banner-mh {
    min-height: 100px;
  }
}

.met-banner .met-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10
}

.met-banner .met-banner-text .container {
  height: 100%;
  width: 85%;
}

.met-banner .met-banner-text .container .met-banner-text-con {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center
}

.met-banner .met-banner-text .container .met-banner-text-con.p-0 {
  max-width: 50%;
  text-align: left;
  float: left
}

.met-banner .met-banner-text .container .met-banner-text-con.p-1 {
  max-width: 50%;
  text-align: right;
  float: right
}

.met-banner .met-banner-text .container .met-banner-text-con.p-2&gt;div {
  vertical-align: top;
  padding-top: 5%;
}

.met-banner .met-banner-text .container .met-banner-text-con.p-3&gt;div {
  vertical-align: bottom;
  padding-bottom: 5%;
}

.met-banner .met-banner-text .container .met-banner-text-con&gt;div {
  display: table-cell;
  vertical-align: middle
}

.met-banner .met-banner-text .container .met-banner-text-con&gt;div h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 300
}

.met-banner .met-banner-text .container .met-banner-text-con&gt;div p {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: none
}

.met-banner .met-banner-text .container .met-banner-text-con&gt;div .btn {
  position: relative;
  z-index: 14;
  margin-top: 30px;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.met-banner .btn-outline.btn-default {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
  border-radius: 5px 0
}

.met-banner .btn-outline.btn-default:hover {
  background: #000000 !important;
  color: #fff !important
}

.met-banner .carousel-indicators li:after {
  background: #000000
}

.met-banner a.all-imgmask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
}

.met-banner-ny {
  background-color: #ccc;
  height: 120px;
  text-align: center
}

.met-banner-ny h2,
.met-banner-ny h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  padding: 10px 30px;
  margin: 0px;
  text-shadow: none
}

.met-banner .carousel-control {
  width: 10%;
}

@media screen and (min-width:768px) {
  .met-banner a.mobile {
    display: none;
  }

  .met-banner .mobile_img {
    display: none !important;
  }

  .met-banner .mobile-content {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .met-banner a.pc {
    display: none;
  }

  .met-banner .pc_img {
    display: none !important;
  }

  .met-banner .pc-content {
    display: none !important;
  }

  .met-banner .met-banner-text .container .met-banner-text-con.p-0 {
    max-width: 90%;
  }

  .met-banner .met-banner-text .container .met-banner-text-con.p-1 {
    max-width: 90%;
  }
}

@media (max-width:400px) {
  .met-banner .met-banner-text .container .met-banner-text-con&gt;div h3 {
    font-size: 16px
  }

  .met-banner .met-banner-text .container .met-banner-text-con&gt;div p {
    font-size: 12px
  }

  .met-banner .met-banner-text .container .met-banner-text-con&gt;div .btn {
    padding: 5px 10px
  }
}

.met-banner .carousel-control .icon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 100%;
  background: #fff;
  font: 40px/50px 'å®‹ä½“';
  text-align: center;
  color: #000000
}

@media (max-width:767px) {
  .met-banner .met-banner-text .container .met-banner-text-con&gt;div h3 {
    font-size: 30px
  }

  .met-banner .met-banner-text .container .met-banner-text-con&gt;div p {
    font-size: 16px
  }

  .met-banner .met-banner-text .container .met-banner-text-con&gt;div .btn {
    font-size: 16px
  }

  .met-banner .carousel-control .icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font: 30px/40px 'å®‹ä½“'
  }

  .met-banner .met-banner-text .container .met-banner-text-con&gt;div .btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .met-banner-ny {
    height: 90px
  }
}

@media (max-width:488px) {
  .met-banner .met-banner-text .container .met-banner-text-con&gt;div h3 {
    font-size: 20px
  }

  .met-banner .met-banner-text .container .met-banner-text-con&gt;div p {
    font-size: 14px;
    margin-top: 10px
  }

  .met-banner .met-banner-text .container .met-banner-text-con&gt;div .btn {
    margin-top: 10px;
    font-size: 12px
  }

  .met-banner .carousel-control .icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font: 20px/30px 'å®‹ä½“'
  }
}


/* é¦–é¡µäº§å“åŒºå— */

.met-index-product .index-product-list li {
  padding: 15px;
  margin-bottom: 0px;
}

.met-index-product .index-product-list li .card-shadow {
  border-bottom-width: 3px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}

.met-index-product .index-product-list h4 {
  font-size: 18px;
  color: #333;
}

.met-index-product .index-product-list p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  display: block;
}

.met-index-product .index-product-list li a.txt-info {
  padding: 10px;
}

.met-index-product .index-product-list li,
.met-index-product .index-product-list li a,
.met-index-product .index-product-list li .card-shadow {
  transition: color 300ms ease 0ms, font-size 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, padding 300ms ease 0ms, border 300ms ease 0ms, border 300ms ease 0ms, color 300ms ease 0ms;
}

.met-index-product .index-product-list li:hover .card-shadow {
  border-bottom-color: #000000;
  border-bottom-width: 3px;
}

.met-index-product .index-product-list li:hover h4 {
  color: #000000;
}

.met-index-product .index-product-list .card {
  border-radius: 0px;
}

.met-index-product .index-product-list {
  margin-top: 40px;
}

.met-index-product .index-product-list .card {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
}

@media (max-width:767px) {
  .met-index-product .index-product-list {
    margin: 0 -5px;
    margin-top: 20px;
  }

  .met-index-product .index-product-list li {
    padding: 5px;
  }
}


/*é¦–é¡µæ–°é—»åŒºå—*/

.met-index-news .list-group li {
  padding: 20px 15px;
  margin-bottom: 0px;
}

.met-index-news .list-group li .media {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  padding: 0px;
  transition: color 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, background-color 300ms ease 0ms;
}

.met-index-news .list-group .media .media-heading {
  font-size: 18px;
  margin-top: 15px;
}

.met-index-news .list-group .media .media-left {
  padding: 0px;
}

.met-index-news .list-group .media .media-body {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 9px;
}

.met-index-news .media-lg .media-object {
  width: 200px;
  height: 100%;
  object-fit: cover;
}

@media (min-width:1024px) {
  .met-index-news .list-group li .media:hover {
    margin-right: 10px !important;
    margin-left: -10px !important;
    color: #000000;
  }
}

@media (max-width:1600px) {
  .met-index-news .media-lg .media-object {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width:992px) {
  .met-index-news .list-group {
    margin: 0px;
  }
}

@media (max-width:767px) {
  .met-index-news .list-group {
    margin-top: 20px;
  }
}

@media (max-width:479px) {
  .met-index-news .media-lg .media-object {
    width: 100%;
    height: auto;
  }

  .met-index-news .list-group li {
    padding: 5px .9375rem;
  }
}


/*å›¾ç‰‡åŒºå—*/

.met-index-case .met-index-list {
  margin-top: 40px;
}

.met-index-case .case-list {
  padding: 10px;
  text-align: center;
}

.met-foot-info .foot-nav a {
  color: #333
}

.met-foot-info .foot-nav a:hover {
  color: #000000
}

@media (max-width:767px) {
  .met-index-case .met-index-list {
    margin-top: 20px;
  }
}


/*åº•éƒ¨ç‰ˆæƒä¿¡æ¯*/

.met-foot-info {
  padding: 20px 0px;
  color: #aaa;
  height: auto;
  line-height: 1.8;
}

.met-foot-info p {
  margin-bottom: 10px;
}

.met-foot-info p img {
  max-width: 150px;
  height: auto;
  margin-right: 5px;
}

.met-foot-info a {
  color: #000000
}


/*å¤šè¯­è¨€*/

.met-langlist .met-lang-other {
  font-size: 15px;
  color: #2a333c;
}

.met-langlist img {
  margin-right: 2px;
  position: relative;
  top: -1px
}

@media (max-width:767px) {
  #met-langlist-modal .modal-center {
    height: auto !important
  }
}

#met-langlist-modal .modal-content {
  border-radius: 0px
}

#met-langlist-modal .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative
}

#met-langlist-modal .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px
}

#met-langlist-modal .modal-content a.btn {
  border: none;
  font-size: 16px;
  text-align: left;
  color: #2a333c;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px
}

#met-langlist-modal .modal-content a.btn:hover {
  color: #aaa
}

#met-langlist-modal .modal-content a.btn span.flag-icon {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 8px
}


/*ä½ç½®*/

.met-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px
}

.met-crumbs .border-bottom {
  border-bottom: 1px solid #eee
}

.met-crumbs .subcolumn-crumbs {
  color: #999;
  padding-left: 0;
  padding-right: 0
}

.met-crumbs .subcolumn-crumbs&gt;.breadcrumb-item&gt;a {
  color: #999;
  text-decoration: none
}

.met-crumbs .subcolumn-crumbs&gt;.breadcrumb-item&gt;a:hover {
  color: #000000
}


/*å­æ&nbsp;ç›®*/

.met-column-nav ul {
  list-style: none;
  margin: 0;
  z-index: 51;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}

.met-column-nav ul li {
  width: calc((100% - 50px) / 6);
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}

.btn-group-vertical&gt;.btn-group:after,
.btn-group-vertical&gt;.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: none;
}

.met-column-nav ul li a:hover,
.met-column-nav ul li a.active {
  color: #000000
}

.met-column-nav ul li a {
  color: #666;
  text-decoration: none;
}

.met-column-nav ul li:first-child {
  padding-left: 0
}

.met-column-nav .met-col-search {
  padding: 10px 0px;
}

.met-column-nav .form-group {
  margin-bottom: 0px;
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
}

.swiper-navtab .swiper-slide {
  width: auto
}

.overflow-visible {
  overflow: visible !important
}

@media (max-width:767px) {
  .met-column-nav {
    width: 96%;
    margin: 0 auto;
    display: none;
  }

}


/*ç®€ä»‹æ¨¡å—*/

.met-show-body {
  background: #f2f2f2
}

.met-show {
  min-height: 450px;
  padding: 30px 0px;
  background: #fff
}

.met-editor {
  padding: 30px;
  line-height: 1.8;
  word-wrap: break-word
}

.met-editor img {
  max-width: 100%;
  height: auto;
}

.met-editor video {
  max-width: 100%;
}

@media (max-width:767px) {
  .met-show {
    padding: 10px 0
  }

  .met-editor {
    padding: 15px
  }
}


/*åé¦ˆæ¨¡å—*/

.met-feedback {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-feedback .container {
  max-width: 800px
}

.met-feedback .met-feedback-body {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
  .met-feedback {
    padding: 10px
  }

  .met-feedback .met-feedback-body {
    padding: 10px
  }
}


/*ç•™è¨€æ¨¡å—*/

.met-message {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-message .media-body {
  width: calc(100% - 46px)
}

.met-message .col-md-6 {
  float: none;
  margin: auto
}

.met-message .met-message-body {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
  .met-message {
    padding: 0px
  }

  .met-message .met-message-body {
    padding: 10px
  }
}

.met-message .met-message-body .media-left {
  padding-right: 0px
}

.met-message .met-message-body .media-left i {
  font-size: 36px;
  color: #aaa
}

.met-message .met-message-body .media-body p {
  font-size: 14px;
  color: #5e7387
}

.met-message .met-message-submit {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
  .met-message .met-message-submit {
    padding: 10px;
    padding-bottom: 20px
  }
}

@media (min-width:992px) {
  .met-message .met-message-submit {
    margin-left: 30px
  }
}


/*åˆ†é¡µ*/

.met_pager {
  margin-top: 20px;
  text-align: center;
  display: table;
  margin: auto;
}

.met_pager * {
  display: inline-block;
  float: left;
  line-height: 30px;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s
}

.met_pager a {
  width: auto;
  padding: 9px 15px;
  color: #5e7387;
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
  text-decoration: none;
  background: #fff
}

.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
  text-decoration: none
}

.met_pager a:not(.Ahover) {
  color: #2a333c
}

.met_pager a:not(.Ahover):hover {
  color: #000000
}

.met_pager a:not(.Ahover).NextA:hover,
.met_pager a:not(.Ahover).PreA:hover {
  background: #fff
}

.met_pager a.Ahover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  cursor: default
}

.met_pager .PreSpan,
.met_pager .NextSpan,
.met_pager a.NextA,
.met_pager a.PreA {
  width: auto;
  padding: 9px 15px;
  border: 1px solid #eee;
  background: #fff;
  color: #999
}

.met_pager .PreSpan,
.met_pager .NextSpan {
  cursor: default
}

.met_pager .firstPage,
.met_pager .lastPage {
  min-width: 40px
}

.met_pager .PageText {
  margin-left: 10px;
  color: #aaa;
  display: none
}

.met_pager input {
  display: none
}


/*æ–°é—»åˆ—è¡¨é¡µ*/


/*æ–‡ç«&nbsp;æ¨¡å—*/

.met-news {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-news .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-news .met-news-list {
  background: #fff;
  padding: 30px
}

.met-news .met-news-list h4 {
  margin: 0px
}

.met-news .met-news-list ul {
  padding: 0px;
  list-style: none
}

.met-news .met-news-list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px
}

.met-news .met-news-list ul li h4 {
  font-weight: 300
}

.met-news .met-news-list ul li h4 a {
  color: #2a333c;
  text-decoration: none;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s
}

.met-news .met-news-list ul li h4 a:hover {
  color: #000000
}

.met-news .met-news-list ul li h4 a:active,
.met-news .met-news-list ul li h4 a:focus,
.met-news .met-news-list ul li h4 a:hover {
  text-decoration: none
}

.met-news .met-news-list ul li p {
  margin-bottom: 0px
}

.met-news .met-news-list ul li p.des {
  color: #76838f;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0
}

.met-news .met-news-list ul li p.info {
  color: #a3afb7;
  font-size: 16px;
  font-weight: 300
}

.met-news .met-news-list ul li p.info i {
  color: #000000
}

@media (max-width:767px) {
  .met-news {
    padding: 0px
  }

  .met-news .met-news-list {
    padding: 10px;
    padding-top: 20px
  }

  .met-news .met-news-list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px
  }

  .met-news .met-news-list ul li h4 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .met-news .met-news-list ul li.media .media-left {
    padding-right: 10px;
    display: table-cell
  }

  .met-news .met-news-list ul li.media p.des {
    display: none
  }

  .met-news .met-news-list ul li.media.media-lg .media-object {
    width: 100px
  }
}


/*ç¤¾ä¼šåŒ–åˆ†äº«æŒ‰é’®*/

.met_tools_code {
  text-align: center;
  margin-top: 30px;
  font-size: 0px
}

.met_tools_code .bdsharebuttonbox {
  display: inline
}

.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block
}

@media (max-width:767px) {
  .met_tools_code {
    margin-top: 10px
  }
}


/*ä¾§æ&nbsp;*/

.met-bar {
  background: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  padding: 20px 15px;
  margin-left: 30px
}

.met-bar .sidebar-news-list h3 {
  color: #000000;
  font-size: 20px
}

.met-bar .sidebar-news-list .list-group li a {
  color: #666;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%
}

.met-bar .column h3 {
  font-size: 20px;
  color: #000000;
  margin-top: 0px;
}

.met-bar .list-icons&gt;li a {
  color: #666;
  text-decoration: none;
}

.met-bar .list-icons&gt;li a.active {
  color: #1baadb;
}

.met-bar .list-icons&gt;li.met-bar-son {
  position: relative;
  padding-left: 20px;
}

.met-bar .list-icons&gt;li a:hover {
  color: #000000
}

.met-bar .list-icons&gt;li i {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width:767px) {
  .met-bar {
    margin-left: 0;
  }
}


/*ä¸Šä¸‹ç¿»é¡µ*/

.met-page .pagination {
  border-top: 1px solid #f7f7f7
}

.page-link {
  border-radius: 24px !important
}


/* æ–‡ç«&nbsp;æ¨¡å—è¯¦æƒ…é¡µ */

.met-shownews {
  padding: 30px 0px;
  border-top: 1px solid #f7f7f7;
  background: #f2f2f2
}

.met-shownews .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-shownews .met-shownews-body {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-shownews .met-shownews-content {
  padding-top: 30px
}

.met-shownews .details-title,
.met-shownews-footer {
  padding: 30px;
  background: #fff
}

.met-shownews .details-title {
  padding-bottom: 0
}

.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {
  background: #fff;
  padding: 30px
}

.met-shownews .met-shownews-header {
  padding-bottom: 0px
}

.met-shownews h1,
.met-showimg h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300
}

.met-shownews .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7
}

.met-shownews .info span {
  padding-right: 10px
}

.met-shownews .met-shownews-footer {
  padding-top: 0px
}

.met-shownews .met-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f7f7f7;
  padding-top: 20px
}

@media (max-width:767px) {
  .met-shownews {
    padding: 0px
  }

  .met-shownews h1 {
    font-size: 24px
  }

  .met-shownews .met-shownews-header,
  .met-shownews .met-shownews-footer {
    padding: 10px
  }

  .met-shownews .met-shownews-header {
    padding-top: 20px
  }

  .met-shownews .met-shownews-content {
    padding: 15px 0
  }

  .met-shownews .info {
    padding-bottom: 20px
  }
}


/*ç¤¾ä¼šåŒ–åˆ†äº«æŒ‰é’®*/

.met_tools_code {
  margin-top: 30px;
  text-align: center;
  font-size: 0px
}

@media (max-width:767px) {
  .met_tools_code {
    margin-top: 10px
  }
}

.met_tools_code .bdsharebuttonbox {
  display: inline
}

.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block
}


/*äº§å“åˆ—è¡¨é¡µ*/

.met-product-list {
  padding: 30px 0;
  background: #f2f2f2
}

.met-product-list ul {
  margin: 0 -10px 0 0
}

.met-product-list .blocks&gt;.block,
.met-product-list [class*=blocks-]&gt;.block,
.met-product-list [class*=blocks-]&gt;li {
  padding-left: 0;
  margin-bottom: 10px
}


/*äº§å“è¯¦æƒ…é¡µ*/

.met-showproduct {
  background: #f2f2f2
}

.met-showproduct.pagetype1 .met-showproduct-head {
  background: rgb(255, 255, 255);
  padding: 30px 0px
}

.met-showproduct-head .product-para {
  margin: 0
}

.product-hot {
  border-radius: 0
}

.met-showproduct.pagetype1 {
  background: #f2f2f2
}

.met-showproduct.pagetype1 .less-page-content {
  background: #f2f2f2
}

.met-showproduct.pagetype1 .met-showproduct-head {
  background: #fff;
  padding: 30px 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
  border: 2px solid #7dc01d
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
  font-size: 28px;
  margin-top: 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
  color: #5e7387;
  margin-bottom: 15px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  padding-bottom: 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
  margin: 15px 15px 0px
}

.met-showproduct.pagetype1 .met-showproduct-body {
  padding: 30px 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .panel {
  border-radius: 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
  padding: 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
  margin-bottom: 30px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {
  margin: 0px auto;
  display: block;
  margin-bottom: 5px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {
  margin: 0px auto
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {
  color: #5e7387;
  text-decoration: none
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  text-decoration: none
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  color: #7dc01d
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {
  color: #f96868;
  margin-bottom: 0px
}

.sidebar-piclist-ul li h4 a:hover,
.sidebar-piclist-ul li h4 a:hover span {
  color: #000000 !important;
}

@media (min-width:992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 15px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
    margin-left: 45px
  }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
  padding: 0px 15px
}

@media (min-width:768px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    padding: 0px 15px
  }
}

@media (max-width:991px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
    clear: both
  }
}

@media (max-width:767px) {
  .met-showproduct.pagetype1 .met-showproduct-body {
    padding: 15px 0px 0px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
    padding: 15px;
    margin-bottom: 15px !important
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 0px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
    margin-bottom: 15px;
    margin-top: -10px
  }
}

@media (max-width:488px) {
  .met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
    margin-top: 10px !important
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    width: 50%
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
    clear: none
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(2n+1) {
    clear: both
  }
}


/*ä¸‹è½½æ¨¡å—*/

.met-download {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-download ul {
  padding: 0
}

.met-download .list-group {
  margin-bottom: 30px
}

.met-download .met-download-body {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}

.met-download .met-download-list {
  background: #fff;
  padding: 30px
}

.met-download .met-download-list .list-group-item {
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
  background: transparent
}

.met-download .met-download-list .media-left {
  padding-right: 5px;
  padding-left: 10px
}

.met-download .met-download-list .media-left i {
  font-size: 38px;
  color: #a3afb7
}

.met-download .met-download-list h4.media-heading a {
  color: #2a333c;
  font-size: 16px
}

.met-download .met-download-list h4.media-heading a:hover {
  color: #000000
}

.met-download .met-download-list small {
  color: #76838f;
  font-size: 14px
}

.met-download .met-download-list a.btn {
  margin-right: 10px
}

@media (max-width:767px) {
  .met-download {
    padding: 0px
  }

  .met-download .met-download-list {
    padding: 10px
  }
}


/* ä¸‹è½½æ¨¡å—è¯¦æƒ…é¡µ */

.met-showdownload {
  padding: 30px 0px;
  border-top: 1px solid #f7f7f7;
  background: #f2f2f2
}

.met-showdownload .met-showdownload-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-showdownload .met-showdownload-content {
  padding-top: 30px
}

.met-showdownload .details-title,
.met-showdownload .met-showdownload-footer {
  padding: 30px;
  background: #fff
}

.met-showdownload .details-title {
  padding-bottom: 0
}

.met-showdownload .met-showdownload-header {
  padding-bottom: 0px
}

.met-showdownload h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300
}

.met-showdownload .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7
}

.met-showdownload .info span {
  padding-right: 10px
}

.met-showdownload .met-showdownload-footer {
  padding-top: 0px
}

.met-showdownload .met-showdownload-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f7f7f7;
  padding-top: 20px
}

.met-showdownload .download-paralist {
  background: #fff;
  padding: 30px;
  padding-bottom: 0px
}

.met-showdownload .met-editor {
  background: #fff;
  padding: 30px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 300;
  color: #222
}

.met-showdownload .paralist dl {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  padding-bottom: 5px
}

.met-showdownload .paralist dl dd {
  color: #76838f;
  margin-bottom: 5px
}

.met-showdownload .paralist .met-showdownload-btn {
  margin-top: 20px
}

@media (min-width:768px) {
  .met-showdownload .paralist dl {
    padding-bottom: 25px
  }

  .met-showdownload .paralist dl dt {
    width: 100px;
    margin-bottom: 5px
  }

  .met-showdownload .paralist dl dd {
    margin-left: 120px;
    margin-bottom: 5px
  }
}

@media (max-width:767px) {
  .met-showdownload {
    padding: 0px
  }

  .met-showdownload .info {
    padding-bottom: 20px
  }

  .met-showdownload h1 {
    font-size: 24px
  }

  .met-showdownload .met-showdownload-header,
  .met-showdownload .met-showdownload-footer {
    padding: 10px
  }

  .met-showdownload .met-showdownload-header {
    padding-top: 20px
  }

  .met-showdownload .met-showdownload-content {
    padding: 15px 0
  }

  .met-showdownload .paralist {
    padding: 10px
  }
}


/*å›¾ç‰‡æ¨¡å—*/

.met-img {
  padding: 30px 0;
  background: #f2f2f2
}

.met-img-showbtn {
  width: 100%;
  padding: 0;
  height: 300px;
}

.met-img-showbtn&gt;img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.met-img .cover {
  overflow: hidden
}

.met-img .cover {
  height: 215px;
}

.met-img .met-img-list {
  display: flex;
  flex-wrap: wrap;
}

.met-img .widget {
  background: none;
  padding: 5px !important;
  width: 25%;
}

.overlay-fade {
  opacity: 0
}

.cover-title {
  background: #393939;
  text-align: center;
  padding: 15px 0;
  line-height: 2;
  transition: all 0.5s
}

.cover-title h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis
}

.cover-title h3 a {
  color: #fff
}

.cover-title p {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  color: #aaa;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis
}

.cover-title p a {
  color: #aaa
}

.cover-title p a:hover {
  text-decoration: underline
}

.met-img .widget:hover .cover-title {
  background: #000000
}


/* å›¾ç‰‡åˆ‡æ¢åˆ—è¡¨ */

.met-showimg {
  padding: 30px 0;
  background: #f2f2f2
}

#met-imgs-slick .slick-prev:before,
#met-imgs-slick .slick-next:before {
  display: none
}

#met-imgs-slick .slick-arrow.slick-next {
  right: 0
}

#met-imgs-slick .slick-arrow.slick-prev {
  left: 0
}

#met-imgs-slick {
  min-height: 150px
}

#met-imgs-slick.slick-dotted {
  padding-bottom: 80px
}

#met-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

#met-imgs-slick.fngallery .slick-slide a,
#met-imgs-slick.fngallery .slick-slide img {
  cursor: zoom-in
}

@media screen\0 {

  #met-imgs-slick.fngallery .slick-slide a,
  #met-imgs-slick.fngallery .slick-slide img {
    cursor: url(https://gsp0.baidu.com/5aAHeD3nKhI2p27j8IqW0jdnxx1xbK/tb/img/frs/cur_zin.cur?t=1489493164029), pointer
  }
}

#met-imgs-slick .slick-slide:first-child {
  display: block
}

#met-imgs-slick .slick-slide {
  width: 100%
}

#met-imgs-slick .slick-slide a {
  display: inline-block
}

#met-imgs-slick .slick-slide img {
  display: inline
}

#met-imgs-slick .slick-img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000
}

#met-imgs-slick .swiper-navtab {
  width: 100%;
  height: 69px;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: grab
}

#met-imgs-slick .swiper-navtab .slick-dots {
  bottom: 5px
}

#met-imgs-slick .slick-dots {
  height: 64px;
  bottom: 0;
  z-index: 2
}

#met-imgs-slick .slick-dots li {
  width: 60px;
  height: 60px;
  margin: 0 0 0 10px;
  border: 2px solid #ddd;
  opacity: 0.7
}

#met-imgs-slick .slick-dots li:first-child {
  margin: 0
}

#met-imgs-slick .slick-dots li.slick-active {
  border-color: #4e97d9
}

#met-imgs-slick .slick-dots li img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

#met-imgs-slick.slick-slider .slick-arrow {
  height: calc(100% - 80px)
}

#met-imgs-slick .slick-arrow {
  width: 15%;
  height: 100%;
  top: 0;
  transform: translate(0, 0)
}

#met-imgs-slick .slick-arrow.slick-prev {
  text-align: left
}

#met-imgs-slick .slick-arrow.slick-next {
  text-align: right
}

#met-imgs-slick .slick-arrow i {
  font-size: 50px;
  color: #999
}

@media (max-width:767px) {
  #met-imgs-slick.slick-slider .slick-arrow {
    height: calc(100% - 60px)
  }

  #met-imgs-slick.slick-dotted {
    padding-bottom: 60px
  }

  #met-imgs-slick .swiper-navtab {
    height: 47px
  }

  #met-imgs-slick .slick-dots {
    height: 42px
  }

  #met-imgs-slick .slick-dots li {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-width: 1px
  }
}

.met-showimg-body {
  background: #ffff
}

.details-title {
  padding: 30px;
  background: #fff
}


/* å›¾ç‰‡æ¨¡å—-å†…å®¹è¯¦æƒ… */

.met-showimg-con,
.img-paralist {
  margin-top: 30px;
  list-style: none
}

@media (max-width:991px) {

  .met-showimg-con,
  .img-paralist {
    margin-top: 20px
  }
}

@media (max-width:767px) {
  .met-img {
    padding: 0
  }

  .met-showimg-con,
  .img-paralist {
    margin-top: 15px
  }
}


/*æ‹›è˜æ¨¡å—*/

.met-job {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-job .widget {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.met-job .widget .widget-body:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.met-job .widget .widget-title a {
  color: #2a333c
}

.met-job .widget .widget-title a:hover {
  color: #32a4fc
}

.met-job .widget .widget-metas span {
  margin-right: 10px
}

.met-job .widget .met-editor {
  padding: 0px 20px
}

#met-job-cv .modal-header {
  border-radius: 0px
}

.met-form .form-group .control-label {
  font-weight: normal
}

.met-job .card {
  padding: 30px 25px
}

@media (max-width:767px) {
  .met-job {
    padding: 10px
  }

  .met-job .widget {
    margin: 15px 10px
  }

  .met-job .widget .widget-body {
    padding: 15px 10px
  }

  .met-job .widget .met-editor {
    padding: 0px
  }

  .met-job .widget hr {
    margin-top: 15px;
    margin-bottom: 15px
  }

  #met-job-cv .modal-body {
    padding: 15px
  }

  .met-job .card {
    padding: 15px 10px
  }

  .card {
    margin-bottom: 10px
  }
}


/*å‹æƒ…é“¾æŽ¥*/

.met-link .breadcrumb-item {
  float: none;
  display: inline-block
}

.met-link .breadcrumb-item a {
  color: #666
}

.met-link .breadcrumb-item:nth-child(1) {
  color: #000000
}


/* æœç´¢æ¨¡å— */

.met-search {
  padding: 30px 0px;
  border-top: 1px solid #f5f5f5;
  background: #f2f2f2
}

.met-search .met-search-body {
  min-height: 500px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-search-body em {
  color: #ff0000
}

.met-search .met-search-body .page-search-form {
  margin-bottom: 10px
}

.met-search .met-search-body .met_pager {
  margin-top: 30px;
  text-align: left
}

.met-search .met-search-body .page-search-title {
  font-size: 26px
}

.met-search .met-search-body .list-group-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.met-search .met-search-body .list-group-item p {
  color: #76838f
}

.met-search .met-search-body .list-group-item&gt;h4 {
  margin-bottom: 5px
}

.met-search .met-search-body .list-group-item&gt;h4 a {
  text-decoration: none;
  color: #526069
}

.met-search .met-search-body .list-group-item&gt;h4 a:hover {
  text-decoration: none;
  color: #37474f
}

.met-search .met-search-body .list-group-item&gt;p:last-child {
  margin-bottom: 0
}

.met-search .met-search-body select {
  margin: 5px 0px;
}

.met-search .met-search-body [data-plugin] select {
  margin-right: 0px !important;
}

.met-search .met-search-body [data-plugin] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:767px) {
  .met-search {
    padding: 0px
  }

  .met-search .met-search-body {
    padding: 20px 10px
  }

  .met-search .met-search-body {
    padding: 10px
  }
}


/* ç½‘ç«™åœ°å›¾ */

.met-sitemap {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-sitemap .met-sitemap-body {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.sitemap-list {
  padding: 0;
  margin: 0px;
  list-style-type: none
}

.sitemap-list a {
  color: #76838f
}

.sitemap-list&gt;li {
  margin-bottom: 25px
}

.sitemap-list&gt;li:last-child {
  margin-bottom: 0px
}

.sitemap-list&gt;li.is-single {
  margin-bottom: 10px
}

.sitemap-list&gt;li&gt;a {
  display: block;
  padding: 14px 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px
}

.sitemap-list&gt;li&gt;ul {
  position: relative;
  padding: 10px 10px 20px 40px;
  margin: 0;
  list-style-type: none
}

.sitemap-list&gt;li&gt;ul a:hover {
  color: #62a8ea
}

.sitemap-list&gt;li&gt;ul::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec
}

.sitemap-list&gt;li&gt;ul&gt;li&gt;a {
  position: relative;
  display: block;
  min-width: 220px;
  padding: 10px;
  margin-bottom: 5px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec
}

.sitemap-list&gt;li&gt;ul&gt;li&gt;a::after,
.sitemap-list&gt;li&gt;ul&gt;li&gt;a::before {
  position: absolute;
  top: 50%;
  content: " ";
  background: #e4eaec
}

.sitemap-list&gt;li&gt;ul&gt;li&gt;a::before {
  left: -20px;
  width: 20px;
  height: 1px;
  margin-top: -1px
}

.sitemap-list&gt;li&gt;ul&gt;li&gt;a::after {
  left: -23px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.sitemap-list-sub {
  position: relative;
  padding: 5px 0 9px 40px;
  margin-top: -5px;
  list-style-type: none
}

.sitemap-list-sub::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec
}

.sitemap-list-sub&gt;li {
  position: relative;
  line-height: 30px
}

.sitemap-list-sub&gt;li::after,
.sitemap-list-sub&gt;li::before {
  position: absolute;
  top: 50%;
  left: -22px;
  content: " ";
  background: #e4eaec
}

.sitemap-list-sub&gt;li::before {
  width: 15px;
  height: 1px;
  margin-top: -1px
}

.sitemap-list-sub&gt;li::after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

@media (max-width:767px) {
  .met-sitemap {
    padding: 0px
  }

  .met-sitemap .met-sitemap-body {
    padding: 10px
  }
}

@media (max-width:479px) {
  .sitemap-list {
    padding-left: 40px;
    list-style-type: disc
  }

  .sitemap-list .icon {
    display: none
  }

  .sitemap-list&gt;li:first-child {
    margin-bottom: 20px;
    margin-left: -16px;
    list-style-type: none
  }

  .sitemap-list&gt;li&gt;a {
    display: inline;
    padding: 10px;
    border: none
  }

  .sitemap-list&gt;li&gt;a i {
    display: none
  }

  .sitemap-list&gt;li&gt;ul {
    padding: 5px 0 5px 26px;
    list-style-type: circle
  }

  .sitemap-list&gt;li&gt;ul::before {
    display: none
  }

  .sitemap-list&gt;li&gt;ul&gt;li&gt;a {
    display: inline;
    padding: 10px 0;
    border: none
  }

  .sitemap-list&gt;li&gt;ul&gt;li&gt;a::after,
  .sitemap-list&gt;li&gt;ul&gt;li&gt;a::before {
    display: none
  }

  .sitemap-list-sub {
    padding: 5px 0 5px 20px;
    list-style-type: square
  }

  .sitemap-list-sub::before {
    display: none
  }

  .sitemap-list-sub&gt;li {
    line-height: normal
  }

  .sitemap-list-sub&gt;li::after,
  .sitemap-list-sub&gt;li::before {
    display: none
  }
}


/*å¤šè¯­è¨€*/

.met-langlist {
  display: inline-block
}

.met-langlist span {
  font-size: 14px;
  cursor: pointer
}

#btn-convert {
  margin-top: 6px
}

.metlang #btn-convert {
  margin-top: 0px;
  cursor: pointer;
  display: inline-block
}

.met-head-user {
  font-size: 0
}

.met_navbtn {
  color: #666
}

.met-head-user li a {
  padding: 0 5px;
  font-size: 14px
}

.met-head-user li a+a {
  border-left: 1px solid #ccc
}

.met-nav #met-head-user-collapse a {
  color: #666
}

.border-left1 {
  border-left: 1px solid #ccc;
  padding: 0 5px;
  cursor: pointer
}

@media (min-width:768px) {
  .met-nav #met-head-user-collapse a.navbar-avatar {
    height: 60px;
    line-height: 60px;
    display: block
  }

  .metlang {
    height: 60px;
    line-height: 60px
  }

  .metlang a {
    line-height: normal;
  }
}

@media (max-width:767px) {

  .met-head-user .dropdown&gt;a,
  .metlang .met_navbtn {
    line-height: 40px;
    height: 40px;
    display: block
  }

  .metlang {
    margin: 0 !important
  }

  .met-langlist {
    padding-left: 15px;
  }

  /*.met-langlist .dropdown-menu{position: initial;box-shadow: none;border: none;}*/
}


/*æŽ’åº*/

.order {
  padding: 0;
  float: right;
  margin-bottom: 10px !important
}

.order li {
  display: inline-block;
  padding: 0 5px
}

.order li a {
  color: #666
}

.order li a:hover {
  color: #000000
}


/*ä¸Šä¸‹é¡µ*/

.column.list-icons {
  padding: 0
}


/*tag*/

.detail_tag {
  padding: 0 30px 30px;
  background: #fff
}

.detail_tag span {
  font-size: 14px
}

.detail_tag a {
  color: #333;
  padding: 0 5px
}

.detail_tag a:hover {
  color: #000000
}


/*404*/

.page404 {
  background: #f5f5f5
}

.box404 {
  display: table;
  min-height: 500px
}

.size404 {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  color: #333
}

@media (max-width:767px) {
  .box404 {
    min-height: 250px
  }

  .size404 {
    font-size: 25px
  }
}


/*æœç´¢*/

.type-order {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4
}

.type-order&gt;div {
  background: #e5e5e5;
  border-bottom: 1px solid #ededed
}

.type-order ul {
  background: #fafafa
}

.type-order ul {
  padding: 0;
  margin: 0
}

.type-order ul li {
  height: 40px;
  line-height: 40px
}

.type-order .attr-name {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  position: relative;
  overflow: hidden
}

.type-order .attr-value a {
  color: #333
}

.type-order .attr-value a:hover,
.type-order .attr-value.para_select_option a {
  color: #000000
}

.order li a {
  background: #fff
}


/*TAGèšåˆ*/

.met-relevant ul {
  background: #fff;
  margin: 0px;
  padding-top: 10px;
  margin-top: 2px;
}

.met-relevant ul li {
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

.met-relevant ul li h4 a {
  color: #333;
  font-size: 14px;
}

.tag-border {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  margin: 0 30px;
  padding: 10px;
  margin-bottom: 20px;
}

.tag-border .detail_tag {
  padding: 0px;
}


/*åº•éƒ¨èœå•*/

.met-menu-list {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.met-menu-list a.item {
  padding: 5px 0;
  display: inline-block;
}

.met-menu-list a.item i {
  font-size: 16px;
  display: block;
}

.met-menu-list {
  display: none;
}

.met-menu-list.iskeshi {
  display: block;
}

.met-menu-list .main {
  display: flex;
}

.met-menu-list .main&gt;div {
  flex: 1;
}

@media (max-width:767px) {
  .met-menu-list {
    display: block;
  }
}


/*å…±ç”¨*/

body {
  width: 100%;
  font-size: 12px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Microsoft Yahei";
  color: #333;
}

div {
  margin: 0px;
  padding: 0px;
}

span,
p {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

img {
  margin: 0px;
  padding: 0px;
}

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

from,
input,
select {
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
  font-size: 0px;
  overflow: hidden;
  height: 0px;
}

.cl {
  clear: both;
  font-size: 0px;
  overflow: hidden;
  height: 0px;
}

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

a:hover {
  color: #e30620;
  text-decoration: none;
}

.border_bg {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.cp1 img {
  border: 1px solid #bbb;
  padding: 5px;
  background: #fff;
}

.cp1 img:hover {
  border: 1px solid #e30620;
  padding: 5px;
  background: #f7f1eb;
}

.cp img {
  border: 1px solid #ccc;
  padding: 1px;
}

.cp img:hover {
  border: 1px solid #fa880d;
  padding: 1px;
}

input,
button,
select,
textarea {
  outline: none
}

.font_1 {
  font-size: 16px;
  color: #333;
}

.totalwidth {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.totalwidthpercent {
  width: 100%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#top_cp,
#top_jj,
#jz_qaun,
#xinwen {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.top70 {
  margin-top: 70px;
}

.top80 {
  margin-top: 80px;
}

.top100 {
  margin-top: 100px;
}

.top110 {
  margin-top: 110px;
}

.top120 {
  margin-top: 120px;
}

.top130 {
  margin-top: 130px;
}

.box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  min-width: 1200px;
}

.page {
  margin: 0 auto;
  width: 1200px;
}

.rightarrowpointer {
  display: none;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

.content {
  margin: 0 auto;
  width: 1200px;
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}


/* æ–œä½“æ‰¶æ­£ */


/* è®©éžieæµè§ˆå™¨é»˜è®¤ä¹Ÿæ˜¾ç¤ºåž‚ç›´æ»šåŠ¨æ¡ï¼Œé˜²æ­¢å›&nbsp;æ»šåŠ¨æ¡å¼•èµ·çš„é—ªçƒ */

html {
  overflow-y: scroll;
}


/*å…±åŒç»“æŸ*/


/*æ¬¢è¿Žè¿›å…¥*/

#thbgjt {
  width: 100%;
  height: 175px;
  background: url(/public/image/hear.jpg) center no-repeat;
}

.hyjr_dkkd {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #eeeeee;
}

.hyjr_kz {
  width: 1200px;
  margin: 0 auto;
  height: 38px;
}

.hyjr_zt1 {
  font-size: 12px;
  color: #666;
  line-height: 38px;
  float: left;
}

.hyjr_zt {
  font-size: 12px;
  color: #666;
  height: 38px;
  line-height: 38px;
  float: right;
}

.hyjr_zt a {
  font-size: 12px;
  color: #666;
  line-height: 38px;
}

.hyjr_zt a:hover {
  font-size: 12px;
  color: #007ad0;
  line-height: 38px;
}


/*æŠ¬å¤´*/

#top_b {
  width: 1200px;
  margin: 0 auto;
  height: 122px;
  padding-top: 25px;
}

#top_b li {
  float: left;
}

#top_b .kds1 {
  width: 100px;
  padding-top: 7px;
}

#top_b .kds1 img:hover {
  -webkit-animation: test 0.2s ease-in 2;
}

@-webkit-keyframes test {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 5px)
  }

  100% {
    transform: translate(0, 0)
  }
}

#top_b .kds2 {
  width: 287px;
  padding-top: 13px;
}

.ttfkx {
  width: 28px;
  padding-top: 11px;
}

#top_b .kds3 {
  width: 440px;
  line-height: 32px;
  font-size: 18px;
  color: #666;
  padding-top: 17px;
}

#top_b .kds3 .font {
  font-size: 28px;
  color: #222;
  font-weight: bold;
  letter-spacing: 1px;
}

#top_b .kds4 {
  padding-top: 0px;
  display: flex;
  align-items: center;
  padding-top: 17px;
  float: right;
}

.ttjtjuk5 {
  width: 50px;
  height: 40px;
}

.ttjtjuk6 {
  width: 250px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 5px;
}

.ttjtjuk6 span {
  font-size: 22px;
  color: #007ad0;
  font-weight: bold;
  letter-spacing: normal;
}


/*ä¸»å¯¼èˆª*/

.nav {
  width: 100%;
  min-width: 1200px;
  font-family: "microsoft yahei";
  height: 70px;
  color: #fff;
  font-size: 16px;
  background: #007ad0;
}

.nav li:nth-of-type(1) {
  width: 149px;
}

.main {
  margin: 0 auto;
  width: 1200px;
}

.main&gt;li {
  position: relative;
  float: left;
  width: 150px;
  padding-top: 5px;
  line-height: 65px;
  background: url(/public/image/å¯¼èˆª.png) center right no-repeat;
}

.main&gt;li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
  transition: background-color 0.5s ease-in-out;
  font-family: "Microsoft YaHei";
}

.main&gt;li:hover a {
  color: #fff;
}

.main&gt;li:hover {
  background: #e80303;
}

.main&gt;li:hover .drop li a {
  color: #555;
}

.main&gt;li:hover .drop li:hover a {
  color: #e80303;
}

.nav .on {
  width: 1px;
  height: 53px;
  background: url(../uploadfile/image/20190418/20190418204410_1448421044.png)center no-repeat;
}

.drop {
  position: absolute;
  z-index: 10;
}

.drop li {
  opacity: 0;
  transform-origin: top center;
  width: 100% !important;
}

.drop li:nth-child(1) a {
  border: 1px solid #ddd;
}

.drop li a {
  font-size: 14px;
  background: #fff;
  width: 148px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ddd;
  border-top: none;
}

.main li:hover .menu1 li:first-of-type {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.main li:hover .menu1 li:nth-of-type(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu1 li:nth-of-type(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.main li:hover .menu1 li:nth-of-type(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}

.main li:hover .menu1 li:nth-of-type(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.5s;
}

.main li:hover .menu1 li:nth-of-type(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 1.8s;
}

.main li:hover .menu1 li:nth-of-type(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 2.1s;
}

.main li:hover .menu1 li:nth-of-type(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 2.4s;
}

.main li:hover .menu1 li:nth-of-type(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 2.8s;
}

@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(50px) rotate(-90deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

.main li:hover .menu2 li:first-of-type {
  animation: menu2 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}

.main li:hover .menu2 li:nth-of-type(2) {
  animation: menu2 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}

.main li:hover .menu2 li:last-of-type {
  animation: menu2 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.hover1 {
  background: #e80303 !important;
}

.hover1 a {
  color: #fff !important;
  background: #e80303 !important;
}

.hover1 .drop li a {
  color: #fff;
}

.hover1 .drop li:hover a {
  color: #fff;
}

.hidden {
  overflow: hidden;
}


/*å¹»ç¯ç‰‡*/

.banner {
  overflow: hidden;
  background: #999;
  margin-top: 1px;
}

.banner-box {
  min-width: 1200px;
  height: 650px;
  position: relative;
}

.banner-box .bd {
  width: 100% !important;
}

.banner-box .bd li {
  width: 100% !important;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-box .bd li a {
  display: block;
  background-size: auto;
}

.banner-btn {
  width: 100%;
  position: absolute;
  top: 260px;
  left: 0;
  margin-left: 0;
  height: 380px;
  overflow: hidden;
}

.banner-btn a {
  display: block;
  width: 49px;
  height: 104px;
  position: absolute;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out
}

.banner-btn a.prev {
  left: -50px;
  background: url(http://login.114my.cn/memberpic/gdzcjd/uploadfile/image/20181106/20181106164747_2138343656.png) no-repeat 0 0;
}

.banner-btn a.next {
  right: -50px;
  background: url(http://login.114my.cn/memberpic/gdzcjd/uploadfile/image/20181106/20181106164747_2138343656.png) no-repeat -49px 0;
}

.banner-box .hd {
  position: absolute;
  top: 300px;
  width: 100%;
  display: block;
}

.banner-box .hd ul {
  text-align: center
}

.banner-box .hd ul li {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-indent: -9999px;
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  transition: 0.3s all ease-in-out
}

.banner-box .hd ul li.on {
  background: #007ad0;
  width: 32px;
}

.banner-box:hover .banner-btn a.prev {
  left: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}

.banner-box:hover .banner-btn a.next {
  right: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}


/*æœç´¢*/

#search_c {
  width: 1200px;
  height: 100px;
  padding-left: 20px;
  position: relative;
  top: -36px;
  background: #FFF;
  border-bottom: 3px #007ad0 solid;
  margin: 0 auto;
  z-index: 100;
}

#search_l {
  width: 690px;
  float: left;
  font-size: 14px;
  color: #007ad0;
  line-height: 97px;
}

#search_l a {
  font-size: 14px;
  color: #17271f;
}

#search_l a:hover {
  font-size: 14px;
  color: #007ad0;
}

#search_r {
  width: 440px;
  height: 97px;
  padding-left: 45px;
  background: #007ad0;
  float: right;
  padding-top: 25px;
}

#search_r li {
  float: left;
}

.input-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  border: none;
  border-radius: 0 200px 200px 0;
  background: 0 0;
}


/*äº§å“*/

.chanping {
  height: auto;
  width: 1200px;
  margin: 0 auto;
  padding-top: 200px;
}

.prd_bt {
  float: left;
  width: 180px;
}

.prd_bt span {
  font-size: 38px;
  display: block;
}

.prd_bt b {
  font-size: 14px;
  color: #e1e1e1;
  font-weight: normal;
  display: block;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
}

#tablit {
  width: 720px;
  float: right;
  height: 45px;
  margin-top: 15px
}

#tablit dl {
  width: 920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  float: right;
}

#tablit dl dd {
  font-size: 16px;
  line-height: 45px;
  display: block;
  float: left;
  border-left: 1px #dedede dashed;
  height: 45px;
  width: 150px;
  text-align: center;
}

#tablit dl dd a {
  font-size: 16px;
  line-height: 45px;
  text-decoration: blink;
  position: relative;
  z-index: 3;
}

#tablit dl dd:hover {
  background: #007ad0;
  color: #e60012;
}

#tablit dl dd a:hover {
  color: #fff;
  transition: all 0.5s linear;
}

.djgd {
  width: 19px !important;
  height: 19px !important;
  margin-right: 0px;
  float: right !important;
  border: none !important;
  background: none !important;
  padding-left: 0px !important;
  padding-top: 27px;
}

#tablit .on {
  height: 45px;
  width: 150px;
  background: #007ad0;
  border-right: none;
}

#tablit .on a {
  line-height: 45px;
  color: #fff;
}

.dis {
  display: none;
}

.tabcon {
  width: 1200px;
  margin: 0 auto;
}

.tabcon a {
  color: #005abb;
  text-transform: uppercase;
}

.gyptcp_w {
  width: 361px;
  height: 45px;
  font-size: 25px;
  color: #1e83df;
  font-weight: bold;
  margin-left: 18px;
  padding-top: 30px;
}

.xxian {
  width: 20px;
  height: 3px;
  background: #1e83df;
  margin-left: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.tedian {
  color: #333;
  font-size: 16px;
  margin-left: 18px;
  margin-top: 28px;
  margin-bottom: 18px;
}

.cpwznrj {
  width: 520px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-left: 18px;
}

.cdjckg {
  width: 126px;
  height: 34px;
  background: #1e83df;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  margin-top: 34px;
  margin-left: 18px;
}

.cdjckg a {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.cdjckg a:hover {
  text-align: center;
  color: #e60012;
  font-size: 14px;
}

.gengd {
  width: 30px !important;
  padding-top: 5px;
  float: right;
  padding-left: 80px;
}

.gengd:hover {
  background: none !important;
}

.chanpzs {
  width: 100%;
  height: 705px;
  padding-top: 45px;
}

.prod2d {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}

.prod2d a {
  text-decoration: blink;
  font-size: 16px;
  display: block;
  overflow: hidden;
}

.prod2d td br {
  display: none;
}

.prod2d td {
  float: left;
  display: block;
  overflow: hidden;
  height: 288px;
  padding: 3px !important;
  margin: 6px;
  transition: all 0.8s;
  margin-bottom: 10px;
}

.prod2d td:hover {
  transition: all 0.8s;
  box-shadow: 0 0 20px #a6a6a6;
  -moz-box-shadow: 0 0 20px #a6a6a6;
  -ms-box-shadow: 0 0 20px #a6a6a6;
  -o-box-shadow: 0 0 20px #a6a6a6;
  -webkit-box-shadow: 0 0 20px #a6a6a6;
}

.prod2d td span {
  padding-top: 15px !important;
  display: block;
}

.prod2d td a {
  background-color: rgba(34, 34, 34, 0.2);
}

.prod2d td span a {
  background: #fff !important;
}

.prod2d td:hover a img {
  opacity: 0.8;
  filter: alpha(opacity=30);
  transition: all 0.8s linear;
}

.prod2d td:hover a {
  color: #fff;
  font-weight: bold;
}

.ceshigo {
  position: absolute;
  width: 375px;
  text-align: center;
  height: 231px;
  margin-top: -230px;
  opacity: 0.0;
  filter: alpha(opacity=00);
  transition: all 0.8s linear;
}

.prod2d td:hover .ceshigo {
  opacity: 1.0;
  filter: alpha(opacity=1);
  transition: all 0.8s linear;
}

.ceshigo a {
  width: 375px;
  color: #fff;
  padding-top: 20px;
  height: 124px;
  font-size: 16px;
}

.ceshigo a p {
  width: 150px;
  margin: 0 auto;
  border: solid 1px #ccc;
  line-height: 35px;
  border-radius: 20px;
  margin-top: 14px;
  font-size: 14px;
}


/*åˆ¶å†·å·¥ç¨‹*/

#zldgbgj {
  margin-top: 50px;
  width: 100%;
  height: 1009px;
  margin: auto;
  background: url(/public/image/bg01.jpg) center no-repeat;
}

.qildgc {
  font-size: 40px;
  color: #007ad0;
  font-weight: bold;
  text-align: center;
  height: 58px;
}

.kgjdnwz {
  font-size: 18px;
  color: #333;
  text-align: center;
  height: 60px;
}

.bsfkdbl {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  border-top: 3px solid #c2e3fb;
}

.fhbgzwd {
  width: 149px;
  height: 80px;
  border-right: 1px solid #c2e3fb;
  text-align: center;
  font-size: 16px;
  color: #222;
  line-height: 80px;
  background: #fff;
}

.fhbgzwd a {
  text-align: center;
  font-size: 16px;
  color: #222;
  background: #fff;
  display: block;
}

.fhbgzwd a:hover {
  text-align: center;
  font-size: 16px;
  color: #e80303;
  background: #fff;
  -webkit-animation: test 0.2s ease-in 2;
}

@-webkit-keyframes test {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(0, 5px)
  }

  100% {
    transform: translate(0, 0)
  }
}


/*å±•ç¤º*/

.case_d {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
}

.case_d td {
  float: left;
  width: 380px;
  padding: 0px !important;
  margin: 9px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s linear;
  border: 1px solid #eee;
}

.case_d td br {
  display: none;
}

.case_d td a {
  text-decoration: blink;
  display: block;
  overflow: hidden;
}

.case_d td a img {
  transition: all 0.2s linear;
}

.case_d td div {
  line-height: 40px !important;
  width: 380px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.8s linear;
  background: #fff;
}

.case_d td div a {
  font-size: 16px;
  text-align: center;
}

.case_d .case_d_ces {
  margin-top: 0;
  padding-top: 0 !important;
  position: absolute;
  width: 380px;
  height: 285px;
  top: 0;
  transition: all 0.5s linear;
  background: none;
}

.case_d .case_d_ces a {
  font-size: 0;
  line-height: 0;
  height: 265px;
  width: 360px;
  border: solid 1px #fff;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 0.5s linear;
}

.case_d .case_d_ces p {
  transition: all 0.5s linear;
  filter: Alpha(opacity=0);
  opacity: 0;
  line-height: 265px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
}

.case_d td:hover {
  transition: all 0.5s linear;
  background: #000;
}

.case_d td:hover img {
  transform: scale(1.15);
  filter: Alpha(opacity=50);
  opacity: 0.5;
}

.case_d td:hover .case_d_ces a {
  transition: all 0.5s linear;
  border-radius: 50%;
}

.case_d td:hover .case_d_ces p {
  transition: all 0.5s linear;
  filter: Alpha(opacity=100);
  opacity: 1;
  color: #fff;
}


/*ç‰¹ç‚¹*/

#tddbjt {
  width: 100%;
  height: 766px;
  background: url(/public/image/bg02.jpg) center no-repeat;
}

.ccdtbt {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  text-align: center;
  padding-top: 55px;
  height: 60px;
  height: auto;
}

.ccdtbt span {
  font-size: 40px;
  font-weight: bold;
  color: #007ad0;
}

.hzbgxkw {
  font-size: 18px;
  color: #666;
  text-align: center;
  height: 80px;
}

.dyzhgwk {
  width: 250px;
}

.hghdxkd {
  width: 250px;
  height: 175px;
}

.thbgjdx {
  width: 50px;
  height: 50px;
  -webkit-animation: circle 5s infinite linear;
  /*åŒ€é€Ÿ å¾ªçŽ¯*/
}

@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.bghtkds {
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  font-weight: bold;
  padding-top: 16px;
}

.hgbjwzd {
  font-size: 16px;
  color: #666;
  line-height: 35px;
  padding-top: 20px;
}

.tybgjzj {
  width: 614px;
  height: 427px;
  float: left;
  padding-left: 40px;
  padding-top: 30px;
}

.bghtkds1 {
  font-size: 24px;
  font-weight: bold;
  padding-right: 30px;
  font-weight: bold;
  padding-top: 16px;
}

.hgbjwzd1 {
  font-size: 16px;
  color: #666;
  line-height: 35px;
  padding-top: 20px;
  text-align: right;
}


/*ä¼˜åŠ¿*/

#youshbt {
  width: 100%;
  height: 995px;
  background: url(/public/image/bg03.jpg) center no-repeat;
}

.xuanzlq {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-top: 160px;
  color: #fff;
}

.ghgbtyd {
  font-size: 18px;
  text-align: center;
  color: #c9e5f8;
  padding-top: 8px;
  height: 45px;
}

.title_ab {
  width: 210px;
  height: 1px;
  cursor: pointer;
  margin: 0 auto;
}

.title_ab span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccc66;
}

.title_ab span:nth-child(1) {
  animation: span_i1 2s infinite
}

.title_ab span:nth-child(2) {
  animation: span_i2 2s infinite
}

.title_ab span:nth-child(3) {
  animation: span_i3 2s infinite
}

@keyframes span_i1 {
  0% {
    width: 100%;
    background-color: #69aedf
  }

  25% {
    width: 0%;
    background-color: #69aedf
  }

  100% {
    width: 100%;
    background-color: #69aedf
  }
}

@keyframes span_i2 {
  0% {
    width: 100%;
    background-color: #69aedf
  }

  50% {
    width: 0%;
    background-color: #69aedf
  }

  100% {
    width: 100%;
    background-color: #69aedf
  }
}

@keyframes span_i3 {
  0% {
    width: 100%;
    background-color: #69aedf
  }

  75% {
    width: 0%;
    background-color: #69aedf
  }

  100% {
    width: 100%;
    background-color: #69aedf
  }
}

.title_ab strong {
  display: block;
  float: left;
  width: 210px;
}


/*fa*/

.pzl {
  width: 1200px;
  float: left;
}

.pz li {
  width: 189px;
  height: 580px;
  margin-right: 20px;
  margin-top: 65px;
  position: relative;
  float: left;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  overflow: hidden;
}

.pz li:last-child {
  margin-right: 0;
}

.pz li h3 {
  display: block;
}

.pz li h3 img {
  width: 189px;
  height: 438px;
  display: block;
  object-fit: cover;
}

.pz li h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #eee;
  display: block;
  position: absolute;
  top: 0px;
  width: 189px;
  line-height: 26px;
  text-align: center;
  background: rgba(51, 51, 51, 0.5);
  padding: 30px 0px;
}

.pz li dl {
  width: 572px;
  height: 627px;
  display: none;
}

.pz li dl dt {
  width: 572px;
  height: 408px;
}

.pz li dl dt img {
  width: 572px;
  height: 408px;
  display: block;
}

.pz li dl dd {
  padding-top: 30px;
  height: 160px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 35px;
  padding-right: 20px;
}

.pz li dl dd h4 {
  font-size: 26px;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

.pz li dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 35px;
}

.pz li.cur {
  width: 572px;
  margin-top: 0;
}

.pz li.cur dl {
  display: block;
}

.pz li.cur h3 {
  display: none;
}

.faqa_boxe {
  width: 100%;
  background: url(http://login.114my.cn/memberpic/dg0068849/uploadfile/image/20190311/20190311092158_1941589061.jpg) bottom center no-repeat;
  height: auto;
  overflow: hidden;
  padding-bottom: 340px;
}

.faqa {
  width: 1236px;
  margin: 0 auto;
}

.faqa li {
  width: 240px;
  float: left;
  margin-left: 18px;
  position: relative;
  z-index: 99;
  padding: 55px 21px;
  background: #f9f9f9;
  border-radius: 8px;
}

.faqa li .iconfont {
  font-size: 60px;
  float: left;
  text-align: center;
  line-height: 60px;
  height: 60px;
  color: #ccc;
  width: 240px;
  position: relative;
  z-index: 99;
}

.faqa li:hover .iconfont {
  color: #999;
}

.faqa li p {
  width: 240px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-top: 5px;
  position: relative;
  z-index: 99;
  margin-bottom: 8px;
}

.faqa li span {
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  position: relative;
  z-index: 99;
  float: left;
  width: 240px;
}

.faqa li em {
  width: 240px;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-top: 10px;
  position: relative;
  z-index: 99;
  padding-left: 10px;
  margin-bottom: 20px;
}

.faqa li:hover em {
  color: #333;
}

.faqa li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #eee;
  transition: all 0.3s linear;
  color: #fff;
  border-radius: 10px;
}

.faqa li:hover {
  transition: all 0.3s linear;
}

.faqa li a {
  position: relative;
  color: #333;
  z-index: 11;
  width: 180px;
  float: left;
  margin-left: 30px;
  border: 1px #ccc solid;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
}

.faqa li:hover a {
  color: #333;
}

.faqa li:hover::before {
  transition: all 0.3s linear;
  width: 100%;
  z-index: 1;
}

.ckmore {
  width: 720px;
  margin: 0 auto;
  height: 72px;
  line-height: 72px;
  background: #ffcc33;
  text-align: center;
  color: #8a6826;
  font-size: 32px;
  border-radius: 30px;
  transition: all 0.3s linear;
  font-weight: bold;
}

.ckmore:hover {
  width: 800px;
  transition: all 0.3s linear;
  letter-spacing: 2px;
}


/*æ•°å­—*/

#bsshskj {
  width: 1200px;
  height: 120px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .19);
  position: relative;
  top: -40px;
  z-index: 999;
}

.strength_c {
  width: 1200px;
  margin: 0 auto;
}

.strength_c li {
  width: 299px;
  height: 120px;
  text-align: center;
  float: left;
  border-right: 1px #f0f0f0 solid;
  position: relative;
  z-index: 1;
}

.strength_c li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0271bf;
  transition: all 0.3s linear;
  color: #fff;
  z-index: -1;
}

.strength_c li:hover::before {
  transition: all 0.3s linear;
  width: 100%;
  color: #fff;
}

.mr {
  margin-right: 0px !important;
  border-right: none;
}

.jydbwz {
  padding-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #007ad0;
}

.jydbwz span {
  font-size: 40px;
  font-weight: bold;
  color: #007ad0;
}

.jdygkd:hover .jydbwz {
  color: #fff;
  z-index: 11;
}

.ngrhjg {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-top: 5px;
}

.jdygkd:hover .ngrhjg {
  color: #bde1fb;
  z-index: 11;
}

.jdygkd:hover span {
  color: #fff;
}

.strength_c li:hover {
  color: #fff;
}

.strength_c li:hover .ngrhjg {
  color: #fff;
  z-index: 11;
}

.strength_c li:hover span {
  color: #fff;
}


/*åº”ç”¨è¡Œä¸š*/

.tit01 {
  box-sizing: border-box;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  color: #333333;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  width: 1200px;
  margin: 50px auto 0 auto
}

.tit01 span {
  text-align: center;
  font-size: 18px;
  color: #666666;
  display: block;
  font-weight: normal;
  padding: 0 20px;
  line-height: 38px;
}

.case_c tr&gt;td.one {
  margin-left: 0;
}

.case_c td {
  display: block;
  float: left;
  padding: 0 !important;
  width: 314px;
  margin: 10px 0 20px 20px;
  position: relative;
  border: 1px #ddd solid
}

.case_c td&gt;a:after,
.case_c td&gt;a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(/public/image/more.png) no-repeat center;
  left: 0;
  top: -100%;
  transition: 0.3s all ease-in-out;
}

.case_c td&gt;span {
  height: 50px;
  width: 100%;
  padding-top: 0 !important;
  display: block;
  position: relative;
  overflow: hidden;
}

.case_c td&gt;span&gt;a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #454545;
  font-size: 15px;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 1111
}

.case_c td&gt;span:after,
.case_c td&gt;span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #0093d5;
  bottom: -100%;
  left: 0;
  transition: 0.3s all ease-in-out;
}

.case_c td:hover&gt;a:after,
.case_c td:hover&gt;a::after {
  top: 0;
}

.case_c td:hover&gt;span&gt;a {
  color: #fff;
}

.case_c td:hover&gt;span:after,
.case_c td:hover&gt;span::after {
  bottom: 0;
}

.case_c td br {
  display: none;
}

.case_c tr:after,
.case_c tr::after {
  content: '';
  display: block;
  clear: both;
}

.case_c td a {
  position: relative;
  display: block;
  overflow: hidden;
}

.case_c td a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s all ease-in-out;
}

.case_c td:hover a img {
  transform: scale(1.2);
}

.case_c {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  height: 500px;
}

.ceshi {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.ceshi td {
  display: block;
  float: left;
  padding: 5px;
  margin: 6px;
  border: solid 1px #ccc;
  overflow: hidden;
  transition: all 0.8s linear;
  position: relative;
}

.ceshi td:hover {
  transition: all 0.8s linear
}

.ceshi td.one {
  width: 536px;
  border: solid 1px #d2d2d2;
}

.ceshi td.one img {
  width: 646px !important;
  height: auto !important;
}

.ceshi td.one div,
.tabcon .honor_l td:nth-child(1) div a {
  font-size: 16px;
  width: 538px;
}

.ceshi td.one:hover div {
  margin-top: -40px;
  transition: all 0.8s linear;
}

.ceshi td:hover img {
  transform: scale(1.05);
  transition: all 0.8s linear;
}

.ceshi td a {
  text-decoration: blink;
  display: block;
  overflow: hidden;
}

.ceshi td div {
  position: absolute;
  margin-top: 20px;
  /* line-height: 40px; */
  height: 40px;
  overflow: hidden;
  width: 315px;
  background: rgba(0, 122, 208, 0.8);
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 0px;
  transition: all 0.8s linear;
}

.ceshi td div a {
  font-size: 14px;
  color: #fff;
  height: 100%;
  text-align: center;
  line-height: 30px;
}

.ceshi td:hover div {
  margin-top: -40px;
  transition: all 0.8s linear;
}

.ceshi td br {
  display: none;
}


/*æµç¨‹*/

.tdhangjb {
  width: 1200px;
  height: 801px;
  background: url(/public/image/bg04.jpg) no-repeat center;
  margin: 0 auto;
}

.zhkyell {
  width: 1200px;
  margin: 0 auto;
  height: 402px;
}

.dyglsbd {
  width: 400px;
  float: left;
  padding-top: 70px;
}

.tubgklk {
  width: 113px;
  height: 112px;
  margin: 0 auto;
}

.ydhgbti {
  font-size: 26px;
  text-align: center;
  padding-top: 35px;
  color: #007ad0;
}

.habglcn {
  width: 320px;
  font-size: 16px;
  color: #666;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
}


/*ç®€ä»‹*/

.jigntbt {
  margin-top: 50px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333;
  height: 60px;
}

.hgbjjxw {
  font-size: 18px;
  color: #666;
  text-align: center;
}

#jjabjtk {
  margin-top: 20px;
  width: 100%;
  height: 521px;
  background: url(/public/image/bg05.jpg) center no-repeat;
}

.zhgbjwk {
  width: 610px;
  float: left;
}

.hgjjwzj {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  padding-top: 100px;
  margin-bottom: 30px;
}

.jqlxbjk {
  width: 145px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  margin-right: 15px;
}

.jqlxbjk a {
  width: 145px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
}

.jqlxbjk a:hover {
  width: 145px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ff0;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
}

.jjdtbgk {
  width: 535px;
  height: 521px;
  float: right;
  overflow: hidden;
}

.jjdtbgk img {
  transition: all 0.7s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.7s ease-in 0s;
  -o-transition: all 0.7s ease-in 0s;
  cursor: pointer;
}

.jjdtbgk:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}


/*æ–°é—»*/

.xwzhgx {
  width: 100%;
  height: 850px;
  background: url(/public/image/bg06.jpg) center no-repeat;
  padding-top: 45px;
}

.base_til {
  background: url(../uploadfile/image/20190418/20190418194456_587812710.png) center bottom no-repeat;
  text-align: center;
  padding-bottom: 25px;
  height: 50px;
}

.base_til span {
  font-size: 40px;
  color: #007ad0;
  font-weight: bold;
}

.news_list {
  margin-top: 35px;
  overflow: hidden
}

.news_list li {
  float: left;
  text-align: center;
  width: 140px;
  height: 45px;
  line-height: 45px;
  background: #e9e9e9;
  margin-right: 5px;
}

.news_list li a {
  font-size: 18px;
}

.news_list li:hover {
  background: #007ad0;
}

.news_list li:hover a {
  color: #fff;
}

.news_list li.on {
  background: #007ad0;
}

.news_list li.on a {
  color: #fff;
}

.news_list span {
  text-align: center;
  float: right;
  display: block;
  width: 120px;
  height: 43px;
  line-height: 43px;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}

.news_list span a {
  font-size: 18px;
  color: #333;
}

.news_list span a:hover {
  font-size: 18px;
  color: #007ad0;
}

.dis {
  display: none;
}

.news {
  margin-top: 25px;
  overflow: hidden;
}

.news_left {
  width: 600px;
  overflow: hidden
}

.news_left .news_div {
  position: relative;
  width: 600px;
  height: 530px;
  overflow: hidden;
}

.news_left .news_div_item_pic img {
  width: 600px;
  height: 411px;
}

.news_left .news_div_item_content {
  position: absolute;
  background: 0;
  left: 50%;
  margin-left: -260px;
  bottom: 10px;
  z-index: 1;
  width: 460px;
  padding: 30px;
  height: 200px;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem #999;
}

.news_left .news_div_item_date {
  display: none;
}

.news_left .news_div_item_title {
  position: absolute;
}

.news_left .news_div_item_title a {
  height: 140px;
  background: url(/public/image/icon12.png) left bottom no-repeat;
  font-size: 18px;
  display: block;
}

.news_left .news_div_item_body {
  position: absolute;
  top: 55px;
  line-height: 28px;
  margin-top: 10px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_right {
  width: 565px;
}

.news_right .news_div {
  width: 565px;
  height: 530px;
  overflow: hidden;
}

.news_right .news_div_item {
  width: 565px;
  height: 164px;
  margin-bottom: 28px;
  border-bottom: solid 1px #cfcfcf;
  position: relative;
  overflow: hidden;
}

.news_right .news_div_item_pic {
  position: absolute;
  left: 0;
  top: 0;
}

.news_right .news_div_item_pic img {
  width: 180px;
  height: 136px;
  border: 1px solid #eee;
}

.news_right .news_div_item_content {
  width: 350px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden
}

.news_right .news_div_item_content .news_div_item_title a {
  font-size: 18px;
}

.news_right .news_div_item_content .news_div_item_body {
  color: #555;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_right .news_div_item_date {
  width: 350px;
  position: absolute;
  bottom: 36px;
  color: #777;
  right: 0;
  overflow: hidden
}

.news_right .news_div_item_date div {
  float: left;
}

.news_right .news_div_item:nth-child(1) {
  display: none;
}

.news_right .divdgweb_new_div_item:nth-child(1) {
  display: none;
}

.news_left {
  width: 600px;
  overflow: hidden
}

.news_left .divdgweb_new_div {
  position: relative;
  width: 600px;
  height: 530px;
  overflow: hidden;
}

.news_left .news_div_item_pic img {
  width: 600px;
  height: 411px;
}

.news_left .divdgweb_new_div_item_content {
  position: absolute;
  background: 0;
  left: 50%;
  margin-left: -260px;
  bottom: 10px;
  z-index: 1;
  width: 460px;
  padding: 30px;
  height: 140px;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem #999;
}

.news_left .divdgweb_new_div_item_date {
  display: none;
}

.news_left .divdgweb_new_div_item_title {
  position: absolute;
}

.news_left .divdgweb_new_div_item_title a {
  height: 140px;
  background: url(../uploadfile/image/20190418/20190418194523_1131672610.png) left bottom no-repeat;
  font-size: 18px;
  display: block;
}

.news_left .divdgweb_new_div_item_body {
  position: absolute;
  width: 470px;
  top: 55px;
  line-height: 28px;
  margin-top: 10px;
  color: #555;
}

.news_right {
  width: 565px;
}

.news_right .divdgweb_new_div {
  width: 565px;
  height: 530px;
  overflow: hidden;
}

.news_right .divdgweb_new_div_item {
  width: 565px;
  height: 157px;
  margin-bottom: 28px;
  border-bottom: solid 1px #ebebeb;
  position: relative;
  overflow: hidden;
}

.news_right .news_div_item_pic {
  position: absolute;
  left: 0;
  top: 0;
}

.news_right .news_div_item_pic img {
  width: 180px;
  height: 136px;
}

.news_right .divdgweb_new_div_item_content {
  width: 350px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden
}

.news_right .divdgweb_new_div_item_content .divdgweb_new_div_item_title a {
  font-size: 18px;
}

.news_right .divdgweb_new_div_item_content .divdgweb_new_div_item_body {
  color: #555;
  line-height: 28px;
  margin-top: 10px;
}

.news_right .divdgweb_new_div_item_date {
  width: 350px;
  position: absolute;
  bottom: 36px;
  color: #777;
  right: 0;
  overflow: hidden
}

.news_right .divdgweb_new_div_item_date div {
  float: left;
}


/*ç‰ˆæƒ*/

.linkTagcs {
  width: 1000px;
  height: auto;
}

.linkTagcs ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.linkTagcs li {
  list-style: none;
  margin: 0px;
  padding-right: 10px;
  line-height: 70px;
  float: left;
}

.linkTagcs li a {
  color: #fff;
  word-break: break-all;
}

.linkTagcs li img {
  border: 0px;
}

.banq {
  width: 100%;
  color: #fff;
  height: auto;
  font-size: 14px;
  background: #1a1a1a;
  padding: 50px 0px;
  margin: 0 auto;
}

.page {
  width: 1200px;
  margin: 0 auto;
}

.copy_row1 {
  width: 1200px;
  background-color: #1a1a1a;
}

.dibudlx {
  width: 400px;
}

.ewm {
  width: 350px;
}

.c4cont {
  margin-right: 40px;
}

.c4cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c4cont ul li {
  flex: 30%;
}

.banq_bt {
  font-size: 20px;
  margin-bottom: 20px;
}

.col4 {
  width: 300px;
}

.col4 ul li a {
  color: #7d7d7d;
  font-size: 14px;
  display: block;
  line-height: 40px;
}

.col4 ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.dibudwz {
  width: 100%;
  color: #fff;
  background: #007ad0;
  height: 65px;
  font-size: 14px;
  /* line-height: 65px; */
  margin: 0 auto;
}

.dibudwz a {
  font-size: 14px;
  color: #fff;
}

.dibudwz a:hover {
  font-size: 14px;
  color: #ff0;
}

.banq_nr {
  line-height: 25px;
  margin: 0 auto;
  color: #7d7d7d;
}

.banq_nr a {
  color: #7d7d7d;
}

.banq_nr span {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #79b4ea;
  display: block;
  margin-bottom: 10px;
}

.banq_nr b {
  font-weight: normal;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
}

.banq_nr&gt;.gd {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px #828282 solid;
  margin-top: 15px;
}

.banq_nr&gt;.gd a {
  color: #7d7d7d;
}

.banq_rwm {
  width: 350px;
  margin: 0 auto;
  font-size: 12px;
  margin-top: 20px;
  color: #fff;
}

.banq_rwml {
  width: 150px;
  line-height: 40px;
  height: auto;
  text-align: center;
}

.banq_rwml .img {
  width: 150px;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}


/*å‹æƒ…é“¾æŽ¥*/

#links_c {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  color: #ccc;
  font-size: 20px;
  text-transform: uppercase;
  border-top: 1px solid #444;
  margin-top: 40px;
}

#links_c span {
  font-weight: bold;
}

#links_c_l {
  width: 160px;
  float: left;
}

#links_c_c {
  width: 1010px;
  float: left;
}

#links_c_r {
  width: 30px;
  float: right;
  height: 70px;
}


/*mianbxContent*/

.mianbxContent {
  margin-bottom: 20px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px !important;
  text-align: left !important;
  background-color: #eee;
  width: 100% !important;
  text-indent: 2.5em;
  transition: 0.1s all;
  background: url(../uploadfile/image/20190419/20190419104919_189797671.png) no-repeat 7px 12px;
  border-bottom: 1px solid #eee;
  letter-spacing: 1px;
  position: relative;
  border-top: 1px solid #eee;
}

.mianbxContent a {
  font-size: 15px !important;
}

.mianbxContent:hover {
  background-position: 7px -29px;
}

.strong_title {
  display: none;
}

.centerHeadImage {
  border: 0;
  display: none;
}

.mianbxContent a:hover {
  color: #007ad0;
  font-size: 15px !important;
}

.mianbxContent::after,
.mianbxContent:after {
  content: '';
  position: absolute;
  display: block;
  height: 40px;
  width: 200px;
  top: 0;
  right: 0;
}

.met-foot-info {
  padding: 0;
  border: none;
}

.input-search .form-control {
  border-radius: 0;
  height: 50px;
}

.input-search {
  position: relative;
  width: 350px;
}


/* å¯¹æ¯” */

#duibi {
  width: 100%;
  margin: 40px 0;
}

#duibi .duibi-biaoti {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#duibi .duibi-biaoti .duibi-concent {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#duibi .duibi-biaoti .duibi-concent span {
  color: #007ad0;
}

#duibi .duibi-biaoti .duibi-ms {
  font-size: 18px;
  color: #333;
  text-align: center;
}

#duibi .duibi-main {
  width: 1200px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#duibi .duibi-main .duibi-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}

#duibi .duibi-main .duibi-row .dbtp {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#duibi .duibi-main .duibi-row .dbdx {
  display: flex;
  flex-direction: column;
}

#duibi .duibi-main .duibi-row .dbdx h5 {
  font-size: 18px;
  font-weight: 700;
}

#duibi .duibi-main .duibi-row .dbdx img {
  margin: 10px 0;
}

#duibi .duibi-main .duibi-row .dbdx span {
  font-size: 16px;
}

@media (max-width:767px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media (min-width:767px) {
  .mobile {
    display: none;
  }

  .pc {
    display: block;
  }
}


/* mobile */


/* å¤´éƒ¨ */

.head-logo {
  width: 100%;
}

.head-logo .mobile {
  width: 70%;
}


/* å¯¼èˆª */

.daohang {
  width: 100%;
  background-color: #007ad0;
}

.daohang .daohang-row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
  border-bottom: none;
}

.daohang .daohang-row li {
  width: 25%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.daohang .daohang-row li a {
  color: #fff;
}


/* å…³äºŽæˆ‘ä»¬ */

.gywm {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gywm .guwm-content {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.gywm .guwm-content .gywm-img {
  width: 25%;
}

.gywm .guwm-content .gywm-img img {
  width: 100%;
  height: auto;
}

.gywm .guwm-content .gywm-wz {
  width: 70%;
  line-height: 25px;
}


/* æ&nbsp;‡é¢˜ */

.title {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #007ad0;
  display: flex;
  justify-content: space-between;
}

.title h4 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.title a {
  font-size: 12px;
  color: #fff;
}


/* äº§å“ */

.zlsb-cp {
  display: flex;
  padding: 20px 15px 0 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zlsb-row {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.zlsb-row img {
  width: 100%;
  height: 141px;
  border: 1px solid rgb(219, 219, 219);
  margin-bottom: 5px;
}


/* æ–°é—»ä¸­å¿ƒ */

.xwzx {
  width: 100%;
}

.xwzx .zwzx-title {
  background-color: #007ad0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xwzx .zwzx-title h4 {
  color: #fff;
}

.xwzx .zwzx-news {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.xwzx .zwzx-news li {
  padding: 10px 0;
  border-bottom: 1px solid rgb(204, 204, 204);
  color: rgb(255, 255, 255);
}

.xwzx .zwzx-news li:last-child {
  border: none;
}


/* é¡µå°¾ */

.mobile-foot {
  width: 100%;
  height: 150px;
  color: #fff;
  background: #007ad0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
}

.mobile-foot&gt;p {
  margin-bottom: 30px;
}

.mobile-foot-dh {
  position: fixed;
  bottom: 0;
  padding-top: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #007ad0;
}

.mobile-icon {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-icon:last-child {
  border: none;
}

.mobile-icon p {
  color: #fff;
  margin-bottom: 0;
}


/* å†…é¡µ */

@media (min-width:767px) {
  .met-column-nav ul li a {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #007ad0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .met-column-nav ul li a:hover {
    color: #fff;
    transition: all 0.8s linear;
    background: #d00317;
  }

  .met-column-nav ul li a.active {
    background-color: #d00317;
    color: #fff;
  }

  .met-show-body {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
  }

  .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}


/* mobileå†…é¡µ */

.met-img {
  background-color: #fff;
}

.ny-title {
  margin-bottom: 10px;
}

.met-img .mony {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mony li {
  padding: 10px 0;
  padding-left: 10px;
  background: #EFEFEF;
  border-bottom: #C3C3C3 1px solid;
}

.met-news {
  background: #fff;
}

.xwzx-ny {
  width: 100%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
}

.xwzx-ny li {
  border-bottom: #9c9c9b 1px dotted;
  padding: 5px 0 5px 10px;
}

.input-search-btn .fa {
  font-size: 20px;
}

.banq_rwm {
  display: flex;
}

.fx-lj {
  background-color: #fff;
  position: fixed;
  bottom: 40%;
  left: 20%;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

.fl-rwm {
  width: 70%;
}

.fl-rwm&gt;img {
  width: 100%;
}

.fx-lj&gt;span {
  color: #000;
  margin: 10px;
}

.mobile #duibi .duibi-biaoti .duibi-concent {
  font-size: 20px;
}

.mobile #duibi .duibi-main {
  width: 100%;
}

.mobile .duibi-main .dbdx {
  width: 30%;
}

.mobile .duibi-main .dbdx img {
  width: 100%;
}

.mobile .duibi-main .dbtp {
  width: 20%;
}

.mobile .duibi-main .dbtp img {
  width: 100%;
}

.mobile #duibi .duibi-main .duibi-row .dbdx span {
  overflow: hidden;
  font-size: 12px;
  height: 45px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mobile #duibi .duibi-main .duibi-row .dbdx h5 {
  font-size: 14px;
}

.mobile #duibi .duibi-biaoti .duibi-ms {
  font-size: 14px;
}

.newsList {
  padding: 30px 0;
}

.newsList .page {
  display: flex;
  justify-content: space-between;
}

.newsList .page .left {
  width: 75%;
}

.newsList .page .left&gt;ul&gt;li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.newsList .page .left .img {
  width: 160px;
  height: 105px;
  margin-right: 15px;
}

.newsList .page .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsList .page .left .cont {
  flex: 1;
}

.newsList .page .left .cont h4 a {
  font-size: 18px;
}

.newsList .page .left .cont .desc {
  color: #76838f;
  font-size: 16px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsList .page .left .cont .pv {
  color: #a3afb7;
  font-size: 16px;
}

.newsList .page .left .cont .pv span {
  margin-right: 10px;
}

.newsList .page .left .cont .pv span i {
  color: #007ad0;
  margin-right: 5px;
}

.met-bar {
  width: 22%;
}

.met-bar h3 {

  font-size: 20px;
  color: #1baadb;
}

.met-bar .columnList .sonlist {
  margin-top: 6px;
  padding-left: 20px;
}

.met-bar .hot {
  margin-top: 10px;
}

.met-bar .hot ul {
  margin-top: 10px;
}

.met-bar .hot ul li {
  padding: 10px 15px;
  border: 1px solid #e4eaec;
  border-bottom: none;
}

.met-bar .hot ul li:last-child {
  border-bottom: 1px solid #e4eaec;
}

.newsShow .page .main,
.imgShow .page .main {
  padding: 20px;
  border: 1px solid #ddd;
}

.newsShow .page .main .contTit h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}

.newsShow .page .main .contTit .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  color: #a3afb7;
}

.imgShow {
  padding: 30px 0;
}

#imgShow {
  margin: 30px 0;
}

#imgShow ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

#imgShow img {
  max-height: 450px;
  max-width: 100%;
}

.imgShow .contTit h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}

.imgShow .contTit .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  color: #a3afb7;
}

@media (max-width:767px) {
  .page {
    width: 100%;
  }

  .main {
    width: 100%;
  }

  .newsShow .page .main .contTit h1,
  .imgShow .contTit h1 {
    font-size: 20px;
  }

  .newsShow .page .main .contTit .info {
    padding-bottom: 10px;
  }
}

/*å®¢æœæ&nbsp;·å¼*/
.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900;
}

.client-2 li {
  margin-top: 1px;
  transition: 1s all ease;
  clear: both;
  height: 71px;
  position: relative;
}

.client-2 .my-kefu-main {
  background: rgb(0, 112, 192);
  width: 97px;
  height: 71px;
  position: relative;
  padding: 9px 0 6px;
  float: left;
}

.client-2 .my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative;
}

.client-2 li a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}

.client-2 .my-kefu-qq i {
  background-position: 4px 5px;
}

.client-2 li i {
  background: url(/public/image/fx.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
  font-style: normal;
}

.client-2 li p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 .my-kefu-right {
  width: 20px;
}

.client-2 .my-kefu-tel-main {
  background: rgb(0, 112, 192);
  color: #fff;
  height: 71px;
  width: 247px;
  padding: 9px 0 6px;
  float: left;
}

.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;
}

.client-2 .my-kefu-weixin i {
  background-position: -34px 4px;
}

.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
  z-index: 333;
}

.my-kefu-weixin-pic img {
  width: 115px;
  height: 115px;
}

.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px;
}

.client-2 .my-kefu-tel i {
  background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}

.my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}</pre></body></html>