.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

.swiper{
  max-height: 700px;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

sup {
  line-height: 1;
}

body{
  background-color: #f7f8fa;
}

.bd {
  position: relative;
  /*width: 1440px;*/
  margin: 0 auto;
}

img {
  width: 100%;
}

.top {
  position: relative;
  height: 88px;
  z-index: 100;
}

.top_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 454px;
  height: 100%;
  font-size: 0;
  text-align: right;
  background-color: #da2017;
}

.logo a {
  width: 352px;
  font-size: 0;
  margin-right: 30px;
  margin-top: 18px;
  display: inline-block;
}

.top_right {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin-left: 454px;
  height: 100%;
  background-image: url(../images/bg_1.png);
  background-position: right;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .bd {
    width: auto;
    margin: 0;
  }

  .top {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 58px;
    background-color: #da2017;
  }

  .top_left {
    width: 180px;
    text-align: left;
    background-color: transparent;
  }

  .logo a {
    width: 100%;
    font-size: 0;
    margin-right: auto;
    margin-top: 14px;
    margin-left: 14px;
  }

  .top_right {
    padding-left: 5px;
    margin-left: 0;
    background-image: none;
    /*justify-content: end;*/
    left: auto;
  }

  .top_height {
    height: 58px;
  }
}

.menu_panel{width: 90%;}
.user{width: 10%;}

.menu_list {
  display: flex;
}

.menu_list li{width: 14%; text-align: center;}

.menu_list li {
  line-height: 88px;
  font-size: 16px;
}


.menu_list li dt{
white-space: nowrap;
}
  

.menu_list li.on dt,
.menu_list li:hover dt {
  color: #da2017;
  font-weight: bold;
}

.menu_list li:hover dd {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: 0.4s;
}

.menu_list li dl {
  position: relative;
}

.menu_list li dd {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: calc(50% + 16px);
  white-space: nowrap;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgba(72, 3, 0, 0.4);
  min-width: 120px;
  padding: 8px 12px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}

.menu_list li dd p {
  font-size: 15px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  transition: 0.4s;
}

.menu_list li dd p:hover {
  background-color: rgba(218, 32, 23, 0.1);
  transition: 0.4s;
}

.user {
}

.user dl {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user img {
  width: 18px;
  height: 18px;
}

.user span {
  font-size: 14px;
  color: #da2017;
}

@media screen and (max-width: 768px) {

  .user {
    width: auto;
  }
  .menu_panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 58px;
    height: calc(100vh - 58px);
    background-color: rgba(218, 32, 23, 1);
    display: none;
    z-index: 100;
    width: auto;
  }

  .menu_icon {
    width: 34px;
    height: 34px;
    background-image: url(../images/icon_p_4.png);
  }

  .menu_icon.on {
    background-image: url(../images/icon_p_6.png);
  }

  .menu_list {
    flex-direction: column;
    margin: 0 14px;
  }

  .menu_list li {
    margin-left: 0;
    line-height: 1.5;
    padding: 14px;
    color: #333;
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
    width: auto;
  }

  .menu_list li:first-child {
    border-top: none;
  }

  .menu_list li.on dt,
  .menu_list li:hover dt {
    color: #fff;
  }

  .menu_list li:hover dt {
    color: inherit;
    font-weight: normal;
  }

  .menu_list li:hover dd {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: none;
  }

  .menu_list li dl {
    position: relative;
  }

  .menu_list li dd {
    position: static;
    top: 0;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    min-width: auto;
    padding: 8px 16px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    display: none;
    transition: none;
  }

  .menu_list li dd p {
    position: relative;
    line-height: 1.5;
    padding: 14px 12px;
    border-radius: 0;
  }

  .menu_list li dd p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
  }

  .menu_list li dd p:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .user {
    margin: 0 15px;
  }

  .user dl {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .user img {
    width: 34px;
    height: 34px;
  }

  .user span {
    display: none;
  }
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.foot {
  padding: 50px 0;
  background-image: url(../images/bg_2.png);
}

.foot_panel {
  display: flex;
  align-items: center;
}

.fp_logo {
  width: 264px;
}

.fp_contact {
  display: flex;
}

.fp_contact dl {
  display: flex;
  flex-direction: column;
  margin-left: 44px;
}

.fp_contact dl {
  width: 264px;
}

.fp_contact dl dt {
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
}

.fp_contact dl dd p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 6px;
  opacity: 0.6;
}

