@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  background: transparent;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: ' ';
  height: 0;
  visibility: hidden;
  clear: both;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}

.banner .swiper-slide {
  height: 500px;
}
.banner .swiper-slide a {
  display: block;
  height: 500px;
}
.banner .swiper-button-next {
  right: 5%;
}
.banner .swiper-button-prev {
  left: 5%;
}

.title_1 {
  text-align: center;
  padding: 90px 0 50px;
}
.title_1 span {
  display: block;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}
.title_1 p {
  font-size: 18px;
  color: #000;
  padding-top: 20px;
}

a.btn-a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  height: 58px;
  line-height: 58px;
  width: 190px;
  background: #ef372e;
  border-radius: 8px;
  margin: 0 auto;
}

.floor_1 {
  padding-bottom: 60px;
  background: url(https://cpc.hishop.com.cn/static/images/index/fl1_bg.jpg);
}
.floor_1 div.w1180 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.floor_1 dl {
  width: 380px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0 34px;
  transition: 0.8s;
  cursor: pointer;
  overflow: hidden;
}
.floor_1 dl dt {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d8e6f5;
}
.floor_1 dl dt:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1692169234.png) 100% 100%;
  margin-right: 10px;
}
.floor_1 dl:nth-child(2) dt:before {
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1692256022.jpg) 100% 100%;
}
.floor_1 dl:nth-child(3) dt:before {
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1692259217.jpg) 100% 100%;
}
.floor_1 dl:nth-child(4) dt:before {
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1692261984.jpg) 100% 100%;
}
.floor_1 dl:nth-child(5) dt:before {
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1692263085.jpg) 100% 100%;
}
.floor_1 dl:nth-child(6) dt:before {
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1692264957.jpg) 100% 100%;
}
.floor_1 dl:nth-child(7) dt:before {
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1694748157.png) 100% 100%;
}
.floor_1 dl:nth-child(8) dt:before {
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1699600530.jpg) 100% 100%;
}
.floor_1 dl dt b {
  font-size: 20px;
  font-weight: 400;
  margin-right: 9px;
}
.floor_1 dl dt p {
  width: 48px;
  height: 22px;
  border: 1px solid #ff3e3e;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
  color: #ff3e3e;
  line-height: 22px;
}
.floor_1 dl:nth-child(4) dt p {
  width: 60px;
}
.floor_1 dl dd b {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding: 24px 0 12px;
}
.floor_1 dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
}
.floor_1 dl dd span {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  animation: fadeout 1s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: 0.4s;
}
.floor_1 dl dd span a {
  width: 96px;
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #ff3e3e;
  border: 1px solid #ff3e3e;
  border-radius: 3px;
}
.floor_1 dl dd span a:last-child {
  background-color: transparent;
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.floor_1 dl:hover {
  border-color: #ff3e3e;
  box-shadow: 0 0 12px rgba(168, 185, 218, 0.2);
}
.floor_1 dl:hover dt {
  border-color: #f3d7cf;
}
.floor_1 dl:hover dd span {
  opacity: 1;
}
.floor_1 dl:hover dd p {
  display: none;
}

.floor_2 {
  height: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.floor_2 .tex {
  height: 170px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  transition: 0.3s all;
  cursor: pointer;
}
.floor_2 .tex:hover {
  border: 1px solid #f04422;
}
.floor_2 .tex .fl {
  background: url(https://cpc.hishop.com.cn/static/images/index/fl2_1.jpg) center top no-repeat;
  height: 170px;
  width: 555px;
}
.floor_2 .tex2 .fl {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl2_1.jpg);
}
.floor_2 .tex3 .fl {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl2_1.jpg);
}
.floor_2 .tex4 .fl {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl2_1.jpg);
}
.floor_2 .tex span {
  display: block;
  font-size: 20px;
  color: #fff;
  height: 92px;
  width: 128px;
  border: 1px solid #5e6888;
  border-radius: 8px;
  margin: 36px 34px 0 26px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  float: left;
}
.floor_2 .tex span b {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 16px 0 6px;
}
.floor_2 .tex p {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 36px;
}
.floor_2 .tex ul {
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 432px;
  margin: 0 auto;
  padding: 30px 40px 0;
  overflow: hidden;
  height: 106px;
}
.floor_2 .tex ul li {
  font-size: 18px;
  color: #000000;
  /* width: 130px; */
  border-radius: 50px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  background: #f4f4f4;
  padding: 0 10px;
}
.floor_2 .tex ul li::before {
  display: block;
  float: left;
  content: '';
  width: 17px;
  height: 17px;
  overflow: hidden;
  background-image: url(https://cpc.hishop.com.cn/static/images/index/icons.png);
  background-size: 220px;
  background-position: 0 0;
  margin: 13px 6px 0 16px;
}
.floor_2 .tex ul li:nth-child(2)::before {
  background-position: -24px 0;
}
.floor_2 .tex ul li:nth-child(3)::before {
  background-position: -50px 0;
}
.floor_2 .tex ul li:nth-child(4)::before {
  background-position: -76px 0;
  margin-left: 8px;
}
.floor_2 .tex ul li:nth-child(5)::before {
  background-position: -102px 0;
}
.floor_2 .tex ul li:nth-child(6)::before {
  background-position: -123px 2px;
}
.floor_2 .tex2 ul li:nth-child(1)::before {
  background-position: 0 -25px;
}
.floor_2 .tex2 ul li:nth-child(2)::before {
  background-position: -24px -25px;
}
.floor_2 .tex2 ul li:nth-child(3)::before {
  background-position: -50px -25px;
}
.floor_2 .tex2 ul li:nth-child(4)::before {
  background-position: -76px -25px;
  margin-left: 14px;
}
.floor_2 .tex2 ul li:nth-child(5)::before {
  background-position: -102px -25px;
}
.floor_2 .tex2 ul li:nth-child(6)::before {
  background-position: -123px -25px;
}
.floor_2 .tex3 ul li:nth-child(1)::before {
  background-position: 0 -47px;
}
.floor_2 .tex3 ul li:nth-child(2)::before {
  background-position: -24px -47px;
}
.floor_2 .tex3 ul li:nth-child(3)::before {
  background-position: -50px -47px;
}
.floor_2 .tex3 ul li:nth-child(4)::before {
  background-position: -76px -47px;
  margin-left: 14px;
}
.floor_2 .tex3 ul li:nth-child(5)::before {
  background-position: -102px -47px;
}
.floor_2 .tex3 ul li:nth-child(6)::before {
  background-position: -123px -47px;
}
.floor_2 .tex4 ul li:nth-child(1)::before {
  background-position: 0 -69px;
}
.floor_2 .tex4 ul li:nth-child(2)::before {
  background-position: -24px -69px;
}
.floor_2 .tex4 ul li:nth-child(3)::before {
  background-position: -50px -69px;
}
.floor_2 .tex4 ul li:nth-child(4)::before {
  background-position: -76px -69px;
  margin-left: 14px;
}
.floor_2 .tex4 ul li:nth-child(5)::before {
  background-position: -102px -69px;
}
.floor_2 .tex4 ul li:nth-child(6)::before {
  background-position: -123px -69px;
}
.floor_2 .tex a {
  width: 90px;
  display: block;
  float: right;
  height: 112px;
  background: #f8927e;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 58px 0 0 20px;
  transition: 0.3s all;
}
.floor_2 .tex:hover a {
  background: #f04422;
}
.floor_2 .tex a::after {
  display: block;
  float: right;
  content: '';
  width: 26px;
  height: 23px;
  overflow: hidden;
  background-image: url(../images/index/icons.png);
  background-size: 220px;
  background-position: 0 -144px;
  margin: -12px 16px 0 0;
}
.floor_2 ul.btex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.floor_2 ul.btex li {
  width: 280px;
  height: 214px;
  background: url(https://cpc.hishop.com.cn/static/images/index/fl2_01.png) center top no-repeat;
  cursor: pointer;
  transition: 0.3s all;
}
.floor_2 ul.btex li:nth-child(2) {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl2_02.png);
}
.floor_2 ul.btex li:nth-child(3) {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl2_03.png);
}
.floor_2 ul.btex li:nth-child(4) {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl2_04.png);
}
.floor_2 ul.btex li:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.floor_2 ul.btex li span {
  display: block;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  padding: 28px 0 12px 32px;
}
.floor_2 ul.btex li span i {
  color: #f63d19;
  font-weight: bold;
  font-size: 22px;
}
.floor_2 ul.btex li p {
  font-size: 14px;
  color: #010101;
  padding-left: 34px;
  line-height: 24px;
}
.floor_2 ul.btex li a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  width: 108px;
  background: #f04422;
  margin: 26px 0 0 32px;
}

