/*å¯¼èˆª*/
@keyframes navIocn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes navIocn {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

body {
  background-color: #f4f4f4;
}

/*å®¢æœå¼¹çª—*/
.tcKf-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;

  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
}
.tcKf {
  width: 742px;
  height: 360px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 180px);
  left: calc(50% - 371px + 90px);
}
.tcKf-man {
  position: absolute;
  bottom: 0;
  left: -180px;
}
.tcKf-x {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  -webkit-user-select: none;
}
.tcKf-top {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  background: -ms-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  background: -moz-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.tcKf-top p {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}
.tcKf-top p:nth-of-type(1) {
  margin-right: 20px;
}
.tcKf-btm {
  height: 176px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.tcKf-div {
  width: 326px;
  height: 176px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(43, 62, 99, 0.1);
}
.tcKf-div:nth-of-type(1) {
  margin-right: 10px;
}
.tcKf-item {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tcKf-item:nth-of-type(1) {
  padding-top: 20px;
}
.tcKf-item > p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.tcKf-qq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  border-radius: 32px;
  margin: 0 10px 0 20px;
  color: #fff;
  font-size: 13px;
  background: -webkit-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  background: -ms-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  background: -moz-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
}
.tcKf-qq img {
  margin-right: 5px;
}
.tcKf-wx-wrap {
  width: 100px;
  height: 32px;
  position: relative;
}
.tcKf-wx {
  width: 100px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
}
.tcKf-wx > img,
.tcKf-kf > img {
  margin-right: 5px;
}
.tcKf-kf {
  width: 210px;
  height: 32px;
  background: -webkit-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  background: -ms-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  background: -moz-linear-gradient(top, rgb(255, 88, 68), rgb(220, 0, 50));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  border-radius: 32px;
  margin-left: 20px;
}
.tcKf-wx-wrap:hover .homeC3-wx {
  display: block;
}
.tcKf-wx-wrap:hover .tcKf-wx {
  border: 1px solid #56bc39;
}

.tcKf-qq:hover,
.tcKf-kf:hover {
  background: -webkit-linear-gradient(
    bottom,
    rgb(255, 88, 68),
    rgb(220, 0, 50)
  );
  background: -ms-linear-gradient(bottom, rgb(255, 88, 68), rgb(220, 0, 50));
  background: -moz-linear-gradient(bottom, rgb(255, 88, 68), rgb(220, 0, 50));
}
.tcKf-foot {
  padding-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tcKf-foot-item {
  width: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.tcKf-foot-item img {
  margin-right: 5px;
}

/* å¼¹çª— */
.popup-wrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.popup {
  width: 520px;
  height: 412px;
  position: absolute;
  top: calc(50% - 206px);
  left: calc(50% - 260px);
  background-color: #fff;
  border-radius: 10px;
}
.popup-title {
  height: 23px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 35px 0 20px 0;
  text-align: center;
}
.popup-border {
  width: 314px;
  margin: 0 auto;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #dcdcdc;
}
.popup-phones {
  height: 16px;
  line-height: 16px;
  color: #000000;
  padding-top: 23px;
  padding-bottom: 30px;
  text-align: center;
}
.popup-yes {
  display: none;
}
.popup-no {
  display: none;
}
.popup-img {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #ff4141;
}
.popup-img img {
  margin-right: 20px;
}
.popup-p1 {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 25px 0;
}
.popup-p2 {
  height: 16px;
  line-height: 16px;
  color: #333;
  font-size: 12px;
  margin-left: 125px;
}
.popup-btn {
  width: 121px;
  height: 36px;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background-color: #0091ff;
  margin: 40px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
}

.head-wrap {
  position: relative;
  z-index: 10;
  background-color: transparent !important;
}
.head-left a {
  color: #fff !important;
}
.head-left:hover a,
.head-right a:hover p {
  color: #fff !important;
}

.index-nav {
  position: relative;
  z-index: 5;
  height: 80px;
  padding-top: 25px;
}
.index-nav-a > a,
.index-nav-a > div {
  color: #fff;
  font-size: 16px;
  margin-right: 35px;
  height: 20px;
  line-height: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.hot {
  position: absolute;
  top: -20px;
  right: 15px;
  animation: navIocn 1s infinite linear;
  -webkit-animation: navIocn 1s infinite linear;
}
.index-nav-a > a:hover {
  border-color: #fce389;
}
.index-nav-a > div {
  margin-right: 0;
}
.index-nav-a-hover {
  border-color: #fce389 !important;
}
.index-nav-gd-show {
  color: #fff;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.index-nav-gd-hide {
  position: absolute;
  background-color: #fff;
  width: 100px;
  padding: 10px 0;
  top: 30px;
  left: calc(50% - 50px);
  display: none;
  z-index: 10;
}
.index-nav-gd-hide a {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  color: #ee2319;
}
.index-nav-gd-hide p {
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.index-nav-gd-hide a:hover {
  background-color: #ee2319;
  color: #fff;
}
.index-nav-gd:hover .index-nav-gd-hide {
  display: block;
}

/*logo*/
.logo-wrap {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.logo {
  height: 79px;
}
.logo-left > p {
  height: 20px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.logo-left > div p {
  line-height: 18px;
  color: #fff;
  font-size: 12px;
}
.logo-right {
  height: 20px;
  font-size: 16px;
  margin-top: 40px;
}
.logo-right > p {
  background-color: rgba(255, 255, 255, 0.1);
  height: 12px;
  width: 1px;
}
.logo-right > div {
  height: 39px;
  margin-top: 0;
}
.logo-right > a,
.logo-right > div {
  color: #fff;
  margin: 0 15px;
  position: relative;
}
.logo-right > a p {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  top: 37px;
  display: none;
}
.logo-right > a div {
  position: relative;
}
.logo-right > a:hover p {
  display: block;
}
.markHover {
  position: absolute;
  width: 100px;
  background-color: #fff;
  left: calc(50% - 50px);
  top: 37px;
  padding: 10px 0;
  display: none;
}
.markHover a {
  display: block;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.markHover p {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  top: -5px;
  left: calc(50% - 5px);
}
.logo-right > div:hover .markHover {
  display: block;
}
.markHover a:hover {
  color: #fff;
  background-color: #ee2319;
}

/*banenr*/
.banner-wrap {
  height: 678px;
  margin-top: -118px;
  position: relative;
  z-index: 3;
}
.banner-wrap .swiper-slide p {
  height: 38px;
}
.banner-wrap .swiper-slide a {
  background-position: center 0;
  background-repeat: no-repeat;
  min-width: 1200px;
}
/* .banner-wrap .dot1{
	position: absolute;
	width: 100%;
	height: 38px;
	top: -38px;
	left: 0;
	overflow: hidden;
	opacity: 1 !important;
}
.banner-wrap .dot1 span{
	width: 100% !important;
	height: 38px !important;
	border-radius: 0 !important;
	background-color: #40028D;
	opacity: 1 !important;
}
.banner-wrap .dot1 .swiper-pagination-bullet-active{
	background-color: #EE2319 !important;
	opacity: 1 !important;
} */

.banner-wrap .dot1 {
  position: absolute;
  width: 100px !important;
  left: calc(50% - 50px);
  bottom: 115px;
}
.banner-wrap .dot1 span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  margin: 0 5px !important;
}

/*box*/
.box {
  background-color: #fff;
  box-shadow: 0 0 13px rgba(87, 87, 87, 0.2);
  height: 400px;
  border-radius: 10px;
  margin: -105px auto 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 8;
}
.box-top {
  padding: 40px 40px 0 40px;
  height: 284px;
}
.box-left {
  width: 770px;
}
.box-left-ipts {
  height: 42px;
  border: 1px solid #ee2319;
  width: 768px;
}
.box-left-ipts input {
  height: 42px;
  border: 0;
  outline: 0;
  color: #333;
  font-size: 14px;
}
.box-left-ipts input::placeholder {
  color: #999;
}
.box-left-ipts > p {
  height: 42px;
  width: 1px;
  background-color: #f8f8f8;
}
.SS-btn {
  height: 42px;
  width: 60px;
  background-color: #ee2319;
  cursor: pointer;
}
.box-select {
  position: relative;
}
.box-select-show {
  height: 42px;
  padding: 0 10px 0 15px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.box-select-show p {
  margin-right: 10px;
}
.box-select-hide {
  position: absolute;
  width: 100%;
  top: 42px;
  left: -1px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ee2319;
  display: none;
}
.box-select-hide p {
  line-height: 26px;
  color: #333;
  text-indent: 15px;
  font-size: 14px;
  cursor: pointer;
}
.box-select-hide p:hover {
  color: #fff;
  background-color: #ee2319;
}
.box-select:hover .box-select-hide {
  display: block;
}
.box-left-items {
  width: 770px;
}
.box-left-item {
  width: 350px;
}
.box-left-item-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding-top: 25px;
}
.box-left-item-title p {
  margin-left: 10px;
}
.box-left-item-li {
  display: block;
  margin-right: 30px;
  padding-top: 15px;
  color: #333;
  font-size: 14px;
  text-align: center;
  width: 56px;
}
.box-left-item-li:nth-of-type(4n) {
  margin-right: 0;
}
.box-left-item-li p {
  line-height: 30px;
}
.box-left-item-li div {
  height: 45px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.box-right-div1 {
  width: 286px;
  height: 44px;
}
.box-right-div1 > div {
  width: 132px;
  height: 44px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.chushou {
  background-color: #fa6400;
}
.goumai {
  background-color: #ee2319;
}
.box-right-div2 {
  width: 286px;
  height: 40px;
  margin: 25px 0;
}
.box-right-div2 input {
  color: #999;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  text-indent: 10px;
  height: 38px;
  width: 198px;
  border-right: 0;
  color: #333;
  outline: 0;
}
.box-right-div2 input::placeholder {
  color: #999;
}
.box-right-div2 button {
  background-color: #4e474f;
  font-size: 16px;
  color: #fff;
  width: 87px;
  height: 40px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.box-right-title {
  font-size: 16px;
  padding-bottom: 10px;
}
.box-right-title p {
  margin-left: 5px;
  color: #ee2319;
}
.box-right-ul {
  overflow: hidden;
  height: 90px;
  width: 286px;
}
.box-right-ul a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box-btm {
  width: calc(100% - 80px);
  margin: 0 40px;
  border-top: 1px solid #dcdcdc;
}
.box-btm > div {
  height: 75px;
}
.box-btm-item {
  height: 30px;
  overflow: hidden;
}
.box-btm-item li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  max-width: 480px;
}
.box-btm-item li p:nth-of-type(2) {
  color: #ee2319;
}

/* æ ‡é¢˜ */
.titles {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.titles > p {
  font-size: 14px;
  color: #999;
  line-height: 35px;
}
.title {
  position: relative;
  margin: 0 5px;
  height: 35px;
}
.title p:nth-of-type(1) {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: rgba(3, 3, 3, 0.05);
  position: absolute;
  top: 0;
  left: 0;
}
.title p:nth-of-type(2) {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 5;
  line-height: 45px;
}

.c1 {
  padding: 60px 0 20px 0;
}
.title-ul a {
  color: #333;
  font-size: 14px;
  margin-left: 15px;
}
.title-ul a {
}
.title-ul-div a:hover {
  color: #ee2319;
}

.c1C {
  height: 465px;
  border-radius: 10px;
  overflow: hidden;
}
.c1C-left {
  width: 239px;
  height: 465px;
}
.c1C-left-item {
  border-top: 1px solid #eee;
  width: 239px;
  height: 232px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #e1e1e1;
  cursor: pointer;
}
.c1C-left-item > div {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.c1C-left-item:nth-of-type(1) {
  border-top: 0;
}
.c1C-left-item-title {
  padding: 15px 0 5px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.c1C-left-item-txt {
  color: #999;
}
.c1C-left-item-bg {
  background: linear-gradient(bottom left, #ff4435, #ff9400);
  background: -webkit-linear-gradient(bottom left, #ff4435, #ff9400);
  background: -ms-linear-gradient(bottom left, #ff4435, #ff9400);
}
.c1C-left-item-bg .c1C-left-item-title {
  color: #fff;
}
.c1C-left-item-bg .c1C-left-item-txt {
  color: #fff;
}
.c1C-right {
  width: 961px;
  height: 465px;
}
.c1C-right-box {
  width: 961px;
  height: 465px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c1C-right-item {
  width: 480px;
  height: 232px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #fff;
}
.c1C-right-item:nth-of-type(2n) {
  border-right: 0;
}
.c1C-right-item:nth-of-type(1),
.c1C-right-item:nth-of-type(2) {
  border-top: 0;
}
.c1C-right-item-top {
  padding: 25px 40px 10px 40px;
}
.c1C-right-item-top-img {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 102px;
  height: 102px;
}
.c1C-right-item-top-img img {
  max-width: 102px;
}
.c1C-right-item-topR {
  flex: 1;
  -webkit-flex: 1;
  margin-left: 10px;
}
.c1C-right-item-topR > a {
  padding-top: 12px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c1C-right-item-topR > a p {
  margin-left: 10px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c1C-right-item-topR > a:hover p {
  color: #ee2319;
}
.c1C-right-item-topR > table {
  width: 100%;
  border: 1px dashed #eee;
  border-collapse: collapse;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.c1C-right-item-topR > table tr:nth-of-type(1) {
  color: #aaa;
}
.c1C-right-item-topR > table td {
  border-collapse: collapse;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px dashed #eee;
}

.c1C-right-item-btm {
  height: 28px;
  margin: 0 40px;
}
.c1C-right-item-btm > div:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
  color: #ee2319;
}
.c1C-right-item-btm .sc-btn {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.c1C-right-item-btm > div > .zixun {
  margin-left: 10px;
  width: 76px;
  height: 28px;
  border-radius: 5px;
  background-color: #ee2319;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}

.c2C {
  height: 408px;
}
.c2C-right > div {
  width: 400px;
  height: 200px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 9px;
  margin-top: 8px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c2C-right > div:nth-of-type(1),
.c2C-right > div:nth-of-type(2) {
  margin-top: 0;
}
.c2C-right > div div {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 18px;
  padding: 20px 0 10px 0;
}
.c2C-right > div p {
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
}

.c3C-wrap {
  background-image: url(/shop/img/index/c3-bg.png);
  background-size: 100% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center 0;
  height: 704px;
}
.swiper2 .homeC3-item {
  width: 285px;
  height: 320px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.swiper2 .homeC3-item:hover {
  border: 1px solid #e22319;
}
.swiper2 .right2,
.swiper2 .left2 {
  background-image: none;
  width: 24px;
  height: 24px;
}
.swiper2 .left2 {
  left: 0;
}
.swiper2 .right2 {
  right: 0;
}
.right2-btn1 {
  transform: rotate(180deg);
}
.left2-btn2 {
  transform: rotate(180deg);
  display: none;
}
.right2-btn2 {
  display: none;
}
.left2:hover .left2-btn1 {
  display: none;
}
.left2:hover .left2-btn2 {
  display: block;
}
.right2:hover .right2-btn1 {
  display: none;
}
.right2:hover .right2-btn2 {
  display: block;
}
.homeC3-item-img {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  overflow: hidden;
}
.homeC3-item-img img {
  max-width: 142px;
}
.homeC3-item-title {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #333;
  text-align: center;
}
.homeC3-item-p1 {
  height: 12px;
  color: #999;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.homeC3-item-p2 {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #333333;
}
.homeC3-item-p2 span:last-child {
  color: #fe6902;
}
.homeC3-item-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  height: 16px;
  color: #333333;
}
.homeC3-item-div img {
  margin-right: 3px;
}
.homeC3-item-btn {
  width: 180px;
  height: 24px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeC3-item-btn a {
  width: 83px !important;
  height: 22px;
  border-radius: 22px;
  border: 1px solid #e22319;
  color: #e22319;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  position: relative;
}
.homeC3-item-btn a img {
  margin-right: 3px;
}
.qq2 {
  display: none;
}
.homeC3-wx {
  position: absolute;
  width: 142px;
  /* height: 185px; */
  /* top: -192px; */
  bottom: 40px;
  right: -25px;
  display: none;
}
.homeC3-wx-wrap {
  width: 142px;
  /* height: 178px; */
  height: calc(100% - 7px);
  background-color: #e22319;
  overflow: hidden;
}
.homeC3-wx > p {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 7px solid #e22319;
}
.homeC3-wx-img {
  width: 122px;
  /* height: 122px; */
  margin: 10px auto 8px;
}
.homeC3-wx-img img {
  max-width: 122px;
}
.homeC3-wx-wrap p {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.homeC3-wx-wrap p:last-child {
  margin-top: 6px;
  padding-bottom: 10px;
}
.homeC3-item-btn a:hover .homeC3-wx {
  display: block;
}
.homeC3-item-btn a:hover .qq2 {
  display: block;
}
.homeC3-item-btn a:hover .qq1 {
  display: none;
}
.homeC3-item-btn a:nth-of-type(1):hover {
  color: #fff;
  background-color: #d61007;
}

.c3-box {
  width: 1160px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  margin-top: 80px;
}
.c3-box-item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 171px;
}
.c3-box-item:nth-of-type(1) {
  margin-bottom: 2px;
}
.c3-box-item-img {
  min-width: 192px;
  width: 192px;
  height: 171px;

  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c3-box-item-img div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.c3-box-item-img div p {
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
}
.c3-item {
  min-width: 190px;
  width: 190px;
  height: 171px;
  overflow: hidden;
  position: relative;
}
.c3-item-show {
  width: 190px;
  height: 171px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.c3-item-show img {
  max-width: 190px;
}
.c3-item-hide {
  width: 190px;
  height: 171px;
  background-color: rgba(226, 35, 26, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}
.c3-item-hide-box > img {
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
.c3-item-hide-box-title {
  font-size: 18px;
  margin-top: 60px;
  color: #fff;
  margin-left: 20px;
  line-height: 20px;
}
.c3-item-hide-box-border {
  margin: 10px 20px;
  height: 1px;
  background-color: #fff;
  width: 15px;
}
.c3-item-hide-box > div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
}
.c3-item-hide-box > div img {
  margin-right: 5px;
}
.c3-item-hide-box > a {
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  height: 30px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: rgba(226, 35, 26, 1);
  line-height: 30px;
  text-align: center;
}
.c3-item-hide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 171px;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: none;
}
.c3-item-hide-img img {
  max-width: 150px;
  z-index: 10;
}

.c4C {
  width: 1200px;
  height: 135px;
}
.homeC5-item {
  width: 285px;
  height: 135px;
  display: flex;
  align-items: center;
}
.homeC5-item img {
  margin-left: 15px;
  margin-right: 15px;
}
.homeC5-item div p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.homeC5-item div p:last-child {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
}
.homeC5-item:nth-of-type(1) {
  background-color: #fef3ed;
}
.homeC5-item:nth-of-type(2) {
  background-color: #eaebff;
}
.homeC5-item:nth-of-type(3) {
  background-color: #eef9ff;
}
.homeC5-item:nth-of-type(4) {
  background-color: #fdf1f1;
}

.c5C-wrap {
  background-image: url(/shop/img/index/c4-bg.png);
  background-size: 100% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center 0;
  height: 916px;
}
.c5C {
  position: relative;
}
.c5C-left {
  margin-right: 160px;
  color: #fff;
}
.c5C-left > div {
  padding: 20px 0 30px 0;
  font-size: 55px;
  font-weight: bold;
}
.c5C-left > p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 25px;
}
.c5C-box {
  position: absolute;
  left: 0;
  top: 624px;
  width: 895px;
  height: 210px;
  background-color: #fff;
  border-radius: 20px;
}
.c5C-box > div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c5C-box > div div {
  padding: 10px 0;
  line-height: 26px;
  font-weight: bold;
  font-size: 24px;
  color: #333;
}
.c5C-box > div p {
  font-size: 12px;
  color: #2c2c2c;
  line-height: 20px;
}

.c6C {
  background-color: #fff;
  border-radius: 10px;
}
.c6C-left {
  width: 900px;
}
.c6C-left-title {
  width: 199px;
  height: 540px;
  border-right: 1px solid #f8f8f8;
}
.c6C-left-title > div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 108px;
  cursor: pointer;
}
.c6C-left-title > div p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  position: relative;
}
.c6C-left-title > div p span {
  position: absolute;
  height: 4px;
  width: 32px;
  left: calc(50% - 16px);
  bottom: -4px;
  border-radius: 4px;
}
.c6C-left-title-hover span {
  background-color: #ee2319;
}
.c6C-left-txt {
  width: 699px;
  height: 540px;
  overflow: hidden;
  border-right: 1px solid #f8f8f8;
}
.c6C-left-txt-item {
  width: 699px;
  height: 540px;
  background-color: #fff;
}
.c6C-left-txt-head {
  margin: 40px 23px 0 23px;
  height: 137px;
  background-color: #ffebdf;
}
.c6C-left-txt-head-img {
  min-width: 137px;
  height: 137px;
}
.c6C-left-txt-head-img img {
  width: 137px;
  height: 137px;
}
.c6C-left-txt-head-cc {
  width: 390px;
  height: 137px;
  margin: 0 35px 0 30px;
  overflow: hidden;
}
.c6C-left-txt-head-cc > a {
  display: block;
  padding-top: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c6C-left-txt-head-cc > a:hover {
  color: #ee2319;
}
.c6C-left-txt-head-cc > div {
  line-height: 22px;
  height: 44px;
  color: #7c7c7c;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c6C-left-txt-head-cc > div div,
.c6C-left-txt-head-cc > div p,
.c6C-left-txt-head-cc > div span {
  font-size: 14px !important;
  line-height: 22px !important;
  background-color: transparent !important;
}
.c6C-left-item {
  margin: 0 23px;
  height: 80px;
  border-bottom: 1px solid #eff3f7;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c6C-left-item-date {
  min-width: 65px;
  height: 80px;
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c6C-left-item-date p:nth-of-type(1) {
  line-height: 30px;
  font-size: 24px;
  color: #333;
}
.c6C-left-item-date p:nth-of-type(2) {
  line-height: 20px;
  font-size: 12px;
  color: #444444;
}
.c6C-left-p {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  margin-right: 15px;
  font-size: 14px;
}
.c6C-left-p a {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 20px;
  padding-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c6C-left-p div {
  color: #656565;
  line-height: 20px;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c6C-left-p div p,
.c6C-left-p div span .c6C-left-p div h1 .c6C-left-p div a {
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.c6C-left-p a:hover {
  color: #ee2319;
}

.c6C-right {
  width: 300px;
}
.c6C-right-title {
  padding: 45px 50px 20px 40px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.c6C-right-item {
  margin: 0 40px;
  height: 80px;
  border-bottom: 1px solid #f3f3f3;
}
.c6C-right-item a {
  display: block;
  overflow: hidden;
  padding-top: 20px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  erflow: ellipsis;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c6C-right-item > div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c6C-right-item > div p {
  margin-left: 6px;
  font-size: 12px;
  color: #999;
}
.c6C-right-item a:hover {
  color: #ee2319;
}

/*å·¦ä¾§*/
.fxdL {
  width: 62px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 20;
  top: 20%;
  left: 10%;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}
.fxdL-item {
  height: 74px;
  width: 32px;
  padding: 0 15px;
  color: #333;
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.fxdL-item:nth-of-type(1) {
  height: 50px;
}
.fxdL-item:hover p {
  color: #ee2319;
}
.fxdL-item-hover p {
  color: #ee2319 !important;
}
.fxdL > p {
  width: 32px;
  height: 1px;
  background-color: #efefef;
  margin: 0 auto;
}
.fxdL-btm {
  cursor: pointer;
  height: 65px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  color: #ee2319;
}

/* å·¦ä¾§ */
@-webkit-keyframes man {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fxdLL {
  position: fixed;
  z-index: 99;
  bottom: 100px;
  left: 20px;
}
.fxdLMan {
  position: relative;
  width: 200px;
  height: 285px;
  display: block;
}
.fxdLMan > img {
  position: absolute;
}
.fxdLManBg {
  width: 200px;
}
.fxdLManZida {
  width: 117.5px;
  bottom: 6px;
  left: 16px;
  display: none;
}
.fxdLManZixiao {
  width: 135px;
  bottom: 12px;
  left: 35px;
  animation: man 2s infinite linear;
}
.erweima {
  width: 120px;
  height: 120px;
  background-color: #fff;
  position: absolute;
  bottom: 35px;
  left: auto;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.erweima img {
  width: 100px;
  height: 100px;
}
.code-box {
  position: relative;
  cursor: pointer;
}
