* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  line-height: 100%;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
}
img {
  display: block;
  border: none;
}
li {
  list-style: none;
}
em,
i,
strong {
  font-weight: normal;
  font-style: normal;
}
button,
input {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: 80px;
  background: #d02d65;
  -webkit-box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
  box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
  position: relative;
  z-index: 1;
}
.header .header-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header .header-main .logo {
  margin-top: 20px;
  float: left;
  display: block;
  width: 110px;
  height: 44px;
}
.header .header-main .logo img {
  display: inherit;
  width: inherit;
  height: inherit;
}
.header .header-main .nav {
  float: right;
  display: flex;
}
.header .header-main .nav div {
  margin-left: 36px;
  position: relative;
}
.header .header-main .nav div a {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  line-height: 80px;
}
.header .header-main .nav div a.hover {
  font-size: 24px;
  color: #fff;
}
.header .header-main .nav div a:hover {
  color: #fff;
}
.header .header-main .nav div ul {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  width: 120px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -60px;
  transition: all .2s;
  transform: rotateX(90deg);
  transform-origin: center top;
  opacity: 0;
}
.header .header-main .nav div ul:before {
  background: transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  margin-left: -6px;
  transform: rotate(-135deg);
  transform-origin: center;
}
.header .header-main .nav div ul li {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.header .header-main .nav div ul li:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #000;
  transition: all .3s;
  transform: rotateX(90deg);
  transform-origin: center;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
.header .header-main .nav div ul li a {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.header .header-main .nav div ul li:hover:before {
  transform: rotateX(0);
}
.header .header-main .nav div ul li:hover a {
  color: #fff;
}
.header .header-main .nav div:hover ul {
  opacity: 1;
  transform: rotateX(0);
  transform-origin: center top;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  clear: both;
  overflow: hidden;
}
.banner > div {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  position: relative;
}
.banner > div img {
  width: inherit;
  height: inherit;
}
.banner p {
  position: absolute;
  color: #d02d65;
  font-size: 80px;
  top: 45%;
  left: 45%;
  z-index: 99;
}
.banner p.hover {
  display: block;
}
.banner > span {
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 12px;
  justify-content: center;
}
.banner > span a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .3s;
  position: relative;
}
.banner > span a.hover {
  background: #d0648f;
}
.banner > span a:last-child {
  margin: 0;
}

.footer {
  width: 100%;
  height: 473px;
  background: #2f3037;
}
.footer .footer-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.footer .footer-main ul {
  width: 1200px;
  height: 325px;
  padding-top: 95px;
}
.footer .footer-main ul li {
  width: 25%;
  float: left;
}
.footer .footer-main ul li span {
  display: block;
  text-align: center;
  height: 50px;
}
.footer .footer-main ul li span a {
  font-size: 14px;
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .footer-main ul li span a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.footer .footer-main ul li span:nth-child(1) a {
  font-size: 16px;
  color: #fff;
}
.footer .footer-main div {
  width: 77.5%;
  margin: 0 auto;
}
.footer .footer-main div > .footer-price {
  display: flex;
}
.footer .footer-main div > .footer-price span {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  background: url("../image/wx11.png") no-repeat;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-main div > .footer-price span img {
  width: 115px;
  height: 115px;
  display: none;
  position: absolute;
  bottom: 0;
  right: 50px;
  border: 6px solid #fff;
}
.footer .footer-main div > .footer-price span:hover img {
  display: block;
}
.footer .footer-main div > .footer-price a {
  margin-right: 10px;
}
.footer .footer-main div p {
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  line-height: 100%;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
}
img {
  display: block;
  border: none;
}
li {
  list-style: none;
}
em,
i,
strong {
  font-weight: normal;
  font-style: normal;
}
button,
input {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
.header {
  width: 100%;
  height: 80px;
  background: #d02d65;
  -webkit-box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
  box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
  position: relative;
  z-index: 1;
}
.header .header-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header .header-main .logo {
  margin-top: 20px;
  float: left;
  display: block;
  width: 110px;
  height: 44px;
}
.header .header-main .logo img {
  display: inherit;
  width: inherit;
  height: inherit;
}
.header .header-main .nav {
  float: right;
  display: flex;
}
.header .header-main .nav div {
  margin-left: 36px;
  position: relative;
}
.header .header-main .nav div a {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  line-height: 80px;
}
.header .header-main .nav div a.hover {
  font-size: 24px;
  color: #fff;
}
.header .header-main .nav div a:hover {
  color: #fff;
}
.header .header-main .nav div ul {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  width: 120px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -60px;
  transition: all .2s;
  transform: rotateX(90deg);
  transform-origin: center top;
  opacity: 0;
}
.header .header-main .nav div ul:before {
  background: transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  margin-left: -6px;
  transform: rotate(-135deg);
  transform-origin: center;
}
.header .header-main .nav div ul li {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.header .header-main .nav div ul li:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #000;
  transition: all .3s;
  transform: rotateX(90deg);
  transform-origin: center;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
.header .header-main .nav div ul li a {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.header .header-main .nav div ul li:hover:before {
  transform: rotateX(0);
}
.header .header-main .nav div ul li:hover a {
  color: #fff;
}
.header .header-main .nav div:hover ul {
  opacity: 1;
  transform: rotateX(0);
  transform-origin: center top;
}
.tops {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.tops a {
  z-index: 999;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.tops a.btns {
  display: none;
  background: url(../image/tops.png) no-repeat;
  background-size: cover;
}
.tops a.text {
  display: none;
  font-size: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 5px;
}
.banner {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}
.banner .swiper-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.banner .swiper-wrapper a {
  width: inherit;
  height: inherit;
}
.banner .swiper-wrapper a img {
  width: inherit;
  height: inherit;
}
.banner .swiper-pagination-bullet-active {
  background: #d02d65;
}
.banner ul {
  width: 800px;
  height: 371px;
  position: relative;
}
.banner ul li {
  position: absolute;
  transition: all .6s;
  width: 450px;
  height: 300px;
  top: 0px;
  left: 0;
  z-index: 0;
}
.banner ul li img {
  width: inherit;
  height: inherit;
}
.banner p {
  padding-top: 110px;
  width: 480px;
  font-size: 48px;
  color: #000;
  line-height: 64px;
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.head1 {
  width: 100%;
  height: 282px;
  overflow: hidden;
}
.head1 h3,
.head1 p {
  transform: translateY(-50px);
  opacity: 0;
}
.head1 h3 {
  text-align: center;
  font-size: 50px;
  color: #d02d65;
  line-height: 100%;
  padding: 102px 0 16px 0;
  transition: all .8s;
}
.head1 p {
  text-align: center;
  font-size: 24px;
  color: #d02d65;
  line-height: 100%;
  transition: all 1s;
}
.head1.flash h3,
.head1.flash p {
  transform: translateY(0);
  opacity: 1;
}
.advantage {
  width: 100%;
  height: 800px;
  background: #d02d65;
  
}
.advantage .head1 h3,
.advantage .head1 p {
  color: #fff;
}
.advantage ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 450px;
  overflow: hidden;
}
.advantage ul li {
  width: 25%;
  height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all .8s;
}
.advantage ul li .advantage-img {
  width: 100%;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 37px;
}
.advantage ul li .advantage-img div {
  width: 168px;
  height: 189px;
  background: url("../image/advantage-img1.png") no-repeat;
  background-size: cover;
  padding: 2px;
  overflow: hidden;
  transition: all .3s;
  position: relative;
}
.advantage ul li .advantage-img div span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  width: 164px;
  height: 185px;
}
.advantage ul li .advantage-img div span:nth-child(1) {
  display: block;
}
.advantage ul li .advantage-text {
  width: 260px;
  opacity: 0;
  transition: all .3s;
  transition-delay: .3s;
  transform: translateY(-50px);
}
.advantage ul li .advantage-text p {
  text-align: center;
  color: #fff;
}
.advantage ul li .advantage-text p:nth-child(1) {
  line-height: 100%;
  font-size: 28px;
}
.advantage ul li .advantage-text p:nth-child(3) {
  line-height: 20px;
  font-size: 16px;
}
.advantage ul li .advantage-text strong {
  display: block;
  width: 221px;
  height: 2px;
  background: #e05694;
  margin: 14px auto;
}
.advantage ul li .advantage-text strong i {
  display: block;
  width: 0;
  height: inherit;
  background: #fff;
}
.advantage ul li.hover .advantage-img div {
  transform: scale(1.46, 1.46);
}
.advantage ul li.hover .advantage-text {
  opacity: 1;
  transform: translateY(0);
}
.advantage ul li.hover .advantage-text strong i {
  width: 100%;
  transition: all 5s linear;
  transition-delay: .5s;
}
.advantage ul.flash li:nth-child(1) {
  transform: translateX(450px);
}
.advantage ul.flash li:nth-child(2) {
  transform: translateX(150px);
}
.advantage ul.flash li:nth-child(3) {
  transform: translateX(-150px);
}
.advantage ul.flash li:nth-child(4) {
  transform: translateX(-450px);
}
.service {
  width: 100%;
  height: 745px;
  background: #f2f2f2;
}
.service ul {
  width: 1200px;
  height: 310px;
  margin: 0 auto;
  display: flex;
}
.service ul li {
  border-right: 1px solid #fff;
  width: 160px;
  height: 310px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.service ul li:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.service ul li div {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  transition: all .3s;
  transform: scale(0, 1);
  background: rgba(0, 0, 0, 0.5);
}
.service ul li div strong,
.service ul li div p {
  position: relative;
  z-index: 2;
}
.service ul li div strong {
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: block;
  transition: all .3s;
}
.service ul li div p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all .3s;
  transition-delay: .3s;
  opacity: 0;
  transform: translateY(-20px);
  height: 16px;
  line-height: 32px;
}
.service ul li.hover {
  width: 399px;
}
.service ul li.hover div {
  width: 100%;
  transform: scale(1);
  background: rgba(82, 61, 146, 0.5);
  transition: all 0s !important;
  transition-delay: 0 !important;
}
.service ul li.hover div strong {
  font-size: 30px;
  margin-bottom: 30px;
}
.service ul li.hover div p {
  opacity: 1;
  transform: translateY(0px);
  margin-top: 0;
  height: 32px;
}
.service ul li:last-child {
  border: 0;
}
.service ul.flash li div {
  transform: scale(1);
}
.service ul.flash li:nth-child(2) > div {
  transform: scale(1);
}
.service ul.flash li:nth-child(2) > div {
  transition-delay: .1s;
}
.service ul.flash li:nth-child(3) > div {
  transition-delay: .15s;
}
.service ul.flash li:nth-child(4) > div {
  transition-delay: .2s;
}
.service ul.flash li:nth-child(5) > div {
  transition-delay: .25s;
}
.service ul.flash li:nth-child(6) > div {
  transition-delay: .25s;
}
.hot-spot {
  width: 100%;
  height: 900px;
  background: #fff;
}
.hot-spot .hot-spot-main {
  width: 1000px;
  height: 506px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cooperation {
  width: 100%;
  height: 1104px;
  background: #f2f2f2;
}
.cooperation ul {
  width: 1200px;
  height: 82px;
  margin: 0 auto;
  display: flex;
}
.cooperation ul li {
  flex: 1;
  text-align: center;
}
.cooperation ul li a {
  font-size: 16px;
  color: #666;
}
.cooperation ul li strong {
  opacity: 0;
  width: 72px;
  height: 2px;
  display: block;
  background: #d9d9d9;
  margin: 12px auto 0;
}
.cooperation ul li strong i {
  display: block;
  width: 0;
  height: inherit;
  background: #c0266b;
  transition: all 8s linear;
}
.cooperation ul li.hover a {
  color: #c0266b;
  font-size: 18px;
  line-height: 100%;
}
.cooperation ul li.hover strong {
  opacity: 1;
}
.cooperation ul li.hover strong i {
  width: 100%;
}
.cooperation .cooperation-main {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.cooperation .cooperation-main ol {
  width: 1200px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cooperation .cooperation-main ol li {
  width: 290px;
  height: 90px;
  border: 1px solid #e0e0e0;
  float: left;
  margin: 0 8px 8px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  overflow: hidden;
}
.cooperation .cooperation-main ol li.cooperation-goods {
  height: 240px;
}
.cooperation .cooperation-main ol li.cooperation-goods div {
  width: 154px;
  height: 177px;
  position: relative;
  z-index: 1;
  background: url("../image/icon1.svg") no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .5s;
}
.cooperation .cooperation-main ol li.cooperation-goods div p {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  transition: all .2s;
  transform: translateY(-20px);
}
.cooperation .cooperation-main ol li.cooperation-goods span {
  height: 238px;
}
.cooperation .cooperation-main ol li.cooperation-goods:hover div {
  opacity: 1;
}
.cooperation .cooperation-main ol li.cooperation-goods:hover div p {
  transform: translateY(0);
}
.cooperation .cooperation-main ol li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 288px;
  height: 88px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s linear;
}
.cooperation .cooperation-main ol li:hover span:hover {
  transform: scale(1.1);
  transform-origin: center;
}
.cooperation .cooperation-main ol.hover {
  height: 100%;
  opacity: 1;
}
.cooperation .cooperation-main ol.hover li {
  transform: scale(1);
}

.footer {
  width: 100%;
  height: 473px;
  background: #2f3037;
}
.footer .footer-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.footer .footer-main ul {
  width: 1200px;
  height: 325px;
  padding-top: 95px;
}
.footer .footer-main ul li {
  width: 25%;
  float: left;
}
.footer .footer-main ul li span {
  display: block;
  text-align: center;
  height: 50px;
}
.footer .footer-main ul li span a {
  font-size: 14px;
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .footer-main ul li span a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.footer .footer-main ul li span:nth-child(1) a {
  font-size: 16px;
  color: #fff;
}
.footer .footer-main div {
  width: 78%;
  margin: 0 auto;
}
.footer .footer-main div > .footer-price {
  display: flex;
}
.footer .footer-main div > .footer-price span {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  background: url("../image/wx11.png") no-repeat;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-main div > .footer-price span img {
  width: 115px;
  height: 115px;
  display: none;
  position: absolute;
  bottom: 0;
  right: 50px;
  border: 6px solid #fff;
}
.footer .footer-main div > .footer-price span:hover img {
  display: block;
}
.footer .footer-main div > .footer-price a {
  margin-right: 10px;
}
.footer .footer-main div p {
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
}