.floor_3 {
  height: auto;
  overflow: hidden;
  padding-bottom: 100px;
  background: #f6f6f8;
}
.floor_3 .nav_1 {
  width: 900px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.floor_3 .nav_1 a {
  display: block;
  width: 210px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  background: #fff;
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 500;
}
.floor_3 .nav_1 a.on {
  background-image: linear-gradient(to right, #fe4847, #f7755c);
  color: #fff;
  font-weight: bold;
}
.floor_3 .case_box {
  height: auto;
  overflow: hidden;
  padding-bottom: 60px;
}
.floor_3 .case_box .fl {
  width: 160px;
  height: 190px;
  background: url(https://cpc.hishop.com.cn/static/images/index/fl3_01.png) center top no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.floor_3 .case_box .fl i {
  display: block;
  height: 38px;
  width: 21px;
  overflow: hidden;
  background-image: url(../images/index/icons.png);
  background-size: 220px;
  background-position: 0 -96px;
  margin: 58px auto 14px;
}
.floor_3 .code_2 .fl i {
  width: 32px;
  background-position: -31px -96px;
}
.floor_3 .code_3 .fl i {
  width: 28px;
  background-position: -76px -96px;
}
.floor_3 .code_4 .fl i {
  width: 30px;
  background-position: -116px -96px;
  margin-top: 70px;
}
.floor_3 .code_2 .fl {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl3_02.png);
}
.floor_3 .code_3 .fl {
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl3_03.png);
}
.floor_3 .code_4 .fl {
  height: 220px;
  background-image: url(https://cpc.hishop.com.cn/static/images/index/fl3_04.png);
}
.floor_3 .case_box .fr {
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: auto;
  overflow: hidden;
}
.floor_3 .case_box .fr img {
  display: block;
}

.floor_4 {
  height: 914px;
  background: url(https://cpc.hishop.com.cn/static/images/index/fl4_bg.jpg) center top no-repeat;
}
.floor_4 .title_1 span,
.floor_4 .title_1 p {
  color: #fff;
}
.floor_4 .art_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 965px;
  margin: 0 auto 20px;
  padding-left: 140px;
}
.floor_4 .art_top .tex {
  width: 25%;
}
.floor_4 .art_top .tex span {
  display: block;
  font-size: 32px;
  color: #ff4513;
  font-weight: 500;
}
.floor_4 .art_top .tex span b {
  font-weight: bold;
  color: #ff4513;
  font-size: 42px;
}
.floor_4 .art_top .tex p {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.floor_4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 964px;
  margin: 0 auto 20px;
}
.floor_4 ul li {
  width: 320px;
  height: 360px;
  background: #fff;
  text-align: center;
}
.floor_4 ul li i {
  display: block;
  font-size: 22px;
  color: #121212;
  font-weight: bold;
}
.floor_4 ul li i::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-image: url(../images/index/icons.png);
  background-size: 220px;
  background-position: 0 -178px;
  margin: 36px auto 20px;
}
.floor_4 ul li:nth-child(2) i::before {
  background-position: -39px -178px;
}
.floor_4 ul li:nth-child(3) i::before {
  background-position: -77px -178px;
}
.floor_4 ul li em {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 14px 0 28px;
}
.floor_4 ul li .bot-p p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 18px;
}
.floor_4 ul li .bot-p p::before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  overflow: hidden;
  background-image: url(https://cpc.hishop.com.cn/static/images/index/icons.png);
  background-size: 220px;
  background-position: -112px -178px;
  margin-right: 6px;
}
.floor_4 a.btn-a {
  margin-top: 50px;
}

