﻿html,
body {
  background-color: #F0F2F5;
}
img {
    max-width: 100%;
    border: 0;
    outline: none;
    vertical-align: middle;
}
@font-face {
  font-family: 'oswald';
  src: url('..//fonts/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-yzl .yzl-banner {
  position: relative;
  height: 710px;
  width: 100%;
  overflow: hidden;
}
.yl-yzl .yzl-banner .banner-bg {
  height: 100%;
}
.yl-yzl .yzl-banner .banner-bg .swiper-slide {
  height: 710px !important;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1480px) {
  .yl-yzl .yzl-banner .banner-bg .swiper-slide {
  height: 900px !important;;
}
}
.yl-yzl .yzl-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-yzl .yzl-banner .container {
  position: absolute;
  height: 120px;
  right: 0;
  left: 0;
  /*bottom: 83px;*/
  bottom:0;
  margin: auto;
  z-index: 19;
}
.yl-yzl .yzl-banner .container .banner-pagination {
  position: absolute;
  font-size: 0;
  top: -40px;
  left: 263px;
  right: 0;
  text-align: center;
}
.yl-yzl .yzl-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-yzl .yzl-banner .container .banner-pagination .swiper-active-switch {
  background: #ffffff;
}
.yl-yzl .yzl-banner .container .adv-list {
  position: absolute;
  right: 0;
  bottom: 0;
}
.yl-yzl .yzl-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-yzl .yzl-banner .container .adv-list li:hover{
  top: -10px;
}
.yl-yzl .yzl-banner .container .adv-list li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.yl-yzl .yzl-banner .container .prev-ico,
.yl-yzl .yzl-banner .container .next-ico {
  position: absolute;
  top: -283px;
  width: 36px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2) url(../images/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-yzl .yzl-banner .container .prev-ico {
  left: 241px;
}
.yl-yzl .yzl-banner .container .prev-ico:hover {
  background: rgba(0, 0, 0, 0.4) url(../images/banner_ic_left.png) no-repeat center center;
  background-size: 11px 20px;
}
.yl-yzl .yzl-banner .container .next-ico {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url(../images/banner_ic_right.png) no-repeat center center;
  background-size: 11px 20px;
}
.yl-yzl .yzl-banner .container .next-ico:hover {
  background: rgba(0, 0, 0, 0.4) url(../images/banner_ic_right.png) no-repeat center center;
  background-size: 11px 20px;
}
.yl-yzl .yzl-form-tools .container {
  position: relative;
  height: 310px;
  background: #ffffff;
  margin: -60px auto 24px;
  z-index: 10;
}
.yl-yzl .yzl-form-tools .container .forms {
  width: 908px;
}
.yl-yzl .yzl-form-tools .container .forms .form-top {
  padding: 0 25px 24px;
  border-bottom: 1px dashed #e5e5e5;
}
.yl-yzl .yzl-form-tools .container .forms .form-top .title {
  margin: 32px 0 24px;
}
.yl-yzl .yzl-form-tools .container .forms .form-top .title strong {
  font-size: 18px;
  font-weight: bold;
  color: #292e2e;
  margin-right: 8px;
}
.yl-yzl .yzl-form-tools .container .forms .form-top .title span {
  font-size: 14px;
  color: #979c9b;
}
.yl-yzl .yzl-form-tools .container .forms .form-top .title span em {
  font-size: 16px;
  color: #49a0f5;
  font-weight: bold;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item {
  position: relative;
  float: left;
  height: 44px;
  background: #f3f3f3;
  margin-right: 12px;
  width: 250px;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item:nth-child(2) {
  width: 241px;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item:nth-child(3) {
  width: 340px;
  margin-right: 0;
}
.yl-yzl .yzl-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-yzl .yzl-form-tools .container .forms .form-wrap .form-item input:focus {
  border: 1px solid #49a0f5;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item input::-webkit-input-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item input::-moz-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item input:-moz-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item input:-ms-input-placeholder {
  font-size: 14px;
  color: #525959;
}
.yl-yzl .yzl-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, #49a0f5, #49a0f5);
  background: -webkit-linear-gradient(90deg, #49a0f5, #49a0f5);
  background: -moz-linear-gradient(90deg, #49a0f5, #49a0f5);
  background: -o-linear-gradient(90deg, #49a0f5, #49a0f5);
  background: -ms-linear-gradient(90deg, #49a0f5, #49a0f5);
}
.yl-yzl .yzl-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-yzl .yzl-form-tools .container .forms .form-wrap .form-item .sub-btn .text {
  position: relative;
  z-index: 2;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item .sub-btn:hover .btn-mask {
  display: block;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .sle-item {
  position: relative;
  width: 216px;
  cursor: pointer;
}
.yl-yzl .yzl-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-yzl .yzl-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(../images/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-yzl .yzl-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-yzl .yzl-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-yzl .yzl-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-yzl .yzl-form-tools .container .forms .form-wrap .sle-item .serve-list li {
  line-height: 36px;
  font-size: 14px;
  color: #525959;
  text-indent: 16px;
}
.yl-yzl .yzl-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: #49a0f5;
}
.yl-yzl .yzl-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: #49a0f5;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list {
  padding: 30px 25px 0;
  display: none;
}
.yl-yzl .yzl-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-yzl .yzl-form-tools .container .forms .trade-list li .trade-num {
  font-family: oswald;
  font-size: 28px;
  font-weight: 400;
  color: #292e2e;
  margin-bottom: 15px;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #292e2e;
  margin: 2px 0 15px;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .btns {
  font-size: 0;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .btns span {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 8px;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .btns .prev-ico {
  background: url(../images/jysj_ic_x.png) no-repeat 0 0;
  background-size: cover;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .btns .prev-ico:hover {
  background: url(../images/jysj_ic_x_s.png) no-repeat 0 0;
  background-size: cover;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .btns .next-ico {
  width: 21px;
  background: url(../images/jysj_ic_s.png) no-repeat 0 0;
  background-size: cover;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .btns .next-ico:hover {
  background: url(../images/jysj_ic_s_s.png) no-repeat 0 0;
  background-size: cover;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .des {
  font-size: 12px;
  color: #979c9b;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li .des span {
  color: #49a0f5;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li:nth-child(2) {
  margin-left: 120px;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li:nth-child(4) {
  margin-right: 142px;
  text-align: center;
}
.yl-yzl .yzl-form-tools .container .forms .trade-list li:nth-child(3) {
  min-width: 120px;
  text-align: right;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin {
  padding: 0 25px;
  margin-top: 32px;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin .title {
  font-size: 15px;
  font-weight: bold;
  color: #292e2e;
  line-height: 20px;
  margin-right: 8px;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin .title em {
  color: #49a0f5;
  font-weight: bold;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin .bulletin-swiper {
  width: 778px;
  height: 20px;
  line-height: 20px;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide {
  height: 20px !important;
}
.yl-yzl .yzl-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-yzl .yzl-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .text span {
  color: #292E2E;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .text em {
  color: #49a0f5;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .tag {
  height: 18px;
  line-height: 17px;
  border: 1px solid #49a0f5;
  border-radius: 10px;
  font-size: 12px;
  color: #49a0f5;
  padding: 0 9px;
  margin-left: 24px;
}
.yl-yzl .yzl-form-tools .container .tools {
  width: 290px;
  height: 100%;
  border-left: 1px solid #eeeeee;
  padding: 0 24px;
}
.yl-yzl .yzl-form-tools .container .tools .title {
  font-size: 18px;
  font-weight: bold;
  color: #292e2e;
  margin: 34px 0 12px 0;
}
.yl-yzl .yzl-form-tools .container .tools .list li {
  float: left;
  width: 50%;
  text-align: center;
  /*margin-top: 43px;*/
  border: 1px solid #e9e9e9;
padding: 26px 0;
}
.yl-yzl .yzl-form-tools .container .tools .list li a {
  display: block;
}
.yl-yzl .yzl-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-yzl .yzl-form-tools .container .tools .list li a p {
  font-size: 14px;
  color: #333333;
}
.yl-yzl .yzl-form-tools .container .tools .list li a:hover p {
  color: #49a0f5;
}
.yl-yzl .yzl-form-tools .container .tools .list li a:hover img {
  top: -3px;
}
.yl-yzl .yzl-limit {
  margin-bottom: 24px;
  height: 363px;
}
.yl-yzl .yzl-limit .container {
  height: 100%;
  background: #ffffff url(../images/xsth_bg_xtzs.png) no-repeat 0 center;
  background-size: cover;
  padding: 0 24px;
}
.yl-yzl .yzl-limit .container .top {
  height: 72px;
  line-height: 72px;
  overflow: hidden;
}
.yl-yzl .yzl-limit .container .top .date > * {
  display: inline-block;
  vertical-align: middle;
}
.yl-yzl .yzl-limit .container .top .date .text {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #49a0f5;
  margin-right: 20px;
}
.yl-yzl .yzl-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-yzl .yzl-limit .container .top .date .count-down > * {
  display: inline-block;
  vertical-align: middle;
}
.yl-yzl .yzl-limit .container .top .date .count-down .count-text {
  font-size: 14px;
  color: #979c9b;
}
.yl-yzl .yzl-limit .container .top .date .count-down .count-time {
  font-size: 0;
}
.yl-yzl .yzl-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-yzl .yzl-limit .container .top .date .count-down .count-time span em {
  font-size: 16px;
  font-weight: bold;
}
.yl-yzl .yzl-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(../images/xsth_img_mh.png) no-repeat 0 0;
  background-size: cover;
}
.yl-yzl .yzl-limit .container .top .date .count-down .count-time span:last-child::after {
  display: none;
}
.yl-yzl .yzl-limit .container .top .info {
  font-size: 12px;
  color: #979c9b;
}
.yl-yzl .yzl-limit .container .top .info span {
  color: #49a0f5;
  font-weight: bold;
  font-size: 16px;
}
.yl-yzl .yzl-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-yzl .yzl-limit .container .list li:last-child {
  margin-right: 0;
}
.yl-yzl .yzl-limit .container .list li a {
  position: relative;
  display: block;
}
.yl-yzl .yzl-limit .container .list li a::after {
  content: '';
  position: absolute;
  right: -25px;
  top: -32px;
  width: 44px;
  height: 45px;
  background: url(../images/xsth_ic_hot.png) no-repeat 0 0;
  background-size: cover;
}
.yl-yzl .yzl-limit .container .list li a .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 32px 0 12px;
}
.yl-yzl .yzl-limit .container .list li a .des {
  font-size: 12px;
  color: #979c9b;
  margin-bottom: 22px;
}
.yl-yzl .yzl-limit .container .list li a .tag {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #525959;
  margin-bottom: 12px;
  padding-left: 22px;
  background: url(../images/xsth_ic_gou.png) no-repeat 0 0;
  background-size: 14px 14px;
}
.yl-yzl .yzl-limit .container .list li a .price {
  margin-top: 30px;
}
.yl-yzl .yzl-limit .container .list li a .price > * {
  display: inline-block;
}
.yl-yzl .yzl-limit .container .list li a .price .now-price {
  font-size: 16px;
  font-weight: bold;
  color: #49a0f5;
  margin-right: 3px;
}
.yl-yzl .yzl-limit .container .list li a .price .now-price span {
  font-weight: 400;
  font-size: 12px;
}
.yl-yzl .yzl-limit .container .list li a .price .now-price em {
  font-weight: 600;
}
.yl-yzl .yzl-limit .container .list li a .price .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #aaaaaa;
}
.yl-yzl .yzl-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: #49a0f5;
  text-indent: 71px;
  margin-top: 26px;
  background-size: cover;
}
.yl-yzl .yzl-limit .container .list li a .btn::after {
  content: '';
  position: absolute;
  left: 46px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../images/xsth_ic_sj_n.png) no-repeat 0 0;
  background-size: cover;
}
.yl-yzl .yzl-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-yzl .yzl-limit .container .list li a .btn .text {
  position: relative;
  z-index: 2;
}
.yl-yzl .yzl-limit .container .list li a .btn:hover .btn-wrap {
  display: block;
}
.yl-yzl .yzl-limit .container .list li::after,
.yl-yzl .yzl-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-yzl .yzl-limit .container .list li::after {
  left: -1px;
  top: 0px;
  border-left: 1px solid #49a0f5;
  border-top: 1px solid #49a0f5;
}
.yl-yzl .yzl-limit .container .list li::before {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid #49a0f5;
  border-bottom: 1px solid #49a0f5;
}
.yl-yzl .yzl-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-yzl .yzl-limit .container .list li:hover::after,
.yl-yzl .yzl-limit .container .list li:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.yl-yzl .yzl-limit .container .list li:hover .btn {
  color: #ffffff;
  background: #49a0f5;
  background-size: 14px 14px;
}
.yl-yzl .yzl-limit .container .list li:hover .btn::after {
  background: url(../images/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-yzl .yzl-hot-like .container .hot,
.yl-yzl .yzl-hot-like .container .like {
  width: 594px;
  height: 448px;
  background: #ffffff;
  padding: 0 24px 0 24px;
  overflow: hidden;
}
.yl-yzl .yzl-hot-like .container .hot .top,
.yl-yzl .yzl-hot-like .container .like .top {
  height: 68px;
  line-height: 68px;
  overflow: hidden;
}
.yl-yzl .yzl-hot-like .container .hot .top h3,
.yl-yzl .yzl-hot-like .container .like .top h3 {
  font-size: 20px;
  font-weight: bold;
  color: #292e2e;
}
.yl-yzl .yzl-hot-like .container .hot .top h3 span,
.yl-yzl .yzl-hot-like .container .like .top h3 span {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #979c9b;
  margin-left: 20px;
}
.yl-yzl .yzl-hot-like .container .hot .top h3 span::after,
.yl-yzl .yzl-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-yzl .yzl-hot-like .container .hot .top .hot-pagination,
.yl-yzl .yzl-hot-like .container .like .top .hot-pagination,
.yl-yzl .yzl-hot-like .container .hot .top .like-pagination,
.yl-yzl .yzl-hot-like .container .like .top .like-pagination {
  font-size: 0;
  margin-top: 4px;
}
.yl-yzl .yzl-hot-like .container .hot .top .hot-pagination .swiper-pagination-switch,
.yl-yzl .yzl-hot-like .container .like .top .hot-pagination .swiper-pagination-switch,
.yl-yzl .yzl-hot-like .container .hot .top .like-pagination .swiper-pagination-switch,
.yl-yzl .yzl-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-yzl .yzl-hot-like .container .hot .top .hot-pagination .swiper-active-switch,
.yl-yzl .yzl-hot-like .container .like .top .hot-pagination .swiper-active-switch,
.yl-yzl .yzl-hot-like .container .hot .top .like-pagination .swiper-active-switch,
.yl-yzl .yzl-hot-like .container .like .top .like-pagination .swiper-active-switch {
  background: #979c9b;
}
.yl-yzl .yzl-hot-like .container .hot .item,
.yl-yzl .yzl-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-yzl .yzl-hot-like .container .hot .item:hover,
.yl-yzl .yzl-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-yzl .yzl-hot-like .container .hot .item:nth-child(2n),
.yl-yzl .yzl-hot-like .container .like .item:nth-child(2n) {
  margin-right: 0;
}
.yl-yzl .yzl-hot-like .container .hot .item:nth-child(3),
.yl-yzl .yzl-hot-like .container .like .item:nth-child(3),
.yl-yzl .yzl-hot-like .container .hot .item:nth-child(4),
.yl-yzl .yzl-hot-like .container .like .item:nth-child(4) {
  margin-bottom: 6px;
}
.yl-yzl .yzl-hot-like .container .hot .item .tags,
.yl-yzl .yzl-hot-like .container .like .item .tags {
  font-size: 0;
  margin: 24px 0 16px;
}
.yl-yzl .yzl-hot-like .container .hot .item .tags span,
.yl-yzl .yzl-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-yzl .yzl-hot-like .container .hot .item .name,
.yl-yzl .yzl-hot-like .container .like .item .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
.yl-yzl .yzl-hot-like .container .hot .item .des,
.yl-yzl .yzl-hot-like .container .like .item .des {
  font-size: 12px;
  color: #979c9b;
  margin-bottom: 24px;
}
.yl-yzl .yzl-hot-like .container .hot .item .now-price,
.yl-yzl .yzl-hot-like .container .like .item .now-price {
  font-size: 12px;
  color: #49a0f5;
}
.yl-yzl .yzl-hot-like .container .hot .item .now-price span,
.yl-yzl .yzl-hot-like .container .like .item .now-price span {
  font-size: 16px;
  font-weight: 600;
}
.yl-yzl .yzl-hot-like .container .hot .item .now-price em,
.yl-yzl .yzl-hot-like .container .like .item .now-price em {
  font-weight: 600;
}
.yl-yzl .yzl-hot-like .container .hot .item .old-price,
.yl-yzl .yzl-hot-like .container .like .item .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #aaaaaa;
  margin-top: 4px;
}
.yl-yzl .yzl-hot-like .container .hot .item .btn,
.yl-yzl .yzl-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 #49a0f5;
  background: transparent;
  font-size: 12px;
  color: #49a0f5;
}
.yl-yzl .yzl-hot-like .container .hot .item .btn .text,
.yl-yzl .yzl-hot-like .container .like .item .btn .text {
  position: relative;
  z-index: 2;
}
.yl-yzl .yzl-hot-like .container .hot .item .btn .btn-wrap,
.yl-yzl .yzl-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-yzl .yzl-hot-like .container .hot .item .btn:hover .btn-wrap,
.yl-yzl .yzl-hot-like .container .like .item .btn:hover .btn-wrap {
  display: block;
}
.yl-yzl .yzl-hot-like .container .hot .item:hover .btn,
.yl-yzl .yzl-hot-like .container .like .item:hover .btn {
  background: linear-gradient(90deg, #49a0f5, #49a0f5);
  background: -webkit-linear-gradient(90deg, #49a0f5, #49a0f5);
  background: -moz-linear-gradient(90deg, #49a0f5, #49a0f5);
  background: -ms-linear-gradient(90deg, #49a0f5, #49a0f5);
  background: -o-linear-gradient(90deg, #49a0f5, #49a0f5);
  color: #ffffff;
}
.yl-yzl .yzl-hot-like .container .like .item {
  background: #f0f0f5;
}
.yl-yzl .yzl-left-side {
  position: relative;
}
.yl-yzl .yzl-left-side .side-list {
  position: absolute;
  left: -72px;
}
.yl-yzl .yzl-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-yzl .yzl-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-yzl .yzl-left-side .side-list ul li {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  color: #525959;
  line-height: 16px;
  padding: 10px 11px 0;
}
.yl-yzl .yzl-left-side .side-list ul li:hover {
  color: #ffffff;
  background-color: #49a0f5;
}
.yl-yzl .yzl-left-side .side-list ul li.active {
  color: #ffffff;
  background-color: #49a0f5;
}
.yl-yzl .yzl-left-side .side-list ul li .hide {
  display: none;
  color: #ffffff;
  background-color: #49a0f5;
}
.yl-yzl .yzl-left-side .side-list ul li:last-child {
  height: 50px;
  padding: 0;
  border: 0;
}
.yl-yzl .yzl-left-side .side-list ul li:last-child:hover .show {
  display: none;
}
.yl-yzl .yzl-left-side .side-list ul li:last-child:hover .hide {
  display: block;
  padding: 10px 11px 0;
}
.yl-yzl .yzl-left-side .side-list ul li .show {
  display: block;
  height: 100%;
  background: url(../images/cbl_ic_fhdb.png) no-repeat center center;
  background-size: 20px 8px;
}
.yl-yzl .yzl-disclose {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.6);
}
.yl-yzl .yzl-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-yzl .yzl-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-yzl .yzl-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-yzl .yzl-disclose .question_box > a {
  display: block;
  position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer;
  color: #333;
  width: 16px;
  height: 16px;
  /*background: url(../images/popup_ic_close_n.png) no-repeat 0 0;*/
  /*background-size: cover;*/
}
.yl-yzl .yzl-disclose .question_box .question_type span {
  color: #565656;
}
.yl-yzl .yzl-disclose .question_box .question_type span em {
  color: red;
  display: inline-block;
  margin-right: 4px;
}
.yl-yzl .yzl-disclose .question_box .questions {
  margin-top: 16px;
}
.yl-yzl .yzl-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-yzl .yzl-disclose .question_box .questions span.selected {
  background: #49a0f5;
  color: #fff;
}
.yl-yzl .yzl-disclose .question_box .textarea {
  position: relative;
}
.yl-yzl .yzl-disclose .question_box .textarea > p {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #979C9B;
  font-size: 12px;
  width: 55px;
}
.yl-yzl .yzl-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-yzl .yzl-disclose .question_box .phone_number_box h3 {
  font-size: 14px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.yl-yzl .yzl-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-yzl .yzl-disclose .question_box .feedback_submit_btn {
  text-align: right;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.yl-yzl .yzl-disclose .question_box .feedback_submit_btn button {
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #49a0f5;
  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;
}
.yzl-top .down-menu:hover .bar-expand-exit{
  display: block;
}
.yzl-left-side.container{
  width:1200px;
  margin:0 auto;
}
.addSuccess-x {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.addSuccess-x .box-tip-x {
  position: absolute;
  width: 900px;
  height: 680px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
}
.addSuccess-x .box-tip-x .close-btn{
  position: absolute;
  right: 14px;
  top: 10px;
}






.public_row {
    background: #f7f7f7;
    overflow: hidden;
    width: 100%;
    padding: 50px 0px;
}
.public_row_content {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.public_row_content > h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 54px;
    color: #333;
}
.public_row_content > h2 > span {
    display: block;
    width: 60px;
    border-bottom: 4px solid #777;
    margin: 12px auto 12px;
}
.teamwork {
    text-align: center;
    position: relative;
    height: 430px;
    width: 1144px;
    margin: 0 auto;
    overflow: hidden;
}
.teamwork > ul {
    display: none;
    height: 430px;
    position: absolute;
    top: 0;
    left: 0;
}
.teamwork > ul > li {
    float: left;
    height: 430px;
    display: block;
    position: relative;
    overflow: hidden;
}
.teamwork_4 {
    height: 440px;
    margin-bottom: 12px;
    font-size: 0px;
    padding-top: 10px;
}
.teamwork_4 > div {
    display: inline-block;
    background-color: #fff;
    width: 240px;
    height: 412px;
    margin-right: 60px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.rmzza{display: inline-block;
width: 110px;
height: 34px;
background: #49a0f5;
margin: 14px auto 0;
color: white;
font-size: 14px;
line-height: 34px;}
.rmzza:hover{background: #1c86ee;}
.team_teacher {
    position: relative;
    height: 280px;
    width: 240px;
    text-align: center;
}
.team_teacher img {
    border: none;
}
.team_teacher > span {
    font-size: 20px;
    display: block;
line-height: 50px;
}
.teamwork_4 > div > p {
    font-size: 14px;
    color: #999;
    width: 198px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: left;
}
.banner_btn_item {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 1200px;
    height: 6px;
    margin-left: -620px;
}
.circleProgress_wrapper, .circle_wrapper {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 18px;
    position: relative;
}
.wrapper {
    width: 6px;
    height: 12px;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.right {
    right: 0;
}
.left {
    left: 0;
}
.circleProgress{
        width: 8px;
        height: 8px;
        border:2px solid rgb(64, 150, 243);
        border-radius: 50%;
        position: absolute;
        top:0;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
.rightcircle {
    border-top: 2px solid rgba(225,225,225,0.5);
    border-right: 2px solid rgba(225,225,225,0.5);
    right: 0;
}
.current .active0 {
    background: #4096F3;
    -webkit-animation: circleProgressLoad_right 5s linear infinite;
    -moz-animation: circleProgressLoad_right 5s linear infinite;
    -ms-animation: circleProgressLoad_right 5s linear infinite;
    -o-animation: circleProgressLoad_right 5s linear infinite;
    animation: circleProgressLoad_right 5s linear infinite;
}
.current .active1 {
    background: #4096F3;
    -webkit-animation: circleProgressLoad_left 5s linear infinite;
    -moz-animation: circleProgressLoad_left 5s linear infinite;
    -ms-animation: circleProgressLoad_left 5s linear infinite;
    -o-animation: circleProgressLoad_left 5s linear infinite;
    animation: circleProgressLoad_left 5s linear infinite;
}
.current .active2 {
    background: #4096F3;
    border-top: 2px solid rgb(64, 150, 243);
    border-right: 2px solid rgb(64, 150, 243);
}
.current .active3 {
    background: #4096F3;
    border-bottom: 2px solid rgb(64, 150, 243);
    border-left: 2px solid rgb(64, 150, 243);
}
.teamwork_btn {
    height: 0;
    position: absolute;
    top: 46%;
    width: 1280px;
}
.left-btn-center {
    float: left;
    width: 24px;
    height: 46px;
    cursor: pointer;
    line-height: 46px;
    padding-left: 3px;
    margin-left: 6px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(225, 225, 225, 0.3);
}
.icon-fanhui::before {
    content: "<";
}
.icon-gengduo::before {
    content: ">";
}






* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.service-wrap {
    width: 100%;
    height: auto;
    background-image: url(../images/qyfwzq_img_bg@1x.png);
    /*background-repeat: no-repeat;*/
    background-size: 100% 730px;
    background-position: center top;
    overflow: hidden;
	padding-bottom:30px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.model-title {
    padding-top: 60px;
    padding-bottom: 40px;color: rgba(255, 255, 255, 1);
}
.model-title h4 {
    height: 34px;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    text-align: center;
}
.model-title p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(151, 156, 152, 1);
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
}
.service-list {
  width: 100%;
  height: auto;
}

.service-list li div div {
  cursor: pointer;
  height: 198px;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  padding-top: 30px;
}

.service-list li {
  float: left;
  width: 300px;
  height: auto;
  position: relative;
  background: rgba(58, 59, 61, 1);
}

.service-list-title {
  width: 300px;
  height: 111px;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 25px;
}

.service-list-title h4 {
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}

.service-list-title p {
  height: 22px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin-top: 10px;
}
.found {
  background-image: url(../images/qyfwzq_img_gscc@2x.png);
  background-repeat: no-repeat;
  background-size: 300px 111px;
}

.move {
  background-image: url(../images/qyfwzq_img_gsyx@2x.png);
  background-repeat: no-repeat;
  background-size: 300px 111px;
}

.operate {
  background-image: url(../images/qyfwzq_img_gsyy@2x.png);
  background-repeat: no-repeat;
  background-size: 300px 111px;
}

.protect {
  background-image: url(../images/qyfwzq_img_ppbh@2x.png);
  background-repeat: no-repeat;
  background-size: 300px 111px;
}

.service-list-cont {
  height: auto;
}

.service-list-cont h5 {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.service-list-cont img {
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.service-list-cont p {
  margin-top: 10px;
  height: 48px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  padding-left: 26px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
}

.service-list-cont a {
  display: inline-block;
  width: 120px;
  height: 35px;
  border: 1px solid rgba(16, 187, 184, 0.4);
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(16, 187, 184, 0.8);
  line-height: 33px;
  text-align: center;
  margin-left: 26px;
  margin-top: 24px;
}

.service-list-cont a:hover {
  background: rgba(15, 166, 163, 1) !important;
}

.service-list-cont div {
  width: 100%;
  height: 198px;
  position: relative;
}

.service-list-cont div:nth-child(1)::after {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 240px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.service-list li:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.service-list li:hover h5 {
  color: rgba(41, 46, 46, 1);
}

.service-list li:hover .service-list-cont p {
  color: rgba(151, 156, 155, 1);
}

.service-list li:hover a {
  background: rgba(16, 187, 184, 1);
  color: rgba(255, 255, 255, 1);
}

.service-list li:hover .service-list-cont div:nth-child(1)::after {
  background: rgba(204, 204, 204, 1);
}






.service_item_wrap {
    height: auto;
    background: #fff;
    width: 100%;
}
.home_common_title {
    height: 158px;
    width: 100%;
    padding-top: 46px;
}
.home_common_title h2 {
    height: 42px;
    font-size: 30px;
    color: #000;
    line-height: 42px;
    margin-bottom: 7px;
    text-align: center;
}
.home_common_title p {
    height: 24px;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: #999;
    line-height: 24px;
}
.service_item_wrap .service_item_content_wrap {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    height: 420px;
}
.service_item_wrap .service_item_content_wrap > div {
    margin-bottom: 28px;
    width: 583px;
    height: 246px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
	float: left;
	margin-right: 15px;
}
.service_item_wrap .service_item_content_wrap > div .l {
    width: 223px;
    height: 246px;
    padding: 25px 31px 0 27px;
    position: relative;
}
.service_item_wrap .service_item_content_wrap > div:nth-child(1) .l {
    /*background: #0d5992 url('../images/fw_pt1.png') no-repeat right bottom;
	background: url('../images/inqypt1.jpg') no-repeat;
  background-size: cover;*/
}
.service_item_wrap .service_item_content_wrap > div .l .title {
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-weight: 600;
    color: #fff;
}
.service_item_wrap .service_item_content_wrap > div .l ul {
    margin-top: 15px;
}
.service_item_wrap .service_item_content_wrap > div .l ul li {
    height: 20px;
    font-size: 14px;
    color: #d6d6d6;
    line-height: 20px;
    /*padding-left: 20px;*/
    position: relative;
    margin-bottom: 8px;
}
.service_item_wrap .service_item_content_wrap > div .l ul li img{
	margin-right: 10px;
	}
.service_item_wrap .service_item_content_wrap > div .l ul li .icon {
    fill: #49a0f5;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.service_item_wrap .service_item_content_wrap > div .l ul li .icon {
    fill: #49a0f5;
    font-size: 10px;
}
.service_item_wrap .service_item_content_wrap > div .l a {
    color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.service_item_wrap .service_item_content_wrap > div .r {
    width: 360px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service_item_wrap .service_item_content_wrap > div .r li {
    width: 120px;
    height: 123px;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding-top: 30px;
    position: relative;
}
.service_item_wrap .service_item_content_wrap > div .r li i, .service_item_wrap .service_item_content_wrap > div .r li .icon {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto 11px;
    line-height: 33px;
    font-size: 30px;
}
.service_item_wrap .service_item_content_wrap > div .r li .two {
    display: none;
}
.service_item_wrap .service_item_content_wrap > div .r li a {
    text-align: center;
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #454a5b;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 74px;
}
.service_item_wrap .service_item_content_wrap > div:nth-child(2) .l {
   /* background: #0d5992 url('../images/fw_pt2.png') no-repeat right bottom;
	background: url('../images/inqypt2.jpg') no-repeat;
  background-size: cover;*/
}
.service_item_wrap .service_item_content_wrap > div:nth-child(3) .l {
    /*background: #088ae9 url('../images/fw_pt3.png') no-repeat right bottom;
	background: url('../images/inqypt3.jpg') no-repeat;
  background-size: cover;*/
}
.service_item_wrap .service_item_content_wrap > div:nth-child(4) .l {
   /* background: #088ae9 url('../images/fw_pt4.png') no-repeat right bottom;
	background: url('../images/inqypt4.jpg') no-repeat;
  background-size: cover;*/
}
.service_item_wrap .service_item_content_wrap>div .r li:hover {
 background:#49a0f5
}
.service_item_wrap .service_item_content_wrap>div .r li:hover a {
 color:#fff
}
.service_item_wrap .service_item_content_wrap>div .r li:hover .icon {
 fill:#fff
}
.service_item_wrap .service_item_content_wrap>div .r li:hover .two {
 display:block
}
.service_item_wrap .service_item_content_wrap>div .r li:hover .one {
 display:none
}






.adviser {
    height: 696px;
    width: 100%;
    background-image: url("../images/advisor_bg.jpg");
	display:none;
}
.main-title {
    margin: 0 auto;
    padding: 47px 0 24px;
    text-align: center;
}
.main-title h3 {
    color: #292E2E;
    font-size: 28px;
    margin-bottom: 16px;
}
.main-title .desc {
    color: #979C9B;
    font-size: 14px;
}
.adviser .main-title h3, .adviser .main-title .desc {
  color: #fff;
}
.adviser .adviser-box {
  width: 100%;
  height: 512px;
  background-color: #fff;
  padding: 16px;
}
.adviser .adviser-box .adviser-item {
  width: 146px;
  height: 160px;
  position: relative;
  overflow: hidden;
  float: left;
}
.adviser .adviser-box .adviser-item:hover .consult-now {
  left: 0;
}
.adviser .adviser-box .adviser-item .consult-now {
  position: absolute;
  top: 0;
  left: -146px;
  transition: all linear 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 64px;
  text-align: center;
}
.adviser .adviser-box .adviser-item .consult-now a {
  width: 92px;
  height: 32px;
  background: #49a0f5;
  display: inline-block;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.adviser .adviser-box .adviser-middle {
  width: 292px;
  height: 160px;
  text-align: center;
  background-image: url("../images/advisor_middle.jpg");
  color: #fff;
  padding-top: 44px;
}
.adviser .adviser-box .adviser-middle h4 {
  font-size: 24px;
  font-weight: 400;
}
.adviser .adviser-box .adviser-middle p {
  opacity: 0.4;
  font-size: 12px;
  margin: 6px 0 18px;
}
.adviser .adviser-box .adviser-middle span {
  font-size: 14px;
}




.our-superiority .superiority-list {
  margin-top: 24px;overflow: initial;
}
.our-superiority .superiority-list li {
  width: 291px;
  height: 127px;
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  position: relative;
  margin-right: 12px;
  float: left;
}
.our-superiority .superiority-list li:last-child {
  margin-right: 0;
}
.our-superiority .superiority-list li:hover a > img {
  transform: rotate(360deg);
}
.our-superiority .superiority-list li a > img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -24px;
  transition: all linear 0.5s;
}
.our-superiority .superiority-list li h5 {
  font-size: 18px;
  color: #525959FF;
  font-weight: bold;
}
.our-superiority .superiority-list li p {
  margin: 10px 0 19px;
}
.our-superiority .superiority-list li .dot {
  width: 20px;
  margin: 0 auto;
}
.our-superiority .img-list {
  height: 520px;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.02);
  margin-top: 12px;
  padding: 16px;
}
.our-superiority .img-list .img-left {
  margin-right: 8px;
  float: left;
}
.our-superiority .img-list .img-left .img-left-top {
  margin-bottom: 8px;
}
.our-superiority .img-list .img-left .img-left-top, .our-superiority .img-list .img-left .img-left-bottom {
  position: relative;
  width: 286px;
  height: 180px;
  overflow: hidden;
}
.our-superiority .img-list .img-center {
  margin-right: 8px;
  float: left;
  width: 286px;
  height: 368px;
  position: relative;
  overflow: hidden;
}
.our-superiority .img-list .img-right {
  float: left;
}
.our-superiority .img-list .img-right .img-right-top, .our-superiority .img-list .img-right .img-right-bottom {
  width: 580px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.our-superiority .img-list .img-right .img-right-bottom {
  margin-top: 8px;
}
.our-superiority .img-list .img-right .img-right-bottom .img-right-bottom-left, .our-superiority .img-list .img-right .img-right-bottom .img-right-bottom-right {
  float: left;
  width: 286px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.our-superiority .img-list .img-right .img-right-bottom .img-right-bottom-right {
  margin-left: 8px;
}
.our-superiority .img-list span.img-tag {
  padding: 7px 13px 7px 18px;
  background-color: #49a0f5FF;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: -200px;
  bottom: 12px;
  transition: all linear 0.5s;
}
.our-superiority .img-list .img-left-top:hover span, .our-superiority .img-list .img-left-bottom:hover span, .our-superiority .img-list .img-right-top:hover span, .our-superiority .img-list .img-right-bottom-left:hover span, .our-superiority .img-list .img-right-bottom-right:hover span, .our-superiority .img-list .img-center:hover span {
  left: 0;
}



.success-case {
  padding-bottom: 48px;
}
.success-case .cases {
  width: 100%;
  height: 292px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.02);
  padding: 18px;
}
.success-case .cases li {
  float: left;
  width: 220px;
  height: 120px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.success-case .cases li:hover img {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.success-case .cases li:nth-child(5n) {
  margin-right: 0;
}
.success-case .cases li img {
  transition: all linear 0.2s;
}





.public_row3 {
    background: #2273da;
    overflow: hidden;
    width: 100%;
    padding: 50px 0px;
}
.public_row_content {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.public_row3 > .public_row_content > h2 {
    color: #fff;
}













