/* 头部start */

.header {
  height: 92px;

  line-height: 92px;

  /* border-bottom: 1px #eee solid; */

  position: static;

  background-color: #fff;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.header.head-fixed {
  position: fixed;

  height: 70px;

  line-height: 70px;

  width: 100%;

  top: 0;

  left: 0;

  z-index: 999;

  box-shadow: 0 3px 7px rgba(199, 199, 199, 0.7);
}

.header .header-auto {
  width: 1240px;

  margin: 0 auto;
}

.header .header-auto .logo {
  width: 197px;

  height: 51px;

  float: left;

  margin: 20px 0;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.header.head-fixed .header-auto .logo {
  -webkit-transform: scale(0.8);

  -moz-transform: scale(0.8);

  -ms-transform: scale(0.8);

  -o-transform: scale(0.8);
  transform: scale(0.8);

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
  margin: 9px 0;

  margin-left: -15px;
}

.header .header-auto .logo h1 {
  width: 100%;

  height: 100%;
}

.header .header-auto .logo a {
  width: 100%;

  height: 100%;

  background: url(../images/logo.png) no-repeat;

  background-size: cover;

  text-indent: 999px;

  overflow: hidden;

  display: block;

  text-indent: -999px;
}

.header .header-auto .header-nav {
  float: right;
}

.header .header-auto .header-nav ul {
  float: left;
}

.header .header-auto .header-nav .switch-box {
  float: left;

  margin-left: 20px;
}

.header .header-auto .header-nav .switch-box .name {
  position: relative;

  display: inline-block;
}

.header .header-auto .header-nav .switch-box .name > a {
  padding: 10px 30px 10px 10px;

  color: #333;

  border-radius: 7px;

  background: #efefee url(../images/down.png) no-repeat 183px;

  position: relative;
}

.header .header-auto .header-nav .drop-down {
  position: absolute;

  top: 70px;

  left: 0;

  z-index: 10;

  line-height: 30px;

  width: 109%;

  text-align: center;

  top: 100px;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;

  background-color: #fff;

  padding: 10px;

  box-shadow: 0 5px 8px rgba(177, 177, 177, 0.7);

  overflow: hidden;

  display: none;

  -webkit-animation: erjixiala 0.4s ease-in-out;

  animation: erjixiala 0.4s ease-in-out alternate;
}

@-webkit-keyframes erjixiala {
  0% {
    opacity: 0.5;

    -webkit-transform: translate3d(0, 10px, 0);

    -moz-transform: translate3d(0, 10px, 0);

    -ms-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;

    -webkit-transform: translate3d(0, 0px, 0);

    -moz-transform: translate3d(0, 0px, 0);

    -ms-transform: translate3d(0, 0px, 0);

    transform: translate3d(0, 0px, 0);
  }
}

@keyframes erjixiala {
  0% {
    opacity: 0.5;

    -webkit-transform: translate3d(0, 10px, 0);

    -moz-transform: translate3d(0, 10px, 0);

    -ms-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;

    -webkit-transform: translate3d(0, 0px, 0);

    -moz-transform: translate3d(0, 0px, 0);

    -ms-transform: translate3d(0, 0px, 0);

    transform: translate3d(0, 0px, 0);
  }
}

.header .header-auto .header-nav .drop-down a {
  background-color: #fff;

  display: block;

  padding: 5px;

  color: #333;
}

.header .header-auto .header-nav .drop-down a:hover {
  background-color: #fb4848;

  color: #fff;
}

.header .header-auto .header-nav .switch-box .name:hover .drop-down {
  display: block;

  top: 70px;

  -webkit-animation: erjixiala 0.4s ease-in-out;

  animation: erjixiala 0.4s ease-in-out alternate;
}

.header .header-auto .header-nav ul li {
  float: left;

  margin: 0 5px;
}

.header .header-auto .header-nav ul li.active a {
  color: #fb4848;
}

.header .header-auto .header-nav ul li.active a::after {
  width: 70%;
}

.header .header-auto .header-nav ul li a::after {
  content: "";

  position: absolute;

  width: 70%;

  height: 2px;

  background-color: #fb4848;

  bottom: 0;

  width: 0;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.header .header-auto .header-nav ul li a {
  display: block;

  font-size: 14px;

  color: #36404b;

  position: relative;

  padding: 0 15px;

  font-size: 17px;
}

.header.head-fixed .header-auto .header-nav ul li a {
  /* font-size:16px; */
}

.header .header-auto .header-nav ul li a:hover {
  color: #fb4848;
}

.header .header-auto .header-nav ul li a:hover::after {
  width: 70%;
}

/* 头部end */

.index-banner {
  width: 100%;

  overflow: hidden;

  height: 600px;
}

.index-banner .swiper-slide {
  height: 600px;
}

.index-banner .next-banner,
.index-banner .prev-banner {
  display: none;
}

/* 专业服务 start */

.index-zyfw {
  padding: 50px 0;
}

.index-zyfw .container {
}

.index-zyfw .zyfw-content {
  margin: 50px 0 20px;
}
.index-zyfw .zyfw-content .zyfw-list{
  display: flex;
  justify-content: space-between;
}
.index-zyfw .zyfw-content .zyfw-list .list-box {
  width: 31.5%;


  border: 1px #eee solid;

  box-sizing: border-box;

  padding: 0px 0px 30px 0px;

  text-align: center;

  float: left;


  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}
.index-zyfw .zyfw-content .zyfw-list .clear{
  display: none;
}
.index-zyfw .zyfw-content .zyfw-list .list-box:nth-child(4) {
  margin-right: 0;
}

.index-zyfw .zyfw-content .zyfw-list .list-box .text {
  width: 255px;

  margin: auto;

  margin-top: 20px;
}

.index-zyfw .zyfw-content .zyfw-list .list-box h3 {
  font-size: 20px;

  color: #333;

  font-weight: bold;
}

.index-zyfw .zyfw-content .zyfw-list .list-box span {
  width: 40px;

  height: 3px;

  background-color: #fb4848;

  display: block;

  margin: 5px auto 20px;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.index-zyfw .zyfw-content .zyfw-list .list-box p {
  font-size: 14px;

  color: #666;

  line-height: 25px;
}

.index-zyfw .zyfw-content .zyfw-list .list-box:hover {
  -webkit-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  transform: translateY(-5px);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.index-zyfw .zyfw-content .zyfw-list .list-box:hover span {
  width: 25px;
}

/* 专业服务 end */

/* 集团结束 start */

.index-about {
  height: 694px;

  background: url(../images/about_bg.jpg) no-repeat center;

  padding: 50px 0;

  position: relative;

  margin-bottom: 70px;
}

.index-about .about-content {
  margin-top: 50px;
}

.index-about .about-content .swiper-container {
  padding-bottom: 25px;
}

.index-about .about-content .swiper-pagination {
  bottom: 0;
}

.index-about .about-content .inner-left {
  width: 600px;

  float: left;

  padding-right: 40px;

  box-sizing: border-box;
}

.index-about .about-content .inner-left h3 {
  font-size: 26px;

  color: #36404b;

  font-weight: bold;
}

.index-about .about-content .inner-left span.fk {
  width: 60px;

  height: 3px;

  background-color: #36404b;

  display: block;
}

.index-about .about-content .inner-left .text {
  margin-top: 20px;

  margin-bottom: 30px;
}

.index-about .about-content .inner-left .text p {
  line-height: 27px;

  color: #666;
}

.more-box {
  width: 165px;

  background-color: #36404b;

  height: 45px;

  line-height: 45px;

  background: #36404b url(../images/more-icon.png) 78px center no-repeat;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.more-box:hover {
  background: #fb4848 url(../images/more-icon.png) 132px center no-repeat;
}

.more-box:hover .more {
  background: url(../images/mroe-hov.png) no-repeat;

  background-size: 100% 100%;
}

.more-box a .more {
  display: block;

  width: 128px;

  height: 45px;

  color: #fff;

  background: url(../images/mroe.png) no-repeat;

  background-size: 100% 100%;

  text-align: center;

  position: relative;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.index-about .about-content .inner-right {
  width: 600px;

  float: left;
}

.index-about .about-content .inner-right .swiper-slide img {
  width: 100%;
}

.index-about .about-content .swiper-pagination-bullet {
  background-color: #999;

  opacity: 1;
}

.index-about .about-content .swiper-pagination-bullet-active {
  background-color: #fb4848;
}

.index-about .about-date {
  height: 160px;

  position: absolute;

  width: 1200px;

  bottom: -70px;

  background-color: #fff;

  box-shadow: 0 10px 10px rgba(226, 226, 226, 0.7);

  font-family: "hkyt";
}

.index-about .about-date .layout_box .module_ul {
  height: 160px;

  display: box;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;
}

.index-about .about-date .layout_box li {
  width: 25%;

  background-color: #fff;

  box-sizing: border-box;

  display: inline-block;

  display: box;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -ms-justify-content: center;

  -o-justify-content: center;

  justify-content: center;

  -webkit-align-content: center;

  -moz-align-content: center;

  -ms-align-content: center;

  -o-align-content: center;

  align-content: center;

  -webkit-flex-direction: column;

  -moz-flex-direction: column;

  -ms-flex-direction: column;

  -o-flex-direction: column;

  flex-direction: column;

  text-align: center;

  padding: 10px 0;

  position: relative;
}

.index-about .about-date .layout_box li::after {
  content: "";

  position: absolute;

  height: 60px;

  width: 1px;

  background: #ddd;

  right: 0;
}

.index-about .about-date .layout_box li:last-child:after {
  display: none;
}

.index-about .about-date .layout_box li .number .counterDX {
  font-size: 48px;

  color: #333;
}

.index-about .about-date .layout_box li:nth-child(1) .number .unit {
  font-size: 16px;

  font-weight: lighter;
}

.index-about .about-date .layout_box li .number .unit {
  font-size: 18px;

  color: #999;

  font-weight: bold;

  vertical-align: super;

  margin-left: 5px;
}

.index-about .about-date .layout_box li .number {
  margin-top: -25px;
}

.index-about .about-date .layout_box li .title_p {
  font-size: 14px;

  color: #666;

  margin-top: -10px;
}

/* 集团结束 end */

/* 成功案例 start */

.index-item {
  padding-top: 70px;
}

.index-item .item-content {
  margin: 50px 0;

  padding-bottom: 20px;
}

.index-item .item-content .swiper-container {
  overflow: visible;
}

.index-item .item-content .item_list {
  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;

  padding: 10px;

  box-shadow: 0 0px 5px rgba(226, 226, 226, 0.7);
}

.index-item .item-content .item_list .item-text {
  padding-bottom: 10px;
}

.index-item .item-content .item_list:hover {
  -webkit-transform: translateY(-7px);

  -moz-transform: translateY(-7px);

  -ms-transform: translateY(-7px);

  -o-transform: translateY(-7px);

  transform: translateY(-7px);

  box-shadow: 0 5px 15px rgba(226, 226, 226, 0.7);
}

.index-item .item-content .item_list img {
  display: block;

  width: 100%;
}

.index-item .item-content .item_list .item-title {
  font-size: 16px;

  color: #36404b;

  margin: 10px 0 5px;
}

.index-item .item-content .item-more {
  width: 250px;

  background-color: #36404b;

  height: 43px;

  line-height: 43px;

  margin: 50px auto 0;

  position: relative;

  overflow: hidden;
}

.index-item .item-content .item_list .item-date {
  color: #333;
}

.index-item .item-content .item-more a {
  width: 200px;

  display: block;

  margin: 0 auto;

  color: #fff;

  background: #36404b;

  text-align: center;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.index-item .item-content .item-more .next-item {
  width: 58px;

  height: 44px;

  background: url(../images/item02.png) no-repeat;

  background-size: 100% 100%;

  right: 0;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.index-item .item-content .item-more .prev-item {
  width: 58px;

  height: 44px;

  background: url(../images/item01.png) no-repeat;

  background-size: 100% 100%;

  left: 0;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  transition: 0.4s;
}

.index-item .item-content .item-more .prev-item:hover {
  left: -7px;
}

.index-item .item-content .item-more .next-item:hover {
  right: -7px;
}

.index-item .item-content .item-more a:hover {
  background-color: #fb4848;
}

/* 成功案例 end */

/* <!-- 分割咨询 start --> */

.index-rxzx {
  height: 157px;

  background: url(../images/htbg.jpg) center no-repeat;

  padding: 20px 0;

  color: #fff;
}

.index-rxzx .inner-left {
  float: left;

  width: 700px;
}

.index-rxzx .inner-left h3 {
  font-size: 30px;
}

.index-rxzx .inner-left p {
  font-size: 18px;

  margin-bottom: 10px;
}

.index-rxzx .inner-left .strip {
  width: 80px;

  height: 3px;

  display: block;

  background-color: #fb4848;
}

.index-rxzx .inner-right {
  float: right;

  width: 500px;

  padding-left: 50px;
}

.index-rxzx .inner-right .telbox,
.index-rxzx .inner-right .erwmbox {
  vertical-align: middle;

  /* float: left; */

  text-align: center;

  display: inline-block;

  margin: 0 5px;
}

.index-rxzx .inner-right h4 {
  font-size: 22px;
}

.index-rxzx .inner-right .tel {
  width: 300px;

  height: 45px;

  line-height: 45px;

  background-color: #fff;

  border-radius: 20px;

  font-size: 24px;

  text-align: center;

  color: #fb4848;

  font-weight: bold;
}

.index-rxzx .inner-right .tel img {
  margin-right: 10px;
}

/* <!-- 分割咨询 end --> */

/* 荣耀资质 start */

.index-ryzz {
  padding: 30px 0 50px;

}

.index-ryzz .ryzz-content {
  width: 1360px;

  margin: 0 auto;

  margin-top: 60px;

  position: relative;
}

.index-ryzz .ryzz-content .swiper-container {
  width: 1200px;

  margin: 0 auto;
}

.index-ryzz .ryzz-content .next-ryzz {
  width: 50px;

  height: 50px;

  background: #f5f5f5 url(../images/next.png) center center no-repeat;

  border-radius: 50%;

  cursor: pointer;

  z-index: 100;
}

.index-ryzz .ryzz-content .prev-ryzz {
  width: 50px;

  height: 50px;

  background: #f5f5f5 url(../images/prev.png) center center no-repeat;

  border-radius: 50%;

  cursor: pointer;

  z-index: 100;
}

.index-ryzz .ryzz-content .next-ryzz::after,
.index-ryzz .ryzz-content .prev-ryzz::after {
  display: none;
}

.index-ryzz .ryzz-content .next-ryzz::after {
  display: none;
}

.index-ryzz .ryzz-content .ryzz-list {
  text-align: center;
}

.index-ryzz .ryzz-content .ryzz-list img {
  width: 100%;

  display: block;
}

.index-ryzz .ryzz-content .ryzz-list h4 {
  margin-top: 10px;

  color: #777777;

  font-size: 15px;
}

/* 荣耀资质 end */

/* 底部 start */

.footer {
  height: auto;

  background-color: #36404b;

  margin-top: 100px;

  color: #fff;
  height: 276px;
  background: #36404b url(../images/red.png) no-repeat center;
}

.footer .copyright {
  background-color: #2c343d;

  height: 55px;

  line-height: 55px;

  text-align: center;

  color: #fff;
}

.footer .container {
  padding: 35px 0 50px;
  width: 1300px;
}

.footer .container .foot-menu {
}

.footer .container .foot-menu .menu-ul {
  width: 550px;

  float: left;
}

.footer .container .foot-menu .menu-ul li {
  float: left;
  padding-right: 40px;
}

.footer .container .foot-menu .menu-ul li dd {
  font-size: 17px;

  margin-bottom: 15px;
}
.footer .container .foot-menu .menu-ul li dt::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fb4848;
  margin-right: 3px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
}
.footer .container .foot-menu .menu-ul li dt {
  margin-bottom: 10px;
  position: relative;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fb4848;
}

.footer .container .contact {
  width: 750px;

  float: left;

  padding-left: 30px;
}

.footer .container .contact .wechat {
  width: 150px;

  float: left;

  margin-right: 50px;
}

.footer .container .contact .wechat dd {
  font-size: 17px;

  margin-bottom: 5px;
}

.footer .container .contact .wechat dt {
  margin-bottom: 7px;
}

.footer .container .contact .tel-right {
  float: left;
  width: 200px;
}

.footer .container .contact .tel-logo {
  float: left;
  width: 300px;
  text-align: left;
}
.footer .container .contact .tel-logo dd {
  text-align: center;
  margin-bottom: 20px;
}
.footer .container .contact .tel-logo dt {
  font-size: 14px;
  margin-bottom: 5px;
}
.footer .container .contact .tel-right ul li {
  margin-bottom: 15px;
}

.footer .container .contact .tel-right ul li h4 {
  font-size: 18px;

  vertical-align: middle;
}

.footer .container .contact .tel-right ul li p {
  text-indent: 2.5em;
}

/* 底部 end */

.scroll {
  width: 40px;

  position: fixed;

  right: 50px;

  bottom: 50px;

  cursor: pointer;
}