.floor_5 {
  height: auto;
  overflow: hidden;
  background: #f3f3f3;
  padding-bottom: 100px;
}
.floor_5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.floor_5 ul li {
  width: 218px;
  height: 148px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s all;
  text-align: center;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
}
.floor_5 ul li:hover {
  border: 1px solid #fa9d8a;
}
.floor_5 ul li i::before {
  display: block;
  content: '';
  width: 43px;
  height: 41px;
  overflow: hidden;
  background-image: url(https://cpc.hishop.com.cn/static/images/index/icons.png);
  background-size: 220px;
  background-position: 0 -220px;
  margin: 32px auto 24px;
}
.floor_5 ul li:nth-child(2) i::before {
  background-position: -48px -220px;
  width: 38px;
}
.floor_5 ul li:nth-child(3) i::before {
  background-position: -94px -220px;
  width: 34px;
}
.floor_5 ul li:nth-child(4) i::before {
  background-position: -136px -220px;
  width: 38px;
}
.floor_5 ul li:nth-child(5) i::before {
  background-position: -182px -220px;
  width: 38px;
}

.floor_6 {
  height: 156px;
  overflow: hidden;
  background: url(https://cpc.hishop.com.cn/static/images/index/fl6_bg.jpg) center top no-repeat;
}
.floor_6 .tj {
  width: 694px;
  margin: 50px auto 0;
  border-radius: 4px;
  background: #fff;
  height: 60px;
}
.floor_6 .tj input {
  display: block;
  float: left;
  line-height: 60px;
  width: 520px;
  padding-left: 14px;
  font-size: 18px;
  outline: none;
  border: none;
}
.floor_6 .tj button {
  display: block;
  float: right;
  width: 140px;
  height: 55px;
  line-height: 55px;
  background: #f83312;
  border-radius: 4px;
  margin: 2px 2px 0 0;
}
.floor_6 .tj button a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
