@charset "utf-8";
/* CSS Document */
/* CSS Document */
body {
  min-width: 1190px;
  background-color: #ffffff;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a9a9a9;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a9a9a9;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a9a9a9;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a9a9a9;
}
body {
  background-color: #f5f5f5;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "微软雅黑";
}
a {
  text-decoration: none;
  color: inherit;
}
cont ul.fu > l .f1 {
  width: 100%;
  height: 98px;
  background-color: #ffffff;
}
.f1 .cont {
  width: 1200px;
  height: 98px;
  margin: 0 auto;
  position: relative;
}
.f1 .cont .logo {
  width: 254px;
  height: 38px;
  background: url("/img/lanse.png") center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.f1 .cont ul.fu {
  float: right;
  margin-top: 42px;
}
.f1 .cont ul.fu > li {
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  float: left;
  position: relative;
}
.f1 .cont ul.fu > li:not(:last-child) {
  font-weight: 600;
}
.f1 .cont ul.fu > li .int {
  width: 0px;
  height: 2px;
  /*background-color: #2b57bf;*/
  background-image: linear-gradient(#ff7101, #ff7101), linear-gradient(#405dd3, #405dd3);
  border-radius: 1px;
  transition: 0.3s;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0);
}
.f1 .cont ul.fu > .new {
  margin-right: 45px!important;
  position: relative;
}
.f1 .cont ul.fu > .new:after {
  content: '';
  display: block;
  width: 2px;
  height: 19px;
  background-color: #767676;
  position: absolute;
  right: -24px;
  top: 0;
}
.f1 .cont ul.fu > li:hover .int,
.f1 .cont ul.fu > li.on .int {
  width: 100%;
}
.f1 .cont ul.fu > li:not(:last-child) {
  margin-right: 20px;
}
.f1 .cont ul.fu > li.is:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: #bababa transparent transparent;
  margin-left: 7px;
  position: relative;
  top: 0px;
  border-radius: 2px;
}
.f1 .cont ul.fu > li.is:hover:after {
  border-color: #2b57bf transparent transparent;
}
.f1 .cont ul.fu > li.is:not(:last-child) {
  margin-right: 21px;
  font-weight: 200;
}
.f1 .cont ul.fu > li.is .menu-childs {
  position: absolute;
  top: 22px;
  height: 0px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  background-color: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(136, 136, 136, 0.35);
  border-radius: 4px;
  text-align: center;
  margin-top: -4px;
  z-index: -1;
  opacity: 0;
  transition: .3s;
}
.f1 .cont ul.fu > li.is:hover .menu-childs {
  height: auto;
  transition: .3s;
  z-index: 1;
  opacity: 1;
}
.f1 .cont ul.fu > li.is .menu-childs li:hover {
  color: #2b57bf;
}
.f1 .cont ul.fu > li.is .menu-childs li {
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.f1 .cont ul.fu > li.is .menu-childs li {
  margin-bottom: 10px;
}
.f1 .cont ul.fu > li.is .menu-childs li:nth-child(1) {
  margin-top: 15px;
}
.is .d-menu {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translate(-50%, 0);
  background-color: #F3F3F9;
  border-radius: 5px;
  z-index: -9999;
  padding-bottom: 20px;
  opacity: 0;
  transition: .3s;
}
/*.is .d-menu:before{
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -30px;
}*/
.is .d-menu::after {
  content: '';
  display: block;
  width: calc(100%);
  height: 40px;
  position: absolute;
  left: 0;
  top: -40px;
}
.is .d-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #F3F3F9;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -9px;
  left: 50%;
  transform: translate(-50%, 0);
}
.is:hover .d-menu {
  opacity: 1;
  z-index: 9999;
}
.is.d-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 12px solid #F3F3F9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.is .d-menu .d4 {
  width: 680px;
  padding: 0 20px;
}
.is .d-menu .d1 {
  width: 170px;
  padding: 0 20px;
}
.is .d-menu .dlist {
  width: 170px;
  float: left;
  text-align: left;
}
.is .d-menu .d4 .dlist:nth-child(3) {
  width: 140px;
  margin-left: 30px;
}
.is .d-menu .dlist .li.t {
  margin-top: 20px;
  font-weight: 700;
  padding-right: 10px;
  font-size: 14px;
  line-height: 40px !important;
  margin-bottom: 5px;
  cursor: default;
  width: 60px;
  border-bottom: 2px solid #505050;
}
.is .d-menu .dlist .li.t:hover {
  color: #505050;
}
.is .d-menu .dlist .li {
  line-height: 30px;
  color: #505050;
  cursor: pointer;
}
.is .d-menu .dlist .li:hover {
  color: #1296db;
}
header {
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
}
header .cont {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}
header .cont .hy {
  float: left;
  color: #cccccc;
  font-size: 12px;
  line-height: 40px;
}
header .cont .rig {
  float: right;
}
header .cont .rig ul {
  height: 40px;
}
header .cont .rig ul li {
  height: 14px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  margin-top: 12px;
  float: left;
}
header .cont .rig ul li:first-child {
  border-right: solid #cccccc 1px;
}
.needs-box {
  position: fixed;
  width: 400px;
  height: 100%;
  background-color: #f5f5f5;
  top: 0;
  right: -400px;
  transition: right .3s;
  z-index: 99999;
}
.needs-box.on {
  box-shadow: rgba(0, 0, 0, 0.05) -3px 0px 3px 0px;
  right: 0;
}
.needs-box .top-kfs {
  width: 400px;
  height: calc(-164%);
  overflow-y: auto;
  position: relative;
}
.needs-box .top-kfs .the-xx {
  width: 15px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}
