body {
  background: #fafafa;
}

.tr_main .tr_top_main {
  position: relative;
}

.tr_main .tr_top_main img {
  padding-top: 90px;
  width: 100%;
}

.tr_main .tr_top_main .tr_main_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tr_main .tr_top_main .tr_main_content .input_d {
  width: 20%;
  position: relative;
  margin-top: 120px;
}

.tr_main .tr_top_main .tr_main_content .input_d input {
  border-radius: 50px;
  border: none;
  padding: 20px 42px;
  width: 100%;
  font-size: 14px;
  color: #999;
}

.tr_main .tr_top_main .tr_main_content .input_d input::-webkit-input-placeholder {
  color: #c6c6c6;
}

.tr_main .tr_top_main .tr_main_content .input_d .icon {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #f0863d;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.tr_main .tr_1 {
  padding: 80px 20%;
}

.tr_main .tr_1 .tr_1_card {
  position: relative;
}

.tr_main .tr_1 .tr_1_card img {
  width: 100%;
}

.tr_main .tr_1 .tr_1_card .card_content {
  position: relative;
  top: -5px;
  background-color: #fff;
  padding: 30px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tr_main .tr_1 .tr_1_card .card_content .card_title {
  display: block;
  font-size: 24px;
  padding-top: 20px;
}

.tr_main .tr_1 .tr_1_card .card_content .card_yw_title {
  display: block;
  font-size: 24px;
  font-style: italic;
}

.tr_main .tr_1 .tr_1_card .card_content .card_btn {
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  border: 1px solid #999;
  cursor: pointer;
}

.tr_main .tr_1 .tr_1_card .card_content .card_btn:hover {
  background: #f0863d;
  border: 1px solid #f0863d;
  color: #fff;
}

.tr_main .tr_2 {
  padding: 80px 20%;
}

.tr_main .tr_2 .tr_title {
  text-align: center;
}

.tr_main .tr_2 .tr_title .title {
  font-size: 30px;
  position: relative;
}

.tr_main .tr_2 .tr_title .title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 100px;
  bottom: -15px;
  border-radius: 10px;
  background: #333;
}

.tr_main .tr_2 .tr_2_content {
  margin-top: 60px;
}

.tr_main .tr_2 .tr_2_content .tr_2_card {
  text-align: center;
}

.tr_main .tr_2 .tr_2_content .tr_2_card .card_text {
  display: block;
  margin-top: 10px;
}

.tr_main .tr_2 .tr_2_content .tr_2_more {
  text-align: center;
  margin-top: 30px;
}

.tr_main .tr_2 .tr_2_content .tr_2_more a {
  border: 2px solid #333;
  border-radius: 30px;
  padding: 7px 40px;
  color: #333;
}

.tr_main .tr_2 .tr_2_content .tr_2_more a:hover {
  background: #333;
  color: #fff;
}

.tr_main .tr_3 {
  padding: 80px 20%;
}

.tr_main .tr_3 .tr_title {
  text-align: center;
}

.tr_main .tr_3 .tr_title .title {
  font-size: 30px;
  position: relative;
}

.tr_main .tr_3 .tr_title .title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 55px;
  bottom: -15px;
  border-radius: 10px;
  background: #333;
}

.tr_main .tr_3 .tr_3_content {
  margin-top: 40px;
}

