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);
  }
}


.banner-to{transition: all 0.2s linear 0s;-webkit-transition: all 0.2s linear 0s;display: block;font-size: 1em; position: absolute;overflow: hidden;z-index: 9;bottom: 90px;left: 50%;margin-left: -10px;}
.banner-to h4{ width: 20px;height: 30px;border: 2px solid #fff;border-radius: 1em;display: block;overflow: hidden; opacity: 0.7; }
.banner-to strong{ animation: downico 1.5s ease-out infinite;position: relative;display: block;line-height: 30px;width: 3px;height: 5px;background: #ee1c25;margin:10px auto;}
.banner-to:hover h4{border: 2px solid #ee1c25; opacity:1;}
.banner-to:hover strong{background: #ee1c25;}

@keyframes downico{
	0%{top: 0;opacity: 1;}
	35%{top: 40%;opacity: 0;}
	65%{top: -40%;opacity: 0;}
	100%{top: 0;opacity: 1;}
}

.zxkful{overflow: hidden; text-align:center;}
.zxkful li{overflow: hidden; text-align:center; margin-top: 10px;}
.zxkful li img{width: 180px;}
.zxkful h3{color: #333333;
margin-top: 12px;
font-size: 15px;}

.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;
}
.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: #ee1c25;
  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: 48%;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item:nth-child(2) {
  width: 50%;
}
.yl-yzl .yzl-form-tools .container .forms .form-wrap .form-item:nth-child(4) {
  width: 48%;
  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 #ee1c25;
}
.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, #ee1c25, #ee1c25);
  background: -webkit-linear-gradient(90deg, #ee1c25, #ee1c25);
  background: -moz-linear-gradient(90deg, #ee1c25, #ee1c25);
  background: -o-linear-gradient(90deg, #ee1c25, #ee1c25);
  background: -ms-linear-gradient(90deg, #ee1c25, #ee1c25);
}
.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: #ee1c25;
}
.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: #ee1c25;
}
.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: #ee1c25;
}
.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: #ee1c25;
  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: #ee1c25;
}
.yl-yzl .yzl-form-tools .container .forms .bulletin .bulletin-swiper .swiper-slide .tag {
  height: 18px;
  line-height: 17px;
  border: 1px solid #ee1c25;
  border-radius: 10px;
  font-size: 12px;
  color: #ee1c25;
  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 0 0;
}
.yl-yzl .yzl-form-tools .container .tools .list li {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 43px;
}
.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: #ee1c25;
}
.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: #ee1c25;
  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: #ee1c25;
  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: #ee1c25;
  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: #ee1c25;
  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 #ee1c25;
  border-top: 1px solid #ee1c25;
}
.yl-yzl .yzl-limit .container .list li::before {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid #ee1c25;
  border-bottom: 1px solid #ee1c25;
}
.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: #ee1c25;
  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: #ee1c25;
}
.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 #ee1c25;
  background: transparent;
  font-size: 12px;
  color: #ee1c25;
}
.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, #ee1c25, #ee1c25);
  background: -webkit-linear-gradient(90deg, #ee1c25, #ee1c25);
  background: -moz-linear-gradient(90deg, #ee1c25, #ee1c25);
  background: -ms-linear-gradient(90deg, #ee1c25, #ee1c25);
  background: -o-linear-gradient(90deg, #ee1c25, #ee1c25);
  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: #ee1c25;
}
.yl-yzl .yzl-left-side .side-list ul li.active {
  color: #ffffff;
  background-color: #ee1c25;
}
.yl-yzl .yzl-left-side .side-list ul li .hide {
  display: none;
  color: #ffffff;
  background-color: #ee1c25;
}
.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: #ee1c25;
  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: #ee1c25;
  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: #ee1c25;
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 {
    position: absolute;
    bottom: 16px;
    left: 25px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.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: 730px;
    background-image: url(../images/qyfwzq_img_bg@1x.png);
    background-repeat: no-repeat;
    background-size: 100% 730px;
    background-position: center top;
    overflow: hidden;
}
.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: 507px;
}

.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: 507px;
  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: 396px;
}

.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: 548px;
}
.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;
}
.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: #eef0f4 url('../images/fw_pt1.png') no-repeat right bottom;
}
.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: #32456a;
}
.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: #576888;
    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: #ee1c25;
    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: #ee1c25;
    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: #eef0f4 url('../images/fw_pt2.png') no-repeat right bottom;
}
.service_item_wrap .service_item_content_wrap > div:nth-child(3) .l {
    background: #eef0f4 url('../images/fw_pt3.png') no-repeat right bottom;
}
.service_item_wrap .service_item_content_wrap > div:nth-child(4) .l {
    background: #eef0f4 url('../images/fw_pt4.png') no-repeat right bottom;
}
.service_item_wrap .service_item_content_wrap>div .r li:hover {
 background:#ee1c25
}
.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");
}
.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: #ee1c25;
  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: #ee1c25FF;
  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;
}






