html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
body {
  width: 100%;
  font-family: 'PingFang SC, microsoft yahei';
  font-size: 14px;
  line-height: 1.42857143;
  color: #3f3f3f;
  margin: 0; /* background: #efeff4; */
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
i,
em {
  font-style: normal;
  font-size: 14px;
}
/* *{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;} */
img {
  max-width: 100%;
  max-height: 100%;
  outline: none;
  /* display: block; */
}
input::placeholder {
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
ul,
li {
  margin: 0;
  list-style: none;
  padding: 0;
}
/*弹性盒子*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.f-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.if-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.f_between {
  justify-content: space-between;
}
.f-bet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
.f_around {
  justify-content: space-around;
}
.f_end {
  justify-content: flex-end;
}
.f_bottom {
  align-items: flex-end;
}
.f_start {
  align-items: flex-start;
}
.f_center {
  justify-content: center;
}
.f_warp {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_relative {
  position: relative;
}
.flex_tel {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-flex: 1;
}
.flex_2 {
  box-flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  flex: 2;
  -webkit-flex: 2;
}
.f_row {
  -ms-flex-direction: column;
  flex-direction: column;
}
.f_line {
  align-items: baseline;
}
.f_r {
  position: relative;
}
/*浮动*/
.fbox {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:before {
  content: ' ';
  display: table;
}
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
/*文本居中*/
.t_center {
  text-align: center !important;
}
.t_right {
  text-align: right !important;
}
/*文本溢出隐藏*/
.t_o {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.t_o_lin {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}

.img_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn {
  cursor: pointer;
}
.btn-blue {
  background: #2b7afe !important;
  color: #ffffff;
}
.btn-yell {
  background: #ffa61a;
  color: #ffffff;
}
.txtbtn_blue {
  background: #e0ecff;
  border-radius: 4px;
  font-weight: 400;
  color: #2b7afe;
}
.txtbtn_yell {
  background: #fff3e0;
  border-radius: 4px;
  font-weight: 400;
  color: #ffa61a;
  margin-top: 5px;
}
.btn-gray {
  background: #ccc !important;
  color: #ffffff;
}
.white {
  background-color: #ffffff;
}
.m_panel {
  width: 100%;
}
.m_panel .m_box {
  width: 1200px;
  margin: auto;
}
.m_panel .m_box .fittler {
  padding-top: 20px;
}
.t_blue {
  color: #2b7afe !important;
}
.t_yell {
  color: #feb12b !important;
}
.t_red {
  color: #ff5b5b !important;
}
.t_gray {
  color: #808080;
}
/*顶部公共样式*/
.nav.default .nav_h {
  height: 70px;
}
.nav_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* position: relative; */
  padding: 0 35px;
  z-index: 9;
  transition: all 0.25s ease;
}
.nav.default .nav_box {
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
}
.nav.contact .nav_box {
  background-color: #2b7afe;
}
.nav_main {
  width: 100%;
  height: auto;
  position: relative;
}
.nav_box .left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.nav_box .left label {
  width: 161px;
  height: 40px;
  margin-right: 30px;
  display: none;
}
.nav .nav_box .left label.logo {
  display: inline-block;
}
.nav .nav_box .left label.d_logo {
  display: none;
}
.nav.default .nav_box .left label.d_logo {
  display: inline-block;
}
.nav.default .nav_box .left label.logo {
  display: none;
}
.nav_box .addr {
  position: relative;
}
.nav_box .addr i {
  width: 13px;
  height: 16px;
}
.nav_box .addr i.d {
  display: none;
}
.nav.default .nav_box .addr i {
  display: none;
}
.nav.default .nav_box .addr i.d {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.nav_box .addr > span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 6px;
}
.nav.default .nav_box .addr > span {
  color: #666666;
}
.nav_box .addr em {
  width: 10px;
  height: 6px;
}
.nav_box .addr .addr_fix {
  position: absolute;
  width: 352px;
  background-color: #ffffff;
  height: auto;
  top: 20px;
  left: 0;
  font-size: 14px;
  display: none;
  border: #cccccc 1px solid;
}
.nav_box .addr:hover .addr_fix {
  display: inline-block;
}
.nav_box .addr .addr_fix .title {
  line-height: 35px;
  border-bottom: 1px solid #dddddd;
  padding-left: 20px;
  color: #666666;
}
.nav_box .addr .addr_fix li {
  line-height: 35px;
  position: relative;
  padding-left: 65px;
  border-bottom: 1px solid #dddddd;
}
.nav_box .addr .addr_fix li:last-of-type {
  border-bottom: none;
}
.nav_box .addr .addr_fix li label {
  width: 65px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  display: inline-block;
  font-weight: 600;
}
.nav_box .addr .addr_fix li p {
  line-height: 35px;
}
.nav_box .addr .addr_fix li p span {
  cursor: pointer;
  margin: 0 5px;
  color: #666666;
}
.nav_box .middle {
  width: 1200px;
  margin: auto;
}
.nav_box .middle .menu_list {
  height: 70px;
}
.nav_box .middle a {
  height: 40px;
  margin: 0 25px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.nav.default .nav_box .middle a {
  color: #333333;
}
.nav.default .nav_box .middle a.on {
  color: #2b7afe;
}
.nav_box .middle a i {
  width: 18px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -13px;
}
.nav_box .middle a::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}
.nav_box .middle a.on::before {
  background-color: #ffffff;
}
.nav.default .nav_box .middle a.on::before {
  background-color: #2b7afe;
}
@media (min-width: 1461px) and (max-width: 1660px) {
  .nav_box .left label {
    width: 123px;
    height: 30px;
    margin-right: 12px;
  }
  .nav_box .middle {
    width: auto;
    margin-left: 220px;
  }
  .nav_box .middle a {
    font-size: 14px;
  }
}
@media (max-width: 1460px) {
  .nav_box {
    padding: 0;
    min-width: 1200px;
  }
  .nav_main {
    width: 1200px;
    margin: auto;
  }
  .nav_box .left label {
    width: 123px;
    height: 30px;
    margin-right: 12px;
  }
  .nav_box .addr i {
    width: 10px;
  }
  .nav_box .middle {
    width: auto;
    margin-left: 220px;
  }
  .nav_box .middle a {
    font-size: 14px;
    margin: 0 12px;
  }
  .nav_box .right {
    right: 0 !important;
  }
  .nav_box .right ul {
    justify-content: flex-end;
  }
  .nav_box .right li span {
    font-size: 14px;
  }
  .nav_box .right li.fix_top_nav {
    position: relative !important;
  }
  .nav_box .right li.login_on.fix_top_nav {
    width: 105px;
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .page_top {
    width: 1200px !important;
  }
}
@media (max-width: 1042px) {
  .nav_h {
    height: 0 !important;
  }
  .nav_box {
    position: relative !important;
    background-color: #ffffff;
  }
  .nav_box .left label.d_logo {
    display: inline-block !important;
  }
  .nav_box .left label.logo {
    display: none !important;
  }
  .nav_box .middle a {
    color: #333333 !important;
  }
  .nav_box .middle a.on {
    color: #2b7afe !important;
  }
  .nav_box .right li span {
    color: #666666 !important;
  }
}
.nav_box .right li {
  position: relative;
}
.nav_box .right li.fix_top_nav {
  position: fixed;
  right: 35px;
}
.nav_box .right li .user_fix {
  position: fixed;
  width: 262px;
  height: auto;
  background: #ffffff;
  border-radius: 6px;
  top: 75px;
  right: 35px;
  display: none;
  box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
}
.nav_box .right li .head_img {
  padding: 2px;
  background-color: #fff;
  border-radius: 100%;
  width: 44px;
  height: 44px;
}
.nav_box .right li .head_img img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.nav_box .right li.login_on:hover .user_fix {
  display: inline-block;
}
.nav_box .right li .user_fix .user_title {
  padding: 20px 10px 13px;
  padding-left: 84px;
  position: relative;
  cursor: pointer;
}
.user_fix .user_title .label {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 10px;
}
.user_fix .user_title .label img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.user_fix .user_title .user_cont {
  width: 100%;
  min-height: 60px;
}
.user_fix .user_title .user_cont h5 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 8px;
}
.user_fix .user_title .user_cont label {
  width: 74px;
  height: 18px;
}
.user_fix .user_title .arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.user_fix .user_list .item {
  padding-left: 20px;
  height: 48px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  font-weight: 400;
}
.user_fix .user_list .item span {
  color: #666666;
  line-height: 38px;
}
.user_fix .user_list .item label {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.user_fix .user_list .item:last-of-type {
  border-bottom: none;
}
.nav_box .right li span {
  font-size: 15px;
  height: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 30px;
  cursor: pointer;
}
.nav.default .nav_box .right li span {
  color: #666666;
}
.nav_box .right li:last-of-type span {
  margin-right: 0;
}
.nav_box .right li span i {
  width: 8px;
  height: 5px;
  margin-left: 8px;
}
.nav_box .right li a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 15px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.nav.default .nav_box .right li a {
  color: #2b7afe;
}
.nav_box .right li a:last-of-type {
  margin-right: 0;
}
.nav_box .right li a:last-of-type::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
  border-right: 1px solid #ffffff;
}
.nav.default .nav_box .right li a:last-of-type::before {
  border-color: #999999;
}
.nav_box .right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 120px;
  margin: auto;
}
.nav_box .right li .cell_panel {
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  transform: translate(-50%, 0);
  /* left: 50%;
  transform: translate(-50%, 0); */
}
.cell_panel.dl_panel {
  width: 222px;
  height: 112px;
  padding: 6px;
  /* opacity: 0; */
}
/* .nav_box .right li:hover .cell_panel {
  opacity: 1;
} */
.dl_panel label.label {
  width: 100px;
  height: 100px;
}
.dl_panel div.box {
  width: 110px;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
}
.dl_panel .box p {
  color: #666666;
}
.dl_panel .box h5 {
  color: #000000;
  margin: 10px 0;
}
.dl_panel .box label {
  width: 65px;
  height: 30px;
}

/*底部公共样式*/
.footer {
  width: 100%;
  height: 332px;
  background-image: url(../image/footer-bj.png);
  position: relative;
}
.footer .foot_main {
  width: 1200px;
  margin: auto;
  position: relative;
}
.footer .foot_main .label {
  width: 129px;
  height: 140px;
  margin-top: 51px;
  margin-right: 65px;
}
.footer .foot_main .foot_info {
  color: #ffffff;
}
.foot_main .foot_info .f_info_item {
  padding: 8px 0;
}
.foot_info .f_info_item h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 18px;
}
.foot_info .f_info_item .map_list a {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 30px;
  position: relative;
  line-height: 13px;
  text-decoration: none;
  color: #ffffff;
}
.foot_info .f_info_item .map_list a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 15px;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
}
.foot_info .f_info_item .map_list a:last-of-type::after {
  content: none;
}
.foot_info .f_info_item .bar_item {
  padding: 6.5px 0;
}
.foot_info .f_info_item .bar_item label {
  width: 16px;
  height: 16px;
  margin-right: 13px;
}
.foot_info .f_info_item .bar_item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 11px;
}
.fix_qr {
  position: absolute;
  top: 29px;
  right: 0;
}
.fix_qr label {
  width: 118px;
  height: 118px;
  margin-bottom: 14px;
}
.fix_qr p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.fix_qr span {
  margin-left: 30px;
}
.footer .foot_bar {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.footer .foot_bar .foot_copy {
  width: 1200px;
  height: 68px;
  margin: auto;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.footer .foot_bar .foot_copy a {
  margin: 0 20px;
  margin-bottom: 6px;
  direction: initial;
  text-decoration: underline;
  cursor: pointer;
}
.footer .foot_bar .foot_copy label {
  width: 18px;
  height: 20px;
  margin: 0 8px;
}
/*推荐*/
/*项目*/
.tab_main .tab_main_list {
  margin-left: -15px;
  margin-right: -15px;
}
.tab_main .tab_main_list.large {
  margin-left: -20px;
  margin-right: -20px;
}
.tab_main .tab_main_list .tab_item {
  width: 380px;
  min-height: 190px;
  background: #ffffff;
  border-radius: 6px;
  margin: 10px 15px;
  cursor: pointer;
  border: 1px solid transparent;
}
.tab_main .tab_main_list.large .tab_item {
  width: 580px;
  margin: 10px 20px;
}
.tab_main .tab_main_list.bidde_vip .tab_item {
  min-height: 122px;
  padding: 0 20px;
}
.tab_main .tab_main_list .tab_item:hover {
  border-color: #2b7afe;
}
.tab_main .tab_main_list .tab_item:hover .qy_title .title_cont h2 {
  color: #2b7afe;
}
.tab_main .tab_main_list .tab_item:hover .title p {
  color: #2b7afe;
}
.tab_main .tab_main_list .tab_item:hover .bidde_item_title span {
  color: #2b7afe;
}
.tab_main .tab_main_list .tab_item:hover .bidde_vip_item_title {
  color: #2b7afe;
}
.tab_main .tab_main_list .tab_item .qy_title .title_cont h2:hover {
  color: #2b7afe;
}
.tab_main .tab_main_list .tab_item .title p:hover {
  color: #2b7afe;
}
.tab_main_list .tab_item .title {
  padding: 0 14px;
  padding-left: 58px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.tab_main_list .tab_item .title label {
  width: 36px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}
.tab_main_list .tab_item .title p {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.tab_main_list .tab_item .title p:hover {
  border-color: #2b7afe;
}
.tab_main_list .tab_item .main {
  padding: 19px 14px;
}
.tab_item .main .time {
  padding-left: 15px;
  position: relative;
}
.tab_item .main .time::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #2b7afe;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.tab_item .main .time label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.tab_item .main .time span {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.tab_item .main .time span i {
  width: 16px;
  height: 14px;
  margin-right: 8px;
}
.tab_item .main .txt {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin: 10px 0;
}
.tab_item .main .biao {
  margin-bottom: 10px;
}
.tab_item .main .biao span {
  padding: 0 7px;
  height: 20px;
  background: #fcf2e1;
  border-radius: 4px;
  margin-right: 10px;
}
.tab_item .main .biao em {
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
}
.tab_item .main .more p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.tab_item .main .more i {
  width: 16px;
  height: 15px;
  margin-right: 8px;
}
.tab_item .main .more span {
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  color: #808080;
}
/*企业*/
.tab_main_list.qy .tab_item {
  padding: 18px;
}
.tab_item .qy_title {
  padding-left: 67px;
  position: relative;
}
.tab_main_list.qy_test .tab_item .qy_title {
  padding-left: 105px;
}
.tab_item .qy_title .label {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.tab_main_list.qy_test .tab_item .qy_title .label {
  width: 88px;
  height: 88px;
}
.tab_item .qy_title .title_cont {
  width: 100%;
}
.tab_main_list.qy_test .tab_item .qy_title .title_cont .cont_item {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 15px;
}
.tab_main_list.qy_test .tab_item .qy_title .title_cont .cont_item span i {
  color: #ffa61a;
}
.tab_item .qy_title .title_cont h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.tab_item .qy_title .title_cont div {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.tab_item .qy_title .title_cont p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.tab_item .qy_title .title_cont h2 > span {
  padding: 0 7px;
  height: 20px;
  background: #e0ecff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #2b7afe;
  margin-right: 12px;
}
.tab_item .qy_title .title_cont h2 > span > i {
  width: 10px;
  height: 14px;
  margin-right: 5px;
}
.tab_item .qy_title .title_cont h2 em {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-left: 16px;
}
.tab_item .qy_title .title_cont p span {
  padding: 0 7px;
  height: 20px;
  background: #e0ecff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #2b7afe;
  margin-right: 12px;
}
.tab_item .qy_title .title_cont p span i {
  width: 10px;
  height: 14px;
  margin-right: 5px;
}
.tab_item .qy_cont {
  margin-top: 24px;
}
.tab_main_list.qy_test .tab_item .qy_cont {
  margin-top: 5px;
}
.tab_item .qy_cont .cont_item {
  margin: 9px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tab_item .qy_cont .cont_item1 {
  margin: 9px 0;
}
.tab_item .qy_cont .qy_desc {
  margin: 9px 0;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab_item .qy_cont .cont_item p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.tab_item .qy_cont .cont_item span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.tab_item .qy_cont .cont_item1 span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.tab_item .qy_cont .cont_item span i {
  color: #ffa61a;
}
.tab_item .qy_cont .cont_item1 span i {
  color: #ffa61a;
}
.tab_main_list .cp_item {
  width: 380px;
  background: #ffffff;
  border: 1px solid #e5e9f5;
  border-radius: 8px;
  margin: 10px 15px;
  cursor: pointer;
}
.tab_main_list .cp_item:hover {
  border-color: #2b7afe;
}
.tab_main_list .cp_item:hover .cp_title {
  color: #2b7afe;
}
.tab_main_list .cp_item .cp_title:hover {
  color: #2b7afe;
}
.cp_item .cp_img {
  width: 100%;
  height: 150px;
}
.cp_item .cp_img img {
  border-radius: 8px 8px 0px 0px;
}
.cp_item .cp_title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  height: 45px;
  line-height: 45px;
  padding: 0 14px;
  border-bottom: 1px solid #e5e9f5;
}
.cp_item .cp_item_cont {
  padding: 12px 14px;
}
.cp_item .cp_item_cont .item_cont_title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.cp_item .cp_item_cont .item_cont_title span {
  height: 20px;
  padding: 0 6px;
  border-radius: 2px;
  margin-right: 9px;
}
.cp_item .cp_item_cont .item_cont_title span i {
  width: 10px;
  height: 14px;
  margin-right: 6px;
}
.cp_item .cp_item_cont .item_cont_subTitle {
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0;
  color: #999999;
}
.cp_item .cp_item_cont .item_cont_subTitle span {
  height: 20px;
  padding: 0 6px;
  border-radius: 2px;
}
.cp_item .cp_item_cont .item_cont_txt {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.cp_item .cp_item_cont .item_cont_txt label {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.tab_item .bidde_item_title {
  height: 42px;
  line-height: 42px;
  padding: 0 14px;
  padding-left: 58px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab_item .bidde_item_title label {
  width: 36px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}
.tab_item .bidde_item_title span {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.tab_item .bidde_item_title span:hover {
  color: #2b7afe;
}
.tab_item .bidde_item_cont {
  padding: 4px 13px;
}
.tab_item .bidde_item_cont .bidde_item_cont_subtitle {
  position: relative;
  padding: 7px 0;
  padding-left: 15px;
}
.tab_item .bidde_item_cont .bidde_item_cont_subtitle::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #2b7afe;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.tab_item .bidde_item_cont .bidde_item_cont_subtitle span {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.tab_item .bidde_item_cont .bidde_item_cont_subtitle label {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.tab_item .bidde_item_cont .bidde_item_cont_subtitle label i {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.tab_item .bidde_item_cont .bidde_item_cont_text {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tab_item .bidde_item_cont .bidde_item_cont_tab {
  padding: 4px 0;
}
.tab_item .bidde_item_cont .bidde_item_cont_tab span {
  height: 20px;
  border-radius: 4px;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
.tab_item .bidde_item_cont .bidde_item_cont_tab label {
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  color: #808080;
}
.tab_item .bidde_item_cont .bidde_item_cont_tip {
  margin-top: 9px;
}
.tab_item .bidde_item_cont .bidde_item_cont_tip p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.tab_item .bidde_item_cont .bidde_item_cont_tip label {
  width: 16px;
  height: 16px;
}
.tab_item .bidde_item_cont .bidde_item_cont_tip span {
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  color: #808080;
}
.tab_item .bidde_item_cont .bidde_item_cont_tip span i {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.tab_item .bidde_vip_item_title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}
.tab_item .bidde_vip_item_title:hover {
  color: #2b7afe;
}
.tab_item .bidde_vip_item_txt {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.tab_item .bidde_vip_item_title label {
  padding: 0 3px;
  padding-right: 6px;
  height: 20px;
  border-radius: 2px;
  font-size: 14px;
  font-family: 'YouSheBiaoTiHei';
  font-weight: bold;
  color: #ffffff;
  font-style: oblique;
  margin-right: 16px;
}
.tab_item .bidde_vip_item_title label.blue {
  background: #1a70ff;
}
.tab_item .bidde_vip_item_title label.red {
  background: #ff555b;
}
/*选择器*/
.select_label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin: 5px 0;
  margin-right: 10px;
}

.select_label > select {
  /*清除select的边框样式*/
  /*border: none; 清除select聚焦时候的边框颜色*/
  height: 36px;
  background: #ffffff;
  border-color: #d2d2d2;
  border-radius: 4px;
  outline: none; /*将select的宽高等于div的宽高*/
  width: 100%;
  /* height: 40px;
  line-height: 40px; 隐藏select的下拉图标 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; /*通过padding-left的值让文字居中*/
  padding-left: 7px;
  padding-right: 24px;
}
.select_label::after {
  content: '';
  width: 8px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/sanjiao_down_icon.png);
  /* background: url(../image/sanjiao_down_icon.png) no-repeat center; */
  position: absolute;
  right: 8px;
  top: 50%;
  pointer-events: none;
  transform: translate(0px, -50%);
}

.input_label input,
.code_label input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.code_label {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding-right: 170px;
}
.code_label span {
  width: 105px;
  height: 40px;
  background: #cccccc;

  border-radius: 0px 6px 6px 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.code_label label {
  width: 51px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 115px;
  cursor: pointer;
}
.code_label input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
/*分页器*/
.list_page span,
.list_page li {
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'PingFang SC';
  font-weight: 500;
  color: #a6a6a6;
  padding: 0 10px;
  height: 34px;
  cursor: pointer;
}
.list_page.border span,
.list_page.border li {
  border: 1px solid #e5e9f5;
}
.list_page span {
  margin: 0 15px;
}
.list_page span:first-of-type {
  margin-left: 0;
}
.list_page span:last-of-type {
  margin-right: 0;
}
.list_page span.disabled {
  color: #e6e6e6;
  cursor: not-allowed;
}
.list_page li {
  margin: 0 5px;
  min-width: 34px;
}
.list_page li.on {
  background: #0174d9;
  color: #ffffff;
}
.list_page li a {
  color: #cccccc;
}
.list_page span a {
  color: #0174d9;
}
.list_page.border li.on {
  border-color: #0174d9;
}
.list_page i {
  font-size: 24px;
  font-family: 'PingFang SC';
  font-weight: 800;
  color: #e6e6e6;
}
/*弹窗*/
.fixd {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.fixd_panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.fixd_panel .fixd_panel_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fixd_panel .fixd_panel_title.center {
  text-align: center;
}
.fixd_panel .fixd_panel_title.center::before {
  content: none;
}
.title_box {
  height: 54px;
  padding-left: 12px;
  position: relative;
}
.fixd_panel .fixd_panel_title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #1a71ff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.fixd_panel .fixd_panel_title span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.fixd_panel .fixd_panel_title.center span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.fixd_panel .fixd_panel_title label {
  width: 20px;
  height: 20px;
  padding: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  cursor: pointer;
}
.fixd_panel .fixd_panel_box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 54px;
}
.fixd_panel .fixd_panel_box .fix_panel_sys {
  padding: 30px 0;
}
.fixd_panel .fixd_panel_box .fix_panel_sys .btn {
  width: 140px;
  height: 37px;
  border-radius: 19px;
}

/*面包屑*/
.page_bread {
  height: 57px;
}
.page_bread label.icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.page_bread p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.page_bread p a {
  cursor: pointer;
  text-decoration: none;
  color: #808080;
}
.page_bread p a:active,
.page_bread p a:hover {
  color: #2b7afe;
}
.d_panel {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 0 20px;
}
.larg_title {
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #f5f8fa;
}
.desc .larg_title {
  padding: 0 20px;
}
.larg_title .txt_title {
  height: 48px;
  padding-left: 14px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.larg_title .txt_title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #1a71ff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

._404are {
  margin-top: 86px;
}
._404are .label {
  width: 1198px;
  height: 544px;
}
._404are p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
._404are p a {
  width: 140px;
  height: 40px;
  background: #261f63;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 35px;
}
.hide {
  display: none !important;
}
.pagefooter_box {
  width: 100%;
  height: 332px;
  overflow: hidden;
}
.breaktr {
  white-space: pre-line;
  word-wrap: break-word;
  word-break: break-all;
}
.a_t_d {
  text-decoration: none;
}

/*注册*/
.regist_main {
  padding: 0 50px;
}
.regist-form {
  padding: 0 40px;
}
.regist-form .regist-form-item {
  padding: 5px 0 5px 26px;
  min-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.regist-form .regist-form-item label.img-box {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
}
/* *{
       line-height: 40px;
      position: relative;
      font-size: 14px;
     } */
.regist-form .regist-form-item input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  border: none !important;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.regist-form .regist-form-item.code-outher {
  padding-right: 80px;
}
.regist-form .regist-form-item.code-outher span {
  width: 80px;
  height: 30px;
  background-color: #0174d9;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.regist-form .regist-form-item.sys-btn {
  padding: 5px 0;
}
.regist-form .regist-form-item.sys-btn span {
  width: 100%;
  height: 44px;
  border-radius: 44px;
  margin: 20px 0;
  cursor: pointer;
  background-color: #0174d9;
  color: #fff;
}
.regist-form .forget-pwd {
  font-size: 16px;
  padding: 12px 0;
  cursor: pointer;
}

.login_fix {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.login_fix .login-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_fix .login-panel .login-box {
  width: 480px;
  background-color: #ffffff;
}
.login-box .login_title {
  height: 54px;
  padding: 0 14px;
}
.login-box .login_title > label {
  width: 111px;
  height: 28px;
  margin-right: 13px;
}
.login-box .login_title > span {
  font-size: 14px;
  font-weight: 400;
  color: #0174d9;
}
.login-box .login_title > i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  cursor: pointer;
  padding: 8px;
}
.login-box .login_main {
  padding: 0 60px;
}
.login-box .login_main .main_app {
  width: 100%;
  margin-top: 27px;
}
.login-box .login_main .main_app .app_icon {
  width: 133px;
  height: 237px;
}
.login-box .login_main .main_app .app_txt {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.login-box .login_main .main_app .app_txt p {
  margin: 4px 0;
}
.login-box .login_main .main_app .app_txt p span {
  color: #0174d9;
}
.login-box .login_main .main_app .app_txt label {
  width: 151px;
  height: 151px;
  margin-top: 22px;
}
.login-box .app_tip {
  margin: 36px 0 22px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.login-box .app_tip a {
  color: #1a70ff;
  cursor: pointer;
}
.login-box .login_foot {
  width: 100%;
  height: 48px;
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 0 20px;
}
.login-box .login_foot span {
  min-width: 60px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
}
/** 弹层*/
.settl_dialog {
  width: 420px;
  padding: 0 20px;
}
.settle_fix_txt {
  padding: 0 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.settl_dialog .form_sys {
  padding: 30px 0;
}
.settl_dialog .form_sys .btn {
  width: 140px;
  height: 37px;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
}
.settle_fix_cont .icon {
  width: 153px;
  height: 112px;
}
.settle_fix_cont p {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  margin: 7px 0;
}
a {
  cursor: pointer;
}

div.treaty-text {
  font-size: 14px;
}
div.treaty-text h5 {
  color: #000000;
  line-height: 30px;
  text-align: left;
}
div.treaty-text p {
  color: #4d4d4d;
  line-height: 30px;
  text-align: left;
}
div.treaty-text p.sectend {
  color: #666666;
}
.fw-600 {
  font-weight: 600 !important;
}
.tosat {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ebeef5;
  position: fixed;
  left: 50%;
  top: 30% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}
.tosat_cont {
  padding-right: 16px;
  color: #909399;
}
.tosat--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.tosat--error .tosat__content {
  color: #f56c6c;
}
.tosat__icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