.tr_main .tr_3 .tr_3_content .tr_3_left img {
  width: 100%;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul {
  height: 100%;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul li {
  padding: 30px 20px;
  border-bottom: 1px solid #dedede;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  min-height: 33%;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul li .li_title {
  font-weight: bold;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul li .li_detail {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  display: none;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul li .dh {
  font-size: 100px;
  position: absolute;
  top: -50px;
  right: -45px;
  display: none;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul li:hover {
  background: #fff;
  border-radius: 15px;
  border-bottom: none;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul li:hover .li_detail {
  display: block;
}

.tr_main .tr_3 .tr_3_content .tr_3_ul li:hover .dh {
  display: block;
}

.tr_main .tr_4 {
  position: relative;
}

.tr_main .tr_4 img {
  width: 100%;
}

.tr_main .tr_4 .tr_title .title {
  font-size: 30px;
  position: absolute;
  top: 80px;
  color: white;
  width: 98%;
  text-align: center;
}

.tr_main .tr_4 .tr_title .title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  position: relative;
  top: 30px;
  left: 350px;
  bottom: -15px;
  border-radius: 10px;
  background: white;
}

.tr_main .tr_4 .tr_content {
  font-size: 16px;
  position: absolute;
  top: 100px;
  color: white;
  width: 100%;
  text-align: center;
  padding: 80px 20%;
}

.tr_main .tr_5 {
  padding: 80px 20%;
}

.tr_main .tr_5 .tr_title {
  text-align: center;
}

.tr_main .tr_5 .tr_title .title {
  font-size: 30px;
  position: relative;
}

.tr_main .tr_5 .tr_title .title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 115px;
  bottom: -15px;
  border-radius: 10px;
  background: #333;
}

.tr_main .tr_5 .tr_5_content {
  margin-top: 40px;
}

.tr_main .tr_5 .tr_5_content .tr_3_left img {
  width: 100%;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul {
  height: 100%;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li {
  padding: 30px 20px;
  border-bottom: 1px solid #dedede;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  min-height: 33%;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li .li_title {
  font-weight: bold;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li .li_detail {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  display: none;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li .dh {
  font-size: 100px;
  position: absolute;
  top: -50px;
  right: -45px;
  display: none;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li .df {
  font-size: 100px;
  position: absolute;
  top: -50px;
  left: -45px;
  display: none;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li:hover {
  background: #fff;
  border-radius: 15px;
  border-bottom: none;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li:hover .li_detail {
  display: block;
}

.tr_main .tr_5 .tr_5_content .tr_5_ul li:hover .df {
  display: block;
}

.tr_main .tr_6 {
  padding: 80px 20%;
}

.tr_main .tr_6 .tr_title {
  text-align: center;
}

.tr_main .tr_6 .tr_title .title {
  font-size: 30px;
  position: relative;
}

.tr_main .tr_6 .tr_title .title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 55px;
  bottom: -15px;
  border-radius: 10px;
  background: #333;
}

.tr_main .tr_6 .tr_3_content {
  margin-top: 40px;
}

.tr_main .tr_6 .tr_3_content .tr_3_left img {
  width: 100%;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul {
  height: 100%;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul li {
  padding: 30px 20px;
  border-bottom: 1px solid #dedede;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  min-height: 33%;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul li .li_title {
  font-weight: bold;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul li .li_detail {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  display: none;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul li .dh {
  font-size: 100px;
  position: absolute;
  top: -50px;
  right: -45px;
  display: none;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul li:hover {
  background: #fff;
  border-radius: 15px;
  border-bottom: none;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul li:hover .li_detail {
  display: block;
}

.tr_main .tr_6 .tr_3_content .tr_3_ul li:hover .dh {
  display: block;
}

.tr_main .tr_7 {
  padding: 80px 20%;
  background: #fff;
  position: relative;
}

.tr_main .tr_7 .tr_title {
  text-align: center;
}

.tr_main .tr_7 .tr_title .title {
  font-size: 30px;
  position: relative;
}

.tr_main .tr_7 .tr_title .title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 42px;
  bottom: -15px;
  border-radius: 10px;
  background: #333;
}

.tr_main .tr_7 .tr_7_content {
  margin-top: 90px;
}

.tr_main .tr_7 .tr_7_content .tr_7_card {
  background: #fafafa;
  border-radius: 10px;
  text-align: center;
  margin-top: 45px;
  padding: 0 5%;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .image {
  position: relative;
  top: -50px;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .image .modelLg {
  display: block;
  width: 100%;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .card_content {
  position: relative;
  top: -50px;
  padding: 0 25px;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .card_content .ca {
  font-size: 18px;
  padding-bottom: 10px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .card_content .name {
  font-size: 14px;
  display: block;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .card_content .remake {
  width: 100%;
  font-size: 14px;
  color: #999;
  padding-top: 20px;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .card_content .next {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #e4e4e4;
  color: #fff;
  position: relative;
  bottom: -20px;
  line-height: 40px;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .card_content .next:hover {
  background: #f0863d;
  color: #fff;
}

.tr_main .tr_7 .tr_7_content .tr_7_card .card_content .next i {
  font-size: 16px;
}

.swiper_next_1,
.swiper_prev_1 {
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  border: 1px solid #727171;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.swiper_next_1:hover,
.swiper_prev_1:hover {
  background: #727171;
  color: #fff;
}

.swiper_next_1 {
  right: 10%;
}

.swiper_prev_1 {
  left: 10%;
}

@media (max-width: 993px) {
  body {
    background: #fafafa;
  }
  .tr_main .tr_4 .tr_title .title {
    font-size: 16px;
    top: 0;
    padding: 15px 5%;
  }
  .tr_main .tr_4 .tr_title .title::before {
    height: 0px;
  }
  .tr_main .tr_4 .tr_title .tr_content {
    display: none;
  }
  .tr_main .tr_top_main {
    position: relative;
  }
  .tr_main .tr_top_main img {
    width: 100%;
    padding-top: 50px;
  }
  .tr_main .tr_top_main .tr_main_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tr_main .tr_top_main .tr_main_content .input_d {
    display: none;
    width: 20%;
    position: relative;
    margin-top: 120px;
  }
  .tr_main .tr_top_main .tr_main_content .input_d input {
    border-radius: 50px;
    border: none;
    padding: 20px 42px;
    width: 100%;
    font-size: 14px;
    color: #999;
  }
  .tr_main .tr_top_main .tr_main_content .input_d input::-webkit-input-placeholder {
    color: #c6c6c6;
  }
  .tr_main .tr_top_main .tr_main_content .input_d .icon {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #f0863d;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }
  .tr_main .tr_1 {
    padding: 40px 2% 20px;
  }
  .tr_main .tr_1 .tr_1_card {
    position: relative;
  }
  .tr_main .tr_1 .tr_1_card img {
    width: 100%;
  }
  .tr_main .tr_1 .tr_1_card .card_content {
    position: relative;
    top: -5px;
    background-color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .tr_main .tr_1 .tr_1_card .card_content .card_title {
    display: block;
    font-size: 20px;
    padding-top: 20px;
  }
  .tr_main .tr_1 .tr_1_card .card_content .card_yw_title {
    display: block;
    font-size: 20px;
    font-style: italic;
  }
  .tr_main .tr_1 .tr_1_card .card_content .card_btn {
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 15px;
    color: #999999;
    margin-top: 20px;
    border: 1px solid #999;
    cursor: pointer;
  }
  .tr_main .tr_1 .tr_1_card .card_content .card_btn:hover {
    background: #f0863d;
    border: 1px solid #f0863d;
    color: #fff;
  }
  .tr_main .tr_2 {
    padding: 20px 2%;
  }
  .tr_main .tr_2 .tr_title {
    text-align: center;
  }
  .tr_main .tr_2 .tr_title .title {
    font-size: 24px;
    position: relative;
  }
  .tr_main .tr_2 .tr_title .title::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 75px;
    bottom: -15px;
    border-radius: 10px;
    background: #333;
  }
  .tr_main .tr_2 .tr_2_content {
    margin-top: 60px;
  }
  .tr_main .tr_2 .tr_2_content .tr_2_card {
    text-align: center;
    width: 100%;
  }
  .tr_main .tr_2 .tr_2_content .tr_2_card img {
    width: 170px;
    height: 170px;
  }
  .tr_main .tr_2 .tr_2_content .tr_2_card .card_text {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tr_main .tr_2 .tr_2_content .tr_2_more {
    text-align: center;
    margin-top: 30px;
  }
  .tr_main .tr_2 .tr_2_content .tr_2_more a {
    border: 2px solid #333;
    border-radius: 30px;
    padding: 7px 40px;
    color: #333;
    font-size: 15px;
  }
  .tr_main .tr_2 .tr_2_content .tr_2_more a:hover {
    background: #333;
    color: #fff;
  }
  .tr_main .tr_3 {
    padding: 20px 2%;
  }
  .tr_main .tr_3 .tr_title {
    text-align: center;
  }
  .tr_main .tr_3 .tr_title .title {
    font-size: 24px;
    position: relative;
  }
  .tr_main .tr_3 .tr_title .title::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 42px;
    bottom: -15px;
    border-radius: 10px;
    background: #333;
  }
  .tr_main .tr_3 .tr_3_content {
    margin-top: 40px;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_left img {
    width: 100%;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul {
    height: 100%;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul li {
    padding: 30px 20px;
    border-bottom: 1px solid #dedede;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    min-height: 33%;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul li .li_title {
    font-weight: bold;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul li .li_detail {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    display: none;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul li .dh {
    font-size: 100px;
    position: absolute;
    top: -50px;
    right: -45px;
    display: none;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul li:hover {
    background: #fff;
    border-radius: 15px;
    border-bottom: none;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul li:hover .li_detail {
    display: block;
  }
  .tr_main .tr_3 .tr_3_content .tr_3_ul li:hover .dh {
    display: block;
  }
  .tr_main .tr_5 {
    padding: 20px 2%;
  }
  .tr_main .tr_5 .tr_title {
    text-align: center;
  }
  .tr_main .tr_5 .tr_title .title {
    font-size: 24px;
    position: relative;
  }
  .tr_main .tr_5 .tr_title .title::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 88px;
    bottom: -15px;
    border-radius: 10px;
    background: #333;
  }
  .tr_main .tr_5 .tr_5_content {
    margin-top: 40px;
  }
  .tr_main .tr_5 .tr_5_content .tr_3_left {
    margin-top: 30px;
  }
  .tr_main .tr_5 .tr_5_content .tr_3_left img {
    width: 100%;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul {
    height: 100%;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li {
    padding: 30px 20px;
    border-bottom: 1px solid #dedede;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    min-height: 33%;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li .li_title {
    font-weight: bold;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li .li_detail {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    display: none;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li .dh {
    font-size: 100px;
    position: absolute;
    top: -50px;
    right: -45px;
    display: none;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li .df {
    font-size: 100px;
    position: absolute;
    top: -50px;
    left: -45px;
    display: none;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li:hover {
    background: #fff;
    border-radius: 15px;
    border-bottom: none;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li:hover .li_detail {
    display: block;
  }
  .tr_main .tr_5 .tr_5_content .tr_5_ul li:hover .df {
    display: block;
  }
  .tr_main .tr_6 {
    padding: 20px 2%;
  }
  .tr_main .tr_6 .tr_title {
    text-align: center;
  }
  .tr_main .tr_6 .tr_title .title {
    font-size: 24px;
    position: relative;
  }
  .tr_main .tr_6 .tr_title .title::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 40px;
    bottom: -15px;
    border-radius: 10px;
    background: #333;
  }
  .tr_main .tr_6 .tr_3_content {
    margin-top: 40px;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_left img {
    width: 100%;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul {
    height: 100%;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul li {
    padding: 30px 20px;
    border-bottom: 1px solid #dedede;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    min-height: 33%;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul li .li_title {
    font-weight: bold;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul li .li_detail {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    display: none;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul li .dh {
    font-size: 100px;
    position: absolute;
    top: -50px;
    right: -45px;
    display: none;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul li:hover {
    background: #fff;
    border-radius: 15px;
    border-bottom: none;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul li:hover .li_detail {
    display: block;
  }
  .tr_main .tr_6 .tr_3_content .tr_3_ul li:hover .dh {
    display: block;
  }
  .tr_main .tr_7 {
    padding: 20px 2%;
    background: #fff;
  }
  .tr_main .tr_7 .tr_title {
    text-align: center;
  }
  .tr_main .tr_7 .tr_title .title {
    font-size: 24px;
    position: relative;
  }
  .tr_main .tr_7 .tr_title .title::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 29px;
    bottom: -15px;
    border-radius: 10px;
    background: #333;
  }
  .tr_main .tr_7 .tr_7_content {
    margin-top: 90px;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card {
    background: #fafafa;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 60px;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .image {
    position: relative;
    top: -50px;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .image .modelLg {
    width: 100%;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .card_content {
    position: relative;
    top: -50px;
    padding: 0 25px;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .card_content .ca {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .card_content .name {
    font-size: 15px;
    display: block;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .card_content .remake {
    font-size: 15px;
    color: #999;
    padding-top: 20px;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .card_content .next {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #e4e4e4;
    color: #fff;
    position: relative;
    bottom: -20px;
    line-height: 40px;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .card_content .next:hover {
    background: #f0863d;
    color: #fff;
  }
  .tr_main .tr_7 .tr_7_content .tr_7_card .card_content .next i {
    font-size: 16px;
  }
}
<!--ºÄÊ±1757194034.4412Ãë-->