.come-in {
 opacity: 1;
 -ie-transform:translateY(150px);
 -webkit-transform:translateY(150px);
 transform:translateY(150px);
 -webkit-animation:come-in 1s ease forwards;
 animation:come-in 1s ease forwards
}
.come-in:nth-child(odd) {
 -webkit-animation-duration:1s;
 animation-duration:1s
}
.already-visible {
 opacity: 1;
 -ie-transform:translateY(0);
 -webkit-transform:translateY(0);
 transform:translateY(0);
 -webkit-animation:none;
 animation:none
}
@-webkit-keyframes come-in {
 to {
  -ie-transform:translateY(0);
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
@keyframes come-in {
 to {
  -ie-transform:translateY(0);
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.opaque {
 opacity: 0;
}
.business {
  height: 788px;
  background: url(../images/index_05bg.png) no-repeat center center;
    background-size: auto;
  background-size: cover;
}
.w100 {
  width: 100%;
}
.main {
  margin: 0 auto;
}
.navMain {
  width: 80%;
}
.business {
	height: 788px;
	background: url(../images/index_05bg.png) no-repeat center center;
	background-size: cover;
}

.business_title {
	/* width: 154px;
	height: 60px; */
	/* background: url(../images/index_01_title.png) no-repeat bottom left; */
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFF;
	padding-top: 120px;
  margin: 0 auto;
  text-align: center;
}

.business_title_2 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgb(200, 200, 200);
	padding-top: 14px;
  text-align: center;
  text-transform: uppercase;
}

.business_title_2 span{color: #1593fc;}

.business_list {
	margin-top: 80px;
}

.business_list div {
	width: 25%;
	height: 265px;
	text-align: center;
	position: relative;
}

.business_list div a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	z-index: 2;

}

.business_list div a img {
	display: block;
}

.business_list div a img {
	margin-bottom: 30px;
}

.business_list div:nth-child(1) {
	background: rgba(11, 59, 133, 1);
}

.business_list div:nth-child(1)::before {
	content: '01';
	display: block;
	position: absolute;
	top: 5%;
	left: 5%;
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.05);
	z-index: 1;
}

.business_list div:nth-child(2) {
	background: rgba(16, 86, 165, 1);
}

.business_list div:nth-child(2)::before {
	content: '02';
	display: block;
	position: absolute;
	top: 5%;
	left: 5%;
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.05);
	z-index: 1;
}

.business_list div:nth-child(3) {
	background: rgba(33, 118, 189, 1);
}

.business_list div:nth-child(3)::before {
	content: '03';
	display: block;
	position: absolute;
	top: 5%;
	left: 5%;
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.05);
	z-index: 1;
}

.business_list div:nth-child(4) {
	background: rgba(52, 133, 202, 1);
}

.business_list div:nth-child(4)::before {
	content: '04';
	display: block;
	position: absolute;
	top: 5%;
	left: 5%;
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.05);
	z-index: 1;
}

.business_list div:nth-child(5) {
	background: rgba(61, 144, 216, 1);
}

.business_list div:nth-child(5)::before {
	content: '05';
	display: block;
	position: absolute;
	top: 5%;
	left: 5%;
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.05);
	z-index: 1;
}

.business_list div:hover {
	transition: all 0.8s;
	background-color: rgba(255, 255, 255, 1);
}

.business_list div:hover a {
	transition: all 0.8s;
	color: rgba(11, 59, 133, 1);
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a {
    color: #000000;
}

/* .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.ju-space-between {
    display: flex;
    justify-content: space-between;
}

.ju-space-around {
    display: flex;
    justify-content: space-around;
}

.ju-center {
    display: flex;
    justify-content: center;
}

.flex-warp {
    display: flex;
    flex-wrap: wrap;
}

.al-center {
    display: flex;
    align-items: center;
}

.alc-space-between {
    display: flex;
    align-content: space-between;
}

.alc-space-around {
    display: flex;
    align-content: space-around;
}

.ju-al-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tea-c {
    text-align: center;
}

.w100 {
    width: 100%;
}

.w100-h100 {
    width: 100%;
    height: 100%;
}

.mt40 {
    margin-top: 40px;
}

.ml40 {
    margin-left: 40px;
}

@media screen (max-width:768px;)  {
	
}

.about {
  height: 740px;
  display: flex;
}
.about>div:nth-child(1) {
	flex: 6;
	height: 100%;
	background-color: #FFF;
}

.about>div:nth-child(2) {
	flex: 4;
	height: 100%;
	background: rgba(1, 63, 138, 1);
}

.about .about_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	background: url(../images/index_04bg.png) no-repeat bottom right;
}

.about_bg .about_main {
	width: 40%;
}

.about_title {
	/* width: 154px;
	height: 60px;
	background: url(../images/index_01_title.png) no-repeat bottom left; */
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 100px;
  text-align: center;
}
.about_title2{font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #979c9b;
  padding-top: 14px;
  text-align: center;
  text-transform: uppercase;}
  .about_title2 span{color: #1593fc;}

.about_main .about_title_2 {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	margin-top: 50px;
}

.about_main .about_con {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin-top: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	max-height: 282px;
}

.about_main .about_more {
	width: 188px;
	height: 55px;
	border: 2px solid #ee1c25;
	margin-top: 50px;
	cursor: pointer;
}

.about_main .about_more a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ee1c25;
}