.needs-box .top-kfs .input-group {
  width: 360px;
  margin: 30px auto 0 auto;
}
.needs-box .top-kfs .input-group input {
  width: 360px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  text-indent: 20px;
}
.needs-box .top-kfs .input-group input:not(:last-child) {
  margin-bottom: 20px;
}
.needs-box .top-kfs .kf-group {
  width: 360px;
  margin: 40px auto 0 auto;
}
.needs-box .top-kfs .kf-group li {
  width: 360px;
  height: 121px;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.needs-box .top-kfs .kf-group li .a-menus {
  width: 31px;
  height: 31px;
  background: url("http://cdn.fengxiangqu.com/fxq/new_index/main/img/1-1-2.png") center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: -31px;
  transition: .3s;
}
.needs-box .top-kfs .kf-group li:hover .a-menus {
  right: 20px;
}
.needs-box .top-kfs .kf-group li .left-head {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  float: left;
  margin: 20px 0 0 20px;
}
.needs-box .top-kfs .kf-group li .right-infos {
  float: left;
  margin: 20px 0 0 17px;
}
.needs-box .top-kfs .kf-group li .right-infos .z-name {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1em;
  font-weight: bold;
}
.needs-box .top-kfs .kf-group li .right-infos .z-name span {
  font-size: 12px;
  color: #767676;
  opacity: 0.54;
  margin-left: 10px;
  font-weight: normal;
}
.needs-box .top-kfs .kf-group li .right-infos .jy {
  font-size: 14px;
  color: #333333;
  opacity: 0.87;
  line-height: 1em;
  margin-top: 14px;
}
.needs-box .top-kfs .kf-group li .right-infos .detail {
  width: 218px;
  height: 28px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.54);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
.needs-box .top-kfs .kf-group li:not(:last-child) {
  margin-bottom: 30px;
}
.needs-box .top-kfs .the-xx:before,
.needs-box .top-kfs .the-xx:after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 6px;
  transition: .6s;
}
.needs-box .top-kfs .the-xx:before {
  transform: rotate(45deg);
}
.needs-box .top-kfs .the-xx:after {
  transform: rotate(-45deg);
}
.needs-box .top-kfs .send-needs {
  font-size: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
  line-height: 1em;
  text-indent: 12px;
  margin: 30px 0 0 20px;
  border-left: 4px solid #000;
}
.needs-box .btn-forms {
  width: 400px;
  height: 264px;
}
.needs-box .btn-forms textarea {
  width: 360px;
  height: 116px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 40px auto 0  auto;
  display: block;
  padding: 20px;
  box-sizing: border-box;
}
.needs-box .btn-forms .ljfb {
  width: 360px;
  height: 48px;
  background-color: #ff7100;
  box-shadow: 0px 8px 16px 0px rgba(116, 116, 116, 0.1);
  border-radius: 24px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  display: block;
  margin: 30px auto 0 auto;
  position: relative;
  transition: .3s;
  top: 0;
}
.needs-box .btn-forms .ljfb:hover {
  top: -3px;
  box-shadow: 0px 8px 16px 0px rgba(191, 191, 191, 0.2);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
a {
  color: inherit;
  text-decoration: none;
}
::-moz-selection {
  background: #ff7100;
  color: white;
  /* Firefox */
}
::selection {
  background: #ff7100;
  color: white;
  /* Opera,Safari,Chrome */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b3b3;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b3b3;
}
.company-all-list {
  width: 100%;
  height: 144px;
  background: url(/file/wd-js/img/bj-image01.jpg) center top no-repeat;
  box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.01);
}
.company-all-list ul {
  width: 1192px;
  height: 144px;
  margin: 0 auto;
  background: url(/file/wd-js/img/line.png) left center no-repeat;
  overflow: hidden;
}
.company-all-list ul li {
  width: 149px;
  height: 144px;
  display: block;
  float: left;
  background: url(/file/wd-js/img/line.png) right center no-repeat;
  transition: .3s;
  position: relative;
}
.company-all-list ul li.on {
  width: 490px;
}
.company-all-list ul li.off {
  width: 98px;
}
.company-all-list ul li .t-left {
  width: 149px;
  height: 144px;
  text-align: center;
  transition: .3s;
  position: relative;
  transition: .2s;
  float: left;
}
.company-all-list ul li.off .t-left {
  width: 98px;
}
.company-all-list ul li.on .t-left:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid #272a2e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.company-all-list ul li .t-left > .t1 {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid #ff8800;
  margin: 34px auto 0;
  font-size: 24px;
  line-height: 52px;
  color: #ff8800;
  font-weight: 300;
}
.company-all-list ul li .t-left > .t2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #666666;
}
.company-all-list ul li.on .t-left > .t2 {
  color: #ffffff;
}
.company-all-list ul li:nth-child(1).on .t-left {
  background: url(/file/wd-js/img/zhe-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(2).on .t-left {
  background: url(/file/wd-js/img/yue-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(3).on .t-left {
  background: url(/file/wd-js/img/e-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(4).on .t-left {
  background: url(/file/wd-js/img/lu-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(5).on .t-left {
  background: url(/file/wd-js/img/su-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(6).on .t-left {
  background: url(/file/wd-js/img/min-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(7).on .t-left {
  background: url(/file/wd-js/img/gang-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(8).on .t-left {
  background: url(http://www.yangqu.com/file/static/handan/bottom.jpg) center center no-repeat;
}
.company-all-list ul li .t-right {
  width: 0;
  opacity: 0;
  height: 144px;
  transition: .3s;
  overflow: hidden;
  position: absolute;
  left: 0;
  text-align: left;
  top: 0;
}
.company-all-list ul li .t-right .t1 {
  width: 282px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #ff8800;
  margin-top: 38px;
  margin-left: 42px;
  text-align: left;
}
.company-all-list ul li .t-right .t1:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/file/wd-js/img/dz-icon.png) left center no-repeat;
  float: left;
}
.company-all-list ul li.on .t-right {
  width: 352px;
  background-color: #272a2e;
  opacity: 1;
  left: 148px;
}
.company-all-list ul li .t-right .t2 {
  width: 282px;
  height: 40px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-top: 10px;
  margin-left: 42px;
  text-align: left;
}
/*搴曢儴鑿滃崟*/
.common-container {
  font-size: 0;
}
.common-left-float {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  background: #000;
  z-index: 100;
}
.common-float-list {
  position: relative;
  width: 42px;
  height: 490px;
  top: 50%;
  margin-top: -245px;
}
.common-tip {
  position: relative;
  height: 42px;
  width: 42px;
  margin-top: 10px;
}
.common-tip:before,
.common-tip:after {
  opacity: 0;
  /*閫忔槑搴︿负瀹屽叏閫忔槑*/
  position: absolute;
  z-index: 1000;
  /*璁句负鏈€涓婂眰*/
  /*榧犳爣鏀句笂鍏冪礌涓婃椂鐨勫姩鐢伙紝榧犳爣鏀句笂鍚庢晥鏋滃湪.tip-*:hover:before, .tip-*:hover:after涓缃�;
    0.-3s:瑙勫畾瀹屾垚杩囨浮鏁堟灉闇€瑕佸灏戠鎴栨绉�,ease:瑙勫畾鎱㈤€熷紑濮嬶紝鐒跺悗鍙樺揩锛岀劧鍚庢參閫熺粨鏉熺殑杩囨浮鏁堟灉*/
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.common-tip:before {
  content: '';
  border: 6px solid transparent;
}
.common-tip:after {
  content: attr(data-tip);
  /*鍚庡幓瑕佹彁绀虹殑鏂囨湰*/
  padding: 5px;
  white-space: nowrap;
  /*寮哄埗涓嶆崲琛�*/
  background-color: #fff;
  color: #000;
}
div.common-qrcode-tip:after {
  padding: 10px;
  content: attr("鎵爜涓嬭浇app");
  padding: 0;
  display: inline-block;
  width: 188px;
  height: 164px;
  white-space: nowrap;
  /*寮哄埗涓嶆崲琛�*/
  background-image: url(/images/wd-imgs/qr-code-i.png);
  background-repeat: no-repeat;
  display: none;
}
div.common-qrcode-tip-on:after {
  padding: 10px;
  content: attr("鎵爜涓嬭浇app");
  padding: 0;
  display: inline-block;
  width: 188px;
  height: 164px;
  white-space: nowrap;
  /*寮哄埗涓嶆崲琛�*/
  background-image: url(/images/wd-imgs/qr-code-i.png);
  background-repeat: no-repeat;
}
.common-tip-on:after {
  opacity: 1;
  /*榧犳爣鏀句笂鏃堕€忔槑搴︿负瀹屽叏鏄剧ず*/
}
.common-tip-bottom {
  position: absolute;
  bottom: 0;
}
/*left*/
.common-tip-left:after {
  top: 0%;
  right: 100%;
  margin-right: 0px;
  margin-top: 0px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 7px 10px 0px rgba(7, 7, 7, 0.15);
  display: inline-block;
  height: 30px;
  width: 188px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  display: none;
}
.common-tip-left-on:after {
  top: 0%;
  right: 100%;
  margin-right: 0px;
  margin-top: 0px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 7px 10px 0px rgba(7, 7, 7, 0.15);
  display: inline-block;
  height: 30px;
  width: 188px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}
.common-tip-left:hover:before {
  margin-left: -6px;
}
.common-tip-left:hover:after {
  margin-right: 6px;
}
.common-my-center {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/images/wd-imgs/my-center.png);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.common-qr-code {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/images/wd-imgs/qr-code.png);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.common-cus-serv {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/images/wd-imgs/cus-serv.png);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.common-shop-serv {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/images/wd-imgs/shop-serv.png);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.common-online-cus {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/images/wd-imgs/online-cus.png);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.common-to-top {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/images/wd-imgs/to-top.png);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.common-header {
  width: 100%;
  height: 150px;
  background: #fff;
}
.common-header-top {
  color: #999999;
  font-size: 12px;
  background: #f7f7f7;
}
.common-header-top span {
  color: #999999;
}
.common-ht-line {
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 16px;
  background: #ccc;
}
.common-header-top-content {
  width: 1190px;
  margin: 0 auto;
}
.common-ht-left {
  display: inline-block;
  line-height: 44px;
}
.common-ht-right {
  display: inline-block;
  line-height: 44px;
  float: right;
}
.common-header-menu {
  height: 106px;
  width: 1190px;
  margin: 0 auto;
  font-size: 16px;
  color: #333333;
  background: #fff;
}
.common-logo {
  width: 273px;
  height: 40px;
  display: inline-block;
  background: url(/images/wd-imgs/logo.png);
  background-repeat: no-repeat;
  background-size: 273px 40px;
  margin-top: 30px;
}
.common-menu {
  display: inline-block;
  line-height: 106px;
  float: right;
}
.common-menu-line {
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 16px;
  background: #ccc;
}
.common-red {
  color: #ff0000;
}
span.common-red {
  color: #ff0000;
}
.common-red a {
  color: #ff0000;
}
.common-menu span {
  display: inline-block;
  position: relative;
}
.common-up-hot {
  display: inline-block;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  background: url(/images/wd-imgs/hot.png);
  background-repeat: no-repeat;
  background-size: 28px 20px;
}
.common-to-down {
  display: inline-block;
  width: 9px;
  height: 6px;
  background: url(/images/wd-imgs/to-down.png);
  background-repeat: no-repeat;
  background-size: 9px 6px;
  margin-left: 6px;
}
.common-new-sel {
  text-align: left;
}
.common-menu ul {
  list-style-type: none;
  z-index: 1002;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: 75px;
  left: 0px;
  border: 1px solid #999999;
  display: none;
  background-color: #fff;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.common-menu ul li {
  width: 150px;
  border-bottom: 1px solid #ccc;
}
.common-banner {
  width: 100%;
  height: 600px;
  position: relative;
}
.common-banner-list {
  display: none;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
.common-banner .common-list-on {
  display: inline-block;
}
.common-banner-dot {
  position: absolute;
  top: 477px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
  text-align: center;
}
.common-banner ul {
  list-style-type: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 1002;
  margin: 0;
  padding: 0;
}
.common-banner ul li {
  padding: 2px 10px;
  margin: 0 6px;
  display: inline-block;
  background: #b9b3cd;
  cursor: pointer;
}
.common-banner ul li.common-on {
  padding: 2px 15px;
  background: #fff;
}
.common-buy-sell {
  padding: 24px 40px;
  width: 1110px;
  height: 292px;
  position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 5px;
}
.common-bs-left {
  display: inline-block;
  height: 292px;
  width: 654px;
}
.common-bs-right {
  display: inline-block;
  height: 292px;
  width: 376px;
  float: right;
}
.common-bs-title {
  font-size: 22px;
  color: #333333;
  line-height: 50px;
}
.common-buy-search {
  width: 400px;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  font-size: 15px;
  background-color: #f5f5f7;
  border-radius: 5px;
  outline: none;
  border: 0;
  float: right;
}
.common-buy-search-input {
  width: 360px;
  height: 50px;
  line-height: 50px;
  padding: 0 0;
  font-size: 15px;
  background-color: #f5f5f7;
  border-radius: 5px;
  outline: none;
  border: 0;
}
.common-buy-search-img {
  vertical-align: middle;
}
.common-sell-search {
  width: 344px;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  font-size: 15px;
  background: #f5f5f7;
  border-radius: 5px;
  outline: none;
  border: 0;
  margin: 24px 0;
}
.common-sell-imgs {
  margin-top: 24px;
  font-size: 14px;
}
.common-sell-imgs-span {
  display: inline-block;
  width: 120px;
  height: 90px;
  text-align: center;
  cursor: pointer;
}
.common-sell-imgs-span img {
  margin-bottom: 4px;
}
.common-sell-sel {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
.common-sell-button {
  display: inline-block;
  width: 177px;
  height: 50px;
  background: #ff9900;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  cursor: pointer;
}
.common-sell-f-button,
.common-mianfeigujia {
  display: inline-block;
  width: 177px;
  height: 50px;
  background: #f20014;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  float: right;
  cursor: pointer;
  color: #fff;
}
.common-sell-apply {
  margin-top: 24px;
  font-size: 18px;
  color: #959595;
  text-align: center;
}
.common-apply-line {
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #959595;
  margin: 0 10px;
  vertical-align: middle;
}
.common-fx-title {
  width: 1190px;
  height: 25px;
  margin: 40px auto;
  margin-bottom: 15px;
}
.common-fx-first {
  margin-top: 100px;
  height: 30px;
  line-height: 30px;
}
.common-fx-font {
  display: inline-block;
  height: 30px;
  font-size: 24px;
  color: #333333;
  margin-left: 18px;
  margin-right: 26px;
}
.common-more {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #cccccc;
  margin-right: 20px;
  float: right;
}
.common-brand {
  height: 420px;
  width: 1190px;
  margin: 0 auto;
  font-size: 16px;
}
.common-p-left {
  display: inline-block;
  width: 270px;
  height: 280px;
  background: url(/images/wd-imgs/p-left.png);
  vertical-align: middle;
  padding-top: 140px;
  padding-left: 32px;
}
.common-p-right {
  position: relative;
  display: inline-block;
  width: 888px;
  height: 420px;
  float: right;
}
.common-hover-on {
  width: 178px;
  height: 41px;
  border-radius: 5px;
  line-height: 41px;
  background-color: #fff;
  color: #ff6673;
  padding-left: 13px;
  margin: 10px 0;
  background-image: url(/images/wd-imgs/row-red.png);
  background-repeat: no-repeat;
  background-position: 116px 16px;
}
.common-hover-off {
  width: 178px;
  height: 41px;
  border-radius: 5px;
  line-height: 41px;
  background: transparent;
  color: #fff;
  padding-left: 13px;
  margin: 10px 0;
  background-image: url(/images/wd-imgs/row-white.png);
  background-repeat: no-repeat;
  background-position: 116px 16px;
}
.common-p-right .common-p-right-son {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 888px;
  height: 420px;
  background-color: #fff;
}
.common-p-right .common-display {
  display: block;
}
.common-p-right-img,
.common-r-right-img,
.common-j-right-img {
  float: left;
  width: 296px;
  height: 160px;
  text-align: center;
  padding-top: 50px;
}
.common-after-dis {
  padding-top: 15px;
  cursor: pointer;
}
.common-p-right-text {
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
}
.common-p-right-img-hover {
  box-shadow: -1px -1px 8px 8px rgba(255, 76, 91, 0.15);
}
.common-r-right-img-hover {
  box-shadow: -1px -1px 8px 8px rgba(255, 97, 136, 0.15);
}
/*.common-j-right-img-hover{
    box-shadow: -1px -1px 8px 8px rgba(255,123,97, 0.15);
}*/
.common-fx-list {
  margin-top: 65px;
}
.common-after-dis {
  display: none;
}
.common-hot {
  height: 420px;
  width: 1190px;
  margin: 0 auto;
  font-size: 16px;
}
.common-the-hot .common-p-left {
  background: url(/images/wd-imgs/r-left.png);
}
.common-r-right-img-text {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.common-r-imgs {
  vertical-align: middle;
}
.common-r-imgs-div {
  display: inline-block;
  width: 74px;
  height: 74px;
}
.common-r-right-text {
  width: 168px;
  color: #666666;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.common-the-hot .common-r-right-img {
  float: left;
  width: 296px;
  height: 140px;
  text-align: center;
  padding-top: 70px;
}
.common-the-hot .common-after-dis {
  padding-top: 0;
}
.common-r-right-brand-span {
  background: #f2f2f2;
  font-size: 14px;
  color: #b3b3b3;
  padding: 0 5px;
  margin: 0 6px;
}
.common-r-right-brand {
  margin-top: 10px;
  width: 168px;
  overflow: hidden;
  white-space: nowrap;
  /*涓嶆崲琛�*/
}
.common-the-today .common-p-left {
  background: url(/images/wd-imgs/j-left.png);
}
.common-j-right-text {
  padding-left: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 212px;
  color: #666666;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background-image: url(/images/wd-imgs/t.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.common-j-right-brand {
  margin-top: 10px;
  text-align: left;
  padding-left: 17px;
}
.common-j-right-brand-span {
  font-size: 14px;
  color: #b3b3b3;
}
.common-j-right-brand-line {
  display: inline-block;
  background: #f2f2f2;
  height: 14px;
  width: 1px;
  margin: 0 7px;
}
.common-j-right-amount {
  text-align: left;
  padding-left: 17px;
  margin-top: 10px;
}
.common-rmb {
  font-size: 12px;
  color: #333333;
  margin-right: 10px;
}
.common-price {
  font-size: 20;
  color: #f20014;
}
div.common-j-after-dis {
  top: 0;
  position: absolute;
  background-color: #fff;
  width: 296px;
  height: 420px;
  padding-top: 0;
  border: 0 solid #ff6673;
  box-shadow: -1px -1px 8px 8px rgba(255, 123, 97, 0.15);
  z-index: 1000;
}
.common-after-img {
  margin-top: 20px;
  margin-bottom: 30px;
  height: 126px;
}
div.common-j-after-dis-bottom {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 296px;
  height: 420px;
  padding-top: 0;
  border: 0 solid #ff6673;
  box-shadow: -1px -1px 8px 8px rgba(255, 123, 97, 0.15);
  z-index: 1000;
}
.common-j-after-text {
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 224px;
  margin: 0 auto;
  margin-top: 40px;
}
.common-j-after-title {
  font-size: 14px;
  color: #b3b3b3;
  display: inline-block;
  width: 60px;
}
.common-j-after-line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #f2f2f2;
}
.common-j-after-tdiv {
  margin-top: 20px;
}
.common-j-after-content {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  width: 60px;
}
.common-j-after-dis .common-j-right-amount {
  text-align: center;
}
.common-j-after-dis-bottom .common-j-right-amount {
  text-align: center;
}
.common-j-right-btn {
  width: 169px;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  color: #fff;
  background: url(/images/wd-imgs/j-ater-btn.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 13px;
}
.common-fx-dairu {
  padding: 10px 32px;
  padding-bottom: 20px;
  width: 72px;
  height: 31px;
  line-height: 51px;
  font-size: 16px;
  color: #666666;
}
.common-fx-dairu-on {
  background-color: #fff;
  background-image: url(/images/wd-imgs/down.png);
  background-repeat: no-repeat;
  background-position: 50% 36px;
}
.common-replace-in {
  background-color: #fff;
  height: 340px;
  width: 1190px;
  margin: 0 auto;
  margin-top: 31px;
}
.common-re-left {
  display: inline-block;
  width: 472px;
  height: 276px;
  padding: 32px;
}
.common-re-img-list {
  width: 54px;
  height: 74px;
  float: left;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  margin: 32px;
}
.common-re-img-font {
  margin-top: 8px;
}
.common-re-img-list:hover {
  color: #f2616d;
}
.common-re-right {
  display: inline-block;
  width: 654px;
  height: 339px;
  float: right;
}
.common-re-right-content {
  padding-top: 54px;
  width: 634px;
  height: 245px;
  margin: 10px 20px;
  background-image: url(/images/wd-imgs/re-right-bg.png);
  background-repeat: no-repeat;
}
.common-re-right-tit {
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.common-re-right-tx1 {
  margin-top: 24px;
  height: 40px;
  padding-left: 35px;
}
.common-re-right-tx2 {
  margin-top: 15px;
  height: 40px;
  padding-left: 35px;
}
.common-re-right-input {
  width: 230px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  border: 0;
  margin-right: 19px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 40px;
}
.common-re-right-buttom {
  margin: 0 auto;
  width: 301px;
  height: 40px;
  border: 1px solid #f20014;
  border-radius: 5px;
  font-size: 16px;
  color: #f20014;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 20px;
}
.common-tm {
  position: absolute;
}
.common-jd {
  position: absolute;
  display: none;
}
.common-se-ad {
  margin-top: 70px;
  width: 100%;
  height: 695px;
  background-color: #000;
  background: url(/images/wd-imgs/se-ad.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 70px;
}
.common-gw-line {
  height: 1px;
  width: 18px;
  margin: 0 auto;
  background: #b2b2b2;
}
.common-gw-higher {
  height: 24px;
  padding-top: 14px;
  padding-bottom: 6px;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.common-gw-higher-en {
  font-size: 13px;
  color: #d8d8d8;
  text-align: center;
  padding-bottom: 12px;
}
.common-gw-higher-info {
  font-size: 14px;
  color: #b3b3b3;
  text-align: center;
  padding: 13px 0;
}
.common-gw-list-div {
  width: 1190px;
  height: 398px;
  margin: 0 auto;
  margin-top: 55px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.common-gw-list {
  position: relative;
  display: inline-block;
  width: 297px;
  height: 356px;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  float: left;
  background: #fff;
}
div.common-gw-list-big {
  height: 398px;
  z-index: 100;
}
.common-gw-list-pre {
  position: absolute;
  width: 297px;
  height: 356px;
  vertical-align: middle;
  text-align: center;
}
.common-gw-list-after {
  position: absolute;
  width: 297px;
  height: 398px;
  vertical-align: middle;
  text-align: center;
  display: none;
}
.common-gw-list-big .common-gw-list-pre {
  display: none;
}
.common-gw-list-big .common-gw-list-after {
  display: block;
}
.common-gw-list-pre .common-gw-name {
  font-size: 20px;
  color: #999999;
  margin-top: 29px;
  margin-bottom: 14px;
}
.common-gw-list-pre .common-gw-img {
  position: relative;
  width: 136px;
  height: 150px;
  margin: 0 auto;
}
.common-gw-list-pre .common-gw-img-text {
  width: 128px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #b3b3b3;
  position: absolute;
  bottom: 3px;
  left: 5px;
  background: url(/images/wd-imgs/gw-img-bg-gray.png);
}
.common-gw-list-pre .common-gw-gray-line {
  width: 18px;
  height: 2px;
  margin: 14px auto;
  background: #e6e6e6;
}
.common-gw-list-pre .common-gw-company {
  margin: 0 auto;
  font-size: 14px;
  color: #b3b3b3;
}
.common-gw-list-pre .common-gw-connect {
  margin: 0 auto;
  margin-top: 34px;
}
.common-gw-list-pre .common-gw-qq {
  display: inline-block;
  width: 110px;
  font-size: 12px;
  color: #9a9b9c;
}
.common-gw-list-pre .common-gw-tel {
  display: inline-block;
  width: 110px;
  font-size: 12px;
  color: #9a9b9c;
}
.common-gw-list-after {
  box-shadow: 0px 7px 10px 0px rgba(242, 0, 20, 0.15);
}
.common-gw-list-after .common-gw-name {
  font-size: 20px;
  color: #333333;
  margin-top: 46px;
  margin-bottom: 14px;
}
.common-gw-list-after .common-gw-img {
  position: relative;
  width: 136px;
  height: 150px;
  margin: 0 auto;
}
.common-gw-list-after .common-gw-img-text {
  width: 128px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 3px;
  left: 5px;
  background: url(/images/wd-imgs/gw-img-bg-red.png);
}
.common-gw-list-after .common-gw-gray-line {
  width: 18px;
  height: 2px;
  margin: 14px auto;
  background: #f20014;
}
.common-gw-list-after .common-gw-company {
  margin: 0 auto;
  font-size: 14px;
  color: #666666;
}
.common-gw-list-after .common-gw-connect {
  margin: 0 auto;
  margin-top: 60px;
}
.common-gw-list-after .common-gw-qq {
  display: inline-block;
  width: 110px;
  font-size: 12px;
  color: #f20014;
}
.common-gw-list-after .common-gw-tel {
  display: inline-block;
  width: 110px;
  font-size: 12px;
  color: #f20014;
}
.common-int-after {
  width: 1190px;
  height: 682px;
  margin: 0 auto;
}
.common-int-line {
  height: 1px;
  width: 18px;
  margin: 0 auto;
  background: #b2b2b2;
}
.common-int-higher {
  height: 24px;
  padding-top: 14px;
  padding-bottom: 6px;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.common-int-higher-en {
  font-size: 13px;
  color: #d8d8d8;
  text-align: center;
  padding-bottom: 12px;
}
.common-int-higher-info {
  position: relative;
  width: 521px;
  font-size: 14px;
  color: #b3b3b3;
  text-align: center;
  padding: 13px 0;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  /*涓嶆崲琛�*/
  text-overflow: ellipsis;
  /*瓒呭嚭閮ㄥ垎鏂囧瓧浠�...鏄剧ず*/
  height: 40px;
}
.common-int-higher-span {
  width: 521px;
  font-size: 14px;
  padding: 13px 0;
  line-height: 14px;
  color: #b3b3b3;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  /*涓嶆崲琛�*/
  text-overflow: ellipsis;
  /*瓒呭嚭閮ㄥ垎鏂囧瓧浠�...鏄剧ず*/
}
.common-int-cont {
  width: 100%;
  height: 477px;
  margin-top: 50px;
  position: relative;
}
.common-int-list {
  position: relative;
  display: inline-block;
  width: 287px;
  height: 404px;
  top: 50%;
  transform: translate(0, -50%);
  float: left;
  background: #fff;
}
div.common-int-list-big {
  width: 600px;
  height: 477px;
}
.common-int-span {
  float: left;
  width: 16px;
  height: 100%;
}
.common-int-list-pre {
  position: absolute;
  width: 215px;
  height: 300px;
  vertical-align: middle;
  padding: 52px 36px;
}
.common-int-list-after {
  position: absolute;
  width: 520px;
  height: 351px;
  vertical-align: middle;
  display: none;
  padding: 63px 40px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 7px 10px 0px rgba(242, 0, 20, 0.12);
}
.common-int-list-on {
  width: 600px;
  height: 477px;
  z-index: 100;
}
.common-int-list-on .common-int-list-pre {
  display: none;
}
.common-int-list-on .common-int-list-after {
  display: block;
}
div.common-int-span1 {
  display: none;
}
.common-int-pre-date {
  font-size: 20px;
  color: #999999;
}
.common-int-tag {
  font-size: 18px;
  color: #333333;
}
.common-int-brand {
  margin-top: 17px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #b3b3b3;
  height: 22px;
}
.common-int-brand span {
  text-align: center;
  display: inline-block;
  background: #f7f7f7;
  line-height: 22px;
  width: 86px;
}
.common-int-detail {
  width: 86px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #f20014;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #f20014;
  cursor: pointer;
}
.common-int-detail-img {
  margin-top: 25px;
  width: 214px;
  height: 156px;
  overflow: hidden;
  border-radius: 78px;
}
.common-int-after-detail {
  width: 86px;
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #f20014;
  cursor: pointer;
}
.common-int-after-first-text {
  display: inline-block;
  margin-top: 20px;
}
.common-int-after-first-img {
  float: right;
  display: inline-block;
  width: 214px;
  height: 156px;
  overflow: hidden;
  border-radius: 78px;
}
.common-int-tag {
  overflow: hidden;
  width: 187px;
  white-space: nowrap;
  /*涓嶆崲琛�*/
  text-overflow: ellipsis;
  /*瓒呭嚭閮ㄥ垎鏂囧瓧浠�...鏄剧ず*/
}
.common-int-list-after-second {
  margin-top: 55px;
}
.common-int-list-after-line {
  width: 480px;
  overflow: hidden;
  white-space: nowrap;
  /*涓嶆崲琛�*/
  text-overflow: ellipsis;
  /*瓒呭嚭閮ㄥ垎鏂囧瓧浠�...鏄剧ず*/
  font-size: 16px;
  color: #666666;
  margin-top: 21px;
  margin-bottom: 21px;
}
.common-news-info {
  width: 1190px;
  height: 590px;
  margin: 0 auto;
  padding-top: 70px;
}
.common-news-content {
  background: #fff;
  width: 1190px;
  height: 422px;
  margin-top: 40px;
}
.common-news-left {
  display: inline-block;
  width: 605px;
  height: 362px;
  padding: 40px 70px 20px 40px;
}
.common-news-right {
  display: inline-block;
  width: 420px;
  height: 362px;
  padding: 40px 0 20px 0;
  float: right;
  margin-right: 47px;
}
.common-news-left-title {
  margin-bottom: 50px;
  height: 22px;
}
.common-news-con-title {
  display: inline-block;
  font-size: 22px;
  color: #333333;
}
.common-news-con-more {
  display: inline-block;
  font-size: 14px;
  color: #b3b3b3;
  float: right;
  cursor: pointer;
}
.common-news-list {
  height: 53px;
  position: relative;
}
div.common-news-list-on {
  height: 140px;
  padding: 18px 0;
  position: relative;
}
.common-news-list-on .common-news-list-title {
  display: none;
}
.common-news-list-on .common-news-list-detail {
  display: block;
}
.common-news-list-title {
  height: 53px;
  font-size: 17px;
  line-height: 53px;
  color: #666666;
  text-align: left;
}
/*.pri:after{*/
/*content: '';*/
/*display: inline-block;*/
/*width: 80px;*/
/*height: 53px;*/
/*cursor: pointer;*/
/*background: url("/file/jieri/two12/1-1.png")center center no-repeat;*/
/*position: relative;*/
/*top: 10px;*/
/*left: 25px;*/
/*}*/
.common-news-list-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff0000;
  margin-bottom: 24px;
  margin-right: 10px;
}
.common-news-list-title-text {
  display: inline-block;
  height: 53px;
  width: 399px;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  /*涓嶆崲琛�*/
  text-overflow: ellipsis;
  /*瓒呭嚭閮ㄥ垎鏂囧瓧浠�...鏄剧ず*/
}
.common-news-list-title-date {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  float: right;
}
.common-news-list-detail {
  height: 140px;
  display: none;
}
.common-news-list-detail-img {
  display: inline-block;
  float: left;
  padding-right: 16px;
  width: 226px;
}
.common-news-list-detail-text {
  display: inline-block;
}
.common-news-detail-title {
  width: 360px;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  /*涓嶆崲琛�*/
  text-overflow: ellipsis;
  /*瓒呭嚭閮ㄥ垎鏂囧瓧浠�...鏄剧ず*/
}
.common-news-detail-content {
  margin-top: 18px;
  width: 360px;
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.common-news-detail-date {
  margin-top: 17px;
  font-size: 14px;
  color: #b3b3b3;
}
.common-news-detail-span {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #fa4e4b;
  cursor: pointer;
}
.common-nrl-first {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(/images/wd-imgs/news-first.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.common-nrl-second {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(/images/wd-imgs/news-second.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.common-nrl-third {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(/images/wd-imgs/news-third.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.common-news-right-list {
  padding: 18px 0;
}
.common-nrl-title {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  /*涓嶆崲琛�*/
  text-overflow: ellipsis;
  /*瓒呭嚭閮ㄥ垎鏂囧瓧浠�...鏄剧ず*/
}
.common-nrl-content {
  margin: 27px 20px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: none;
}
.common-news-right-list-on .common-nrl-title {
  font-size: 20px;
  color: #333333;
}
.common-news-right-list-on .common-nrl-content {
  display: -webkit-box;
}
.common-fxq-info {
  width: 1190px;
  height: 890px;
  margin: 0 auto;
  padding-top: 70px;
}
.common-timer {
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(/images/wd-imgs/timer.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.common-fxq-content {
  width: 1190px;
  height: 678px;
  margin-top: 40px;
}
.common-fxq-img {
  position: relative;
  width: 821px;
  height: 678px;
}
.common-img-zb {
  position: absolute;
  width: 12px;
  height: 16px;
  background: url(/images/wd-imgs/img-zb.png);
  cursor: pointer;
}
.common-jn-info {
  top: 329px;
  left: 644px;
}
.common-jj-info {
  top: 445px;
  left: 630px;
}
.common-hz-info {
  top: 433px;
  left: 699px;
}
.common-sz-info {
  top: 571px;
  left: 608px;
}
.common-cont-zb {
  position: absolute;
  width: 380px;
  height: 139px;
  display: none;
}
div.common-hz-cont {
  display: block;
}
.common-jn-cont {
  top: 263px;
  left: 666px;
}
.common-jj-cont {
  top: 381px;
  left: 650px;
}
.common-hz-cont {
  top: 369px;
  left: 719px;
}
.common-sz-cont {
  top: 507px;
  left: 628px;
}
.common-triangle_left {
  width: 0;
  height: 0;
  border-width: 30px 30px 30px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  /*閫忔槑 鐏� 閫忔槑 閫忔槑 */
  margin: 40px 0;
  position: relative;
  display: inline-block;
}
.common-zb-cont {
  width: 318px;
  height: 107px;
  background: #fff;
  display: inline-block;
  float: right;
  box-shadow: 0px 7px 10px 0px rgba(115, 115, 115, 0.15);
  padding: 16px;
}
.common-zb-cont-right {
  padding: 18px 11px;
}
.common-zb-cont-title {
  font-size: 18px;
  color: #333333;
}
.common-zb-cont-cont {
  font-size: 12px;
  color: #999999;
}
.common-zb-cont-left {
  display: inline-block;
  width: 137px;
}
.common-zb-cont-right {
  display: inline-block;
  float: right;
  width: 150px;
}
.common-bottom {
  width: 100%;
  height: 456px;
  background: url(/file/wd-js/img/bj-image.jpg) center top no-repeat;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}
.common-bot-content {
  width: 1200px;
  height: 462px;
  margin: 0 auto;
  position: relative;
}
.common-bot-line1 {
  width: 1180px;
  height: 0px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
}
.common-bot-line2 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: 320px;
}
.common-comp-menu {
  float: left;
  width: 780px;
  display: inline-block;
}
.common-comp-menu span {
  display: inline-block;
  width: 130px;
  float: left;
  padding: 6px 0;
}
.common-comp-menu-title {
  font-size: 16px;
  color: #cccccc;
}
.common-comp-menu-cont a {
  font-size: 14px;
  color: #808080;
}
.common-comp-qrcode {
  float: left;
  display: inline-block;
  width: 100px;
  height: 127px;
}
.common-qrcode-div {
  width: 92px;
  height: 92px;
  padding: 4px;
  background: #fff;
}
.common-qrcode-div img {
  width: 92px;
  height: 92px;
}
.common-qr-code-text {
  margin-top: 7px;
  font-size: 12px;
  color: #cccccc;
  text-align: center;
}
.common-comp-tel {
  display: inline-block;
  width: 248px;
  margin-top: 12px;
  margin-left: 55px;
}
.common-tel-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/images/wd-imgs/tel.png);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.common-comp-tel-tit {
  font-size: 18px;
  color: #cccccc;
}
.common-comp-tel-no {
  font-size: 30px;
  color: #cccccc;
  line-height: 40px;
}
.common-comp-tel-time {
  font-size: 16px;
  color: #cccccc;
}
.common-friend-link {
  margin-top: 65px;
  font-size: 14px;
  height: 45px;
}
.common-friend-link-left {
  float: left;
  display: inline-block;
  color: #cccccc;
}
.common-friend-link-right {
  float: left;
  display: inline-block;
  color: #6c6c6c;
  margin-left: 16px;
  width: 1105px;
}
.common-friend-link-right span {
  float: left;
  display: inline-block;
  margin-right: 22px;
}
.common-friend-link-right a {
  color: #808080;
}
.common-safe-info {
  margin-top: 70px;
  text-align: center;
  height: 55px;
}
.common-safe-info a {
  display: block;
  float: left;
  margin: 0 15px;
}
.common-comp-info {
  height: 130px;
  position: relative;
}
.common-copy-right {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  color: #4d4d4d;
}
.tmall_kefu {
  width: 591px;
  height: 226px;
  background: url(/images/wd-imgs/bj-2.png) top center no-repeat;
  border-radius: 10px;
  border-radius: 5px;
  position: relative;
  padding-top: 108px;
}
.tmall_kefu .tku_box {
  float: left;
  margin-left: 80px;
  width: 95px;
  height: 180px;
  text-align: center;
}
.img1a {
  width: 92px;
  overflow: hidden;
  border-radius: 50%;
}
#tinybox {
  position: absolute;
  z-index: 9999999;
  overflow: hidden;
}
.login_panel1 {
  width: 100%;
  z-index: 9999;
  height: 132px;
  font-size: 12px;
  background: #333333;
  display: none;
  position: fixed;
  bottom: 0;
  background: url(/images/wd-imgs/di.jpg) center center no-repeat;
}
.login_panel1 .panel_center {
  margin: 10px auto;
  width: 835px;
  height: 112px;
  padding-top: 68px;
  position: relative;
  padding-left: 185px;
}
.login_panel_close {
  font-size: 14px;
  background: url(/images/wd-imgs/close2.png) 0 center no-repeat;
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-indent: 30px;
  display: block;
  color: #e54e4b;
  position: absolute;
  top: 32px;
  right: 64px;
}
.kefu_hi {
  width: 255px;
  height: 115px;
  background: url(/images/wd-imgs/icon1.png) center center no-repeat;
}
.panel_center input {
  padding-left: 15px;
  width: 173px;
  height: 36px;
  float: left;
  display: block;
  margin-left: 40px;
}
.panel_center a {
  display: block;
  float: left;
  margin-left: 30px;
}
.veri_kefu {
  width: 470px;
  position: relative;
}
.veri_ktitle {
  width: 470px;
  height: 113px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  background: url(/images/wd-imgs/veri_bj.png) top center no-repeat;
}
.veri_input {
  padding-bottom: 20px;
  background: #fff;
  width: 470px;
  height: 135px;
  padding-top: 35px;
}
.veri_input input {
  outline: none;
  display: block;
  width: 360px;
  height: 48px;
  margin: 0 auto;
  padding-left: 30px;
  border-radius: 30px;
  line-height: 48px;
  border: 1px solid #fe4b4f;
}
.veri_input a {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 390px;
  height: 48px;
  background: #fe4b4f;
  text-align: center;
  line-height: 48px;
  margin-top: 30px;
  border-radius: 30px;
}
.veri_bottom {
  background: #fff;
  border-radius: 0 0 30px 30px;
  color: #8b8b8b;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  width: 390px;
  line-height: 24px;
  font-size: 12px;
  height: 30px;
  padding: 10px 40px 0 40px;
}
.veri_return {
  width: 390px;
  height: 100px;
  padding-left: 50px;
  padding-right: 30px;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.veri_return span {
  position: absolute;
  left: 40px;
  top: 40px;
  font-size: 22px;
  font-weight: bold;
}
* {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
textarea,
input {
  outline: none;
  border: 0;
}
textarea {
  resize: none;
}
.c-style-clear {
  clear: both;
}
.c-style-oth {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body {
  background: #f5f5f5;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.s1 {
  width: 100%;
  height: 502px;
  background: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/banner.png) center center no-repeat;
  overflow: hidden;
}
.s1 .tta {
  font-size: 72px;
  letter-spacing: 7px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin-top: 110px;
}
.s1 .ttb {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1em;
  margin-top: 35px;
  text-align: center;
}
.s1 .forms {
  width: 750px;
  margin: 59px auto 0 auto;
  border-radius: 32px;
  overflow: hidden;
}
.s1 .forms input {
  width: 610px;
  height: 64px;
  float: left;
  display: block;
  background: #fff;
  text-indent: 20px;
}
.s1 .forms .sub-a {
  width: 140px;
  cursor: pointer;
  height: 64px;
  float: right;
  background: #4f2703 url(http://cdn.fengxiangqu.com/fxq/brand/brand_server/2-2.png) center center no-repeat;
}
.s1 .forms .sub-a:hover {
  background: #4f2703 url(http://cdn.fengxiangqu.com/fxq/brand/brand_server/2-2.png) center center no-repeat;
}
.s2 {
  width: 1200px;
  height: 128px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.3);
  border-radius: 6px;
  margin: -64px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
.s2 .ccc {
  margin-top: 40px;
}
.s2 .left-info {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
.s2 .left-info span {
  font-size: 24px;
}
.s2 .left-info span:nth-child(2) {
  color: #405dd3;
}
.s2 .left-info z {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-color: #4f2703;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 3px;
}
.s2 .right-menu {
  display: inline-block;
  width: 140px;
  height: 48px;
  background-color: #4f2703;
  border-radius: 24px;
  margin-left: 60px;
  font-size: 14px;
  line-height: 48px;
  cursor: pointer;
  color: #ffffff;
}
.s2 .right-menu:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("http://cdn.fengxiangqu.com/fxq/brand/brand_server/2-3.png");
  position: relative;
  top: 2px;
  margin-right: 9px;
}
.L3 {
  width: 1200px;
  height: 260px;
  margin: 0px auto 0 auto;
}
.L3 li {
  width: 285px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 6px;
  float: left;
  position: relative;
  overflow: hidden;
  top: 0;
  transition: .3s;
  background-position: center top;
  background-repeat: no-repeat;
}
.L3 a:nth-child(1) li {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/bqfw/3-1.jpg");
}
.L3 a:nth-child(2) li {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/bqfw/3-2.jpg");
}
.L3 a:nth-child(3) li {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/bqfw/3-3.jpg");
}
.L3 a:nth-child(4) li {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/bqfw/3-4.jpg");
}
.L3 li:hover {
  box-shadow: 0px 8px 16px 0px rgba(170, 170, 170, 0.2);
  top: -2px;
}
.L3 a:not(:last-child) li {
  margin-right: 20px;
}
.L3 li .ser-name {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 200px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}
.L3 li .ser-price {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 1em;
  margin-top: 10px;
}
.com-tit {
  height: 26px;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  line-height: 26px;
  text-indent: 37px;
}
.L4 .com-tit {
  background: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/4-1.png) left center no-repeat;
}
.L8 .com-tit {
  background: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/5-1.png) left center no-repeat;
}
.L9 .com-tit {
  background: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/6-1.png) left center no-repeat;
}
.com-tit span {
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  font-weight: normal;
}
.server-l {
  width: 1200px;
  margin: 60px auto 0 auto;
}
.com-ser-ul {
  width: 1200px;
  height: 224px;
  margin-top: 20px;
}
.com-ser-ul li {
  width: 224px;
  height: 211px;
  background-color: #ffffff;
  border-radius: 6px;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: 0;
  transition: .3s;
  cursor: pointer;
}
.com-ser-ul li:hover {
  box-shadow: 0px 8px 16px 0px rgba(170, 170, 170, 0.2);
  top: -2px;
}
.com-ser-ul li .tit-1 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 1em;
  font-weight: bold;
  margin-top: 25px;
}
.com-ser-ul li .tit-2 {
  font-size: 18px;
  color: #ff463b;
  line-height: 1em;
  text-align: center;
  margin-top: 15px;
}
.com-ser-ul li .tit-3 {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  margin-top: 30px;
}
.com-ser-ul li .tit-4 {
  width: 120px;
  height: 34px;
  box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.3);
  border-radius: 17px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 26px;
  position: absolute;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
}
.com-ser-ul li .tit-4:hover{
  color:#fff;
  background-image: linear-gradient(103deg, #925d39 0%, #71421e 66%, #4f2703 100%);
}
.com-ser-ul li .tit-4:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: #ffffff url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/4-2.png) center center no-repeat;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.com-ser-ul li:not(:last-child){
  margin-right: 20px;
}
.L7 {
  width: 100%;
  height: 492px;
  background: url("http://cdn.fengxiangqu.com/fxq/brand/brand_server/7-5.jpg") center center no-repeat;
  margin-top: 60px;
  overflow: hidden;
  text-align: center;
}
.L7 .tit-7 {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 60px;
  color: #fff;
}
.L7 .ttt-7 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1em;
  margin-top: 12px;
}
.L7 .servers {
  width: 1200px;
  margin: 20px auto 0 auto;
}
.L7 .servers li {
  width: 285px;
  height: 293px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 6px;
  float: left;
  padding-top: 230px;
  box-sizing: border-box;
  transition: .3s;
  position: relative;
  top: 0;
}
.L7 .servers li:hover {
  top: -2px;
  box-shadow: 0px 8px 15px 1px rgba(170, 170, 170, 0.2);
}
.L7 .servers li .li-t-a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 1em;
  font-weight: bold;
}
.L7 .servers li .li-t-b {
  margin-top: 12px;
  font-size: 14px;
  color: #333333;
  line-height: 1em;
}
.L7 .servers li:nth-child(1) {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/brand_server/7-1.jpg");
}
.L7 .servers li:nth-child(2) {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/brand_server/7-2.jpg");
}
.L7 .servers li:nth-child(3) {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/brand_server/7-3.jpg");
}
.L7 .servers li:nth-child(4) {
  background-image: url("http://cdn.fengxiangqu.com/fxq/brand/brand_server/7-4.jpg");
}
.L7 .servers li:not(:last-child) {
  margin-right: 20px;
}
.L8 {
  margin-top: 60px;
}
.L8 ul {
  margin-top: 20px;
  height: 330px;
}
.L8 ul li {
  width: 183px;
  height: 265px;
  float: left;
  margin-left: 20px;
  position: relative;
  top: 0px;
  transition: top 0.2s;
}
.L8 ul li:hover {
  top: -2px;
  box-shadow: 0px 8px 16px 0px rgba(170, 170, 170, 0.2);
}
.L8 ul li:nth-child(1) {
  margin-left: 0px;
}
.L8 ul li .tops {
  height: 147px;
  width: 183px;
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/5-2.jpg);
  padding-top: 0.1px;
  border-radius: ;
  border-radius: 6px 6px 0px 0px;
}
.L8 ul li:nth-child(2) .tops {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/5-3.jpg);
}
.L8 ul li:nth-child(3) .tops {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/5-4.jpg);
}
.L8 ul li:nth-child(4) .tops {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/5-5.jpg);
}
.L8 ul li:nth-child(5) .tops {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/5-6.jpg);
}
.L8 ul li:nth-child(6) .tops {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/5-7.jpg);
}
.L8 ul li .tops .xx-tt {
  width: 155px;
  height: 38px;
  background-color: #280e01;
  box-shadow: 0px 0px 8px 0px rgba(0, 50, 136, 0.2);
  border-radius: 19px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  margin: 129px auto 0 auto;
  z-index: 999;
  position: relative;
  cursor: pointer;
}
.L8 ul li .btns {
  width: 183px;
  height: 118px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 18px;
  padding-top: 47px;
  box-sizing: border-box;
  letter-spacing: 1px;
  color: #767676;
  font-size: 12px;
}
.L9 {
  margin-top: 0px;
}
.L9 ul {
  width: 1200px;
  height: 230px;
  margin-top: 20px;
}
.L9 ul li {
  width: 285px;
  height: 230px;
  background-color: #ffffff;
  border-radius: 6px;
  float: left;
  background-position: center 40px;
  background-repeat: no-repeat;
  padding-top: 105px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: .3s;
}
.L9 ul li:hover {
  position: relative;
  top: -2px;
  box-shadow: 0px 8px 16px 0px rgba(170, 170, 170, 0.2);
}
.L9 ul li:not(:last-child) {
  margin-right: 20px;
}
.L9 ul li:nth-child(1) {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/6-2.png);
}
.L9 ul li:nth-child(2) {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/6-3.png);
}
.L9 ul li:nth-child(3) {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/6-4.png);
}
.L9 ul li:nth-child(4) {
  background-image: url(http://cdn.fengxiangqu.com/fxq/brand/bqfw/6-5.png);
}
.L9 ul li .bb-t {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  line-height: 1em;
}
.L9 ul li .detail {
  font-size: 12px;
  color: #767676;
  margin-top: 20px;
  line-height: 18px;
  text-align: center;
}
