.deftitle {
  display: flex;
  flex-direction: row;
  height: 150px;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  color: black;
}

.deftitle span:nth-child(2) {
  color: #f93c3d;
}

.p-content {
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-content button {
  border: none;
  font-size: 22px;
  background: #f93c3d;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  margin: 20px 50px;
  border-radius: 35px;
  letter-spacing: 1px;
  cursor: pointer;
}

.container {
  width: 1080px;
  position: relative;
  margin: 0 auto;
}

.event2 .content {
  padding: 50px 0 !important;
}

.event2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.event2 .item .one {
  border: 2px solid #f93c3d;
  background-color: #f93c3d;
  color: #ffff;
  display: flex;
  flex-direction: column;
  width: 150px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 80px;
  position: relative;
  flex-shrink: 0;
}

.event2 .item .one::after {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/jiantou.png) no-repeat;
  position: absolute;
  right: -80px;
  top: 10px;
}

.event2 .item .one span {
  padding: 5px 0;
}

.event2 .item .one span:last-child {
  background-color: white;
  color: #333;
}

.event2 .item .item-label {
  border: 2px solid #f93c3d;
  color: #333;
  padding: 5px 10px;
  font-size: 18px;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 20px;
  border-radius: 2px;
  cursor: pointer;
}

.event2 .item .item-label:last-child {
  border: 2px solid #fdb834;
  color: #333;
  background-color: #fdb834;
  font-weight: bold;
}

.slider-1 .deftile {
  margin-bottom: 20px;
}

.slider-1 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slider-1 .wrap .item {
  width: 22%;
  margin-bottom: 30px;
  position: relative;
}

.slider-1 .wrap .item img {
  width: 100%;
}

.slider-1 .wrap .item span {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.slider-1 .wrap .item button {
  width: 100%;
  padding: 5px 0;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.slider-1 .wrap .item:nth-child(odd) button {
  background: #fdb834;
}

.slider-1 .wrap .item:nth-child(even) button {
  background: #f93c3d;
}

.slider-2 {
  padding: 50px 0;
}

.slider-2 .container {
  width: 1300px;
}

.slider-2 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slider-2 .wrap .item {
  box-sizing: border-box;
  padding: 5px 8px 90px;
  width: 18.5%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333;
  margin-bottom: 45px;
  position: relative;
}

.slider-2 .wrap .item .title {
  font-size: 18px;
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: bold;
}

.slider-2 .wrap .item img {
  width: 100%;
  margin-bottom: 15px;
}

.slider-2 .wrap .item p {
  margin: 5px 0;
  font-size: 15px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slider-2 .wrap .item .button {
  width: 95%;
  margin: 10px auto;
  bottom: 30px;
  background-color: #f93c3d;
  color: white;
  padding: 5px 0px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  border: 2px solid #f93c3d;
  position: absolute;
  bottom: 40px;
}

.slider-2 .wrap .item .button2 {
  background: transparent;
  color: #f93c3d;
  bottom: 0;
}

.slider-3 {
  background: url(../img/bg.png);
  background-size: 100%;
  padding: 80px 0 50px;
}

.slider-3 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slider-3 .wrap .item {
  width: 47%;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}

.slider-3 .wrap .item img {
  margin-left: -50px;
  margin-top: 20px;
  width: 220px;
}

.slider-3 .wrap .item .txt {
  margin-top: 30px;
}

.slider-3 .wrap .item .txt h3 {
  color: #f93c3d;
  font-size: 25px;
  font-weight: bold;
}

.slider-3 .wrap .item .txt p {
  letter-spacing: 1px;
  font-size: 18px;
  margin-top: 10px;
}

.slider-4 {
  padding-bottom: 50px;
  background-color: #fff;
}

.slider-4 .item {
  position: relative;
  margin: 50px 0 150px;
}

.slider-4 .item img {
  width: 100%;
}

.slider-4 .item span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  position: absolute;
  margin-top: 10px;
}

.slider-4 .item span:nth-child(2) {
  left: 30px;
}

.slider-4 .item span:nth-child(3) {
  left: 345px;
}

.slider-4 .item span:nth-child(4) {
  right: 350px;
}

.slider-4 .item span:nth-child(5) {
  right: 30px;
}

.slider-5 {
  background: url(../img/bg2.png) no-repeat;
  background-size: 100%;
  padding: 50px 0;
}

.slider-5 .form {
  background-color: #fff;
  border-radius: 2px;
  padding: 50px 100px;
  box-sizing: border-box;
  justify-content: space-between;
}

.slider-5 .form .row {
  display: flex;
  justify-content: center;
}

.slider-5 .form .row .item {
  width: 45%;
  margin-bottom: 50px;
}

.slider-5 .form .row .item span {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.slider-5 .form .row .item input {
  border: 1px solide #b0b0b0;
  height: 40px;
  width: 90%;
  text-indent: 5px;
}

.slider-5 .form .p-content button {
  margin: 0;
  border-radius: 5px !important;
}

.slider-7 {
  background: url(../img/bg3.png);
  background-size: 100%;
  padding: 20px 0;
}

.slider-7 .container .title {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}

.slider-7 .container .wrap {
  width: 100%;
  display: flex;
}

.slider-7 .container .form {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  justify-content: space-between;
}

.slider-7 .container .form input,
.slider-7 .container .form button {
  display: block;
  width: 30%;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.slider-7 .container .form button {
  background-color: #f93c3d;
  color: #fff;
  cursor: pointer;
}

.slider-7 .container .form2 {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 15px;
}

.slider-7 .container .form2 .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.slider-7 .container .form2 .bottom img {
  width: auto;
  height: 30px;
}

.slider-7 .container .form2 .bottom input {
  display: block;
  width: 150px;
  height: 38px;
  text-align: center;
  border: 2px solid #f93c3d;
  border-radius: 5px;
}

.slider-7 .container .form2 .bottom button {
  background-color: #f93c3d;
  height: 42px;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
}

.footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}

.footer p {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
}

.footer p img {
  width: 25px;
  margin-right: 10px;
}

.footer section {
  text-align: center;
  margin: 10px 0;
}

.footer section p {
  font-size: 15px;
  margin-top: 5px;
}

.footer section img {
  width: 100px;
  margin: 0 auto;
}

.footer address {
  color: #777;
  font-style: inherit;
}

.pop {
  width: 545px;
  height: 370px;
  background: url("../img/pop.png");
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 200px;
  z-index: 5;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
}

.pop .pop-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop .pop-content .pop-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
}

.pop .pop-content .pop-form {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  height: 180px;
  padding: 20px 30px;
  color: #333;
}

.pop .pop-content div {
  width: 100%;
}

.pop .pop-content .pop-top {
  text-align: center;
  margin-bottom: 10px;
}

.pop .pop-content .pop-top input {
  margin: 0 5px 10px 50px;
}

.pop .pop-content .pop-center {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.pop .pop-content .pop-center input {
  width: 48%;
  height: 35px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-indent: 5px;
}

.pop .pop-content .pop-bottom {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 15px auto;
}

.pop .pop-content .pop-bottom a {
  display: inline-block;
  background: #f93c3d;
  color: white;
  width: 48%;
  text-align: center;
  padding: 7px 0;
  border-radius: 2px;
}

.pop .pop-content .pop-bottom a:last-child {
  background-color: #fdb834;
  color: #333;
}
