@charset "UTF-8";
.ui-result-box {
  width: 210px;
  min-height: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 18px;
  -moz-box-shadow: 0 3px 15px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 3px 15px 0 rgba(51, 51, 51, 0.1);
  padding-top: 27px;
  padding-bottom: 10px;
  display: none;
  -moz-border-radius: 0 0 5px 5px;
       border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 15px 0 rgba(51, 51, 51, 0.1);
}
.ui-result-box .ui-result-content {
  width: 100%;
}
.ui-result-box .ui-result-content .ui-result-item {
  width: 100%;
  height: 30px;
  line-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.ui-result-box .ui-result-content .ui-result-item:hover {
  background-color: #EEEEEE;
  color: #FF5B2C;
}

.ui-search-box {
  width: 210px;
  height: 35px;
  position: relative;
  z-index: 1100;
}
.ui-search-box .ui-search-input {
  width: 100%;
  height: 35px;
  outline: none;
  border: none;
  -moz-border-radius: 18px;
       border-radius: 18px;
  background-color: #F5F5F5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  color: #000;
  line-height: 35px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.ui-search-box input::-webkit-input-placeholder {
  color: #777777;
  font-size: 14px;
  line-height: 35px;
}
.ui-search-box input:-moz-placeholder {
  color: #777777;
  font-size: 14px;
  line-height: 35px;
}
.ui-search-box input::-moz-placeholder {
  color: #777777;
  font-size: 14px;
  line-height: 35px;
}
.ui-search-box input:-ms-input-placeholder {
  color: #777777;
  font-size: 14px;
  line-height: 35px;
}
.ui-search-box > i {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 14px;
  height: 14px;
  z-index: 2;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
}
.ui-search-box i:hover {
  color: #FF5B2C !important;
}
.ui-selectlocatedcity {
  display: none;
  position: absolute;
  width: 523px;
  background: #fff;
  -moz-border-radius: 0 0 5px 5px;
       border-radius: 0 0 5px 5px;
  padding: 15px 9px 5px 20px;
  -moz-box-shadow: 0 7px 15px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 7px 15px 0 rgba(51, 51, 51, 0.1);
  z-index: 9999;
}
.ui-selectlocatedcity .wrapper {
  width: 100% !important;
}
.ui-selectlocatedcity .wrapper .__hd {
  line-height: 0;
  margin-bottom: 22px;
}
.ui-selectlocatedcity .wrapper .__letters {
  font-size: 0;
}
.ui-selectlocatedcity .wrapper .__letters .__slc-item {
  display: inline-block;
  width: 18px;
  height: 19px;
  line-height: 19px;
  margin-right: 6px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
.ui-selectlocatedcity .wrapper .__letters .__slc-item._active {
  background: #ff5b2c;
  -moz-border-radius: 2px;
       border-radius: 2px;
  color: #fff !important;
}
.ui-selectlocatedcity .wrapper .__letters .__slc-item:hover {
  color: #ff5b2c;
}
.ui-selectlocatedcity .wrapper .__citys {
  font-size: 0px;
  line-height: 0px;
}
.ui-selectlocatedcity .wrapper .__citys .__slc-item {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  margin-bottom: 13px;
  font-size: 12px;
  text-decoration: none;
}
.ui-selectlocatedcity .wrapper .__citys .__slc-item._active {
  color: #ff5b2c;
}
.ui-selectlocatedcity .wrapper .__citys .__slc-item:hover {
  color: #ff5b2c;
}

body > .page {
  min-width: 1200px;
  overflow-x: hidden;
}

.w-topbar {
  position: relative;
  top: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #f5f5f5;
  color: #777777;
  clear: both;
  z-index: 1031;
}
.w-topbar .wrapper {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.w-topbar .wrapper:before, .w-topbar .wrapper:after {
  content: " ";
  display: table;
}
.w-topbar .wrapper:after {
  clear: both;
}
.w-topbar .wrapper .__slogo {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #777777;
}
.w-topbar .wrapper .__citylocation {
  float: left;
  font-size: 12px;
  color: #777777;
}
.w-topbar .wrapper .__citylocation .ui-link {
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
}
.w-topbar .wrapper .__citylocation .ui-link:after {
  display: block;
  position: absolute;
  content: " ";
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.w-topbar .wrapper .__citylocation .ui-link._active {
  position: relative;
  background: #fff;
  -moz-box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.1);
}
.w-topbar .wrapper .__citylocation .ui-link._active .ui-text {
  color: #333;
}
.w-topbar .wrapper .__citylocation .font-jkx-web {
  display: inline-block;
  margin-right: -1px;
  font-size: 13px;
  color: #ff5b2c;
}
.w-topbar .wrapper .__citylocation .ui-text {
  color: #777;
}
.w-topbar .wrapper .__nav_top {
  float: right;
  margin-right: -15px;
}
.w-topbar .wrapper .__nav_top:before, .w-topbar .wrapper .__nav_top:after {
  content: " ";
  display: table;
}
.w-topbar .wrapper .__nav_top:after {
  clear: both;
}
.w-topbar .wrapper .__nav_top .ui-nav-item {
  position: relative;
  float: left;
  padding: 0 15px;
  color: #777777;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w-topbar .wrapper .__nav_top .ui-nav-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #e2e2e2;
  z-index: 1031;
}
.w-topbar .wrapper .__nav_top .ui-nav-item:first-child:before {
  display: none;
}
.w-topbar .wrapper .__nav_top .ui-nav-item .ui-link {
  display: inline-block;
  width: 100%;
  line-height: 35px;
  color: #777777;
}
.w-topbar .wrapper .__nav_top .ui-nav-item .ui-link:hover {
  background: none;
  -moz-box-shadow: none;
       box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  color: #ff5b2c;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent {
  height: 35px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent:hover {
  cursor: default;
  background: #fff;
  -moz-box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.1);
  color: #333333;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent:hover .icon_arrow-sd {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center 48%;
     -moz-transform-origin: center 48%;
      -ms-transform-origin: center 48%;
          transform-origin: center 48%;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent:hover .ui-nav-child {
  display: block;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent:hover:before {
  z-index: -1;
  display: none;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent:hover + .ui-nav-item:before {
  z-index: -1;
  display: none;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .icon_arrow-sd {
  display: inline-block;
  margin-left: -2px;
  vertical-align: -2px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child {
  display: none;
  position: absolute;
  top: 35px;
  background: #fff;
  -moz-border-radius: 0 0 5px 5px;
       border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 7px 15px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 7px 15px 0 rgba(51, 51, 51, 0.1);
  z-index: 1031;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child:before, .w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child:after {
  content: " ";
  display: table;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child:after {
  clear: both;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__services {
  left: 0;
  width: 117px;
  height: 191px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__aftersale {
  left: 0;
  width: 119.56px;
  height: 82px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__aftersale li {
  padding-left: 0;
  text-align: center;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__focus {
  right: 0;
  width: 246px;
  height: 160px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__focus .ui-nav-child-item {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-top: 19px;
  text-align: center;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__myorder {
  right: 0;
  width: 124px;
  height: 160px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__myorder .ui-nav-child-item {
  width: 100%;
  padding-left: 0;
  padding-top: 19px;
  text-align: center;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__loginoff {
  left: 0;
  width: 107px;
  height: 52px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__loginoff .ui-nav-child-item {
  width: 100%;
  padding: 0;
  line-height: 52px;
  text-align: center;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__loginoff .ui-nav-child-item:hover {
  cursor: pointer;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child.__loginoff .ui-nav-child-item .font-jkx-web {
  margin-left: 0;
  margin-right: 5px;
  font-size: 14px;
  color: #ff5b2c;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item {
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 0;
  line-height: 1;
  text-align: left;
  color: #333333;
  font-size: 12px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item:hover {
  color: #ff5b2c;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item:hover .ui-link {
  color: #ff5b2c;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item .ui-img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item .ui-link {
  color: #333333;
  line-height: 1;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item .ui-text {
  line-height: 16px;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item .ui-title:nth-of-type(1) {
  margin-top: 14px;
  font-size: 14px;
  color: #333333;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item .ui-title:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  color: #ff5b2c;
}
.w-topbar .wrapper .__nav_top .ui-nav-parent .ui-nav-child .ui-nav-child-item:before {
  display: none;
}

.w-header {
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  clear: both;
  z-index: 1030;
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.w-header._fixed {
  position: fixed;
  left: 0;
  -moz-box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.1);
  z-index: 1030;
}
.w-header.need-animation {
  -webkit-animation: myHeaderMove .3s ease-out;
     -moz-animation: myHeaderMove .3s ease-out;
          animation: myHeaderMove .3s ease-out;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes myHeaderMove {
  0% {
    top: -80px;
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    top: -8px;
    opacity: 1;
  }
}
@-moz-keyframes myHeaderMove {
  0% {
    top: -80px;
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    top: -8px;
    opacity: 1;
  }
}
@keyframes myHeaderMove {
  0% {
    top: -80px;
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    top: -8px;
    opacity: 1;
  }
}
.w-header._shadow {
  -moz-box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.1);
}
.w-header .wrapper {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.w-header .wrapper:before, .w-header .wrapper:after {
  content: " ";
  display: table;
}
.w-header .wrapper:after {
  clear: both;
}
.w-header .wrapper .__logo {
  float: left;
  margin-top: 20px;
}
.w-header .wrapper .__logo .ui-link {
  display: block;
}
.w-header .wrapper .__logo .ui-link .ui-img {
  display: block;
  width: 137.5px;
  height: 40px;
}
.w-header .wrapper .__nav {
  float: left;
  margin-left: 75px;
}
.w-header .wrapper .__nav:before, .w-header .wrapper .__nav:after {
  content: " ";
  display: table;
}
.w-header .wrapper .__nav:after {
  clear: both;
}
.w-header .wrapper .__nav .ui-nav-item {
  float: left;
  padding: 10px 20px 0;
  line-height: 70px;
  color: #333333;
  font-size: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w-header .wrapper .__nav .ui-nav-item > .ui-link {
  padding-bottom: 6px;
  font-size: 16px;
  color: #333333;
}
.w-header .wrapper .__nav .ui-nav-item > .ui-link:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ff5b2c;
  border-bottom: 2px solid #ff5b2c;
}
.w-header .wrapper .__nav .ui-nav-item._phone {
  padding-left: 0;
}
.w-header .wrapper .__nav .ui-nav-item._more {
  padding-right: 0;
}

.w-header .wrapper .__nav .ui-nav-item._more .ui-nav-child {
  height: 130px;
  padding-bottom: 22px;
}
.w-header .wrapper .__nav .ui-nav-item._more .ui-nav-child .wrapper {
  height: 130px;
}
.w-header .wrapper .__nav .ui-nav-item._more .ui-nav-child .wrapper .ui-nav-child-item {
  position: relative;
  
  height: 130px;
}
.w-header .wrapper .__nav .ui-nav-item._more .ui-nav-child .wrapper .ui-nav-child-item .sec-img {
  width: 100px;
  height: 60px;
  margin: 26px auto 5px;
}
.w-header .wrapper .__nav .ui-nav-item._more .ui-nav-child .wrapper .ui-nav-child-item .ui-text {
  position: absolute;
  left: 0;
  right: 0;
  
  margin: auto;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
}

.w-header .wrapper .__nav .ui-nav-item._more .ui-nav-child .wrapper .ui-nav-child-item:hover .ui-text {
  color: #333;
}
.w-header .wrapper .__nav .ui-nav-item._phone:hover .ui-link, .w-header .wrapper .__nav .ui-nav-item._more:hover .ui-link {
  cursor: default;
  color: #ff5b2c;
}
.w-header .wrapper .__nav .ui-nav-item:hover .ui-nav-child{
  display: block;
}
.w-header .wrapper .__nav .ui-nav-item:hover .ui-nav-child .ui-nav-child-item:first-child .ui-nav-son{
  display: block;
}
.w-header .wrapper .__nav .ui-nav-item:hover .ui-nav-child .ui-nav-child-item:first-child>.ui-link:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 93px;
  left: 45px;
  border-width: 0 16px 15px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}
.w-header .wrapper .__nav .ui-nav-item._more:hover .ui-nav-child .ui-nav-child-item:first-child>.ui-link:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 93px;
  left: 45px;
  border-width: 0 ;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}
.w-header .wrapper .__nav .ui-nav-item:hover .ui-nav-child .ui-nav-child-item:not(:first-child) .ui-nav-son{
  display: none;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  
  line-height: 100px;
  background: #fff;
  -moz-box-shadow: 0 10px 12px 0 rgba(51, 51, 51, 0.1);
       box-shadow: 0 10px 12px 0 rgba(51, 51, 51, 0.1);
  
  z-index: 1030;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child:before, .w-header .wrapper .__nav .ui-nav-item .ui-nav-child:after {
  content: " ";
  display: table;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child:after {
  clear: both;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper {
  width: 100%;
  
  margin: 0px auto 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .sec-wrapper{
  height: 100%;
  display: inline-block;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper:before, .w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper:after {
  content: " ";
  display: table;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper:after {
  clear: both;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item {

  float: left;
  width: 124px;
  height: 104px;
  padding-right: 68px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:last-child {
  padding-right: 0;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.w-header .wrapper .__nav .ui-nav-item._phone .ui-nav-child .wrapper .ui-nav-child-item:hover>.ui-link:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 93px;
  left: 45px;
  border-width: 0 16px 15px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}
.w-header .wrapper .__nav .ui-nav-item:hover .ui-nav-child .ui-nav-child-item:first-child>.ui-link.__hide:after{
  content: "";
  width: 0;
  height: 0;
  position: static;
  top: 93px;
  left: 45px;
  border-width: 0;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}

.w-header .wrapper .__nav .ui-nav-item._phone .ui-nav-child .wrapper .ui-nav-child-item.no-list:hover>.ui-link:after{
  display: none;
}

.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-link:hover {
  cursor: pointer;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item ._authorize{
  position: relative;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item ._authorize:before {
  content: "官方授权";
  display: block;
  position: absolute;
  top: 18px;
  left: 70px;
  margin: auto;
  width: 68px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background: #ff5b2c;
  font-size: 12px;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item.__keep {
  height: 127px;
  background: url(../image/wx-nav-keep_default.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item.__rokid {
  height: 127px;
  background: url(../image/wx-nav-rokid_default.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item.__smoke {
  height: 127px;
  background: url(../image/wx-nav-smoke_default.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item.__router {
  height: 127px;
  background: url(../image/wx-nav-router_default.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:hover {
  cursor: pointer;
}

.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:hover.__keep {
  background: url(../image/wx-nav-keep_active.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:hover.__rokid {
  background: url(../image/wx-nav-rokid_active.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:hover.__smoke {
  background: url(../image/wx-nav-smoke_active.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:hover.__router {
  background: url(../image/wx-nav-router_active.png);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:hover .ui-text {
  color: #333;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-text {
  line-height: 1;
  color: #333333;
  font-size: 18px;
  line-height: 100px;
  font-weight: 500;
  font-family: PingFang SC;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-text:hover {
  
  color: rgba(51,51,51,1);
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son {
  display: none;
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  background:rgba(245,245,245,1);
  
  border-radius:0px 0px 5px 5px;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item:hover .ui-nav-son {
  display: block;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son {
  width: 900px;
  height:205px;
  margin: 0 auto;
  padding: 0 154px;
  text-align: center;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .third-wrapper {
  display: inline-block;
  height: 100%;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .ui-nav-son-item {
  float: left;
  width: 127px;
  height: 113px;
  
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .ui-nav-son-item .ui-link{
  position: relative;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .ui-nav-son-item .ui-link ._promotion{
  position: absolute;
  top: 35px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .ui-nav-son-item img {
  display: block;
  height: 80px;
  margin: 45px auto 18px;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .ui-nav-child-item.show-item{
  opacity:1;
  filter:alpha(opacity=100); 
}
.w-header .wrapper .__nav ._more .ui-nav-child .ui-nav-child-item{
  opacity:1;
  filter:alpha(opacity=100);
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .ui-nav-child-item{
  opacity:0.6;
  filter:alpha(opacity=60);
}

.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .ui-nav-son-item .ui-text{
  position: initial;
  font-size:16px;
  font-family:PingFang SC;
  font-weight:400;
  color: #333;
  line-height:1;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .ui-nav-son-item:hover .ui-text{
  color:rgba(51,51,51,1);
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .__more{
  display: block;
  width: 100px;
  height: 110px;
  float: left;
  margin-top: -15px;
  margin-left: -15px;
  line-height: 1;
  text-decoration: none;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .__more:hover{
color: #ff5b2c;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .__more .ui-link{
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-top: 92px;
  margin-left: 36px;
  font-size: 16px;
  color: #777;
  line-height: 1;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .__more:hover .font-jkx-web:before {
  content: "\e66a";
  color: #ff5b2c;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .__more:hover .ui-link{
  color: #ff5b2c;
}
.w-header .wrapper .__nav .ui-nav-item .ui-nav-child .wrapper .ui-nav-child-item .ui-nav-son  .wrapper-son .__more:hover .icon_more{
  color: #ff5b2c;
}
.w-header .wrapper .__search {
  float: right;
  width: 210px;
  height: 35px;
  margin-top: 27px;
  background: #f5f5f5;
  -moz-border-radius: 18px;
       border-radius: 18px;
}
.w-footer {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  clear: both;
}
.w-footer .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 34px 0;
  clear: both;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w-footer .wrapper:before, .w-footer .wrapper:after {
  content: " ";
  display: table;
}
.w-footer .wrapper:after {
  clear: both;
}
.w-footer .__lt {
  float: left;
  padding-top: 48px;
}
.w-footer .__rt {
  float: right;
  padding-top: 40px;
}
.w-footer .__lt .__sitemap:before, .w-footer .__lt .__sitemap:after {
  content: " ";
  display: table;
}
.w-footer .__lt .__sitemap:after {
  clear: both;
}
.w-footer .__lt .__sitemap .__sitemap_m {
  display: inline-block;
  float: left;
  width: 120px;
  margin-right: 73px;
}
.w-footer .__lt .__sitemap .__sitemap_m:not(:last-child) .ui-title:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  margin-left: 59px;
  margin-top: 3px;
  background: #ddd;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-title {
  display: block;
  font-size: 18px;
  color: #333333;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map {
  margin-top: 20px;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map:before, .w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map:after {
  content: " ";
  display: table;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map:after {
  clear: both;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item {
  position: relative;
  display: block;
  float: none;
  line-height: 30px;
  color: #777;
  font-size: 14px;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item:hover {
  cursor: default;
  color: #ff5b2c;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item:hover .ui-nav-child {
  display: block;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item .ui-nav-child {
  display: none;
  position: absolute;
  left: -75px;
  bottom: 38px;
  background: #fff;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -moz-box-shadow: 0 3px 15px 5px rgba(51, 51, 51, 0.1);
       box-shadow: 0 3px 15px 5px rgba(51, 51, 51, 0.1);
  z-index: 1031;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item .ui-nav-child .__arrow ._down {
  position: absolute;
  bottom: -7.5px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -moz-box-shadow: 0 -2px 12px rgba(51, 51, 51, 0.1);
       box-shadow: 0 -2px 12px rgba(51, 51, 51, 0.1);
  text-align: center;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item .ui-nav-child .__arrow ._over {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 30px;
  height: 16px;
  background: #fff;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item .ui-nav-child .ui-nav-child-item {
  padding: 16px 20px 20px;
  line-height: 1;
  text-align: left;
  color: #333333;
  font-size: 12px;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item .ui-nav-child .ui-nav-child-item .ui-img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 13px auto 0;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-nav-item .ui-nav-child .ui-nav-child-item .ui-text {
  line-height: 18px;
  text-align: justify;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-link {
  color: #777777;
  font-size: 14px;
}
.w-footer .__lt .__sitemap .__sitemap_m .ui-nav_map .ui-link:hover {
  color: #ff5b2c;
  text-decoration: none;
}
.w-footer .__lt .__copyright {
  margin-top: 72px;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}
.w-footer .__lt .__copyright .ui-link {
  display: inline-block;
  color: #999999;
}
.w-footer .__lt .__copyright .ui-link:hover {
  cursor: pointer;
  text-decoration: none;
  color: #999999;
}
.w-footer .__lt .__copyright .ui-img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: -4px;
}
.w-footer .__contact {
  margin-bottom: 60px;
}
.w-footer .__contact .__telphone {
  text-align: center;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}
.w-footer .__contact .__telphone .ui-text {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #777;
  line-height: 1;
}
.w-footer .__contact .ui-btn {
  display: inline-block;
  margin-top: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.w-footer .__contact .ui-btn-orangeborder .btn-icon-active{
  display: none;
}
.w-footer .__contact .ui-btn-orangeborder .btn-icon{
  
  position:relative;
  top:-1px;
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
.w-footer .__contact .ui-btn-orangeborder {
  position:relative;
  width: 201px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ff5b2c;
  -moz-border-radius: 23px;
       border-radius: 23px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #ff5b2c;
}
.w-footer .__contact .ui-weixin{
  color:#30C757;
  border:1px solid rgba(48,199,87,1);
}
.w-footer .__contact .ui-weixin:hover{
  border:1px solid rgba(48,199,87,1);
  background:#30C757!important;
}
.w-footer .__contact .ui-btn-orangeborder:hover .btn-icon-normal{
  display: none;
}
.w-footer .__contact .robot{
  margin-right:16px;
}
.w-footer .__contact .ui-btn-orangeborder:hover .btn-icon-active{
  display: inline-block;
}
.w-footer .__contact .ui-btn-orangeborder:hover {
  background: #ff5b2c;
  color: #fff;
  text-decoration: none;
}
.w-footer .__contact .ui-btn-orangeborder .font-jkx-web {
  display: inline-block;
  margin-right: 9px;
  font-size: 24px;
  vertical-align: -4px;
}
.w-footer .__followus .__qr {
  position:relative;
  display: inline-block;
  width: 110px;
  margin-right: 42px;
  text-align: center;
  line-height: 41px;
  color: #999999;
}
.w-footer .__followus .__mask{
  display: none;
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background:rgba(245,245,245,.9)
}
.w-footer .__followus .__qr .ui-img {
  display: block;
  width: 100%;
  height: 100%;
}
.w-footer .__followus .__qr:last-child {
  margin-right: 0;
}

#ZCChatFrame {
  right: 120px !important;
}
.ui-pager .pager-common {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}
.ui-pager .ui-link {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}
.ui-pager .ui-link .pager-item {
  border: 1px solid #DDDDDD;
  color: #333333;
}
.ui-pager .ui-link .pager-item:hover {
  border: 1px solid #333333;
}
.ui-pager .ui-link .pager-item_active {
  border: 1px solid #FF5B2C;
  background: #FF5B2C;
  color: #FFFFFF;
}
.ui-pager .ui-link .pager-direction {
  font-size: 20px;
}
.ui-pager .pager-ellipsis {
  color: #333333;
  cursor: default;
}

.tip-content {
  min-width: 117px;
  max-width: 213px;
  position: fixed;
  left: 0;
  display: none;
  cursor: default;
  z-index: 99;
}
.tip-content .tip-outline {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 15px 17px 15px 15px;
  background-color: #fff;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -moz-box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
       box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
  overflow: hidden;
}
.tip-content .tip-outline-img {
  width: 94px;
  height: 94px;
  float: left;
  background-color: #f5f5f5;
}
.tip-content .tip-outline-img > img {
  width: 100%;
  height: 100%;
}
.tip-content .tip-outline-text {
  float: left;
  width: 130px;
  margin-left: 16px;
}
.tip-content .tip-outline-text-title {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  
  line-height: 12px;
}
.tip-content .tip-outline-text-msg {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-all;
  
  color: #999999;
  font-size: 12px;
  margin-top: 15px;
  line-height: 18px;
  position: relative;
  height: 68px;
}
.tip-content .tip-outline-text-msg > a {
  text-decoration: none;
  color: #4662A5;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  left: 24px;
  bottom: -4px;
  right: 0;
  background-color: #fff;
}
.tip-content .tip-outline-text-msg > a > span {
  font-size: 12px;
  color: #999999;
  margin-right: 2px;
}
.tip-content .tip-outline-text-msg > span.baise {
  width: 100%;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
}
.tip-content .tip-text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  text-align: left;
  padding: 14px 11px;
  background-color: #fff;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -moz-box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
       box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
}
.tip-content .tip-arrow {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  
  -moz-transform: rotate(45deg);
  
  -webkit-transform: rotate(45deg);
  
  -o-transform: rotate(45deg);
  
  margin-left: 50%;
  position: relative;
  left: -7px;
  top: -10px;
}

.tip-content:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.ui-tip:hover > div {
  display: block !important;
}

.ui-tip:hover {
  display: block !important;
}


html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
  margin: 0;
  padding: 0;
}

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

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

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

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}

body {
  font: 12px/1 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
  background: #fff;
}

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

a:hover {
  text-decoration: underline;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial";
}

.ui-btn {
  display: inline-block;
}

.ui-btn-orangeborder {
  width: 265px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ff5b2c;
  -moz-border-radius: 23px;
       border-radius: 23px;
  font-size: 17px;
  text-align: center;
  color: #ff5b2c;
}
.ui-btn-orangeborder:hover {
  background: #ff5b2c;
  color: #fff;
  text-decoration: none;
}

.ui-btn-locatedcity {
  position: absolute;
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 43px;
  padding: 0 20px;
  line-height: 43px;
  top: 170px;
  right: 600px;
  cursor: pointer;
  color: #333;
  background: white;
  -moz-box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
       box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
  -moz-border-radius: 5px;
       border-radius: 5px;
  margin-top: 40px;
}

.ui-btn-locatedcity:hover {
  text-decoration: none;
}

.ui-btn-locatedcity._active {
  -moz-border-radius-bottomright: 0;
       border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
       border-bottom-left-radius: 0;
}

.ui-btn-locatedcity._active:after {
  display: block;
  position: absolute;
  content: ' ';
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 11px;
  background: #fff;
  z-index: 99;
}

.ui-btn-locatedcity i {
  display: inline-block;
  margin-left: 12px;
}
.wx-kefu-dialog{
  position:fixed;
  background:rgba(0,0,0,.6);
  top:0;
  bottom:0;
  right:0;
  left: 0;
  z-index: 9999;
}
.wx-kefu-dialog .content{
  position:absolute;
  top: 50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:525px;
  height:350px;
}
.wx-kefu-dialog .content .main-img{
  width:525px;
  height:350px;
}
.wx-kefu-dialog .content .ui-close{
  position:absolute;
  right:-41px;
  top:-41px;
  width:36px;
  height:36px;
  cursor: pointer;
}
#j-right-nav .lay-kefu{
  display: none;
  width:128px;
  height:168px;
  top:-50px;
  padding-top: 28px;
  text-align: center;
  box-sizing: border-box;
  font-size:14px;
}
#j-right-nav .lay-kefu .kefu-noclick{
  color:#999999;
  cursor: default;
}
#j-right-nav .lay-kefu .kefu-noclick .ui-title{
  color:#999
}
#j-right-nav .lay-kefu .kefu-noclick .ui-title{
  margin-bottom:10px;
}
#j-right-nav .lay-kefu .kefu-canclick{
  color:#333333;
  margin-bottom:31px;
  cursor: pointer;
}
#j-right-nav .lay-kefu .kefu-canclick:hover{
  color:#FF5B2C;
}
#j-right-nav .concat-kefu:hover .lay-kefu{
  display: block;
  opacity: 1;
}