﻿@charset "UTF-8";
body {
  font-family: "微软雅黑"; }

a:hover, a:visited, a:active, a:focus {
  text-decoration: none; }

.f-12 {
  font-size: 12px;
  line-height: 18px; }

.f-14 {
  font-size: 14px;
  line-height: 20px; }

.f-16 {
  font-size: 16px;
  line-height: 22px; }

.f-18 {
  font-size: 18px;
  line-height: 24px; }

.f-20 {
  font-size: 20px;
  line-height: 26px; }

.f-22 {
  font-size: 22px;
  line-height: 28px; }

.f-24 {
  font-size: 24px;
  line-height: 30px; }

.f-26 {
  font-size: 26px;
  line-height: 32px; }

.f-28 {
  font-size: 28px;
  line-height: 36px; }

.f-30 {
  font-size: 30px;
  line-height: 36px; }

.f-32 {
  font-size: 32px;
  line-height: 38px; }

.f-36 {
  font-size: 36px;
  line-height: 42px; }

.f-40 {
  font-size: 40px;
  line-height: 46px; }

.f-42 {
  font-size: 42px;
  line-height: 48px; }

.f-44 {
  font-size: 44px;
  line-height: 50px; }

.f-48 {
  font-size: 48px;
  line-height: 56px; }

.f-50 {
  font-size: 50px;
  line-height: 56px; }

.f-60 {
  font-size: 60px;
  line-height: 70px; }