.about_main .about_more:hover {
	transition: all 0.8s;
	background-color: #ee1c25;
}

.about_main .about_more:hover a {
	color: #FFF;
	transition: all 1s;
}






.yzl-body-1200 {
  width: 1200px;
  margin: 0 auto;
    margin-bottom: 0px;
}
.yzl-row {
  position: relative;
  box-sizing: border-box;
  margin-left: -12px;
  margin-right: -12px;
}
.yzl-row:after,
.yzl-row:before {
  display: table;
  content: "";
}
.yzl-row:after {
  clear: both;
}
.yzl-col-12 {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
[class*="yzl-col-"] {
  float: left;
  box-sizing: border-box;
}
/******** 清除浮动 ********/
.yzl-cl:before,
.yzl-cl:after {
  display: table;
  content: "";
}
.yzl-cl {
  *zoom: 1;
}
.yzl-cl::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/******** 浮动 ********/
.yzl-fl {
  float: left; width: 100%;
}
.yzl-fr {
  float: right;
}
.yzl-module-consult {
  margin-bottom: 48px;
}
.yzl-module-consult-head {
  padding: 48px 0 36px;
}
.yzl-module-consult-head__title {
  font-size: 33px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.yzl-module-consult-head__describe {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #979c9b;
  font-weight: 400;
}
.yzl-module-consult-head__describe span{color: #1593fc;}
.yzl-module-consult-body__news {
  background: #ffffff;
  width: 100%;
  height: 440px;
}
.yzl-module-consult-body__news .news-head {
  height: 63px;
  /* padding-right: 24px; */
  border-bottom: 1px solid #eeeeee;
}
.yzl-module-consult-body__news .news-head-tab {
  box-sizing: border-box;display: flex;
}
.yzl-module-consult-body__news .news-head-tab .active {
  color: white;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #e4e7ed;
  border-left: 1px solid #e4e7ed;
  background: #ee1c25;
}
.yzl-module-consult-body__news .news-head-tab-item {
  display: block;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  padding: 0 65px;
  color: #292e2e;
  font-size: 16px;
  font-weight: bold;
  float: left;
  box-sizing: border-box;
  display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.yzl-module-consult-body__news .news-head-tab-item:first-child.active {
  border-left: none;
}
.yzl-module-consult-body__news .news-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.yzl-module-consult-body__news .news-head-more:hover {
  color: #ee1c25;
}
.yzl-module-consult-body__news .news-body-content {
  padding: 0 24px;
  display: none;
}
.yzl-module-consult-body__news .news-body .active {
  display: block;
}
.yzl-module-consult-body__news .news-body-list__img-item {
  padding: 19px 0;
  position: relative;
  height: 187px;
  display: block;
}
.yzl-module-consult-body__news .news-body-list__img-item-cover {
  width: 200px;
  height: 140px;
  position: absolute;
  top: 19px;
  left: 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
}
.yzl-module-consult-body__news .news-body-list__img-item-cover img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.yzl-module-consult-body__news .news-body-list__img-item-cover:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.yzl-module-consult-body__news .news-body-list__img-item-content {
  padding-left: 235px;
}
.yzl-module-consult-body__news .news-body-list__img-item-content h3 {
  font-size: 18px;
  color: #525959;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.yzl-module-consult-body__news .news-body-list__img-item-content h3:hover {
  color: #ee1c25;
}
.yzl-module-consult-body__news .news-body-list__img-item-content p {
  margin-top: 13px;
  font-size: 12px;
  color: #979c9b;
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  line-height: 22px;
}
.yzl-module-consult-body__news .news-body-list__img-item-content .time {
  margin-top: 16px;
  font-size: 12px;
  color: #cccccc;
}
.yzl-module-consult-body__news .news-body-list__no-img-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.yzl-module-consult-body__news .news-body-list__no-img-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__content:hover {
  color: #ee1c25;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__time:hover {
  color: #ee1c25;
}
.yzl-module-consult-body__knowledge {
  background: #ffffff;
  width: 391px;
  height: 415px;
}
.yzl-module-consult-body__knowledge .knowledge-head {
  height: 64px;
  box-sizing: border-box;
  padding: 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.yzl-module-consult-body__knowledge .knowledge-head-title {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #292e2e;
  font-weight: bold;
}
.yzl-module-consult-body__knowledge .knowledge-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.yzl-module-consult-body__knowledge .knowledge-head-more:hover {
  color: #ee1c25;
}
.yzl-module-consult-body__knowledge .knowledge-body {
  padding: 24px 24px 0;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag {
  height: 156px;
  box-sizing: border-box;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag-item {
  width: 79.6px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #525959;
  margin-right: 8px;
  margin-bottom: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag-item:nth-child(4n + 4) {
  margin-right: 0px;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag-item:hover {
  color: #ee1c25;
  background: rgba(255, 102, 0, 0.1);
  border: 1px solid #ee1c25;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__content:hover {
  color: #ee1c25;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__time:hover {
  color: #ee1c25;
}



/*phone*/
.news { padding: 0 3.125% 30px;background: white; display:none; }
.news_nav { height: 3.5rem; margin: 1.8rem 0 1.15rem; background: #676767;display: flex; }
.news_nav h3 { width: 8rem; font-size: 1.2rem; color: #fff; line-height: 3.5rem; text-align: center; float: left; font-weight: 700; cursor: pointer;display: flex;align-items: center;justify-content: center;flex: 1; }
.news_nav h3.on { background: #ee1c25 }
.news_nav a { display: block; float: right; font-size: 1.2rem; color: #fff; line-height: 3.5rem; padding-right: 1.15rem; font-weight: 700 }
.news_con .swiper-slide { background: #fff }
.news_con dl { display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; margin-bottom: .8rem }
.news_con dt { width: 40.83%; margin-right: 4.67% }
.news_con dd { width: 50% }
.news_con dd h4 { font-size: 1.1rem; color: #333; line-height: 1.3rem; margin-bottom: .8rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700 }
.news_con dd p { font-size: 1rem; color: #555; line-height: 1.6rem }
.news_con li { height: 2.6rem; border-bottom: 1px solid #DDDDDF }
.news_con li a { display: block }
.news_con li h4 { font-size: 1rem; color: #777; line-height: 2.6rem; float: left; font-weight: 400; padding-left: 1rem; width: 70%;box-sizing: border-box; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.news_con li h4:before { position: absolute; content: ""; width: .25rem; height: .25rem; border: 2px solid #A9A6AA; top: 1.075rem; left: .05rem; border-radius: 50%; -o-transition: all .3s ease; transition: all .3s ease }
.news_con li span { display: block; float: right; font-size: .9rem; color: #888; line-height: 2.6rem }
.news_con li:hover h4 { color: #1A72CC }
.news_con li:hover h4:before { background: #1A72CC; border-color: #1a72cc }

@media screen and (max-width:768px) {
.about {
  height: 500px;
}
	.about>div:nth-child(1) {
		flex: 6;
		height: 100%;
		background-color: #FFF;
	}

	.about>div:nth-child(2) {
		flex: 4;
		height: 100%;
		background-color: #FFF;
		/* background: rgba(1, 63, 138, 1); */
	}
.about .about_bg {
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		background: url(../images/index_04bg.png) no-repeat bottom right;
		background-size: contain;
	}
	
	.about .navMain{
		width: 85%;
	}

	.about_bg .about_main {
		width: 100%;
	}

	.about_title {
		/*width: 154px;
		height: 60px;*/
		font-size: 24px;
		font-weight: bold;
		color: rgba(51, 51, 51, 1);
		margin-top: 30px;
	}

	.about_main .about_title_2 {
		font-size: 18px;

		color: rgba(0, 0, 0, 1);
		margin-top: 30px;
	}

	.about_main .about_con {
		font-size: 14px;
		color: rgba(51, 51, 51, 1);
		line-height: 30px;
		margin-top: 20px;
	}

	.about_main .about_more {
		width: 140px;
		height: 45px;
		border: 2px solid #ee1c25;
		margin-top: 20px;
	}

	.about_main .about_more a {
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #ee1c25;
	}

	.about_main .about_more:hover a {
		font-size: 20px;
		transition: all 1s;
	}
}