.fp_copyright {
  width: 80px;
  margin-left: 244px;
}

.copyright {
  line-height: 50px;
  text-align: center;
  background-color: #da2017;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .main {
    margin: 0;
    width: auto;
  }

  .foot {
    padding: 24px 0;
  }

  .foot_panel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 15px;
  }

  .fp_logo {
    width: 124px;
  }

  .fp_contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 24px;
  }

  .fp_contact dl {
    margin-left: 0;
    margin-top: 15px;
  }

  .fp_contact dl {
    width: auto;
  }

  .fp_contact dl dt {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .fp_contact dl dd p {
    font-size: 12px;
  }

  .fp_copyright {
    width: 68px;
    margin: 0 auto;
  }

  .copyright {
    line-height: 1.5;
    margin: 0 -15px;
    padding: 12px 0;
  }
}

.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 100;
}

.dialog_panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.dialog_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px dashed #e4e7ed;
  background-image: url(../images/bg_3.png);
  background-position: right;
}

.dialog_form {
  margin: 0 80px;
}

.dialog_form dl {
  display: flex;
  margin: 30px 0;
}

.dialog_form dt {
  width: 86px;
  text-align: right;
}

.dialog_form dd {
  position: relative;
  flex: 1;
  margin-left: 10px;
}

.form_content {
  border: 1px solid #979797;
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 4px;
}

.form_content textarea {
  display: block;
  height: 94px;
}

.form_ways {
  display: flex;
  align-items: center;
}
.form_ways *{vertical-align: middle;}

.form_ways em{display: inline-block; text-align: center; padding: 0 10px;}
.form_ways em input{display: inline-block; width: 15px;}

.dialog_form input[type="text"] {
  width: 100%;
  line-height: 32px;
  height: 32px;
  display: block;
}

.form_contact p,
.form_file p {
  margin-top: 12px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #979797;
}

.form_file p {
  margin-top: 0;
}

.dialog_form dl:last-child {
  margin-top: -24px;
}

.form_file p.remark {
  position: absolute;
  left: -14px;
  top: -26px;
  right: 0;
  font-size: 14px;
  display: flex;
  color: #999;
  border: none;
}

.form_file button {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #979797;
  margin-left: 10px;
}

.form_button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form_button button {
  width: 100px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 24px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 12px;
}

.form_button button.fb_1 {
  background-color: rgba(218, 32, 23, 1);
  color: #fff;
}

.form_button button.fb_2 {
  background-color: rgba(218, 32, 23, 0.1);
  color: rgba(218, 32, 23, 1);
}

@media screen and (max-width: 768px) {
  .dialog_panel {
    width: auto;
    margin: 0 15px;
    border-radius: 6px;
  }

  .dialog_title {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .dialog_form {
    margin: 0 15px;
  }
}

.page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page span {
  margin-right: 10px;
  font-size: 14px;
  color: #606266;
  letter-spacing: 4px;
}

#page ul {
  display: flex;
  align-items: center;
}

#page ul li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  padding: 0;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  transition: 0.4s;
}

#page ul li:hover,
#page ul li.on {
  background-color: #cf4634;
  color: #fff;
}

#page ul li:first-child i {
  width: 34px;
  height: 34px;
  background-image: url(../images/icon_rg_1.png);
  display: block;
  background-size: 16px;
  transition: 0.4s;
  transform: rotate(180deg);
}

#page ul li:first-child:hover i {
  background-image: url(../images/icon_w_4.png);
  transition: 0.4s;
}

#page ul li:last-child i {
  width: 34px;
  height: 34px;
  background-image: url(../images/icon_rg_1.png);
  display: block;
  background-size: 16px;
  transition: 0.4s;
}

#page ul li:last-child:hover:last-child i {
  background-image: url(../images/icon_w_4.png);
  transition: 0.4s;
}

.crumb {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.crumb a {
  font-size: 14px;
  color: #999;
}

.crumb u {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(../images/icon_rg_1.png);
}

@media screen and (max-width: 768px) {
  .crumb {
    margin: 15px;
  }

  .page {
    display: none;
  }
}

.banner dl {
  position: relative;
}

.banner dt {
  font-size: 0;
}

.banner dt img {
  width: 100%;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/close_1.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