.c-000 {
  color: #000; }

.c-333 {
  color: #333; }

.c-444 {
  color: #444; }

.c-555 {
  color: #555; }

.c-666 {
  color: #666; }

.c-777 {
  color: #777; }

.c-888 {
  color: #888; }

.c-999 {
  color: #999; }

.c-aaa {
  color: #aaa; }

.c-bbb {
  color: #bbb; }

.c-ddd {
  color: #ddd; }

.c-eee {
  color: #eee; }

.c-main {
  color: #f8b600; }

.c-blue {
  color: #4aaadd; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.pl-none {
  padding-left: 0px !important; }

.bg-fff {
  background-color: #ffffff !important; }

.bg-fa {
  background-color: #fafafa; }

.cl-both {
  clear: both; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.btn {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }

.btn-icon i {
  margin-right: 10px; }

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px; }

.btn-lg {
  padding: 14px 60px !important;
  font-size: 20px; }

.btn-md {
  padding: 10px 36px !important;
  font-size: 18px; }

.btn-borders {
  border-width: 2px; }

.btn-radius {
  border-radius: 4px; }

.btn-groups-left, .btn-groups-left:focus, .btn-groups-left:active {
  background-color: #f8b600;
  color: #fff;
  padding: 14px 50px;
  border: 2px solid #f8b600;
  border-radius: 4px 0 0px 4px; }

.btn-groups-left:hover {
  background-color: transparent;
  color: #f8b600;
  padding: 14px 50px;
  border: 2px solid #f8b600;
  border-radius: 4px 0 0 4px;
  border-right-color: transparent; }

.btn-groups-right, .btn-groups-right:focus, .btn-groups-right:active {
  background-color: transparent;
  color: #f8b600;
  padding: 14px 50px;
  border: 2px solid #f8b600;
  border-radius: 0 4px 4px 0; }

.btn-groups-right:hover {
  background-color: #f8b600;
  color: #fff;
  padding: 14px 50px;
  border: 2px solid #f8b600;
  border-radius: 0 4px 4px 0;
  border-left-color: #fff; }

.btn-borders-orange, .btn-borders-orange:focus, .btn-borders-orange:active {
  border-color: #f8b600;
  color: #f8b600;
  background-color: transparent; }

.btn-borders-orange:hover {
  background: #f8b600;
  border-color: #f8b600;
  color: #fff; }

.btn-orange, .btn-orange:focus, .btn-orange:active {
  background: #f8b600;
  color: #fff;
  border: none; }

.btn-orange:hover {
  background: #f8a600;
  color: #fff;
  border: none; }

.btn-yxd, .btn-yxd:focus, .btn-yxd:active {
  background: #d53c34;
  color: #fff;
  border: none; }

.btn-yxd:hover {
  background: #e0362d;
  color: #fff;
  border: none; }

.btn-lan, .btn-lan:focus, .btn-lan:active {
  background: #4aaadd;
  color: #fff;
  border: none; }

.btn-lan:hover {
  background: #469edd;
  color: #fff;
  border: none; }

/* Labels */
.label-primary {
  background-color: #CCC;
  color: #FFF; }

.label-success {
  background-color: #47a447;
  color: #FFF; }

.label-warning {
  background-color: #ed9c28;
  color: #FFF; }

.label-danger {
  background-color: #d2322d;
  color: #FFF; }

.label-info {
  background-color: #5bc0de;
  color: #FFF; }

.label-dark {
  background-color: #1d2127;
  color: #FFF; }

.label.label-sm {
  font-size: 0.7em; }

.label.label-lg {
  font-size: 1em; }

.yinhao-left {
  /* background: url("../images/13174529uckl.png") left no-repeat; */
  padding: 1px 35px 1px 0px; }

.yinhao-right {
  /* background: url("../images/131745462jog.png") center no-repeat; */
  padding: 1px 13px 0 35px; }

/*.tabs-pro 云订货、云商城banner下tabs切换*/
.tabs-pro .nav-tabs > li.active > a {
  border: 0px; }

.tabs-pro .nav > li > a {
  padding: 17px 55px;
  font-size: 18px; }

.tabs-pro .nav-tabs li.active a {
  background: #fff;
  color: #F8B600 !important;
  border-bottom: 2px solid #F8B600; }

.tabs-pro .nav-tabs a {
  color: #333 !important; }

.tabs-pro .nav-tabs a:hover {
  color: #F8B600 !important;
  border-bottom: 2px solid #F8B600; }

.tabs-pro .tabs .nav-tabs li.active a {
  color: #fff !important; }

.tabs-pro .nav-tabs {
  background: #fff;
  border-bottom: 1px solid #eee; }

.tabs-pro .nav-tabs > li {
  margin-bottom: 0px; }

.tabs-pro .tab-content {
  border-radius: 0 0 0px 0px;
  box-shadow: 0 0px 0px 0 transparent;
  background-color: transparent;
  border: 0px;
  padding: 0px; }

.tabs-pro .nav-tabs > li {
  margin-bottom: -1px; }

.tabs-pro .tabs .nav-tabs li.active a, .tabs-pro .nav-tabs li a {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px; }

.tabs-pro .nav-tabs li a {
  border-radius: 0px; }

.tabs-pro .tabs .nav-tabs li.active a {
  color: #fff;
  background: #f8b600; }

.tabs-pro .nav-tabs li a {
  background: transparent; }

.tabs-pro .tabs .nav-tabs a, .tabs-pro .tabs .nav-tabs a:hover {
  color: #ffffff; }

.tabs-pro .nav-tabs li a {
  margin-right: 0px; }

.tabs-pro .tabs li {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.tabs-pro .tabs li:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.c-tabs .nav-tabs {
  border-bottom: 0px;
  background: rgba(0, 0, 0, 0.5); }

.c-tabs .nav-tabs a:hover {
  color: #F8B600 !important;
  border-bottom: 0px; }

.c-tabs .nav-tabs a {
  color: #fff !important; }

.c-tabs .nav-tabs > li.active > a {
  border: 0px; }

.c-tabs .nav > li > a {
  padding: 12px 55px; }

.c-tabs .nav-tabs > li {
  margin-bottom: 0px; }

.c-tabs .tabs .nav-tabs li.active a, .c-tabs .nav-tabs li a {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px; }

.c-tabs .nav-tabs li a {
  border-radius: 0px; }

.c-tabs .tabs .nav-tabs li.active a {
  color: #fff;
  background: #f8b600; }

.c-tabs .tabs .nav-tabs a:focus {
  background: #F8B600 !important; }

.c-tabs .nav-tabs li a {
  background: transparent; }

.c-tabs .tabs .nav-tabs a, .c-tabs .tabs .nav-tabs a:hover {
  color: #ffffff; }

.c-tabs .nav-tabs li a {
  margin-right: 0px; }

.c-tabs .tabs li {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.c-tabs .tabs li:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.c-tabs .tab-content {
  border-radius: 0 0 0px 0px;
  box-shadow: 0 0px 0px 0 transparent;
  background-color: transparent;
  border: 0px; }

.c-tabs .tab-content i {
  background: #86b0cd;
  color: #fff;
  font-size: 52px;
  padding: 20px;
  border-radius: 15px;
  line-height: 110px; }

.c-tabs .tab-content i:hover {
  background: #83A5CD; }

.c-tabs .tab-content .col-md-3 {
  cursor: pointer; }

.c-tabs .showImg {
  position: absolute; }

.c-tabs .showImg img {
  position: absolute;
  z-index: 1; }

.c-tabs .showImg i {
  z-index: 3;
  position: absolute;
  width: 1089px;
  text-align: right;
  padding: 10px;
  cursor: pointer; }

/*时间轴*/
#timeline {
  width: 1200px;
  height: 300px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  background: url("../images/07152306uxnp.jpg") left 231px repeat-x; }

#dates {
  width: 1200px;
  height: 160px;
  overflow: hidden;
  padding-left: 0; }

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 13px;
  text-align: center;
  background: url("../images/0716221388th.jpg") center 15px no-repeat;
  padding-top: 24px; }

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  color: #999; }

#dates .selected {
  font-size: 16px;
  font-weight: 600;
  color: #f8b600; }

#issues {
  width: 1200px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  padding-left: 0; }

#issues li {
  width: 1200px;
  height: 300px;
  list-style: none;
  float: left; }

#issues li p:nth-child(1) {
  color: #F8B600;
  font-size: 24px;
  margin: 20px 0 -5px 0; }

#issues li p:nth-child(2) {
  font-size: 14px;
  margin-right: 70px;
  margin: 10px;
  font-weight: normal;
  line-height: 22px; }

#prev img {
  position: absolute;
  margin-top: 73px;
  margin-left: -635px; }

#next img {
  position: absolute;
  margin-top: 73px;
  margin-left: 600px; }

#center-line {
  position: absolute;
  margin-top: 137px;
  margin-left: 600px; }

/*
  头部样式
*/
#header .header-top {
  padding: 2px 0;
  border-bottom: none; }

#header .header-top p {
  line-height: 24px;
  color: #999;
  font-size: 0.7em;
  padding: 1px 0; }

#header .header-top a {
  color: #999; }

#header .header-top a:first-child.c {
  color: #f8a600; }

#header .header-top .qrhover img {
  display: none; }

#header .header-top .qrhover:hover {
  color: #f8b600;
  cursor: pointer; }

#header .header-top .qrhover:hover img {
  display: block;
  position: absolute;
  margin-left: 98px; }

#header #mainNav .by-full-width {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }

@media (min-width: 920px) {
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    left: 0px;
    right: 0px; }

  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #f8b600;
    background: #fff; }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top: none; }

  #header .header-nav-main nav > ul > li > a {
    font-size: 16px;
    font-weight: 400; }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    color: #bbb;
    font-size: 18px; }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: transparent;
    color: #fff; }

  #header .header-nav.header-nav-stripe nav > ul > li > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    padding: 295px 10px 24px; }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    font-weight: 300; } }
#header .header-reg-btn a, #header .header-reg-btn a:focus, #header .header-reg-btn a:active, #header .header-reg-btn a:visited {
  background: #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 58px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  border: 1px solid #F8B600 !important;
  color: #fff !important; }

#header .header-reg-btn a:hover {
  background: transparent !important;
  border: 1px solid #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 58px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  color: #F8B600 !important; }

#header .header-login-btn a, #header .header-login-btn a:focus, #header .header-login-btn a:active, #header .header-login-btn a:visited {
  padding: 4px 18px !important;
  margin-top: 58px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  border: 1px solid #F8B600 !important;
  color: #F8B600 !important; }

#header .header-login-btn a:hover {
  background: #F8B600 !important;
  border: 1px solid #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 58px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  color: #fff !important; }

/*首页头部样式*/
#header .header-index .header-top {
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: none; }

#header .header-index .header-reg-btn a, #header .header-index .header-reg-btn a:focus, #header .header-index .header-reg-btn a:active, #header .header-index .header-reg-btn a:visited {
  background: #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  border: 1px solid #F8B600 !important;
  color: #fff !important; }

#header .header-index .header-reg-btn a:hover {
  background: transparent !important;
  border: 1px solid #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  color: #F8B600 !important; }

#header .header-index .header-login-btn a, #header .header-index .header-login-btn a:focus, #header .header-index .header-login-btn a:active, #header .header-index .header-login-btn a:visited {
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  border: 1px solid #F8B600 !important;
  color: #F8B600 !important; }

#header .header-index .header-login-btn a:hover {
  background: #F8B600 !important;
  border: 1px solid #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  color: #fff !important; }

#header .header-index .header-nav.header-nav-stripe nav > ul > li.header-reg-btn:hover > a {
  /*color: #fff !important;*/ }

@media (min-width: 920px) {
  #header .header-index .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background: transparent;
    color: #f8b600 !important; } }
@media (min-width: 920px) {
  #header .header-index .header-nav.header-nav-stripe nav > ul > li.header-login-btn:hover > a {
    background: transparent;
    color: #fff !important; } }
/*关于我们头部样式*/
#header .header-about .header-top {
  padding-top: 4px;
  background-color: #202124;
  border-bottom: none; }

#header .header-about .header-reg-btn a, #header .header-about .header-reg-btn a:focus, #header .header-about .header-reg-btn a:active, #header .header-about .header-reg-btn a:visited {
  background: #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  border: 1px solid #F8B600 !important;
  color: #fff !important; }

#header .header-about .header-reg-btn a:hover {
  background: transparent !important;
  border: 1px solid #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  color: #F8B600 !important; }

#header .header-about .header-login-btn a, #header .header-about .header-login-btn a:focus, #header .header-about .header-login-btn a:active, #header .header-about .header-login-btn a:visited {
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  border: 1px solid #F8B600 !important;
  color: #F8B600 !important; }

#header .header-about .header-login-btn a:hover {
  background: #F8B600 !important;
  border: 1px solid #F8B600 !important;
  padding: 4px 18px !important;
  margin-top: 17px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  color: #fff !important; }

#header .header-about .header-nav.header-nav-stripe nav > ul > li.header-reg-btn:hover > a {
  /*color: #fff !important;*/ }

@media (min-width: 920px) {
  #header .header-about .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background: transparent;
    color: #f8b600 !important; } }
@media (min-width: 920px) {
  #header .header-about .header-nav.header-nav-stripe nav > ul > li.header-login-btn:hover > a {
    background: transparent;
    color: #fff !important; } }
html #header.header-transparent .header-about .header-body {
  background-color: rgba(255, 255, 255, 0.6); }

html:not(.sticky-header-active) #header.header-transparent .header-about .header-nav-main nav > ul > li:not(.active) > a {
  color: #444; }

@media (min-width: 992px) {
  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    background: rgba(0, 0, 0, 0.8); }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #bbb; }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent; } }
/* 小下拉菜单 */
@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    background: rgba(0, 0, 0, 0.6); }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown > .dropdown-menu li a {
    color: #ddd;
    font-size: 16px; }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown > .dropdown-menu li a:hover {
    background: transparent;
    color: #fff; }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #ddd; }

  .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff !important; }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    font-size: 18px; } }
#footer {
  background: url("../images/footer.jpg") center no-repeat;
  height: 410px;
  border-top: none; }

#footer .d1, #footer .d2 {
  display: inline-block; }

#footer .footer-p2 {
  border-bottom: 2px solid #fff; }

#footer .footer-p2 span {
  border-bottom: 4px solid #f8b600;
  padding-bottom: 6px; }

#footer .btn-footer, #footer .btn-footer:hover, #footer .btn-footer:active, #footer .btn-footer:focus {
  border: 1px solid #fff;
  padding: 5px 14px;
  border-radius: 3px;
  font-size: 14px; }

#footer .footer-cr p {
  font-size: 14px; }

.connectionBar {
  position: fixed;
  right: 0;
  width: 60px;
  height: 150px;
  border-radius: 4px;
  border-top: 4px solid #f8a600;
  background: #fff; }

.connectionBar a {
  color: #fff;
  display: inline-block;
  width: 60px;
  font-size: 12px;
  line-height: 8px;
  text-align: center; }

.connectionBar .a1 {
  height: 52px; }

.connectionBar .a2 {
  height: 48px;
  background-color: #f8a600; }

.connectionBar a i {
  display: inline-block;
  font-size: 20px;
  width: 60px;
  line-height: 33px; }

.connectionBar .a3 {
  height: 48px;
  background-color: #00adff;
  border-radius: 0 0 4px 4px; }

/*.mic-about .flipbook-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 1050px; }*/
/*.mic-about .flipbook-viewport .container {
  position: absolute;
  left:36%;
  margin: auto;
  height: 1050px; }*/
/*.mic-about .flipbook-viewport .flipbook {
  width: 1200px;
  height: 758px;
  left: -600px;
  margin-top: 26px; }
.mic-about .flipbook-viewport .page {
  width: 600px;
  height: 758px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
.mic-about .flipbook .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }*/
.mic-about .flipbook-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0; }
.mic-about .flipbook-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc; }
.mic-about .flipbook #youkuplayer {
  width: 600px;
  height: 380px;
  margin-top: 260px; }
.mic-about .flipbook .page {
  text-align: center; }
.mic-about .flipbook .btn {
  margin-top: 640px; }
.mic-about .directional i {
  font-size: 80px; }
.mic-about .directional {
  width: 1200px;
  margin: 0 auto; }
.mic-about .directional i {
  position: absolute;
  margin-top: 339px;
  color: #ddd; }
.mic-about .directional i:hover {
  color: #999;
  cursor: pointer; }
.mic-about .directional #previous {
  margin-left: -40px; }
.mic-about .directional #next {
  margin-left: 1212px; }
.mic-about .about-company {
  background-color: #fafafa; }
.mic-about .about-company .d1 {
  border-right: 1px solid #ddd;
  line-height: 64px;
  width: 12%; }
.mic-about .about-company .d2 {
  width: 88%;
  padding-left: 50px; }

@media (min-width: 1366px) and (max-width: 1920px) {
  .mic-about .container {
    width: 1200px; } }
@media (min-width: 1366px) and (max-width: 1440px) {
  .mic-about .flipbook-viewport .flipbook {
    margin-top: 26px; } }
@media (min-width: 1440px) and (max-width: 1600px) {
  .mic-about .flipbook-viewport .flipbook {
    margin-top: 26px; } }
@media (min-width: 1600px) and (max-width: 1680px) {
  .mic-about .flipbook-viewport .flipbook {
    margin-top: 26px; } }
@media (min-width: 1200px) and (max-width: 1366px) {
  .mic-about .container {
    width: 1000px; }
  .mic-about .nav-brand img {
    width: 260px;
    height: 43.62px; }
 /* .mic-about .flipbook-viewport {
    height: 700px; }*/
  .mic-about .flipbook-viewport .flipbook {
    left: -500px;
    margin-top: 26px; }
  .mic-about .directional {
    width: 1000px;
    margin: 0 auto; }
  .mic-about .directional i {
    margin-top: 300px; }
  .mic-about .directional #next {
    margin-left: 1012px; }
  .mic-about .flipbook #youkuplayer {
    width: 500px;
    height: 322px;
    margin-top: 210px; }
  .mic-about .flipbook .btn {
    margin-top: 500px; }
  .mic-about .btn-md {
    font-size: 14px; }
  .mic-about .about-company .d2 {
    line-height: 16px; } }
.products-yxd .yxd-color {
  color: #d53c34; }
.products-yxd .banner {
  background: url("../images/271426517bgq.jpg") no-repeat center;
  height: 639px; }
.products-yxd .banner .p1 {
  padding-top: 188px;
  padding-left: 160px; }
.products-yxd .banner .p1 .s2 {
  padding-left: 175px; }
.products-yxd .banner .p1 .s3 {
  padding-left: 166px; }
.products-yxd .banner .p1 .s4 {
  padding-left: 186px; }
.products-yxd .pinned {
  list-style: none;
  padding-left: 0;
  height: 76px;
  padding-top: 15px;
  background: #fff; }
.products-yxd .pinned li {
  width: 250px;
  float: left;
  text-align: center; }
.products-yxd .pinned li:first-child {
  margin-left: 225px; }
.products-yxd .sec1 .pinned a {
  padding: 0 10px; }
.products-yxd .sec1 .active a {
  color: #d53c34;
  border-bottom: 3px solid #d53c34;
  padding-bottom: 20px; }
.products-yxd .sec1 .pinned a:hover {
  color: #d53c34;
  border-bottom: 3px solid #d53c34;
  padding-bottom: 20px; }
.products-yxd .sec2 .content {
  background: url("../images/27165628d0qi.jpg") center no-repeat;
  height: 217px; }
.products-yxd .sec2 .content .p {
  padding: 190px 0 0 75px; }
.products-yxd .sec2 .content .s2 {
  padding-left: 114px; }
.products-yxd .sec2 .content .s3 {
  padding-left: 121px; }
.products-yxd .sec2 .content .s4 {
  padding-left: 110px; }
.products-yxd .sec3-1 {
  background: url("../images/27173953oal9.jpg") center no-repeat;
  height: 460px; }
.products-yxd .sec3-1 .p {
  padding: 128px 0 0 87px; }
.products-yxd .sec3 .p .s2, .products-yxd .sec3 .p .s3, .products-yxd .sec3 .p .s4 {
  padding-left: 35px; }
.products-yxd .sec3-2 {
  background: url("../images/27204428xinu.jpg") center no-repeat;
  height: 460px; }
.products-yxd .sec3-2 .p {
  padding: 128px 0 0 98px; }
.products-yxd .sec3-3 {
  background: url("../images/2721144357aj.jpg") center no-repeat;
  height: 460px; }
.products-yxd .sec3-3 .p {
  padding: 128px 0 0 87px; }
.products-yxd .sec4-1 {
  background: url("../images/272119506ulk.jpg") center no-repeat;
  height: 460px; }
.products-yxd .sec4-1 .p {
  font-size: 70px;
  padding-top: 180px; }
.products-yxd .sec5 .bg {
  background: url("../images/27215433d5di.png") center no-repeat;
  height: 563px; }
.products-yxd .sec6 .bg {
  background: url("../images/27220715t0ir.png") center no-repeat;
  height: 1201px; }
.products-yxd .sec7 .bg {
  background: url("../images/27222115lir8.png") center no-repeat;
  height: 563px; }
.products-yxd .sec8 .bg {
  background: url("../images/27222538023d.png") center no-repeat;
  height: 563px; }
.products-yxd .yxd-txt .p1 {
  padding-top: 175px; }
.products-yxd .yxd-txt span {
  display: inline-block;
  width: 212px;
  float: left;
  text-align: center; }
.products-yxd .yxd-txt span.s2 {
  margin-left: 35px; }
.products-yxd .yxd-txt .p2 {
  padding-top: 300px; }
.products-yxd .sec9 .bg {
  background: url("../images/28135026y0ca.png") center no-repeat;
  height: 700px; }
.products-yxd .sec9 .lh {
  line-height: 1.7; }
.products-yxd .disable-btn {
  padding-top: 120px; }
.products-yxd .disable-btn span {
  background: #aaaaaa;
  padding: 14px 60px;
  border-radius: 4px; }

.products-ydh .banner {
  background: url("../images/1214561754vc.jpg") center no-repeat;
  height: 500px; }

.products-ydh .banner .container {
  padding-top: 78px; }

.products-ydh .banner .p1 {
  padding-top: 67px; }

.products-ydh .banner .p1 .s1 {
  padding-left: 250px; }

.products-ydh .banner .p1 .s2, .products-ydh .banner .p1 .s3, .products-ydh .banner .p1 .s4 {
  padding-left: 122px; }

.products-ydh .sec1 .t1 .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 26%; }

.products-ydh .sec1 .t2 .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  top: 36%; }

.products-ydh .sec1 .t3 .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  top: 37%; }

.products-ydh .sec1 .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: #4aaadd;
  border: 1px solid #dedede;
  border-bottom: none; }

.products-ydh .sec1 .thumb-info .thumb-info-title {
  letter-spacing: 0; }

.products-ydh .sec2 {
  background: url("../images/261459140h8o.jpg") center no-repeat;
  height: 401px; }

.products-ydh .sec2 .d {
  width: 240px;
  border: 1px solid #eeeeee;
  height: 176px;
  float: left;
  background: #fff;
  padding-top: 12px; }

.products-ydh .sec2 .d i {
  font-size: 80px;
  line-height: 100px;
  color: #777; }

.products-ydh .sec2 .d:hover {
  background: #4aaadd;
  border: 1px solid #4aaadd;
  color: #fff; }

.products-ydh .sec2 .d:hover i {
  font-size: 80px;
  line-height: 100px;
  color: #fff; }

.products-ydh .sec2 .d:hover p {
  color: #fff; }

.products-ydh .sec3 .container {
  background: url("../images/262141488ctf.png") center no-repeat;
  height: 607px; }

.products-ydh #gdd .bg-fa {
  background: url("../images/15161249pywa.jpg") center;
  height: 550px; }

.products-ydh #gkh .bg-fa {
  background: url("../images/15162531prqs.png") center;
  height: 550px; }

.products-ydh .c-tabs {
  padding-top: 39px !important;
  padding-left: 66px !important; }

.products-ydh .c-tabs .tabs {
  width: 1090px; }

.products-ydh .sec11 {
  background: url("../images/141546073lyl.jpg") center no-repeat;
  height: 450px; }

.products-ydh .sec11 .container p {
  padding: 34px 0 0 35px; }

.products-ydh .sec11 .container p span:nth-child(2) {
  padding-left: 285px; }

.products-ydh .sec11 .container p span:nth-child(3) {
  padding-left: 265px; }

.products-ydh .sec9 ul, li, h4 {
  margin: 0px;
  padding: 0px; }

.products-ydh .sec9 h4 {
  font-size: 100%;
  font-weight: normal; }

.products-ydh .sec9 img {
  border: 0px; }

.products-ydh .sec9 img {
  vertical-align: top;
  border: 0px; }

.products-ydh .sec9 ul, li {
  list-style: none; }

.products-ydh .sec9 a {
  text-decoration: none;
  color: #555; }

.products-ydh .sec9 a:link {
  color: #555;
  text-decoration: none; }

.products-ydh .sec9 a:hover {
  color: #555;
  text-decoration: underline; }

.products-ydh .sec9 a:active {
  color: #555; }

.products-ydh .sec9 a {
  text-decoration: none; }

.products-ydh .sec9 .dn {
  display: none !important; }

.products-ydh .sec9 {
  height: 768px;
  overflow: hidden; }

.products-ydh .ydh-info p {
  line-height: 25px;
  font-size: 16px; }

.products-ydh .ydh-info-roles {
  height: 533px;
  overflow: hidden; }

.products-ydh .roloes-pic-wrapper .roles1 {
  background: url("../images/291607552jeu.jpg") center center no-repeat; }

.products-ydh .roloes-pic-wrapper .roles2 {
  background: url("../images/29160906kkkp.jpg") center center no-repeat; }

.products-ydh .roloes-pic-wrapper .roles3 {
  background: url("../images/29160921nzsz.jpg") center center no-repeat; }

.products-ydh .roloes-pic-wrapper .roles4 {
  background: url("../images/291609324ej8.jpg") center center no-repeat; }

.products-ydh .roloes-pic-wrapper .roles5 {
  background: url("../images/291609441hy1.jpg") center center no-repeat; }

.products-ydh .roloes-pic-wrapper .roles6 {
  background: url("../images/29160955kkr7.jpg") center center no-repeat; }

.products-ydh .roles-detail-con {
  min-width: 1960px; }

.products-ydh .ydh-info-roles .roles-detail {
  position: relative;
  padding-top: 80px;
  width: 50%;
  float: left;
  text-align: center;
  color: #fff; }

.products-ydh .ydh-info-roles .roles-detail img {
  margin-bottom: 20px; }

.products-ydh .ydh-info-roles .roles-detail h4 {
  font-size: 24px;
  margin-bottom: 15px; }

.products-ydh .ydh-info-roles .roles-detail .roles-detail-btn {
  color: #fff;
  display: inline-block;
  margin-top: 45px;
  padding: 15px 50px;
  border-radius: 78px;
  border: 2px solid #57e5e1;
  font-size: 16px; }

.products-ydh .ydh-info-roles .roles-xs-detail .roles-detail-btn {
  border: 2px solid #fbaa9e; }

.products-ydh .ydh-info-roles .roles-cw-detail .roles-detail-btn {
  border: 2px solid #fdd053; }

.products-ydh .ydh-info-roles .roles-it-detail .roles-detail-btn {
  border: 2px solid #4eb3d9; }

.products-ydh .ydh-info-roles .roles-dd-detail .roles-detail-btn {
  border: 2px solid #4ed69e; }

.products-ydh .ydh-info-roles-btn {
  height: 60px;
  overflow: hidden; }

.products-ydh .ydh-info-roles-btn-width {
  max-width: 1200px;
  margin: 0px auto;
  position: relative; }

.products-ydh .ydh-info-roles-btn-width.ydh-info-roles-btn ul li {
  width: 16.6666%; }

.products-ydh .ydh-info-roles-btn-width .btn-box {
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden; }

.products-ydh .ydh-info-roles-btn-width .btn-box ul {
  width: 100%;
  float: left; }

.products-ydh .ydh-info-roles-btn ul li {
  float: left;
  cursor: pointer;
  font-size: 22px;
  color: #999;
  text-align: center; }

.products-ydh .ydh-info-roles-btn .ydh-info-roles-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px; }

.products-ydh .ydh-info-roles-btn ul .active0 {
  color: #547eca; }

.products-ydh .ydh-info-roles-btn ul .active1 {
  color: #e75c68; }

.products-ydh .ydh-info-roles-btn ul .active2 {
  color: #23b0c8; }

.products-ydh .ydh-info-roles-btn ul .active3 {
  color: #f8b90b; }

.products-ydh .ydh-info-roles-btn ul .active4 {
  color: #5c9cd5; }

.products-ydh .ydh-info-roles-btn ul .active5 {
  color: #ed7e33; }

.products-ydh .ydh-info-roles-btn ul i {
  font-size: 22px; }

.products-ydh .sec10 {
  background: url("../images/29162453w6i4.jpg") center no-repeat;
  height: 650px; }

.products-ydh .sec10 .d {
  width: 240px;
  overflow: hidden; }

.products-ydh .sec10 .d img {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s; }

.products-ydh .sec10 .d img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05); }

.products-ydh .sec15 {
  background: url(../images/16135619e4lh.jpg) center no-repeat;
  height: 550px; }

.products-ydh .sec20 .div1 {
  background: url("../images/13153153a4oc.jpg") left no-repeat;
  height: 514px; }

.products-ydh .sec20 .div2 {
  background: url("../images/131532086w6m.jpg") center no-repeat;
  height: 514px; }

.products-ydh .sec20 .div3 {
  background: url("../images/13153218rwn1.jpg") right no-repeat;
  height: 514px; }

.products-ydh .qm-icoratebad {
  font-size: 28px;
  display: inline-block;
  transform: rotateY(180deg); }

.products-ydh .thumb-info .thumb-info-title {
  font-weight: 300; }

.products-ysc .banner {
  background: url("../images/04205133dpm9.jpg") center no-repeat;
  height: 500px; }

.products-ysc .banner .container {
  padding-top: 370px; }

.products-ysc .sec0 .container {
  background: url("../images/01181047w9e3.png") center no-repeat;
  height: 425px; }

.products-ysc .sec0 .d1 {
  padding-left: 145px !important; }

.products-ysc .sec0 .d2 {
  padding-left: 150px !important; }

.hovertab-div {
  margin: 0;
  padding: 50px 0 0 0;
  display: none; }

.hovertab {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden; }

.hovertab li {
  float: left;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
  cursor: pointer;
  margin-left: 43px;
  -moz-box-shadow: 1px 6px 10px #eee;
  -webkit-box-shadow: 1px 6px 10px #eee;
  box-shadow: 1px 6px 10px #eee; }

.hovertab-on {
  display: block; }

.hovertab li.cur {
  background: #fafafa;
  color: #fff;
  -moz-box-shadow: 1px 6px 10px #ddd;
  -webkit-box-shadow: 1px 6px 10px #ddd;
  box-shadow: 1px 6px 10px #ddd; }

.products-ysc .sec1 .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 4%; }

.products-ysc .sec1 .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%; }

.products-ysc .sec1 .thumb-info-title span {
  font-weight: 300; }

.products-ysc .carousel-control.left {
  position: absolute;
  margin-left: -130px;
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.products-ysc .carousel-control.left .fa-angle-left, .products-ysc .carousel-control.right .fa-angle-right {
  margin-top: 160px;
  font-size: 60px;
  color: #999; }

.products-ysc .carousel-control.right {
  position: absolute;
  margin-right: -130px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, transparent 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.products-ysc .sec2-img1 {
  position: absolute;
  top: 108px;
  left: 466px;
  animation: eleshow1 10s 0s linear infinite;
  -moz-animation: eleshow1 10s 0s linear infinite;
  -webkit-animation: eleshow1 10s 0s linear infinite;
  -o-animation: eleshow1 10s 0s linear infinite; }

@keyframes eleshow1 {
  0% {
    top: 108px;
    left: 466px; }
  69% {
    top: 108px;
    left: 66px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* Internet Explorer */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */ }
  70% {
    top: 108px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ }
  100% {
    top: 248px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ } }
@-webkit-keyframes eleshow1 {
  0% {
    top: 108px;
    left: 466px; }
  69% {
    top: 108px;
    left: 66px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* Internet Explorer */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */ }
  70% {
    top: 108px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ }
  100% {
    top: 248px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ } }
@-moz-keyframes eleshow1 {
  0% {
    top: 108px;
    left: 466px; }
  69% {
    top: 108px;
    left: 66px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* Internet Explorer */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */ }
  70% {
    top: 108px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ }
  100% {
    top: 248px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ } }
@-o-keyframes eleshow1 {
  0% {
    top: 108px;
    left: 466px; }
  69% {
    top: 108px;
    left: 66px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* Internet Explorer */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */ }
  70% {
    top: 108px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ }
  100% {
    top: 248px;
    left: 66px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */ } }
.products-ysc .sec2-img2 {
  position: absolute;
  top: 343px;
  left: 326px;
  animation: eleshow2 5s 0s linear infinite;
  -moz-animation: eleshow2 5s 0s linear infinite;
  -webkit-animation: eleshow2 5s 0s linear infinite;
  -o-animation: eleshow2 5s 0s linear infinite; }

@keyframes eleshow2 {
  0% {
    top: 343px;
    left: 326px; }
  100% {
    top: 343px;
    left: 154px; } }
@-webkit-keyframes eleshow2 {
  0% {
    top: 343px;
    left: 326px; }
  100% {
    top: 343px;
    left: 154px; } }
@-moz-keyframes eleshow2 {
  0% {
    top: 343px;
    left: 326px; }
  100% {
    top: 343px;
    left: 154px; } }
@-o-keyframes eleshow2 {
  0% {
    top: 343px;
    left: 326px; }
  100% {
    top: 343px;
    left: 154px; } }
.products-ysc .sec2-img3 {
  position: absolute;
  top: 247px;
  left: 418px;
  animation: eleshow3    5s 0s linear infinite;
  -moz-animation: eleshow3 5s 0s linear infinite;
  -webkit-animation: eleshow3 5s 0s linear infinite;
  -o-animation: eleshow3 5s 0s linear infinite; }

@keyframes eleshow3 {
  0% {
    top: 247px;
    left: 418px; }
  65% {
    top: 147px;
    left: 418px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  66% {
    top: 147px;
    left: 418px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  100% {
    top: 147px;
    left: 469px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); } }
@-webkit-keyframes eleshow3 {
  0% {
    top: 247px;
    left: 418px; }
  65% {
    top: 147px;
    left: 418px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  66% {
    top: 147px;
    left: 418px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  100% {
    top: 147px;
    left: 469px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); } }
@-moz-keyframes eleshow3 {
  0% {
    top: 247px;
    left: 418px; }
  65% {
    top: 147px;
    left: 418px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  66% {
    top: 147px;
    left: 418px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  100% {
    top: 147px;
    left: 469px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); } }
@-o-keyframes eleshow3 {
  0% {
    top: 247px;
    left: 418px; }
  65% {
    top: 147px;
    left: 418px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  66% {
    top: 147px;
    left: 418px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  100% {
    top: 147px;
    left: 469px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); } }
.products-ysc .sec2-img4 {
  position: absolute;
  top: 343px;
  left: 504px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  animation: eleshow4 5s 0s linear infinite;
  -moz-animation: eleshow4 5s 0s linear infinite;
  -webkit-animation: eleshow4 5s 0s linear infinite;
  -o-animation: eleshow4 5s 0s linear infinite; }

@keyframes eleshow4 {
  0% {
    top: 343px;
    left: 504px; }
  100% {
    top: 343px;
    left: 668px; } }
@-webkit-keyframes eleshow4 {
  0% {
    top: 343px;
    left: 504px; }
  100% {
    top: 343px;
    left: 668px; } }
@-moz-keyframes eleshow4 {
  0% {
    top: 343px;
    left: 504px; }
  100% {
    top: 343px;
    left: 668px; } }
@-o-keyframes eleshow4 {
  0% {
    top: 343px;
    left: 504px; }
  100% {
    top: 343px;
    left: 668px; } }
.products-ysc .sec2-img5 {
  position: absolute;
  top: 246px;
  left: 1118px;
  animation: eleshow5 10s 0s linear infinite;
  -moz-animation: eleshow5 10s 0s linear infinite;
  -webkit-animation: eleshow5 10s 0s linear infinite;
  -o-animation: eleshow5 10s 0s linear infinite; }

@keyframes eleshow5 {
  0% {
    top: 246px;
    left: 1118px; }
  39% {
    top: 107px;
    left: 1118px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  40% {
    top: 107px;
    left: 1118px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }
  100% {
    top: 107px;
    left: 717px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); } }
@-webkit-keyframes eleshow5 {
  0% {
    top: 246px;
    left: 1118px; }
  39% {
    top: 107px;
    left: 1118px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  40% {
    top: 107px;
    left: 1118px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }
  100% {
    top: 107px;
    left: 717px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); } }
@-moz-keyframes eleshow5 {
  0% {
    top: 246px;
    left: 1118px; }
  39% {
    top: 107px;
    left: 1118px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  40% {
    top: 107px;
    left: 1118px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }
  100% {
    top: 107px;
    left: 717px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); } }
@-o-keyframes eleshow5 {
  0% {
    top: 246px;
    left: 1118px; }
  39% {
    top: 107px;
    left: 1118px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  40% {
    top: 107px;
    left: 1118px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }
  100% {
    top: 107px;
    left: 717px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); } }
.products-ysc .sec2-img6 {
  position: absolute;
  top: 148px;
  left: 717px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  animation: eleshow6 5s 0s linear infinite;
  -moz-animation: eleshow6 5s 0s linear infinite;
  -webkit-animation: eleshow6 5s 0s linear infinite;
  -o-animation: eleshow6 5s 0s linear infinite; }

@keyframes eleshow6 {
  0% {
    top: 148px;
    left: 717px; }
  39% {
    top: 148px;
    left: 765px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  40% {
    top: 148px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); }
  100% {
    top: 250px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); } }
@-webkit-keyframes eleshow6 {
  0% {
    top: 148px;
    left: 717px; }
  39% {
    top: 148px;
    left: 765px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  40% {
    top: 148px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); }
  100% {
    top: 250px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); } }
@-moz-keyframes eleshow6 {
  0% {
    top: 148px;
    left: 717px; }
  39% {
    top: 148px;
    left: 765px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  40% {
    top: 148px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); }
  100% {
    top: 250px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); } }
@-o-keyframes eleshow6 {
  0% {
    top: 148px;
    left: 717px; }
  39% {
    top: 148px;
    left: 765px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  40% {
    top: 148px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); }
  100% {
    top: 250px;
    left: 766px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); } }
.products-ysc .sec2-img7 {
  position: absolute;
  top: 343px;
  left: 504px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  animation: eleshow7 5s 0s linear infinite;
  -moz-animation: eleshow7 5s 0s linear infinite;
  -webkit-animation: eleshow7 5s 0s linear infinite;
  -o-animation: eleshow7 5s 0s linear infinite; }

@keyframes eleshow7 {
  0% {
    top: 343px;
    left: 866px; }
  100% {
    top: 343px;
    left: 1026px; } }
@-webkit-keyframes eleshow7 {
  0% {
    top: 343px;
    left: 866px; }
  100% {
    top: 343px;
    left: 1026px; } }
@-moz-keyframes eleshow7 {
  0% {
    top: 343px;
    left: 866px; }
  100% {
    top: 343px;
    left: 1026px; } }
@-o-keyframes eleshow7 {
  0% {
    top: 343px;
    left: 866px; }
  100% {
    top: 343px;
    left: 1026px; } }
.products-ysc .sec2-img8 {
  position: absolute;
  top: 461px;
  left: 504px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  animation: eleshow8 8s 0s linear infinite;
  -moz-animation: eleshow8 8s 0s linear infinite;
  -webkit-animation: eleshow8 8s 0s linear infinite;
  -o-animation: eleshow8 8s 0s linear infinite; }

@keyframes eleshow8 {
  0% {
    top: 461px;
    left: 504px; }
  100% {
    top: 461px;
    left: 1026px; } }
@-webkit-keyframes eleshow8 {
  0% {
    top: 461px;
    left: 504px; }
  100% {
    top: 461px;
    left: 1026px; } }
@-moz-keyframes eleshow8 {
  0% {
    top: 461px;
    left: 504px; }
  100% {
    top: 461px;
    left: 1026px; } }
@-o-keyframes eleshow8 {
  0% {
    top: 461px;
    left: 504px; }
  100% {
    top: 461px;
    left: 1026px; } }
.products-ysc .sec2-img9 {
  position: absolute;
  top: 249px;
  left: 167px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  animation: eleshow9 5s 0s linear infinite;
  -moz-animation: eleshow9 5s 0s linear infinite;
  -webkit-animation: eleshow9 5s 0s linear infinite;
  -o-animation: eleshow9 5s 0s linear infinite; }

@keyframes eleshow9 {
  0% {
    top: 249px;
    left: 167px; }
  100% {
    top: 249px;
    left: 367px; } }
@-webkit-keyframes eleshow9 {
  0% {
    top: 249px;
    left: 167px; }
  100% {
    top: 249px;
    left: 367px; } }
@-moz-keyframes eleshow9 {
  0% {
    top: 249px;
    left: 167px; }
  100% {
    top: 249px;
    left: 367px; } }
@-o-keyframes eleshow9 {
  0% {
    top: 249px;
    left: 167px; }
  100% {
    top: 249px;
    left: 367px; } }
.products-ysc .sec2-img0 {
  position: absolute;
  top: 222px;
  left: 817px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  animation: eleshow0 5s 0s linear infinite;
  -moz-animation: eleshow0 5s 0s linear infinite;
  -webkit-animation: eleshow0 5s 0s linear infinite;
  -o-animation: eleshow0 5s 0s linear infinite; }

@keyframes eleshow0 {
  0% {
    top: 222px;
    left: 817px; }
  100% {
    top: 222px;
    left: 1021px; } }
@-webkit-keyframes eleshow0 {
  0% {
    top: 222px;
    left: 817px; }
  100% {
    top: 222px;
    left: 1021px; } }
@-moz-keyframes eleshow0 {
  0% {
    top: 222px;
    left: 817px; }
  100% {
    top: 222px;
    left: 1021px; } }
@-o-keyframes eleshow0 {
  0% {
    top: 222px;
    left: 817px; }
  100% {
    top: 222px;
    left: 1021px; } }
.products-ysc .sec2-img11 {
  position: absolute;
  top: 273px;
  left: 817px;
  animation: eleshow11 5s 0s linear infinite;
  -moz-animation: eleshow11 5s 0s linear infinite;
  -webkit-animation: eleshow11 5s 0s linear infinite;
  -o-animation: eleshow11 5s 0s linear infinite; }

@keyframes eleshow11 {
  0% {
    top: 273px;
    left: 1021px; }
  100% {
    top: 273px;
    left: 817px; } }
@-webkit-keyframes eleshow11 {
  0% {
    top: 273px;
    left: 1021px; }
  100% {
    top: 273px;
    left: 817px; } }
@-moz-keyframes eleshow11 {
  0% {
    top: 273px;
    left: 1021px; }
  100% {
    top: 273px;
    left: 817px; } }
@-o-keyframes eleshow11 {
  0% {
    top: 273px;
    left: 1021px; }
  100% {
    top: 273px;
    left: 817px; } }
.products-ysc .sec3 {
  background: url("../images/16140918t32u.jpg") center no-repeat;
  height: 845px; }

.products-ysc .c-tabs {
  padding-top: 20px !important;
  padding-left: 65px !important; }

.products-ysc .c-tabs .tabs {
  width: 1090px; }

.products-ysc .qm-guanbi {
  color: #333 !important; }

.products-ysc .sec4-div {
  width: 260px;
  background: transparent linear-gradient(to top, #fff 70%, #fafafa 50%) repeat scroll 0 0;
  background: -webkit-linear-gradient(bottom, #fff 70%, #fafafa 50%);
  background: -o-linear-gradient(bottom, #fff 70%, #fafafa 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#fafafa,gradientType=1); }

.products-ysc .thumb-info {
  background: transparent; }

.products-ysc .thumb-info img {
  width: 170px;
  margin: 0 auto; }

.products-ysc .sec4 .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 34%; }

.products-ysc .sec4 .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(255, 255, 255, 0.7); }

.products-ysc .sec4 .sec4-div .thumb-info-wrapper {
  width: 140px;
  border-radius: 50%;
  margin: 0 auto !important; }

.products-ysc .owl-theme .owl-nav {
  margin-top: -50px; }

.products-ysc .sec6 .container {
  background: url("../images/16212202khg4.jpg") center no-repeat;
  height: 550px; }

.products-ysc .sec6 ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.products-ysc .sec6 img {
  border: 0; }

.products-ysc .sec6 .banner1 {
  margin: 20px auto 0;
  width: 1200px;
  overflow: hidden;
  padding-top: 19px; }

.products-ysc .sec6 .large_box {
  margin-bottom: 10px;
  width: 1200px;
  height: 437px;
  overflow: hidden; }

.products-ysc .sec6 .large_box ul {
  padding-left: 0; }

.products-ysc .sec6 .large_box img {
  display: block;
  margin: 0 auto;
  padding-left: 1px; }

.products-ysc .sec6 .large_box ul li .bg-btn {
  display: none;
  position: absolute;
  margin-top: -437px;
  margin-left: 252px;
  padding-top: 200px;
  width: 697px;
  height: 437px;
  background: rgba(0, 0, 0, 0.4); }

.products-ysc .sec6 .large_box ul li:hover .bg-btn {
  display: block; }

.products-ysc .sec6 .small_box {
  width: 1200px;
  height: 300px;
  overflow: hidden;
  padding-top: 100px; }

.products-ysc .sec6 .small_list {
  position: relative;
  float: left;
  width: 1200px;
  height: 200px;
  overflow: hidden; }

.products-ysc .sec6 .small_list ul {
  height: 200px;
  overflow: hidden; }

.products-ysc .sec6 .small_list ul li {
  position: relative;
  float: left;
  margin-right: 18px;
  width: 283px; }

.products-ysc .sec6 .small_list ul li img {
  display: block; }

.products-ysc .sec6 .small_list ul li .bun_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 283px;
  height: 200px;
  border: 1px solid #f8b600; }

.products-ysc .sec6 .small_list ul li.on .bun_bg {
  display: block; }

.products-ysc .sec6 .btn1 {
  display: block;
  width: 35px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.products-ysc .sec6 .left_btn {
  position: absolute;
  margin-left: -50px;
  float: left;
  margin-right: 10px;
  background-image: url(../images/131523039iog.png); }

.products-ysc .sec6 .right_btn {
  position: absolute;
  margin-left: 1210px;
  float: right;
  background-image: url(../images/13152310kd3i.png); }

.products-ysc .sec7-div1 {
  background: url("../images/13153153a4oc.jpg") left no-repeat;
  height: 514px; }

.products-ysc .sec7-div2 {
  background: url("../images/131532086w6m.jpg") center no-repeat;
  height: 514px; }

.products-ysc .sec7-div3 {
  background: url("../images/13153218rwn1.jpg") right no-repeat;
  height: 514px; }

.solutions-kxp .banner {
  background: url("../images/031455288n98.jpg") center no-repeat;
  height: 682px; }
.solutions-kxp .banner a {
  display: block;
  }
.solutions-kxp .sec1 {
 /* background: url("../images/031455288n98.jpg") center no-repeat;*/
  height: 576px; }
.solutions-kxp .sec1 .p1 {
  transform: rotate(7deg);
  padding-top:192px; }
.solutions-kxp .sec1 .p2 {
  transform: rotate(-8deg);
  padding-top: 175px;
  padding-right: 56px; }
.solutions-kxp .sec1 .p4 {
  transform: rotate(3deg);
  padding-top: 60px;
  padding-left: 30px; }
.solutions-kxp .sec1 .p5 {
  transform: rotate(-3deg);
  padding-top:16px; }
.solutions-kxp .sec2 .t-bg {
  background: url("../images/031623431lav.png") center no-repeat;
  height: 52px; }
.solutions-kxp .sec3 {
  background: url("../images/03164732qt3i.jpg") center no-repeat;
  height: 633px; }
.solutions-kxp .sec3 .container {
 }
.solutions-kxp .sec4 .t-bg {
  background: url("../images/031731384zoo.png") center no-repeat;
  height: 52px; }
.solutions-kxp .sec4 .container {
  background: url("../images/051734448te0.png")  no-repeat 10px 0px;
  height: 1004px; }
.solutions-kxp .sec4 .d1 {
  width: 140px;
  height: 900px; }
.solutions-kxp .sec4 .d1 .p1 {
  padding-top: 255px; }
.solutions-kxp .sec4 .d1 .p2 {
  padding-top: 245px; }
.solutions-kxp .sec4 .d2 {
  width: 275px;
  height: 900px; }
.solutions-kxp .sec4 .d2 .p1 {
  padding-top: 245px; }
.solutions-kxp .sec4 .d2 .p2 {
  padding-top: 233px; }
.solutions-kxp .sec4 .d3 {
  width: 373px;
  height: 900px; }
.solutions-kxp .sec4 .d3 .p1 {
  padding-top: 180px; }
.solutions-kxp .sec4 .d3 .p2 {
  padding-top: 420px; }
.solutions-kxp .sec4 .d4 {
  width: 382px;
  height: 900px; }
.solutions-kxp .sec4 .d4 .p1 {
  padding-top: 12px; }
.solutions-kxp .sec4 .d4 .p2 {
  padding-top: 60px; }
.solutions-kxp .sec4 .d4 .p3 {
  padding-top:425px; }
.solutions-kxp .sec4 .d5 {
  clear: both;
  width: 600px;
  height: 100px;
  padding-left: 200px; }
.solutions-kxp .sec5 {
  background: url("../images/04164807pgu0.jpg") center no-repeat;
  height: 900px; }
.solutions-kxp .sec5 .container {
  background: url("../images/04164917hmwn.png") center no-repeat;
  height: 670px; }
.solutions-kxp .sec5 .d1 {
  width: 419px;
  height: 670px; }
.solutions-kxp .sec5 .d1 .p1 {
  padding-top: 58px; }
.solutions-kxp .sec5 .d1 .p2 {
  padding-top: 144px; }
.solutions-kxp .sec5 .d1 .p3 {
  padding-top: 124px; }
.solutions-kxp .sec5 .d2 {
  margin-left: 362px;
  width: 389px;
  height: 670px; }
.solutions-kxp .sec5 .d2 .p1 {
  padding-top: 186px; }
.solutions-kxp .sec5 .d2 .p2 {
  padding-top: 126px; }
.solutions-kxp .sec6 .t-bg {
  background: url("../images/041718215x7b.png") center no-repeat;
  height: 52px; }
.solutions-kxp .carousel-control.left {
  position: absolute;
  margin-left: -130px;
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.solutions-kxp .carousel-control.left .fa-angle-left, .solutions-kxp .carousel-control.right .fa-angle-right {
  margin-top: 80px;
  font-size: 60px;
  color: #999; }
.solutions-kxp .carousel-control.right {
  position: absolute;
  margin-right: -130px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, transparent 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.solutions-kxp .sec6 {
  overflow: hidden; }
.solutions-kxp .sec6 .d1 {
  width: 470px;
  height: 247px;
  padding: 185px 0 0 100px; }
.solutions-kxp .sec6 .d3 {
  background: url("../images/04183239dupd.jpg") left no-repeat; }
.solutions-kxp .sec6 .d4 {
  background: url("../images/04193639dsg4.jpg") left no-repeat; }
.solutions-kxp .sec6 .d5 {
  background: url("../images/04193650oziz.jpg") left no-repeat; }
.solutions-kxp .sec6 .d6 {
  background: url("../images/04193702pn98.jpg") left no-repeat; }
.solutions-kxp .sec6 .d2 {
  width: 730px; }
.solutions-kxp .sec6 .d2 span {
  padding: 0px 8px;
  background: #4aaadd;
  color: #fff; }

.products-liansuo .banner {
  background: url("../images/16143429nq6z.jpg") center no-repeat;
  height: 500px;
  padding-top: 130px; }
.products-liansuo .banner p:first-child {
  margin-bottom: 16px; }
.products-liansuo .sec2 {
  background: url("../images/16151010osok.jpg") center no-repeat;
  height: 430px; }
.products-liansuo .sec2 .d {
  width: 200px;
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-top: 74px; }
.products-liansuo .sec3 .d {
  background: url("../images/16162555gr1w.png") center no-repeat;
  height: 710px; }
.products-liansuo .sec3 .d .p {
  padding-top: 36px;
  padding-left: 60px; }
.products-liansuo .sec3 .p span:nth-child(2) {
  padding-left: 132px; }
.products-liansuo .sec3 .p span:nth-child(3) {
  padding-left: 329px; }
.products-liansuo .sec3 .p span:nth-child(4) {
  padding-left: 121px; }
.products-liansuo .sec3 .d1 {
  height: 300px; }
.products-liansuo .sec3 .d11 {
  width: 110px;
  padding-top: 116px; }
.products-liansuo .sec3 .d12 {
  width: 190px;
  padding-top: 116px; }
.products-liansuo .sec3 .d13 {
  width: 110px;
  padding-top: 94px; }
.products-liansuo .sec3 .d14 {
  width: 315px;
  padding-top: 94px; }
.products-liansuo .sec3 .d15 {
  width: 110px;
  padding-top: 84px; }
.products-liansuo .sec3 .d16 {
  width: 190px;
  padding-top: 84px; }
.products-liansuo .sec3 .d17 {
  width: 110px;
  padding-top: 94px; }
.products-liansuo .sec3 .d18 {
  width: 65px;
  padding-top: 94px; }
.products-liansuo .sec3 .d21 {
  margin-left: 182px;
  width: 220px;
  padding-top: 110px; }
.products-liansuo .sec3 .d22 {
  width: 504px;
  padding-top: 110px; }
.products-liansuo .sec3 .d22 p:first-child {
  padding-left: 75px; }
.products-liansuo .sec3 .d22 p:nth-child(2) {
  padding-left: 83px;
  padding-top: 11px; }
.products-liansuo .sec3 .d22 p:nth-child(3) {
  padding-top: 70px; }
.products-liansuo .sec3 .d23 {
  padding-top: 62px; }
.products-liansuo .sec3 .d23 p:last-child {
  padding-top: 11px; }
.products-liansuo .sec4 {
  background: url("../images/16194345jqqe.jpg") center no-repeat;
  height: 660px; }
.products-liansuo .sec4 .d {
  width: 350px;
  height: 230px;
  float: left; }
.products-liansuo .sec4 .d1 {
  padding-top: 35px; }
.products-liansuo .sec4 .d p:first-child {
  padding-left: 180px;
  padding-top: 22px; }
.products-liansuo .sec4 .d2 {
  padding-top: 35px;
  margin-left: 75px; }
.products-liansuo .sec5 .d {
  background: url("../images/16200215vb0v.jpg") center no-repeat;
  height: 300px; }

.yx-dyy .banner {
  background: url("../images/23152251c62g.jpg") center no-repeat;
  height: 700px;
  padding-top: 508px; }
.yx-dyy .sec1 {
  background: url("../images/19105159esp8.png") center no-repeat;
  height: 479px; }
.yx-dyy .sec1 .d1 .p1 {
  padding: 48px 110px 0 0; }
.yx-dyy .sec1 .d1 .p2 {
  padding: 134px 0 0 100px; }
.yx-dyy .sec1 .d1 .p2 .s2 {
  padding-left: 114px; }
.yx-dyy .sec1 .d2 .p1 {
  padding: 48px 0 0 101px; }
.yx-dyy .sec1 .d2 .p2 {
  padding: 55px 0 0 215px; }
.yx-dyy .sec1 .d2 .p2 .s2 {
  padding-left: 42px; }
.yx-dyy .sec1 .d2 .p3 {
  padding: 18px 0 0 216px; }
.yx-dyy .sec1 .d2 .p3 .s2 {
  padding-left: 76px; }
.yx-dyy .sec2 {
  background: url("../images/1914473320hn.png") center no-repeat #23b0c8;
  height: 504px; }
.yx-dyy .sec2 .col-md-12 {
  padding: 187px 0 0; }
.yx-dyy .sec2 .d {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100px;
  line-height: 100px;
  margin-top: 37px; }
.yx-dyy .sec3 {
  background: url("../images/19145935h77y.png") center no-repeat;
  height: 720px; }
.yx-dyy .c-dyy {
  color: #e54f53; }
.yx-dyy .sec3 .p1 {
  padding: 52px 0 0 228px; }
.yx-dyy .sec3 .p2 {
  padding: 75px 0 0 228px; }
.yx-dyy .sec3 .p3 {
  padding: 30px 0 0 275px; }
.yx-dyy .sec3 .p4 {
  padding: 50px 0 0 228px; }
.yx-dyy .sec4 {
  background: #23b0c8; }
.yx-dyy .sec4 .f-30 {
  background: url("../images/1915170072yc.png") center no-repeat;
  height: 138px; }
.yx-dyy .sec4 .nav-tabs {
  border-bottom-color: transparent; }
.yx-dyy .sec4 .tabs .nav-tabs li a {
  margin: 10px;
  font-size: 18px;
  padding: 10px 30px; }
.yx-dyy .sec4 .tabs .nav-tabs li.active a {
  background: #f8b600;
  color: #fff;
  border: none;
  border-radius: 3px; }
.yx-dyy .sec4 .tabs .nav-tabs a {
  color: #333;
  background: #fff;
  border: none;
  border-radius: 3px; }
.yx-dyy .sec4 .tabs .nav-tabs a:hover {
  background: #f8b600;
  color: #fff; }
.yx-dyy .sec4 .tab-content {
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
  border: none; }
.yx-dyy .sec4 .owl-theme .owl-nav [class*=owl-] {
  height: 70px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: -30px; }
.yx-dyy .sec4 .owl-carousel .owl-nav .owl-next:before, .yx-dyy .sec4 .owl-carousel .owl-nav .owl-prev:before {
  top: 21px;
  font-size: 20px; }
.yx-dyy .sec4 .owl-carousel img {
  width: 500px;
  height: 670px; }
.yx-dyy .sec4 .d {
  background-color: rgba(0, 0, 0, 0.4);
  height: 135px;
  line-height: 135px; }

.products-shangquan .banner {
  background: url("../images/201557560u8k.jpg") center no-repeat;
  height: 500px;
  padding-top: 130px; }
.products-shangquan .banner p:first-child {
  margin-bottom: 16px; }
.products-shangquan .sec2 {
  background: url("../images/20160439w8rz.jpg") center no-repeat;
  height: 430px; }
.products-shangquan .sec2 .d {
  width: 200px;
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-top: 65px;
  line-height: 26px; }
.products-shangquan .sec3 .d {
  background: url("../images/201620190ae1.png") center no-repeat;
  height: 710px; }
.products-shangquan .sec3 .d .p {
  padding-top: 36px;
  padding-left: 60px; }
.products-shangquan .sec3 .p .s2 {
  padding-left: 152px; }
.products-shangquan .sec3 .p .s3 {
  padding-left: 358px; }
.products-shangquan .sec3 .p .s4 {
  padding-left: 127px; }
.products-shangquan .sec3 .d1 {
  height: 300px; }
.products-shangquan .sec3 .d11 {
  width: 110px;
  padding-top: 116px; }
.products-shangquan .sec3 .d12 {
  width: 190px;
  padding-top: 116px; }
.products-shangquan .sec3 .d13 {
  width: 110px;
  padding-top: 105px; }
.products-shangquan .sec3 .d14 {
  width: 315px;
  padding-top: 105px; }
.products-shangquan .sec3 .d15 {
  width: 110px;
  padding-top: 84px; }
.products-shangquan .sec3 .d16 {
  width: 190px;
  padding-top: 116px; }
.products-shangquan .sec3 .d17 {
  width: 110px;
  padding-top: 94px; }
.products-shangquan .sec3 .d18 {
  width: 65px;
  padding-top: 94px; }
.products-shangquan .sec3 .d21 {
  margin-left: 174px;
  width: 220px;
  padding-top: 110px; }
.products-shangquan .sec3 .d22 {
  width: 504px;
  padding-top: 110px; }
.products-shangquan .sec3 .d22 .p1 {
  padding-left: 146px; }
.products-shangquan .sec3 .d22 .p2 {
  padding-top: 106px; }
.products-shangquan .sec3 .d23 {
  padding-top: 62px; }
.products-shangquan .sec3 .d23 .p2 {
  padding-top: 11px; }
.products-shangquan .sec4 {
  background: url("../images/20165129rlqn.jpg") center no-repeat;
  height: 660px; }
.products-shangquan .sec4 .d {
  width: 350px;
  height: 230px;
  float: left; }
.products-shangquan .sec4 .d1 {
  padding-top: 35px; }
.products-shangquan .sec4 .d p.text-light {
  padding-left: 180px;
  padding-top: 22px; }
.products-shangquan .sec4 .d2 {
  padding-top: 35px;
  margin-left: 75px; }
.products-shangquan .sec5 .d {
  background: url("../images/20165258izvs.jpg") center no-repeat;
  height: 300px; }

.case0901 .flexslider {
  margin: 0px auto 0px;
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  zoom: 1; }
.case0901 .flexslider ul {
  list-style: none;
  width: 100%;
  padding-left: 0px; }
.case0901 .flexslider .slides li {
  width: 100%;
  height: 100%; }
.case0901 .flex-direction-nav a {
  width: 70px;
  height: 70px;
  line-height: 99em;
  overflow: hidden;
  margin: -35px 65px 0;
  display: block;
  background: url(../images/09141809ljb0.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  border-radius: 35px; }
.case0901 .flex-direction-nav .flex-next {
  background-position: 0 -70px;
  right: 0; }
.case0901 .flex-direction-nav .flex-prev {
  left: 0; }
.case0901 .flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25); }
.case0901 .flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25); }
.case0901 .flexslider:hover .flex-next:hover,
.case0901 .flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50); }
.case0901 .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center; }
.case0901 .flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline; }
.case0901 .flex-control-paging li a {
  background: url(../images/09141730mhza.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer; }
.case0901 .flex-control-paging li a.flex-active,
.case0901 .flex-control-paging li.active a {
  background-position: 0 0; }
.case0901 .flexslider .slides a .bg-img {
  width: 100%;
  height: 550px;
  display: block; }
.case0901 .hover-down {
  width: 285px;
  height: 150px;
  position: relative;
  overflow: hidden; }
.case0901 .hover-down img {
  position: absolute; }
.case0901 .hover-down .hd-font {
  position: absolute;
  width: 285px;
  height: 150px;
  z-index: 1;
  margin-top: -150px;
  color: #ddd;
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }
.case0901 .hd-font span {
  padding: 20px;
  font-size: 14px;
  display: inline-block;
  line-height: 18px; }
.case0901 .hover-up {
  width: 285px;
  height: 135px;
  position: relative;
  overflow: hidden;
  background: #fff; }
.case0901 .hover-up img {
  width: 100px; }
.case0901 .hover-up .hu-font {
  height: 135px;
  width: 285px; }
.case0901 .hover-up .qr {
  position: absolute;
  width: 285px;
  height: 135px;
  line-height: 135px;
  z-index: 1;
  margin-bottom: -135px;
  background: #fff;
  text-align: center; }
.case0901 .hover-up a {
  color: #4b8ce5; }
.case0901 .hover-up a:hover {
  color: #f8b600; }
.case0901 #p2 ul {
  list-style: none;
  height: 40px;
  background: #f2f2f2;
  padding-left: 0; }
.case0901 #p2 ul li {
  width: 10%;
  text-align: center;
  float: left;
  line-height: 40px; }
.case0901 #p2 ul li:first-child {
  background: #dedede; }
.case0901 #p2 ul li a {
  color: #414141; }
.case0901 #p2 ul li a:hover {
  color: #F8B600; }

.yx-zl .zl-content {
  width: 1090px;
  margin: 0 auto; }
.yx-zl .banner {
  background: url("../images/06162923g4h8.jpg") center no-repeat;
  height: 650px; }
.yx-zl .zl-c1 {
  color: #2f383d; }
.yx-zl .zl-c2 {
  color: #a0a0a0; }
.yx-zl .zl-c3 {
  color: #b2bec7; }
.yx-zl .sec1 .dd {
  height: 320px; }
.yx-zl .sec1 .d {
  width: 343px;
  height: 300px;
  background-color: #f9fafc;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 5px #dfdfdf;
  border-radius: 2px; }
.yx-zl .bg-f9fafc {
  background-color: #f9fafc; }
.yx-zl .b {
  font-weight: 700; }
.yx-zl .sec2 .d p span {
  padding: 0px 7px;
  color: #fff;
  background-color: #e4007f;
  border-radius: 50%; }
.yx-zl .sec2 abbr {
  display: inline-block;
  padding-left: 30px; }
.yx-zl .bg-eff4f7 {
  background-color: #eff4f7; }
.yx-zl .form label {
  color: #2f383d;
  line-height: 40px; }
.yx-zl .form .form-control {
  height: 40px; }
.yx-zl .form label.error {
  padding: 0;
  line-height: 24px; }
.yx-zl .form .btn-orange {
  background: #e4007f;
  color: #fff;
  border: none;
  box-shadow: 0 0 5px #666; }
.yx-zl .form .btn-orange:hover {
  background: #ce0b78;
  color: #fff;
  border: none;
  box-shadow: 0 0 5px #666; }
.yx-zl .sec4 .dd {
  height: 320px; }
.yx-zl .sec4 .d {
  width: 390px;
  height: 460px;
  background-color: #f9fafc;
  border: 1px solid #dfdfdf;
  border-radius: 2px; }

.products-dsy .banner {
  background: url("../images/22165611ltjb.jpg") center no-repeat;
  height: 500px; }
.products-dsy .banner .p1 {
  padding: 75px 0 0 33px; }
.products-dsy .banner .p2 {
  padding-top: 18px; }
.products-dsy .banner .qr {
  position: absolute;
  margin: -80px 0 0 -222px;
  width: 130px;
  display: none; }
.products-dsy .sec2 {
  background: url("../images/26141750iouv.jpg") center no-repeat;
  height: 557px; }
.products-dsy .sec2 .d1 {
  width: 430px; }
.products-dsy .sec2 .d2 {
  margin-left: 340px;
  width: 430px; }
.products-dsy .tabs-pro .nav-tabs {
  border-bottom: none; }
.products-dsy .tabs-pro .nav > li > a {
  font-size: 20px;
  padding: 12px 22px; }
.products-dsy .sec4 {
  background: url("../images/21163507s479.jpg") center no-repeat;
  height: 686px; }
.products-dsy .sec4 .function-pic div {
  background: url("../images/2611273515ns.png") no-repeat;
  height: 460px;
  margin: 51px 0 0 194px; }
.products-dsy .sec4 .sale-border {
  border: 3px solid #eee;
  width: 100px;
  margin: 0 auto;
  height: 100px;
  border-radius: 50%;
  background: #e6f0f6;
  line-height: 95px; }
.products-dsy .sec4 .sale-border i {
  font-size: 50px;
  color: #666666; }
.products-dsy .sec4 .sale-border:hover {
  border: 3px solid #f8b600;
  background: #f8b600;
  cursor: pointer; }
.products-dsy .sec4 .sale-border:hover i {
  color: #fff; }
.products-dsy .sec4 .width-285 {
  width: 285px; }
.products-dsy .sec5 .d {
  width: 285px;
  float: left;
  margin-right: 20px; }
.products-dsy .sec5 .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 13%; }
.products-dsy .sec5 .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: white;
  border: 1px solid #f8a600; }
.products-dsy .sec5 .thumb-info .thumb-info-title {
  font-weight: normal;
  letter-spacing: 0px;
  text-shadow: none; }
.products-dsy .sec6 .owl-theme .owl-nav {
  margin-top: 0; }
.products-dsy .sec6 .owl-carousel .owl-nav {
  top: 27%; }

.products-dsh .banner {
  background: url("../images/chanpin-banner.png") center no-repeat;
  height: 500px;
  padding-top: 86px; }
.products-dsh .sec1 .d div {
  width: 200px;
  float: left; }
.products-dsh .sec1 .d i {
  font-size: 60px;
  padding: 30px;
  border-radius: 50%;
  color: #fff; }
.products-dsh .sec1 .d i.c1 {
  background: #6f95e4; }
.products-dsh .sec1 .d i.c2 {
  background: #e68b8b; }
.products-dsh .sec1 .d i.c3 {
  background: #5bc3d6; }
.products-dsh .sec2 {
  background: url("../images/26153904s5si.jpg") center no-repeat;
  height: 710px; }
.products-dsh .sec2 .container {
  background: url("../images/261541174xas.png") center no-repeat;
  height: 389px; }
.products-dsh .sec2 .p1 {
  padding: 24px 168px 0 0; }
.products-dsh .sec2 .p2 {
  padding: 101px 215px 0 0; }
.products-dsh .sec2 .p3 {
  padding: 18px 0 0 158px; }
.products-dsh .sec2 .p4 {
  padding: 88px 0 0 219px; }
.products-dsh .tabs-pro .nav-tabs {
  border-bottom: none; }
.products-dsh .tabs-pro .nav > li > a {
  font-size: 20px;
  padding: 12px 22px; }
.products-dsh .sec4 {
  background: url("../images/26171053k52x.jpg") center no-repeat;
  height: 464px; }
.products-dsh .sec4 .d {
  width: 285px;
  float: left;
  margin-right: 15px; }
.products-dsh .sec4 .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 15%; }
.products-dsh .sec4 .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(0, 0, 0, 0.8); }
.products-dsh .sec4 .thumb-info .thumb-info-title {
  font-weight: normal;
  letter-spacing: 0px;
  text-shadow: none; }
.products-dsh .sec4 .d .f-20 {
  background: #f3f3f4; }
.products-dsh .sec5 .container {
  background: url("../images/26174202wx0g.jpg") center no-repeat;
  height: 300px; }

.yx-wx .banner {
  background: url("../images/09144825kkpn.jpg") center no-repeat;
  height: 500px;
  padding-top: 325px; }
.yx-wx .banner .s {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 30px; }
.yx-wx .t-border {
  display: inline-block;
  border: 1px solid #000; }
.yx-wx .t-border p {
  background: #fff;
  padding: 0 20px;
  margin: -20px 25px 16px 25px; }
.yx-wx .sec1 .d {
  width: 240px;
  float: left;
  margin-right: 80px;
  margin-top: 30px; }
.yx-wx .sec2 {
  background: url("../images/10152141lxrv.jpg") center no-repeat;
  height: 711px; }
.yx-wx .sec2 .p1 {
  text-align: left;
  padding-left: 430px;
  padding-top: 23px; }
.yx-wx .sec2 span.f-18 {
  padding: 2px 12px;
  border: 1px solid #fff;
  border-radius: 4px; }
.yx-wx .sec2 .d1 {
  padding-top: 340px; }
.yx-wx .sec3 {
  background: url("../images/08170550w1hq.png") center no-repeat;
  height: 1163px; }
.yx-wx .sec3 .col-md-5 .p {
  padding-left: 100px; }
.yx-wx .sec3 .col-md-5 .p1 {
  padding-top: 267px; }
.yx-wx .sec3 .col-md-5 .p3 {
  padding-top: 348px; }
.yx-wx .sec3 .col-md-7 .p1 {
  padding-top: 106px; }
.yx-wx .sec3 .col-md-7 .d1 {
  padding: 80px 0 22px 110px; }
.yx-wx .sec3 .col-md-7 .d2 {
  padding: 129px 0 0 71px; }
.yx-wx .sec3 .col-md-7 .d3 {
  padding: 80px 0 0 70px; }
.yx-wx .sec3 .col-md-7 .col-md-6 {
  padding-top: 307px;
  padding-right: 60px; }
.yx-wx .sec3 .col-md-7 .p2 {
  padding-top: 160px;
  line-height: 30px; }
.yx-wx .sec3 .col-md-7 .p3 {
  padding-top: 17px; }
.yx-wx .sec4 {
  background: url("../images/10153718cj36.jpg") center no-repeat;
  height: 704px; }
.yx-wx .sec4 .function-pic div {
  background: url("../images/081929364cwn.jpg") no-repeat;
  height: 438px;
  margin: 131px 0 0 134px; }
.yx-wx .sec4 .dd {
  width: 100px;
  height: 78px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding-top: 12px; }
.yx-wx .sec4 .dd:hover {
  background: rgba(248, 166, 0, 0.9);
  cursor: pointer; }
.yx-wx .sec4 .p {
  clear: both;
  padding-top: 30px; }
.yx-wx .hover-up {
  width: 324px;
  height: 171px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 10px #888; }
.yx-wx .hover-up .qr img {
  width: 130px; }
.yx-wx .hover-up .hu-font {
  width: 324px;
  height: 171px; }
.yx-wx .hover-up .qr {
  position: absolute;
  width: 324px;
  height: 171px;
  line-height: 171px;
  z-index: 1;
  margin-bottom: -171px;
  background: #fff;
  text-align: center; }

/*# sourceMappingURL=qm.css.map */
