﻿@charset "utf-8";

/* CSS Document */
.borderred {
  border-color: red !important;
}

html {
  width: 100%;
  height: 100%;
}

body,
div,
td {
  line-height: 1.4em;
}

body {
  background: #f4f4f4;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: Microsoft YaHei, 'STHeiti', Helvetica, Arial, sans-serif;
  word-break: break-all;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* 图片没有的时候 img默认边框透明度 */
img[src=""],
img:not([src]) {
  opacity: 0.3;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li,
ol li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  vertical-align: baseline;
  zoom: 1;
}

input,
textarea,
select,
button {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

button {
  border: none;
  padding: 0;
}

button::-moz-focus-inner {
  border: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input {
  outline: 0 none;
}

input.checkbox {
  vertical-align: middle;
}

* html input {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

fieldset {
  border: 0 none
}

a:focus {
  outline-style: none;
  outline-width: 0;
}

a {
  text-decoration: none;
  color: #101010;
  font-family: 微软雅黑;
  font-size: 14px;
}

/*快速通道*/
.nav_bg {
  height: 100%;
  margin: 0 auto;
  background: url("../images/bg.jpg") fixed no-repeat;
  background-size: cover;
  overflow: hidden;
}

.logo {
  width: 1190px;
  height: 84px;
  margin: 0 auto;
}

.logo img {
  float: left;
}

.logo_m {
  margin: 28px 0 0 0;
  line-height: 76px;
  display: inline-block;
  float: left;
}

.logo_mc {
  font-size: 26px;
  color: #A0393D;
  margin-left: 28px;
}

.logo_s {
  float: right;
  margin-top: 28px;
}

.logo_dz li {
  float: left;
  margin-right: 10px;
}

.logo_dz {
  height: 30px;
  float: right;
}

.logo_dz a:hover {
  color: #33a0e5;
}

.navigation {
  width: 100%;
  height: 48px;
  background: #981C22;
  position: relative;
  z-index: 9999;
}

.logo_d {
  width: 74px;
  height: 30px;
  border: 1px solid #E9ECEB;
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin-top: -6px;
}

.logo_z {
  width: 74px;
  height: 30px;
  border: 1px solid #E9ECEB;
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  background: #F0F3F3;
  margin-top: -6px;
}

.nav {
  width: 1190px;
  height: 63px;
  margin: 0 auto;
}

/*导航*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #3989e1;
  height: 40px;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
  float: left;
  width: 122px;
  text-align: center;
  margin-right: 17px;
  margin-left: 31px;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  font-weight: bold;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  color: #fff;
  border-bottom: 4px solid #4072b9;
  width: 100%;
  background: #4072b9;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 25px;
  right: 11px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
  border-color: #009ae1;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 59px;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
  height: 32px;
}

#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #009ae1;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #ffffff;
}

@media all and (max-width: 100px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }

  #cssmenu>ul>li,
  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu>ul>li.has-sub>a::after,
  #cssmenu ul ul li.has-sub>a::after {
    display: none;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }

  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.hot {
  position: relative;
}

.hot_n {
  position: absolute;
  top: 4px;
  left: 99px;
  color: #FE0100;
  font-weight: bold;
  font-size: 12px;
}

/*搜索*/
.ban {
  width: 100%;
  height: 338px;
  background-size: cover;
  background: url("../images/ban_o.jpg") no-repeat;
  overflow: hidden;
}

.ban_zx {
  width: 594px;
  height: 289px;
  margin: 20px auto;
}

.suos {
  width: 594px;
  height: 60px;
  background: #eee;
  margin-top: 20px;
}

.sous_r {
  width: 110px;
  height: 60px;
  background: #F1970E;
  float: right;
  border: 0;
  cursor: pointer;
  font-size: 17px;
  color: #fff;
}

.sous_r:hover {
  background: #a26405;
  -webkit-transition: 1s all;
  border: 0;
}

.sous_z {
  width: 484px;
  height: 60px;
  float: left;
}

.sou_s {
  width: 474px;
  height: 60px;
  float: left;
  border: 0;
  padding-left: 10px;
}

.sou_x {
  width: 189px;
  height: 60px;
  float: left;
  line-height: 60px;
  background: #fff;
}

.sou_n {
  padding: 4px;
  text-align: center;
  background: #DCDCDC;
  margin-right: 1px;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}

.sou_n:hover {
  background: #33a0e5;
  -webkit-transition: 1s all;
  cursor: pointer;
}

.suos input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 16px;
  letter-spacing: 2px;
}

.head {
  min-width: 1190px;
  height: 147px;
  background: #fff;
}

/*主体*/
.con {
  width: 1190px;
  margin: 30px auto;
  height: 1270px;
}

.biaoti {
  font-size: 24px;
  color: #000;
  width: 100%;
  height: 37px;
  margin-bottom: 30px;
  text-indent: 6px;
}

.biao_gd a {
  font-size: 16px;
  color: #666666;
  float: right;
  margin-top: 6px;
  margin-right: 16px;
}

.biao_gd a:hover {
  font-size: 16px;
  color: #FD2E32;
  float: right;
  margin-top: 6px;
  margin-right: 16px;
}

.con_z {
  width: 258px;
  float: left;
  background: #006fb3;
}

.con_y {
  width: 892px;
  float: right;
  background: white;
  padding: 14px 10px 5px 16px;
  border-radius: 4px;
}

.lb li {
  width: 201px;
  height: 274px;
  float: left;
  margin-right: 10px;
  background: #fafafa;
  margin-bottom: 35px;
  margin: 0 15px 35px 7px;
  border: 1px solid #efefef;
}

.con_y .bjly {
  position: relative;
  margin-right: 0;
}

.lb li:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  background-color: #fdfdfd;
  -webkit-transition: 0.5s all;
  cursor: pointer;
}

.lb_mc {
  color: #252525;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin: 7px 0 2px 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb_sj {
  text-align: center;
  font-size: 16px;
  color: #99999c;
  line-height: 27px;
}

.ckjg {
  color: #fe7429;
}

.hot_b {
  position: relative;
}

.hot_bt {
  position: absolute;
  width: 86px;
  height: 34px;
  background: url("../images/hot_tp.png") no-repeat;
  top: 0px;
  left: 0px;
}

.bt_jc {
  margin-left: 0;
}

.com_c {
  width: 258px;
  float: left;
  height: 1200px;
  background-color: #006fb3;
  color: #636363;
}

/*左侧导航*/
.wrapper-header-info dl dd a {
  color: #FC4349;
}

.container-bxo {
  margin: 2px auto 0;
  width: 257px;
  color: #fff;
}

.content-sidebar {
  position: relative;
  width: 264px;
}

.content-menu {
  position: relative;
}

.content-menu-head {
  position: relative;
  padding: 8px 6px 3px 6px;
}

.content-menu-head-list {
  height: auto;
  line-height: 18px;
  overflow: hidden;
  border-right: 0;
  margin-left: 20px;
}

.content-menu-head-list h2 {
  display: inline-block;
  padding-left: 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.content-menu-head-list a {
  margin: 9px 4px 9px 2px;
  white-space: nowrap;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
}

.content-menu-head-list a:hover {
  color: red;
}

.content-menu-head-list-arrow {
  position: absolute;
  right: 0;
  top: 6px;
  width: 6px;
  height: 11px;
  margin-right: 8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .content-menu-head-list-arrow {
    background-size: 6px 11px;
  }

  .sidebar .mainNavs .menu_box .menu_sub dt span i.icon_new {
    background-size: 24px 14px
  }
}

.content-sidebar .content-main .active .content-menu-head {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  /* background-color: #015c94; */
  background-color: #ededed;
  cursor: pointer;
}

.ds {
  display: none;
}

.content-menu-dow {
  position: absolute;
  left: 258px;
  top: 0;
  width: 600px;
  padding: 20px 10px 0 12px;
  z-index: 10;
  background: #fff;
  border-radius: 2px;
  border-top-left-radius: 0;
  -moz-box-shadow: 10px 9px 15px #9E9E9E;
  -webkit-box-shadow: 10px 9px 15px #9E9E9E;
  box-shadow: 10px 9px 15px #9E9E9E;
}

.content-menu-dow dl {
  margin: 0 0 17px;
}

.content-menu-dow dl dt {
  position: relative;
  width: 400px;
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}

.content-menu-dow dl dt span {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #121212;
  font-weight: bold;
}

.content-menu-dow dl dd {
  color: #555;
  font-size: 0;
  overflow: hidden;
}

.content-menu-dow dl dd a {
  display: inline-block;
  position: relative;
  margin-left: -1px;
  padding: 0 11px;
  font-size: 14px;
  line-height: 28px;
  color: #777;
  white-space: nowrap;
}

.content-menu-dow dl dd a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #D8D8D8;
  top: 8px;
  left: 0;
}

.content-menu-dow dl dd a:hover {
  color: #bf101d;
}

.content-menu-dow dl dd .a-curr {
  color: #FC4349;
}

.content-sidebar .active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 7px;
  background: #fff;
  z-index: 102;
}

.dhbt {
  padding: 20px 0 11px 32px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}


/*版权信息*/
.copyright {
  width: 100%;
  min-width: 1190px;
  height: 205px;
  background: #3374AA;
  overflow: hidden;
}

.cop {
  width: 1109px;
  height: 175px;
  background: #3374AA;
  margin: 0 auto;
  text-align: center;
  color: #d3edf2;
  line-height: 30px;
  margin-top: 20px;
}

.cop a {
  color: #d3edf2;
}

.cop a:hover {
  color: #ffffff;
}

.cop_qy {
  color: #86b3da;
  line-height: 22px;
  /* margin-top: 16px; */
}

.cop_dh {
  margin-bottom: 10px;
}

.cop_fgx {
  background: #568ebd;
  border: 0;
  height: 1px;
}

.cop_s {
  margin: 0 16px 0 16px;
  color: #508ebb;
}

.fwfl {
  margin: 17px 4px 28px 0;
  display: inline-block;
  color: #fff;
}

/*右侧浮窗*/
.floating_ck {
  position: fixed;
  right: 20px;
  top: 30%;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
  transition: right 1s;
  -moz-transition: right 1s;
  /* Firefox 4 */
  -webkit-transition: right 1s;
  /* Safari and Chrome */
  -o-transition: right 1s;
  /* Opera */
  z-index: 101;
}

.gl3-floating_ck {
  right: -100px;
  display: flex;
}

.gl3-floating_ck:hover {
  right: 0;
}

.gl3-floating_ck:hover .gl-kefu-ys {
  visibility: hidden;
}

.gl-kefu-ys {
  width: 25px;
  background: #006fb3;
  text-align: center;
  height: 100px;
  line-height: 25px;
  color: #fff;
  margin-right: 25px;
}

.floating_ck dl dd {
  position: relative;
  width: 76px;
  background-color: #ffffff;
  border-bottom: solid 1px #e5e5e5;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 20%;
  cursor: pointer;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.floating_left {
  position: absolute;
  left: -154px;
  top: 0px;
  width: 150px;
  background-color: #fff;
  display: none;
  border: 1px solid #e6e3e3;
}

.floating_left a {
  display: block;
  color: #fff;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.floating_left ul li {
  list-style: none;
  list-style-type: none;
}

.floating_ewm {
  height: 260px;
  top: -180px;
}

.floating_ewm p {
  color: #fff;
  margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
  font-size: 12px;
  line-height: 20px;
}

.floating_ewm .qrcord_p02 {
  font-size: 18px;
}

.quote {
  background-image: url("../images/kefu.png");
}

.qrcord {
  background-image: url("../images/rzsq.png");
}

.return {
  background-image: url("../images/dingbu.png");
}

.zljapp {
  background-image: url("../images/app.png");
}

.floating_ck dd span {
  color: #000;
  display: block;
  padding-top: 44px;
  font-size: 14px;
}

.floating_ewm p {
  color: #fff;
  margin-top: 5px;
}

.floating_ck dl {
  padding-top: 2px;
  background: white;
}

/* .floating_ck dl dd:hover {
  background-color: #e8e8e8;
}*/
.floating_ck dl dd:hover .floating_left {
  display: block;
}

.floating_left a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.floating_left a:hover {
  color: #dcd7d5;
}

.kfsl {
  margin-left: none;
}

.kfsl img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -4px;
}

/*机构列表*/
/* .zym {
    height: 278px;
} */
.jglb {
  width: 100%;
  height: 86px;
  background: #fff;
}

.jglb_n {
  width: 1190px;
  height: 86px;
  margin: 0 auto;
}

.sou {
  width: 366px;
  height: 33px;
  border: 1px solid #FE9501;
  float: right;
  margin-top: 27px;
}

.jglb_b {
  display: inline-block;
  float: left;
  width: 30%;
}

.sou_z {
  text-align: center;
  width: 68px;
  height: 33px;
  border: 0;
  padding-left: 11px;
  color: #737789;
  float: left;
  border-right: 1px solid #E5E5E5;
}

.sou_r {
  width: 189px;
  height: 33px;
  float: left;
}

.sou_a {
  width: 47px;
  height: 33px;
  background: url("../images/sous.jpg") no-repeat #FE9402 16px 7px;
  float: right;
  cursor: pointer;
}

.sou_a:hover {
  background: url("../images/sou_h.png") no-repeat #f5660f 16px 7px;
  -webkit-transition: 1s all;
}

.sou_w {
  margin-left: 2px;
}

.flxx {
  width: 1190px;
  background: #fff;
}

/*修改*/
.fend {
  border-bottom: 1px dashed #ded8d8;
  width: 100%;
  padding-top: 16px;
  overflow: hidden;
}

/*修改*/
.fl-k {
  width: 96%;
  margin: 0 auto;
}

.fend-tb {
  border: 0;
}

.dzhl {
  margin-bottom: 28px;
}

.dzhl-xz {
  color: #949090
}

.fl-lbn li {
  float: left;
  margin-right: 40px;
  margin-left: 0px;
  line-height: 38px;
  font-size: 14px;
}

.tb-ys {
  color: #e64917;
}

.tb-qs {
  color: #333;
  line-height: 38px;
  float: left;
  height: 70px;
  font-weight: bold;
  width: 74px;
}

/*晒选菜单*/
.cons {
  width: 1190px;
  margin: 10px auto;
}

.top-nav {
  width: 328px;
  height: 22px;
  float: right;
  margin-top: 12px;
}

.top-nav ul li {
  float: left;
  list-style: none;
  padding: 0 20px;
  position: relative;
  height: 24px;
}

.top-nav ul li.hover {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
}

.top-nav ul li a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.top-nav ul li .navs a {
  padding-right: 10px;
  background-image: url("../images/alibar-v4.gif");
  background-repeat: no-repeat;
  background-position: right -160px;
}

.top-nav ul li .navs a.hover {
  padding-right: 10px;
  background-image: url("../images/alibar-v4.gif");
  background-repeat: no-repeat;
  background-position: right -192px;
}

.top-nav ul li .con {
  width: 200px;
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  top: -14px;
  left: -1px;
  display: none;
  height: auto;
  background: #fdfdfd;
  z-index: 999;
}

.top-nav ui li {
  float: left;
}

.top-nav ul li .con dl {
  padding: 10px 15px;
  float: left;
  line-height: 28px;
}

.top-nav ul li .con dl dt a {
  color: #444;
  font-weight: bold;
  line-height: 20px;
}

.top-nav ul li .con dl dd a {
  color: #444;
  line-height: 20px;
}

.top-nav ul li .wd {
  width: 200px;
}

.top-nav ul li .sc {
  width: 280px;
  height: 100px;
  font-size: 12px;
  text-align: center;
}

.top-nav ul li .sc span {
  line-height: 60px;
}

.top-nav ul li .sc p {
  margin: 0 auto;
  width: 80px;
  padding: 8px 0;
  background: #ff9933;
  font-weight: bold;
  color: #fff;
}

.top-nav ul li .more {
  position: absolute;
  top: -13px;
  left: -83px;
}

.sx_mr {
  width: 226px;
  height: 36px;
  float: left;
}

.sxcd {
  width: 1190px;
  height: 37px;
  background: #fff;
}

.tb-qss {
  color: #333;
  line-height: 38px;
  float: left;
  height: 35px;
  font-weight: bold;
  width: 93px;
  text-align: center;
}

.qymc {
  width: 361px;
  height: 255px;
  background-color: #359BE3;
  float: left;
}

.qyjc {
  width: 790px;
  height: 255px;
  float: right;
}

.sxnr {
  width: 1190px;
  margin-top: 10px;
  background: #fff;
}

.sxnr li {
  width: 100%;
  height: 255px;
  background: white;
}

.jc_tp {
  text-align: center;
  margin: 24px 0 14px 0;
}

.qymc dd {
  padding: 2px 0 1px 16px;
  color: #fff;
  font-size: 14px;
}

.qymc .jc_m {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.jc_ck {
  width: 53px;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 2px 3px 2px 3px;
  float: right;
  margin-right: 21px;
  text-align: center;
  color: #fff;
}

.jc_ck:hover {
  background: #2570b5;
  color: #fff;
  border: 1px solid #fff;
}

.jc_ck a {
  color: #fff;
  font-size: 12px;
}

.jc_xm {
  width: 81px;
  height: 27px;
  background: url("../images/jcxm.gif");
  margin-bottom: 2px;
  margin-top: 10px;
  margin-left: 8px;
}

.jc_nr {
  width: 110px;
  height: 186px;
  display: inline-block;
  cursor: pointer;
  margin-right: 18px;
}

.jc_nr:hover {
  box-shadow: 0 2px 4px rgba(214, 212, 212, 0.2);
  transition: .4s;
  transform: translate3d(0, -3px, 0);
  color: #FF5722 !important;
  cursor: pointer;
}

.jc_mz {
  color: #99999c;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 20px;
  cursor: pointer;
}

.jc_jg {
  font-size: 14px;
  color: #222222;
}

/*个人中心*/
.header {
  min-width: 1190px;
  height: 89px;
  background: #2077BE;
  overflow: hidden;
}

.heads {
  width: 1190px;
  height: 89px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_l {}

.head_l a {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

.head_l a:hover {
  color: #fff;
}

.head_r {
  width: 696px;
  height: 36px;
  float: right;
}

.head_s {
  float: left;
  margin-top: 0;
  background: #fff;
  border: 1px solid #ffffff;
}

.grzx li {
  float: left;
  margin-left: 26px;
  color: #fff;
}

.grzx li:hover {
  color: red;
}

.cxgs {
  background: #fff;
  width: 47px;
  height: 33px;
  float: right;
  cursor: pointer;
  border-left: 1px solid #eaeaea;
}

.grzx {
  line-height: 36px;
}

.sou_k {
  width: 241px;
  height: 29px;
  border: 0;
  padding-left: 9px;
}

/*个人中心*/
.paging {
  overflow: hidden;
  margin: 8px 0;
}

.paging a {
  display: inline-block;
  border: 1px #d2d2d2 solid;
  padding: 8px 15px;
  cursor: pointer;
}

.paging a.active {
  color: #2b5ea4;
  background: #f8f8f8;
}

.order_table {
  width: 100%;
  table-layout: fixed;
}

.order_table caption {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px #eaeaea solid;
}

.order_table caption strong {
  float: left;
  font-size: 16px;
}

.order_table caption .shop_name {
  margin: 0 15px;
  font-style: normal;
  float: left;
  font-weight: bold;
  color: #aaa;
}

.order_table caption .shop_name:before {
  content: ".";
  font-family: '151219regular';
  margin-right: 2px;
  font-size: 16px;
  font-weight: normal;
}

.order_table caption a {
  float: right;
  cursor: pointer;
}

.order_table th {
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  text-align: center;
}

.order_table td {
  padding: 8px 0px 8px 0px;
  font-size: 14px;
  text-align: center;
}

.order_table td address {
  font-style: normal;
  line-height: 1.3;
}

.order_table td input {
  display: inline-block;
}

.order_table td .number {
  width: 40px;
  text-align: center;
  height: 25px;
  line-height: 25px;
}

.order_table td .jj_btn {
  width: 30.5px;
  height: 30.5px;
  line-height: 20px;
  margin-right: 5px;
}

.order_table td .a_btn {
  color: #fff;
  border-color: #ffffff;
  margin-left: 7px;
  min-width: 110px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #666;
  border: 1px solid #8c8a8a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  -webkit-transition: all .5s cubic-bezier(0, 1, .5, 1);
  -o-transition: all .5s cubic-bezier(0, 1, .5, 1);
  transition: all .5s cubic-bezier(0, 1, .5, 1);
}

.order_btm_btn {
  margin-top: 20px;
  overflow: hidden;
  text-align: right;
}

.order_btm_btn a {
  display: inline-block;
  font-size: 16px;
  padding: 12px 15px;
  border: 1px #e6e6e6 solid;
}


.order_btm_btn .link_btn_01 {
  background: #fafafa;
}

.order_btm_btn .link_btn_02 {
  background: #2b5ea4;
  color: white;
}

.order_choice {
  overflow: hidden;
  margin: 8px 0;
}

.order_choice li {
  margin: 8px 0;
}

.order_choice li dt {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #d2d2d2 solid;
  font-size: 16px;
  font-weight: bold;
}

.order_choice li dd {
  margin: 15px 0;
  overflow: hidden;
}

.order_choice li dd .radio {
  border: 1px #d2d2d2 solid;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  margin-right: 15px;
}

.order_choice li dd .radio input {
  display: none;
}

.order_choice li dd .radio.istrue {
  border: 1px #e6e6e6 solid;
  color: #2b5ea4;
  font-weight: bold;
}

.order_choice li dd .textbox {
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 8px;
  border: 1px #d2d2d2 solid;
  padding: 5px;
}

.order_choice li dd mark {
  background: none;
  font-size: 12px;
  color: grey;
}

.order_choice li dd mark strong {
  color: red;
}

.order_choice li dd textarea {
  border: 1px #d2d2d2 solid;
  padding: 10px;
  width: 1175px;
  height: 50px;
  resize: none;
  display: block;
}

.order_back_infor {
  overflow: hidden;
  margin-top: 20px;
}

.order_back_infor h2 {
  font-size: 16px;
  color: #2b5ea4;
  font-weight: bold;
  text-align: center;
}

.order_back_infor p {
  margin: 8px 0;
}

.order_back_infor p strong {
  color: #2b5ea4;
}

.order_back_infor .order_btm_btn {
  text-align: center;
}

.order_back_infor .order_btm_btn a {
  margin: 0 8px;
}

.user_vip:before {
  content: "_";
  font-family: '151219regular';
  font-size: 24px;
  position: relative;
  top: 5px;
  font-weight: normal;
  margin: 0 5px;
}

.accredited {
  color: #2b5ea4;
}

.unaccredited {
  color: grey;
}

.user_center_wrap {
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 40px;
}

.user_aside_nav {
  float: left;
  width: 208px;
  border-top: none;
  overflow: hidden;
  background: #fff;
  min-height: 800px;
}

.user_aside_nav dl {
  margin: 0;
}

.user_aside_nav dl dt {
  height: 50px;
  line-height: 50px;
  color: black;
  padding: 0 26px;
  font-weight: bold;
  font-size: 16px;
}

.user_aside_nav dl dd {
  margin: 0;
  height: 40px;
  line-height: 40px;
  margin-left: 58px;
}

.user_aside_nav dl dd:hover {
  background: white;
}

.user_aside_nav dl dd:last-child {
  border: none;
}

.user_rt_cont {
  /* margin-left: 223px; */
  /* overflow: hidden; */
  background: white;
  padding: 20px;
  box-sizing: border-box;
}

.top_title {
  padding: 0px 0 10px;
  margin: 0 30px 0 0;
  color: #845f3f;
  font-size: 18px;
  font-weight: 400;
  /*    border-bottom: 1px solid #e7e7e7;*/
  margin-bottom: 5px;
}

.user_rt_cont .top_title strong em {
  color: #2b5ea4;
  font-style: normal;
}

.user_rt_cont .top_title strong span {
  font-weight: normal;
  font-size: 12px;
  color: grey;
  margin: 0 10px;
}

.user_order_tips {
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(76, 77, 78, 0.302), 0 4px 8px 3px rgba(216, 216, 216, 0.149);
  background-color: #fafafb;
}

.user_order_tips dt {
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  border-bottom: 1px #d2d2d2 solid;
  font-weight: bold;
  padding: 0 15px;
}

.user_order_tips dd {
  width: 24.8%;
  overflow: hidden;
  float: left;
  text-align: center;
  border-right: 1px #ffc7b2 dotted;
  margin: 0;
  padding: 28px 0;
}

.user_order_tips dd:last-child {
  border: none;
}

.user_order_tips dd a {
  color: black;
}

.user_order_tips dd strong,
.user_order_tips dd em {
  display: block;
}

.user_order_tips dd strong {
  font-size: 20px;
  color: #f37b55;
}

.user_order_tips dd em {
  font-style: normal;
  margin-top: 8px;
}

.user_factbook {
  margin-top: 15px;
  overflow: hidden;
}

.user_factbook .user_icon {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px #d2d2d2 solid;
  text-align: center;
  overflow: hidden;
  float: left;
  position: relative;
}

.user_factbook .user_icon img {
  width: auto;
  max-width: 100%;
  height: 80px;
}

.user_factbook .user_icon span {
  display: none;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, .65);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 0;
  font-size: 12px;
}

.user_factbook .user_icon:hover span {
  display: block;
}

.user_factbook .user_infor {
  margin-left: 100px;
  overflow: hidden;
}

.user_factbook .user_infor p {
  margin: 5px 0;
}

.user_factbook .user_infor p time {
  color: grey;
}

.user_factbook .user_infor p a {
  display: inline-block;
}

.user_factbook .user_infor p a.btn {
  padding: 3px 15px;
  border: 1px #d2d2d2 solid;
  margin-left: 8px;
  border-radius: 2px;
  background: #fafafa;
  font-size: 12px;
}

.user_factbook .user_infor p strong {
  color: #2b5ea4;
}

.order_li {
  overflow: hidden;
}

.order_li li {
  border: 1px solid #f1eeee;
  margin-bottom: 22px;
  box-shadow: 0 0 10px 0 rgba(224, 224, 224, 0.4);
}

.order_li li caption {
  background: #e7e8e8;
  padding: 0 0px 0px 10px;
}

.order_li li caption strong {
  font-size: 14px;
  font-weight: normal;
  color: grey;
}

.order_li li caption a {
  color: #565252;
  font-weight: bold;
}

.order_detail_infor {
  overflow: hidden;
}

.order_detail_infor dt {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #d2d2d2 solid;
}

.order_detail_infor dd {
  margin: 10px;
  width: 47%;
  float: left;
  line-height: 1.5;
}

.order_detail_infor dd span {
  color: grey;
}

.order_detail_infor dd a {
  background: #6600ff;
  color: white;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 10px;
  cursor: pointer;
}

.favorite_nav {
  width: 100%;
  overflow: hidden;
}

.favorite_nav li {
  float: left;
  width: 50%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #fafafa;
  border-bottom: 1px #d2d2d2 solid;
  cursor: pointer;
}

.favorite_nav li.curr_li {
  border-bottom: 1px #e6e6e6 solid;
  font-weight: bold;
}

.favoriteWrap {
  display: none;
}

.favorite_list {
  overflow: hidden;
  width: 100%;
}

.favorite_list li {
  float: left;
  width: 175px;
  height: 175px;
  border: 1px #d2d2d2 solid;
  overflow: hidden;
  text-align: center;
  padding: 5px;
  margin: 8px 4px;
  position: relative;
}

.favorite_list li a {
  display: block;
}

.favorite_list li a img {
  width: auto;
  max-width: 100%;
  height: 175px;
}

.favorite_list li h2 {
  position: absolute;
  bottom: -7px;
  line-height: 1.2;
  text-align: left;
  font-size: 12px;
  left: 0;
  background: rgba(0, 0, 0, .45);
  width: 175px;
  padding: 5px;
  color: white;
}

.favorite_list li p {
  position: absolute;
  top: 0;
  margin: 0;
}

.favorite_list li .price {
  left: 0;
  background: rgba(255, 255, 255, .65);
  color: grey;
  margin: 8px;
}

.favorite_list li .remove {
  display: none;
  right: 8px;
  font-family: '151219regular';
  font-size: 28px;
  cursor: pointer;
}

.favorite_list li:hover .remove {
  display: block;
}

.address_tbl {
  margin: 10px 0;
}

.address_tbl td .btn {
  background: #fafafa;
  border: 1px #d2d2d2 solid;
  padding: 5px 10px;
  margin: 0 5px;
}

.address_tbl td label input {
  vertical-align: middle;
  margin-right: 2px;
}

.msg_li {
  overflow: hidden;
}

.msg_li li {
  overflow: hidden;
}

.msg_li li dl {
  margin: 0;
  overflow: hidden;
}

.msg_li li dl dt {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px #d2d2d2 dotted;
}

.msg_li li dl dt strong {
  font-weight: normal;
}

.msg_li li dl dt time {
  color: grey;
  float: right;
}

.msg_li li dl dd {
  display: none;
  line-height: 1.3;
  margin: 0;
  margin-top: 8px;
  color: #333;
}

.msg_li li dl dd a {
  color: #69F;
  margin: 0 5px;
  text-decoration: underline;
}

.msg_li li dl .del_msg {
  height: 30px;
  line-height: 30px;
}

.msg_li li dl .del_msg a {
  display: block;
  text-align: center;
  background: #fafafa;
  color: grey;
  cursor: pointer;
}

.user_account {
  overflow: hidden;
}

.user_account dt {
  display: inline-block;
}

.user_account dd {
  display: inline-block;
  margin: 0;
}

.user_account dd strong {
  font-size: 20px;
  color: red;
  margin: 0 8px;
}

.user_account dd a {
  cursor: pointer;
}

.user_account dd a:hover {
  background: #f8f8f8;
  border: 1px #aaa solid;
}

.user_account dd .sums {
  display: none;
}

.user_account dd .sums input {
  margin: 0 8px;
}

/*商品信息*/
.uploadImg {
  display: inline-block;
  padding: 15px;
  background: #f8f8f8;
  position: relative;
  border: 1px #d2d2d2 solid;
}

.uploadImg input {
  display: none;
}

.uploadImg span {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #139667;
}

.uploadImg span:hover {
  color: #209f71;
}

.uploadImg span:before {
  content: "`";
  font-family: '151219regular';
  display: block;
  font-size: 40px;
}

.tips_errors {
  color: red;
  margin: 0 5px;
  background: none;
}

.tips_errors:before {
  content: "|";
  font-family: '151219regular';
  font-size: 16px;
  margin-right: 5px;
}

.order_cmt {
  overflow: hidden;
  margin: 8px 0;
}

.order_cmt dt {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #d2d2d2 solid;
}

.order_cmt dd {
  margin: 0;
}

.order_cmt dd .Star01 {
  color: orange;
  font-size: 20px;
  cursor: pointer;
  font-family: '151219regular';
}

.order_cmt dd .Star02 {
  color: grey;
  font-size: 20px;
  cursor: pointer;
  font-family: '151219regular';
}

.shop_header {
  overflow: hidden;
  margin-top: 15px;
}

.shop_logo {
  width: 200px;
  height: 100px;
  text-align: center;
  text-align: center;
  float: left;
  border: 1px #d2d2d2 solid;
}

.shop_logo img {
  width: auto;
  max-width: 100%;
  height: 100px;
}

.shop_infor {
  margin-left: 215px;
  overflow: hidden;
  position: relative;
}

.shop_infor h2 {
  font-weight: bold;
}

.shop_infor p {
  margin: 5px 0;
}

.shop_infor p span {
  margin-right: 10px;
}

.shop_infor .collect {
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.shop_infor .collect:before {
  content: "s";
  font-family: '151219regular';
  font-size: 30px;
  display: block;
}

.shop_goods_li {
  overflow: hidden;
  margin-top: 15px;
}

.shop_goods_li h2 {
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px #d2d2d2 solid;
}

.shop_goods_li h3 {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 95%;
  background: rgba(0, 0, 0, .5);
  color: white;
  height: 35px;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 3%;
}

.shop_collect_goods {
  display: none;
  right: 8px;
  font-family: '151219regular';
  font-size: 28px;
  cursor: pointer;
}

.shop_goods_li li {
  margin: 8px 6.5px;
}

.shop_goods_li li a {
  cursor: pointer;
}

.shop_goods_li li:hover .shop_collect_goods {
  display: block;
}

.list_class_page {
  overflow: hidden;
}

.list_class_page .lt_area {
  width: 980px;
  overflow: hidden;
  float: left;
}

.list_class_page .attr_filter {
  overflow: hidden;
}

.list_class_page .attr_filter h2 {
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  border-bottom: 2px #d2d2d2 solid;
  padding: 0 15px;
}

.list_class_page .attr_filter li {
  border-bottom: 1px #d2d2d2 dotted;
}

.list_class_page .attr_filter li dl dt {
  float: left;
  width: 130px;
  text-align: right;
  line-height: 1.3;
  color: grey;
  font-size: 12px;
}

.list_class_page .attr_filter li dl dd {
  margin-left: 130px;
  overflow: hidden;
  line-height: 1.3;
  font-size: 12px;
}

.list_class_page .attr_filter li dl dd a {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
}

.list_class_page .attr_filter li dl dd a:after {
  content: "、";
}

.list_class_page .attr_filter li dl dd a:last-child:after {
  content: "";
}

.list_class_page .lt_area .shop_goods_li h2 {
  font-weight: normal;
  font-size: 14px;
}

.list_class_page .lt_area .shop_goods_li li {
  margin: 8px 4px;
}

.list_class_page .lt_area .shop_goods_li li:hover {
  border: 1px #090 solid;
}

.list_class_page .lt_area .shop_li h2 {
  font-weight: normal;
  font-size: 14px;
}

.list_class_page .lt_area .shop_li li {
  width: 220px;
  height: 86px;
  padding: 5px;
  margin: 8px 6px;
  position: relative;
}

.list_class_page .lt_area .shop_li li img {
  width: 220px;
  height: 86px;
}

.list_class_page .lt_area .shop_li li h3 {
  display: none;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 95%;
  height: 98px;
  background: rgba(255, 118, 118, .8);
  color: white;
  height: 98px;
  line-height: 98px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 3%;
}

.list_class_page .lt_area .shop_li li:hover h3 {
  display: block;
  z-index: 1;
}

.list_class_page .lt_area .shop_li li:hover .shop_collect_goods {
  display: block;
  z-index: 2;
  color: white;
}

/*user form*/
.user_form {
  overflow: hidden;
}

.user_form .lt_img {
  width: 900px;
  float: left;
  overflow: hidden;
  text-align: center;
  height: 268px;
}

.user_form .lt_img img {
  vertical-align: baseline;
  margin-top: 20px;
}

.user_form .rt_form {
  margin-left: 920px;
  overflow: hidden;
}

.user_form .rt_form h2 {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #e6e6e6 solid;
  font-size: 16px;
  font-weight: bold;
}

.user_form .rt_form li {
  margin: 8px 0;
  border-bottom: 1px #d2d2d2 solid;
}

.user_form .rt_form li:before {
  font-family: '151219regular';
  font-size: 24px;
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
  color: #090;
}

.user_form .rt_form .user_icon:before {
  content: "U"
}

.user_form .rt_form .user_pwd:before {
  content: "M"
}

.user_form .rt_form .user_cc:before {
  content: "Y"
}

.user_form .rt_form li .textbox {
  display: block;
  margin-left: 30px;
  width: 235px;
  border: none;
}

.user_form .rt_form .link_li {
  height: 40px;
  line-height: 40px;
  border: none;
}

.user_form .rt_form li .get_num_btn {
  background: #d2d2d2;
  border-radius: 2px;
  font-size: 14px;
  border: none;
  color: white;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.user_form .rt_form li .sbmt_btn {
  background: #ff4400;
  font-size: 16px;
  border: none;
  color: white;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.user_form .rt_form li .sbmt_btn:hover {
  background: #c83500;
}

.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.spec-preview {
  width: 420px;
  height: 420px;
  border: 1px solid #DFDFDF;
}

.spec-scroll {
  clear: both;
  margin-top: 5px;
  width: 420px;
}

.spec-scroll .prev {
  float: left;
  margin-right: 4px;
}

.spec-scroll .next {
  float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
  display: block;
  font-family: "宋体";
  text-align: center;
  width: 10px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #CCC;
  background: #EBEBEB;
  cursor: pointer;
  text-decoration: none;
}

.spec-scroll .items {
  float: left;
  position: relative;
  width: 390px;
  height: 56px;
  overflow: hidden;
}

.spec-scroll .items ul {
  position: absolute;
  width: 000px;
  height: 56px;
}

.spec-scroll .items ul li {
  float: left;
  width: 64px;
  text-align: center;
}

.spec-scroll .items ul li img {
  border: 1px solid #CCC;
  padding: 2px;
  width: 50px;
  height: 50px;
}

.spec-scroll .items ul li img:hover {
  border: 2px solid #FF6600;
  padding: 1px;
}

.tab_nav {
  width: 100%;
  overflow: hidden;
}

.tab_nav li {
  float: left;
  width: 50%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #fafafa;
  border-bottom: 1px #d2d2d2 solid;
  cursor: pointer;
}

.tab_nav li.curr_li {
  border-bottom: 1px #e6e6e6 solid;
  font-weight: bold;
}

.price_table {
  width: 100%;
  table-layout: fixed;
  margin: 8px 0;
}

.price_table caption {
  text-align: left;
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  padding: 0 1em;
  border-bottom: 1px #ccc solid;
}

.price_table caption strong {
  margin-right: 15px;
  font-weight: normal;
  font-size: 12px;
}

.price_table th {
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  text-align: center;
  border: 1px #f4f4f4 solid;
}

.price_table td {
  padding: 8px;
  font-size: 12px;
  border: 1px #f4f4f4 solid;
  line-height: 1.3;
}

.price_table td input {
  margin: 2px 0;
}

.price_table td textarea {
  width: 100%;
  height: 50px;
  resize: none;
  border: none;
}

.price_tab {
  width: 100%;
  overflow: hidden;
}

.price_tab li {
  float: left;
  width: 33.33%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #fafafa;
  border-bottom: 1px #d2d2d2 solid;
  cursor: pointer;
}

.price_tab li.curr_li {
  border-bottom: 1px #e6e6e6 solid;
  font-weight: bold;
}

.gerzx img {
  width: 16px;
  height: auto;
  margin-right: 5px;
  vertical-align: sub;
}

.grzx_dh {
  float: right;
}

.grzx_dh_jl {
  margin-top: 0 !important;
}

.grzx_dh .grzx_dh_jl li {
  width: 112px;
  margin-right: 14px;
}

.grzx_dh .grzx_dh_jl li a {
  font-weight: bold;
}

.dxxq_gg {
  float: left !important;
}

.dbxx {
  line-height: 30px;
  text-align: center;
  background-color: #004993;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  color: #000;
  padding: 0;
  bottom: 0;
}

#footNav p {
  margin-bottom: 6px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.col {
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
}

.col-lb {
  width: 1150px;
  margin: 24px auto;
}

.flxx {
  width: 100%;
  background: #fff;
}

.fend {
  border-bottom: 1px dashed #ded8d8;
  width: 100%;
  padding-top: 16px;
  overflow: hidden;
}

.fl-k {
  width: 96%;
  margin: 0 auto;
}

.fend-tb {
  border: 0;
}

.dzhl {
  margin-bottom: 28px;
}

.dzhl-xz {
  color: #949090
}

.fl-lbn li {
  float: left;
  margin-right: 18px;
  margin-left: 0px;
  line-height: 38px;
  font-size: 14px;
}

.tb-ys {
  color: #e64917;
}

.tb-qs {
  color: #666;
  line-height: 38px;
  float: left;
}

.nrqu li {
  float: left;
}

.nrqu {
  margin-top: 20px;
}

.lis-ts {
  margin: 0 !important;
}

.nlb-h {
  margin-bottom: -3px;
  overflow: hidden;
}

.nrqu .nlb-h .lbr {
  width: 266px;
  height: 290px;
  background: #fff;
  border: 0;
  margin: 10px;
}

.nrqu .nlb-h dt {
  height: 170px
}

.nrqu .nlb-h dd {
  background: #fff;
}

.flcx {
  width: 200px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
  color: #999;
}

.flcx p {
  padding: 14px 40px 40px 40px;
  line-height: 44px;
  font-size: 18px;
}

.flcx .flcx-dx {
  font-size: 26px;
  font-weight: bold;
  color: #424040;
}

.yem dd {
  line-height: 31px;
  text-align: left;
  padding: 3px 20px 1px 20px;
}

.yen-n {
  font-size: 16px !important;
}

.yem:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: .4s;
  transform: translate3d(0, -3px, 0);
  color: #FF5722 !important;
}

.qy-nc {
  color: #666;
  font-size: 12px;
}

.sptj-nr {
  width: 100%;
}

.dibbj {
  margin-bottom: 0;
}

.fl-lbn {
  float: right;
}

.lbr img {
  width: 100%;
  height: 90%;
}

.spxq {
  width: 1080px;
}

.spxq-l {
  width: 524px;
  height: 466px;
  float: left;
  border: 1px solid #eee;
}

.spxq-r {
  width: 505px;
  height: 505px;
  float: right;
}

.foucebox {
  position: relative;
  width: 523px;
  height: 461px;
  overflow: hidden;
  z-index: 0;
}

.foucebox .bd {
  position: relative;
  float: left;
  width: 524;
  height: 461px;
  overflow: hidden;
}

.foucebox .bd img {
  width: 524px;
  height: 461;
}

.foucebox .hd {
  position: relative;
  width: 80px;
  float: right;
  height: 428px;
  overflow: hidden;
}

.foucebox .hd ul {
  position: relative;
  width: 76px;
  overflow: hidden;
}

.foucebox .hd li {
  height: 75px;
  padding: 5px;
  overflow: hidden;
  cursor: pointer;
}

.foucebox .hd img {
  width: 76px;
  height: 76px;
  display: block;
}

.foucebox .hoverBg {
  position: absolute;
  top: 0;
  left: 1px;
  width: 75px;
  height: 82px;
  z-index: 100;
  cursor: pointer;
  border: 2px solid #b4a078;
}

.col-l {
  background: #fff;
}

.sp-pz {
  float: left;
  margin-right: 12px;
}

.sp-mc {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.sp-qy {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.spnr {
  width: 100%;
  height: 394px;
  background-color: #f8f8f8;
  /* background-color: #fafcff; */
}

.spnr ul li {
  line-height: 40px;
  color: #666;
  font-size: 14px;
}

.spnr-cp {
  width: 85px;
  display: inline-block;
}

.spnr-xq {
  display: inline-block;
  text-indent: 4px;
}

.intro {
  text-indent: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.xq-qk {
  padding: 16px;
}

.bzzy {
  color: #67b550;
}

.spnr-gm {
  height: 64px;
  border-top: 1px dashed #c2c2c2;
  border-bottom: 1px dashed #c2c2c2;
  padding-bottom: 10px;
}

.gmdz {
  border: 1px solid #b2a075;
  width: 74px;
  height: 25px;
  margin-top: 21px;
  display: inline-block;
  color: #b2a075;
  text-align: center;
  line-height: 25px;
  margin-right: 4%;
}

.gmdzl {
  float: right;
  width: 81%;
}

.zxbz {
  line-height: 66px;
}

.dzhys {
  color: #b2a075;
}

.sptm {
  height: 84px;
  text-align: center;
}

.shoucang {
  width: 48px;
  height: 47px;
  border: 1px solid #d2cdcd;
  background: url("../images/img/shouc.gif") no-repeat center center;
  display: inline-block;
  float: left;
  cursor: pointer;
  margin: 28px;
}

.spnr-cps {
  width: 85px;
  display: inline-block;
  float: left;
  margin-top: 42px;
}

.tiaom {
  display: inline-block;
  margin-top: 15px;
  /* margin-left: 22px; */
}

.tiaom img {
  margin-top: 10px;
  float: left;
}

.sp-bt {
  margin-bottom: 14px;
}

.sp-z {
  width: 750px;
  float: left;
}

.sp-r {
  width: 298px;
  float: right;
  border: 1px solid #e1dfdf;
  margin-bottom: 20px;
}

.lbxq {
  width: 750px;
}

.lbxq .hd {
  overflow: hidden;
  background: #f8f8f8;
  border-left: 1px solid #ddd;
  height: 40px;
}

.lbxq .hd li {
  position: relative;
  margin-left: -1px;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #dedede;
  text-align: center;
  width: 124px;
  float: left;
  border: 1px solid #ddd;
  border-top: 0;
  font: normal 14px/37px "Microsoft YaHei";
  _font-weight: bold;
  cursor: default;
}

.lbxq .hd li.on {
  width: 124px;
  background: #fff;
  border-top: 3px solid #e4393b;
  color: #e4393b;
  /* border-top: 3px solid #33a0e5;
    color: #33a0e5; */
}

.lbxq .bd {
  border-top: 0;
}

.lbxq .lh {
  overflow: hidden;
}

.lbxq .lh li {
  padding: 10px;
}

.ppgs {
  padding: 14px 16px 0px 16px;
  font-size: 15px;
  line-height: 29px;
  text-indent: 2em;
}

.item {
  padding: 8px 30px;
  float: left;
  min-width: 96.6%;
  line-height: 24px;
  font-size: 14px;
  border-bottom: 1px dashed #e8e8e8;
}

.itemd {
  padding: 8px 30px;
  float: left;
  min-width: 47%;
  line-height: 24px;
  font-size: 14px;
  border-bottom: 1px dashed #e8e8e8;
}

.it-m {
  font-size: 14px;
  color: #000;
  width: 140px;
  display: inline-block;
  float: left;
}

.it-nr {
  font-size: 14px;
  color: #999;
  display: block;
}

.ppgs img {
  text-align: center;
}

.pages {
  width: 100%;
  text-align: center;
  display: block;
}

.lbxq .lh .spxqt {
  text-align: left;
}

.pjdh {
  width: 112px;
  height: 204px;
  border: 1px solid #d2d2d2;
  position: absolute;
  top: 280px;
  z-index: 9999;
}

.pingjia {
  position: relative;
}

.pjnr-xq {
  text-align: center;
}

.pjnr-xq p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.pjnr {
  position: relative;
}

.pjdh dt {
  height: 40px;
  text-align: center;
  width: 100%;
  background-color: #fffcf7;
  line-height: 40px;
  border-bottom: 1px solid #d2d2d2;
}

.pjdh dd {
  height: 40px;
  text-align: left;
  text-indent: 24px;
  line-height: 42px;
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
}

.sp-r-bt {
  height: 41px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  background-color: #f5f5f5;
}

.xg-qk {
  text-align: center;
  width: 261px;
  margin: 34px auto;
  line-height: 21px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 28px;
}

.xg-qk img {
  width: 201px;
  height: 179px;
  margin-bottom: 10px;
}

.xg-qk dd {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 22px;
}

.xg-qk .bt-mc {
  color: #000;
}

.jcyj {
  float: left;
}

.jcyj-nr {
  float: right;
  width: 80%;
}

.jcyj-ln {
  display: inline-block;
}

.zxzx-ly {
  color: white;
  width: 168px;
  height: 50px;
  background: #1e5da2;
  line-height: 50px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  border: 0;
  border: 1px solid #1e5da2;
}

.zxzx-ly:hover {
  background: #113863;
  -webkit-transition: 1s all;
}

.baogyy {
  padding: 4px 8px 4px 8px;
  color: #5a5a59;
  border: 1px solid #bec1c5;
  border-radius: 2px;
  margin-right: 2px;
  font-size: 14px;
  background: white;
  cursor: context-menu;
}

.jiag_g {
  color: #f63;
  font-size: 24px;
  margin-top: 8px;
}

.zxzx-xd {
  color: #1e5da2;
  width: 168px;
  height: 50px;
  border: 1px solid #1e5da2;
  line-height: 50px;
  border-radius: 2px;
  background: #fff;
  margin-right: 26px;
  cursor: pointer;
  font-size: 16px;
}

.zxzx-xd:hover {
  background: #1d5da2;
  color: #fff;
  -webkit-transition: 1s all;
}

.jcxm-nr td {
  border: 1px solid #efefef;
}

.xzzt {
  color: #fff;
  border: 1px solid #e4393b;
  background: #e4393b
}

.it-ni-ms {
  font-weight: bold;
  color: #7d7d7d;
  margin-right: 7px;
  width: 107px;
  display: inline-block;
}

.dbta {
  text-align: center;
  font-size: 18px;
  color: #1e5da2;
  font-weight: bold;
}

.jcxm-b td {
  height: 40px;
  text-align: center;
  border: 1px solid #d6d1d1;
}

.jcxm-b {
  width: 100%;
  margin-top: 10px;
}

.jcxm-mc {
  width: 20%;
  color: #525252;
  text-align: left !important;
  text-indent: 8px;
}

.jcxm-bz {
  width: 50%;
  color: #525252;
  text-align: center;
}

.jcxm-zq {
  width: 10%;
  color: #525252;
  text-align: center;
}

.jcxm-jg {
  width: 10%;
  color: #525252;
  text-align: center;
}

.jcxm-ys {
  color: #525252;
  text-align: left !important;
  text-indent: 8px;
}

.it-m img {
  width: 22px;
  height: 100%;
  vertical-align: middle;
  margin-right: 6px;
}

.comment-star {
  width: 70px;
  display: inline-block;
  height: 14px;
  background: url("../images/star.png") no-repeat;
}

.comment-mz {
  width: 80%;
  float: right;
  color: #404040;
}

.lbxq .it-dp li {
  padding: 0;
  float: left;
  margin-right: 16px;
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}

.it-dp {
  overflow: hidden;
}

.right {
  text-align: right;
}

.center img {
  margin-top: 0px;
}

.nrqy {
  margin-left: 0;
}

.qrfwxx {
  font-size: 18px;
}

.jycg_cg {
  color: red;
}

.jiaoygb {
  color: #F44336;
  font-weight: bold;
}

.bjnr {
  background: red;
  width: 100%;
}

.grzx_bj {
  background: #f5f5f5;
}

.ddzt_xk {
  display: inline-block;
  margin-bottom: 14px;
}

.ddzt_xk li {
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 43px;
  cursor: pointer;
}

.cartIcon i {
  display: block;
  position: absolute;
  right: -5px;
  top: 5px;
  text-align: center;
  line-height: 15px;
  font-size: 8px;
  font-style: normal;
  background: red;
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.cartIcons {
  position: relative;
}

.cartIcons i {
  position: absolute;
  font-style: normal;
  display: inline-block;
  height: 15px;
  line-height: 16px;
  font-family: arial;
  top: -5px;
  padding: 1px 5px;
  background: #FF5722;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
  left: 41px;
  margin: 0 0 0 2px;
  word-break: normal;
}

.wddd_d {
  background: white;
  margin-bottom: 14px;
  height: 40px !important;
  line-height: 10px;
  padding: 6px 0 6px 13px;
}

.qbdd_su {
  float: right;
  position: relative;
}

.dd-zt {
  display: inline-block;
  float: left;
  width: 671px;
  margin-top: 6px;
}

.ddxz_zt {
  color: #e2231a;
  border-bottom: 2px solid #e2231a;
}

.ddxzzt {
  color: red;
  font-weight: bold;
}

.lckd {
  width: 100%;
}

.ddmc_mz {
  background: #f5f5f5;
  height: 40px;
}

.ddmc_mz td {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.tup-kd {
  width: 60px;
}

.tup-kd img {
  width: 100px;
  max-height: 100px;
}

.baog_xq {
  display: inline-block;
  width: 100%;
  height: 79px;
  margin-left: 12px;
  font-size: 16px;
  color: #423f3f;
  margin-top: -12px;
  margin-top: 11px;
}

.baog_xq_xs {
  font-size: 12px;
  color: #8e8c8c;
  margin-top: 10px;
  display: inline-block;
}

.shqrm_c td {
  height: 48px;
  padding: 2px 8px 2px 14px;
}

.shqrm_c {
  width: 100%;
  padding-bottom: 4px;
}

.container_input {
  width: 62%;
  height: 38px;
  border: 0;
}

.biaoge_x {
  border: 1px solid #e0e0e0;
  height: 48px;
  padding: 8px;
}

.sqrx_bg {
  margin-top: 20px;
  margin-bottom: 11px;
}

.xiangq_ju {
  width: 29%;
  height: 46px;
  border-bottom: 1px dashed #afafaf;
  display: inline-block;
  padding: 4px 4px 4px 18px;
  margin-left: 15px;
  margin-bottom: 4px;
}

.shenqrxq_bt {
  font-size: 14px;
  color: #0269a9;
  margin-right: 8px;
  line-height: 44px;
  font-weight: bold;
}

.tjdd_xq li {
  float: left;
  width: 20%;
  font-size: 16px;
  color: #666666;
  line-height: 60px;
}

.tjdd_xq {
  background: #fff;
  padding: 10px 0px 10px 0px;
  overflow: hidden;
}

.ddtj_ys {
  color: #fe6603;
  font-size: 24px;
}

.result_submit {
  width: 210px;
  height: 68px;
  background-color: #fe6603;
  text-align: center;
  line-height: 68px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  border: 0;
}

.result_submit:hover {
  background: #bb4e07;
  -webkit-transition: 1s all;
}

.form-control {
  border: 0;
  width: 79%;
  height: 47px;
  float: right;
}

.form-controls {
  border: 0;
  width: 100%;
  height: 47px;
  float: right;
}

.ddxx_shz {
  width: 100%;
}

.ddxx_sh {
  width: 50%;
}

.ddxq_b {
  width: 100%;
  height: 288px;
}

.ddxq_b li {
  float: left;
  width: 262px;
  height: 288px;
  margin-right: 0px;
  margin-left: 37px;
  border-right: 1px solid #f1f1f1;
}

.ddxq_z {
  width: 76px;
  float: left;
  display: inline-block;
}

.ddzq_r {
  width: 178px;
  float: right;
  display: inline-block;
  line-height: 18px;
}

.ddxq_b dl dd {
  display: inline-block;
  padding: 10px;
  padding: 8px 0 8px 0px;
  font-size: 12px;
}

.ddxq_b dl dt {
  font-size: 14px;
  margin-bottom: 16px;
}

.ddxq_yb {
  border: 0 !important;
}

.ddtj_sz {
  font-size: 16px;
  margin: 4px 4px;
  font-weight: bold;
}

.jglb_s {
  width: 100%;
  display: block;
  height: 56px;
  background: #ffffff;
  margin-bottom: 16px;
  line-height: 18px;
}

.jglb_s .fwfl {
  margin: 21px 4px 25px 11px;
  display: inline-block;
  color: #000;
}

.top_title strong {
  font-size: 16px;
  color: #020308;
  border-left: 5px solid #006fb3;
  text-indent: 10px;
  display: inline-block;
  padding-top: 5;
  margin-top: 8px;
  text-shadow: 3px 11px 8px rgba(249, 249, 249, 0.6);
}

.qbdd_su .textarea {
  display: inline-block;
  margin-top: 5px;
  outline: none;
  resize: none;
  border: 1px #d2d2d2 solid;
  padding: 8px;
}

.qbdd_su .select {
  padding: 0 5px;
  height: 38px;
  font-size: 12px;
  border: 1px #e2e2e2 solid;
  vertical-align: middle;
  appearance: button;
}

.qbdd_su .group_btn {
  border: 1px #ccc solid;
  background: url(../images/imgs/fangdaj.jpg) 2px;
  color: grey;
  padding: 0 25px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 118px;
  top: 0;
}

.qbdd_su .group_btns {
  width: 47px;
  color: grey;
  border: 1px solid #cccccc;
  height: 32px;
  cursor: pointer;
  /* display: inline-block; */
  /* vertical-align: middle; */
  position: absolute;
  /* text-align: left; */
  left: 166px;
  text-indent: 3px;
  font-size: 12px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qbdd_su .group_btns i {
  transition: all 1s;
  width: 10px;
  height: 14px;
  display: block;
  background: url(../images/imgs/xixjt.png) no-repeat center center;
  background-size: 8px 5px;
}

/*.qbdd_su .group_btn:hover {
  background: #f2f2f2;
  border: 1px #e2e2e2 solid;
}*/
/*.qbdd_su .group_btn:active {
  background: #f8f8f8;
  border: 1px #ccc solid;
}*/
.qbdd_su .textbox {
  border: 1px #e2e2e2 solid;
  height: 20px;
  /* line-height: 26px; */
  padding: 5px;
  font-size: 12px;
  vertical-align: middle;
  width: 114px;
}

.ord_gd {
  height: 60px;
}

.ord_jg {
  color: #f63;
}

.ord_dd {
  margin-right: 16px;
}

.ord_bk {
  border-left: 1px #eaeaea solid;
}

.ord_bk_z {
  border-left: 1px #eaeaea solid;
}

.sp_z_s {
  font-size: 20px;
  font-size: 16px;
  color: #999999;
  font-weight: 500;
}

.sp_ck {
  color: #005aa0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
}

.xg-qk .sp_ckj {
  font-weight: bold;
  color: #e4393b;
}

.xq_zh {
  border: 0;
}

.sou_ss {
  width: 100%;
  height: 32px;
  border: 0;
  padding-left: 9px;
}

/*检测服务*/
.jcfw {
  width: 180px;
  height: 180px;
  background-color: #CFE4F5;
  float: left;
  text-align: center;
}

.jcfw img {
  margin-top: 50px;
}

.sxnrs {
  width: 1190px;
  margin-top: 24px;
}

.sxnrs li {
  width: 100%;
  height: 165px;
  background: white;
  margin-bottom: 20px;
}

.qyxx {
  width: 558px;
  height: 165px;
  float: left;
}

.jcxm {
  width: 460px;
  height: 165px;
  float: left;
  position: relative;
}

.qyxx dl {
  line-height: 28px;
  padding: 26px;
  font-size: 16px;
  padding: 26px 0 0 38px;
}

.qyxx dl dt {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
}

.qyxx dl dd {
  color: #404040;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qyxx .qyxx_jg {
  margin: 0 10px 0 10px;
}

.qyxx .qyxx_jt {
  color: #fe7429;
  font-weight: bold;
}

.jcxm_x {
  width: 64px;
  /* height: 180px; */
  display: inline-block;
  padding-top: 31px;
}

.jcxm_n {
  float: right;
  width: 388px;
  /* height: 180px; */
  padding-top: 28px;
}

.jcxm_n a {
  padding: 5px 10px 6px 10px;
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  border: 1px solid #33a0e5;
  color: #33a0e5;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 92px;
  white-space: nowrap
}

.jcxm_n a:hover {
  /* background: #33a0e5;
    color: #fff;
    display: inline-block; */
  color: #ffffff;
  background: #2183c1;
}

.jcxm_gd a {
  position: absolute;
  top: 60%;
  left: 80%;
  color: #33a0e5;
  padding: 0;
  border: 0;
}

/* .jcxm_gd a:hover {
    background: #fff;
    color: #33a0e5;
} */
/*城市选择*/
#summary-stock .dt {
  margin-top: 4px
}

#list1 .dt {
  float: left;
  height: 18px;
  text-align: right;
  width: 72px
}

#list1 .dd {
  float: left
}

#store-selector {
  position: relative;
  float: left;
  z-index: 2;
  height: 26px;
  margin-right: 6px
}

#store-selector dl,
#store-selector dt,
#store-selector dd {
  float: none;
  color: #999
}

#store-selector dl {
  position: absolute;
  top: 23px;
  z-index: 1;
  width: 358px;
  width: 358px;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd
}

#store-selector dt {
  padding: 6px 0 10px;
  color: #999
}

#store-selector dd {
  padding-bottom: 5px;
  line-height: 18px
}

#store-selector a:link,
#store-selector a:visited {
  color: #005aa0
}

#store-selector a:hover,
#store-selector a:active {
  background: #005aa0;
  color: #fff
}

#store-selector .text {
  float: left;
  float: none;
  _float: left;
  position: relative;
  top: 7px;
  z-index: 2;
  height: 21px;
  background: #fff;
  border: 1px solid #cecbce;
  padding: 0 20px 0 4px;
  line-height: 21px;
  overflow: hidden;
}

