﻿html,
body {
  background-color: #ffffff;
}
@font-face {
  font-family: 'oswald';
 /* src: url('img/IMPACT_2.TTF');*/
}

@keyframes trade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes servelist {
  0% {
    top: 67px;
    opacity: 0;
  }
  100% {
    top: 48px;
    opacity: 1;
  }
}
@keyframes top-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sidemove {
  0% {
    opacity: 0;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes dialogshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes clock {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.yl-dgg .dgg-banner {
  position: relative;
  height: 550px;
  width: 100%;
  overflow: hidden;
}
.yl-dgg .dgg-banner .banner-bg {
  height: 100%;
}
.yl-dgg .dgg-banner .banner-bg .swiper-slide {
  height: 550px !important;
  width: 100%;
  overflow: hidden;
}
.yl-dgg .dgg-banner .banner-bg .swiper-slide img {
  position: relative;
  left: 50%;
  /*height: 100%;*/
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.yl-dgg .dgg-banner .container {
  position: absolute;
  height: 120px;
  right: 0;
  left: 0;
  bottom: 83px;
  margin: auto;
  z-index: 19;
}
.yl-dgg .dgg-banner .container .banner-pagination {
  position: absolute;
  font-size: 0;
  top: 120px;
  left: 263px;
  right: 0;
  text-align: center;
}
.yl-dgg .dgg-banner .container .banner-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 8px;
}
.yl-dgg .dgg-banner .container .banner-pagination .swiper-active-switch {
  background: #ffffff;
}
.yl-dgg .dgg-banner .container .adv-list {
  position: absolute;
  right: 0;
  bottom: 0;
}
.yl-dgg .dgg-banner .container .adv-list li {
  position: relative;
  top: 0;
  float: left;
  font-size: 0;
  margin-left: 6px;
  width: 230px;
  height: 120px;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.yl-dgg .dgg-banner .container .adv-list li:hover{
  top: -10px;
}
.yl-dgg .dgg-banner .container .adv-list li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.yl-dgg .dgg-banner .container .prev-ico,
.yl-dgg .dgg-banner .container .next-ico {
  position: absolute;
  top: -153px;
  width: 36px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2) url(img/banner_ic_left.png) no-repeat center center;
  background-size: 11px 20px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
}
.yl-dgg .dgg-banner .container .prev-ico {
  left: 241px;
}
.yl-dgg .dgg-banner .container .prev-ico:hover {
  background: rgba(0, 0, 0, 0.4) url(img/banner_ic_left.png) no-repeat center center;
  background-size: 11px 20px;
}
.yl-dgg .dgg-banner .container .next-ico {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url(img/banner_ic_right.png) no-repeat center center;
  background-size: 11px 20px;
}
.yl-dgg .dgg-banner .container .next-ico:hover {
  background: rgba(0, 0, 0, 0.4) url(img/banner_ic_right.png) no-repeat center center;
  background-size: 11px 20px;
}
.yl-dgg .dgg-form-tools .container {
  position: relative;
  height: 210px;
  background: #ffffff;
  margin: -85px auto 24px;
  z-index: 10;
}
.yl-dgg .dgg-form-tools .container .forms {
  width: 908px;
}
.yl-dgg .dgg-form-tools .container .forms .form-top {
  padding: 0 25px 24px;
  border-bottom: 1px dashed #e5e5e5;
}
.yl-dgg .dgg-form-tools .container .forms .form-top .title {
  margin: 32px 0 24px;
}
.yl-dgg .dgg-form-tools .container .forms .form-top .title strong {
  font-size: 18px;
  font-weight: bold;
  color: #292e2e;
  margin-right: 8px;
}
.yl-dgg .dgg-form-tools .container .forms .form-top .title span {
  font-size: 14px;
  color: #979c9b;
}
.yl-dgg .dgg-form-tools .container .forms .form-top .title span em {
  font-size: 16px;
  color: #00aaff;
  font-weight: bold;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item {
  position: relative;
  float: left;
  height: 44px;
  background: #f3f3f3;
  margin-right: 12px;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item:nth-child(2) {
  width: 241px;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item:nth-child(3) {
  width: 377px;
  margin-right: 0;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 12px;
  background: #f3f3f3;
  font-size: 14px;
  border: 1px solid transparent;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item input:focus {
  border: 1px solid #ff6600;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item input::-webkit-input-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item input::-moz-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item input:-moz-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item input:-ms-input-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item .sub-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 114px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: linear-gradient(90deg, #ff6600, #ff7200);
  background: -webkit-linear-gradient(90deg, #ff6600, #ff7200);
  background: -moz-linear-gradient(90deg, #ff6600, #ff7200);
  background: -o-linear-gradient(90deg, #ff6600, #ff7200);
  background: -ms-linear-gradient(90deg, #ff6600, #ff7200);
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item .sub-btn .btn-mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item .sub-btn .text {
  position: relative;
  z-index: 2;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .form-item .sub-btn:hover .btn-mask {
  display: block;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item {
  position: relative;
  width: 216px;
  cursor: pointer;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item span {
  position: relative;
  display: block;
  height: 100%;
  line-height: 44px;
  font-size: 14px;
  color: #525959;
  padding-left: 12px;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item span::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 4px;
  background: url(img/header_img_searchzk_n.png) no-repeat 0 0;
  background-size: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item span.active::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item .serve-list {
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  width: 216px;
  max-height: 279px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 10px 0px rgba(48, 56, 66, 0.1);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(48, 56, 66, 0.1);
  overflow-y: auto;
  padding: 12px 8px;
  z-index: 20;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item .serve-list.active {
  display: block;
  animation: servelist 0.2s linear 1;
  -webkit-animation: servelist 0.2s linear 1;
  -moz-animation: servelist 0.2s linear 1;
  -o-animation: servelist 0.2s linear 1;
  -ms-animation: servelist 0.2s linear 1;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item .serve-list li {
  line-height: 36px;
  font-size: 14px;
  color: #525959;
  text-indent: 16px;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item .serve-list li.active {
  background: rgba(255, 102, 0, 0.08);
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
}
.yl-dgg .dgg-form-tools .container .forms .form-wrap .sle-item .serve-list li:hover {
  background: rgba(255, 102, 0, 0.08);
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list {
  padding: 30px 25px 0;
  display: none;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list.active {
  display: block;
  animation: trade 0.8s linear 1;
  -webkit-animation: trade 0.8s linear 1;
  -moz-animation: trade 0.8s linear 1;
  -o-animation: trade 0.8s linear 1;
  -ms-animation: trade 0.8s linear 1;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .trade-num {
  font-family: oswald;
  font-size: 28px;
  font-weight: 400;
  color: #292e2e;
  margin-bottom: 15px;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #292e2e;
  margin: 2px 0 15px;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .btns {
  font-size: 0;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .btns span {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 8px;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .btns .prev-ico {
  background: url(img/jysj_ic_x.png) no-repeat 0 0;
  background-size: cover;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .btns .prev-ico:hover {
  background: url(img/jysj_ic_x_s.png) no-repeat 0 0;
  background-size: cover;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .btns .next-ico {
  width: 21px;
  background: url(img/jysj_ic_s.png) no-repeat 0 0;
  background-size: cover;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .btns .next-ico:hover {
  background: url(img/jysj_ic_s_s.png) no-repeat 0 0;
  background-size: cover;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .des {
  font-size: 12px;
  color: #979c9b;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li .des span {
  color: #FF6600;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li:nth-child(2) {
  margin-left: 120px;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li:nth-child(4) {
  margin-right: 142px;
  text-align: center;
}
.yl-dgg .dgg-form-tools .container .forms .trade-list li:nth-child(3) {
  min-width: 120px;
  text-align: right;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin {
  padding: 0 25px;
  margin-top: 32px;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .title {
  font-size: 15px;
  font-weight: bold;
  color: #292e2e;
  line-height: 20px;
  margin-right: 8px;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .title em {
  color: #00aaff;
  font-weight: bold;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .bulletin-swiper {
  width: 778px;
  height: 20px;
  line-height: 20px;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide {
  height: 20px !important;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .text {
  max-width: 680px;
  font-size: 14px;
  color: #979c9b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .text span {
  color: #292E2E;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .text em {
  color: #FF6600;
}
.yl-dgg .dgg-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .tag {
  height: 18px;
  line-height: 18px;
  border: 1px solid #ff9535;
  border-radius: 10px;
  font-size: 12px;
  color: #ff9535;
  padding: 0 9px;
  margin-left: 24px;
}
.yl-dgg .dgg-form-tools .container .tools {
  width: 290px;
  height: 100%;
  border-left: 1px solid #eeeeee;
  padding: 0 24px;
}
.yl-dgg .dgg-form-tools .container .tools .title {
  font-size: 18px;
  font-weight: bold;
  color: #292e2e;
  margin: 34px 0 0 0;
}
.yl-dgg .dgg-form-tools .container .tools .list li {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 43px;
}
.yl-dgg .dgg-form-tools .container .tools .list li a {
  display: block;
}
.yl-dgg .dgg-form-tools .container .tools .list li a img {
  position: relative;
  top: 0;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.yl-dgg .dgg-form-tools .container .tools .list li a p {
  font-size: 14px;
  color: #333333;
}
.yl-dgg .dgg-form-tools .container .tools .list li a:hover p {
  color: #00aaff;
}
.yl-dgg .dgg-form-tools .container .tools .list li a:hover img {
  top: -3px;
}
.yl-dgg .dgg-limit {
  margin-bottom: 24px;
  height: 363px;
}
.yl-dgg .dgg-limit .container {
  height: 100%;
  background: #ffffff url(img/xsth_bg_xtzs.png) no-repeat 0 center;
  background-size: cover;
  padding: 0 24px;
}
.yl-dgg .dgg-limit .container .top {
  height: 72px;
  line-height: 72px;
  overflow: hidden;
}
.yl-dgg .dgg-limit .container .top .date > * {
  display: inline-block;
  vertical-align: middle;
}
.yl-dgg .dgg-limit .container .top .date .text {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #ff6600;
  margin-right: 20px;
}
.yl-dgg .dgg-limit .container .top .date .text::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background: #dddddd;
  border-radius: 50%;
}
.yl-dgg .dgg-limit .container .top .date .count-down > * {
  display: inline-block;
  vertical-align: middle;
}
.yl-dgg .dgg-limit .container .top .date .count-down .count-text {
  font-size: 14px;
  color: #979c9b;
}
.yl-dgg .dgg-limit .container .top .date .count-down .count-time {
  font-size: 0;
}
.yl-dgg .dgg-limit .container .top .date .count-down .count-time span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  font-family: Arial;
  margin-right: 20px;
  color: #fff;
  background-color: #292e2e;
  vertical-align: middle;
}
.yl-dgg .dgg-limit .container .top .date .count-down .count-time span em {
  font-size: 16px;
  font-weight: bold;
}
.yl-dgg .dgg-limit .container .top .date .count-down .count-time span::after {
  content: '';
  position: absolute;
  right: -11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 10px;
  background: url(img/xsth_img_mh.png) no-repeat 0 0;
  background-size: cover;
}
.yl-dgg .dgg-limit .container .top .date .count-down .count-time span:last-child::after {
  display: none;
}
.yl-dgg .dgg-limit .container .top .info {
  font-size: 12px;
  color: #979c9b;
}
.yl-dgg .dgg-limit .container .top .info span {
  color: #FF6600;
  font-weight: bold;
  font-size: 16px;
}
.yl-dgg .dgg-limit .container .list li {
  position: relative;
  float: left;
  width: 220px;
  height: 267px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-right: 13px;
  padding: 0 24px;
  z-index: 1;
}
.yl-dgg .dgg-limit .container .list li:last-child {
  margin-right: 0;
}
.yl-dgg .dgg-limit .container .list li a {
  position: relative;
  display: block;
}
.yl-dgg .dgg-limit .container .list li a::after {
  content: '';
  position: absolute;
  right: -25px;
  top: -32px;
  width: 44px;
  height: 45px;
  background: url(img/xsth_ic_hot.png) no-repeat 0 0;
  background-size: cover;
}
.yl-dgg .dgg-limit .container .list li a .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 32px 0 12px;
}
.yl-dgg .dgg-limit .container .list li a .des {
  font-size: 12px;
  color: #979c9b;
  margin-bottom: 22px;
}
.yl-dgg .dgg-limit .container .list li a .tag {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #525959;
  margin-bottom: 12px;
  padding-left: 22px;
  background: url(img/xsth_ic_gou.png) no-repeat 0 0;
  background-size: 14px 14px;
}
.yl-dgg .dgg-limit .container .list li a .price {
  margin-top: 30px;
}
.yl-dgg .dgg-limit .container .list li a .price > * {
  display: inline-block;
}
.yl-dgg .dgg-limit .container .list li a .price .now-price {
  font-size: 16px;
  font-weight: bold;
  color: #ff6600;
  margin-right: 3px;
}
.yl-dgg .dgg-limit .container .list li a .price .now-price span {
  font-weight: 400;
  font-size: 12px;
}
.yl-dgg .dgg-limit .container .list li a .price .now-price em {
  font-weight: 600;
}
.yl-dgg .dgg-limit .container .list li a .price .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #aaaaaa;
}

.yl-dgg .dgg-limit .container .list li a .btn {
  position: relative;
  height: 34px;
  line-height: 34px;
  background: #fff;
  border: 1px solid #f25814;
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
  text-indent: 71px;
  margin-top: 26px;
  background-size: cover;
}
.yl-dgg .dgg-limit .container .list li a .btn::after {
  content: '';
  position: absolute;
  left: 46px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(img/xsth_ic_sj_n.png) no-repeat 0 0;
  background-size: cover;
}
.yl-dgg .dgg-limit .container .list li a .btn .btn-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.yl-dgg .dgg-limit .container .list li a .btn .text {
  position: relative;
  z-index: 2;
}
.yl-dgg .dgg-limit .container .list li a .btn:hover .btn-wrap {
  display: block;
}
.yl-dgg .dgg-limit .container .list li::after,
.yl-dgg .dgg-limit .container .list li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  opacity: 0;
}
.yl-dgg .dgg-limit .container .list li::after {
  left: -1px;
  top: 0px;
  border-left: 1px solid #FF6600;
  border-top: 1px solid #FF6600;
}
.yl-dgg .dgg-limit .container .list li::before {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid #FF6600;
  border-bottom: 1px solid #FF6600;
}
.yl-dgg .dgg-limit .container .list li:hover {
  box-shadow: 0px 3px 10px 0px rgba(27, 28, 31, 0.1);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(27, 28, 31, 0.1);
}
.yl-dgg .dgg-limit .container .list li:hover::after,
.yl-dgg .dgg-limit .container .list li:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.yl-dgg .dgg-limit .container .list li:hover .btn {
  color: #ffffff;
  background: #ff6600;
  background-size: 14px 14px;
}
.yl-dgg .dgg-limit .container .list li:hover .btn::after {
  background: url(img/xsth_ic_sj_s.png) no-repeat 0 0;
  background-size: cover;
  transform-origin: center bottom;
  animation: clock 0.1s ease-in-out 4 alternate;
  -webkit-animation: clock 0.1s ease-in-out 4 alternate;
  -moz-animation: clock 0.1s ease-in-out 4 alternate;
  -o-animation: clock 0.1s ease-in-out 4 alternate;
  -ms-animation: clock 0.1s ease-in-out 4 alternate;
}
.yl-dgg .dgg-hot-like .container .hot,
.yl-dgg .dgg-hot-like .container .like {
  width: 594px;
  height: 448px;
  background: #ffffff;
  padding: 0 24px 0 24px;
  overflow: hidden;
}
.yl-dgg .dgg-hot-like .container .hot .top,
.yl-dgg .dgg-hot-like .container .like .top {
  height: 68px;
  line-height: 68px;
  overflow: hidden;
}
.yl-dgg .dgg-hot-like .container .hot .top h3,
.yl-dgg .dgg-hot-like .container .like .top h3 {
  font-size: 20px;
  font-weight: bold;
  color: #292e2e;
}
.yl-dgg .dgg-hot-like .container .hot .top h3 span,
.yl-dgg .dgg-hot-like .container .like .top h3 span {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #979c9b;
  margin-left: 20px;
}
.yl-dgg .dgg-hot-like .container .hot .top h3 span::after,
.yl-dgg .dgg-hot-like .container .like .top h3 span::after {
  content: '';
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background: #dddddd;
  border-radius: 50%;
}
.yl-dgg .dgg-hot-like .container .hot .top .hot-pagination,
.yl-dgg .dgg-hot-like .container .like .top .hot-pagination,
.yl-dgg .dgg-hot-like .container .hot .top .like-pagination,
.yl-dgg .dgg-hot-like .container .like .top .like-pagination {
  font-size: 0;
  margin-top: 4px;
}
.yl-dgg .dgg-hot-like .container .hot .top .hot-pagination .swiper-pagination-switch,
.yl-dgg .dgg-hot-like .container .like .top .hot-pagination .swiper-pagination-switch,
.yl-dgg .dgg-hot-like .container .hot .top .like-pagination .swiper-pagination-switch,
.yl-dgg .dgg-hot-like .container .like .top .like-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e8e8e8;
  border-radius: 50%;
  margin-left: 8px;
}
.yl-dgg .dgg-hot-like .container .hot .top .hot-pagination .swiper-active-switch,
.yl-dgg .dgg-hot-like .container .like .top .hot-pagination .swiper-active-switch,
.yl-dgg .dgg-hot-like .container .hot .top .like-pagination .swiper-active-switch,
.yl-dgg .dgg-hot-like .container .like .top .like-pagination .swiper-active-switch {
  background: #979c9b;
}
.yl-dgg .dgg-hot-like .container .hot .item,
.yl-dgg .dgg-hot-like .container .like .item {
  position: relative;
  width: 270px;
  height: 175px;
  background: #f0f5f5;
  padding: 0 24px;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid transparent;
}
.yl-dgg .dgg-hot-like .container .hot .item:hover,
.yl-dgg .dgg-hot-like .container .like .item:hover {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 8px 0px rgba(27, 28, 31, 0.08);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(27, 28, 31, 0.08);
}
.yl-dgg .dgg-hot-like .container .hot .item:nth-child(2n),
.yl-dgg .dgg-hot-like .container .like .item:nth-child(2n) {
  margin-right: 0;
}
.yl-dgg .dgg-hot-like .container .hot .item:nth-child(3),
.yl-dgg .dgg-hot-like .container .like .item:nth-child(3),
.yl-dgg .dgg-hot-like .container .hot .item:nth-child(4),
.yl-dgg .dgg-hot-like .container .like .item:nth-child(4) {
  margin-bottom: 6px;
}
.yl-dgg .dgg-hot-like .container .hot .item .tags,
.yl-dgg .dgg-hot-like .container .like .item .tags {
  font-size: 0;
  margin: 24px 0 16px;
}
.yl-dgg .dgg-hot-like .container .hot .item .tags span,
.yl-dgg .dgg-hot-like .container .like .item .tags span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border: 1px solid rgba(145, 152, 152, 0.3);
  border-radius: 2px;
  font-size: 12px;
  color: #919898;
  margin-right: 4px;
  padding: 0 4px;
}
.yl-dgg .dgg-hot-like .container .hot .item .name,
.yl-dgg .dgg-hot-like .container .like .item .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
.yl-dgg .dgg-hot-like .container .hot .item .des,
.yl-dgg .dgg-hot-like .container .like .item .des {
  font-size: 12px;
  color: #979c9b;
  margin-bottom: 24px;
}
.yl-dgg .dgg-hot-like .container .hot .item .now-price,
.yl-dgg .dgg-hot-like .container .like .item .now-price {
  font-size: 12px;
  color: #00aaff;
}
.yl-dgg .dgg-hot-like .container .hot .item .now-price span,
.yl-dgg .dgg-hot-like .container .like .item .now-price span {
  font-size: 16px;
  font-weight: 600;
}
.yl-dgg .dgg-hot-like .container .hot .item .now-price em,
.yl-dgg .dgg-hot-like .container .like .item .now-price em {
  font-weight: 600;
}
.yl-dgg .dgg-hot-like .container .hot .item .old-price,
.yl-dgg .dgg-hot-like .container .like .item .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #aaaaaa;
  margin-top: 4px;
}
.yl-dgg .dgg-hot-like .container .hot .item .btn,
.yl-dgg .dgg-hot-like .container .like .item .btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 78px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #00aaff;
  background: transparent;
  font-size: 12px;
  color: #00aaff;
}
.now-price .btnlook{
    position: absolute;
    bottom: 24px;
    width: 78px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #00aaff;
    background: transparent;
    font-size: 12px;
    color: #00aaff;
}
.yl-dgg .dgg-hot-like .container .hot .item .btn .text,
.yl-dgg .dgg-hot-like .container .like .item .btn .text {
  position: relative;
  z-index: 2;
}
.yl-dgg .dgg-hot-like .container .hot .item .btn .btn-wrap,
.yl-dgg .dgg-hot-like .container .like .item .btn .btn-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.yl-dgg .dgg-hot-like .container .hot .item .btn:hover .btn-wrap,
.yl-dgg .dgg-hot-like .container .like .item .btn:hover .btn-wrap {
  display: block;
}
.yl-dgg .dgg-hot-like .container .hot .item:hover .btn,
.yl-dgg .dgg-hot-like .container .like .item:hover .btn {
  background: linear-gradient(90deg, #ff6600, #ff7200);
  background: -webkit-linear-gradient(90deg, #ff6600, #ff7200);
  background: -moz-linear-gradient(90deg, #ff6600, #ff7200);
  background: -ms-linear-gradient(90deg, #ff6600, #ff7200);
  background: -o-linear-gradient(90deg, #ff6600, #ff7200);
  color: #ffffff;
}
.yl-dgg .dgg-hot-like .container .like .item {
  background: #f0f0f5;
}
.yl-dgg .dgg-left-side {
  position: relative;
}
.yl-dgg .dgg-left-side .side-list {
  position: absolute;
  left: -72px;
}
.yl-dgg .dgg-left-side .side-list ul {
  display: none;
  position: fixed;
  top: 50%;
  width: 48px;
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
.yl-dgg .dgg-left-side .side-list ul.active {
  display: block;
  opacity: 1;
  animation: top-opacity 0.3s linear 1;
  -webkit-animation: top-opacity 0.3s linear 1;
  -moz-animation: top-opacity 0.3s linear 1;
  -o-animation: top-opacity 0.3s linear 1;
  -ms-animation: top-opacity 0.3s linear 1;
}
.yl-dgg .dgg-left-side .side-list ul li {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  color: #525959;
  line-height: 16px;
  padding: 10px 11px 0;
}
.yl-dgg .dgg-left-side .side-list ul li:hover {
  color: #ffffff;
  background-color: #00aaff;
}
.yl-dgg .dgg-left-side .side-list ul li.active {
  color: #ffffff;
  background-color: #00aaff;
}
.yl-dgg .dgg-left-side .side-list ul li .hide {
  display: none;
  color: #ffffff;
  background-color: #00aaff;
}
.yl-dgg .dgg-left-side .side-list ul li:last-child {
  height: 50px;
  padding: 0;
  border: 0;
}
.yl-dgg .dgg-left-side .side-list ul li:last-child:hover .show {
  display: none;
}
.yl-dgg .dgg-left-side .side-list ul li:last-child:hover .hide {
  display: block;
  padding: 10px 11px 0;
}
.yl-dgg .dgg-left-side .side-list ul li .show {
  display: block;
  height: 100%;
  background: url(img/cbl_ic_fhdb.png) no-repeat center center;
  background-size: 20px 8px;
}
.yl-dgg .dgg-disclose {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.6);
}
.yl-dgg .dgg-disclose.on {
  display: block;
  opacity: 1;
  animation: dialogshow 0.3s ease-in-out 1;
  -webkit-animation: dialogshow 0.3s ease-in-out 1;
  -moz-animation: dialogshow 0.3s ease-in-out 1;
  -o-animation: dialogshow 0.3s ease-in-out 1;
  -ms-animation: dialogshow 0.3s ease-in-out 1;
}
.yl-dgg .dgg-disclose .question_box {
  width: 676px;
  height: 468px;
  background: #fff;
  opacity: 1;
  position: absolute;
  left: 50%;
  margin-left: -338px;
  top: 50%;
  margin-top: -273px;
  padding: 24px;
  padding-top: 78px;
}
.yl-dgg .dgg-disclose .question_box > h3:first-child {
  height: 56px;
  border-bottom: 1px #ddd solid;
  color: #292E2E;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  text-indent: 24px;
  top: 0px;
  line-height: 56px;
  width: 100%;
}
.yl-dgg .dgg-disclose .question_box > a {
  display: block;
  position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer;
  color: #333;
  width: 16px;
  height: 16px;
  /*background: url(img/popup_ic_close_n.png) no-repeat 0 0;*/
  /*background-size: cover;*/
}
.yl-dgg .dgg-disclose .question_box .question_type span {
  color: #565656;
}
.yl-dgg .dgg-disclose .question_box .question_type span em {
  color: red;
  display: inline-block;
  margin-right: 4px;
}
.yl-dgg .dgg-disclose .question_box .questions {
  margin-top: 16px;
}
.yl-dgg .dgg-disclose .question_box .questions span {
  display: inline-block;
  width: 104px;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  font-size: 14px;
  text-align: center;
  background: #F0F2F5;
  color: #525959;
  cursor: pointer;
  border: 1px #fff solid;
}
.yl-dgg .dgg-disclose .question_box .questions span.selected {
  background: #00aaff;
  color: #fff;
}
.yl-dgg .dgg-disclose .question_box .textarea {
  position: relative;
}
.yl-dgg .dgg-disclose .question_box .textarea > p {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #979C9B;
  font-size: 12px;
  width: 55px;
}
.yl-dgg .dgg-disclose .question_box .textarea textarea {
  margin-top: 16px;
  resize: none;
  padding: 10px 20px 16px 16px;
  line-height: 24px;
  font-size: 14px;
  color: #525959;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #DFE3E8;
  outline: 0;
}
.yl-dgg .dgg-disclose .question_box .phone_number_box h3 {
  font-size: 14px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.yl-dgg .dgg-disclose .question_box .phone_number_box input {
  padding-left: 4px;
  width: 331px;
  height: 36px;
  background: #ffffff;
  border: 1px #DFE3E8 solid;
  outline: 0;
  padding: 0 12px;
}
.yl-dgg .dgg-disclose .question_box .feedback_submit_btn {
  text-align: right;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.yl-dgg .dgg-disclose .question_box .feedback_submit_btn button {
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #00aaff;
  margin-top: 24px;
  outline: 0;
  border: 0;
}
.bar-expand-exit {
  display: none;
  width: 100%;
  width: 120px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-top: 1px #f5f5f6 solid;
  position: absolute;
  top: 36px;
  z-index: 997;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  line-height: 20px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
}
.bar-expand-exit .bar-exit-inner {
  line-height: 36px;
}
 .bar-expand-exit img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px;
   font-size: 0;
}
.bar-expand-exit a{
  color: #979c9b;
  font-size: 12px;
}
.bar-expand-exit a:nth-child(1){
  line-height: 1;
}
.dgg-top .down-menu:hover .bar-expand-exit{
  display: block;
}
.dgg-left-side.container{
  width:1200px;
  margin:0 auto;
}
.titles{font-size: 18px;
font-weight: bold;
color: #292e2e;
margin: 34px 0 0 0;}
.title-ks{margin: 32px 0 24px;}
.title-ks strong{    font-size: 18px;
    font-weight: bold;
    color: #292e2e;
    margin-right: 8px;}
.title-ks span{font-size: 14px;
    color: #979c9b;}
.title-ks span em{    font-size: 16px;
    color: #00aaff;
    font-weight: bold;}
	
	
/*zizhi*/
.buss-service-box{width: 100%;height: 700px;background: #f7f7f7;overflow: hidden;min-width: 1200px;margin-top:-24px;}
.buss-service-box .buss-content{width: 1200px;margin: 0 auto;background: #f7f7f7;}
.buss-service-box .zero-title{text-align: center;}
.buss-service-box .zero-title h2.buss-service-box .zero-title p{color: #979C9B;}
.buss-service-box .zero-title h2{text-align: center;font-size: 26px;color: #292E2E;overflow: hidden;margin-top: 48px;font-weight: bold;}
.buss-service-box .zero-title p{font-size: 14px;line-height:30px;margin-top: 16px;}
.buss-service-box .zero-title span{display: block;width: 62px;height: 3px;margin: 8px auto 0;background: #b5b6b8;}
.i_service{width: 1200px;background: #f7f7f7;padding: 0 0 24px;}
.tab_t{height: 27px;text-align: center;margin: 30px auto 10px;clear: both;}
.tab_t li{/* float: left;*/display: inline-block;vertical-align: middle;height: 36px;margin:0 30px;text-align: center;font-size: 16px;cursor: pointer;overflow: hidden;}
.tab_t li a.on{color: #00aaff !important;border-bottom-color: #00aaff;}
.tab_t li a:hover{color: #00aaff !important;}
.tab_t li a{display: block;width: 87px;height: 34px;line-height: 34px;border-bottom: 2px solid transparent;position: relative;}
.tab_t li a.on span{border-color: transparent transparent #004779 transparent;}
.tab_t li a span{width: 0;height: 0;border-style: solid;border-width: 0 4px 4px 4px;border-color: transparent transparent #f1f3f5 transparent;position: absolute;left: 77px;bottom: 0px;}
.tab_t li a{display: block;width: 158px;height: 34px;line-height: 34px;border-bottom: 2px solid transparent;position: relative;}
.i_service .liBox{width: 1205px;border: 11px solid #3fbff0;position: relative;height: 405px;display: none;background: #3fbff0;margin-top: 20px;}
.i_left{width: 199px;height: 383px;margin-top: 0;padding: 0 20px;text-align: left;color: #fff;font-size: 12px;float: left;}
.info .long-info{font-size: 18px !important;line-height: 25px;}
.info-div1{width: 263px;height: 124px;position: absolute;top: 20px;left: -20px;}
.info .info-div1-p{font-size: 24px;color: #fff;}
.info .info-div1-p1{font-size: 12px;color: #c2ccdd;margin-top: 25px;}
.info-list-div{margin-top: 164px;padding-top: 25px;border-top: 1px dashed #fff;}
.info-div1{background: url(img/back3.png) no-repeat center center;overflow: hidden;}
.info-div2{background: url(img/back2.png) no-repeat center center;overflow: hidden;}
.info-div3{background: url(img/back1.png) no-repeat center center;overflow: hidden;}
.info-div4{background: url(img/back4.png) no-repeat center center;overflow: hidden;}
.info-div5{background: url(img/back5.png) no-repeat center center;overflow: hidden;}
.info-div1 p{padding-left: 40px;}
.info span{display: block;margin: 5px auto 7px;text-transform: uppercase;opacity: .8;}
.info p{line-height: 30px;color: #fff;}
.i_right{width: 1195px;position: absolute;z-index: 1;left: height: 383px;top: 0; margin-top: 8px;}
.i_right li{width: 235px;height: 190px;margin-bottom: 4px;position: relative;float: left;background: #fff;margin-left:4px;}
.i_right li .li_box{width:235px;height: 190px;float: left;border-left: 1px solid #dbdbdb;background: #fff;text-align: center;position: absolute;left: 0;z-index: 1;transition: all .5s; }
.i_right li .txt1{margin-top: 34px;color: #323232;font-size: 18px;}
.i_right li .txt2{min-height: 42px;}
.i_right li .li_box .img-1{background-position: 0 0;}
.i_right li .imgbx{width: 60px;height: 70px;margin: 11px auto 12px;background: url(img/i_ico.png) no-repeat;}
.i_right li .imgbxa{ margin-top:12px;}
.i_right li .imgbxa img{width: 70px;height: 70px;margin-bottom: 10px;}
.i_right li .txt3{font-size: 12px;line-height: 22px;/* min-height: 44px;*/padding-bottom: 10px;}
.i_right li .price{display: block;margin: 0 auto 10px;font-size: 18px;color: #00aaff;}
.i_right li a{display: block;width: 151px;height: 36px;line-height: 36px;margin: auto;border: 1px solid #a1a1a1;color: #686969;}
.i_right li a:hover{opacity: 0.9;}
.radius_2{border-radius: 2px;}
.i_right li:hover{margin-top: 0px;}
.i_right li:hover .li_box{border-right: 1px solid #dbdbdb;box-shadow: 0px 0px 15px rgba(0,0,0,.3);z-index: 3;top: 0px;}
.i_right li:hover a{background: #00aaff;color: #fff;}
.i_right li .li_box .img-1{background-position: 0 0;}
.i_right li .li_box .img-2{background-position: -120px 0;}
.i_right li:hover .img-2{background-position: -180px 0;}
.i_right li .li_box .img-3{background-position: -240px 0;}
.i_right li .li_box .img-4{background-position: 0 -70px;}
.i_right li .li_box .img-5{background-position: -120px -70px;}
.i_right li .li_box .img-6{background-position: -240px -70px;}
.i_right li .li_box .img-7{background-position: 0px -140px;}
.i_right li .li_box .img-8{background-position: -120px -140px;}
.i_right li .li_box .img-9{background-position: -240px -140px;}
.i_right li .li_box .img-10{background-position: 0px -210px;}
.i_right li .li_box .img-11{background-position: -120px -210px;}
.i_right li .li_box .img-12{background-position: -240px -210px;}
.i_right li .li_box .img-13{background-position: 0px -280px;}
.i_right li .li_box .img-14{background-position: -120px -280px;}
.i_right li .li_box .img-15{background-position: -240px -280px;}
.i_right li .li_box .img-16{background-position: 0 -350px;}
.i_right li .li_box .img-17{background-position: -120px -350px;}
.i_right li .li_box .img-18{background-position: -240px -350px;}
.i_right li .li_box .img-19{background-position: 0 -420px;}
.i_right li .li_box .img-20{background-position: -120px -420px;}
.i_right li .li_box .img-21{background-position: -240px -420px;}
.i_right li .li_box .img-22{background-position: 0 -490px;}
.i_right li .li_box .img-23{background-position: -120px -490px;}
.i_right li .li_box .img-24{background-position: -240px -490px;}
/* ========================================= hover ===================================*/
.i_right li:hover .img-1{background-position:-60px 0;}
.i_right li:hover .img-2{background-position:-180px 0;}
.i_right li:hover .img-3{background-position:-300px 0;}
.i_right li:hover .img-4{background-position:-60px -70px;}
.i_right li:hover .img-5{background-position:-180px -70px;}
.i_right li:hover .img-6{background-position:-300px -70px;}
.i_right li:hover .img-7{background-position:-60px -140px;}
.i_right li:hover .img-8{background-position:-180px -140px;}
.i_right li:hover .img-9{background-position:-300px -140px;}
.i_right li:hover .img-10{background-position:-60px -210px;}
.i_right li:hover .img-11{background-position:-180px -210px;}
.i_right li:hover .img-12{background-position:-300px -210px;}
.i_right li:hover .img-13{background-position:-60px -280px;}
.i_right li:hover .img-14{background-position:-180px -280px;}
.i_right li:hover .img-15{background-position:-300px -280px;}
.i_right li:hover .img-16{background-position:-60px -350px;}
.i_right li:hover .img-17{background-position:-180px -350px;}
.i_right li:hover .img-18{background-position:-300px -350px;}
.i_right li:hover .img-19{background-position:-60px -420px;}
.i_right li:hover .img-20{background-position:-180px -420px;}
.i_right li:hover .img-21{background-position:-300px -420px;}
.i_right li:hover .img-22{background-position:-60px -490px;}
.i_right li:hover .img-23{background-position:-180px -490px;}
.i_right li:hover .img-24{background-position:-300px -490px;}
.i_service .liBox1{background: #00aaff;border:11px solid #00aaff;}
.i_service .liBox2{background: #ff7f00;border:11px solid #ff7f00;}
.i_service .liBox3{background: #fa4f4f;border:11px solid #fa4f4f;}
.i_service .liBox4{background: #72bb38;border:11px solid #72bb38;}
.i_service .liBox5{background: #004b92;border:11px solid #004b92;}
.i_service .liBox6{background: #3fbff0;border:11px solid #3fbff0;}
.i_service .liBox7{background: #ff7f00;border:11px solid #ff7f00;}
.i_service .liBox8{background: #fa4f4f;border:11px solid #fa4f4f;}
.city_serve h2{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #535353;
    font-weight: bold;
}
/*资质办理*/
.buss-service-boxa{width: 100%;height: 540px;background: #fff;overflow: hidden;min-width: 1200px;margin-top:-81px;}
.buss-service-boxa .buss-content{width: 1200px;margin: 0 auto;background: #fff;}
.buss-service-boxa .zero-title{text-align: center;}
.buss-service-boxa .zero-title h2{text-align: center;font-size: 26px;color: #292E2E;overflow: hidden;margin-top: 48px;font-weight: bold;}
.buss-service-boxa .zero-title p{font-size: 14px;color: #979C9B;font-weight: normal;text-align: center;margin-top: 16px;margin-bottom: 32px;}
.buss-service-boxa .zero-title span{display: block;width: 62px;height: 3px;margin: 8px auto 0;background: #b5b6b8;}
.handle_one{width:1237px; height:360px;background:#fff;}
.handle_one h4{color:#00aaff; font-size:25px; padding:10px 10px 10px 10px;}
.handle_one ul{padding-bottom:20px;}
.handle_one li{width: 235px;height: 310px;border: 2px solid #d6d7d8; margin:2.51px; float:left;}

.handle_one .txt2{margin-top: 24px;color: #00aaff;font-size: 18px; text-align:center;}
.handle_one span{ line-height:40px;color: #c7c8cd;font-size: 14px; margin:0 11px;}
.handle_one .imgbx_a{width: 100px;height: 15px;margin: 11px 20px 12px;background: url(img/duigou.png) no-repeat;}
.handle_one .img-010{padding-left:30px; padding-top:4px; color:#000;}
.handle_one .radius_2a{ margin:43px; border:1px solid #00aaff;}
.handle_one a{ padding:5px 40px;}
.handle_one a:hover{ color:#00aaff;}

.buss-service-boxb{width: 100%;height: 1220px;background: #fff;overflow: hidden;min-width: 1200px;margin-top:-41px;}
.buss-service-boxb .buss-content{width: 1200px;margin: 0 auto;background: #fff;}
.buss-service-boxb .zero-title{text-align: center;}
.buss-service-boxb .zero-title h3,.buss-service-box .zero-title p{color: #323232;}
.buss-service-boxb .zero-title h3{font-size: 30px;margin-top: 55px;}
.buss-service-boxb .zero-title p{font-size: 14px;line-height:30px;}
.buss-service-boxb .zero-title span{display: block;width: 62px;height: 3px;margin: 8px auto 0;background: #b5b6b8;}
.handle_two{ width:1237px; height:300px;}
.handle_two ul li{width: 230px;height: 290px;border: 1px solid #d6d7d8; margin:5.5px; float:left;}
.handle_two .txt2{margin-top: 24px;color: #000;font-size: 18px; text-align:center; font-weight:bold;}
.handle_two .txt3{color: #6a6a6a;font-size: 14px; line-height:30px;margin-left:20px;}
.handle_two .txt4{color: #00aaff;font-size: 20px; line-height:50px;margin-right:20px; text-align:center;}

.handle_two_a{ width:250px; height:300px; background:url(img/z_1.png) no-repeat; float:left;}
.handle_two h3{ font-size:30px; color:#fff; text-align:center; padding-top:135px;}
.handle_two_b{ width:250px; height:300px; background:url(img/z_2.png) no-repeat;float:left;}
.handle_two_c{ width:250px; height:300px; background:url(img/z_3.png) no-repeat;float:left;}
.handle_two_d{ width:250px; height:300px; background:url(img/z_4.png) no-repeat;float:left;}
.handle_two .radius_2a{ border:2px solid #00aaff; margin-left:40px;}
.handle_two a{ padding:6px 30px;}
.handle_two a:hover{ color:#00aaff;}
.dgg-epServicesInfo .txt4{color: #00aaff;font-size: 18px; margin-bottom:15px;margin-left:20px;}


 
#team h2{margin:0px 0px 8px 0px;font-size: 40px;color: #000000;text-align: center;letter-spacing: 2px;}
#team .box {height: 353px;margin-top: 30px;position: relative;}
#team .box >.box-swiper{height: 353px;width: 1258px;margin:0 auto;position: relative;overflow: hidden;}

#team .box .swiper-wrapper{width: 1258px;height: 353px;}
#team .box .swiper-wrapper .swiper-slide .thumb{width: 260px;height:353px;float: left;}
#team .box .swiper-wrapper .swiper-slide > div.info{width: 722px;float: right;}
#team .box .swiper-wrapper .swiper-slide > div.info>b{font-size: 25px;color: #010101;font-weight: bold;display: block;margin-top: 30px;line-height: 1em;}
#team .box .swiper-wrapper .swiper-slide > div.info>p.zhiwei{color: #909090;font-size: 18px;margin-top: 20px;}
#team .box .swiper-wrapper .swiper-slide > div.info>p.yewu{color: #000000;font-size: 16px;margin-top: 40px;}
#team .box .swiper-wrapper .swiper-slide > div.info>p.description{color: #000000;font-size: 16px;margin-top: 35px;line-height: 30px;}
#team .box >.next{position: absolute;right: 0;background:url('img/right_06.png') no-repeat center;height: 353px;width: 32px;cursor:pointer;}
#team .box >.prev{position: absolute;left: 0px;background:url('img/left_06.png') no-repeat center;height: 353px;width: 32px;cursor:pointer;}
.bg-e2e2e2 {width:1227px;}

.tdui-con {margin-left: 10px; padding-right: 10px;  }
.tdui-con > .img-list {width: 150px;height: 150px;float:left;overflow: hidden;position: relative;cursor: pointer; margin-top:2px;}
.img-logo{width: 300px;height: 150px;float:left; background:#000;margin-top:2px; margin-left:1px;}
.tdui-con > .img-list > img {max-width: 100%; margin-left:1px;}
.tdui-con > .img-list > .con-l {position: absolute;bottom: 1px;background: rgba(0, 0, 0, 0.75);width: 100%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s; }
.tdui-con > .img-list > .con-l > h3 { font-size: 16px;color: #ffffff;padding-top: 12px ;text-align: center; }
.tdui-con > .img-list > .con-l > p {font-size: 14px;margin-top: 0;margin-bottom: 16px;color: #ffffff;text-align: center; line-height:30px; }
.tdui-con > .img-list:hover > .con-l {transform: scale(1); }

.dai-more {text-align: center; }
.dai-more >a {margin-top: 30px; }
.more-tuan {padding: 15px 60px;border-radius: 30px; -webkit-border-radius: 30px;-moz-border-radius: 30px;transition: all 0.5s ease 0s;font-size: 18px;color: #ffffff;background: #00aaff;display: inline-block; }
.more-tuan:hover {transform: translateY(-3px);color: #ffffff; }


/*个人中心*/
.usour{ width:100%; height:auto}
.usour_a{ width:1223px; height:auto; margin:0 auto;background:#000; margin-top:20px;}
.usour_left{ width:300px; height:600px;  float: left; background:#FFF;}
.usour_right{ width:900px; height:600px; background:#0F6; float:right;}
.usour_tou{ width:130px; height:130px; margin:0 auto; background:url( img/usour.png) no-repeat center center; margin-top:10px;}
.usour_left .zhid{ text-align:center; margin-top:15px;}
.usour_left span{ color:#00aaff;}
 
.usour_left .btn-border.color-3 {background-color: transparent;border: 2px solid #f6774f;color: #f6774f;}
.usour_left .btn {border: none;color: white;overflow: hidden;margin: 1rem;padding: 0;text-transform: uppercase;width: 150px;height: 40px;cursor:pointer;}
.usour_left .btn.color-3 {background-color: #f6774f; margin-left:80px;}
.usour_left .btn-round {border-radius: 10em;}
.usour_fabu{ width:200px; height:200px;  margin:0 auto; border-top: 1px solid #cecece;}
.usour_left .zhida{text-align:center; margin-top:15px; font-size:24px;}
.usour_left .zhid a:hover{ color:#00aaff;}

#userInfomation .zhid{ text-align:center; margin-top:15px;}
#userInfomation span{ color:#00aaff;}
#userInfomation .zhida{text-align:center; margin-top:15px; font-size:24px;}
#userInfomation .zhid a:hover{ color:#00aaff;}
#userInfomation .btn-border.color-3 {background-color: transparent;border: 2px solid #f6774f;color: #f6774f;}
#userInfomation .btn {border: none;color: white;overflow: hidden;margin: 1rem;padding: 0;text-transform: uppercase;width: 150px;height: 40px;cursor:pointer;}
#userInfomation .btn.color-3 {background-color: #f6774f; margin-left:80px;}
#userInfomation .btn-round {border-radius: 10em;}

/*职称*/
.zhicheng{ width:1200px; height:340px; margin:0 auto; }
.zhicheng_a{width: 230px;height: 320px;border: 1px solid #d6d7d8; margin:4px; float:left;}
.zhicheng_a h1{color:#000; font-size:25px; padding:30px 10px 10px 10px; text-align:center; font-weight: 800;}
.zhicheng_a ul li{ width:100px; height:115px; float:left;  margin-left:10px; margin-top:10px;}
.zhicheng_a ul li img{ width:90px; height:80px; margin:0 auto;display:block;}
.zhicheng_a ul li span{ color:#999;text-align: center;display:block; margin-top:9px;}
.zhicheng_b{ width:1200px; height:100px; margin:0 auto; background:#fff;}
.zhicheng_b ul li{ float:left; margin:10px 10px;}

/*标题 start*/
.ter-box{
	padding:50px 0;
	width: 1200px;
	margin:0 auto;
	min-width: 1180px;
	position: relative;
	overflow: hidden;
}
.ter-box.box-bg{
	background:#f1f2f3;
}
.ter-box .ter-tit{
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}
.ter-tit strong{
	font-size: 30px;
	color: #333;
	line-height: 1;
}
.ter-tit p{
	font-size: 18px;
	color: #666;
}
.ter-tit .sm-dgg{
	font-size: 16px;
	color: #666;
	text-indent: 2rem;
	margin-top: 15px;
}
/*标题 end*/
/*常见问题start*/
.prem-box{
	padding-top: 25px;
}
.right-counselor{
	width: 280px;
	height: 321px;
	float: right;
	overflow: hidden;
	background: #f1f2f3;
	position: relative;
}
.right-counselor-box ul{
	overflow: hidden;
}
.right-counselor-box ul li{
	float: left;
	overflow: hidden;
	position: relative;
	width: 280px;
	height: 321px
}
.right-counselor-box ul li .img{
	position: relative;
	overflow: hidden;
	width: 260px;
	height: 260px;
	margin: 10px auto;
}
.right-counselor-box ul li .img img{
	width: 260px;
	height: 260px;
}
.right-counselor-box ul li .til{
	position: absolute;
	padding: 10px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 260px;
}
.right-counselor-box ul li .til span{
	color: #888;
	float: left;
	line-height: 35px;
}
.right-counselor-box ul li .til font{
	color: #333;
	font-size: 14px;
}
.right-counselor-box ul li .til a{
	display: block;
	float: right;
	width: 102px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	text-align: center;
	color: white;
	background-color: #00aaff;
}
.right-counselor .prev,.right-counselor .next{
	position: absolute;
	width: 29px;
	height: 35px;
	background: url("img/tranbg-3.png") repeat;
	line-height: 3;
	text-align: center;
	top: 50%;
	left: 10px;
	margin-top: -17px;
	display: none;
}
.right-counselor .prev span,.right-counselor .next span{
	background: url("img/btn-pre-n.png") no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 11px;
	height: 18px;
}
.right-counselor .next{
	right: 10px;
	left: auto;
}
.right-counselor .next span{
	background: url("img/btn-pre-n.png") no-repeat -11px 0;
}
.sub-station-btn:hover{ background: #000;}

.left-question{
	float: left;
	width: 880px;
}
.left-question>ul{
	*height: 286px;
	overflow: hidden;
}
.left-question>ul li{
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 40px;
}
.left-question>ul li .tit{
	width: 395px;
	height: 35px;
	border-radius: 35px;
	background: #cecece;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	line-height: 35px;
	text-align: left;
	position: relative;
}
.left-question>ul li .tit i{
	background: url(img/prem-tit.png) no-repeat;
	width: 18px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 20px;
	display: none;
}
.left-question>ul li .ans{
	font-size: 15px;
	color: #888;
	line-height: 24px;
	text-align: left;
	margin-top: 20px;
	padding-left: 15px;
}
.left-question>ul li:hover .tit{
	background: #00aaff;
	color: white;
}
.left-question>ul li:hover .tit i{
	display: block;
}
.go-more{
	width: 250px;
	height: 35px;
	border-radius:35px;
	background: #00aaff;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 35px;
	position: relative;
	margin: 0 auto;
}
.go-more a{
	color: white;
}
.go-more i{
	background: url(img/add-icons.png) no-repeat;
	width:14px;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -7px;
}

/*新闻资讯 start*/
.block9{
    padding-bottom: 40px;
}
.news-block-box{
    overflow: hidden;
}
.news-block-box li{
    float: left;
    width: 33%;
    background: #fff;
}
.news-block-box li:not(:first-child){
    border-left: 1px dashed #ddd;
}
.news-block-box li a{
    display: block;
}
.news-block-box li .tit{
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 20px 20px 15px;
    box-sizing: border-box;
}
.news-block-box li .tit p{
    font-size: 14px;
    color:#666;
    line-height: 20px;
    float: left;
}
.news-block-box li .tit>a{
    font-size: 14px;
    color:#999;
    float: right;
    margin-top: 20px;
}
.news-block-box li .tit>a:hover{
    color:#666;
    text-decoration: underline;
}
.news-block-box li .tit p b{
    font-size: 16px;
    color:#333;
}
.news-block-box li .cont{
    padding: 15px 20px 20px;
    box-sizing: border-box;
}
.news-block-box li .cont a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color:#666;
    padding: 10px 0;
}
.news-block-box li .cont a.img{
    height: 185px;
}
.news-block-box li .cont a.img img{
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-block-box li .cont a.img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-block-box li .cont a:hover{
    color:#00aaff;
}

 #nb_icon_wrap {
     display: block !important;
 }

.nb-icon-wrap .nb-icon-base .icon-right-center .nb-icon-skin-9 .nb-icon-group {
    display: none !important;
}
.footer-bd-text{
    padding: 15px 0;
}
.footer-bd-text a:nth-child(1){
    color: #fff;
}
.footer-bd-text a {
    display: block;
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    color: #707a87;
    padding-right: 0;
    margin-right: 20px;
}
.footer-list-fl{
    color: #fff;
}
/*底部文章*/

.title-footer{width:1200px;padding:30px 0 25px 0;margin:0 auto;text-align:center;font-size:32px;}
.title-footer .big{overflow:hidden;font-weight:normal;}
.title-footer .big span{font-size:24px;text-align:center;color:#343434;position:relative;height:30px;display:inline-block;padding:0 20px;font-weight:700;}
.title-footer .big span i{display:block;width:11px;height:11px;position:absolute;content:"";top:50%;margin-top:-5.5px;background:url(img/sys_icon.png) no-repeat -159px 0;}
.title-footer .big span .i_l{left:0;}
.title-footer .big span .i_r{right:0;}
.title-footer .intro{text-align:center;font-size:14px;color:#9B9B9B;line-height:28px;}
.title_box{height:28px;line-height:28px;overflow:hidden;width:320px;margin:0 auto;position:relative;}
.title_box li{font-size:14px;color:#9B9B9B;text-align:left;line-height:28px;height:28px;text-align:left;padding-left:70px;}
.title_box span{font-size:14px;color:#9B9B9B;position:absolute;left:0;top:0;width:70px;height:28px;}

/*评审*/
.con10_bx {

  background: #f7f7f7 none repeat scroll 0 0;

  margin: 0 auto;

  position: relative;

  width: 1200px;



}

.con10_bx > table {

  border-left: 1px solid #d6d6d6;

  margin: auto;

  width: 1200px;

}

.con10_bx > table th {

  background: #4592e2 none repeat scroll 0 0;

  border-bottom: 1px solid #d6d6d6;

  border-right: 1px solid #d6d6d6;

  color: #fff;

  font-size: 18px;

  line-height: 25px;

  padding: 10px 5px;

  text-align: center;

}

.con10_bx > table td {

  background: #fff none repeat scroll 0 0;

  border-bottom: 1px solid #d6d6d6;

  border-right: 1px solid #d6d6d6;

  color: #333;

  font-size: 16px;

  line-height: 20px;

  padding: 5px 9px;

  text-align: center;

}

.con10_bx > table td strong {

  background: #00a2ff none repeat scroll 0 0;

  color: #fff;

  font-size: 16px;

  font-weight: bold;

}

.con10_bx > table td .td_a1 {

  background: #00a2ff none repeat scroll 0 0;

  color: #fff;

  display: block;

  font-weight: bold;

  margin: 2px 0;

  padding: 5px 0;

  text-align: center;

}

.con10_bx > table td .td_a2 {

  background: #f76c05 none repeat scroll 0 0;

  color: #fff;

  display: block;

  font-weight: bold;

  margin: 2px 0;

  padding: 5px 0;

  text-align: center;

}



.block-2 {

  background-color: #00a2ff;

  height: 480px;

  margin: 20px 0;

  width: 100%;

  text-align: center;

}

.con-title {

  height: 32px;

  line-height: 32px;

  padding: 30px 0;

  width: 100%;

  font-size: 2em;

    line-height: 1.5;

	color:#fff;

}

.index-infos .brief {

  font-size: 14px;

  padding: 30px 0;

  text-align: center;

}

.index-infos {

  margin-top: 5px;

  position: relative;

}
.item-title {

  border-bottom: 1px solid #f2f2f2;

  bottom: -1px;

  padding-top: 55px;

  position: relative;

  text-align: center;

}

.item-title .en {

  color: #000;

  display: block;

  font-size: 46px;

  font-weight: bold;

  line-height: 1;

}

.item-title .cn {

  border-bottom: 5px solid #ff6c00;

  display: inline-block;

  font-size: 2em;

  line-height: 1.5;

}
.slider-box .banner-zhuce {

  background: rgba(0, 0, 0, 0) url("img/zhuce.jpg") no-repeat scroll center center;

  height: 900px;

  margin: 0 auto;

  overflow: hidden;

  width: 100%;

}

/*资质单*/
.zizhi_fua{ width:1200px; height:600px; margin:0 auto; margin-top:20px;}
.zizhi_fua_left{ float:left; width: 240px;height: 600px;padding: 10px 10px 0 10px;background-image: url(img/zzfw01.jpg);background-repeat: no-repeat;background-size: 240px 600px; }
.zizhi_fua_right{ width:940px; height:auto; float:right;}
.zizhi_fua_right ul li{ width:171px; height:170px; border:1px solid #cecece; float:left; margin-left:15px; margin-top:20px;}
.zizhi_fua_right ul li img{width:65px; height:65px; margin:0 auto;display:block; margin-top:7px;}
.zizhi_fua_right ul li p{ color:#525959;text-align: center;display:block; margin-top:9px; margin-bottom:25px;white-space: nowrap;overflow: hidden;width: 85%;margin: 15px 10px 15px;}
.zizhi_fua_right ul li a{ border:1px solid #aaaaaa; margin-left:38px; padding:6px 20px;border-radius: 25px; color:#525959;display: inline-block;
    margin-top: 15px;}
.zizhi_fua_zi{ width:200px; height:40px; margin-top:50px; margin-left:15px;}
.zizhi_fua_zi h3{ color:#fff; font-size:21px; font-weight:600;}
.zizhi_fua_zi h3 a{ color:#fff;}
.zizhi_fua_wen{ width:200px; height:200px; margin-top:100px;}
.zizhi_fua_wen ul li{ background:url(img/duigou-11.png) no-repeat scroll center center;}

.zizhi_fub{ width:1200px; height:400px; margin:0 auto; margin-top:20px;}
.zizhi_fua_leftb{ float:left; width: 240px;height: 400px;padding: 10px 10px 0 10px;background-image: url(img/zzfw02.jpg);background-repeat: no-repeat;background-size: 240px 400px; }
.zizhi_fuc{ width:1200px; height:800px; margin:0 auto; margin-top:20px;}
.zizhi_fua_leftc{ float:left; width: 240px;height: 800px;padding: 10px 10px 0 10px;background-image: url(img/zzfw03.jpg);background-repeat: no-repeat;background-size: 240px 800px; }
.zizhi_fud{ width:1200px; height:400px; margin:0 auto; margin-top:20px;}
.zizhi_fua_leftd{ float:left; width: 240px;height: 400px;padding: 10px 10px 0 10px;background-image: url(img/zzfw04.jpg);background-repeat: no-repeat;background-size: 240px 400px; }
.zizhi_fue{ width:1200px; height:210px; margin:0 auto; margin-top:20px;}
.zizhi_fua_lefte{ float:left; width: 240px;height: 210px;padding: 10px 10px 0 10px;background-image: url(img/zzfw05.jpg);background-repeat: no-repeat;background-size: 240px 210px; }
.dgg-floor-item{ width:1200px; height:auto; margin:0 auto; margin-top:40px;}
.dgg-epServices{ text-align:center; font-size:26px; color:#000; overflow:hidden;}
.dgg-epServicesDsc{ font-size:14px; color:#979c9b; font-weight:normal; text-align:center; margin-top:16px; margin-bottom:32px;}
.jindu{ width:1200px; height:100px; margin:0 auto; margin-top:30px; }
/*about*/
.bannerAll{
  position: relative;
  z-index: 1000;
}
.bannerMain{
  background: url(img/tp_banner_gywm.jpg) no-repeat center top;
  background-size: 1920px auto;
  position: relative;
  background-color: #114FFF;

}
.bannerAbout{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,calc(-50% - 24px));
  white-space: nowrap;
}
.bannerMain h1{
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 3px;
}
.bannerMain .line{
  width: 1px;
  height: 21px;
  opacity: 0.51;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin: 0 22px 0 16px;
}
.bannerMain p{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 15px;
}
.banner_menu{
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0px;
}
.banner_menu.fixed_nav_about{
  position: fixed;
  top: 50px;
  background: #ffffff;
  height: 68px;
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.banner_menu ul{
  display: flex;
  align-items: center;
}
.banner_menu ul li{
  flex: 1;
  box-sizing: border-box;
}
.banner_menu ul li a{
  font-size: 14px;
  font-weight: bold;
  color: #5C6068;
  text-align: center;
  display: block;
  box-sizing: border-box;
  height: 68px;
  line-height: 68px;
}
.banner_menu ul li:hover{
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.9;
}
.banner_menu ul li:hover a{
  color: #0090FF;
  /* border-bottom: 2px solid #FF6900; */
  padding-bottom: 24px;
}
.banner_menu ul li.banner_menu_cur{
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.9;
}
.banner_menu ul li.banner_menu_cur a{
  color: #0090FF;
  border-bottom: 2px solid #0090FF;
  padding-bottom: 24px;
}
.article_div{ width:1200px; margin:0 auto; box-sizing:border-box;}
.about_main_box{
  /* display: none; */
}
.article_main_white{
    background: #ffffff;
}
.article_main h2.article_h2{
    font-size: 34px;
    color: #001B3B;
    font-weight: bold;
    text-align: center;
}
.article_main h5.article_h5{
    font-size: 14px;
    color: #5C6068;
    margin-top: 10px;
    text-align: center;
}
.article_main h5.article_h5 span.org{
    font-weight: bold;
    font-size: 24px;
    color: #FF6900;
}
.article_main.people_bg h2.article_h2{
    color: #ffffff;
}
.article_main.people_bg h5.article_h5{
    color:#C0C4CC;
}
.about_article_h2{
  font-size: 34px;
  font-weight: 400;
  color: #1B2948;
  padding-top: 50px;
  padding-bottom: 50px;
}
.group_introduction_left p{
  font-size: 16px;
  line-height: 20px;
  color: #5C6068;
  margin-bottom: 16px;
}
.group_introduction_left p span{
  color: #1B2948;
  font-weight: bold;
}
.wish{
  margin-top: 40px;
  /* margin-bottom: 30px; */
}
.wish ul{
  display: flex;
  border-radius: 4px;
}
.wish ul li{
  width: calc(25%);
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  padding: 30px 16px;
  border-right: none;
  cursor: pointer;
}
.wish ul li:last-child{
  border-right: 1px solid #DCDFE6;
}
.wish ul li:hover{
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.wish ul li:hover h5{
  color: #0090FF;
}
.wish ul li h5{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
  line-height: 25px;
}
.wish ul li p{
  font-size: 14px;
  font-weight: 400;
  color: #909399;
}
.enterprise_advantage_bg .group_list_img{
        padding: 20px 0 60px;
        height: 280px;
    }
.article_main{
    padding: 30px 0 30px;
}
.article_main h2.article_h2{
    font-size: 34px;
    color: #001B3B;
    font-weight: bold;
    text-align: center;
}
.article_main h2.article_h2 a{
    font-size: 34px;
}
.enterprise_advantage_bg {
  background: url(img/tp_gywm_qyys.jpg) no-repeat center;
  background-size: cover;
}
.enterprise_advantage {
  margin-top: 30px;
  margin-bottom: 30px;
}
.enterprise_advantage ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterprise_advantage ul li{
  width: calc(33.33%);
  border-right: 1px solid #C2C2D4;
  font-size: 28px;
  color: #1B2948;
  text-align: center;
}
.enterprise_advantage ul li h5 span{
  font-size: 94px;
}
.enterprise_advantage ul li p{
  font-size: 18px;
  margin-top: 4px;
}
.enterprise_advantage ul li:last-child{
  border-right: none;
}
.group_introduction_left img{ width:600px;  margin:0 auto; display:block;}
.fuwu_dan{ width:1500px; height:600px; margin:0 auto;}
.fuwu_dan_a{ width:130px; height:115px; border:1px solid #cecece; float:left;}
.fuwu_dan_a img{ width:80px; height:60px; margin:0 auto; margin-top:5px; display:block;}
.fuwu_dan_a p{ text-align:center; margin-top:20px;}
#pagea{ width:500px; height:50px; margin:0 auto; float:left;margin-top:50px;}
#page{ width:900px; height:50px; margin:0 auto; float:left;margin-top:50px;text-align: center;}
#page a{ margin-left:10px;}

.xuanze{width:100px; height:50px; border: 1px solid #182b88; border-top-left-radius:30px; float:left; background:#182b88;}
.xuanze ul li{ width:100px; height:50px; float:left;}
.xuanze ul li a{ text-align:center;font-size:18px; display:block; line-height:50px;color:#fff;}
.xuanze ul li a:hover{ color:#ff6600;}
.xuanze_a{width:100px; height:50px; border: 1px solid #ff6600;border-top-right-radius:30px; float:left; background:#ff6600;}
.xuanze_a ul li{ width:100px; height:50px; float:left;}
.xuanze_a ul li a{ text-align:center;font-size:18px; display:block; line-height:50px; color:#fff;}
.xuanze_a ul li a:hover{ color:#182b88;}

.yzm-form-box{margin: 20px 0}
.yzm-table{}
.yzm-table tr{height: 35px; float:left; margin-left:5px;}
.yzm-table-title{font-size: 16px;}
.yzm-table-title .red{color: red;margin-left: 5px}
.yzm-code{cursor: pointer;margin-left: 20px;vertical-align: middle;}
.yzm-input-text{outline: none;width: 100%;padding: 11px 25px;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #00aaff;box-sizing:border-box;border-radius: 3px;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.yzm-textarea{border:1px solid #ced4da;color:#495057;box-sizing:border-box;border-radius:3px;padding:8px 12px;width:100%;height:120px;outline:none}
.yzm-input-text:focus,
.yzm-textarea:focus{transition: all 0.218s ease 0s;border: 1px solid #2196f3;}
.yzm-select{background: #fff none repeat scroll 0 0;border-color: #00aaff;border-image: none;border-style: solid;border-width: 1px;height: 40px;line-height: 30px;margin-right: 2px;min-width: 180px}
.fieldset_list{border: 1px solid #d8d8d8;margin: 10px 0}
.fieldset_list legend{font-size: 13px;color: #666;background-color: #f9f9f9;border: 1px solid #d8d8d8;padding: 0 15px;height: 25px;line-height: 25px;width: 56px;margin-bottom: 0px;}
.fieldset_tip{text-align: center;font-size: 13px;margin-top: 5px;margin-bottom: 10px;}
.file_ul li{margin-bottom:5px;margin-left:10px}
.file_ul li .input-text{margin-right:10px;height:23px;line-height:23px;width:230px;padding:3px 5px;border:1px solid #ddd;margin-bottom:8px;border-radius:3px}
.file_ul li .yzm-input-alt{width:180px;}
.file_ul li a{color:#fff;font-size:12px;padding:4px 6px;background:#2196f3;border-radius:2px;}
.file_ul li a:hover{text-decoration:none;opacity:0.8}
.radio{margin-right: 3px;}
.option_label{margin-right: 8px;}
.red{color: red;margin-left: 5px}
.codeimg{cursor: pointer;margin-left: 20px;vertical-align: middle;}
.uploadfile{height: 25px;line-height: 25px;width: 330px;padding: 3px 5px;border-radius: 2px;border: 1px solid #dadada;outline: none;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;}
.laydate-icon{padding:5px 6px;border-radius:3px;width:200px;}
.upload-btn{background: #5a98de;color: #fff !important;display: inline-block;text-align: center;height: 25px;line-height: 25px;cursor: pointer;padding: 3px 10px;border-radius: 3px;transition: all 0.3s}
.upload-btn:hover{background: #0a6999;color: #fff;text-decoration: none}
.yzm-submit{outline: none;border-color: #00aaff;background: linear-gradient(#00aaff, #00aaff);text-align: center;display: inline-block;cursor: pointer;border: none;transition: .3s;font-size: 12px;height: 40px;line-height: 40px;padding: 0 48px;color: #fff;border-style: solid;border-width: 1px;border-radius: 3px;}
.yzm-submit:hover{opacity:0.8;color:#fff}
.youshi_tu{ width:100%; display:block; margin:0 auto;}
.youshi_tu img{max-width:100%}

.zong_area{ width: 1200px; height:440px; margin: 0 auto; background:#fff; }
.area{width:590px;margin:20px auto 0 auto;background:#fff; float: left; margin-left: 5px;}
.area_a{ width: 500px; height: 55px; float: left; }
.img_area{width:590px;height:348px;overflow:hidden;}
.img_area ul li{ width: 280px; height: 167px; background: #fbfafa; margin-left: 8px; float: left; margin-bottom: 7px; }
.img_area .tags span{display: inline-block;height: 16px;line-height: 16px;border: 1px solid rgba(145, 152, 152, 0.3);border-radius: 2px;font-size: 12px;color: #919898;margin-right: 4px;padding: 0 4px; font-size: 12px;margin: 24px 20px 16px;}
.img_area .name{font-size: 16px;font-weight: bold;color: #333333;margin-bottom: 12px; margin-left: 20px;}
.img_area .des{font-size: 12px;color: #979c9b;margin-bottom: 24px; margin:0 20px ;}
.tab_area{width:590px;height:55px;overflow:hidden; float: right;}
.img_area .now-price{font-size: 12px;color: #00aaff;}
.img_area .now-price span{font-size: 16px;font-weight: 600;}
.area_a{height: 72px;line-height: 56px;overflow: hidden;}
.area_a span{  position: relative; width: 24px;height: 24px;line-height: 24px;text-align: center;border-radius: 2px;font-size: 14px;font-family: Arial;margin-right: 20px;color: #acadaf; vertical-align: middle;}
.area_a .fl{font-size: 20px; margin-left: 9px;}

.img_area .now-price_b .btnlook_b{width: 78px;height: 26px;line-height: 26px;text-align: center;border: 1px solid #00aaff;font-size: 12px;color: #00aaff; margin-top: 8px;display: block; margin-top:20px; margin-left:30px;}
.img_area .now-price_a .btnlook_a{width: 78px;height: 26px;line-height: 26px;text-align: center;border: 1px solid #00aaff;font-size: 12px;color: #00aaff; margin-top: -28px; margin-left: 170px; float: left;}

.img_area .now-price_a a:hover{ background: #00aaff; color:#fff; }
.tab_area ul li{width:10px;height:25px;text-align:center;line-height:25px; float:left;margin-left:-1px;color:#FFFFFF;border-left-width:1px;border-left-style:solid;border-left-color:#fff;}
.tab_area ul li a{color:#1E50A2;}
.tab_area ul li.current a{color:#1E50A2;font-weight:600}
#tab1_2, #tab1_4, #tab1_6, #tab1_8, #tab2_2, #tab2_4, #tab2_6, #tab2_8{margin-left:0;}
#searchbtn{ width:120px; height:45px; background:#00aaff; font-size:15px;letter-spacing:20px;padding-left:20px;color:#fff;}
/*QQ浮动*/
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
  /*  width: 16px;*/
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}