﻿
@keyframes hotmove {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
}

.dgg-top {
  height: 36px;
  line-height: 36px;
  background: #f4f4f4;
}
.dgg-top .container .list > li {
  position: relative;
  float: left;
  padding: 0 12px;
  font-size: 0;
}
.dgg-top .container .list > li > img {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: baseline;
}
.dgg-top .container .list > li > a {
  font-size: 12px;
  color: #979c9b;
}
.dgg-top .container .list > li:hover a {
  color: #00aaff;
}
.dgg-top .container .list > li.choose-city .city-down {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 210px;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  line-height: 28px;
  text-align: left;
  z-index: 30;
}
.dgg-top .container .list > li.choose-city .city-down label {
  display: block;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 16px;
  margin-bottom: 8px;
  color: #00aaff;
  font-size: 12px;
}
.dgg-top .container .list > li.choose-city .city-down .citys {
  font-size: 0;
}
.dgg-top .container .list > li.choose-city .city-down .citys li {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  width: calc(100%/3);
  width: -moz-calc(33.33333333%);
  width: -webkit-calc(33.33333333%);
}
.dgg-top .container .list > li.choose-city .city-down .citys li:nth-child(3n) {
  text-align: right;
}
.dgg-top .container .list > li.choose-city .city-down .citys li:nth-child(3n-1) {
  text-align: center;
}
.dgg-top .container .list > li.choose-city .city-down .citys li a {
  color: #252525;
  font-size: 12px;
}
.dgg-top .container .list > li.choose-city .city-down .citys li a:hover {
  color: #00aaff;
}
.dgg-top .container .list > li.choose-city:hover {
  background: #fff;
}
.dgg-top .container .list > li.choose-city:hover .city-down {
  display: block;
}
.dgg-top .container .list > li.slide-code .bar-expand-decode {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  top: 36px;
  border: 1px #f5f5f6 solid;
  border-top: 0;
  z-index: 30;
}
.dgg-top .container .list > li.slide-code .bar-expand-decode .bar-decode-inner {
  line-height: 1;
  font-size: 0;
}
.dgg-top .container .list > li.slide-code .bar-expand-decode .bar-decode-inner img {
  width: 80px;
  height: 80px;
}
.dgg-top .container .list > li.slide-code .bar-expand-decode .bar-decode-inner p {
  color: #979c9b;
  font-size: 12px;
  margin-top: 10px;
}
.dgg-top .container .list > li.slide-code:hover .bar-expand-decode {
  display: block;
}
.dgg-top .container .list > li.my-xdy .bar-expand-dingcloud {
  position: absolute;
  display: none;
  border-bottom: 1px #e5e5e5 solid;
  line-height: 1;
  width: 100%;
  left: 0;
  background-color: #fff;
  text-align: center;
}
.dgg-top .container .list > li.my-xdy .bar-expand-dingcloud .bar-dingcloud-inner > a {
  display: block;
  padding: 10px 0;
  color: #292e2e;
  font-size: 12px;
  text-align: center;
}
.dgg-top .container .list > li.my-xdy .bar-expand-dingcloud .bar-dingcloud-inner > a:hover {
  color: #f60;
}
.dgg-top .container .list > li.my-xdy:hover .bar-expand-dingcloud {
  display: block;
}
.dgg-top .container .fl > .list > li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  left: 0;
  top: 13px;
  margin: auto;
}
.dgg-top .container .fl > .list > li:last-child::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  right: 0;
  top: 13px;
  margin: auto;
}
.dgg-top .container .fr > ul > li > a span {
  color: #00aaff;
}
.dgg-top .container .fr > ul > li > a span em {
  font-size: 13px;
}
.dgg-top .container .fr > ul > li.tel a span {
  font-weight: 600;
  font-size: 18px;
}
.dgg-top .container .fr > ul > li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  right: 0;
  top: 13px;
  margin: auto;
}
.dgg-top .container .fr > ul > li.notice .tips {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 6px;
  height: 6px;
  background: #00aaff;
  border-radius: 3px;
  margin-left: 4px;
}
.dgg-top .container .fr > ul > li:first-child::after,
.dgg-top .container .fr > ul > li:last-child::after {
  display: none;
}
.dgg-nav,
.dgg-fixed-srh {
  background-color: #fff;
  padding-top: 28px;
}
.dgg-nav .nav-top,
.dgg-fixed-srh .nav-top {
  margin: 0 0 18px;
}
.dgg-nav .nav-top .logo,
.dgg-fixed-srh .nav-top .logo {
  position: relative;
  top:-1px;
}
.dgg-nav .nav-top .logo img,
.dgg-fixed-srh .nav-top .logo img {
  width: 80%;
  /*height: 100%;*/
}
.dgg-nav .nav-top .activity,
.dgg-fixed-srh .nav-top .activity {
  width: 202px;
  height: 48px;
  font-size: 0;
}
.dgg-nav .nav-top .activity img,
.dgg-fixed-srh .nav-top .activity img {
  width: 100%;
  height: 100%;
}
.dgg-nav .nav-top .srh-main,
.dgg-fixed-srh .nav-top .srh-main {
  margin-left: 69px;
}
.dgg-nav .nav-top .srh-main .srh-wrap,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap {
  height: 48px;
  border: 2px solid #00aaff;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select {
  position: relative;
  width: 103px;
  height: 100%;
  text-indent: 14px;
  cursor: pointer;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select::after,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(255, 102, 0, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select span,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select span {
  display: block;
  height: 100%;
  position: relative;
  font-size: 14px;
  color: #292e2e;
  line-height: 44px;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select span::after,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select span::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 5px;
  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;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select span.active::after,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select span.active::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.dgg-nav .nav-top .srh-main .srh-wrap .select .srh-list,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #ffffff;
  padding: 5px 0;
  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);
  z-index: 300;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select .srh-list li,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list li {
  font-size: 14px;
  color: #525959;
  line-height: 35px;
  text-indent: 16px;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select .srh-list li.active,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list li.active {
  color: #00aaff;
}
.dgg-nav .nav-top .srh-main .srh-wrap .select .srh-list li:hover,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list li:hover {
  color: #00aaff;
}
.dgg-nav .nav-top .srh-main .srh-wrap .ipt-wrap,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap {
  height: 100%;
}
.dgg-nav .nav-top .srh-main .srh-wrap .ipt-wrap input,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input {
  width: 490px;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 34px;
  background: url(img/header_img_searchss.png) no-repeat 12px center;
  background-size: 14px 14px;
}
.dgg-nav .nav-top .srh-main .srh-wrap .ipt-wrap input::-webkit-input-placeholder,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input::-webkit-input-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-nav .nav-top .srh-main .srh-wrap .ipt-wrap input::-moz-placeholder,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input::-moz-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-nav .nav-top .srh-main .srh-wrap .ipt-wrap input:-moz-placeholder,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input:-moz-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-nav .nav-top .srh-main .srh-wrap .ipt-wrap input:-ms-input-placeholder,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input:-ms-input-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-nav .nav-top .srh-main .srh-wrap .btn,
.dgg-fixed-srh .nav-top .srh-main .srh-wrap .btn {
  width: 145px;
  height: 101%;
  line-height: 44px;
  text-align: center;
  background: #00aaff;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.dgg-nav .nav-top .srh-main .recom-list,
.dgg-fixed-srh .nav-top .srh-main .recom-list {
  margin-top: 8px;
}
.dgg-nav .nav-top .srh-main .recom-list li,
.dgg-fixed-srh .nav-top .srh-main .recom-list li {
  float: left;
  margin-right: 15px;
}
.dgg-nav .nav-top .srh-main .recom-list li a,
.dgg-fixed-srh .nav-top .srh-main .recom-list li a {
  font-size: 12px;
  color: #a6a6a6;
}
.dgg-nav .nav-top .srh-main .recom-list li a:hover,
.dgg-fixed-srh .nav-top .srh-main .recom-list li a:hover {
  color: #00aaff;
}
.dgg-nav .nav-list .more-list,
.dgg-fixed-srh .nav-list .more-list {
  position: relative;
  width: 240px;
  margin-right: 20px;
  cursor: pointer;
}
.dgg-nav .nav-list .more-list .text,
.dgg-fixed-srh .nav-list .more-list .text {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 55px;
  text-indent: 44px;
  background: url(img/nav_img_topqx.png) no-repeat 0 0, linear-gradient(0deg, #ff7200 0%, #00aaff 100%);
  background: url(img/nav_img_topqx.png) no-repeat 0 0, -webkit-linear-gradient(0deg, #1000ff 0%, #00aaff 100%);
  background: url(img/nav_img_topqx.png) no-repeat 0 0, -moz-linear-gradient(0deg, #ff7200 0%, #ff6600 100%);
  background: url(img/nav_img_topqx.png) no-repeat 0 0, -o-linear-gradient(0deg, #ff7200 0%, #ff6600 100%);
  background: url(img/nav_img_topqx.png) no-repeat 0 0, -ms-linear-gradient(0deg, #ff7200 0%, #ff6600 100%);
  background-size: cover;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
}
.dgg-nav .nav-list .more-list .more-list-wrap,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 20;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list {
  position: absolute;
  width: 240px;
  height: 431px;
  left: 0;
  top: 0;
  background: url(img/nav_img_bgcenter.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item {
  position: relative;
  height: 72px;
  border-bottom: 1px solid #444444;
  padding-left: 46px;
  overflow: hidden;
  background: url(img/nav_ic_gs.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item::after,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 25px;
  width: 6px;
  height: 10px;
  background: url(img/nav_ic_nextcenter.png) no-repeat 0 0;
  background-size: cover;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item h3,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item h3 {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin: 19px 0 12px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li {
  float: left;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li a,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li a {
  font-size: 12px;
  color: #979c9b;
  margin-right: 16px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li a:hover,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li a:hover {
  color: #0087ff;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li:last-child a,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li:last-child a {
  margin-right: 0;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(2),
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(2) {
  background: url(img/nav_ic_cs.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(3),
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(3) {
  background: url(img/nav_ic_zc.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(4),
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(4) {
  background: url(img/nav_ic_yxwz.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(5),
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(5) {
  background: url(img/nav_ic_rswb.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(6),
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(6) {
  background: url(img/nav_ic_dk.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(7),
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(7) {
  background: url(img/nav_ic_fl.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(8),
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(8) {
  background: url(img/nav_ic_jy.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child {
  height: 52px;
  line-height: 52px;
  background: #191919 url(img/nav_img_bottomqx.png) no-repeat 0 0;
  background-size: cover;
  margin-top: 14px;
  border: none;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(img/nav_ic_nextbottom_n.png) no-repeat 0 0;
  background-size: cover;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow:hover,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow:hover {
  background: url(img/nav_ic_nextbottom_s.png) no-repeat 0 0;
  background-size: cover;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child::after,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child::after {
  display: none;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child::before,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 18px;
  background: url(img/nav_ic_all.png) no-repeat 0 0;
  background-size: cover;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child a,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child a:hover,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child a:hover {
  color: #FF6600;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item.active,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item.active {
  background-color: #fff;
}
.dgg-nav .nav-list .more-list .more-list-wrap .kind-list .item.active h3,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item.active h3 {
  color: #00aaff;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list {
  display: none;
  position: absolute;
  top: 0px;
  left: 240px;
  width: 960px;
  height: 650px;
  box-shadow: 0 1px 10px rgba(137, 143, 173, 0.3);
  -webkit-box-shadow: 0 1px 10px rgba(137, 143, 173, 0.3);
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap {
  width:880px;
  height: 431px;
  overflow: hidden;
  background-color: #fff;
  padding: 32px 0;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list {
  height: 100%;
  overflow-y: auto;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item {
  margin: 0 20px 0 32px;
  border-bottom: 1px dashed #e4e4e4;
  overflow: hidden;
  padding: 23px 0 5px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:first-child,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:first-child {
  padding-top: 0;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:last-child,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:last-child {
  border: none;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item h3,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item h3 {
  font-size: 14px;
  font-weight: bold;
  color: #292e2e;
  margin-bottom: 13px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links {
  margin-left: -15px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a {
  float: left;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #525959;
  padding: 0 15px;
  margin-bottom: 16px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a::after,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #cccccc;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:hover,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:hover {
  color: #ff6600 !important;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:last-child::after,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:last-child::after {
  display: none;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new {
  color: #00B60D;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new em,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new em {
  margin-left: 8px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot {
  color: #F10013;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot em,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot em {
  margin-left: 8px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-thumb,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #FF6600;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-track,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv {
  width: 244px;
  height: 650px;
  background: #f2f2f2;
  padding: 12px 0;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li {
  font-size: 0;
  text-align: center;
  width: 220px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto 8px;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li:last-child,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li:last-child {
  margin-bottom: 0;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li a,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li a {
  display: block;
  height: 100%;
}
.dgg-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li img,
.dgg-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li img {
  width: 100%;
  height: 100%;
}
.dgg-nav .nav,
.dgg-fixed-srh .nav {
  height: 52px;
  line-height: 52px;
}
.dgg-nav .nav ul li,
.dgg-fixed-srh .nav ul li {
  position: relative;
  float: left;
  margin-right: 32px;
}
.dgg-nav .nav ul li a,
.dgg-fixed-srh .nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #292e2e;
}
.dgg-nav .nav ul li a:hover,
.dgg-fixed-srh .nav ul li a:hover {
  color: #0087ff;
}
.dgg-nav .nav ul li.hot a,
.dgg-fixed-srh .nav ul li.hot a {
  color: #0087ff;
}
.dgg-nav .nav ul li:last-child,
.dgg-fixed-srh .nav ul li:last-child {
  margin-right: 0;
}
/*.dgg-nav .nav ul li:last-child a,*/
/*.dgg-fixed-srh .nav ul li:last-child a,*/
/*.dgg-nav .nav ul li:nth-last-child(2) a,*/
/*.dgg-fixed-srh .nav ul li:nth-last-child(2) a {*/
/*  font-weight: 400;*/
/*  color: #292e2e;*/
/*}*/
.dgg-nav .nav ul li:last-child a:hover,
.dgg-fixed-srh .nav ul li:last-child a:hover,
.dgg-nav .nav ul li:nth-last-child(2) a:hover,
.dgg-fixed-srh .nav ul li:nth-last-child(2) a:hover {
  color: #292e2e;
}
.dgg-nav .nav ul li.hot::after,
.dgg-fixed-srh .nav ul li.hot::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  margin: auto;
  width: 24px;
  height: 17px;
  background: url(img/header_img_hot.png) no-repeat 0 0;
  background-size: cover;
  animation: hotmove 0.6s ease-in-out infinite alternate both;
  -webkit-animation: hotmove 0.6s ease-in-out infinite alternate both;
  -moz-animation: hotmove 0.6s ease-in-out infinite alternate both;
  -o-animation: hotmove 0.6s ease-in-out infinite alternate both;
}
.dgg-nav .scend-nav-list .nav ul li:first-child,
.dgg-fixed-srh .scend-nav-list .nav ul li:first-child {
  margin-right: 24px;
}
.dgg-nav .scend-nav-list .nav ul li:first-child a,
.dgg-fixed-srh .scend-nav-list .nav ul li:first-child a {
  display: block;
  width: 140px;
  background: #ff6600 url(img/header_ic_backhome.png) no-repeat 38px center;
  background-size: 24px 24px;
  text-indent: 68px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.dgg-fixed-srh {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(42, 45, 49, 0.1);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(42, 45, 49, 0.1);
  z-index: 100;
  padding: 0;
}
.dgg-fixed-srh .container {
  margin-top: 16px;
}
.dgg-fixed-srh .container .logo {
  width: 217px;
  height: 40px;
  top: -1px;
}
.dgg-fixed-srh.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;
}

.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;
}
.go-top{
  display: none;
}

#close-ad-ico-x {
  position: absolute;
  top: 10px;
  right: 20%;
  width: 24px;
  height: 24px;
  background: url(img/close-ad-ico.png) no-repeat 0 0;
  cursor: pointer;
  z-index: 10;
}


.yl-dgg .dgg-right-side {
  display: none;
  position: fixed;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 41px;
  height: 198px;
  padding-left: 8px;
  z-index: 100;
  cursor: pointer;
}
.yl-dgg .dgg-right-side.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;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}
.yl-dgg .dgg-right-side > ul {
  background: #ffffff;
  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-right-side > ul > li {
  position: relative;
  height: 41px;
  font-size: 12px;
  color: #525959;
  line-height: 16px;
  padding: 11px 8px 0;
  border-bottom: 1px solid #eeeeee;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}
.yl-dgg .dgg-right-side > ul > li:last-child {
  border-bottom: none;
}
.yl-dgg .dgg-right-side > ul > li.active {
  color: #ffffff;
  background-color: #00aaff;
}
.yl-dgg .dgg-right-side > ul > li.active .card {
  display: block;
  opacity: 1;
  animation: sidemove 0.3s ease-in-out 1;
  -webkit-animation: sidemove 0.3s ease-in-out 1;
  -moz-animation: sidemove 0.3s ease-in-out 1;
  -o-animation: sidemove 0.3s ease-in-out 1;
  -ms-animation: sidemove 0.3s ease-in-out 1;
}
.yl-dgg .dgg-right-side > ul > li > span {
  display: block;
  font-size: 12px;
}
.yl-dgg .dgg-right-side > ul > li:nth-last-child(2) {
  height: 41px;
  background: url(img/cbl_ic_ewm.png) no-repeat center center;
  background-size: 20px 20px;
}
.yl-dgg .dgg-right-side > ul > li:nth-last-child(2).active {
  background: #00aaff url(img/cbl_ic_ewm-hover.png) no-repeat center center;
  background-size: 20px 20px;
}
.yl-dgg .dgg-right-side > ul > li:last-child:hover .hide {
  display: block;
}
.yl-dgg .dgg-right-side > ul > li:last-child:hover .show {
  display: none;
}
.yl-dgg .dgg-right-side > ul > li .hide {
  display: none;
  color: #ffffff;
  background-color: #00aaff;
}
.yl-dgg .dgg-right-side > 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-right-side > ul > li .card {
  display: none;
  position: absolute;
  top: 0;
  right: 48px;
  background: #ffffff;
  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-right-side > ul > li .tel-card {
  width: 387px;
  height: 306px;
  padding: 0 24px;
  overflow: hidden;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .title {
  font-size: 14px;
  color: #565656;
  margin: 32px 0 10px;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .des {
  margin-top: 10px;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .tel-info .tel {
  font-size: 20px;
  font-weight: bold;
  color: #00aaff;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .tel-info .des {
  font-size: 12px;
  color: #b8b8b8;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .tel-info .toushutop{
  margin-top: 24px;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .form-info .title {
  margin-top: 22px;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .form-info .ipt-wrap {
  display: block;
  position: relative;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .form-info .ipt-wrap input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 0 12px;
  outline: 0;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .form-info .ipt-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  height: 40px;
  background: #00aaff;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #ffffff;
}
.yl-dgg .dgg-right-side > ul > li .tel-card .form-info .des {
  font-size: 12px;
  color: ##00aaff;
}
.yl-dgg .dgg-right-side > ul > li .contact-card {
  width: 280px;
  height: 164px;
  padding: 0 24px;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li {
  height: 81px;
  border-bottom: 1px solid #f0f2f5;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li:last-child {
  border-bottom: 0;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li a {
  display: block;
  padding-top: 24px;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li a > * {
  display: inline-block;
  vertical-align: middle;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li a img {
  width: 28px;
  height: 28px;
  margin-right: 7px;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li a:hover h5 {
  color: #00aaff;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li a h5 {
  font-size: 14px;
  color: #565656;
  margin-bottom: 4px;
}
.yl-dgg .dgg-right-side > ul > li .contact-card ul li a p {
  font-size: 12px;
  color: #b8b8b8;
}
.yl-dgg .dgg-right-side > ul > li .code-card {
  width: 156px;
  height: 181px;
  padding: 24px 24px 0;
}
.yl-dgg .dgg-right-side > ul > li .code-card img {
  width: 108px;
  height: 108px;
}
.yl-dgg .dgg-right-side > ul > li .code-card p{
  margin-top: 8px;
  font-size: 12px;
  color: #525959;
  text-align: center;
}
.fullimg{ width:100%;position: relative;overflow: hidden;}
.fullimg img{max-width: 100%;}
/*新增3.27*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*新增头部*/
.logo {
    width: 241px !important;
    height: 42px !important;
}

.header-warp {
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(82, 82, 89, 0.15);
}

.header-warp .header-11-wrap {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: 250px;
    width: 190px;
    height: 120px;
}

.header-warp .header-11-wrap a img {
    position: relative;
    z-index: 99;
}
.header-bar .poster-x {
    display: inline-block;
    width: 280px;
    height: 52px;
    float:right;
    margin-top: -8px;
}
.header-bar .poster-x img{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
#close-ad-ico-x{
    position: absolute;
    top: 10px;
    right: 20%;
    width: 24px;
    height: 24px;
    background: url(img/close-ad-ico.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 10;
}
.item{background-repeat:no-repeat;background-position:16px 16px;background-size: 18px 18px;}
.in-items:nth-child(1){background-image: url(img/type_gongshang.png);}
.in-items:nth-child(2){background-image: url(img/type_caisui.png);}
.in-items:nth-child(3){background-image: url(img/type_zichan.png);}
.in-items:nth-child(4){background-image: url(img/type_wangzhan.png)}
.in-items:nth-child(5){background-image: url(img/type_daikuan.png)}
.in-items:nth-child(6){background-image: url(img/type_renzheng.png)}
.in-items:nth-child(7){background-image: url(img/type_falv.png)}

/* S 添加微信客服及二维码 */
.header_kefu {
    float: left;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.header_kefu span {
    color: #00aaff;
    font-size: 16px;
    font-weight: bold;
}

.header_kefu:hover .header_kefu_qrcode {
    display: block;
}
.header_kefu .header_kefu_qrcode {
    display: none;
    position: absolute;
    width: 180px;
    height: 200px;
    z-index: 100;
    background-color: #fff;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    border: 1px #f5f5f6 solid;
    border-top: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15);
}

.header_kefu .header_kefu_qrcode img {
    display: block;
    margin: 0 auto;
}
.header_kefu .wx-img{
    width: 22px;
    float: left;
    margin-top: 9px;
}