#store-selector .text b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 17px;
  height: 24px;
}

#store-selector .close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 366px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: url(../images/xjiant.png) no-repeat -40px 0
}

#store-selector a:hover {
  background: #b79567;
  color: #fff;
  cursor: pointer
}

#store-selector.hover .text {
  border-bottom: 0
}

#store-selector.hover .i-storeinfo {
  position: relative;
  z-index: 2;
}

#store-selector.hover dl {
  display: block
}

#store-selector.hover .close {
  display: block
}

#store-prompt {
  clear: left;
  line-height: 25px
}

#store-prompt strong {
  font-size: 14px
}

#store-prompt a {
  color: #005eaa
}

*html #store-selector .i-storeinfo,
*html #store-selector .i-storeinfo div {
  float: left
}

*html #store-selector dl {
  left: 0
}

#store-selector .content {
  display: none;
  position: absolute;
  top: 23px;
  left: -45px;
  border: 1px solid #cecbce;
  width: 390px;
  padding: 15px;
  background: #fff;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd
}

#store-selector .content select {
  float: left;
  width: 120px;
  border: 1px solid #cecbce;
  margin-right: 15px
}

#store-selector .content .select3 {
  margin-right: 0
}

#store-selector.hover .content,
#store-selector.hover .close {
  display: block
}

#JD-stock {
  position: relative;
  margin-bottom: 0
}

#JD-stock .tab {
  width: 100%;
  height: 25px;
  float: left;
  border-bottom: 2px solid #edd28b;
  overflow: visible;
  *overflow: hidden
}

#JD-stock .tab li {
  float: left;
  clear: none;
  height: 23px;
  padding: 1px 1px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-right: 3px;
  background-color: #fff;
  line-height: 22px;
  text-decoration: none
}

#JD-stock .tab .curr {
  *position: relative;
  height: 25px;
  padding: 0;
  border: 2px solid #edd28b;
  border-bottom: 0
}

#JD-stock .tab a {
  position: relative;
  float: left;
  height: 23px;
  padding: 0 20px 1px 10px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #005aa0;
  outline: 0;
}

#JD-stock .tab a:hover {
  background: 0;
  color: #005aa0
}

#JD-stock .tab a i {
  position: absolute;
  right: 5px;
  top: 10px;
  *top: 9px;
  display: block;
  width: 7px;
  height: 5px;
  overflow: hidden;
  background: url("../images/xjiant.png") no-repeat -76px -34px;
  opacity: .5;
  filter: alpha(opacity=50)
}

#JD-stock .tab .curr i,
#JD-stock .tab a:hover i {
  opacity: 1;
  filter: alpha(opacity=100)
}

#JD-stock .area-list {
  padding-top: 5px
}

#JD-stock .area-list li {
  float: left;
  width: 80px;
  padding: 2px 0 2px 15px;
  clear: none
}

#JD-stock .area-list li a {
  float: left;
  padding: 2px 4px;
  *padding: 04px;
  color: #005aa0
}

#JD-stock .area-list li a:hover {
  color: #fff
}

#JD-stock .area-list .longer-area {
  width: 370px
}

#JD-stock .area-list .long-area {
  width: 170px
}

.city {
  height: 40px;
  float: left;
  margin-top: 7px;
  margin-left: 4%;
}

.xm_xx {
  color: #f37b55 !important;
}

.xx_bt {
  line-height: 40px;
  width: 100%;
  /* height: 60px; */
  background: #f1f1f1;
  text-indent: 10px;
}

.form-group_gr input,
select {
  border: 1px solid #e2dddd;
  padding: 6px;
  border-radius: 2px;
}

.grxx .form-group_gr input {
  border: 1px solid #e2dddd;
  padding: 6px;
  border-radius: 2px;
  width: 729px;
}

.use_zh {
  font-size: 14px;
}

.control-label {
  width: 100px;
  float: left;
  height: 30px;
  margin-left: 7px;
  margin-right: 30px;
  line-height: 36px;
}

.use_wb {
  margin: 20px 0 10px 46px;
  text-align: right;
}

.use_wb b {
  color: red;
}

.use_r {
  text-align: left;
}

/*在线下单*/
.ui-stepBar-wrap {
  position: relative;
  width: 100%;
  height: 108px;
  overflow: hidden;
  display: none;
  z-index: 100;
  top: -22px;
}

.ui-stepBar-wrap .ui-stepBar {
  position: relative;
  width: 90%;
  height: 5px;
  background: #ccc;
  top: 50px;
  left: 5%;
  z-index: 101
}

.ui-stepBar-wrap .ui-stepBar .ui-stepProcess {
  position: relative;
  width: 0;
  height: 5px;
  background: #f44236;
  top: 0;
  left: 0;
  z-index: 102
}

.ui-stepBar-wrap .ui-stepInfo-wrap {
  width: 90%;
  margin: 0 auto;
  height: 100%
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo {
  position: relative;
  float: left;
  padding-top: 36px;
  text-align: center
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence {
  position: relative;
  padding: 4px 8px;
  border-radius: 50%;
  z-index: 103
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepName {
  position: relative;
  line-height: 50px;
  z-index: 103;
  left: 0;
  text-align: center;
  top: 10px;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change,
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change {
  cursor: pointer
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change:hover {
  box-shadow: 0 0 3px 1px #1e5da2
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change:hover {
  box-shadow: 0 0 3px 1px #ccc
}

.judge-stepSequence-pre {
  background: #fe6603;
  color: #fff
}

.judge-stepSequence-hind {
  background: #ccc;
  color: #000
}

.author {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  color: #1569ec;
  text-shadow: 1px 1px 0 #e7e7e7, 0 1px 7px #fff
}

.use_r input:focus {
  border: 1px solid #006fb3;
}

/*左侧浮窗*/
.floating_cz {
  position: fixed;
  left: 1%;
  top: 28%;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
  z-index: 999999;
}

.floating_cz dl dd {
  width: 25px;
  padding: 8px;
  background-color: #1f77be;
  border-bottom: solid 1px #346ebd;
  border-top: solid 1px #346ebd;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: center;
}

.floating_cz dl dd:hover {
  background-color: #3b7dd8;
}

.xzdys {
  background-color: #fff !important;
  border-top: 1px solid #346ebd !important;
  border-bottom: 1px solid #346ebd !important;
}

.xzdys span {
  color: #346ebd !important;
}

.floating_cz dd span {
  color: #fff;
  display: block;
  padding-top: 14px;
  font-size: 14px;
  text-align: center;
}

/*20190924 GLadd*/
.qyjc {
  width: 100%;
  height: 300px;
  /*float: right;*/
}

.jc_nr {
  width: 174px;
  height: 256px;
  /*display: inline-block;
    cursor: pointer;*/
  margin: 10px 0 0 17px;
  padding: 5px;
  box-sizing: border-box;
}

.jc_nr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .jc_nr:hover {
border:1px solid #999;
} */
.sxnr li {
  /*width: 100%;*/
  height: 300px;
  /*background: white;*/
  /*margin-bottom: 30px;*/
}

.jc_mz {
  /*color: #99999c;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 20px;*/
  min-height: 40px;
  /*cursor: pointer;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*控制在2行*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jc_jg em {
  color: #ff0000;
  font-size: 16px;
}

.jc_nr:hover {
  box-shadow: 0 2px 4px rgba(123, 122, 122, 0.35);
  transition: 0s;
  transform: translate3d(0, 0px, 0);
  color: #FF5722 !important;
  cursor: pointer;
}

/*分类导航加底色*/
.m-nav .crumb .pro {
  /*position: relative;
    margin: 4px 5px 0 0;
    padding: 0 19px 0 4px;
    float: left;
    max-width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e8e8e8;
    height: 18px;
    line-height: 18px;
    color: #666;
    text-decoration: none;*/
  background: #fff;
  padding: 0 19px 0 10px;
  border: 1px solid #fd6e00;
}

/*上下箭头旋转180度，点击事件可以给图标加上这个class，再次点击移除*/
.gl-trans {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* Internet Explorer */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

/*分类搜索框加入搜索列表选择之后*/
.nav-category .nc-items {
  display: flex;
  flex-wrap: wrap;
}

/*分类项目列表委托改为按钮模样*/
.jcxm_gd a {
  position: absolute;
  top: 70%;
  left: 80%;
  color: #33a0e5;
  padding: 0;
  border: 0;
  color: #fff;
  padding: 8px 10px;
  /* border-radius: 10px; */
  background: #33a0e5;
}

/*热门服务增加hover阴影*/
/*.page-right li:hover {
    box-shadow: 0 2px 4px rgba(123, 122, 122, 0.35);
    transition: 0s;
    transform: translate3d(0, 0px, 0);
    color: #FF5722!important;
    cursor: pointer;
}*/
/*样式修改*/
.cpfa .jc_nr {
  width: 201px;
  height: 245px;
  margin: 32px 0px 0 36px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #f4f4f4;
  border: 1px solid #ececec;
}

.cpfa .jc_nr img {
  width: 199px;
  height: 179px;
  background: #fff;
}

.cpfa .jc_jg {
  color: #e4393c;
  font-size: 21px;
  font-family: Verdana;
}

.cpfa .jc_mz {
  color: #666;
  margin: 0 0 0px 8px;
  font-size: 12px;
}

.cpfa .jc_jg {
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  width: 100%;
  margin: 8px 8px 8px;
}

/*新增*/
.page-header {
  height: auto;
  /* padding: 0 0 20px; */
}

.page-header .logo_s {
  margin-top: 36px;
}

.page-header .sou_r {
  width: 436px;
}

/* .page-header .logo_m {
    margin-left: 30px;
} */
.page-search {
  /* width: 570px; */
  width: 485px;
  position: absolute;
  /* left: 300px; */
  left: 330px;
  top: 30px;
}

.page-search .sou {
  float: none;
  width: 100%;
  margin: 0
}

.page-header .logo {
  position: relative;
}

#pageHeader .logo {
  position: relative;
}

.page-content {
  clear: both
}

.page-contain {
  width: 1190px;

  margin: 0 auto;
  padding: 18px 0;
}

.pagetab-contain {
  width: 1190px;
  margin: 0 auto;
  padding: 18px 0;
}

.page-left {
  flex: 0 1 100%;
}

.page-left-title {
  border-bottom: 2px solid #33a0e5;
}

.page-left-title span {
  display: inline-block;
  background: url("../images/image/btjt.jpg") no-repeat #33a0e5;
  height: 38px;
  padding: 0 14px;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
}

.page-right {
  width: 192px;
  border: 1px solid #eaeaea;
  background: #ffffff;
}

.m-nav {
  border-bottom: 1px solid #f0f0f0;
  /* margin-bottom: 10px; */
}

.m-nav .crumb {
  margin-left: 20px
}

.m-nav .crumb .toggle-btn {
  float: right;
  margin: 0 0 0 4px;
  height: 24px;
  line-height: 24px;
  border: solid 1px #e8e8e8;
  padding: 0 9px;
  background: #f6f6f6;
  color: #6b6b6b;
  cursor: pointer;
  text-decoration: none
}

.m-nav .crumb .toggle-btn:hover {
  color: #f40
}

.m-nav .crumb .toggle-btn .arrow {
  margin-left: 8px;
  vertical-align: middle
}

.m-nav .crumb .show-expand .expand {
  display: inline-block
}

.m-nav .crumb .show-expand .collapse {
  display: none
}

.m-nav .crumb .show-collapse .expand {
  display: none
}

.m-nav .crumb .show-collapse .collapse {
  display: inline-block
}

.m-nav .crumb .icon-btn-vbarrow {
  float: left;
  margin: 10px 5px 0
}

.m-nav .crumb .query {
  margin-top: 4px;
  float: left;
  display: inline;
  line-height: 18px;
  height: 18px;
  padding: 0 6px;
  background: #ffefe7;
  border: solid 1px #feb08a;
  color: #f40
}

.m-nav .crumb .cat,
.m-nav .crumb .cat-text {
  margin-top: 4px;
  float: left;
  display: inline;
  line-height: 20px;
  height: 20px;
  color: #666;
  text-decoration: none
}

.m-nav .crumb .cat:hover {
  color: #f40
}

.m-nav .crumb .pro {
  position: relative;
  margin: 4px 5px 0 0;
  padding: 0 19px 0 4px;
  float: left;
  max-width: 144px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #e8e8e8;
  height: 18px;
  line-height: 18px;
  color: #666;
  text-decoration: none;
  background: #fafafa;
}

.m-nav .crumb .pro:hover {
  border-color: #f40
}

.m-nav .crumb .pro .icon-btn-x {
  position: absolute;
  right: 6px;
  top: 6px
}

.m-nav .crumb .total {
  float: left;
  margin: 4px 4px 0 4px;
  line-height: 20px;
  color: #3c3c3c;
  text-decoration: none
}

.m-nav .crumb .link {
  color: #f40;
  text-decoration: underline
}

.m-nav .groups {
  margin-top: 11px;
  position: relative;
  margin-bottom: 11px;
}

.m-nav .group {
  border: 1px solid #e8e8e8;
  margin-top: -1px;
  background: #ffffff;
}

.m-nav .group .row {
  position: relative;
  border-top: 1px dashed #dedede;
  margin: 0 8px
}

.m-nav .group .row-first,
.m-nav .group .row:first-child {
  border-top: none
}

.m-nav .group .group-head {
  position: absolute;
  left: 11px;
  top: 9px;
  color: #999
}

.m-nav .group .group-head h4 {
  font-weight: 400
}

.m-nav .group .group-head .title {
  float: left;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.m-nav .group .group-head .cat-title {
  color: #666;
  text-decoration: none
}

.m-nav .group .group-head .cat-title:hover {
  color: #f40
}

.m-nav .group .group-head .arrow {
  position: absolute;
  left: 80px;
  top: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border-style: dashed;
  border-color: transparent;
  border-width: 4px;
  font-size: 0;
  border-left-style: solid;
  border-left-color: #ccc
}

.m-nav .group .body {
  padding: 0 100px 0 112px
}

.m-nav .group .body .group-items {
  height: 36px;
  overflow: hidden
}

.m-nav .group .body .group-items-show2line {
  height: 72px
}

.m-nav .group .body .group-item {
  float: left;
  margin: 9px 40px 9px 0;
  height: 18px;
  color: #000;
  text-decoration: none
}

.m-nav .group .body .group-item:hover {
  color: #f40
}


.m-nav .group .body .text {
  float: left;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.m-nav .group .body .desc-icon {
  float: left;
  margin: -4px 5px 0 0;
  width: 25px;
  height: 25px
}

.m-nav .group .body .icon-btn-check-small {
  display: none;
  float: left;
  margin: 4px 5px 0 0
}

.m-nav .group .body .icon-btn-baike-i {
  float: left;
  display: inline;
  margin: 4px 0 0 5px
}

.m-nav .group .body .btns {
  display: none;
  text-align: center
}

.m-nav .group .body .cancel,
.m-nav .group .body .submit {
  display: inline-block;
  margin: 5px;
  border-radius: 2px;
  height: 20px;
  width: 42px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}

.m-nav .group .body .submit {
  color: #fff;
  background: #F94700;
  border: 1px solid #F94700
}

.m-nav .group .body .submit:hover {
  background: #f82800
}

.m-nav .group .body .cancel {
  border: 1px solid #e8e8e8
}

.m-nav .group .body .cancel:hover {
  color: #f82800;
  border-color: #f82800
}

.m-nav .group .has-overlay .body {
  padding: 0 0 0 94px
}

.m-nav .group .has-overlay .group-items {
  padding-right: 0
}

.m-nav .group .has-overlay .group-items-conditions {
  height: auto
}

.m-nav .group .has-overlay .trigger {
  position: relative;
  float: left;
  padding: 0 32px 0 18px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  color: #000
}

.m-nav .group .has-overlay .trigger .icon-btn-arrow-2-h {
  position: absolute;
  right: 18px;
  top: 17px
}

.m-nav .group .has-overlay .trigger-hover {
  background: #e2e2e2
}

.m-nav .group .has-overlay .overlay {
  display: none;
  position: absolute;
  z-index: 100;
  top: 36px;
  left: -9px;
  right: -9px;
  border: 1px solid #e2e2e2;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(51, 51, 51, .1);
  -moz-box-shadow: 0 2px 3px rgba(51, 51, 51, .1);
  box-shadow: 0 2px 3px rgba(51, 51, 51, .1)
}

.m-nav .group .has-overlay .overlay-inner {
  padding: 12px 19px;
  line-height: 30px
}

.m-nav .group .has-overlay .group-item {
  float: left;
  margin-right: 40px;
  color: #000;
  text-decoration: none;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.m-nav .group .has-overlay .group-item:hover {
  color: #f40
}

.m-nav .group .foot {
  position: absolute;
  right: 0;
  top: 8px
}

.m-nav .group .foot .switch-multi {
  position: absolute;
  right: 60px;
  height: 16px;
  padding: 0 3px;
  line-height: 16px;
  border: solid 1px #dad9d9;
  cursor: pointer;
  white-space: nowrap
}

.m-nav .group .foot .switch-multi:hover {
  color: #f40
}

.m-nav .group .foot .show-less,
.m-nav .group .foot .show-more {
  position: absolute;
  right: 10px;
  height: 18px;
  padding-right: 10px;
  line-height: 18px;
  cursor: pointer;
  white-space: nowrap
}

.m-nav .group .foot .show-less:hover,
.m-nav .group .foot .show-more:hover {
  color: #f40
}

.m-nav .group .foot .show-less {
  display: none
}

.m-nav .group .foot .icon-btn-arrow-down-2,
.m-nav .group .foot .icon-btn-arrow-up-2 {
  position: absolute;
  top: 7px;
  right: 2px;
  cursor: pointer
}

.m-nav .group .multi-mode .body .group-items .icon-btn-check-small {
  display: inline-block
}

.m-nav .group .multi-mode .body .btns {
  display: block
}

.m-nav .group .multi-mode .switch-multi {
  display: none
}

.m-nav .group .expand-mode .body .group-items {
  height: auto;
  max-height: 102px;
  overflow: auto
}

.m-nav .group .expand-mode .foot .show-more {
  display: none
}

.m-nav .group .expand-mode .foot .show-less {
  display: block
}

.m-nav .group .row-scrollbar-fix .group-items::-webkit-scrollbar {
  -webkit-appearance: none
}

.m-nav .group .row-scrollbar-fix .group-items::-webkit-scrollbar:vertical {
  width: 11px
}

.m-nav .group .row-scrollbar-fix .group-items::-webkit-scrollbar:horizontal {
  height: 11px
}

.m-nav .group .row-scrollbar-fix .group-items::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, .5)
}

.m-nav .group .row-scrollbar-fix .group-items::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px
}

.m-nav .group .hide-toggle .foot .show-less,
.m-nav .group .hide-toggle .foot .show-more {
  display: none
}

.m-nav .spus .body {
  padding: 0 52px 0 11px;
  line-height: 24px
}

.m-nav .spus .body .group-items {
  height: 120px;
  padding: 8px 0;
  overflow: hidden
}

.m-nav .spus .body .group-item {
  float: left;
  margin: 0 40px 11px 0;
  width: 100px;
  height: 120px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.m-nav .spus .body .pic {
  display: block;
  width: 100px;
  height: 100px
}

.m-nav .spus .body .img {
  max-width: 100px;
  max-height: 100px
}

.m-nav .spus .expand-mode .body .group-items {
  max-height: none
}

.m-nav .spudetail .body {
  position: relative;
  padding: 8px 19px 8px 110px
}

.m-nav .spudetail .body .pic {
  position: absolute;
  top: 8px;
  left: 11px;
  width: 100px;
  height: 100px;
  text-align: center
}

.m-nav .spudetail .body .img {
  max-width: 100px;
  max-height: 100px
}

.m-nav .spudetail .body .info {
  float: left;
  display: inline;
  margin-left: 10px;
  height: 100px;
  overflow: hidden
}

.m-nav .spudetail .body .texts {
  height: 22px;
  overflow: hidden;
  line-height: 22px
}

.m-nav .spudetail .body .title {
  float: left;
  color: #666;
  font-size: 14px;
  font-weight: 700
}

.m-nav .spudetail .body .tag {
  float: left;
  display: inline;
  margin-left: 6px
}

.m-nav .spudetail .body .desc {
  margin-top: 6px;
  color: #999
}

.m-nav .nav-guide {
  position: absolute;
  left: -40px;
  top: 0;
  border: 1px solid #e8e8e8;
  height: 90px;
  width: 14px;
  padding: 7px 9px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
  background: #FFF
}

.m-nav .nav-guide .link {
  text-decoration: none
}

.m-nav .nav-guide .icon {
  margin: 5px 0 0 -3px
}

.m-widget-baike {
  position: absolute;
  display: none;
  z-index: 10000
}

.g-clearfix:after,
.g-clearfix:before {
  content: "";
  display: table;
}

.g-clearfix:after {
  clear: both;
}

.icon-btn-arrow-down-2 {
  background-position: -399px -336px;
  width: 7px;
  height: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  background-image: url(../images/icons.png);
  background-size: 430px 426px;
}

.icon-btn-arrow-up-2 {
  background-position: -382px -336px;
  width: 7px;
  height: 4px;
  background-image: url(../images/icons.png);
  display: inline-block;
  *display: inline;
  background-size: 430px 426px;
}

.icon-btn-vbarrow {
  background-position: -306px -169px;
  width: 5px;
  height: 9px;
  background-image: url(../images/icons.png);
  display: inline-block;
  *display: inline;
  background-size: 430px 426px;
}

.icon-btn-x {
  background-position: -5px -414px;
  width: 7px;
  height: 7px;
  background-image: url(../images/icons.png);
  display: inline-block;
  *display: inline;
  background-size: 430px 426px;
}

.group-item input,
.group-item button {
  border: 1px solid #e8e8e8;
  height: 18px;
  line-height: 18px;
  color: #666;
  font-size: 12px;
  display: inline-block
}

.group-item button {
  height: 20px;
  padding: 0 6px;
  background: #f3f3f3;
}

.group-item {
  white-space: nowrap
}

.group-item input {
  width: 80px;
  margin: 0 4px;
}

.m-sortbar .btn {
  display: block;
  height: 23px;
  padding: 0 10px;
  background: #f40;
  color: #fff;
  line-height: 23px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box
}

.m-sortbar .btn:hover {
  color: #fff;
  background: #f82800
}

.m-sortbar .sort-row {
  height: 41px
}

.m-sortbar .sort-row .sort-inner {
  height: 39px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8
}

.m-sortbar .sorts {
  float: left;
  line-height: 39px
}

.m-sortbar .sorts .sort {
  float: left
}

.m-sortbar .sorts .link {
  float: left;
  display: block;
  height: 39px;
  line-height: 39px;
  padding: 0 12px;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
  text-decoration: none;
  color: #6d6d6d
}

.m-sortbar .sorts .active,
.m-sortbar .sorts .link:hover {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-color: #e5e5e5;
  color: #f50
}

.m-sortbar .sorts .first {
  margin-left: 0;
  border-left: none
}

.m-sortbar .sorts .has-droplist {
  position: relative
}

.m-sortbar .sorts .has-droplist .trigger .text {
  float: left
}

.m-sortbar .sorts .has-droplist .trigger .icon {
  float: left;
  margin-top: 17.5px;
  margin-left: 4px
}

.m-sortbar .sorts .has-droplist .trigger .link:hover {
  color: #6d6d6d;
  background-color: #f5f5f5;
  border-color: transparent
}

.m-sortbar .sorts .has-droplist-hover {
  *z-index: 1
}

.m-sortbar .sorts .has-droplist-hover .droplist {
  display: block
}

.m-sortbar .sorts .droplist {
  display: none;
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.m-sortbar .sorts .droplist .sort {
  float: none;
  white-space: nowrap
}

.m-sortbar .sorts .droplist .link {
  border: none;
  margin-left: 0;
  padding-right: 30px
}

.m-sortbar .prices {
  float: left
}

.m-sortbar .prices .inputs {
  float: left;
  height: 39px;
  width: 130px
}

.m-sortbar .prices .inputs .inner {
  height: 39px
}

.m-sortbar .prices .inputs .shaixuan-items {
  padding: 8px 0 0 10px
}

.m-sortbar .prices .inputs .shaixuan-item {
  float: left;
  width: 55px
}

.m-sortbar .prices .inputs .sep {
  float: left;
  width: 10px;
  text-align: center
}

.m-sortbar .prices .inputs .input {
  width: 45px;
  padding: 0 4px;
  height: 21px;
  border: solid 1px #dfdfdf;
  line-height: normal;
  font-family: arial
}

.ks-ie6 .m-sortbar .prices .inputs .input,
.ks-ie7 .m-sortbar .prices .inputs .input,
.ks-ie8 .m-sortbar .prices .inputs .input {
  line-height: 21px
}

.m-sortbar .prices .inputs .submit {
  float: left;
  _display: inline;
  margin-left: 10px;
  display: none;
  width: 44px
}

.m-sortbar .prices .inputs .btn {
  border: 0 none;
  *padding: 0 4px
}

.ks-firefox .m-sortbar .prices .inputs .btn {
  padding: 0 6px;
  line-height: 1
}

.m-sortbar .prices .inputs-hover,
.m-sortbar .prices .inputs:hover {
  position: relative;
  z-index: 2
}

.m-sortbar .prices .inputs-hover .inner,
.m-sortbar .prices .inputs:hover .inner {
  position: absolute;
  top: -1px;
  left: -1px;
  border: solid 1px #ccc;
  background: #fff;
  width: 194px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.m-sortbar .prices .inputs-hover .shaixuan-items,
.m-sortbar .prices .inputs:hover .shaixuan-items {
  padding-right: 10px
}

.m-sortbar .prices .inputs-hover .submit,
.m-sortbar .prices .inputs:hover .submit {
  display: block
}

.m-sortbar .prices .ranks {
  _display: inline;
  float: left;
  margin: 9px 0 0 15px;
  height: 20px
}

.m-sortbar .prices .ranks .shaixuan-item {
  position: relative;
  float: left;
  height: 22px;
  width: 15px
}

.m-sortbar .prices .ranks .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 14px;
  border: 1px solid #e5e5e5;
  border-left: none;
  background: #fff
}

.m-sortbar .prices .ranks .bar {
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 14px;
  border: 1px solid #c7c7c7;
  background: #ededed
}

.m-sortbar .prices .ranks .shaixuan-item-hover,
.m-sortbar .prices .ranks .rank-active {
  z-index: 1
}

.m-sortbar .prices .ranks .shaixuan-item-hover .bg,
.m-sortbar .prices .ranks .rank-active .bg {
  border: solid 1px #bababa;
  left: -1px
}

.m-sortbar .prices .ranks .shaixuan-item-hover .bar,
.m-sortbar .prices .ranks .rank-active .bar {
  border-color: #f40;
  background: #f40
}

.m-sortbar .prices .ranks .first {
  width: 16px
}

.m-sortbar .prices .ranks .first .bg {
  border-left: 1px solid #e5e5e5
}

.m-sortbar .prices .ranks .first .bar {
  left: 0
}

.m-sortbar .prices .ranks .first:hover .bg {
  left: 0;
  border: solid 1px #bababa
}

.m-sortbar .prices .ranks .first:hover .bar {
  left: 0
}

.response-narrow .m-sortbar .prices .ranks {
  display: none
}

.ks-ie6 .m-sortbar .prices .ranks {
  display: none
}

.m-sortbar .location {
  float: right;
  height: 39px;
  position: relative;
  color: #6d6d6d
}

.m-sortbar .location .trigger {
  position: relative;
  width: 89px;
  height: 39px;
  cursor: pointer
}

.m-sortbar .location .trigger .inner {
  position: absolute;
  height: 39px;
  width: 89px;
  text-align: center;
  line-height: 39px
}

.m-sortbar .location .trigger .text {
  display: inline-block
}

.m-sortbar .location .trigger .icon {
  display: inline-block;
  width: 7px;
  height: 4px;
  vertical-align: middle;
  overflow: hidden
}

.m-sortbar .location .sections {
  display: none;
  position: absolute;
  left: -1px;
  top: 39px;
  width: 352px;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.m-sortbar .location .hr-line {
  margin: 0 18px;
  border-top: dashed 1px #e0e0e0;
  height: 0;
  overflow: hidden
}

.m-sortbar .location .clear,
.m-sortbar .location .misc {
  margin: 8px 17px 0
}

.m-sortbar .location .guess,
.m-sortbar .location .offen {
  float: left;
  color: #6d6d6d
}

.m-sortbar .location .guess .user-loc,
.m-sortbar .location .offen .user-loc {
  color: #3d3d3d;
  font-weight: 700
}

.m-sortbar .location .guess .user-loc:hover,
.m-sortbar .location .offen .user-loc:hover {
  color: #f40;
  text-decoration: underline
}

.m-sortbar .location .guess {
  width: 105px
}

.m-sortbar .location .offen .user-loc {
  margin-right: 5px
}

.m-sortbar .location .last {
  border-bottom: none
}

.m-sortbar .location .shaixuan-items {
  margin: 8px 8px;
  *padding-bottom: 8px;
  *margin-bottom: 0
}

.m-sortbar .location .shaixuan-item {
  float: left
}

.m-sortbar .location .link {
  float: left;
  padding: 0 9px;
  cursor: pointer;
  line-height: 24px;
  color: #6d6d6d
}

.m-sortbar .location .link:hover {
  color: #f40
}

.m-sortbar .location .active {
  height: 24px;
  line-height: 24px;
  display: block;
  height: 23px;
  padding: 0 10px;
  background: #f40;
  color: #fff;
  line-height: 23px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 0 9px
}

.m-sortbar .location .active:hover {
  color: #fff;
  background: #f82800
}

.m-sortbar .location .align-left {
  margin-right: 12px
}

.m-sortbar .location .clear .shaixuan-items {
  margin-left: 15px
}

.m-sortbar .location .clear .btn {
  color: #fff
}

.m-sortbar .location .clear .btn:hover {
  text-decoration: none
}

.m-sortbar .location .search {
  margin: 8px 0 14px 15px;
  *margin-left: 8px
}

.m-sortbar .location .search .input {
  float: left;
  height: 21px;
  border: solid 1px #dfdfdf;
  width: 177px;
  text-indent: 5px
}

.ks-ie8 .m-sortbar .location .search .input {
  line-height: 21px
}

.m-sortbar .location .search .btn {
  float: left;
  _display: inline;
  margin-left: 8px
}

.m-sortbar .location-hover {
  *z-index: 1
}

.m-sortbar .location-hover .trigger {
  z-index: 1001;
  background: #fff
}

.m-sortbar .location-hover .trigger .inner {
  top: -1px;
  left: -1px;
  height: 39px;
  line-height: 39px;
  border: solid 1px #ccc;
  border-bottom-color: #fff;
  z-index: 1
}

.m-sortbar .location-hover .sections {
  display: block;
  z-index: 1000
}

.m-sortbar .pager {
  float: right;
  line-height: 39px
}

.m-sortbar .pager .shaixuan-item {
  float: left;
  height: 39px
}

.m-sortbar .pager .current {
  color: #f40
}

.m-sortbar .pager .link {
  float: left;
  display: block;
  padding: 0 15px;
  height: 39px
}

.m-sortbar .pager .icon {
  margin-top: 14px;
  *margin-top: 15px
}

.m-sortbar .styles {
  float: right
}

.m-sortbar .styles .shaixuan-item {
  float: left;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  margin-left: -1px
}

.m-sortbar .styles .link {
  float: left;
  width: 40px;
  height: 39px
}

.m-sortbar .styles .active,
.m-sortbar .styles .link:hover {
  background: #fff
}

.m-sortbar .styles .icon {
  display: block;
  margin-top: 14px;
  margin-left: 14px
}

.m-sortbar .filter-row {
  height: 38px;
  border: 1px solid #E8E8E8;
  border-top: none
}

.m-sortbar .filter-row .filter-box {
  float: left;
  position: relative;
  height: 38px
}

.m-sortbar .filter-row .filter-box-hover {
  z-index: 1
}

.m-sortbar .filter-row .filter-box-hover .filter-inner {
  top: -1px;
  left: -1px;
  height: auto;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.m-sortbar .filter-row .filter-box-hover .more {
  border-right: none 0;
  right: 1px
}

.m-sortbar .filter-row .filters {
  color: #6d6d6d;
  width: 100%;
  float: left
}

.m-sortbar .filter-row .filter-inner {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 70px;
  width: 595px;
  height: 38px;
  overflow: hidden;
  background: #fff
}

.response-narrow .m-sortbar .filter-row .filter-inner {
  width: 510px
}

.response-wider .m-sortbar .filter-row .filter-inner {
  width: 710px
}

.m-sortbar .filter-row .filter {
  float: left;
  display: inline;
  height: 38px;
  line-height: 38px;
  margin-left: 12px;
  cursor: pointer;
  color: #6d6d6d;
  white-space: nowrap
}

.m-sortbar .filter-row .filter .icon {
  float: left;
  margin-top: 12px
}

.m-sortbar .filter-row .filter .text {
  _display: inline;
  float: left;
  margin-left: 4px
}

.m-sortbar .filter-row .filter .highlight {
  color: red
}

.m-sortbar .filter-row .filter .img {
  _display: inline;
  float: left;
  margin-top: 11px;
  margin-left: 4px
}

.m-sortbar .filter-row .filter .img-big {
  margin-top: 0
}

.m-sortbar .filter-row .more {
  position: absolute;
  right: 0;
  height: 18px;
  top: 10px;
  padding-right: 10px;
  border-right: 1px solid #ededed
}

.m-sortbar .filter-row .more .icon {
  vertical-align: middle
}

.m-sortbar .filter-row .extra {
  float: right;
  _display: inline;
  margin-top: 7px
}

.m-sortbar .filter-row .merge-shaixuan-item,
.m-sortbar .filter-row .merge-shop {
  float: left;
  padding: 0 5px;
  margin-right: 12px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #dedede;
  color: #3d3d3d;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  text-decoration: none
}

.m-sortbar .filter-row .merge-shaixuan-item:hover,
.m-sortbar .filter-row .merge-shop:hover {
  background: #F5F5F5
}

.m-sortbar .filter-row .merge-active,
.m-sortbar .filter-row .merge-active:hover {
  border: 1px solid #FFB08B;
  color: #F40;
  background: #FFF0E7
}

.m-pricerank-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  border: 1px solid #ffcc7f;
  background: #ffffe5;
  padding: 5px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box
}

.m-pricerank-overlay .text {
  white-space: nowrap
}

.icon-btn-arrow-2-h {
  background-position: -416px -336px;
  display: inline-block;
  width: 7px;
  height: 4px;
  background-image: url(../images/icons.png);
  background-size: 430px 426px;
  background-repeat: no-repeat;
}

.icon-btn-prev-2-disable {
  background-position: -26px -393px;
  width: 6px;
  height: 9px;
  display: inline-block;
  background-image: url(../images/icons.png);
  background-size: 430px 426px;
  background-repeat: no-repeat;
}

.icon-btn-next-2 {
  background-position: -42px -393px;
  width: 6px;
  height: 9px;
  display: inline-block;
  background-image: url(../images/icons.png);
  background-size: 430px 426px;
  background-repeat: no-repeat;
}

.page-left .sxnrs {
  width: auto;
}

.page-left .qyxx {
  width: 520px;
}

.page-right-title {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  /* padding-left: 10px; */
  text-align: center;
}

.page-right li {
  /*padding: 30px;*/
  border-top: 1px solid #eaeaea;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #fff;
}

.page-right li img {
  width: 104px;
  height: 93px;
  margin-bottom: 14px;
}

.page-right li h4 {
  color: #a1a1a4;
}

.page-right li h5 {
  color: #fe7429
}

.page-right li span.paixu {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 27px;
  height: 27px;
}

.page-right li span.paixu-1 {
  background-image: url(../images/right-icon1.png);
}

.page-right li span.paixu-2 {
  background-image: url(../images/right-icon2.png);
}

.page-right li span.paixu-3 {
  background-image: url(../images/right-icon3.png);
}

/*.page-right li span.paixu-4 {
    background-image: url(../images/right-icon4.png);
}*/
.nc-contain .con {
  width: auto;
  height: auto;
  margin: 0;
}

.content-wrap .shop-wrap .shop-all-list li .tit:after,
.filter-box:after,
.nav-category .nc-items:after,
.nav-tabs .tabs:after {
  clear: both;
  display: block;
  height: 0;
  content: '\20';
}

.navigation1 {
  padding: 18px 0 20px 19px;
  background: #fff;
  zoom: 1
}

.sear-result {
  margin-bottom: 10px
}

.nav-category {
  position: relative;
  padding: 0 0 10px 155px;
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f1ebeb;
}

.nav-categorys {
  border: 0;
}

.navigation1 {}

div.nc-items {
  line-height: 20px
}

.nav-category a:hover {
  color: #006fb3
}

.nav-category a span {
  color: #666;
  cursor: pointer;
  font-size: 12px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-category h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #999
}

.nav-category .def {
  position: absolute;
  left: 85px
}

.nav-category span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline;
  *zoom: 1;
  margin-left: -4px;
  padding: 0 4px;
  white-space: nowrap
}

.nav-category .cur span {
  background-color: #006fb3;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 8px;
  /* height: 20px; */
  /* line-height: 20px; */
}

.nav-category .nc-items {
  position: relative
}

.nav-category .nc-items a {
  float: left;
  *height: 20px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.nav-category .nc-sub {
  position: relative;
  left: -20px;
  background-color: #fafafa;
  border: solid 1px #eee;
  padding: 12px 0 4px 19px;
  *width: 800px;
  margin-bottom: 10px;
}

.nav-category .nc-more {
  *position: relative;
  *zoom: 1;
  padding-right: 50px;
  padding-left: 4px;
  height: 50px;
  overflow: hidden;
  *width: 720px;
  *padding-bottom: 10px;
  zoom: 1
}

.nav-category .nc-more.zhankai {
  height: auto;
}

.nav-category .nc-more .more {
  position: absolute;
  float: none;
  right: 0;
  *right: -3px;
  *top: 0;
  font-size: 12px
}

.nav-category .nc-sub {
  *width: 776px
}

.nav-category .nc-sub .more {
  *top: 12px;
  right: 28px;
  *right: 8px;
  width: 84px
}

.nav-category .con .nc-more {
  *width: 720px
}

.nav-category #J_nt_items {
  *width: 753px
}

.nav-category #J_nt_items .nc-more .more {
  right: 29px;
  *right: 26px
}

.nav-tabs {
  margin-top: 10px
}

.nav-tabs .nc-contain {
  position: relative;
  top: -8px;
  left: -20px
}

.nav-tabs .tabs {
  position: relative;
  z-index: 10;
  line-height: 36px;
  height: 36px;
  overflow: hidden
}

.nav-tabs .tabs a {
  float: left;
  width: 97px
}

.nav-tabs .tabs span {
  margin-left: 0;
  padding: 0 20px;
  border: solid 1px #fff;
  border-bottom: solid 1px transparent;
  _border-bottom: none;
  -o-text-overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  overflow: initial;
  white-space: initial
}

.nav-tabs .tabs .cur span {
  background-color: #fafafa;
  border-color: #eee;
  border-bottom-color: #fafafa;
  color: #006fb3;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 0;
  border-radius: 0
}

.nav-tabs .con {
  position: relative;
  zoom: 1;
  z-index: 9;
  top: -1px;
  _top: -2px;
  padding: 0 19px;
  background-color: #f8f8f8;
  border: solid 1px #f0f0f0
}

.nav-tabs .nc-items {
  padding: 12px 0 4px
}

.nav-tabs .nc-more {
  padding-right: 50px
}

.nav-tabs .nc-more .more {
  width: 64px;
  *top: 12px
}

.nav-tabs .nc-sub {
  left: 0;
  top: -1px;
  border: none;
  border-top: solid 1px #eee
}

.filter-box {
  position: relative;
  z-index: 10;
  padding: 0 45px 0 19px;
  border-bottom: solid 1px #eee;
  line-height: 44px
}

.filter-box a:hover {
  color: #006fb3
}

.filter-box .filt-classify {
  float: left
}

.filter-box .filt-classify a {
  float: left;
  width: 72px
}

.filter-box .filt-classify .icon-check {
  position: relative;
  top: -1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  _float: left;
  _margin-top: 16px;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background-position: -36px -17px
}

.filter-box .filt-classify .disabled {
  color: #ccc;
  cursor: default
}

.filter-box .filt-classify .disabled .icon-check {
  background-position: -20px -160px
}

.filter-box .filt-classify .cur .icon-check {
  background-position: -21px -17px
}

.filter-box .filt-service {
  float: right
}

.filter-box .filt-service ul {
  _float: right
}

.filter-box .filt-service li {
  position: relative;
  float: left;
  z-index: 1;
  _width: 64px;
  text-align: center
}

.filter-box .filt-service a {
  display: block;
  padding: 0 15px;
  _padding-top: 14px;
  _line-height: 20px;
  _height: 20px
}

.filter-box .filt-service a i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  _diaplay: inline;
  _zoom: 1;
  width: 7px;
  height: 9px;
  margin-left: 3px
}

.filter-box .filt-service a .icon-arr-down {
  background-position: -40px -160px
}

.filter-box .filt-service a .icon-arr-up {
  background-position: -50px -160px
}

.filter-box .filt-service a.cur .icon-arr-down,
.filter-box .filt-service a:hover .icon-arr-down {
  background-position: -60px -160px
}

.filter-box .filt-service a.cur .icon-arr-up,
.filter-box .filt-service a:hover .icon-arr-up {
  background-position: -70px -160px
}

.filter-box .filt-service .cur {
  color: #006fb3
}

.filter-box .filt-service em {
  position: absolute;
  top: 0;
  right: -1px;
  color: #e0e0e0
}

.filter-box .filt-service .fs-slt {
  position: relative
}

.filter-box .filt-service .fs-slt i {
  width: 10px;
  height: 6px
}


.filter-box .filt-service .fs-slt a {
  _width: 61px
}

.filter-box .filt-service .fs-slt a .avgprice {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 65px;
  height: 44px;
  padding-right: 13px
}

.filter-box .filt-service .fs-slt a .avgprice i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  _margin-top: -14px
}

.filter-box .filt-service .fs-slt .fs-price-tit {
  height: 44px;
  width: 91px;
  padding: 0;
  _height: 32px;
  _padding-top: 12px;
  overflow: hidden
}

.filter-box .filt-service .fs-slt .slt-list {
  position: absolute;
  display: none;
  width: 92px;
  padding: 0 0 5px 0;
  top: -1px;
  left: -2px;
  background-color: #fff;
  border: solid 1px #eee
}

.filter-box .filt-service .fs-slt .slt-list span {
  display: block
}

.filter-box .filt-service .fs-slt .slt-list .cur,
.filter-box .filt-service .fs-slt .slt-list a {
  padding: 0 15px;
  line-height: 26px;
  text-align: left
}

.filter-box .filt-service .fs-slt .slt-list a:hover {
  background-color: #f6f6f6;
  color: #333
}

.filter-box .filt-service .fs-slt .slt-list .tit {
  line-height: 44px;
  _display: inline;
  _zoom: 1;
  _padding: 10px 0;
  _line-height: 24px;
  _height: 24px
}

.filter-box .filt-service .fs-slt .slt-list .cur {
  position: relative;
  color: #006fb3
}

.filter-box .filt-service .fs-slt .slt-list .cur .isel {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -3px;
  background-position: 1px -152px
}

.filter-box .filt-service .fs-slt .per-capita {
  padding-bottom: 80px
}

.filter-box .filt-service .fs-slt .ipt-price {
  position: absolute;
  width: 91px;
  height: 65px;
  border-top: solid 1px #f0f0f0;
  bottom: 0;
  left: 0;
  padding: 10px 0 0 1px
}

.filter-box .filt-service .fs-slt .ipt-price span {
  float: left;
  line-height: 22px
}

.filter-box .filt-service .fs-slt .i-box {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  padding-left: 10px;
  border: solid 1px #f0f0f0;
  line-height: 22px
}

.filter-box .filt-service .fs-slt .i-box .icon {
  position: absolute;
  left: 2px
}

.filter-box .filt-service .fs-slt .i-box input {
  width: 30px;
  border: 0 none
}

.filter-box .filt-service .fs-slt .btn-box a {
  float: left;
  padding: 0;
  margin-top: 5px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #fff;
  text-align: center
}

.filter-box .filt-service .fs-slt .btn-box a:hover {
  background-color: #fff
}

.filter-box .filt-service .fs-slt .btn-box .confirm {
  background-color: #fffcf5;
  border-color: #f5d1ad;
  color: #006fb3;
  margin-right: 5px
}

.filter-box .filt-service .fs-slt .btn-box .confirm:hover {
  background-color: #fffcf5;
  border-color: #f5d1ad;
  color: #006fb3
}

.filter-box .map {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-left: solid 1px #eee;
  text-align: center
}

.filter-box .map .icon-map {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  top: 17px;
  width: 20px;
  height: 21px;
  position: relative;
  vertical-align: middle;
  background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAgCAYAAAC7FpAiAAADLUlEQVRYR+1YS1LbQBDtFtjlJTeAnAA4Ac4JgBPADbAX1pRXMSuXRgvbJ4g4QcwJAieIbxC4AdkaS516qhlqEJbkj+yQKs9SHvf06379ZVrzaK1PRORYKXW3jKjBYHAwm81uRKQlIi9ENGHmByJ69H1/sowsXuayvQsFXl9fr6AAMx+Z7y8iEiVJMup2u095cvv9/pHneTfMfE1EBwXvA9C4VqvdtdttgMw9S4EIw/A8SZJrZr4oEioiY8/zok6nc2/vwWNEdENEUD49IvKHiIbM/CQiTSI6YeZjV7aI3CqlemuBsG43ylurQ+YzLBXH8bDRaLxMp1OAaxHRoaPkE8AYBaGkPfhvr1arjbNWxnvT6bRpZJ1VAiIIgh4zf3MUuAdtlFLjedYJw7AJmhHR+ZzfH4ko8n0/cj0kIkdZefbdqkHcx3HcyvIdHN/b22u6ikFBw31QB3HzwMzDTqcDnr87UBYfspTZCIg8i8DySZI0y3ibx+kdCGOZ0uxU5tYyT2itQaFWXu7/LzwBEMzcmxcPMOQOxDbptPNEFRW7isAu8gQqNFiRrdxl77opeyvZqQhEUf1Ap1BpxV612AVBcGFbClPd0cKggTwQkbS32t/fH31qT2S62J/z2m+AYeZLt5Z8KjoBhJk/flsAIoIBCoqjsz0zQCe+759a0J8ORBAEaAIHRsGR7/voctNjKnoKREQuLfW2CsLMGyd5FTmrKDN/de+6rb4bd1sFkZdd3O8Za7eVUkOHNhEzXxlP3Cml0slvqyBMA3hYtCjQWmOAskMS5mXMEBMRuTATXIpJRN4AbhzEsosCM+0hMxWeOI6/YOgKggBJgLCEqLxOeJ73a41FAVpym4k+gEHGApW01qDTd3uhUhBzTPhsVjRR0aKAmW8xupZ5w3rBLgrM5gMpOHcWsTot3HY4IFZZFJyikLkB7hrFeqGMbnm/l4Iw+6Ihdkn1ej0qW2TZh9xFAXZLmMHRgjDzj6wy1gsbA7Gq4Lz/aa2xHXR3U29pddW3Sj2xquACEO8Cd10vpFmsaiUXkWe9sW4sLBzYiyi17B2bRqvwwj/zhG0rVl24ZY32F/xhjE4EFdLVAAAAAElFTkSuQmCC) no-repeat;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  background-size: 24px auto
}

.filter-box .map:hover .icon-map {
  vertical-align: middle;
  background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAgCAYAAAC7FpAiAAADIUlEQVRYR+1YXVLaUBT+TtL67A6kKzDCApquQFyBPAjTN+kKxBUU3zrgTMMKiisQFwDNDsQd0LeOTu7pnJvkkkRCJoCgU/NGuPfmfPf7zi9hzYebjgOyD6k3HpQ5ihvOPvasczDaIMwA8sEYAcEd9X2/zFlUZnG8Vhvw0T4FcRugin7PPAPBg6Wu6Ic/zTuXvzoVKG18A0T7ud/XgDDEUzAgz58ts7MUCD5zjmHZDQD1AvBDqMCja//GABfGYJ2DSPbHzx+Au2BMQeQC7AB0mD6bL6k36awFwtAONMythzf/oG/KVl38xQx7ViOUBh3MP8jCiAcmFwTXvA/3dvCkhtlbDr9nu2CWsz4DmwDRqnYAupgbgBuRDfXGw0W3w2eOC7JF58fP/me+E1DUn3gphsiuZM9j891NgmDcwA7aWb1rjQeWmzRMExVqX9hra4floEvXvug89YTGAlnJvAyIHFr1zVuWW6TbXEd/BxFeTWF0KqK1iAluVkeAaufF/jchJw2CVWeRP2jfeQtyegehQ/smQ+yK0en/YEIytESYTH1UFFCSIXs70WmJYy/PH69FTq1aPS4pouwuJUw9rGCj2upRXb1qJjJV7O3i8punYHWSzCWvSk46F+j+w7pPABhoFhhuWKnKIvjUHx8Z0C9SAK4YnaKEJs3T99BYvqL+pD1nqDoyQIATI72tgpBb/gAnLyNruyVrxzeugi/JtXPZ6JWmAdqqnPKiS/J9CgT4G/Um3blsatJbnEa/B9Qb685vqyDCAtA+WDYo4GZtaJok6cVBHUD5IKrrfsM8c4AvDqLsoCACelvImhV8kqaLW9X7qMiubLzsgFK/Vx8UpBx4ER4tJW5WZQryM8HOBgYF2R7biJkfohGNt3RQwLiU1rWQjZiFeFAgkw8JwUt6kdiUEmVHtEV67bKDAg6OJJGlHTxFhnHoQsktWFAMIpwXdUEY4lF5RYMsQ1RyUADuSg/OrZrMq349syNiYRUAsqcQxKoH5+3jZlUGZYnZFNZiYVcg0o67Jgs7ARFl8JiNtVnYJYiQjQ2wsDMQcVmx6sAt62//AMLXyD9ZK27tAAAAAElFTkSuQmCC) no-repeat;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  background-size: 24px auto
}

.icon-arr-extend,
.icon-arr-packup {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  margin-left: 3px;
  background-position: -20px -98px;
}

.filter-box .filt-classify .icon-check,
.filter-box .filt-service a i,
.icon-arr-extend,
.icon-arr-packup,
.packup-seo-icon .packdown-seo,
.packup-seo-icon .packup-seo {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  _overflow: hidden;
  _background-image: url(../images/sprite.png);
}

.icon-arr-packup {
  background-position: -35px -98px;
}

.nav-category span {
  font-size: 12px;
}

.add-input {
  padding: 8px 0 0 10px;
  display: inline-block;
  float: right
}

.add-input input,
.add-input button {
  border: 1px solid #e8e8e8;
  height: 22px;
  line-height: 22px;
  color: #666;
  font-size: 12px;
  display: inline-block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.add-input button {
  background: #f3f3f3;
  padding: 0 4px
}

.filter {
  position: relative;
  z-index: 4;
  _zoom: 1;
  border-top: 1px solid #DDD;
  margin-bottom: 5px
}

.filter .f-line {
  height: 25px;
  padding: 6px 8px;
  border-bottom: 1px solid #E7E3E7;
  background: #F9F9F9;
  zoom: 1
}

.filter .f-line.top {
  height: 37px;
  background: #fff;
  margin-top: 12px;
}

.filter .f-title {
  float: left;
  line-height: 25px;
  margin-right: 10px
}

.filter .f-sort {
  float: left;
  margin-right: 13px;
  margin-top: 6px;
}

.filter .f-sort .arrow,
.filter .f-sort .arrow-bottom,
.filter .f-sort .arrow-top {
  float: left;
  width: 7px;
  overflow: hidden;
  background: url(../images//sprite-arrow.png) no-repeat 0 -100px
}

.filter .f-sort .arrow {
  height: 11px;
  margin-top: 6px
}

.filter .f-sort .arrow-top {
  height: 4px;
  margin-top: 6px;
  background-position: -10px -100px
}

.filter .f-sort .arrow-bottom {
  height: 4px;
  margin-top: 3px;
  background-position: -10px -110px
}

.filter .f-sort .fs-down,
.filter .f-sort .fs-up {
  display: inline-block;
  width: 7px;
  margin-left: 5px;
  vertical-align: top;
  *cursor: pointer
}

.filter .f-sort .fs-tit {
  display: inline-block;
  vertical-align: top;
  *cursor: pointer
}

.filter .f-sort a {
  float: left;
  padding: 0 9px;
  height: 23px;
  border: 1px solid #CCC;
  line-height: 23px;
  margin-right: -1px;
  background: #FFF;
  color: #333
}

.filter .f-sort a:hover {
  position: relative;
  text-decoration: none;
  border-color: #006fb3;
  color: #006fb3
}

.filter .f-sort a:hover .fs-down .arrow {
  background-position: 0 -140px
}

.filter .f-sort a.curr {
  border-color: #006fb3;
  background: #006fb3;
  color: #FFF
}

.filter .f-sort a.curr .arrow-top {
  background-position: -10px -120px
}

.filter .f-sort a.curr .arrow-bottom {
  background-position: -10px -130px
}

.filter .f-sort a.curr .fs-down .arrow {
  background-position: 0 -120px
}

.filter .f-sort a.curr .fs-down .arrow-top,
.filter .f-sort a.curr .fs-up .arrow-bottom {
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5
}

.filter .f-sort a.curr:hover {
  color: #fff
}

.filter .f-price {
  position: relative;
  float: left;
  width: 132px;
  height: 25px;
  margin-right: 12px
}

.filter .f-price .f-price-set {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.filter .f-price .f-price-set .input-txt,
.filter .f-price .f-price-set em {
  float: left;
  display: inline
}

.filter .f-price .f-price-set .input-txt {
  width: 52px;
  border-color: #ccc;
  color: #333
}

.filter .f-price .f-price-set .input-txt:focus {
  outline-color: transparent
}

.filter .f-price .f-price-set em {
  width: 12px;
  line-height: 23px;
  color: #333;
  text-align: center
}

.filter .f-price .f-price-edit {
  display: none;
  width: 132px;
  height: 25px;
  padding: 37px 6px 6px;
  border: 1px solid #999;
  position: absolute;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.filter .f-price .f-price-edit .item1 {
  position: absolute;
  top: 37px;
  left: 6px;
  width: 36px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #005aa0
}

.filter .f-price .f-price-edit .item2 {
  position: absolute;
  top: 37px;
  right: 7px;
  width: 38px;
  height: 17px;
  line-height: 17px;
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
  background: #f7f7f7;
  color: #333
}

.filter .f-price.f-price-focus {
  z-index: 6
}

.filter .f-price.f-price-focus .f-price-set {
  position: relative;
  z-index: 5
}

.filter .f-price.f-price-focus .f-price-edit {
  display: block;
  zoom: 1;
  top: -7px;
  left: -7px
}

.filter .f-datagrid {
  float: left;
  width: 71px;
  height: 25px;
  padding-left: 1px;
  margin-right: 12px;
  overflow: hidden
}

.filter .f-datagrid .fdg-item {
  position: relative;
  float: left;
  width: 13px;
  height: 23px;
  border: 1px solid #ccc;
  margin-left: -1px;
  display: inline;
  background: #fff
}

.filter .f-datagrid .fdg-item:hover {
  z-index: 3
}

.filter .f-datagrid .fdg-item:hover .def-bar {
  border-color: #006fb3;
  background: #f89596
}

.filter .f-datagrid .fdg-item-curr {
  z-index: 3
}

.filter .f-datagrid .fdg-item-curr .def-bar {
  border-color: #006fb3;
  background: #f89596
}

.filter .f-datagrid .def-bar {
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 2;
  width: 13px;
  height: 0;
  border: 1px solid #aaa;
  overflow: hidden;
  background: #e5e5e5
}

.filter .f-search {
  float: right;
  margin-top: 6px;
}

.filter .f-search .btn,
.filter .f-search .input-txt {
  float: left
}

.filter .f-search .input-txt {
  width: 108px;
  color: #999
}

.filter .f-search .btn {
  color: #333;
  border: 1px solid #CCC;
  border-radius: 0;
  margin-left: -1px;
  height: 17px;
  line-height: 17px;
  padding: 3px;
}

.filter .f-pager {
  float: right
}

.filter .f-pager .fp-next,
.filter .f-pager .fp-prev,
.filter .f-pager .fp-text {
  float: left
}

.filter .f-pager .fp-text {
  line-height: 23px;
  margin-right: 10px;
  font-family: verdana
}

.filter .f-pager .fp-text b,
.filter .f-pager .fp-text em,
.filter .f-pager .fp-text i {
  font-weight: 400;
  font-style: normal
}

.filter .f-pager .fp-text b {
  color: #006fb3;
  font-weight: 700
}

.filter .f-pager .fp-next,
.filter .f-pager .fp-prev {
  width: 26px;
  height: 23px;
  border: 1px solid #DDD;
  background: #FFF;
  line-height: 23px;
  font-family: "\5b8b\4f53";
  text-align: center;
  font-size: 16px;
  color: #AAA
}

.filter .f-pager .fp-prev {
  margin-right: -1px
}

.filter .f-pager .fp-next:hover,
.filter .f-pager .fp-prev:hover {
  text-decoration: none
}

.filter .f-pager .fp-next.disabled,
.filter .f-pager .fp-prev.disabled {
  padding: 0;
  background: #F1F1F1;
  color: #CCC;
  cursor: default
}

.filter .f-result-sum {
  float: right;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  color: #999
}

.filter .f-result-sum .num {
  color: #666;
  font-family: verdana
}

.filter .f-feature ul li a,
.filter .f-store .instock a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  padding-right: 10px;
  color: #333
}

.filter .f-feature ul li a i,
.filter .f-store .instock a i {
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../images//search.ele.png) no-repeat 9999px 9999px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 0
}

.filter .f-feature ul li a:hover,
.filter .f-store .instock a:hover {
  text-decoration: none;
  color: #006fb3
}

.filter .f-feature ul li a:hover i,
.filter .f-store .instock a:hover i {
  border-color: #006fb3
}

.filter .f-feature ul li a.selected i,
.filter .f-store .instock a.selected i {
  border-color: #006fb3;
  background-position: -1px -107px
}

.filter .f-feature {
  float: left;
  position: relative;
  width: auto;
  height: 25px;
  overflow: hidden
}

.filter .f-feature ul li {
  float: left;
  display: inline;
  height: 25px;
  line-height: 25px
}

.filter .f-feature ul li a {
  padding-right: 5px
}

.filter .f-feature ul li .act-chunchajie,
.filter .f-feature ul li .act-chunlei,
.filter .f-feature ul li .act-jiazhuangjie,
.filter .f-feature ul li .act-jingdongshangou,
.filter .f-feature ul li .act-nanzhuangjie,
.filter .f-feature ul li .act-nvrenjie,
.filter .f-feature ul li .act-qiuchajie,
.filter .f-feature ul li .act-shiyidacu,
.filter .f-feature ul li .act-shuang11,
.filter .f-feature ul li .act-shuang12,
.filter .f-feature ul li .act-zuiniunianhuo {
  display: inline-block;
  width: 46px;
  height: 25px;
  line-height: 25px;
  background: url(../images//search.filter.activity-icon.png) no-repeat 0 -37px;
  cursor: pointer
}

.filter .f-feature ul li .act-jiazhuangjie {
  background-position: 0 -73px
}

.filter .f-feature ul li .act-shiyidacu {
  width: 60px;
  background-position: 0 -108px
}

.filter .f-feature ul li .act-qiuchajie {
  width: 45px;
  background-position: 0 -144px
}

.filter .f-feature ul li .act-shuang11 {
  width: 104px;
  background-position: 0 -180px
}

.filter .f-feature ul li .act-shuang12 {
  width: 116px;
  height: 35px;
  margin-top: -4px;
  background-position: 0 -216px
}

.filter .f-feature ul li .act-zuiniunianhuo {
  width: 101px;
  background-position: 0 -262px
}

.filter .f-feature ul li .act-nvrenjie {
  width: 89px;
  background-position: 0 -295px
}

.filter .f-feature ul li .act-chunlei {
  width: 71px;
  background-position: 0 -330px
}

.filter .f-feature ul li .act-jingdongshangou {
  width: 104px;
  background-position: 0 -366px
}

.filter .f-feature ul li .act-chunchajie {
  width: 88px;
  background-position: 0 -401px
}

.filter .f-feature ul li .act-wrap {
  display: inline-block;
  width: 105px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  position: relative
}

.filter .f-feature ul li .act-wrap img {
  height: 25px;
  position: absolute;
  left: 0;
  top: 0
}

.filter .f-feature ul li .act-wrap .act-text {
  display: inline-block;
  width: 105px;
  height: 25px;
  color: #006fb3;
  font: 700 14px/25px "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  position: absolute;
  left: 0;
  top: 0
}

.filter .f-feature ul li .i-new {
  display: none;
  width: 25px;
  height: 14px;
  position: absolute;
  right: -2px;
  top: -9px;
  background: url(../images//search.icons.png) no-repeat 0 -310px
}

.filter .f-feature .ff-more {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #DDD;
  background: #fff url(../images//search.ele.png) no-repeat 4px 7px;
  -webkit-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out
}

.filter .f-store {
  float: left;
  padding-left: 5px
}

.filter .f-store .fs-cell {
  float: left;
  line-height: 25px;
  margin-right: 5px
}

.filter .f-store .delivery-location {
  color: #999
}

.filter .f-store #store-selector {
  float: left;
  height: 25px
}

.filter .f-store #store-selector .text {
  color: #333
}

.filter .f-store #store-selector .common-area {
  padding-bottom: 10px
}

.filter .f-store #store-selector .common-area a {
  color: #005aa0
}

.ui-area-wrap {
  position: relative;
  z-index: 3;
  height: 26px;
  margin-right: 6px
}

.ui-area-wrap a {
  outline: 0;
  -moz-outline: 0;
  text-decoration: none
}

.ui-area-wrap a:hover {
  text-decoration: none
}

.ui-area-wrap .ui-area-text-wrap {
  float: left;
  position: relative;
  top: 0;
  height: 23px;
  background: #fff;
  border: 1px solid #CECBCE;
  padding: 0 24px 0 4px;
  line-height: 23px;
  overflow: hidden
}

.ui-area-wrap .ui-area-text-wrap b {
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 17px;
  height: 17px;
  background: url('../images/imgcc.png') no-repeat 1px 7px;
  overflow: hidden
}

.ui-area-wrap .ui-area-content-wrap {
  display: none;
  float: left;
  position: absolute;
  top: 25px;
  left: 0;
  border: 1px solid #CECBCE;
  width: 390px;
  padding: 12px 12px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd
}

.ui-area-wrap .ui-area-content-wrap.ui-area-w-max {
  width: 460px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab {
  cursor: default;
  width: 100%;
  height: 25px;
  border-bottom: 2px solid #006fb3;
  overflow: visible;
  *overflow: hidden
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a {
  position: relative;
  float: left;
  height: 23px;
  line-height: 23px;
  padding: 0 25px 1px 6px;
  margin-right: 4px;
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #005AA0;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  max-width: 72px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a:first-child {
  max-width: 36px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a:hover {
  color: #005AA0;
  text-decoration: none
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a:hover i {
  opacity: 1
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a i {
  background: url('../images/imgcc.png') no-repeat 0 5px;
  position: absolute;
  right: 6px;
  top: 5px;
  display: block;
  width: 13px;
  height: 16px;
  overflow: hidden;
  opacity: .5
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a em {
  margin: 0
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a.ui-area-current {
  height: 25px;
  background-color: #fff;
  border: 2px solid #006fb3;
  border-bottom: 0;
  padding: 0 25px 0 6px;
  line-height: 22px;
  text-decoration: none
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab a.ui-area-current i {
  opacity: 1
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab li {
  float: left;
  clear: none;
  padding: 0
}

.ui-area-wrap .ui-area-content-wrap .ui-area-tab .ui-area-current a {
  color: #000
}

.ui-area-wrap .ui-area-content-wrap .ui-area-content-list {
  padding-top: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -5px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-content-list a:hover {
  color: #fff
}

.ui-area-wrap .ui-area-content-wrap .ui-area-content-list li {
  float: left;
  width: 80px;
  padding: 0 16px 1px 0;
  clear: none;
  line-height: 18px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-content-list li a {
  float: left;
  padding: 2px 4px 2px 0;
  color: #005aa0
}

.ui-area-wrap .ui-area-content-wrap .ui-area-content-list li a:hover,
.ui-area-wrap .ui-area-content-wrap .ui-area-content-list li.ui-area-current a {
  color: #006fb3
}

.ui-area-wrap .ui-area-content-wrap .ui-area-content-list .longer-area {
  width: 370px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-content-list .long-area {
  width: 176px
}

.ui-area-wrap .ui-area-content-wrap select {
  float: left;
  width: 120px;
  border: 1px solid #CECBCE;
  margin-right: 15px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 17px;
  height: 17px;
  background: url('../images/imgcc.png') no-repeat 3px -124px;
  cursor: pointer
}

.ui-area-wrap .ui-area-content-wrap.ui-area-common-area-mode .ui-area-close {
  top: 10px;
  right: 33px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f7f7f7
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content {
  height: 20px;
  overflow: hidden
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content a:hover {
  color: #006fb3
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content li {
  height: 18px;
  padding: 2px 0
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content li a {
  color: #666
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content li a span.ui-area-common-c-i-l {
  width: 60px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content li a span.ui-area-common-c-i-r {
  margin-left: 20px;
  width: 342px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content li a.cur span.ui-area-common-c-i-l,
.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap .ui-area-common-content li a.cur span.ui-area-common-c-i-r {
  color: #f30213
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap.ui-area-open .ui-area-common-content {
  display: block;
  height: auto
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap.ui-area-open .ui-area-common-content.more {
  height: 263px;
  overflow: hidden;
  overflow-y: auto
}

.ui-area-wrap .ui-area-content-wrap .ui-area-common-wrap.ui-area-open .ui-area-common-content.more .ui-area-common-c-i-r {
  width: 320px
}

.ui-area-wrap .ui-area-content-wrap.ui-area-w-max .ui-area-common-wrap .ui-area-common-content li a span.ui-area-common-c-i-r {
  width: 365px
}

.ui-area-wrap .ui-area-content-wrap.ui-area-w-max .ui-area-common-wrap.ui-area-open .ui-area-common-content.more .ui-area-common-c-i-r {
  width: 352px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-select-wrap .ui-area-select-title {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-select-wrap .ui-area-select-main-wrap {
  display: none;
  overflow: hidden
}

.ui-area-wrap .ui-area-content-wrap .ui-area-select-wrap.ui-area-open .ui-area-select-main-wrap {
  display: block
}

.ui-area-wrap .ui-area-content-wrap .ui-area-module-title {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative
}

.ui-area-wrap .ui-area-content-wrap .ui-area-module-title b {
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  width: 17px;
  height: 17px;
  background: url('../images/imgcc.png') no-repeat 3px 5px;
  overflow: hidden;
  cursor: pointer
}

.ui-area-wrap .ui-area-content-wrap .ui-area-open .ui-area-module-title b {
  background-position: 0 -34px;
  right: -2px
}

.ui-area-wrap .ui-area-content-wrap .ui-area-close,
.ui-area-wrap .ui-area-text-wrap b {
  background-repeat: no-repeat
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-tab {
  width: 423px
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c {
  position: relative
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-idx {
  position: absolute;
  top: 0;
  width: 423px;
  overflow: hidden
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-idx .ui-area-c-c-idx-c {
  padding: 11px 0;
  background: #fff;
  border-bottom: 1px solid #eee
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-idx .ui-area-c-c-idx-c a {
  color: #333;
  margin-right: 12px
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-idx .ui-area-c-c-idx-c a.cur,
.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-idx .ui-area-c-c-idx-c a:hover {
  color: #006fb3
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-idx .ui-area-c-c-idx-c a.ms {
  letter-spacing: 12px;
  margin-right: 1px
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-list {
  height: 225px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 35px
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-list .ui-area-c-c-separator {
  border-top: 1px solid #eee;
  padding-top: 11px;
  width: 423px
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-list .ui-area-c-c-separator.cur {
  color: #006fb3
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap .ui-area-c-c .ui-area-c-c-list .ui-area-content-list {
  padding-top: 0;
  width: 423px;
  margin-bottom: 9px
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap.ui-area-w-max .ui-area-c-c .ui-area-c-c-idx .ui-area-c-c-idx-c a {
  margin-right: 12px
}

.ui-area-wrap.ui-area-oversea-mode .ui-area-content-wrap.ui-area-w-max .ui-area-c-c .ui-area-c-c-idx .ui-area-c-c-idx-c a.ms {
  letter-spacing: 13px;
  margin-right: 1px
}

.ui-area-wrap.ui-area-hover {
  z-index: 4
}

.ui-area-wrap.ui-area-hover .ui-area-text-wrap {
  z-index: 1;
  height: 25px;
  border-bottom: 0
}

.ui-area-wrap.ui-area-hover .ui-area-content-wrap {
  display: block
}

.input-txt {
  height: 17px;
  line-height: 17px;
  border: 1px solid #CCC;
  padding: 3px;
  width: 145px;
}

.pagetab {
  width: 100%;
  padding-top: 20px;
}

.pagetab .pagenav-pagetabs {
  border-bottom: none;
  position: relative;
  display: block
}

.pagetab:after,
.pagenav:after {
  content: ".";
  /*width: 100%;*/
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*.pagetab .pagenav-pagetabs li {
    z-index: 1;
    display: inline-block;
    width: 14%;
    margin-right: 1%;
    float: left
}*/
.pagetab .pagenav-pagetabs li:last-child:after {}

.pagetab .pagenav-pagetabs li a {
  display: block;
  padding: 15px 20px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #006fb3;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 0;
  border: 2px solid #006fb3;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.pagetab .pagenav-pagetabs li.active a,
.pagetab .pagenav-pagetabs li a:hover {
  /*color: #fff;*/
  /*border: 2px solid #006fb3;*/
  background: #006fb3;
}

.pagetab .pagenav-pagetabs li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.pagetab .pagenav-pagetabs li.active a:after,
.pagetab .pagenav-pagetabs li a:hover:after {
  /*height: 100%;*/
  /*background: #006fb3;*/
}

.pagetab .pagetab-content {
  padding: 20px 10px;
  margin-top: 0;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.pagetab .pagetab-content h3 {
  font-size: 24px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .pagetab .pagenav-pagetabs li {
    margin: 0 25px 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .pagetab .pagenav-pagetabs li {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }

  .pagetab .pagenav-pagetabs li:after {
    width: 0;
    height: 100%;
    top: auto;
    bottom: -60%;
    right: 50%;
  }
}

.fade {
  display: none
}

.pagetab-pane.active {
  display: block;
}

.pagetab-pane p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 32px;
}

.pagetab-pane {
  color: #4D4F53;
}

.pagetab-pane {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: justify;
}

/*第7653行中的.pagetab:after,.pagenav:after{width:100%;}注释了*/
/*第7662行中的.pagetab .pagenav-pagetabs li 注释了*/
/*公司简介进行改版*/
.pagetab {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 0;
}

.pagetab .pagenav-pagetabs {
  display: flex;
  flex-direction: column;
  width: 15%;
  border: 1px solid #f3f3f3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.pagetab .pagenav-pagetabs li a {
  border: none;
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #006fb3;
  color: #fff;
}

.pagetab .pagenav-pagetabs li a i {
  width: 20px;
  height: 13px;
  display: block;
  background: url(../images/icon_arr.png)no-repeat center center;
  background-size: 5px 8px;
  display: none;
}

.pagetab .pagenav-pagetabs li.active a {
  font-size: 18px;
  height: 22px;
}

.pagetab .pagenav-pagetabs li.active a i {
  display: block;
}

.qyjc {
  width: 100%;
  height: 300px;
}

.jc_nr {
  width: 174px;
  height: 256px;
  margin: 10px 0 0 17px;
  padding: 5px;
  box-sizing: border-box;
}

.jc_nr img {
  object-fit: cover;
}

.sxnr li {
  height: 280px;
}

.jc_mz {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*控制在2行*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jc_jg em {
  color: #ff0000;
}

.jc_nr:hover {
  box-shadow: 0 2px 4px rgba(123, 122, 122, 0.35);
  transition: 0s;
  transform: translate3d(0, 0px, 0);
  color: #FF5722 !important;
  cursor: pointer;
}

/*20190925 GLadd*/
.pagetab .pagenav-pagetabs li a:hover {
  font-size: 18px;
}

.pagetab .pagetab-content {
  width: 80%;
  display: flex;
  padding: 20px 30px;
}

.page_rm {
  text-align: center;
}

.page-right .page_rm h5 {
  color: #e4393c;
  margin-bottom: 4px;
}

.page-right .page_rm h4 {
  font-size: 12px;
  color: #666;
}

.pjxq {
  width: 100%;
  height: 30px;
  background: #fafafa;
}

.pjxq li {
  float: left;
}

.lbxq .lh .pkxq_ys {
  width: 100%;
  height: 38px;
  line-height: 21px;
  background: #fafafa;
  margin-top: 17px;
  width: 100%;
  height: 38px;
  line-height: 21px;
  background: #fafafa;
  margin-top: 17px;
}

.pjxz {
  color: #e4393c;
}

.pkxq_ys li:hover {
  color: #e4393c;
  cursor: pointer;
}

.pkxq_ys li {
  font-size: 12px;
}

/*分页*/
.pagination ul {
  list-style: none;
  padding-left: 0;
}

.pagination ul li {
  padding: 0 10px !important;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  min-width: 36px;
  min-height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff;
  color: #606266;
  border-radius: 6px;
  margin: 0 1px;
  border: 1px solid #ebebeb;
  height: 30px;
}

.pagination ul li:hover {
  transform: scale(1.1);
  background-color: #F4F6F8;
}

.pagination li.active {
  background: #e4393c;
  color: white;
  cursor: not-allowed;
}

.pagination li.disabled {
  cursor: not-allowed;
}

.pagination li.totalPage {
  background: transparent;
  cursor: default;
  border: none;
  padding: 0 6px;
}

.pagination li.totalPage:hover {
  transform: none;
  background-color: #ffffff;
}

.pagination li input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: none;
  padding: 3px 5px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 40px;
  height: 25px;
  margin: 0 6px;
}

.pagination li input:focus {
  border-color: #98A6AD;
}

.pagination {
  user-select: none;
}

.pagination ul:nth-child(2) {
  border-radius: 6px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fynr {
  text-align: right;
}

.jzjb_b {
  border: 0;
}

.it-dp img {
  vertical-align: middle;
}

.pjhf {
  font-size: 12px;
}

.lbxq .lh .huifu {
  float: right;
}

.jieshi {
  color: #e4393b;
  font-size: 12px;
  margin-top: 16px;
}

/*提示语*/
.m-tipbox {
  margin: 10px 0;
}

.m-tipbox .tip-inner {
  padding: 10px;
  border: 1px solid #edd28b;
  background-color: #fffdee;
}

.m-tipbox .tip-text {
  font-size: 14px;
  font-weight: 700;
  color: #f60;
  line-height: 24px;
}

.m-tipbox .tip-btn {
  background: #f60;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.tpkd dt {
  width: 222px;
  height: 140px;
}

.ypsl {
  width: 75px;
}

.dizxx {
  width: 94%;
  height: auto;
  border: 0;
  background: #f4f4f4;
}

.address {
  text-align: left;
  width: 92%;
  float: right;
  line-height: 40px;
}

.tianj_a_n {
  padding: 5px;
  background: #006fb3;
  color: #fff;
  border: 0;
  border-radius: 2px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px 0 rgba(218, 239, 255, 0.302), 0 4px 8px 3px rgba(97, 104, 109, 0.149);
  cursor: pointer;
}

.ysjs_lm {
  width: 93%;
}

.fhce {
  margin-left: -15px;
  border: 1px solid #dcdcdc;
  color: #000;
  background: #fbfbfb;
}

.fhce:hover {
  background: #bb4e07;
  -webkit-transition: 1s all;
  color: #fff;
}

.jcxm_bzx {
  border-collapse: collapse;
}

.jcxm_bzx tr td {
  border: 1px solid #e0dbdb;
}

.tianj_a_r {
  border-radius: 2px;
  background: #da2719;
  color: white;
  border: 0;
  padding: 3px;
}

.dizhi_xx {
  width: 94% !important;
}

.dizhi_bx {
  width: 90% !important;
}

.jglb_s img {
  margin: -5px 0 0 11px
}

.shenqrxq_bts .radio {
  margin: 0.5rem;
}

.shenqrxq_bts .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.shenqrxq_bts .radio input[type="radio"]+.radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 4px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.shenqrxq_bts .radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.shenqrxq_bts .radio input[type="radio"]:checked+.radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.shenqrxq_bts .radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #3197EE;
}



.shenqrxq_bts .radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.shenqrxq_bts {
  width: 80%;
  float: right;
  margin-top: 6px;
}

.shenqrxq_bts .radio {
  width: 22%;
  float: left;
}

.shenqrxq_bts .radin_lx {
  width: 97px;
}

.qtts_xq {
  width: 60%;
}

.wddd_d .wddd_xx {
  padding: 8px 0 10px;
  border-bottom: 1px solid #ffffff;
}

.order_table .qymc_dd {
  text-align: left;
  padding: 4px;
  line-height: 18px;
}

.zxzf_dd a {
  text-align: center;
}

.ddzt_dzf {
  color: #3a3737;
  padding: 5px 7px 5px 7px;
  background: #e8e8e8;
  border-radius: 4px;
  font-size: 10px;
  padding: 3px 4px 3px 4px;
  background: #e8e8e8;
  border-radius: 4px;
  font-size: 10px;
}

.dd_wt {
  border-bottom: 1px #eaeaea solid;
}

.tj_dd_a td .a_btn {
  float: right !important;
  margin-right: 10px;
}

.order_table .tj_dd_a .mrxz {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #666;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  -webkit-transition: all .5s cubic-bezier(0, 1, .5, 1);
  background: red;
  -o-transition: all .5s cubic-bezier(0, 1, .5, 1);
  transition: all .5s cubic-bezier(0, 1, .5, 1);
  background-color: #ffffff;
  border-color: #b9b9b9;
  cursor: pointer;
  color: #797979;
}

.order_table .tj_dd_a .mrxz:hover {
  color: #fff;
  background-color: #6ba3d0;
  border-color: #6ba3d0;
}

.tj_dd_a td .a_btn:hover {
  -webkit-transition: all .5s cubic-bezier(0, 1, .5, 1);
  -o-transition: all .5s cubic-bezier(0, 1, .5, 1);
  transition: all .5s cubic-bezier(0, 1, .5, 1);
  background: #1f77be;
  color: #fff;
  cursor: pointer;
}

.ddzt_zt {
  background: #e8e8e8;
  padding: 5px 7px 5px 7px;
  border-radius: 3px;
  color: #3a3737;
  ;
}

.wu_cx_a {
  color: #fff;
  background-color: #1f77be;
  border: 0;
  padding: 5px 10px 5px 10px;
  border-radius: 2px;
  cursor: pointer;
}

.use_xzqh select {
  width: 245px;
}

.wjcc_ys {
  background: #006fb3;
  height: 44px;
  margin: 5px;
  color: #fff;
  width: 79%;
  width: 40px;
  float: right;
  width: 17% !important;
  border-radius: 3px !important;
  border-radius: 10px;
  margin: 145px 146px 27px 29px;
  cursor: pointer;
}

.yyzz_st {
  margin: 14px 0 0 0;
  display: inline-block;
}

.dpth_xx {
  float: left;
  margin: 7px 0 0 128px;
}

.dpth_xx img {
  width: 18px;
  height: 18px;
}

.yh_liaot img {
  margin-top: -4px;
  width: 21px;
  height: 21px;
}

.dzl_xx {
  width: 100%;
  height: 40px;
  background: #f2f2f2;
}

.dzl_k {
  width: 1190px;
  background: #fff;
  margin: 10px auto;
  height: 40px;
  line-height: 40px;
}

.dzl_k #linav {
  margin-left: 20px;
}

.cpym_bg {
  background: #fff;
}

.dzl_k li {
  float: left;
  display: inline-block;
}

.dzl_k .sep {
  font-family: simsun;
  display: inline-block;
  padding: 0 10px;
}

.dzl_k .dzl_dp {
  margin-right: 74px;
  float: right;
}

.dzl_dp img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 10px 0 10px;
}

.dzl_dp li {
  line-height: 40px;
}

.dzl_k a:hover {
  color: #f63;
}

.kuand_xx .form-group_gr input {
  width: 76%
}

.xxk_bj {
  background: #fff;
}

.syxx_ys {
  color: #F44336;
}

.dizhi_xx label {
  font-size: 15px;
  display: block;
  padding: 5px;
  line-height: 36px;
}

.dizhi_xx input {
  margin-right: 5px;
}

.xzdz_lm {
  color: #FF5722;
  margin-top: 10px;
}

.xzdz_lm a {
  color: #FF5722;
  margin-top: 10px;
}

.fmtan {
  text-align: center !important;
  margin-top: 12px !important;
}

.dzxj_dz {
  height: 50px;
  display: inline-block;
  padding: 4px 4px 4px 18px;
  margin-left: 15px;
  margin-bottom: 20px;
}

.ysjs_lm {
  width: 100%;
}

.addresslink {
  margin-top: 15px;
}

.addresslink a {
  color: red;
  font-weight: bold;
  font-size: 15px;
}

.dizhi_xx .active {
  border: 1px solid #d8d8d8;
}

.dizhi_xx .active span {
  margin-left: 3px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bolder;
}

.dizhi_xx .addressfield label {
  cursor: pointer;
}

/*弹出登录*/
.log_sy {
  border: 0;
}

.log_dl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #666666;
}

.log_dlzh {
  width: 100%;
  background: #008ae8;
  height: 58px;
  font-size: 28px;
}

.log_yh {
  height: 65px;
  position: relative;
}

.log_yh .log_zf {
  margin: 0;
  position: relative;
}

.log_ma {
  height: 65px;
  background: #edf7ff;
  position: relative;
  margin-bottom: 20px;
}

.log_ma .log_zf {
  margin: 0;
}

.log_ty {
  height: 65px !important;
  padding-left: 60px;
}

.log_sy input {
  height: 65px !important;
}

.log_yh .log_th {
  line-height: 10px;
  margin-bottom: 20px;
}

.log_yhm {
  position: absolute;
  top: 12px;
  left: 16px;
}

.log_mas {
  position: absolute;
  top: 12px;
  left: 16px;
}

.log_zcdl {
  text-align: center;
}

.log_zcdl a {
  font-size: 22px;
  color: #b6c2ce;
  line-height: 42px;
}

.log_zcdl a:hover {
  color: #F44336;
}

/*用户登录*/
.dl_td {
  width: 100%;
  height: 89px;
  background: url("../images/td_top.gif") repeat-x;
  overflow: hidden;
}

.dl_zn {
  width: 1190px;
  height: 89px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dl_zn img {
  margin-top: 15px;
}

.dl_zn_f {
  float: right;
  line-height: 92px;
  font-size: 14px;
  color: #bbd5ea;
}

.dl_con {
  width: 100%;
  height: 496px;
  background: url("../images/beij_s.jpg") #aed5f7 repeat-x;
}

.dl_yh {
  width: 1190px;
  margin: 0 auto;
}

.dl_yh .dl_bjs {
  margin: 45px 0 0 22px;
}

.yh_k {
  width: 359px;
  height: 386px;
  background: #fff;
  float: right;
  margin-top: 55px;
}

.dl_zn_f:hover {
  color: #F44336;
}

.yh_dl {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  text-indent: 26px;
}

.yl_mz {
  width: 312px;
  height: auto;
  margin: 0 auto;
}

.yl_mz li {
  height: 40px;
  width: 312px;
}

.yl_mz .dl_wj {
  text-align: right;
  height: 35px;
  margin-top: 14px;
}

.yl_mz .dl_wj a {
  color: #757171;
}

.yl_mz .dl_wj a:hover {
  color: #F44336;
}

.dl_yh_z {
  margin-top: 32px;
  border-bottom: 1px solid #eee;
  font-size: 22px;
  color: #a9a9a9;
  margin: 24px 0 0 0;
  text-indent: 40px;
  position: relative;
}

.yl_mz input {
  border: 0;
  float: right;
}

.dl_yh_z img {
  margin-top: 10px;
}

.dz_yh_t {
  width: 30px;
  height: 30px;
  background: url("../images/yh_zh.gif");
  float: left;
  margin-left: 21px;
}

.dz_yh_m {
  width: 30px;
  height: 30px;
  background: url("../images/yh_mi.gif") no-repeat;
  float: left;
  margin-left: 21px;
}

.dl_btns {
  height: 47px;
  width: 308px;
  background: #2994FF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  cursor: pointer;
}

.dl_btns:hover {
  background: #1a70b5;
  -webkit-transition: 1s all;
  color: #c7dcec;
}

.yl_mz .dl_zc {
  text-align: center;
  line-height: 42px;
}

.dl_zc a {
  color: #33a0e5;
}

.dl_zc a:hover {
  color: #F44336;
}

.bqxx {
  height: 180px;
  width: 100%;
  background: #3374AA;
  overflow: hidden;
  text-align: center;
  bottom: 0;
  position: fixed;
  left: 0;
}

.g-test-content {
  padding-left: 50px;
}

.g-testing {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.g-testul {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
}

.g-testli {
  margin-right: 50px;
  margin-bottom: 30px;
}

.g-testli input {
  opacity: 0;
}

.g-test-i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/rediofalse.png") no-repeat;
  /*默认的样式图片*/
  background-size: 16px;
}

.g-testli input:checked+.g-test-i {
  background: url("../images/rediotrue.png") no-repeat;
  /*选中后的样式图片*/
  background-size: 16px;
}

.g-test-p {
  margin-bottom: 40px;
}

.g-test-p span {
  color: #3366cc;
}

.g-test-p a {
  color: #ff7300;
}

.g-test-label {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  color: #3366cc;
}

.g-test-label input {
  margin-right: 10px;
}

.g-test-button {
  width: 100%;
  height: 100px;
  background: #eee;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.g-test-button button {
  background: #fe8500;
  color: #fff;
  padding: 10px 50px;
  margin-right: 20px;
}

.g-test-list {
  display: flex;
  flex-direction: column;
}

.g-test-list p {
  margin-bottom: 30px;
}

.g-business {
  width: 100%;
  display: flex;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: #f9f9f9;
  line-height: 30px;
}

.g-business-span {
  color: #ff7300;
  width: 8%;
}

.g-business p {
  color: #555;
  width: 92%;
}

.g-business-list {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}

.g-business-list table {
  width: 100%;
  border: none;
  padding-left: 30px;
}

.g-tr-td {
  min-height: 50px;
  display: flex;
  text-align: left;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-around;
  padding: 5px 0;
}

.g-tr-td td {
  width: 10%;
}

.g-center {
  display: flex;
  justify-content: center;
}

.g-left {
  display: flex;
}

.g-tr-blue {
  color: #3366cc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #eee;
}

.g-tr-blue th {
  width: 10%;
}

.g-business-list table th {
  border: none;
}

.g-business-list table td {
  border: none;
}

.dl_yh_z input::-webkit-input-placeholder {
  color: #aab2bd;
  font-size: 18px;
}

.fl_sy_fl {
  background: #ffffff;
  padding: 8px 10px 8px 0px;
}

/*注册信息*/
.logos {
  width: 160px;
  height: 50px;
  background: url("../images/logo_2.png") no-repeat;
  position: absolute;
  top: 25px;
  left: 20px;
}

.descs {
  font-size: 18px;
  line-height: 34px;
  border-left: 1px solid #ccc;
  position: absolute;
  left: 200px;
  top: 28px;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
}

.tou_b {
  width: 100%;
  height: 89px;
  position: relative;
  background: url("../images/td_top.gif") repeat-x;
}

/*注册信息*/
.biao_d {
  width: 400px;
  margin: auto;
  margin-top: 30px;
}

.register-box {
  border: 1px solid #ddd;
  margin-bottom: 24px;
  background: white;
  width: 400px;
}

.register-box label {
  height: 52px;
  line-height: 52px;
  display: inline-block;
  font-weight: bold;
  color: #666;
}

.other_label input::-webkit-input-placeholder {
  color: rgb(204, 204, 204);
  font-size: 14px;
  font-weight: normal !important;
  font-family: Arial;
  color: rgb(204, 204, 204);
  display: inline;
}

.register-box input {
  width: 250px;
  height: 21px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-top: 16px;
  font-size: 14px;
  color: #666;
  font-family: "Microsoft YaHei", "Hiragino Sans GB";
}

.register-box .tips {
  position: absolute;
  margin-top: 5px;
  font-size: 14px;
  color: #ccc;
}

.register-box .username_label {
  word-spacing: 10px;
}

.register-box .other_label {
  word-spacing: 2px;
  width: 100%;
}

.register-box span {
  display: inline-block;
  width: 77px;
  height: 52px;
  border-right: 1px solid #ddd;
  text-align: right;
  padding-right: 10px;
}

.register-box .phone {
  padding-left: 18px;
}

#code {
  display: inline-block;
  width: 100px;
  height: 46px;
  vertical-align: middle;
  background-color: black;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 46px;
}

.arguement {
  margin-bottom: 58px;
}

.arguement input {
  vertical-align: middle;
}

.arguement a {
  color: #38f;
  text-decoration: none;
  font-size: 12px;
}

.submit_btn button {
  width: 100%;
  height: 54px;
  color: #fff;
  background: #F44336;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

.biao_d input {
  outline: none;
  border: none;
}

.zhuc_ym {
  background: #fff;
}

.zhuc_zx {
  background: white;
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
  padding-bottom: 6%;
}

.zhuc_hd {
  background: #f3f3f3;
}

.yzm_xx {
  position: relative;
}

.yzm_xx .yzmxx {
  position: absolute;
  top: 10px;
  left: 308px;
  width: 81px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  padding: 0;
  color: #a29f9f;
  border-radius: 31px;
  background: #fff;
  border: 1px solid #bdb7b7;
  cursor: pointer;
}

.yzmxx:hover {
  background: #f44236;
  -webkit-transition: 1s all;
  color: #fff;
  border: 0;
}

.kfsl li {
  width: 115px;
  text-align: left;
  display: block;
  margin-left: 17px;
}

/*立即支付*/
.pay_zt {
  width: 1153px;
  margin: 28px auto;
  padding-bottom: 130px;
}

.pay_sy li {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #fff;
}

.pay_sy {
  width: 1153px;
  height: 135px;
  background: #fff;
  margin-bottom: 10px;
}

.zhuc_zf {
  background: #F5F5F5;
}

.pay_sy_b {
  font-size: 18px !important;
  color: #333 !important;
  font-weight: bold;
  margin-bottom: 13px;
}

.pay_syt {
  padding: 16px 0px 0px 58px;
}

.pay_syt li {
  line-height: 30px;
  font-size: 14px;
  color: #5e5e5e;
}

.pay_sj {
  color: #E31613;
  font-style: normal;
}

.pay_dx .pay_yf {
  float: right;
  margin-right: 55px;
  font-size: 16px;
  height: 28px;
}

.pay_je {
  font-size: 25px !important;
}

.pay_dd {
  float: right;
  margin-right: 58px;
}

.pay_dd a {
  color: #3366cc;
}

.pay_d_x {
  width: 6px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  height: 3px;
  background: url(../images/x_jt.jpg);
}

.pay_xz {
  width: 110px;
  margin-top: 26px;
  height: auto;
  float: left;
}

.pay_nz {
  float: left;
  line-height: 68px;
  font-size: 17px;
  color: #323232;
  font-weight: bold;
}

.pay_nzs {
  float: left;
  line-height: 68px;
  font-size: 17px;
  color: #323232;
  font-weight: bold;
  cursor: pointer;
}

.pay_xszf {
  background: white;
  height: 68px;
}

.pay_xz input {
  margin: -4px 0 0 71px;
}

.pay_yh_zh {
  background: #fff;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 10px;
}

.pay_dg li {
  line-height: 33px;
  font-size: 16px;
  color: #888888;
}

.pay_dg {
  margin-top: -5px;
  padding-bottom: 10px;
}

.pay_nzs span {
  color: #ff7300;
  font-size: 14px;
  margin-left: 16px;
}

.pay_ljzf {
  width: 169px;
  height: 53px;
  background: #FE8500;
  border: 0;
  color: #fff;
  font-size: 22px;
  float: right;
  margin: 14px 10px 0 10px;
  cursor: pointer;
}

.pay_kh {
  border: 1px solid #E2E2E2;
  height: 36px;
  width: 305px;
  margin-left: 40px;
  padding-left: 10px;
}

.pay_ljzf:hover {
  background: #c36a07;
  -webkit-transition: 1s all;
}

/*checkbox*/
.switch {
  display: flex;
  align-items: center;
  width: auto;
  float: left;
  width: 100%;
}

.radio-beauty-container .radio-beauty {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin: 0 5px;
  border-radius: 50%;
  transition: 0.2s;
  margin: 4px 25px 0 68px;
  cursor: pointer;
}

.radio-beauty-container input[type="radio"]:checked+.radio-beauty {
  border: solid 1px #2196F3;
  padding: 3px;
  background-color: #2196F3;
  background-clip: content-box;
  box-shadow: inset 0 0 1px rgba(0, 128, 0, 0.2), 0 0 3px #2196F3;
}

/*注册引导页*/
.zhuc_zxs {
  background: white;
  width: 1153px;
  margin: 0 auto;
  overflow: hidden;
  /* padding-bottom: 12%; */
}

.zhuc_f {
  height: 160px;
  background: #F2FCFF;
  width: 96%;
  margin: 33px auto;
  border: 1px solid #D4E1F0;
}

.zhu_zh {
  font-size: 26px;
  margin: 66px 0 0 130px;
}

.zhu_dl {
  font-size: 21px;
  margin: 44px 0 0 130px;
}

.zhu_dl i {
  color: #FF7300;
  font-style: normal;
}

.zhu_dl span {
  margin: 0 45px 0px 0;
}

.zhu_gm {
  color: #3367cd;
  font-size: 18px;
  font-weight: bold;
}

.zhuc_q {
  overflow: hidden;
  background: #F8F8F8;
  width: 96%;
  margin: 33px auto;
  border: 1px solid #E2E2E2;
  padding-bottom: 10px;
}

.zhu_b {
  width: 220px;
  float: left;
  margin: 40px 0 0 54px;
}

.zhu_b p {
  font-size: 20px;
  font-weight: bold;
}

.zhu_b ul li {
  line-height: 41px;
  font-size: 18px;
}

.zhu_b ul {
  margin-top: 32px;
}

.zhu_b ul li a {
  color: #3367cd;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}

.zhu_zh img {
  margin-right: 30px;
}

.yh_k .sj_xg {
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  width: 90%;
  margin: 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.yh_k .layui-tab-title li {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: relative;
  width: 50%;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}

.dl_dxyz {
  position: absolute;
  top: -3px;
  left: 224px;
  width: 86px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #2b94fc;
  text-indent: 0;
  border: 1px solid #2b94fc;
  border-radius: 22px;
}

.dl_dxyz:hover {
  background: #207cd8;
  color: #fff;
  border: 1px solid #207cd8;
}

.dz_yh_ts {
  width: 30px;
  height: 30px;
  background: url("../images/sj.png");
  float: left;
  margin-left: 21px;
}

.dz_yh_ms {
  width: 30px;
  height: 30px;
  background: url("../images/yzm.png") no-repeat;
  float: left;
  margin-left: 21px;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #4495ff !important;
}

/* GL20191014 pages/usercenter/order/addspecialequipmentorder */
.g-wu-example {
  border: 1px solid #eee;
  margin-top: 10px;
}

.g-filetypename {
  display: flex;
  background: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 50px;
}

.g-divUploadList {
  display: flex;
  flex-direction: column;
}

.g-uploader-list {
  display: flex;
  flex-direction: column;
  min-height: 20px;
}

.item {
  display: flex;
}

.item * {
  /* margin-left: 20px; */
}

.state {
  color: #999;
}

.filedelete {
  font-style: oblique;
}

.g-container_input {
  height: 39px;
}

.g-xiangq_ju {
  width: 98%;
  box-sizing: border-box;
}

.g-weit_xhx {
  color: #ff0000;
}

.weit_xhx {
  color: #ff0000;
}

.dhbt img {
  vertical-align: middle;
  margin: -4px 4px 0px -5px;
}

.bj_tz {
  background: #006fb3;
}

.dh_jg {
  margin: 0;
}

.con_y .product li dt {
  width: 201px;
  height: 179px;
}

.sy_b_t dt img {
  width: 201px;
  height: 179px;
}

.dhbt_ts {
  margin-left: 25px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.ord_dxq {
  height: 30px;
  line-height: 30px;
  color: #796f6f !important;
  padding: 0 6px 0 6px;
  margin-top: 2px;
  font-weight: unset !important;
  font-weight: bold;
}

.dd_zxdy {
  width: 144px;
  height: 56px;
  background-color: #006fb3;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: right;
  border: 0;
}

.fw_xx {
  height: 256px;
  background: white;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.fw_zc {
  float: left;
  width: 30%;
  height: 256px;
}

.fw_z_t {
  width: 87px;
  display: inline-block;
  float: left;
  height: 77px;
  margin: 30px;
}

.fw_z_t img {
  width: 87px;
  height: 77px;
}

.fw_z_xx {
  width: 182px;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 28px;
  margin-top: 29px;
}

.track-list {
  margin: 20px;
  padding-left: 5px;
  position: relative;
}

.track-list li {
  position: relative;
  padding: 9px 0 0 25px;
  line-height: 18px;
  border-left: 1px solid #d9d9d9;
  color: #999;
}

.track-list li.first {
  color: red;
  padding-top: 0;
  border-left-color: #fff;
}

.track-list li .node-icon {
  position: absolute;
  left: -6px;
  top: 50%;
  width: 11px;
  height: 11px;
  background: url("../images/order-icons.png") -21px -72px no-repeat;
}

.track-list li.first .node-icon {
  background-position: 0 -72px;
}

.track-list li .time {
  margin-right: 20px;
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
}

.track-list li .txt {
  max-width: 560px;
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
}

.track-list li.first .time {
  margin-right: 20px;
}

.track-list li.first .txt {
  max-width: 560px;
}

.fw_yc {
  float: right;
  width: 69%;
  height: 256px;
  overflow-y: auto;
}

.ge_kh {
  margin-bottom: 10px;
}

.ge_kh li {
  height: 82px;
  border-bottom: 1px dashed #afafaf;
  display: inline-block;
  padding: 2px 4px 4px 0px;
  margin-left: 15px;
  margin-bottom: -3px;
  overflow-x: auto;
}

.xingm_bfb {
  width: 48%;
  height: 82px;
  border-bottom: 1px dashed #afafaf;
  display: inline-block;
  padding: 2px 4px 4px 0px;
  margin-left: 15px;
  margin-bottom: -3px;
}

.xingm_bfbs {
  width: 95%;
}

.ge_kh li span {
  font-size: 14px;
  color: #0269a9;
  margin-right: 8px;
  height: 34px;
  font-weight: bold;
  display: block;
}

.yzm_xx .yzmxx {
  line-height: 35px;
}

.zhuc_zx {
  position: relative;
}

.g-registerinput-message {
  position: absolute;
  right: 76px;
  top: 30px;
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.g-registerinput-mess {
  display: flex;
  align-items: center;
  border: none;
  height: 54px;
  width: 100%;
  margin-bottom: 24px;
  color: #FF5722;
}

.log_bj_ys {
  background: #a8d3f7;
}

.fade .jjnr {
  color: #676363;
  text-indent: 2em;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}

.jc_jgs {
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  width: 100%;
  margin: 8px 8px 2px;
  font-size: 21px;
  color: #e4393c;
}

.jc_mzs {
  color: #666;
  margin: 0 0 0px 8px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jc_jgs em {
  color: #ff0000;
  font-size: 16px;
}

.qy_xx li {
  font-size: 14px;
  float: left;
  background: #f4f4f4;
  margin: 0px 34px 22px 11px;
  border: 1px solid #efefef;
}

.qy_xx_p {
  margin: 0 !important;
}

.qy_xx li:hover {
  box-shadow: 0 2px 4px rgba(123, 122, 122, 0.35);
  transition: 0s;
  transform: translate3d(0, 0px, 0);
  color: #FF5722 !important;
  cursor: pointer;
}

.jg_bt_nr {
  text-align: center;
  /* height: 41px; */
  line-height: 33px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0 0;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 3px 11px 8px rgba(26, 48, 76, 0.2);
}

.jg_bt_nr {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.log_lj {
  float: right;
  vertical-align: middle;
  margin: 8px 10px 0 0;
}

.log_lj img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.dhbs {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.dhbs li {
  width: 43%;
  text-align: center;
  ;
}

.log_t_dx {
  width: 40px;
  height: 40px;
}

.kuand_xx .control-label b {
  width: 12px;
  position: absolute;
}

.kuand_xx .control-label {
  position: relative;
  display: block;
}

/* GLadd20191018 特检在线委托修改 */
.user_rt_cont {
  /*  padding: 18px 28px 0px 28px;*/
  /* margin-bottom: 10px; */
}

.gl2-user_center_wrap {
  padding-bottom: 50px;
}

.gl2-qrfwxx {
  padding-left: 10px;
  border-left: 5px solid #0081ff;
}

.g-testing-span {
  font-size: 16px;
  width: 10%;
}

.g-testli {
  color: #555;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.g-test-i {
  width: 21px;
  height: 21px;
  background-position: center center;
  background-size: 21px;
  margin-right: 10px;
}

.g-testli input:checked+.g-test-i {
  background-size: 21px;
  background-position: center center;
}

.g-test-content {
  padding: 0;
}

.g-testing {
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.g-test-list p {
  font-size: 16px;
  color: #555;
  padding: 10px 0 5px 0;
  margin: 0;
  line-height: 30px;
}

.g-test-list {
  background: #f9fbff;
  padding: 0 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.g-test-button button {
  height: 50px;
  font-size: 20px;
}

.g-test-p {
  font-size: 16px;
  color: #999;
  padding-left: 20px;
}

.g-test-label {
  padding-left: 20px;
  font-size: 16px;
}

.g-test-p a {
  font-size: 16px;
}

.g-test-p a:hover {
  color: #ff7300;
}

.g-shqrm_c {
  display: flex;
  flex-wrap: wrap;
}

.weit_xhx {
  color: #ff3b00;
}

.g-shqrm_c li {
  border: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 70px;
  line-height: 30px;
  border-bottom: 1px dashed #afafaf;
}

.gl2-xiangq_ju .gl2-shenqrxq_bt {
  font-size: 16px;
  color: #3366cc;
}

.gl2-shenqrxq_bt {
  font-size: 16px;
  color: #999;
}

.gl2-container_input {
  width: 88%;
  height: 42px;
  border: 0;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  color: #555;
  border-radius: 2px;
}

.gl2-divUserInfo {
  margin-bottom: 50px;
}

.gl2-divuesrclass {
  border: 2px solid #1492ff;
}

.gl2-business {
  padding: 20px;
}

.gl2-business-span {
  width: 10%;
  font-size: 16px;
}

.gl2-business p {
  width: 90%;
  font-size: 16px;
}

.gl2-tr-blue {
  color: #3366cc;
}

.gl2-tr-blue td {
  width: 15%;
  padding: 15px 15px;
}

.gl2-tr-blue td,
.g-business-list table td,
.gl2-tr-td td {
  border-width: 1px;
  border-style: solid;
  border-color: #e2edf8;
}

.g-business-list table {
  background: #f9fbff;
}

.gl2-tr-td td {
  width: 15%;
  padding: 20px 10px;
  color: #333;
}

.gl2-btn-blue {
  background-color: #359be3 !important;
}

.gl2-xiangq_ju {
  display: flex;
}

.gl2-plan {
  color: #333;
}

.gl2-adress {
  background: none;
}

.gl2-adress .active {
  background: #fff0e8;
  border: 1px solid #ff4400;
  color: #333;
}

.gl2-adress .active span {
  margin-left: 3px;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
}

.gl2-addresslink a {
  color: #3366cc;
}

.gl2-addresslink a:hover {
  color: #3366cc;
}

.gl2-email-adress {
  color: #333;
}

.gl2-radio-i {
  width: 21px;
  height: 21px;
  background: url(../images/radiooff.png) no-repeat center center;
  background-size: 21px;
  display: block;
  margin-right: 10px;
}

.gl2-addressfield label {
  display: flex;
  align-items: center;
}

.gl2-addressfield input {
  opacity: 0;
}

.gl2-addressfield input:checked+.gl2-radio-i {
  background: url(../images/radioon.png) no-repeat center center;
  background-size: 21px;
}

.gl2-square-i {
  width: 21px;
  height: 21px;
  background: url(../images/radiooff_z.png) no-repeat center center;
  background-size: 19px;
  display: block;
  margin-right: 10px;
}

.gl2-square-label input:checked+.gl2-square-i {
  background: url(../images/radioon_z.png) no-repeat center center;
  background-size: 21px;
}

.item p {
  margin-left: 20px;
}

/* GLadd20191018 特检订单详情修改样式 */
.gl2-xiangq_ju {
  color: #6f6969;
}

.gl2-addreddId {
  display: flex;
  align-items: center;
}

.g-xiangq_ju {
  border: 0;
  align-items: center;
}

/* GLadd20191019 个人中心订单列表修改 */
.gl2-body {
  background: #eef5f9;
}

.gl2-user_aside_nav {
  background: none;
  width: 150px;
  margin-right: 20px;
  width: 197px;
  background: #fff;
  box-shadow: 0 0 22px 0 rgba(125, 114, 114, 0.07);
}

.gl2-user_rt_cont {
  margin-left: 0px;
  /*  margin-left: 150px;
  padding: 10px;*/
}

.dd-zt {
  width: 729px;
}

.gl2-user_aside_nav dl dt {
  font-size: 16px;
  color: #333;
}

.gl2-user_aside_nav dl dd {
  color: #777;
}

.gl2-user_aside_nav dl dd:hover {
  background: none;
}

.gl2-user_aside_nav dl dd a:hover {
  color: #38b2ff;
}

.gl2-wddd_d {
  padding: 20px;
  height: auto !important;
}

.gl2-wddd_d .gl2-wddd_xx {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.gl2-wddd_xx strong {
  color: #747474;
  font-size: 24px;
}

.ddxz_zt {
  color: #e8393c;
  border-bottom: 4px solid #e8393c;
  padding-bottom: 10px;
  font-weight: bold;
}

.gl2-cartIcons i {
  background: #e8393c;
}

.gl2-order_li li:hover {
  border: 1px solid #e4eaee;
}

.gl2-cartIcons li {
  color: #333333;
}

/* .gl2-order_li li:hover caption {
  background: #f5f8fa;
} */

.gl2-order_li li caption strong {
  color: #aaaaaa;
  margin-right: 20px;
}

.gl2-order_li li caption strong em {
  color: #3d3e3e;
}

.gl2-ord_dxq {
  color: #3d3e3e !important;
}

.gl2-ddzt_dzf {
  background: none;
  color: #333;
  font-size: 14px;
}

.gl2-ddzt_zt {
  background: none;
  color: #999;
  /* background:#f37b1d;
    color:#fff; */
  /* padding:6px 15px; */
}

/* .gl2-ddzt_zt{
    background:#f37b1d;
    color:#fff;
} */
.gl2-center {
  width: 120px;
}

.gl2-companyname {
  width: 300px;
}

.gl2-center img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.gl2-order_table .tj_dd_a .mrxz {
  background: #1f77be;
  color: #fff;
  border: 0;
  border-radius: 3px;
  height: auto;
}

.gl2-order_table td .a_btn {
  background: #359be3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  height: auto;
}

.gl2-qbdd_su .textbox::placeholder {
  color: #ccc;
}

.gl2-qbdd_su .group_btn {
  color: #333;
}

/*.gl2-ord_dd-userimg {
  background: url(../images/gluserimg.png)no-repeat left center;
  background-size: 16px 18px;
  padding-left: 36px;
}*/
/* .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#359be3;
} */
/* GLadd20191019 个人中心地址列表修改 */
.gl2-wu_cx_a {
  background: #359be3;
  /* height: 38px; */
  /* line-height: 38px; */
  padding: 6px 15px;
  font-size: 14px;
  box-sizing: border-box;
}

.gl2-form-group_gr {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* GLadd20191019 个人中心用户信息 */
.gl2-use_r {
  display: flex;
}

.gl2-label-file {
  display: flex;
  margin-left: 15px;
  min-width: 75px;
}

.gl2-yyzz_st {
  display: flex;
}

.gl2-span-file {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  height: 20px;
  background: #ffa630;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  /* background:url(../images/upload.gif)no-repeat left center; */
  /* background-size: 14px 15px; */
  /* padding-left:20px; */
}

.gl2-dpth_xx {
  margin: 7px 0 0 10px;
}

.gl2-use-disabled input[disabled] {
  background: #eee;
}

.gl2-order_li .gl2-companyname {
  text-align: left;
  padding-left: 15px;
}

.gl2-ord_bk_z {
  padding: 0 10px;
}

.gl2-use_r-list {
  display: flex;
  flex-direction: column;
}

.gl2-label-file-list {
  display: flex;
  margin-top: 10px;
}

.gl2-use_zh {
  margin-right: 30px;
}

.gl2-file-imglist {
  width: 100%;
}

.gl2-file-imglist,
.gl2-file-imglist tr,
.gl2-file-imglist td {
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
}

.gl2-file-imglist td {
  padding: 10px 20px;
  text-align: center;
  /* min-height:20px; */
  /* height:110px; */
}

.gl2-bthDelFile {
  padding: 9px 5px;
  /* border-radius: 3px; */
  /* background:#ffa630; */
  background: none;
  color: #38b2ff;
}

.gl2-head_r {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
}

.gl2_userhead_r {
  display: flex;
  width: auto;
}

/* GLadd 20191020 */
.gl2-ord_jg {
  color: #e8393c;
}

.page-header .gl2-logo_s {
  /*margin-top: 28px;*/
}

.gl2-logo_dz {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  height: 40px;
  align-items: center;
  justify-content: flex-end;
}

.gl2-logo_dz li {
  margin: 0;
}

/* GLadd 超出一行省略号 */
.gl2-logo-liname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gl2-sou {
  padding-left: 1px;
}

.gl2-sou_z {
  height: 32px;
}

.gl2-control-label {
  color: #777;
}

.gl2-default-m {
  padding: 0 5px;
  background: #f37b1d;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}

.gl2-wu_cx_a:hover {
  color: #fff;
  opacity: .8;
}

.gl2-grzx li a {
  color: #fff;
  margin-left: 26px;
}

.gl2-grzx li a:hover {
  color: #FD2E32;
  margin-left: 26px;
}

.gl2-grzx {
  display: flex;
  width: 300px;
  flex-wrap: wrap;
  height: 40px;
  justify-content: flex-end;
  align-items: center;
  line-height: normal;
}

.gl2-grzx li {
  margin: 0;
}

.gl2-username-a {
  max-width: 290px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gl2-jc_jgs {
  height: 38px;
  margin: 0;
  padding: 8px 8px 2px;
  box-sizing: border-box;
}

.gl2-jc_mzs {
  margin: 0;
  padding: 0 8px;
  width: 201px;
  box-sizing: border-box;
  -webkit-line-clamp: 1;
}

.qy_xx_p {
  margin: 0 0 24px 0 !important;
}

.gl2-xiangq_ju-fu {
  border: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  background: #f5f5f5;
}

.gl2-fujian-list {
  width: 100%;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  /* border: 1px solid #f2f2f2; */
  box-sizing: border-box;
}

.gl2-fujian-list button {
  margin-left: 20px;
  background: none;
  color: #38b2ff;
}

.gl2-fujian-list a {
  color: #777;
}

.gl2-organce-flie2 {
  width: auto;
  height: auto;
  justify-content: center;
  box-sizing: border-box;
  padding: 6px 15px;
}

.gl2-zhu_b {
  margin: 40px 0 0 135px;
  /* width: 130px; */
}

.user_rt_cont .gl2-receipt {
  height: auto;
  margin-top: 20px;
}

.gl2-receipt-demand {
  padding: 20px;
}

.gl2-it-nr {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.gl2-comment-mz {
  width: 100%;
}

.gl2-comment-cont {
  padding: 10px 0;
}

.item .gl2-jieshi {
  margin: 0;
}

.gl2-it-dp li {
  margin: 0;
}

.gl2-huifu {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #e6e6e6;
  height: 24px;
  margin: 0;
}

.gl2-shenq-fujian {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
  width: 90%;
}

.gl2-fujian-require {
  width: 100%;
  padding: 10px 0 10px 0;
  display: flex;
  background: #fff;
}

/* input readonly */
.gl2-input-readonly[readonly] {
  color: #bbb;
}

.gl2-address-more {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gl2-addressspan-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  width: 100px;
  box-sizing: border-box;
  color: #ff0000;
}

.gl2-paging a {
  padding: 0 15px
}

.gl2-hover-ul li {
  position: relative;
}

.gl2-hover-block {
  display: none;
  padding: 10px;
  position: absolute;
  bottom: 130px;
  background: #fff;
}

/* .gl2-hover-ul li:hover .gl2-hover-block{
    display: block;
} */
.gl2-ysjs_lm {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  border: 0;
  padding-left: 32px;
}

.gl2-xingm_bfbs a {
  display: flex;
  padding: 10px;
  /* border: 1px solid #e6e6e6; */
  margin-top: 10px;
}

.gl2-commont-usewb {
  display: flex;
  align-items: center;
  margin: 0;
}

.gl2-commont-control {
  margin: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  width: auto;
}

.user_center_wrap .zxxd_j {
  padding: 18px 28px 0px 24px;
  margin-bottom: 10px;
}

.xd_fg {
  background: white;
  padding: 12px 20px 10px 24px;
  margin-bottom: 10px;
}

.xd_fgs {
  background: white;
  padding: 1px 0px 0px 6px;
}

.te_et {
  margin-bottom: -18px;
}

.te_db {
  padding-bottom: 10px;
}

.gl3-test-button {
  width: 100%;
  /* height: 100px; */
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 10px;
  background: #fff;
  padding: 10px 0;
}

.gl3-test-button button {
  margin-right: 20px;
}

.gl3-user_order_tips dd {
  width: 19.8%;
}

.gl3-hint-mess {
  padding: 0px 20px;
  color: #e8393c;
  /* color:#38b2ff; */
  min-height: 20px;
  display: flex;
  /* align-items: center; */
}

/* GLadd 20191023 图片加载弹窗 */
.gl3-urlimages {
  padding: 10px;
  background: #fff;
}

.gl3-urlimages-input {
  width: 100%;
  display: flex;
  justify-content: center;
}

.gl3-urlimages-input input {
  width: 60%;
  height: 30px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}

.gl3-urlimages-input input::placeholder {
  color: #999;
}

.gl3-urlimages-input button {
  padding: 5px 20px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: -1px;
  /* border: 1px solid #e6e6e6; */
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  background: #006fb3;
  color: #fff;
}

.gl3-urlimages-input button:hover {
  /* color: #000; */
  opacity: .8;
}

.gl3-images-list {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
}

.gl3-images-ul {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 10px;
}

.gl3-images-li {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
}

.gl3-images-li:nth-child(3n) {
  margin-right: 0;
}

.gl3-images-li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 与GL css冲突 保留双方更改*/
.ibtn {
  cursor: pointer;
}

.ctext {
  color: #999
}

.itxt:hover {
  border: #33a0e5 1px solid;
}

/* GLadd 20191023 下单邮寄地址的显示隐藏 */
.gl3-addresslink {
  display: flex;
  align-items: center;
}

.gl3-addresslink a {
  color: #e8393c;
}

.gl2-address-more {
  margin-left: 10px;
  padding: 10px 20px;
  color: #e8393c;
  font-weight: bold;
}

.gl3-more {
  display: block;
  width: 15px;
  height: 8px;
  background: url(../images/both-xia.png)no-repeat center center;
  background-size: 15px 8px;
  margin-left: 5px;
  /* background:u */
}

.gl3-more-only {
  transform: rotate(180deg);
}

.gl3-image-dui {
  background: url(../images//dui_h.png)no-repeat center center;
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(167, 167, 167, 0.3);
}


.gl3-images-bank {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #ffa630;
  color: #fff;
  height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 3px;
}

/* GLadd 20191023 修改商品详情热门服务没对齐 */
.spxq {
  width: 100%;
}

.spxq-r {
  width: 600px;
}

.xg-qk .bt-mc {
  padding: 0 5px;
  box-sizing: border-box;
}

/* .xg-qk:hover{
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
    background-color: #fdfdfd;
    -webkit-transition: 0.5s all;
    cursor: pointer;
} */
.gl3-product a:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  background-color: #fdfdfd;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  cursor: pointer;
  border: 1px solid #f7a58b;
}

.page_rm {
  border: 1px solid #fff;
}

.page_rm:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  background-color: #fdfdfd;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  cursor: pointer;
  border: 1px solid #f7a58b;
}

.sp-z {
  width: 820px;
}

.lbxq {
  width: 820px;
}

.page-right {
  max-height: 1100px;
}

/* GLadd 20191023 评价反馈修改 */
.gl3-use_r {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gl3-commont-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
  padding-top: 6px;
}

.gl3-overflow {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* height: 757px; */
  overflow-y: auto;
}

/* 到底了 */
.g-mess-none {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999;
}

.g-mess-none span {
  display: none;
}

/* GLadd  20191024商品详情热门服务添加123标志 */
.gl3-product a {
  position: relative;
  display: flex;
  border: 1px solid #fff;
}

.gl3-product span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 27px;
  height: 27px;
}

.gl3-product span.paixu-1 {
  background-image: url(../images/right-icon1.png);
}

.gl3-product span.paixu-2 {
  background-image: url(../images/right-icon2.png);
}

.gl3-product span.paixu-3 {
  background-image: url(../images/right-icon3.png);
}

/* GLadd  20191024机构检测项目hover事件 */
.jcxm_n a:hover {
  color: #33a0e5;
  background: none;
}

.jcxm_gd a:hover {
  color: #ffffff;
  background: #2183c1;
}

/*  */
.jc_mzs {
  height: 26px;
  line-height: 26px;
}

.ysjs_lm {
  width: 96%;
  box-sizing: border-box;
}

/* GLadd 超出两行省略号 */
.g-exceedtwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* GLadd 14px字体两行高度和行高 */
.gl3-h14-height {
  height: 40px;
  line-height: 20px;
}

.gl3-h14-height {
  height: 40px;
  line-height: 20px;
}

.product {
  width: 100%;
  float: left;
}

.xx_bs {
  line-height: 30px;
  width: 100%;
  height: 60px;
  background: #f1f1f1;
  text-indent: 10px;
  height: 30px !important;
  padding: 5px 0 010px;
}

/* GLadd 20191025 */
.gl2-fujian-list a {
  max-width: 95%;
}

.cpfa .gl3-jc_nr {
  margin: 32px 0px 0 24px;
}

/* GLadd20191025 确认订单 */
.gl3-unwind {
  float: right;
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #555;
}

.gl3-test-display {
  height: 35px;
}

.gl3-top-i {
  width: 20px;
  height: 12px;
  display: block;
  background: url(../images/gl-top-i.png)no-repeat center center;
  background-size: 16px 12px;
}

.gl3-toggle-li .divSample {
  display: none;
}

/* GLadd 20191028 textarea添加字数限制显示定位 */
.gl3-textarea-position {
  position: relative;
}

.gl3-textarea-number {
  position: absolute;
  right: 100px;

  bottom: 10px;
}

.gl3-textspan-position {
  right: 40px;
  bottom: 10px;
}

/* GLadd 20191029 支付页面 */
.gl3-pay-proof {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  box-sizing: border-box;
  padding-left: 58px;
  align-items: center;
}

.gl3-pay-a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.gl3-pay-a:hover {
  color: #359BE3;
}

.top_title .gl3-qrfwxx-title {
  margin-left: 100px;
  border-left: 0;
}

.gl4-shenqrxq_bts .gl3-radio {
  width: auto;
}

.gl3-radio-input {
  width: 20%;
  display: none;
  border: 0;
}

.gl4-shenqrxq_bts {
  display: flex;
  width: 90%;
  align-items: center;
}

/* #other[type='radio']:checked{

} */
.gl4-radio-label {
  display: flex;
  align-items: center;
}

.gl4-radio-label .gl2-square-i {
  margin-right: 2px;
}

.gl4-checkbox {
  display: none;
}

.gl4-checkbox:checked+.radio-label .gl2-square-i {
  background: url(../images/radioon_z.png) no-repeat center center;
  background-size: 21px;
}

.gl5-popup-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(167, 167, 167, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

.gl5-popup-load img {
  width: 40px;
  height: 40px;
}

/*关于我们*/
.alygency {
  width: 1154px;
  margin: 36px auto;
  background: #fff;
  box-shadow: 0 -4px 30px 2px rgba(0, 0, 0, .10);
  padding-bottom: 30px;
}

.alygency .alygency_n {
  padding: 6px 39px 40px 39px;
  line-height: 44px;
  text-indent: 2em;
  font-size: 18px;
  text-align: justify;
}

.btnr {
  text-align: center;
  line-height: 44px;
  font-size: 28px;
  font-weight: bold;
}

.gymm_nl {
  text-indent: 0;
  font-size: 18px;
  margin-top: 14px;
}

.gymm_nl li {
  font-size: 18px;
}

.btnr img {
  width: 1154px;
}

/* GLadd 20191031  */
.jcxm_gd {
  font-size: 16px;
  font-weight: bold;
}

.gl6-index {
  position: relative;
}

.gl6-popup-course {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 1190px;
  right: 0;
  background: rgba(167, 167, 167, 0.5);
  z-index: 99999999;
}

.gl6-course-one {
  width: 1190px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}

.gl6-popup-nextstep {
  /* width: 180px;
    height: 70px; */
  text-align: center;
  line-height: 30px;
  background: #fff;
  font-size: 24px;
  /* position: absolute;
    top: 170px;
    right: 0; */
  border: 2px solid #24a3ff;
}

.gl6-popup-span {
  display: flex;
  border: 2px solid #24a3ff;
  width: 80px;
  height: 40px;
  /* background:#fff; */
  position: absolute;
  top: 15px;
  right: 94px;
  /* background:url(../images/gl-register.png)no-repeat center;
    background-size:80px 40px; */
}

.gl6-popup-img {
  position: absolute;
  top: 70px;
  right: 200px;
  transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  /* IE 9 */
  -moz-transform: rotate(70deg);
  /* Firefox */
  -webkit-transform: rotate(70deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(70deg);
  /* Opera */
}

.gl6-popup-mess {
  /* width: 400px; */
  min-height: 100px;
  position: absolute;
  top: 140px;
  right: 200px;
  background: url(.././images/gl-popup-mess.png)no-repeat center center;
  background-size: 100% 87%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: column; */
  /* padding: 20px 30px 20px 70px; */
  padding: 30px 50px 50px 50px;
  font-size: 20px;
  color: #0073c6;
}

.gl6-center {
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  /* align-items: center; */
  /* justify-content: space-between; */
  flex-direction: column;
}

.gl6-center-content {
  display: flex;
  min-height: 100px;
  max-width: 300px;
  align-items: center;
  font-size: 20px;
  /* padding-right: 20px; */
}

.gl6-center-div {
  display: flex;
  justify-content: flex-end;
  height: 30%;
  /* padding-right: 70px; */
}

.gl6-ie-center {
  display: flex;
}

.gl6-center a {
  font-size: 18px;
  color: #fe7429;
  min-width: 80px;
  text-align: center;
  display: inline-block;
}

.gl6-center a:hover {
  color: #0073c6;
}

/* .gl6-popup-mess a{
    text-align: right;
    font-size: 18px;
    color: #fe7429;
    min-width: 80px;
}
.gl6-popup-mess a:hover{
    color:#0073c6;
} */
.gl6-skip {
  width: 100px;
  height: 30px;
  background: #fff;
}

.gl6-popup-span1 {
  width: 594px;
  height: 60px;
  top: 367px;
  right: 296px;
  /* background:url(../images/gl-search.png)no-repeat center;
    background-size:594px 60px; */
}

.gl6-popup-img1 {
  top: 445px;
  right: 570px;
  transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  /* IE 9 */
  -moz-transform: rotate(16deg);
  /* Firefox */
  -webkit-transform: rotate(16deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(16deg);
  /* Opera */
}

.gl6-popup-mess1 {
  top: 535px;
  right: 330px;
}

.gl6-popup-nextstep1 {
  top: 566px;
  right: 200px;
}

.gl6-popup-span2 {
  width: 260px;
  height: 1021px;
  top: 512px;
  left: -3px;
}

.gl6-popup-img2 {
  top: 500px;
  left: 300px;
  transform: rotate(-96deg);
  -ms-transform: rotate(-96deg);
  /* IE 9 */
  -moz-transform: rotate(-96deg);
  /* Firefox */
  -webkit-transform: rotate(-96deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-96deg);
  /* Opera */
}

.gl6-popup-mess2 {
  top: 438px;
  left: 412px;
  right: auto;
}

.gl6-popup-nextstep2 {
  top: 470px;
  right: 264px;
}

.gl6-popup-span3 {
  width: 926px;
  height: 1021px;
  top: 512px;
  right: -5px;
}

.gl6-popup-img3 {
  top: 413px;
  left: 335px;
  transform: rotate(190deg);
  -ms-transform: rotate(190deg);
  /* IE 9 */
  -moz-transform: rotate(190deg);
  /* Firefox */
  -webkit-transform: rotate(190deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(190deg);
  /* Opera */
}

.gl6-popup-mess3 {
  top: 220px;
  left: 110px;
  right: auto;
}

.gl6-popup-nextstep3 {
  top: 300px;
  right: 390px;
}

.quotetime {
  background-image: url(../images/gl-time.png);
}

/* GLadd 20191031 搜索框下面的热门机构 */
/* .gl6-search-mess{

} */
.gl6-search-mess ul {
  display: flex;
}

.gl6-search-mess ul li {
  margin-right: 10px;
  padding-top: 3px;
  cursor: pointer;
}

.gl6-search-mess ul li a {
  font-size: 12px;
  color: #d4d8e0;
}

.gl6-search-mess ul li a:hover {
  color: #cccccc;
}

/* GLadd 20191031 录入送样查询运费*/
.gl6-count-price {
  display: flex;
  flex-direction: column;
}

/* .gl6-count-price span{
    display: flex;
    align-items: center;
    justify-content: center;
    height:30px;
    margin-top:10px;
} */
.gl6-count-price input {
  border: 1px solid #e2dddd;
  padding: 6px;
  border-radius: 2px;
  width: 200px;
  margin-right: 10px;
}

.control-label {
  width: 115px;
}

.gl6-control-label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.gl6-control-label .control-label {
  text-align: right;
}

.gl6-control-label .control-label b {
  color: red;
  margin-left: 5px;
}

.gl6-count-price button {
  width: 100px;
  margin: 0 auto;
}

.gl6-one {
  z-index: 9999999999;
  position: absolute;
  background: #fff;
  right: 98px;
}

.gl6-two {
  z-index: 9999999999;
  position: absolute;
  background: #fff;
}

.gl6-two-mess {
  position: absolute;
  z-index: 9999999999;
  top: 262px;
}

.gl6-three {
  z-index: 9999999999;
  position: absolute;
}

.gl6-four {
  z-index: 9999999999;
  position: absolute;
  right: 0;
}

.gl6-position {
  position: relative;
}

/*联系我们*/
.classes-wrap {
  overflow: hidden;
}

.content {
  margin: 0 auto;
  position: relative;
}

.content:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
  width: 100%;
}

.classes-wrap .classes-item {
  width: 20%;
  float: left;
  cursor: pointer;
  padding: 81px 0 58px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.classes-wrap .classes-item.active:after {
  display: block;
}

.classes-wrap .classes-item:after {
  content: " ";
  position: absolute;
  z-index: 2;
  background: url("../images/tk.png") no-repeat -56px -235px;
  width: 36px;
  height: 18px;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  display: none;
}

.classes-wrap .classes-item .icon {
  width: 71px;
  height: 68px;
  background-image: url(../images/tk.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

.classes-wrap .classes-item.active .text {
  color: #000;
  font-weight: 700;
}

.classes-wrap .classes-item .text {
  font-size: 16px;
  color: #535353;
  display: block;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}

.classes-wrap .classes-item .icon.icon-login {
  background-position: -286px -160px;
}

.classes-wrap .classes-item:hover .icon.icon-login,
.classes-wrap .classes-item.active .icon.icon-login {
  background-position: -286px -10px;
}

.classes-wrap .classes-item .icon.icon-config {
  background-position: -10px -85px;
}

.classes-wrap .classes-item:hover .icon.icon-config,
.classes-wrap .classes-item.active .icon.icon-config {
  background-position: -102px -85px;
}

.classes-wrap .classes-item .icon.icon-award {
  background-position: -286px -85px;
}

.classes-wrap .classes-item:hover .icon.icon-award,
.classes-wrap .classes-item.active .icon.icon-award {
  background-position: -195px -84px;
}

.classes-wrap .classes-item .icon.icon-manage {
  background-position: -10px -10px;
}

.classes-wrap .classes-item:hover .icon.icon-manage,
.classes-wrap .classes-item.active .icon.icon-manage {
  background-position: -102px -160px;
}

.classes-wrap .classes-item .icon.icon-verifcation {
  background-position: -194px -160px;
}

.classes-wrap .classes-item:hover .icon.icon-verifcation,
.classes-wrap .classes-item.active .icon.icon-verifcation {
  background-position: -10px -160px;
}

.classes-wrap .classes-item .icon.icon-wechat {
  background-position: -194px -10px;
}

.classes-wrap .classes-item:hover .icon.icon-wechat,
.classes-wrap .classes-item.active .icon.icon-wechat {
  background-position: -102px -10px;
}

.list-wrap {
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 80px;
  box-sizing: border-box;
  display: none;
}

.list-wrap.active {
  display: block;
}

.list-wrap .list-title {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}

.list-wrap .list-content .list-item a {
  text-decoration: none;
  color: #535353;
}

.list-wrap .list-content .list-item a:hover {
  color: #4381fd;
}

.list-wrap .list-content .list-item a:before {
  content: " ";
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 0;
}

.pagination {
  margin-top: 45px;
  text-align: right;
  display: block;
  width: 100%;
}

.pagination__item:hover {
  background-color: #b1b1b1;
  border-color: #999;
  color: #fff;
}

.list-content img {
  width: 1056px;
}

.list-content p {
  margin-top: 5px;
}

.helps {
  background-image: url(../images/zhinan.png);
  /* background-size: 30px; */
}

.gl6-hint-mess {
  display: flex;
  margin-top: 10px;
  /* padding-left: 200px; */
}

.gl6-hint-mess label {
  margin: 0;
}

.gl6-hint-mess label span {
  min-width: 30px;
}

.gl7-control-label {
  min-width: 115px;
}

.gl6-hint-mess .gl3-hint-mess {
  text-align: left;
}

.gl6-use_r {
  width: 77%;
  display: flex;
  flex-direction: column;
}

.gl6-use_r .gl2-yyzz_st {
  margin: 0px;
}

.ban {
  min-width: 1190px;
}

/*平台协议*/
.ptgz {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  background: #fff;
  padding: 8px 40px 25px 40px;
  box-sizing: border-box;
}

.ptgz p {
  /* padding: 0px 40px 0px 40px; */
  line-height: 34px;
  /* text-align: justify; */
  font-size: 16px;
  /* text-indent: 2em; */
}

.ptgz .xymc {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 34px 0 18px 0;
  text-indent: 0;
}

.ptgz .ptgz_re {
  font-size: 16px;
  font-weight: bold;
  text-indent: 0;
  margin: 10px 0 10px 0;
}

.ptfz_s {
  margin-left: 14px;
}

.wbjc_zt {
  font-weight: bold;
}

.gl-Warning {
  width: 36px;
  height: 36px;
  background: url(../images/gl-Warning.png)no-repeat center center;
  display: flex;
  background-size: 100%;
  margin: 0 10px 0 -30px;
}

.gl9-em {
  display: block;
  line-height: normal;
  text-align: right;
  margin-top: -10px;
  margin-right: -10px;
}

.gl9-vip-i {
  min-width: 38px;
  height: 16px;
  display: block;
  background: url(../images/vip.jpg)no-repeat center center;
  background-size: 38px 16px;
  margin-left: 10px;
}

.xzzt:hover {
  background: none;
  transition: 1s all;
  -webkit-transition: 1s all;
  color: #e4393b;
}

.gl2-companyname a {
  display: flex;
  align-items: center;
}

.gl6-course-skip {
  display: inline-block;
  min-width: 80px;
  color: #5cbbff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.gl6-course-skip:hover {
  color: #0073c6;
}

.gl6-question {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background: #fdd88a;
  color: #fff;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.gl6-question:hover {
  color: #fff;
}

.gl6-question-poss {
  margin-right: 75px;
  margin-top: 13px;
  float: right;
}

.gl3-certification-top:hover .gl3-certification-span span {
  /* background:#359be3; */
  color: #FE9402;
  border: 2px solid #FE9402;
}

/* .gl3-certification-top:hover .gl3-certification-img img{
    margin-top:-30px;
    transition: all 1s;
} */
.gl10-county {
  /* width:30px;
    height:26px; */
  display: block;
  background: url(../images/service1.png)no-repeat center center;
  background-size: 26px 26px;
  /* float: left; */
  /* margin-top: 0px; */
}

.gl10-city {
  /* width:30px;
    height:26px; */
  display: block;
  background: url(../images/service2.png)no-repeat center center;
  background-size: 26px 26px;
  /* margin-top: 0px; */
}

.gl10-filtrate {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 30px;
}

.gl10-filtrate a {
  padding: 2px 5px;
  /* border:1px solid #ccc; */
}

/* .gl10-filtrate a:hover{ */
/* position: relative; */
/* text-decoration: none;
    border-color: #006fb3;
    color: #006fb3; */
/* } */
.gl10-filtrate a.curr {
  border-color: #006fb3;
  background: #006fb3;
  color: #FFF;
}

.gl10-OrgNature {
  display: inline-block;
  line-height: normal;
  clear: both;
  height: 28px;
}

.gl10-OrgNature i {
  width: 30px;
  height: 26px;
  float: left;
  /* padding-top: 13px; */
}

.qyxxdldtspan {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  float: left;
}

.gl10-filtrate .gl10-filtrate-span {
  text-decoration: none;
  border-color: #006fb3;
  color: #006fb3;
}

.g-test-labelfilt {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

/* 行业资讯 */
.gl1-news-content {
  width: 1190px;
  margin: 0 auto;
  /* background: #fff; */
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.gl1-news-cont {
  display: flex;
  justify-content: space-between;
}

.gl1-news-left {
  width: 100%;
  padding: 20px;
  float: left;
  background: #fff;
  margin-top: 10px;
  box-sizing: border-box;
}

.gl1-news-one {
  display: flex;
  flex-direction: column;
  /* padding: 10px; */
}

.gl1-news-h {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}

.gl1-blue-title {
  display: inline-block;
  font-size: 18px;
  color: #2291f7;
  border-bottom: 2px solid #2291f7;
  font-weight: bold;
}

.gl1-blue1-title {
  display: inline-block;
  font-size: 18px;
  color: #2291f7;
  font-weight: bold;
}

.gl1-news-ul {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.gl1-news-ul li:hover {
  background-color: #f3f6f8;
}

.gl1-news-ul li:hover a {
  color: #333;
}

.gl1-news-ul .gl1-news-firstli a span {
  font-size: 20px;
  font-weight: bold;
}

.gl1-news-ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gl1-news-ul li a span:hover {
  color: #2291f7;
}

.gl1-news-ul li {
  line-height: 40px;
}

.gl1-news-ul li a span {
  float: left;
  font-size: 16px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl1-news-ul li a em {
  float: right;
  font-size: 12px;
  color: #999;
}

.gl1-news-right {
  width: 28%;
  float: right;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
  box-sizing: border-box;
}

.gl1-news-h1 {
  border: 0;
  line-height: normal;
}

.gl1-news-h1 span {
  color: #333;
  margin: 13px 0;
  border-left: 5px solid #2291f7;
  padding-left: 10px;
}

.gl1-news-two {
  display: flex;
  flex-direction: column;
  background-color: #f7f8f9;
}

.gl1-news-twoul {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.gl1-news-twoul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  background: url(../../images/news_dot.png)no-repeat;
  background-position: 5px 11px;
  background-size: 7px;
  padding-left: 20px;
}

.gl1-news-twoul li a {
  color: #333;
  font-size: 16px;
  display: block;
  width: 100%;
}

.gl1-news-twoul li a:hover {
  color: #2291f7;
}

.gl11-shqrm_c {
  display: flex;
  flex-direction: column;
}

.gl11-shqrm_c .xiangq_ju {
  box-sizing: border-box;
  width: 96%;
  /* display: flex; */
  /* flex-direction: column; */
  height: auto;
}

.gl11-shqrm_c .xiangq_ju .shenqrxq_bt {
  float: left;
}

.gl11-shqrm_c .xiangq_ju .shenqrxq_bts {
  width: 75%;
}

/* .gl12-shqrm_c .xiangq_ju{
    box-sizing: border-box;
    width:47%;
}

.gl12-shqrm_c .xiangq_ju .shenqrxq_bts{
    width: 58%;
} */
/* 开放实验室 2019-12-5 GL*/
.gl11-lab-cont {
  width: 1190px;
  margin: 10px auto;
}

.gl11-lab-title {
  width: 100%;
  border-bottom: 2px solid #eee;
}

.gl11-lab-title span {
  width: 200px;
  height: 40px;
  display: inline-block;
  background: url(/images/lab-title.png)no-repeat center center;
  background-size: 100% 100%;
  color: #ffff;
}

.gl11-lab-titlei {
  width: 16px;
  height: 30px;
  float: left;
  background: url(/images/)no-repeat center center;
  background-size: 16px 30px;
}

.gl11-lab-bottom {
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.gl11-lab-address {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.gl11-lab-province {
  position: relative;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.gl11-lab-province span {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  /* border: 1px solid #ccc; */
  /* border-radius: 5px; */
  width: 60px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* min-width: 80px; */
  margin-right: 30px;
}

.gl11-labaddress-i {
  width: 30px;
  height: 30px;
  display: block;
  background: url(/images/x_jt.jpg)no-repeat center center;
  background-size: 10px 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.gl11-lab-province ul {
  display: none;
  width: 160px;
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  z-index: 10;
}

.gl11-lab-province ul li {
  padding: 2px 10px;
  cursor: pointer;
}

.gl11-lab-province ul li:hover {
  background: #4072b9;
  color: #fff;
}

.gl11-lab-province ul li.active {
  /* background: #4072b9; */
  /* color: #fff; */
}

.gl11-lab-input {
  border: 1px solid #cdcdcd;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  width: 220px;
}

.gl11-lab-search {
  /* margin-left: 30px; */
  color: #fff;
  padding: 5px 25px 5px 40px;
  background: url(/images/sou_h.png)no-repeat 15px center;
  background-color: #4973bb;
  background-size: 15px 15px;
  font-size: 18px;
  border-radius: 3px;
  cursor: pointer;
}

.gl11-lab-list {
  padding: 20px 0;
}

.gl11-lab-li {
  display: flex;
  /* border:1px solid #cdcdcd; */
  box-shadow: 1px 1px 6px #ccc;
  margin-bottom: 30px;
}

.gl11-lab-img {
  width: 160px;
  height: 140px;
  object-fit: cover;
}

.gl11-lab-licont {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  justify-content: space-between;
  width: 950px;
}

.gl11-lab-time {
  position: absolute;
  top: 0;
  left: 0;
}

.gll1-lab-name {
  float: left;
}

.gl11-lab-kefu {
  float: right;
}

.gll1-lab-name h1 {
  font-size: 18px;
  font-weight: bold;
  max-width: 700px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gll1-lab-name h1 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.gll1-lab-name h1 a:hover {
  color: #333;
}

.gll1-lab-name span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl11-lab-kefu button {
  padding: 5px 10px;
  font-size: 14px;
  padding-left: 25px;
  cursor: pointer;
}

.gl11-lab-button1 {
  background: url(/images/labonline.png)no-repeat 10px center;
  background-size: 10px 10px;
  border: 1px solid #4973bb;
  background-color: #d7e6ff;
  color: #4973bb;
}

.gl11-lab-button2 {
  background: url(/images/labcounsel.png)no-repeat 10px center;
  background-size: 10px 10px;
  background-color: #4973bb;
  border: 1px solid #4973bb;
  color: #fff;
  margin-left: 20px;
}

/* 实验室详情 2019-12-5 GL */
.gl11-labdefails {
  display: flex;
  color: #4973bb;
  height: 36px;
  align-items: center;
}

.gl11-labdefails span {
  color: #4973bb;
}

.gl11-labdefails a {
  margin: 0 5px;
  color: #4973bb;
  cursor: pointer;
}

.gl11-labdefails-cont {
  background: #fff;
  padding: 20px;
}

.gl11-labimg-ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gl11-labimg-ul li {
  cursor: pointer;
  width: 12.5%;
  height: 70px;
}

.gl11-labimg-li1 {
  background: url(/images/lab1.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li2 {
  background: url(/images/lab2.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li3 {
  background: url(/images/nc3.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li4 {
  background: url(/images/nc2.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li5 {
  background: url(/images/lab8.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li11 {
  background: url(/images/lab1-blue.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li22 {
  background: url(/images/lab2-blue.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li33 {
  background: url(/images/nc3-blue.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li44 {
  background: url(/images/nc2-blue.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labimg-li55 {
  background: url(/images/lab8-blue.png)no-repeat center center;
  background-size: 126px 60px;
}

.gl11-labcont-li {
  margin-top: 20px;
}

.gl11-labcont-div {
  display: none;
  border: 2px solid #d7e6ff;
  width: 100%;
}

.gl11-labcont-div.active {
  display: block;
}

.gl11-labcont-h1 {
  background-color: #d7e6ff;
  color: #264c8c;
  font-weight: bold;
  font-size: 25px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spanLaboratoryName {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
  line-height: 70px;
}

.gl11-labcont-h1 i {
  width: 100px;
  height: 100%;
  display: block;
}

.gl11-labh1-ileft {
  background: url(/images/labname-left.png)no-repeat center center;
  background-size: 100px 3px;
  margin-right: 20px;
}

.gl11-labh1-iright {
  background: url(/images/labname-right.png)no-repeat center center;
  background-size: 100px 3px;
  margin-left: 20px;
}

.gl11-labcontul {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.gl11-labcontul li {
  /* background: url(/images/news_dot.png)no-repeat 10px center;
  background-size: 5px 5px;
  padding-left: 25px; */
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 34px;
  text-indent: 2em;
}

.gl11-lab-phone {
  font-size: 16px;
  line-height: 30px;
}

.gl11-labcontul p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
}

.gl11-labcontul1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.gl11-labcontul1-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gl11-labcontul1-ul li {
  display: flex;
  margin-bottom: 30px;
}

.gl11-labcontul1-ul li img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}

.gl11-labli-cont {
  width: 950px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  box-sizing: border-box;
}

.gl11-labli-cont h1 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 800px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl11-labli-cont span {
  margin-top: 2px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl11-labcontul1-ul1 li img {
  width: 135px;
  height: 155px;
}

.gl11-labli-cont1 {
  width: 950px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
}

.gl11-labli-cont1 h1 {
  font-size: 14px;
}

.gl11-labli-cont1 h1 em {
  font-size: 18px;
  font-weight: bold;
}

.gl11-labli-cont1 span {
  margin-top: 2px;
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl11-labli3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.gl11-lablist {
  width: 100%;
  display: flex;
}

.gl11-lablist li {
  width: 20%;
  height: 50px;
  border-right: 1px solid #d7e6ff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  background: #fff;
  color: #4072b9;
  font-weight: bold;
  /* border-bottom: 2px solid #d7e6ff; */
}

.gl11-lablist li.active {
  background: #fff;
  color: #4072b9;
  font-weight: bold;
  /* border-bottom: 2px solid #d7e6ff; */
  background: #4072b9;
  color: #f2f2f2;
}

.gl11-lablist li:last-child {
  /* border: 0; */
}

.gl11-lablist-cont {
  display: flex;
}

.gl11-labconlist {
  display: none;
  padding: 20px;
}

.gl11-labconlist.active {
  display: block;
}

.gl11-labconlist p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
}

.gl11-labcont-form {
  display: flex;
  flex-direction: column;
  padding: 60px 100px;
}

.gl11-labform-span {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 16px;
}

.gl11-labform-span em {
  color: #ff0000;
}

.gl11-labform-span b {
  width: 20px;
  height: 30px;
  background: url(/images/labstar.png)no-repeat center center;
  background-size: 10px 10px;
}

.gl11-labform-input {
  height: 30px;
  margin: 8px 0;
  padding: 0 10px;
  border: 1px solid #a9a9a9;
}

.gl11-labform-input::placeholder {
  color: #999;
}

.gl11-labform-input:focus {
  border: 1px solid #4973bb;
}

.gl11-labform-div {
  display: flex;
  align-items: center;
}

.gl11-labform-div span {
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.gl11-labform-div span b {
  width: 20px;
  height: 30px;
  background: url(/images/labstar.png)no-repeat center center;
  background-size: 10px 10px;
}

.gl11-labform-div input {
  margin: 0 5px 0 10px;
}

.gl11-labform-div label {
  font-size: 16px;
}

.gl11-labform-text {
  height: 70px;
  margin: 8px 0;
  padding: 5px 10px;
  border: 1px solid #a9a9a9;
}

.gl11-labform-text::placeholder {
  color: #999;
}

.gl11-labform-text:focus {
  border: 1px solid #4973bb;
}

.gl11-labform-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.gl11-labform-button button {
  font-size: 20px;
  background: #4973bb;
  padding: 5px 20px;
  color: #f2f2f2;
  cursor: pointer;
}

/*头部导航*/
.nav_dh {
  width: 100%;
  height: 59px;
  background: #4A74BC;
}

.nav_dh ul {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.nav_dh ul li {
  float: left;
  margin: 0 55px 0 39px;
  font-size: 20px;
  line-height: 59px;
  color: #fff;
  cursor: pointer;
}

.nav_dh ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.xzya {
  background: url("../images/image/jiant.gif") no-repeat center 49px;
}

.cpbt img {
  margin: -3px 8px 0 16px;
  vertical-align: middle;
}

.ycenr {
  float: right;
  width: 193px;
  margin-top: 10px;
}

.f-sorts {
  background: url("../images/image/sprite-arrow.png") no-repeat
}

.jc_nr dt {
  background: #fff;
}

/*特种设备*/
.nrzc_z {
  float: left;
  width: 986px;
}

.ycenr {
  float: right;
  width: 193px;
}

.fwgys {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 35px 6px 26px;
  line-height: 26px;
  border-left: 3px solid #1d5da2;
}

.fwsbt {
  float: left;
  padding: 10px;
  border-left: 3px solid #1d5da2;
}

.futgs_lb {
  width: 96%;
  background: white;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(45, 45, 45, 0.1);
}

.jlqj_lb {
  height: 174px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding-bottom: 7px;
}

.zctp {
  float: left;
  width: 198px;
  height: 173px;
}

.ycnr {
  width: 914px;
  float: right;
  height: 173px;
  ;
}

.futgs_lbs {
  width: 96%;
  overflow: hidden;
  background: white;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(45, 45, 45, 0.1);
}

.ycnr li {
  background: #fff;
}

.jlqjmc {
  font-size: 20px;
  font-weight: bold;
  margin: 0 16px 0 16px;
  line-height: 30px;
  vertical-align: middle;
}

.ycnr_bt {
  height: 44px;
  margin-top: 10px;
  margin: 22px 0 14px 0px;
  width: 98%;
  border-bottom: 1px solid #e8e8e8;
}

.ycnr_bt img {
  margin-right: 10px;
}

.yc_xy {
  font-size: 16px;
  color: #868686;
  line-height: 32px;
  background: url(../images/news_dot.png) 2px 13px no-repeat !important;
  padding-left: 14px;
}

.yc_dz {
  line-height: 35px;
  text-indent: 14px;
  color: #9a9595;
  font-size: 16px;
}

.zxsq {
  float: right;
  margin-right: 10px;
}

.zxsq img {
  margin-right: 10px;
}

/* 头部样式 2019-12-9 GL*/
/* 2019/12/2  首页改版 GL */
#cssmenu>ul>li>a {
  padding: 10px;
}

.hot_n {
  top: -3px;
}

.gl11-header {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.logo {
  display: flex;
  justify-content: space-between;
}

.gl11-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1190px;
  height: 32px;
  margin: 0 auto;
}

.gl11-header-left {
  float: left;
  background: url(/images/index-address.png)no-repeat left center;
  background-size: 16px 18px;
  padding-left: 20px;
}

.gl11-header-left a {
  color: #999;
}

.gl11-header-left a:hover {
  color: #ff0000;
}

.gl11-header-right {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}

.gl11-myorder {
  background: url(/images/buycar.png)no-repeat left center;
  background-size: 18px 18px;
  padding-left: 22px;
}

.gl11-navs {
  display: inline-block;
  position: relative;
  height: 100%;
}

.gl11-navigation {
  background: url(/images/classify-blue.png)no-repeat 5px center;
  background-size: 16px 16px;
  color: #999;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px 0 25px;
  /* border: 1px solid #fff; */
}

.gl11-navs:hover .gl11-navigation {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  /* border-bottom: 0; */
  z-index: 9;
  position: relative;
}

.gl11-navs:hover .gl11-navigation-navs {
  /* color: #ff0000; */
  /* background:#fff; */
  z-index: 10;
  display: block;
}

.gl11-navigation-navs {
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 6;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  display: none;
}

.gl11-navaone {
  display: flex;
  flex-direction: column;
  width: 330px;
}

.gl11-navaone-title {
  padding: 5px;
}

.gl11-navaone-ul {
  display: flex;
  flex-wrap: wrap;
}

.gl11-navaone-ul li {
  padding: 5px;
}

.gl11-navaone-ul li a:hover {
  color: #ff0000;
}

/* .gl11-phone {
  background: url(/images/phone.png)no-repeat left center;
  background-size: 13px 16px;
  padding-left: 15px;
} */
.head {
  height: auto;
}

.logo {
  height: 134px;
}

.logo_m {
  margin-top: 52px;
}

.gl11-header-center {
  width: 704px;
  display: inline-block;
  margin-top: 45px;
}

.gl11-header-input {
  width: 500px;
  border: 0;
  padding: 0 5px;
}

.gl11-header-button {
  width: 130px;
  height: 40px;
  background: #4072b9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.gl11-host-search {
  display: flex;
  margin-top: 10px;
}

.gl11-host-ul {
  display: flex;
}

.gl11-host-ul li {
  margin-left: 10px;
}

.gl11-host-ul li a {
  color: #666;
}

.gl11-logo-right {
  margin-top: 20px;
  cursor: pointer;
}

.gl11-header-address {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 10px;
}

.gl11-address-list {
  width: 200px;
  position: absolute;
  background: #fff;
  top: 32px;
  left: 0;
  display: none;
  padding: 10px;
  z-index: 10;
  border: 1px solid #ddd;
}

.gl11-address-list1 {
  width: 200px;
  position: absolute;
  background: #fff;
  top: 32px;
  left: 0;
  display: none;
  padding: 10px;
  z-index: 10;
  border: 1px solid #ddd;
}

.gl11-area-list {
  display: flex;
  flex-wrap: wrap;
}

.gl11-area-list li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.gl11-area-list li a {
  display: flex;
  padding: 5px;
}

.gl11-area-list li a:hover {
  background: #eee;
  color: #ff0000;
}

.logo_dz {
  display: flex;
  align-items: center;
}

#ulOtherContainer {
  display: inline-block;
  width: 986px;
}

/* 检验标准 2019-12-12 GL */
.pricesorti {
  width: 10px;
  height: 23px;
  display: block;
  background: url(/images/sortcenter.png)no-repeat center center;
  background-size: 10px 15px;
}

.pricesortimin {
  background: url(/images/sortmin.png)no-repeat center center;
  background-size: 10px 15px;
}

.pricesortimax {
  background: url(/images/sortmax.png)no-repeat center center;
  background-size: 10px 15px;
}

.filter .f-sort .gl12-price-sort {
  border-color: #006fb3;
  color: #006fb3;
}

/* 机构列表 */
.gl12-nc-more a {
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.gl12-nc-more a.active {
  /* border: 1px solid #4072b9; */
  box-shadow: 0px 1px 5px #ccc;
}

.gl12-nc-more a.active .gl12-protest {
  background: url(/images/jiany_h.png)no-repeat 10px center;
  background-size: 18px 18px;
  color: #de3636;
}

.gl12-nc-more a.active .gl12-calibration {
  background: url(/images/xiaoding_h.png)no-repeat 10px center;
  background-size: 18px 18px;
  color: #de3636;
}

.gl12-nc-more a .gl12-protest {
  background: url(/images/jianyan.png)no-repeat 10px center;
  background-size: 18px 18px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.gl12-nc-more a .gl12-calibration {
  background: url(/images/xiaoding.png)no-repeat 10px center;
  background-size: 18px 18px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#measPage {
  padding: 5px 22px;
  box-sizing: border-box;
}

/* 新闻优惠 */
.gl1-newsdetails-title {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eaeaea;
}

.gl1-newsdetails-title h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.gl1-newsdetails-time {
  margin: 15px 0;
}

.gl1-newsdetails-time span {
  margin-right: 30px;
  color: #999;
}

.gl1-newsdetails-time span:last-child {
  margin: 0;
  float: right;
}

.gl1-newsdetails-cont {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  width: 100%;
}

.gl1-newsdetails-cont p {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}

.gl1-newsdetails-cont img {
  max-width: 790px;
}

.gl1-newsdetails-a {
  display: flex;
  flex-direction: column;
  bottom: 0;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  right: 0;
  padding: 17px 16px;
  /* justify-content: space-between; */
  /* align-items: center; */
  margin-bottom: 10p;
  border-top: 1px solid #efeaea;
}

.gl1-newsdetails-a a {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.gl1-newsdetails-a a:first-child {
  float: left;
}

.gl1-newsdetails-a a:last-child {
  float: right;
}

.gl1-newsdetails-a a em {
  color: #2291f7;
}

.gl1-newsdetails-a a:hover {
  color: #2291f7;
}

.gl1-newsdetails-numi {
  background: url(../../../images/see.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
}

.gl11-hotnews-time {
  display: flex;
  align-items: center;
  color: #999;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

.gl1-news-twoul li:last-child {
  border: 0;
}

.gl1-news-twoul li a span {
  line-height: 30px;
  min-width: 85px;
}

.gl1-news-twoul li a span:last-child {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
}

/*特种设备*/
.b-special {
  width: 100%;
  height: 350px;
  background: url("../images/tz-bj.png") no-repeat center center;
}

.b-special-cc {
  width: 1200px;
  height: 350px;
  margin: 0 auto;
}

.b-special img {
  margin-top: 200px;
  margin-left: 70px;
}

.b-special-wz {
  font-size: 36px;
  font-weight: bold;
  margin-left: 90px;
  color: #fff;
}

.tzsb {
  width: 100%;
  /* height: 915px; */
  background-color: #f5f5f5;
}

.tzsb-cc {
  width: 1200px;
  /* height: 885px; */
  margin: 0 auto;
  margin-top: 15px;
}

.tzsb-nr {
  width: 1200px;
  /* height: 75px; */
  /* background: #fff; */
  /* float: left; */
}

.tzsb-nr .active {
  color: #000;
  background: rgb(239, 239, 239);
  border-top: 4px solid #457ddc;
  font-weight: bold;
}

.tzsb-nr h3 {
  line-height: 30px;
  text-align: center;
  float: left;
  height: 75px;
  width: 400px;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 30px;
}

.tzsb-nr h3 img {
  float: left;
  margin-top: 21px;
  margin-left: 130px;
}

.tzsb-nr h3 p {
  font-size: 20px;
  float: left;
  margin-top: 24px;
  margin-left: 20px;
}

.tzsb-nr div {
  clear: both;
  border-top-width: medium;
}

.tzsb-jj {
  width: 1200px;
  /* height: 770px; */
  background-color: #fff;
  margin: 0 auto;
  /* margin-top: 115px; */
}

.tzsb-jjwz {
  width: 1200px;
  /* height: 750px; */
}

.tzsb-jjwz p {
  font-size: 17px;
  text-indent: 2em;
  text-align: justify;
  line-height: 35px;
  padding: 30px 50px 30px 50px;
}

/*资质证书*/
.tzsb-zs {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 80px;
  box-sizing: border-box;
}

.tzsb-zskb {
  height: 50px;
}

.zs-tp {
  display: flex;
  flex-wrap: wrap;
}

.zs-tp_a {
  width: 202px;
  height: 307px;
  float: left;
  margin-right: 73px;
  margin-bottom: 50px;
  background: #f4f4f4;
}

.zs-tp_a:nth-child(4n) {
  margin-right: 0;
}

.zs-tp_b {
  width: 202px;
  height: 307px;
  float: right;
  margin-top: 50px;
}

/*联系机构*/
.tzsb-lx {
  width: 1200px;
  height: 770px;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  /* margin-top: 115px; */
}

.tzsb-lxnr {
  width: 1050px;
  height: 750px;
  margin: 0 auto;
}

.tzsb-lx_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 90px;
}

.tzsb-lx_dz {
  font-size: 16px;
  line-height: 35px;
  margin-top: -20px;
}

.tzsb-lx_dt {
  margin-top: 10px;
}

/*机构主页*/
.organization {
  width: 100%;
  height: 350px;
  background: url("../images/jg-bj.png") no-repeat center center;
}

.organization img {
  margin-top: 140px;
  margin-left: 70px;
}

.organization-wz {
  position: relative;
  font-size: 33px;
  font-weight: bold;
  margin-left: 70px;
  color: #fff;
  overflow: hidden;
  width: 534px;
  text-align: center;
  min-height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.jgzy {
  width: 1200px;
  /* height: 75px; */
  /* background: #fff; */
  /* float: left; */
}

.jgzy .active {
  color: #000;
  background: rgb(239, 239, 239);
  border-top: 4px solid #457ddc;
  font-weight: bold;
}

.jgzy h3 {
  line-height: 30px;
  text-align: center;
  float: left;
  height: 75px;
  width: 300px;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 30px;
}

.jgzy h3 img {
  float: left;
  margin-top: 21px;
  margin-left: 80px;
}

.jgzy h3 p {
  font-size: 20px;
  float: left;
  margin-top: 24px;
  margin-left: 20px;
}

.jgzy .gl1potal {
  clear: both;
  border-top-width: medium;
}

.jgzy-zs {
  width: 1200px;
  /* height: 770px; */
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 80px;
  box-sizing: border-box;
}

.jgzy-fw {
  width: 1200px;
  /* height: 1050px; */
  background-color: #fff;
  margin: 0 auto;
  /* margin-top: 115px; */
}

.jgzy-k_b {
  height: 30px;
}

.jgzy-fwfa {
  width: 1028px;
  height: 70px;
  margin: 0 auto;
  background-color: #d8e7ff;
  border: 1px solid #4a74bc;
}

.jgzy-fwfa_wz {
  color: #4a74bc;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  line-height: 30px;
}

.jgzy-fwfa_a {
  width: 100px;
  height: 25px;
  float: left;
  background-color: #4a74bc;
  margin-top: 36px;
  margin-left: 20px;
}

.jgzy-fwfa_a a {
  color: #fff;
  margin-left: 15px;
  line-height: 24px;
}

.jgzy-fwfa_a a:hover {
  text-decoration: underline;
}

.jgzy-fwfa_b {
  width: 117px;
  height: 25px;
  float: left;
  background-color: #4a74bc;
  margin-top: 36px;
  margin-left: 20px;
}

.jgzy-fwfa_b a {
  color: #fff;
  margin-left: 17px;
  line-height: 24px;
}

.jgzy-fwfa_b a:hover {
  text-decoration: underline;
}

.jgzy-nr {
  width: 100%;
  /* height: 700px; */
  margin: 0 auto;
  display: inline-block;
  padding: 20px 90px;
  box-sizing: border-box;
}

.jgzy-tp_a {
  width: 203px;
  height: 245px;
  float: left;
  margin-right: 66px;
  /* margin-top: 30px; */
  border: 1px solid #eee;
  background: #f4f4f4;
  margin-bottom: 30px;
}

.jgzy-tp_a:nth-child(4n) {
  margin-right: 0;
}

.jgzy-tp_a:hover {
  box-shadow: 0 2px 4px rgba(123, 122, 122, 0.35);
  transition: 0s;
  transform: translate3d(0, 0px, 0);
  color: #FF5722 !important;
  cursor: pointer;
}

.jgzy-tp_b {
  width: 203px;
  height: 245px;
  float: right;
  margin-top: 30px;
}

.fy-nr {
  width: 409px;
  height: 40px;
  margin: 0 auto;
  float: right;
  margin-top: 45px;
}

.fy-sy {
  width: 70px;
  height: 36px;
  border: 1px solid #E4E4E4;
  float: left;
  margin-right: -1px;
  color: #4a74bc;
}

.fy-sywz {
  line-height: 35px;
  margin-left: 14px;
}

.fa-a {
  width: 70px;
  height: 36px;
}

.fa-a:hover {
  background-color: #4a74bc;
  color: #FFFFFF;
}

.fy-swwz {
  line-height: 35px;
  margin-left: 17px;
}

.fy-gw {
  width: 44px;
  height: 36px;
  border: 1px solid #E4E4E4;
  float: left;
  margin-right: -1px;
  color: #4a74bc;
}

.fy-nwz {
  line-height: 35px;
  margin-left: 19px;
}

.fa-b {
  width: 44px;
  height: 36px;
}

.fa-b:hover {
  background-color: #4a74bc;
  color: #FFFFFF;
}

/*标准列表*/
.standard {
  width: 100%;
  height: 1460px;
  background-color: #f5f5f5;
}

.standard-cc {
  width: 1200px;
  height: 1430px;
  margin: 0 auto;
  margin-top: 15px;
  background: #fff;
}

.standard-nr {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: -4px;
}

.standard-kb {
  width: 1140px;
  margin: 30px auto;
}

.standard-kb table td {
  text-align: right;
  height: 50px;
  font-size: 16px;
}

.standard-a {
  width: 1138px;
  height: 310px;
  border: 1px solid #4a74bc;
  margin-left: 30px;
}

.standard-a_z {
  width: 151px;
  height: 310px;
  float: left;
  background: url("../images/bzlb-2.png") no-repeat center center;
}

.standard-fb {
  width: 151px;
  height: 50px;
  background: url("../images/bzlb-3.png") no-repeat center center;
}

.standard-fb img {
  margin-top: 10px;
  margin-left: 30px;
  float: left;
}

.standard-wz {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-top: 15px;
  margin-left: 5px;
}

.standard-ss {
  width: 151px;
  height: 50px;
}

.fa-a {
  width: 151px;
  height: 50px;
}

.standard-ss img {
  margin-top: 13px;
  margin-left: 30px;
  float: left;
}

.standard-wz_a {
  font-size: 16px;
  font-weight: bold;
  color: #4a74bc;
  float: left;
  margin-top: 15px;
  margin-left: 5px;
}

.standard-hx {
  width: 139px;
  height: 1px;
  border: none;
  border-top: 1px solid #4a74bc;
  margin-left: 5px;
}

.standard-a_y {
  width: 922px;
  height: 40px;
  background: #e9e9e9;
  float: left;
  margin-top: 18px;
  margin-left: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.standard-a_y .active {
  color: #ffffff;
  background: #4a74bc;
}

.standard-a_y h3 {
  line-height: 30px;
  text-align: center;
  float: left;
  height: 30px;
  width: 136px;
  margin: 0px;
  padding: 0px;
  background-color: #e9e9e9;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.standard-a_y h4 a {
  font-size: 12px;
  float: right;
  margin-right: 20px;
  margin-top: 12px;
}

.standard-a_y div {
  clear: both;
}

.gjfb-kb {
  height: 15px;
}

.gjfb {
  width: 922px;
  height: 235px;
  margin-top: 10px
}

.gjfb-jt {
  width: 922px;
  height: 30px;
}

.gjfb-jt a {
  margin-left: 10px;
}

.gjfb-jt a:hover {
  text-decoration: underline;
}

.gjfb-rq {
  float: right;
  color: #9d9d9d;
}

.newest-cc {
  width: 1140px;
  /* height: 1000px; */
  margin-top: 30px;
  margin-left: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
}

.newest {
  width: 1140px;
  height: 40px;
  background: #e9e9e9;
  float: left;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.newest .active {
  color: #ffffff;
  background: #4a74bc;
}

.newest h3 {
  line-height: 30px;
  text-align: center;
  float: left;
  height: 30px;
  width: 186px;
  margin: 0px;
  padding: 0px;
  background-color: #e9e9e9;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.newest div {
  clear: both;
}

.newest-kb {
  height: 20px;
}

.release {
  width: 1098px;
  height: 87px;
  margin-left: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.release-a {
  width: 1098px;
  height: 87px;
  margin-left: 20px;
  margin-top: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.release:hover {
  background: url("../images/bzlb-7.png") no-repeat center center;
}

.release-a:hover {
  background: url("../images/bzlb-7.png") no-repeat center center;
}

.release-rq {
  width: 64px;
  height: 78px;
  float: left;
  margin-top: 23px;
  margin-left: 21px;
}

.release-r {
  font-size: 24px;
  font-weight: bold;
  float: left;
  margin-left: 16px;
}

.release-n {
  font-size: 16px;
  float: left;
  margin-top: 10px;
}

.release-wz {
  width: 680px;
  height: 50px;
  float: left;
  margin-top: 18px;
  margin-left: 40px;
}

.release-bt {
  font-size: 16px;
  font-weight: bold;
  color: #4a74bc;
}

.release-nr {
  display: block;
  margin-top: 10px;
}

.release-tb {
  width: 255px;
  height: 30px;
  float: right;
  margin-right: 20px;
  margin-top: 26px;
}

.release-tb img {
  float: left;
  margin-top: 5px;
}

.release-yl {
  width: 68px;
  height: 30px;
  background-color: #4a74bc;
  float: left;
  margin-left: 15px;
  border-radius: 2px;
}

.release-yl a {
  line-height: 29px;
  margin-left: 20px;
  color: #fff;
}

.release-yl a:hover {
  text-decoration: underline;
}

.release-xq {
  width: 68px;
  height: 30px;
  background-color: #4a74bc;
  float: left;
  margin-left: 15px;
  border-radius: 2px;
}

.release-xq a {
  float: left;
  color: #fff;
  line-height: 29px;
  margin-left: 12px;
}

.release-xq a:hover {
  text-decoration: underline;
}

.release-xq img {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
}

.release-hx {
  width: 1098px;
  height: 2px;
  border: none;
  border-top: 2px solid #f3f3f3;
  margin-top: 30px;
  margin-left: 20px;
}

.release-gd {
  width: 160px;
  height: 45px;
  background: url("../images/bzlb-10.png") no-repeat center center;
  /* margin-top: 33px; */
  margin-left: 500px;
}

.release-gd a {
  font-size: 16px;
  color: #fff;
  line-height: 43px;
  margin-left: 60px;
}

.release-gd a:hover {
  text-decoration: underline;
}

/*标准列表详情*/
.particulars {
  width: 100%;
  /* height: 1057px; */
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.particulars-fh {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}

.particulars-fh a {
  color: #4a74bc;
}

.particulars-fh a:hover {
  text-decoration: underline;
}

.particulars-cc {
  width: 1200px;
  /* height: 1000px; */
  margin: 0 auto;
  margin-top: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 -4px 30px 2px rgba(0, 0, 0, .10);
}

.particulars-nr {
  width: 1120px;
  /* height: 850px; */
  margin-top: 25px;
  margin-left: 40px;
}

.bzxx {
  height: 25px;
}


.bzxx-sx {
  float: left;
  width: 3px;
  height: 25px;
  background: #4a74bc;
}

.bzxx-wz {
  font-size: 18px;
  float: left;
  margin-left: 20px;
  margin-top: 3px;
}

.bzxx-bt {
  height: 30px;
  margin-top: 50px;
}

.bzxx-ISO {
  font-size: 20px;
  font-weight: bold;
}

.bzxx-tb {
  width: 223px;
  height: 30px;
  float: right;
}

.bzxx-tb img {
  float: left;
  margin-top: 5px;
}

.bzxx-tb img {
  float: left;
  margin-top: 8px;
}

.xiangx-name {
  width: 1000px;
  height: 120px;
  margin-top: 50px;
}

.xiangx-z {
  width: 1120px;
  height: 35px;
}

.name-a {
  font-size: 15px;
  font-weight: bold;
  color: #A1A1A1;
  float: left;
}

.name-b {
  font-size: 15px;
  float: left;
  margin-left: 30px;
  width: 1030px;
}

.xiangx-xx {
  width: 1120px;
  /* height: 568px; */
}

.xiangx-xxcc {
  width: 1120px;
  height: 30px;
}

.xiangx-xxz {
  width: 525px;
  height: 30px;
  float: left;
}

.xiangx-xxbt {
  font-size: 15px;
  font-weight: bold;
  color: #A1A1A1;
  float: left;
}

.xiangx-xxnr {
  font-size: 15px;
  float: left;
  margin-left: 55px;
}

.xiangx-xxnr_a {
  font-size: 15px;
  float: left;
  margin-left: 25px;
}

.xiangx-xxnr_b {
  font-size: 15px;
  float: left;
  margin-left: 80px;
}

.xiangx-xxnr_c {
  font-size: 15px;
  float: left;
  margin-left: 80px;
}

.xiangx-xxnr_d {
  font-size: 15px;
  float: left;
  margin-left: 50px;
}

.xiangx-xxnr_e {
  width: 1004px;
  font-size: 15px;
  float: right;
  margin-top: -6px;
  line-height: 30px;
  text-indent: 2em;
}

.xiangx-xxnr_f {
  font-size: 15px;
  float: left;
  margin-left: 85px;
}

.xiangx-xxy {
  width: 525px;
  height: 30px;
  float: left;
}

.xiangx-xxxx {
  border: 1px dashed #D9D9D9;
}

.xiangx-xxz_a {
  width: 525px;
  height: 30px;
  float: left;
  margin-top: 15px;
}

.xiangx-xxz_b {
  width: 1120px;
  height: 30px;
  float: left;
  margin-top: 15px;
}

.xiangx-xxy_a {
  width: 525px;
  height: 30px;
  float: left;
  margin-top: 15px;
}

.xiangx-xxcc_a {
  width: 1120px;
  height: 30px;
  margin-top: 20px;
}

.gjfb-jt a {
  font-size: 16px;
}

.smjz {
  overflow: hidden;
}

.search_xk li {
  line-height: 40px;
  text-align: center;
  float: left;
  height: 40px;
  width: 136px;
  margin: 0px;
  padding: 0px;
  background-color: #e9e9e9;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.search_xk .on {
  color: #ffffff;
  background: #4a74bc;
}

.meddel {
  width: 251px;
  text-indent: 5px;
  height: 34px;
  margin-top: 5px;
  border: 1px solid rgb(214, 214, 214);
  font-size: 14px;
  color: rgb(51, 51, 51);
  border-radius: 2px;
  margin-left: 12px;
}

.standard-kb table .bgsra {
  text-align: left;
}

.jains_an {
  text-align: center !important;
}

.bzjs_js {
  padding: 10px 36px 10px 36px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
  border: 0;
  background: #4aa1e8;
  border-radius: 2px;
  cursor: pointer;
}

.bzjs_js:hover {
  background: #f53a3a;
  -webkit-transition: 1s all;
}

/*checkbox*/
.icr-label {
  position: relative;
  display: inline-block;
}

.icr-hidden {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icr-input {
  position: absolute;
  display: block;
  top: -20px;
  left: -20px;
}

.icr-text {
  display: inline;
  vertical-align: middle;
}

.icr-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* Sprite positions */
.icr-label .type_checkbox {
  background-position: 0 0;
}

.icr-label .type_radio {
  background-position: 0 -48px;
}

.icr-label:hover .type_checkbox {
  background-position: -50px 0;
}

.icr-label:hover .type_radio {
  background-position: -50px -48px;
}

.icr-label.checked .type_checkbox {
  background-position: -150px 0;
}

.icr-label.checked .type_radio {
  background-position: -150px -48px;
}

.icr-label.checked:hover .type_checkbox {
  background-position: -150px 0;
}

.icr-label.checked:hover .type_radio {
  background-position: -150px -48px;
}

.icr-label.disabled {
  opacity: 0.5;
}

.lt-ie9 .icr-label.disabled {
  filter: alpha(opacity=50);
}

.icr-label.disabled .type_checkbox {
  background-position: 0 0 !important;
}

.icr-label.disabled .type_radio {
  background-position: 0 -50px !important;
}

.icr-label.checked.disabled .type_checkbox {
  background-position: -100px 0 !important;
}

.icr-label.checked.disabled .type_radio {
  background-position: -100px -50px !important;
}

.icr-label {
  padding-right: 2px;
  margin: 0 5px 5px 0;
}

.icr-item {
  width: 23px;
  height: 23px;
  background: url(../images/icr-green-skin.png) no-repeat;
}

.icr-label.disabled {
  opacity: 0.4;
}

.icr-label.focused .type_checkbox:after {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icr-label.focused .type_radio:after {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/*label {
  margin-right: 20px !important;
}*/
.js-demo-1 {
  margin-left: 10px;
}

.bztp {
  height: 40px;
  width: 100%;
  background: url(../images/bzlb-1.png);
  text-indent: 66px;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}

.bzan {
  padding: 2px 8px 2px 8px;
  background: #4aa1e8;
  color: #fff;
  float: left;
  border-radius: 15px;
}

.wbjs_nr {
  padding: 10px 35px 60px 35px;
}

.wbjs_nr td {
  padding: 12px;
  font-size: 15px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

/************************table修改********************/
.biaoz_l {
  padding: 30px 35px 60px 35px;
}

.inquire-ls .ls-bt {
  font-size: 21px !important;
  color: #383a3e;
  font-weight: bold;
}

.gj-cx .inquire-ls .ls-mc {
  color: #005b6f;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
}

.list-yl {
  padding: 6px 18px 6px 18px;
  background: #3b7dd0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

.list-yl:hover {
  background: #0a6dcf;
  -webkit-transition: 1s all;
}

.lisyt-xq {
  padding: 6px 18px 6px 18px;
  background: #f69500;
  border-radius: 4px;
  color: #fff;
  margin-left: -7px;
  font-size: 16px;
}

.lisyt-xq:hover {
  background: #0a6dcf;
  -webkit-transition: 1s all;
}

.inquire-ls tr td {
  font-size: 16px;
  padding: 16px 0 16px 0px;
}

.inquire-ls tr {
  border-bottom: 1px dashed #dad7d7;
}

.ls-hs {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.biao_z_m {
  border: 0 !important;
}

.gl1-news-content h1 a {
  background: #2391f7;
  padding: 4px 8px 5px 8px;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  margin: 10px 0 10px 0;
  display: block;
  width: 108px;
  height: 30px;
  line-height: 30px;
}

/* 机构主页 */
.gl12-jgzy-fwfa {
  background-color: #d8e7ff;
  border: 1px solid #4a74bc;
}

.m-tipbox .gl12-tip-inner {
  border: 0;
  background-color: #d8e7ff;
}

.m-tipbox .gl12-tip-text {
  color: #4a74bc;
}

.m-tipbox .gl12-tip-btn {
  background: #4a74bc;
  line-height: 24px;
}

/* 公共地址 */
/* #store-selector:hover .all-address{
  display: block;
} */
.all-address-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(/images/close.png)no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer;
}

.all-address {
  display: none;
  width: 450px;
  background: #f3f3f3;
  position: absolute;
  border: 1px solid #eee;
  padding: 5px;
  top: 30px;
}

.common-address {
  display: flex;
  width: 100%;
  padding-top: 5px;
}

.common-address span {
  padding: 5px 10px;
  cursor: pointer;
}

.common-address span.active {
  border: 1px solid #eee;
  border-bottom: 0;
  z-index: 9;
  background: #fff;
}

.common-addresslist {
  border: 1px solid #eee;
  margin-top: -1px;
  z-index: 8;
}

.common-cont {
  display: none;
  padding: 10px;
}

.common-cont.active {
  display: block;
  background: #fff;
}

.common-cont ul {
  display: flex;
  flex-wrap: wrap;
}

.common-cont ul li {
  padding: 5px 10px;
  cursor: pointer;
}

.common-cont ul li:hover {
  background: #b79567;
  color: #fff;
}

.common-cont ul li.active {
  background: #b79567;
  color: #fff;
}

/* 头部地址 */
.gl11-headadress {
  color: #999;
}

.allh-address-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(/images/close.png)no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer;
}

.all-address-head {
  display: none;
  width: 500px;
  background: #f5f7fa;
  position: absolute;
  border: 1px solid #eee;
  z-index: 99;
  top: 34px;
  left: 0;
}

.commonh-address {
  display: flex;
  width: 100%;
  transition: all 1s;
}

.commonh-address span {
  padding: 5px 10px;
  cursor: pointer;
  color: #999;
}

.commonh-address span.active {
  border: 1px solid #eee;
  border-bottom: 0;
  z-index: 9;
  background: #fff;
  color: #409eff;
}

.commonh-addresslist {
  border: 1px solid #eee;
  margin-top: -1px;
  z-index: 8;
}

.commonh-cont {
  display: none;
  padding: 10px;
}

.commonh-cont.active {
  display: block;
  background: #fff;
}

.commonh-cont ul {
  display: flex;
  flex-wrap: wrap;
}

.commonh-cont ul li {
  background-color: #ecf5ff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409eff;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 3px 5px;
  cursor: pointer;
}

.commonh-cont ul li:hover {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

.commonh-cont ul li.active {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

/* 机构主页 */
.gl12-organization-wz {
  overflow: visible;
  margin-top: 0;
}

.gl12-organization-div {
  display: inline-block;
  position: relative;
}

.gl12-organization-div:hover .gl12-organization-popup {
  display: block;
  border: 1px solid #eee;
}

.gl12-organization-span {
  color: #4a74bc;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  opacity: 0.9;
}

.gl12-organization-span:hover {
  opacity: 1;
}

.gl12-organization-i1 {
  background: url(/images/potalbottom.png)no-repeat 93% center;
  background-size: 15px 15px;
  background-color: #fff;
  padding-right: 25px;
}

.gl12-organization-i2 {
  background: url(/images/potalkefu.png)no-repeat 93% center;
  background-size: 18px 18px;
  background-color: #fff;
  padding-right: 30px;
}

.gl12-organization-popup {
  width: 100%;
  position: absolute;
  top: 24px;
  display: none;
  background: #fff;
  box-sizing: border-box;
}

.gl12-organization-popup a {
  width: 100%;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  color: #4a74bc;
  cursor: pointer;
  padding: 5px 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl12-organization-popup a:hover {
  background: #4a74bc;
  color: #fff;
}

.gl11-zxsq {
  display: flex;
  align-items: center;
}

.gl11-zxsq span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl11-measapplyone {
  color: #4973bb;
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #4973bb;
  margin-right: 20px;
  background: url(/images/image/measzixun.png)no-repeat 10px center;
  background-size: 12px 12px;
  background-color: #d8e6ff;
  font-size: 12px;
  padding-left: 16px;
}

.gl11-measapplytwo {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #4973bb;
  background: url(/images/image/measshenq.png)no-repeat 10px center;
  background-size: 12px 12px;
  background-color: #4973bb;
  font-size: 12px;
  padding-left: 16px;
}

/* 2019/12/2  首页改版 GL */
#cssmenu>ul>li>a {
  padding: 10px;
}

.hot_n {
  top: -0;
}

.gl11-header {
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #f4f4f4;
}

.logo {
  display: flex;
  justify-content: space-between;
}

.gl11-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1190px;
  height: 32px;
  margin: 0 auto;
}

.gl11-header-left {
  float: left;
  background: url(/images/index-address.png) no-repeat left center;
  background-size: 16px 18px;
  padding-left: 20px;
}

.gl11-header-left a {
  color: #999;
}

.gl11-header-left a:hover {
  color: #ff0000;
}

.gl11-header-right {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}

.gl11-header-right a {
  margin-right: 10px;
  color: #999;
}

.gl11-myorder {
  background: url(/images/buycar.png) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 22px;
}

.gl11-navs {
  display: inline-block;
  position: relative;
  height: 100%;
}

.gl11-navigation {
  background: url(/images/classify-blue.png) no-repeat 5px center;
  background-size: 16px 16px;
  color: #999;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px 0 25px;
}

.gl11-lt {
  background: url("/images/duih.png") no-repeat 5px center;
  background-size: 16px 16px;
  color: #999;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px 0 25px;
}

.gl11-navs:hover .gl11-navigation {
  background-color: #fff;
}

.gl11-navs:hover .gl11-navigation-navs {
  /* color: #ff0000; */
  /* background:#fff; */
  display: flex;
  width: 900px;
  /* height: 190px; */
}

.gl11-navigation-navs {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  display: none;
}

.gl11-navaone {
  display: flex;
  flex-direction: column;
  display: inline-block;
  width: 180px;
}

.gl11-navaone-title {
  padding: 5px;
}

.gl11-navaone-ul {
  display: flex;
  flex-wrap: wrap;
}

.gl11-navaone-ul li {
  padding: 5px;
}

.gl11-navaone-ul li a:hover {
  color: #ff0000;
}

.gl11-phone {
  background: url(/images/phone.png) no-repeat 5px center;
  background-size: 13px 16px;
  padding-left: 22px;
  height: 100%;
  display: flex;
  align-items: center;
}

.head {
  height: auto;
}

.logo {
  height: 140px;
}

.logo_m {
  margin-top: 52px;
}

.gl11-header-center {
  width: 704px;
  display: inline-block;
  margin-top: 26px;
}

.gl11-header-input {
  width: 500px;
  border: 0;
  padding: 0 5px;
}

.gl11-header-button {
  width: 130px;
  height: 40px;
  background: #4072b9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.gl11-host-search {
  display: flex;
  margin-top: 76px;
}

.gl11-host-ul {
  display: flex;
}

.gl11-host-ul li {
  margin-left: 10px;
}

.gl11-host-ul li a {
  color: #666;
}

.gl11-logo-right {
  margin-top: 20px;
}

.nav {
  height: 46px;
  display: flex;
}

#cssmenu>ul>li {
  margin: 0;
  margin-left: 10px;
}

#cssmenu>ul>li>a {
  height: 40px;
}

.gl11-serve {
  width: 200px;
  z-index: 9;
}

.gl11-serve-title {
  width: 200px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  background: url(/images/classify-white.png) no-repeat 10px center;
  background-size: 20px 24px;
  background-color: #4072b9;
}

.com_c {
  width: 198px;
  height: 480px;
  background-color: #fff;
  border: 1px solid #4072b9;
}

.container-bxo {
  width: 100%;
}

.content-sidebar {
  width: 100%;
}

.content-menu-dow {
  left: 200px;
  box-shadow: 2px 2px 3px #9e9e9e;
}

.ban {
  width: 1190px;
  margin: 0 auto;
  height: 480px;
  background: none;
  position: relative;
}

.ban_zx {
  position: absolute;
  top: 86px;
  left: 50%;
  margin-left: -284px;
  z-index: 5;
}

.gl11-slider {
  width: 100%;
  height: 480px;
}

.gl11-slider img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 2px;
}

.dhbt {
  padding: 0;
  color: #333;
  line-height: 30px;
  padding-left: 40px;
  font-size: 18px;
  margin-top: 10px;
}

.gl11-nvasc1 {
  background: url(/images/testlogo.png) no-repeat 20px center;
  background-size: 16px 18px;
}

.gl11-nvasc2 {
  background: url(/images/measure.png) no-repeat 20px center;
  background-size: 16px 16px;
}

.gl11-nvasc3 {
  background: url(/images/facility.png) no-repeat 20px center;
  background-size: 16px 18px;
}

.content-menu-head {
  padding: 0;
}

.content-menu-head-list {
  line-height: normal;
}

.content-menu-head-list a {
  margin: 4px 0;
  color: #333;
}

.dh_jg {
  color: #333;
}

.content-menu.active {
  background: #f8f8f8;
}

.layui-carousel-ind {
  height: 120px;
  top: -92px;
}

.layui-carousel-ind ul {
  width: 747px;
  background: none;
  margin-top: -16px;
}

.layui-carousel-ind ul li {
  width: 140px;
  height: 78px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
}

.layui-carousel-ind ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layui-carousel[lay-arrow='always'] .layui-carousel-arrow {
  left: 50%;
  margin-left: -366px;
}

.layui-carousel:hover .layui-carousel-arrow[lay-type='add'],
.layui-carousel[lay-arrow='always'] .layui-carousel-arrow[lay-type='add'] {
  right: 50%;
  margin-right: -366px;
}

.gl11-index-news {
  width: 210px;
  height: 480px;
  background: #fff;
  position: absolute;
  z-index: 9;
  top: 11px;
  right: 50%;
  margin-right: -595px;
  padding: 0px 10px;
  box-sizing: border-box;
}

.gl11-newsone {
  width: 100%;
}

.gl11-newsone-title {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-left: 20px;
  box-sizing: border-box;
}

.gl11-newsone-title1 {
  width: 24px;
  height: 24px;
  float: right;
  background: url(/images/more-red.png) no-repeat right center;
  background-size: 24px 24px;
}

.gl11-newsone-title2 {
  background: url(/images/news.png) no-repeat left center;
  background-size: 16px 16px;
}

.gl11-newsone-title3 {
  background: url(/images/fire.png) no-repeat left center;
  background-size: 16px 16px;
}

.gl11-newsone-ul {
  width: 100;
}

.gl11-newsone-ul li {
  width: 100%;
  margin-bottom: 10px;
}

.gl11-newsone-ul li a {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14x;
}

.gl11-newsone-ul li a:hover {
  color: #ff0000;
}

.con {
  height: auto;
  margin: 20px auto;
}

.gl11-con-title {
  width: 100%;
  height: 50px;
  /* background: #5eaed6; */
  display: flex;
  justify-content: space-between;
}

.gl11-con-title1 {
  background: url(/images/protitle1.png) no-repeat center center;
  background-size: 100% 100%;
}

.gl11-con-title2 {
  background: url(/images/protitle2.png) no-repeat center center;
  background-size: 100% 100%;
}

.gl11-con-title3 {
  background: url(/images/protitle3.png) no-repeat center center;
  background-size: 100% 100%;
}

.gl11-con-title span {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 40px;
  height: 50px;
  float: left;
}

.gl11-con-titleright {
  display: flex;
}

.gl11-con-titleul {
  display: flex;
  align-items: center;
}

.gl11-con-titleul li {
  margin-right: 10px;
}

.gl11-con-titleul li a {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 3px 5px;
  border: 1px solid #fff;
}

.gl11-con-titlemore {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #fff;
  background: url(/images/more.png) no-repeat right center;
  background-size: 16px 16px;
  padding-right: 20px;
}

.gl11-con-titlemore:hover {
  color: #fff;
}

.gl11-con-pro {
  display: flex;
}

.lb li {
  width: 226px;
  height: 300px;
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
}

.con_y {
  width: auto;
  padding: 0;
  border-radius: 0;
}

.ckjg {
  color: #ff0000;
}

.sy_b_t dt img {
  width: 100%;
  height: 200px;
}

.floating_ck dl dd {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 90px;
}

.floating_ck dd span {
  font-size: 14px;
}

.navto {
  background-image: url(/images/navigationlogo.png);
  background-size: 22px;
}

.proto {
  background-image: url(/images/pro-white.png);
  background-size: 22px;
}

.meato {
  background-image: url(/images/measure-white.png);
  background-size: 22px;
}

.filto {
  background-image: url(/images/facility-white.png);
  background-size: 22px;
}

.gl11-header-address {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 10px;
}

.gl11-address-list {
  width: 200px;
  position: absolute;
  background: #fff;
  top: 32px;
  left: 0;
  display: none;
  padding: 10px;
  z-index: 10;
  border: 1px solid #ddd;
}

.gl11-address-list1 {
  width: 200px;
  position: absolute;
  background: #fff;
  top: 32px;
  left: 0;
  display: none;
  padding: 10px;
  z-index: 10;
  border: 1px solid #ddd;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
}

.area-list li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.area-list li a {
  display: flex;
  padding: 5px;
}

.area-list li a:hover {
  background: #eee;
  color: #ff0000;
}

.content-menu-head-list .gl11-gray-a {
  color: #999;
  position: absolute;
  right: 12px;
  font-size: 12px;
  line-height: 22px;
}

.gl12-meas-lb_sj {
  /* overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl11-today-dynamic li {
  display: flex;
  align-items: center;
}

.gl11-today-dynamic .gl11-today-red {
  font-weight: bold;
  font-size: 15px;
}

.gl11-today-red {
  font-weight: bold;
  font-size: 15px;
  color: #e92924;
}

.gl11-today-em {
  background: #1b89ce;
  padding: 1px 5px;
  color: #fff;
}

.gl11-today-notice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl11-today-notice img {
  width: 100%;
  margin: 5px 0px;
}

.gl11-today-dynamic li a:hover {
  color: #333;
}

.gl11-today-dynamic {
  padding-top: 5px;
}

.gl12-dynamic {
  display: flex;
  flex-direction: column;
}

.gl12-dynamic-top {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.gl12-dynamic-top span {
  padding: 0 5px;
  cursor: pointer;
}

.gl12-dynamic-bottom {
  display: flex;
  margin-bottom: 5px;
}

.gl12-dynamic-bottom span {
  width: 70%;
  margin-left: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl12-dynamic-one {
  display: none;
}

.gl12-dynamic-one.active {
  display: block;
}

.gl12-dynamic-one a {
  display: flex;
  flex-direction: column;
}

.gl12-dynamic-one a span {
  margin-top: 5px;
  padding: 0 15px;
}

.gl12-dynamic-one a span:first-child {
  box-sizing: border-box;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gl12-dynamic-one a span em {
  color: #de3636;
  font-size: 18px;
}

.gl12-dynamic-top span.active {
  /* border-bottom: 2px solid #de3636; */
  color: #de3636;
}

.gl12-dynamic-top em {
  display: inline-block;
  width: 3px;
  height: 15px;
  background: #de3636;
}

.gl11-today-i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/laba.png)no-repeat center center;
  background-size: 20px 20px;
  margin-right: 5px;
}

.gl11-today-em {}

.gl11-today-one {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/1.png)no-repeat center center;
  background-size: 20px 20px;
  margin: 0 5px;
}

.gl11-today-two {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/2.png)no-repeat center center;
  background-size: 20px 20px;
  margin: 0 5px;
}

.gl11-today-three {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/3.png)no-repeat center center;
  background-size: 20px 20px;
  margin: 0 5px;
}

.gl11-today-four {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/jg.png)no-repeat center center;
  background-size: 20px 20px;
  margin: 0 5px;
}

.gl11-today-five {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/dd.png)no-repeat center center;
  background-size: 20px 20px;
  margin: 0 5px;
}

/* 机构入驻申请 */
.gl10-gywm {
  width: 60%;
  margin: 0 auto;
}

.gl10-agency-h1 {
  width: 100%;
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-size: 25px;
  color: #333333;
}

.gl10-agency-h1 i {
  width: 20px;
  height: 20px;
}

.gl10-title-left {
  display: inline-block;
  background: url(../images/apply-left.png)no-repeat center center;
  background-size: 15px 15px;
  margin-right: 20px;
}

.gl10-title-right {
  display: inline-block;
  background: url(../images/apply-right.png)no-repeat center center;
  background-size: 15px 15px;
  margin-left: 20px;
}

.gl10-agency-one {
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
}

.gl10-agency-one span {
  display: block;
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
}

.gl10-agency-onei {
  background: url(../images/apply-one.png)no-repeat left center;
  background-size: 20px 25px;
  padding-left: 30px;
}

.gl10-agency-twoi {
  background: url(../images/apply-two.png)no-repeat left center;
  background-size: 20px 25px;
  padding-left: 30px;
}

.gl10-agency-threei {
  background: url(../images/apply-three.png)no-repeat left center;
  background-size: 20px 25px;
  padding-left: 30px;
}

.gl10-agency-buzhou {
  display: none;
}

.gl10-agency-buzhou.active {
  display: block;
}

.gl10-agency-input {
  display: inline-block;
  width: 100%;
  position: relative;
}

.gl10-agency-input input:focus {
  border: 1px solid #006fb3;
}

.gl10-agency-span {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.gl10-agency-input .gl10-agency-input-text {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 5px;
  box-sizing: border-box;
}

.gl10-agency-input input.gl10-agency-input-text::placeholder {
  color: #ccc;
}

.gl10-agency-input1 {
  width: 49%;
  float: left;
}

.gl10-agency-input2 {
  width: 60%;
  float: left;
  position: relative;
}

.gl10-agency-input1:nth-child(2n) {
  margin-left: 2%;
}

.gl10-agency-textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  resize: none;
}

.gl10-agency-textarea::placeholder {
  color: #ccc;
}

.gl10-agency-textarea:focus {
  border: 1px solid #006fb3;
}

.gl10-agency {
  width: 100px;
  height: 40px;
  color: #ffffff;
  background: #359be3;
  margin: 30px 0;
  cursor: pointer;
  border-radius: 2px;
}


.gl10-agency-input .shenqrxq_bts {
  width: 100%;
  margin: 0;
}

.gl10-file .gl10-agency-a {
  margin: 0px;
  color: #359be3;
  font-size: 16px;
  display: contents;
}

.gl10-file .gl10-agency-a b {
  color: red;
}

.gl10-file .gl10-agency-a a {
  color: #006fb3;
}

.gl10-file .gl10-agency-a a:hover {
  color: #006fb3;
}

.gl10-agency-input .shenqrxq_bts .radio {
  display: flex;
  width: auto;
}

.gl10-agency-input1 .shenqrxq_bts .radio:last-child {
  margin-left: 50px;
}

.gl4-checkbox {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.gl10-radio-text {
  height: 36px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 5px;
}

input.gl10-radio-text::placeholder {
  color: #ccc;
}

.gl10-file input[type='text'] {
  width: 52%;
  height: 40px;
  border: 1px solid #eee;
  padding: 0 5px;
  box-sizing: border-box;
}

.gl10-file {
  width: 100%;
  display: inline-block;
  clear: both;
  margin-top: 10px;
}

.gl10-file label {
  padding: 0 10px;
  height: 30px;
  box-sizing: border-box;
  margin-left: 10px;
  line-height: 30px;
  cursor: pointer;
  background: #359be3;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
}

.gl10-file ul {
  width: 100%;
}

.gl10-file ul li {
  display: flex;
}

.gl10-file a {
  line-height: 40px;
  margin-left: 10px;
  color: #999;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  /* float: left; */
}

.gl10-file button {
  background: none;
  line-height: 40px;
  margin-left: 10px;
  cursor: pointer;
  color: #359be3;
  min-width: 50px;
}

.gl10-file input {
  float: left;
}

.gl10-file input:focus {
  border: 1px solid #006fb3;
}

.gl10-accessory {
  visibility: hidden;
  width: 0;
  height: 0;
}

.gl10-agency-new {
  /* border: 1px solid #ccc; */
  margin-bottom: 10px;
}

.gl10-table-button {
  width: auto;
  height: 30px;
  color: #ffffff;
  background: #359be3;
  margin: 10px 0;
  border-radius: 2px;
  padding: 0 5px;
  cursor: pointer;
  font-size: 14px;
  /* margin-left: 20px; */
}

.gl10-agency-emdel {
  float: right;
  background: #f5660f;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  margin-top: 7px;
  cursor: pointer;
  line-height: normal;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.shenqrxq_bts-em {
  float: left;
  height: 38px;
  line-height: 38px;
  margin-right: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.gl10-agency-none {
  display: none;
}

.gl10-agency-iem {
  font-weight: bold;
  font-size: 20px;
  color: #359be3;
}

.gl10-agency-new-span {
  display: inline-block;
  width: 100%;
  line-height: 36px;
}

.gl10-auth-code {
  width: auto;
  height: 26px;
  position: absolute;
  right: 100px;
  top: 47px;
  background: #359be3;
  color: #fff;
  cursor: pointer;
  padding: 0 11px;
  border-radius: 3px;
  line-height: 26px;
}

.gl10-file-span {
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.gl10-auth-code[disabled] {
  color: #a29f9f;
  background: #fff;
  border: 1px solid #bdb7b7;
}

.gl10-agency-input .gl10-btnSendSMS {
  width: 50%;
  /* padding-right: 40%; */
}

.gl10-agency-back {
  background: #efefef;
  padding: 10px 15px;
}

.gl10-agency-i {
  width: 20px;
  height: 25px;
  float: left;
  background: url(../images/agencystar.png)no-repeat center center;
  background-size: 20px 20px;
}

#divCert {
  margin-top: 10px;
}

.gl3-more {
  background: url(../images/gray-xia.png)no-repeat center center;
  background-size: 18px 12px;
  width: 20px;
  height: 15px;
}

.gl3-textspan-position1 {
  right: 10px;
  bottom: 10px;
}

.gl10-xiabut {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.gl10-xiabut button {
  background: #006fb3;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.gl12-label-file {
  display: inline-block;
}

.gl12-span-file {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  background: #fb9a22;
  display: block;
  color: #fff;
}

/*入驻申请进度条*/
.ui-step-wrap {
  position: relative;
}

.ui-step-wrap .ui-step-bg,
.ui-step-wrap .ui-step-progress {
  height: 6px;
  position: absolute;
  top: 50px;
  left: 0;
}

.ui-step-wrap .ui-step-bg {
  width: 100%;
  background: #ddd;
}

.ui-step-wrap .ui-step-progress {
  width: 0;
  background: #1f77be;
}

.ui-step-wrap .ui-step {
  position: relative;
  z-index: 1;
  list-style: none;
}

.ui-step-wrap .ui-step:after {
  content: '';
  display: table;
  clear: both;
}

.ui-step-wrap .ui-step .ui-step-item {
  float: left;
}

.ui-step-wrap .ui-step .ui-step-item div {
  text-align: center;
  color: #625454;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num {
  margin-top: 18px;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dad9d9;
  line-height: 30px;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
  color: #fff;
  background: #1f77be;
}

#step {
  margin-bottom: 60px;
}

#store-selector {
  cursor: pointer;
}

.gl11-kefu {
  display: inline-block;
  position: relative;
  height: 100%;
  /* border: 1px solid #f4f4f4; */
  /* border-bottom: 0; */
}

.gl11-lt-right {
  background: #fff;
  border: 1px solid #eee;
  display: none;
  position: absolute;
  top: 32px;
  width: 100%;
  z-index: 10;
  right: -1px;
}

.gl11-lt-right a {
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}

.gl11-lt-right a:hover {
  background: #4973bb;
  color: #fff;
}

.gl11-kefu:hover {
  background: #fff;
}

.gl11-kefu:hover .gl11-lt-right {
  display: block;
}

.gl11-kefu:hover .gl11-navigation {
  background-color: #fff;
}

.gl12-line-height {
  line-height: 20px;
  height: 100px;
  -webkit-line-clamp: 5;
}

.gl11-phone-er {
  display: inline-block;
  position: relative;
  height: 100%;
  border: 1px solid #fff;
  border-bottom: 0;
}

.gl11-phone-er:hover {
  border: 1px solid #ddd;
  border-bottom: 0;
}

.gl11-phone-er:hover .gl11-phone-list {
  display: block;
}

.gl11-phone-list {
  background: #fff;
  border: 1px solid #eee;
  display: none;
  position: absolute;
  top: 32px;
  width: 200px;
  z-index: 10;
  right: 0;
}

.gl11-phone-lister {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.gl11-phone-lister img {
  width: 80px;
  height: 80px;
  /* float: left; */
}

.gl11-phone-gz {
  /* float: left; */
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}

.gl11-gztitle {
  display: block;
  font-weight: bold;
  color: #555;
}

.gl11-gzcont {
  display: block;
  color: #ff4400;
}

.map-city-h1 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 40px;
  color: #000;
}

.map-head {
  min-width: 1190px;
  margin-bottom: 20px;
}

.mapindexcot {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center; */
}

.mapindexlist {
  width: 400px;
  height: 500px;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 50px;
  box-sizing: border-box;
  /* display: none; */
}

.mapindexlist span {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  /* display: flex; */
  text-align: center;
}

.mapindexlist span div {
  height: 24px;
  margin: 3px 5px 3px 0;
  background: #FE9501;
}

.maptolab {
  display: block;
  width: 250px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #3374aa;
  border-radius: 5px;
  margin-bottom: 20px;
}

.mapnumid {
  display: none;
}

.maptext {
  font-family: 'SimSun';
  font-size: 14px;
  fill: #ffe27e;
  font-weight: bold;
}

.mappath {
  fill: #4eacfb;
  stroke: #8fe6f3;
  stroke-miterlimit: 10;
}

.mapback {
  position: absolute;
  right: 0;
  top: 0;
  color: #27aae1;
  border: 1px solid #27aae1;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.mapback:hover {
  color: #fff;
  background: #27aae1;
}

/*个人中心*/
.grzx_xt {
  width: 166px;
  margin: 6px auto;
  margin-bottom: 6px;
}

.grzx_jk {
  width: 1200px;
  margin: 10px auto;
}

.grzx_dd {
  vertical-align: sub;
  margin-right: 14px;
}

.grzx_sys {
  font-size: 16px;
}

.grzx_yh_rz {
  float: right;
  font-size: 15px;
  background: #d04141;
  color: #fff;
  border-radius: 2px;
  width: 94px;
  padding: 2px;
}

.grzx_yh_rz:hover {
  color: #FFFFFF;
  background: #9a2020;
}

.user-background_tb {
  width: 100%;
  height: 85px;
  background-color: #3478c0;
}

.user-background_tbcc {
  width: 1200px;
  margin: 0 auto;
}

.user-background_tbcc img {
  float: left;
  margin-top: 14px;
}

.gl11-header-search {
  height: 44px;
  border: 2px solid #356dd9;
  display: flex;
  float: right;
  margin-right: 0;
  /* margin-top: 18px; */
  position: relative;
}

.gl11-header-select {
  /* max-width: 105px;
  width: 105px; */
  height: 44px;
  padding: 0 0 0 2px;
  border: 0;
  background: #f8f8f8;
  outline: none;
  cursor: pointer;
  border-radius: 0px;
}

.gl11-header-input {
  width: 632px;
  height: 44px;
  border: 0;
  padding: 0 5px;
}

.gl11-header-button {
  width: 136px;
  height: 44px;
  background-color: #4072b9;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  background-image: url(/images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}

.user-background_nr {
  width: 100%;
  height: 100%;
}

.user-background_nrcc {
  margin: 0 auto;
}

.user-background_nrz {
  width: 200px;
  height: 880px;
  float: left;
  background-color: #FFF;
}

.user-background_dd {
  width: 160px;
  height: 120px;
  margin: 0 auto;
  margin-top: 25px;
}

.user-background_ddbt {
  width: 160px;
  height: 20px;
}

.user-background_ddtb {
  float: left;
}

.user-background_ddwz {
  font-size: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 1px;
}

.user-background_ddnr {
  margin-top: 35px;
  margin-left: 30px;
}

.user-background_ddnr a {
  font-size: 15px;
}

.user-background_ddhx {
  height: 1px;
  border: none;
  border-top: 1px solid #f3f3f3;
  margin-top: 45px;
}

.user-background_sz {
  width: 160px;
  height: 340px;
  margin: 0 auto;
  margin-top: 25px;
}

.user-background_nry {
  width: 980px;
  height: 1450px;
  float: right;
}

.user-background_wddd {
  /* height: 630px; */
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.user-background_wdddbt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 20px;
}

.user-background_fgx {
  height: 1px;
  border: none;
  border-top: 1px solid #f3f3f3;
  margin-top: 20px;
}

.user-background_wdddtb {
  height: 108px;
}

.user-background_wdddtb_a {
  width: 56px;
  height: 65px;
  float: left;
  margin-top: 30px;
  margin-left: 60px;
}

.user-background_wdddtb_wz {
  margin-left: 4px;
}

.user-background_wdddtb_wz-a {
  margin-left: -4px;
}

.user-background_bg {
  height: 125px;
  margin: 18px auto;
}

.user-background_bga {
  height: 125px;
  margin: 0 auto;
  margin-top: 20px;
}

.user-background_bg_a {
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  width: 98%;
  margin: 0 auto;
}

.user-background_bg_a td th {
  border: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
}

.user-background_bg_a th {
  background-color: #f1f1f1;
  color: #aaa;
  height: 34px;
  border-bottom: 1px solid #cac3c3;
}

.gsmc_lt_tb {
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 9px;
}

.user-background_bg_a td {
  height: 80px;
  text-align: center;
}

.user-background_bg_a td a {
  cursor: pointer;
  /* padding: 1px 15px 1px 15px;
  background-color: #f5f5f5;
  border: 1px solid #ddd; */
}

.user-background_bg_fgx {
  height: 1px;
  border: none;
  border-top: 1px solid #f3f3f3;
}

.user-background_cj {
  height: 360px;
  margin-top: 30px;
}

.user-background_cjz {
  width: 485px;
  height: 360px;
  background-color: #fff;
  float: left;
}

.user-background_cjtb {
  margin-top: 22px;
  margin-left: 40px;
}

.user-background_cjbt {
  font-size: 25px;
  font-weight: bold;
  float: left;
}

.user-background_cjtb a img {
  margin-top: 8px;
  margin-left: 280px;
}

.user-background_cjnr_a {
  width: 210px;
  height: 84px;
  margin-top: 45px;
  margin-left: 40px;
}

.user-background_cjnr_a img {
  float: left;
}

.user-background_cjmc {
  font-size: 12px;
  margin-left: 89px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.user-background_cjjg {
  margin-top: 5px;
  margin-left: 89px;
  color: red;
}

.user-background_cjjs {
  font-size: 12px;
  margin-top: 5px;
  margin-left: 89px;
  color: #aaa;
}

.user-background_cjnr_b {
  width: 210px;
  height: 84px;
  margin-top: -84px;
  margin-left: 260px;
}

.user-background_cjnr_b img {
  float: left;
}

.user-background_cjy {
  width: 485px;
  height: 360px;
  background-color: #fff;
  float: right;
}

.user-background_tj_a {
  width: 140px;
  height: 125px;
  margin-top: 20px;
  margin-left: 40px;
}

.user-background_tjjg {
  color: red;
  text-align: center;
  margin-top: 5px;
}

.user-background_tjjs {
  font-size: 12px;
  text-align: center;
}

.user-background_tj_b {
  width: 140px;
  height: 125px;
  margin-top: -125px;
  margin-left: 300px;
}

.user-background_zj {
  height: 410px;
  margin-top: 30px;
  background-color: #fff;
  overflow: hidden;
}

.user-background_zjtb {
  margin-top: 22px;
  margin-left: 40px;
}

.user-background_zjtb a img {
  margin-top: 10px;
  margin-left: 10px;
}

.user-background_zjnr {
  height: 300px;
  margin-top: 30px;
  margin-left: 40px;
}

.user-background_zjnr_a {
  width: 210px;
  height: 250px;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
  display: inline-block;
  margin-right: 16px;
}

.user-background_zjnr_wz {
  text-align: center;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.user-background_zjnr_zq {
  text-align: center;
  margin-top: 15px;
}

.user-background_zjnr_jg {
  text-align: center;
  margin-top: 5px;
  color: red;
}

.user-background_zjnr_b {
  width: 210px;
  height: 250px;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
  display: inline-block;
}

.gl3-uesr-p {
  padding: 0;
  background: none;
}

.grzx_lb_r {
  border-right: 1px solid #e5e5e5;
}

.grzx_lb_rj {
  border-bottom: 1px solid #d8d8d8;
  margin: 4px;
  display: inline-block;
  padding-bottom: 6px;
}

.grzx_lb_rj_w {
  line-height: 26px;
  color: #b9b8b8;
}

.uesr_ds {
  position: relative;
}

.uesr_ds i {
  position: absolute;
  font-style: normal;
  display: inline-block;
  height: 15px;
  line-height: 16px;
  font-family: arial;
  top: -8px;
  padding: 1px 5px;
  background: #d62d20;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
  left: 36px;
  margin: 0 0 0 2px;
  word-break: normal;
}

.user_tm_s {
  margin-left: 24px;
  margin-right: 24px;
  color: #4c4b4b;
}

.yhzx_fdwz {
  margin-right: 21px;
}

/*导航*/
.navs {
  height: 40px;
  width: 100%;
  background: #3989e1;
}

.yh_dlzc {
  width: 169px;
  height: 102px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}

.ys_lzcr {
  width: 115px;
  float: right;
  line-height: 20px;
}

.yh_dlzc_s {
  margin-top: 14px;
}

.ys_lzcrd {
  margin-right: 9px;
  border-right: 1px solid #545454;
  display: inline-block;
  padding-right: 6px;
  height: 16px;
  line-height: 13px;
  font-weight: bold;
}

.ys_zcnr {
  font-weight: bold;
}

.yh_rz {
  padding: 4px 11px 4px 11px;
  background-color: #1B8AE1;
  color: #fff;
  border-radius: 24px;
}

.yh_rz:hover {
  -webkit-transition: 1s all;
  color: #fff;
  background: #ff5722;
}

.yd_ddxx {
  height: 36px;
  margin-top: 18px;
}

.yh_dd {
  padding: 4px 11px 4px 11px;
  background-color: #1151AA;
  color: #fff;
  border-radius: 24px;
  margin-left: 8px;
}

.yh_dd:hover {
  -webkit-transition: 1s all;
  color: #fff;
  background: #ff5722;
}

.lgtp_r {
  border-top: 1px solid #eee;
  margin-top: 0px;
  padding: 2px 0px 3px 0px;
}

/*标准咨询*/
.antiepidemic {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.antiepidemic_t {
  width: 192px;
  height: 260px;
  float: left;
}

.antiepidemic_lb {
  width: 753px;
  height: 260px;
  background: #fff;
  float: left;
}

.antiepidemic_bgt {
  width: 245px;
  height: 260px;
  background: #fff;
  float: left;
}

/*防疫用品滚动*/
.picScroll .hd {
  height: 36px;
  line-height: 35px;
  padding: 0 15px;
  background: #f4f4f4;
}

.picScroll .hd h2 {
  font-family: "Microsoft YaHei";
  font-size: 17px;
  color: #C80300;
  float: left;
  margin-right: 15px;
}

.picScroll .bd {
  position: relative;
}

.picScroll .prev,
.picScroll .next {
  position: absolute;
  top: 92px;
  left: -1px;
  display: block;
  width: 26px;
  height: 64px;
  background: url("../images/slide_tigger.png") 0 -65px;
  z-index: 9;
  overflow: hidden;
}

.picScroll .next {
  left: auto;
  right: -1px;
  background-position: -26px -65px;
}

.picScroll .prev:hover {
  background-position: 0 -130px;
}

.picScroll .next:hover {
  background-position: -26px -130px;
}

.picScroll .prevStop {
  background-position: 0 -65px !important;
}

.picScroll .nextStop {
  background-position: -26px -65px !important;
}

.picScroll .scrollWrap {
  padding-left: 31px;
}

.picScroll ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll li {
  width: 201px;
  margin: 13px 21px 14px 11px;
  position: relative;
  float: left;
  display: inline;
  height: 232px;
  text-align: center;
  border: 1px solid #ecebeb;
  box-shadow: 1px 1px 8px rgba(216, 216, 216, 0.2);
  background: #FAFAFA;
}

.picScroll li:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  background-color: #fdfdfd;
  transition: all .5s;
  -webkit-transition: all .5s;
  cursor: pointer;
}

.picScroll li .pic {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
}

.picScroll li .pic img {
  display: block;
  background: #ddd;
}

.picScroll li p {
  margin-top: 5px;
  color: #999;
  line-height: 21px;
  overflow: hidden;
}

.picScroll li .movielist_tt a {
  font-size: 14px;
}

.picScroll li .score {
  color: red
}

.picScroll li .cg_kz {
  font-size: 16px;
  color: #000;
}

.cg_jyzq {
  font-size: 16px;
}

.bgt_bt {
  font-size: 18px;
  margin: 20px 0 14px 20px;
}

.bgt_t {
  margin-left: 20px;
}

.bgt_lb {
  display: inline-block;
  margin: 10px 0 0 20px;
}

.bgt_lb li {
  font-size: 14px;
  line-height: 26px;
}

/*标准咨询*/
.advisory {
  width: 100%;
  height: 384px;
  margin-top: 18px;
  margin-bottom: 22px;
}

.advisory_dt {
  width: 590px;
  height: 384px;
  float: left;
  background: #ffffff;
}

.advisory_mt {
  width: 290px;
  height: 384px;
  background: #fff;
  float: left;
  margin-left: 10px;
}

.notice {
  overflow: hidden;
}

.notice .tab-hd {
  height: 60px;
  background-color: #fff;
  margin-bottom: -1px;
  color: #404040;
  border-bottom: 1px solid #F4F4F4;
}

.notice .tab-hd ul {
  padding-top: 4px;
  margin-left: 7px;
  margin-right: 16px;
}

.notice .tab-hd li {
  float: left;
  height: 39px;
  line-height: 48px;
  margin-left: 27px;
  cursor: pointer;
  font-size: 16px;
}

.notice .tab-hd li a {
  display: block;
  padding: 0 14px;
}

.notice .tab-hd li a:hover {
  color: #f60;
  text-decoration: underline;
}

.notice .tab-hd li.on {
  border-bottom: 3px solid #1B6AE1;
  font-weight: bold;
  position: relative;
  color: #1B6AE1;
}

.notice .tab-bd {
  border-top: 1px solid #e8e8e8;
  padding: 5px;
}

.notice .tab-bd ul {
  overflow: hidden;
  zoom: 1;
}

.notice .tab-bd li {
  width: 90%;
  margin: 0 auto;
  height: 55px;
  line-height: 58px;
  margin-top: 18px;
  text-align: left;
}

.tab-nav {
  float: right;
}

.tab-nav_bt {
  font-size: 27px;
  color: #000;
  font-weight: bold;
  line-height: 61px;
  margin-left: 22px;
}

.advisory_tm {
  width: 50px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  float: left;
}

.advisory_sz {
  font-size: 26px;
  font-weight: bold;
  color: #1B6AE1;
}

.tab-pal ul li a {
  font-size: 17px;
}

.advisory_lb {
  height: 50px;
  width: 458px;
  float: left;
  margin-left: 14px;
}

/*媒体聚焦*/
.advisory_bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #F4F4F4;
  font-weight: bold;
  line-height: 60px;
  font-size: 28px;
  text-indent: 20px;
}

.mtjj_nr {
  margin-left: 10px;
}

.advisory_mn {
  width: 262px;
  height: 134px;
  overflow: hidden;
  background: #F1F5F0;
  margin: 16px auto;
}

.advisory_mn_l {
  width: 127px;
  height: 114px;
  margin: 11px 0 0 11px;
  float: left;
  color: #32322f;
  line-height: 24px;
}

.advisory_mn_r {
  float: left;
  width: 101px;
  margin: 11px;
  height: 102px;
  background-color: #fff;
  text-align: center;
}

.advisory_mn_r img {
  margin-top: 14px;
}

.advisory_mn_sj {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #959495;
}

.advisory_lb_nr {
  margin: 16px 0 0 18px;
}

.advisory_lb_nr li a {
  font-size: 15px;
}

.advisory_lb_nr li a:hover {
  color: #356dd9;
}

.advisory_lb_nr li {
  line-height: 32px;
  font-size: 14px;
  color: #333333;
}

.advisory_gd {
  line-height: 5px;
  margin-top: -17px;
  height: 24px;
  text-align: right;
}

.advisory_gd a {
  font-size: 14px;
  color: #7b7b7b;
}

.advisory_gd a:hover {
  color: red;
}

.advisory_gd_li {
  height: 30px;
}

.advisory_ys {
  background-color: #F4F1EF
}

.regional {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

.regional_l {
  width: 590px;
  height: 546px;
  background: #fff;
  float: left;
}

.regional_r {
  width: 590px;
  height: 546px;
  background: #fff;
  float: right;
}

.regional_l_bt {
  height: 53px;
  border-bottom: 1px solid #f4f4f4;
}

.regional_l_nr {
  color: #28abff;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 10;
  margin-top: 20px;
  margin-left: 20px;
  text-indent: 11px;
  height: 20px;
  display: inline-block;
  border-left: 4px solid #28abff;
}

.regional_yl {
  width: 187px;
  height: 249px;
  text-align: center;
  border-right: 1px solid #f4f4f4;
}

.regional_yk {
  margin-left: 20px;
}

.regional_yk li dl dt {
  padding-top: 12px;
  margin-bottom: 5px;
}

.regional_yk li:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  background-color: #fdfdfd;
  transition: all .5s;
  -webkit-transition: all .5s;
  cursor: pointer;
}

.regional_yk li dl dd {
  line-height: 21px;
}

.regional_bt {
  font-size: 14px;
  color: #544c47
}

.regional_zq {
  color: #968c92;
}

.regional_jg {
  font-size: 16px;
  color: #fe1200;
}

.regional_yk li {
  float: left;
}

.regional_bx {
  border-right: 0;
}

/*为你推荐*/
.recommend {
  margin-top: 28px;
}

.recommend p {
  font-size: 38px;
  color: #1b8ae1;
  text-align: center;
  font-weight: bold;
}

.rec_tj {
  margin-top: 26px;
}

.rec_tj .tab-nav {
  float: left;
}

.rec_tj .rec_tj_gd {
  height: 71px;
  margin-bottom: 10px;
}

.rec_tj .tab-hd li {
  float: left;
  height: 39px;
  line-height: 52px;
  margin-left: 27px;
  cursor: pointer;
  border-right: 2px solid #f9f9f9;
  font-size: 16px;
  height: 53px;
  font-size: 21px;
  text-align: center;
  margin-top: 4px;
  display: inline-block;
  width: 135px;
  font-weight: bold;
}

.rec_tj .tab-bd li {
  width: 100%;
  margin-top: 8px;
}

.rec_tj .tab-hd li.on {
  border: 0;
  font-weight: bold;
  color: #ffffff;
  margin-top: 8px;
  padding: 0;
  display: inline;
  width: 155px;
  background: #1B6AE1;
  height: 37px;
  line-height: 38px;
  top: 3px;
  border-radius: 40px;
}

.fwfa_nr {
  width: 94px;
  height: 327px;
  background-color: #EDF7FE;
  float: left;
  text-align: center;
}

.fwfa {
  margin-top: 6px;
  overflow: hidden;
  ;
}

.fwfa_bt {
  width: 1085px;
  height: 327px;
  float: right;
}

.fwfa_wz {
  text-align: center;
  margin-top: 104px;
  display: inline-block;
  color: #1b8ae1;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}

.rec_tj .fwfa_bt .fwfa_nrxx {
  margin-top: 0;
  width: 215px;
  height: 323px;
  background-color: #fff;
  float: left;
  margin-left: 2px;
}

.fwfa_nrxx dt {
  text-align: center;
}

.fwfa_w_b {
  padding: 10px 8px 0px 8px;
  line-height: 22px;
  font-size: 16px;
  color: #898d8a;
}

.fwfa_w_j {
  padding: 10px 8px 0px 8px;
  line-height: 30px;
  font-size: 18px;
  color: #e31b23;
  font-weight: bold;
}

.fwfa_ys {
  background: #DFF1FE;
}

.fwfa_nrxx:hover {
  webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  background-color: #f4f0ea;
  -webkit-transition: 0.5s all;
  cursor: pointer;
}

.regional_l_gd {
  float: right;
  margin: 19px 18px 0px 0;
}

.regional_l_gd a {
  color: #7b7b7b;
  font-size: 15px;
}

.regional_l_gd a:hover {
  color: #e80d15;
  font-size: 15px;
}

/*内容摘要*/
.bzcx_nz {
  background-color: #5175bd
}

.bzcx_nz td strong {
  color: #fff;
}

.bzcx_nz td {
  border: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.bzcx_nz a {
  color: #fff;
  float: right;
}

.bzcx_tx {
  background: #f3f7ff;
}

/*用户主页*/
.user-background_qbdd {
  float: right;
  margin-top: -22px;
  margin-right: 30px;
}

.user-background_cjbt_b {
  font-size: 25px;
  font-weight: bold;
  float: left;
}

.user-background_cjtb_b {
  margin-top: 22px;
  margin-left: 40px;
}

.user-background_cjtb_b a img {
  margin-top: 8px;
  margin-left: 280px;
}

/*用户主页——推荐标准*/
.user-background_tj {
  width: 400px;
  margin-top: 20px;
  margin-left: 40px;
}

.user-background_tjwz {
  padding: 0px;
  height: 50px;
}

/* .user-background_tjrq {
  width: 50px;
  height: 55px;
  float: left;
}
.user-background_tjrq_a {
  font-size: 30px;
  font-weight: bold;
  color: #3478c0;
  margin-left: 5px;
}
.user-background_tjrq_b {
  font-size: 10px;
  margin-top: -7px;
}
.user-background_tjwz {
  width: 324px;
  float: left;
  margin-left: 65px;
  margin-top: -52px;
} */
.user-background_tjwz a {
  font-size: 16px;
  line-height: 25px;
}

/*订单详情页——我的订单*/
.details-page_cc {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  min-width: 1200px;
}

.details-page {
  width: 1200px;
  height: 35px;
  margin: 0 auto;
}

.details-page_wd {
  float: left;
  margin-top: 8px;
}

.details-page_wz {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}

/*订单详情页——订单信息*/
.details-page_lc {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.details-page_lctb {
  width: 1200px;
  background-color: #e4e4e4;
  overflow: hidden;
  padding-bottom: 10px;
}

.details-page_lctb-a {
  width: 1200px;
}

.details-page_lctb_wz-a {
  float: left;
  width: 550px;
  margin-top: 9px;
  margin-left: 20px;
  font-size: 14px;
}

.details-page_lctb_wz-b {
  float: left;
  margin-top: 9px;
  font-size: 14px;
  margin-left: 20px;
}

.details-page_lctb_wz-c {
  color: red;
  font-size: 14px;
}

.details-page_lctb_wz-d {
  float: left;
  margin-top: 9px;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 150px;
}

.details-page_jigou_zx {
  float: right;
  width: 100px;
  height: 30px;
  background-color: #3478c0;
  border-radius: 7px;
  margin-top: -10px;
  margin-right: 20px;
}

.details-page_jigou_zx img {
  float: left;
  margin-top: 5px;
  margin-left: 8px;
}

.details-page_jigou_zx-wz {
  float: left;
  color: #fff;
  margin-top: 5px;
  margin-left: 5px;
}

.details-page_lcz {
  width: 324px;
  height: 340px;
  float: left;
  background-color: #fff;
}

.details-page_lcz-wz {
  font-size: 22px;
  font-weight: bold;
  color: #f7951d;
  text-align: center;
  margin-top: 80px;
}

.details-page_lcz-zlyd {
  width: 100px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
}

.details-page_lcz-zlydwz {
  text-align: center;
}

.details-page_lcz-zlydwz a {
  font-size: 16px;
  border: 1px solid #e20000;
  padding: 5px 15px 5px 15px;
  color: #e20000;
}

.details-page_lcz-zlydwz a:hover {
  background-color: #e20000;
  color: #FFF;
}

.details-page_lcz-dyz {
  margin-top: 10px;
}

.details-page_lcz-dy {
  /* width: 80px; */
  height: 30px;
  margin: 0 auto;
  text-align: center;
}

.details-page_lcz-dy img {
  float: left;
  margin-top: 3px;
}

.details-page_lcz-dy a {
  display: inline-block;
  margin-left: 5px;
}

.details-page_lcy {
  width: 874px;
  height: 340px;
  float: right;
  background-color: #fff;
}

.details-page_lcy-nr {
  width: 800px;
  height: 130px;
  margin: 0 auto;
  margin-top: 100px;
}

.details-page_lcy-tb {
  width: 80px;
  height: 130px;
  float: left;
}

.details-page_lcy-tb img {
  float: left;
  margin-left: 16px;
}

.details-page_lcy-tbz {
  float: left;
  margin-top: 10px;
  margin-left: 12px;
  height: 40px;
}

.details-page_lcy-sj {
  float: left;
  margin-top: 20px;
  text-align: center;
}

.details-page_lcy-jt {
  float: left;
}

.details-page_lcy-jt img {
  margin-top: 9px;
}

/*订单详情页——机构委托信息*/
.details-page_jg {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  margin-top: 30px;
}

.details-page_jgy {
  width: 1200px;
  height: 280px;
  float: right;
  background-color: #fff;
}

.aui-timeLine {
  width: 950px;
  height: 210px;
  margin: 0 auto;
  margin-top: 35px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

.aui-timeLine-content {
  margin-left: 230px;
  border-left: 1px solid #dadada;
}

.aui-timeLine-content-item {
  padding: 13px 12px 5px 10px;
  margin-left: 15px;
  position: relative;
}

.aui-timeLine-content .aui-timeLine-content-item:first-child {
  padding-top: 0;
}

.aui-timeLine-content-item img {
  float: left;
  margin-left: -36px;
}

.aui-timeLine-content-item_rq {
  float: left;
  margin-left: -255px;
}

.aui-timeLine-content-item_sj {
  float: left;
  margin-left: -120px;
}

.aui-timeLine-content-icon {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: #e4e5e9;
  content: "";
  position: absolute;
  z-index: 1;
  left: -16px;
  display: block;
  top: 19px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.yd-timeline-custom-item:not(:last-child):after,
.aui-timeLine-content-item:not(:last-child):after {
  height: 1px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, #ececec 50%, transparent 0);
  background-image: linear-gradient(0deg, #ececec 50%, transparent 0);
}

.yd-timeline-custom-item:last-child:before,
.aui-timeLine-content-item:last-child:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -17px;
  top: 19px;
}

/*订单详情页——订单支付*/
.details-page_xinx-a_tb-a {
  height: 30px;
  margin-top: 25px;
  margin-left: 25px;
}

.details-page_zhifu {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 30px;
}

.details-page_zhifu-bge {
  width: 1150px;
  margin: 0 auto;
  margin-top: 20px;
}

.details-page_zhifu-bge_a {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

.details-page_zhifu-bge_a th {
  background-color: #f3f3f3;
  font-weight: bold;
  height: 40px;
}

.details-page_zhifu-bge_a td {
  text-align: center;
  height: 50px;
}

.details-page_zhifu-wz_a {
  color: #3478c0;
}

.details-page_zhifu-wz_b {
  color: #d52f2f;
}

.details-page_zhifu-wz_c {
  color: #ff9630;
}

.details-page_zhifu-tb a {
  color: #fff;
  background-color: #3478c0;
  padding: 3px 10px;
  border-radius: 5px;
}

/*订单详情页——样品信息*/
.details-page_xinx {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 30px;
  background-color: #fff;
}

.details-page_jibenxx {
  width: 1160px;
  height: 40px;
  background-color: #e4e4e4;
  margin-top: 20px;
  margin-left: 20px;
}

.details-page_jibenxx-wz {
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-top: 5px;
  margin-left: 18px;
}

.details-page_jibenxx img {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}

.details-page_xinx-a {
  width: 1122px;
  margin: 0 auto;
  margin-top: 30px;
}

.details-page_xinx-a_tb {
  width: 1122px;
  height: 25px;
}

.details-page_xinx-a_tb-tb {
  width: 5px;
  height: 25px;
  float: left;
  background-color: #3478c0;
}

.details-page_xinx-a_tb-wz {
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-left: 10px;
  margin-top: -3px;
}

.details-page_xinx-a_tb-an {
  float: left;
  margin-left: 30px;
  margin-top: -5px;
}

.details-page_xinx-a_tb-an a {
  float: left;
  color: #fff;
  margin-top: 3px;
  margin-left: 9px;
}

.details-page_xinx-bga {
  width: 1122px;
  margin: 0 auto;
  margin-top: 30px;
}

.details-page_xinx-bga_a {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

.details-page_xinx-bga_a th {
  font-weight: bold;
  text-align: right;
  height: 40px;
  text-indent: 2em
}

.details-page_xinx-bga_a td {
  text-align: left;
  height: 40px;
  padding-left: 15px;
}

.details-page_xinx-bga_xt {
  border-bottom: 1px solid #e4e4e4;
}

.details-page_xinx-bgb {
  width: 1122px;
  margin: 0 auto;
  margin-top: 30px;
}

.details-page_xinx-bga_b {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

.details-page_xinx-bga_b th {
  background-color: #f3f3f3;
  font-weight: bold;
  height: 40px;
}

.details-page_xinx-bga_b td {
  text-align: center;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.details-page_xinx-b {
  width: 1122px;
  margin: 0 auto;
  margin-top: 30px;
}

/*******热门专题********/
.rmfa_bt {
  font-size: 29px;
  width: 191px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  height: 260px;
  line-height: 160px;
  background: url(../images/imgs/fyyp.gif);
}

/*******友情链接********/
.youqlj {
  margin: 38px 0 26px 0;
}

.youqlj_bt {
  margin-right: 20px;
}

.cop_ss {
  margin: 0 12px 0 12px;
}

.cop_ba {
  display: inline-block;
}

.banner_xg {
  margin: 0 auto;
  width: 756px;
}

.banner_xz {
  position: relative;
  left: -5px;
  top: 12px;
}

/*发布需求*/
.fbxq {
  width: 97%;
  height: 150px;
  border: 1px solid #e8e8e8;
  padding: 10px;
  background: #fbfbfb;
  box-shadow: 0 4px 5px 0 rgba(138, 138, 138, 0.12);
}

.lybn {
  box-shadow: 0 25px 6px -16px rgba(7, 17, 27, 0.2);
}

.fbxq_ys {
  box-shadow: 0 25px 6px -16px rgba(7, 17, 27, 0.2);
  margin: 20px auto;
  padding: 0 0 80px 0;
}

.fbxq_ys .xymc {
  text-align: left;
}

.fbxq_ys textarea::-webkit-input-placeholder {
  color: #7b7979;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: unset;
}

.fbxq_ys .fbxq {
  font-size: 16px;
  color: #000;
}

.fbxq_ys .xymc {
  font-weight: bold;
  font-size: 22px;
  margin: 18px 0 18px 0;
  text-indent: 0;
}

.fbxq_ys h2 {
  margin-bottom: 20px !important;
  font-weight: normal;
  font-size: 24px;
  border-left: 5px solid #255BDA;
  padding-left: 11px;
  line-height: 24px;
}

.fbxq_ys .xymc {
  font-weight: bold;
  font-size: 22px;
  margin: 18px 0 18px 0;
  text-indent: 0;
  color: #333;
}

.fbxq_ys .xymcs {
  font-weight: bold;
  font-size: 22px;
  margin: 18px 0 18px 15px;
  padding: 0;
  text-indent: 0;
}

.wdxx_a {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.wdxx_a input {
  font-family: "Arial", "微软雅黑", "宋体";
  line-height: 1.5;
  font-size: 14px;
  border: 1px solid #eaeaea;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  padding-left: 5px;
  margin-right: 10px;
  background: #fbfbfb;
  width: 86%;

}

.wdxx_a input:hover {
  border: #33a0e5 1px solid;
}

.wdxx_b {
  width: 100px;
  display: inline-block;
  color: #255ada;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
  box-sizing: border-box;
}

.wdxx_a li {
  float: left;
  margin-right: 44px;
  width: 50%;
  float: inherit;
  margin: 25px 0px 3px 15px;
}

.wdxx_tj {
  width: 64px;
  text-align: center;
  display: block;
  background: #255ada;
  margin: 0 auto;
  padding: 10px 8px 10px 8px;
  color: #fff;
  border-radius: 2px;
  margin-top: 41px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.wdxx_tj:hover {
  background: #F44336;
  -webkit-transition: 1s all;
}

.fbxq_nr {
  padding: 10px 21px 10px 21px;
}

.xymc_fj {
  width: 96%;
  height: 90px;
  background: #f3f3f3;
  padding: 16px 0px 24px 17px;
  margin: 10px 0 0 16px;
}

.xymc_fj li {
  margin-left: 10px;
  float: left;
}

.xymc_btm {
  margin-left: 16px;
  color: #848282;
}

/*******优惠卷********/
.discounts {
  height: 148px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin-top: 24px;
}

.discounts ul {
  margin-top: 27px;
  line-height: 17px;
}

.discounts li {
  width: 211px;
  height: 95px;
  /* background-color: #DB4331; */
  float: left;
  margin-left: 22px;
}

.discounts_zn {
  width: 211px;
  height: 95px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  /* background: url("../images/imgs/youhj.jpg"); */
}


.discounts_r {
  height: 95px;
  float: left;
  width: 170px;
  padding: 10px;
  box-sizing: border-box;
}

/* .discounts_r span{
  display: block;
} */
.discounts_r_sf {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #ff0707;
}

.discounts_r_ss {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  /* color: #fff; */
}

.discounts_x {
  width: 211px;
  height: 17px;
  background-color: #630e04;
  text-align: center;
  /* color: #fff; */
}

.discounts_r p {
  color: #fff;
  font-size: 16px;
  margin: 8px 0px 0 14px;
  font-weight: bold;
}


.discounts-right {
  float: right;
  width: 40px;
  padding: 10px 10px;
  text-align: center;
  height: 95px;
  line-height: 19px;
  color: #fff;
  box-sizing: border-box;
  background: url('/images/yh.png')no-repeat center center;
  background-size: 40px 95px;
}

/******图片大小******/
.regional_yl dt img {
  width: 166px;
  height: 148px;
}

.fwfa_nrxx dt img {
  width: 200px;
  height: 178px;
}

.ptyh_zc {
  font-size: 38px;
  color: #1b8ae1;
  text-align: left;
  font-weight: bold;
  text-align: center;
  margin: 34px 0 34px 0;
  position: relative;
}

/******登录页******/
.log_bj_yss .dl_td {
  background: none;
}

.weibu_nr {
  height: 220px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center;
  bottom: 0;
  left: 0;
}

.log_bj_yss .dl_zn .descs {
  color: #000;
}

.log_bj_yss .dl_zn a {
  color: #000;
}

.weibu_nr #footer {
  position: unset !important;
}

.log_bj_yss {
  background: #fff;
}

.weibu_nr .cop li {
  color: #000;
}

.weibu_nr .cop_dh {
  color: #000;
}

.weibu_nr .cop a {
  color: #000;
  font-size: 14px;
}

.weibu_nr .cop_qy {
  color: #797979;
}

.weibu_nr .copyright {
  background: #fff;
}

.weibu_nr .copyright .cop {
  background: #fff;
}

/******媒体聚焦******/

.media {
  width: 100%;
  height: 284px;
  /* background-color: #fff; */
}

.media_n {
  display: flex;
  flex-wrap: wrap;
  /* padding: 11px; */
}

.media_n li {
  width: 184px;
  height: 124px;
  /* border-right: 1px solid #F4F4F4; */
  /* float: right; */
  /* border-bottom: 1px solid #F4F4F4; */
  margin-right: 14.8px;
  margin-bottom: 10px;
  border: 1px solid #f3e27ff5;
  background: #fff;
  border-radius: 5px;
}

.media_n li:nth-child(6n) {
  margin-right: 0;
}

.media_n_r {
  width: 100%;
  /* height: 110px; */
  /* margin: 20px 0 0 16px; */
}

.media_n_r dt {
  display: flex;
  padding: 10px 10px 0px 10px;
}

.media_n_r dd {
  /* line-height: 36px; */
  padding: 10px 5px;
  text-align: center;
}

.ptyh_gd {
  width: 107px;
  height: 35px;
  font-size: 16px;
  float: right;
  background: #fff;
  line-height: 34px;
  color: #606266;
  position: absolute;
  right: 0;
}

/******个人中心搜索按钮******/
.user-background_tb .gl11-header-button {
  width: 136px;
  height: 44px;
  background: #f4f4f4;
  color: #484747;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border-left: 1px solid #e4e3e3;
}


.wdxx-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 0 auto;
}

.wdxx-success img {
  width: 88px;
}

.wdxx-success span {
  line-height: 40px;
  margin-top: 20px;
  font-size: 20px;
  text-align: justify;
  display: block;
  text-indent: 2em;
  width: 100%;
}

/*机构推介修改*/
.mtjj_xg {
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 25px;
  color: #4e4e4e;
}

/* 认证在线委托认证类型 */
.certification .radio {
  margin: 0.5rem;
}

.certification .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.certification .radio input[type="radio"]+.radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 4px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.certification .radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.certification .radio input[type="radio"]:checked+.radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.certification .radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #3197EE;
}



.certification .radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.certification {
  width: 80%;
  float: right;
  margin-top: 6px;
}

.certification .radio {
  width: 22%;
  float: left;
}

.certification .radin_lx {
  width: 97px;
}

.g-laborgform-item {
  text-align: center;
}

.g-laborg-but {
  margin-top: 10px;
}

#fwfademo th,
#fwfademo td {
  padding: 9px 10px;
}

#fwfademo .tagView {
  cursor: pointer;
}

#Logistics .fw_z_t {
  width: 30%;
  margin: 30px 3%;
}

#Logistics .fw_xx {
  height: auto;
}

#Logistics .fw_zc {
  height: auto;
}

#Logistics .fw_yc {
  height: auto;
}

#Logistics .fw_z_t img {
  width: 100%;
  object-fit: cover;
}

#Logistics .fw_z_xx {
  width: 60%;
}


/* 直播 */
.gl1-zbbackground {
  width: 100%;
  min-width: 1190px;
  height: 750px;
  display: inline-block;
  background-image: url(../images/zbbackground.jpg);
  background-repeat: no-repeat;
  background-size: 100% 750px;
  padding: 90px 0;
  box-sizing: border-box;
}

.dao-time {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 537px;
  font-size: 54px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3)
}

.video-pl {
  width: 30%;
  height: 537px;
  position: relative;
  background: #333;
}

.video-gg {
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
}

.video-gg img {
  width: 100%;
  /* cursor: pointer; */
  object-fit: cover;
}

.pl-cont {
  width: 100%;
  height: 340px;
  padding: 10px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  overflow: hidden;
  overflow-y: auto;
}

.fs-pl {
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.fs-wen {
  width: 30px;
  height: 50px;
  margin: 0 4px;
  padding: 15px 0;
  float: left;
  box-sizing: border-box;
}

.fs-wen img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.fs-pl input {
  width: 190px;
  height: 50px;
  caret-color: #fff;
  background: #333;
  border: 0;
  padding: 5px;
  resize: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  float: left;
}

/* .fs-pl-but {
  width: 100%;
  height: 45px;
  text-align: right;
} */

.fs-pl-but {
  width: 100px;
  height: 30px;
  background: #4072b9;
  color: #fff;
  cursor: pointer;
  float: left;
  margin: 10px 0;
}



.fs-mess {
  width: 100%;
  margin-bottom: 10px;
}

.fs-mess span {
  line-height: 20px;
}

.fs-name {
  /* width: 100%; */
  color: #23b8ff;
  margin-bottom: 5px;
  font-size: 16px;
  margin-right: 10px;
}

.fs-cont {
  /* width: 100%; */
  color: #fff;
  font-size: 14px;
}

.next-zb {
  width: 100%;
  height: 76px;
  position: absolute;
  top: 0;
  background: #4072b9;
  display: none;
}

.zbclose {
  width: 15px;
  height: 15px;
  float: right;
  padding: 10px;
  cursor: pointer;
}

.zbnext {
  display: block;
  width: 100%;
  float: right;
  text-align: center;
  color: #fff;
}

.zbtc {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.fs-login {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -190px;
  margin-left: -205px;
  width: 410px;
  height: 380px;
  background-image: url(../images/zblogin.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* display: none; */
}

.fs-login-c {
  background: #fff;
  margin: 40px auto;
  width: 80%;
  border-radius: 5px;
  padding: 30px 0;
}

.fs-login-phone {
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 80%;
  margin: 0 auto;
  height: 60px;
  border-radius: 60px;
  padding: 10px 0;
  margin-bottom: 30px;
}

.fs-login-phone .dz_yh_ts {
  margin-left: 0;
  margin: 0 10px;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.fs-login-phone input {
  height: 40px;
  width: 180px;
  float: left;
  border: 0;
}

.fs-login-yzm {
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 80%;
  margin: 0 auto;
  height: 60px;
  border-radius: 60px;
  padding: 10px 0;
  margin-bottom: 30px;
}

.fs-login-yzm .dz_yh_ms {
  margin-left: 0;
  margin: 0 10px;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.fs-login-yzm input {
  height: 40px;
  width: 90px;
  float: left;
  border: 0;
}

.getyzm {
  width: 90px;
  height: 40px;
  border: 1px solid #4792ef;
  background: #4792ef;
  float: left;
  border-radius: 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
}

.fs-s {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #999;
}

.fs-login-tj {
  box-sizing: border-box;
  /* border: 1px solid #eee; */
  width: 80%;
  margin: 0 auto;
  height: 60px;
  border-radius: 60px;
  padding: 10px 0;
}

.fs-tj {
  width: 100%;
  height: 40px;
  float: left;
  font-size: 16px;
  border-radius: 40px;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  background-color: #4792ef;
  /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #4c6ceb, #4dd2f2);
}

.fs-ts-mess {
  display: none;
  background: #333;
}

.fs-ts-mess span {
  display: block;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  border-top: 1px solid #4f4f4f;
  cursor: pointer;
}

.educe-btn {
  width: 100%;
  height: 30px;
}

.educe-btna {
  height: 30px;
  background: #2077be;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 15px;
}

.educe-btna:hover {
  color: #fff;
  opacity: 0.8;
}

.ywlc img {
  width: 75px;
  height: 75px;
}

.ywlc li {
  float: left;
  width: 100px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  margin: 26px 36px 13px 0px;
  padding: 30px 28px 20px 27px;
  box-shadow: 0 0 8px rgb(209 209 210 / 50%);
}


.logo-name {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  line-height: 64px;
  letter-spacing: 2px;
  color: #333;
}

.logo-name:hover {
  color: #333;
}

/*#region 底部 */
.gywm {
  height: 70px;
  background: #006bbb;
  width: 100%;
  min-width: 1200px;
}

.gywm-zj {
  display: flex;
  justify-content: center;
  line-height: 70px;
}

.gywm-zj li {
  margin-right: 40px;
}

.gywm-zj a {
  color: white;
  font-size: 14px;
}

.gywm-zj a:hover {
  color: #00A0E9;
}

.footer {
  text-align: center;
  background: #006bbb;
  padding: 10px 0;
  min-width: 1200px;
}

.footer li {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.footer a {
  font-size: 14px;
  color: #fff;
}

.footer a:hover {
  color: #00A0E9;
}

.footer-jz {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-jz a {
  margin-right: 10px;
}

.weibu_nr .gywm {
  background: none
}

.weibu_nr .footer a,
.weibu_nr .footer li {
  color: #fff;
}


/*#endregion 底部 */

/*#region 头部 */
.bheader {
  width: 100%;
  height: 110px;
  background: #006bbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bhead {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 20px; */
}

.fhsy {
  color: white;
}

/*#endregion 头部 */
.pdfExportbg {
  background-image: url(/images/new/syimg.png);
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}