@charset "utf-8";
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  overflow-x: hidden;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container_box {
  width: 100%;
  max-width: 7.96875rem;
  padding: 0 15px;
  margin: 0 auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #da7038 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: transparent;
  border-radius: 0;
}
.video_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.video_popup i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  cursor: pointer;
}
.video_popup video {
  width: 100%;
  max-width: 1000px;
  max-height: 80%;
}
.video_popup.active {
  display: flex;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282728;
  position: relative;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: #282728;
  font-size: 14px;
  font-family: "Arial";
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 50%;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: none !important;
  background: none !important;
  color: #333 !important;
}
.page_div button .iconfont {
  font-size: 12px !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #333;
  border: none;
  padding: 0;
  position: relative;
  background: none;
}
.page_div #firstPage {
  width: 74px;
}
.page_div #firstPage .iconfont {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.page_div #lastPage {
  width: 74px;
}
.page_div #lastPage .iconfont {
  margin-left: 5px;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 5px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 5px;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 97px;
  height: 43px;
  padding: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 40px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #b72622;
  border-color: #b72622;
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalList2 {
  margin-left: 30px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #333;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #333;
  margin: 0 5px;
}
.page_div input {
  width: 62px;
  height: 38px;
  border: 2px solid #D9D9D9;
  text-align: center;
  margin: 0 5px;
  background: none;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  width: 62px;
  height: 38px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_div .skip:hover {
  background: #02035e;
  border-color: #02035e;
  color: #fff;
}
.ydd_btn {
  width: 40px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.active span {
  background: #fff;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
  font-family: "Roboto Regular";
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.warning1 {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning1.active {
  top: 50%;
  opacity: 1;
}
.warning1_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
}
.warning1_mask.active {
  display: block;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box {
  position: absolute;
  top: 1.66666667rem;
  left: 1.08333333rem;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box h5 {
  font-size: 0.3125rem;
  font-weight: bold;
  color: #282728;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box p {
  font-size: 0.1875rem;
  color: #282728;
  margin-top: 0.10416667rem;
}
.banner .swiper-pagination {
  width: auto;
  left: 1.08333333rem;
  bottom: auto;
  top: 1.19791667rem;
  color: #c02a24;
  font-size: 0.125rem;
  font-weight: bold;
  font-family: "Arial";
}
.banner .swiper-pagination .swiper-pagination-total {
  display: none;
}
.banner .swiper-pagination::before {
  content: "";
  width: 0.34895833rem;
  height: 0.05729167rem;
  background: url(../images/icon1.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 0.125rem;
}
.banner .sliding_block {
  position: absolute;
  left: 1.08333333rem;
  bottom: 0.52083333rem;
  z-index: 10;
}
.banner .sliding_block::before {
  content: "";
  width: 0.00520833rem;
  height: 0.3125rem;
  background-color: #b72622;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.15625rem;
}
.banner .sliding_block img {
  width: 0.109375rem;
}
.banner2 {
  height: 526px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner2 .container_box {
  display: flex;
}
.banner2 .container_box .con {
  color: #fff;
  margin-top: 180px;
}
.banner2 .container_box .con h5 {
  font-size: 40px;
  font-weight: bold;
}
.banner2 .container_box .con ul {
  display: flex;
  margin: 30px 0;
}
.banner2 .container_box .con ul li {
  margin-right: 30px;
}
.banner2 .container_box .con ul li a {
  font-size: 18px;
  color: #fff;
}
.banner2 .container_box .con ul li a.active {
  color: #b72622;
}
.banner2 .container_box .con ul li:last-child {
  margin-right: 0;
}
.banner2 .container_box .con .crumbs {
  font-size: 14px;
  display: flex;
  align-items: center;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
.banner2 .container_box .con .crumbs i {
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.banner2 .container_box .con .crumbs a {
  color: #fff;
  line-height: 1;
  transition: all .3s;
}
.banner2 .container_box .con .crumbs a:hover {
  color: #000;
}
.banner2.banner2_2 .container_box .con .crumbs {
  margin-top: 30px;
}
.nav1 {
  height: 90px;
  position: relative;
  z-index: 10;
}
.nav1 .container_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav1 .container_box .logo a img {
  width: 237px;
}
.nav1 .container_box .right {
  display: flex;
  align-items: center;
}
.nav1 .container_box .right nav ul {
  display: flex;
}
.nav1 .container_box .right nav ul li {
  margin-left: 60px;
  position: relative;
}
.nav1 .container_box .right nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #010101;
  display: block;
  line-height: 90px;
  transition: all .3s;
  position: relative;
}
.nav1 .container_box .right nav ul li a.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 5px;
  font-size: 13px;
  font-weight: normal;
  transition: all .3s;
  color: #8c8c8c;
}
.nav1 .container_box .right nav ul li a.active,
.nav1 .container_box .right nav ul li a:hover {
  color: #b72622;
}
.nav1 .container_box .right nav ul li a.active.on::before,
.nav1 .container_box .right nav ul li a:hover.on::before {
  color: #b72622;
}
.nav1 .container_box .right nav ul li dl {
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: none;
}
.nav1 .container_box .right nav ul li dl dd a {
  line-height: 35px;
  font-weight: normal;
  text-align: center;
  padding: 0 10px;
}
.nav1 .container_box .right nav ul li:hover dl {
  display: block;
}
.nav1 .container_box .right .more {
  margin-left: 25px;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.nav1 .container_box .right .more::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav1 .container_box .right .more .search {
  position: relative;
  cursor: pointer;
}
.nav1 .container_box .right .more .search::before {
  content: "\e69d";
  font-family: "iconfont";
  font-size: 18px;
  color: #ae2622;
}
.nav1 .container_box .right .more .search form {
  width: 300px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  display: flex;
  background-color: #eee;
  border: 1px solid #b72622;
  display: none;
}
.nav1 .container_box .right .more .search form button {
  width: 80px;
  background: #b72622;
  border: none;
  font-size: 16px;
  color: #fff;
}
.nav1 .container_box .right .more .search form button:focus {
  outline: none;
}
.nav1 .container_box .right .more .search form input {
  width: calc(100% - 80px);
  background: none;
  border: none;
  font-size: 16px;
  padding: 0 20px;
  color: #333;
}
.nav1 .container_box .right .more .search form input:focus {
  outline: none;
}
.nav1 .container_box .right .more .search.active form {
  display: flex;
}
.nav1 .container_box .right .more .language {
  width: 36px;
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.nav1 .container_box .right .more .language::before {
  content: "\e662";
  font-family: "iconfont";
  font-size: 18px;
  color: #201715;
}
.nav1 .container_box .right .more .language::after {
  content: "\e672";
  font-family: "iconfont";
  font-size: 12px;
  color: #8b8b8b;
}
.nav1 .container_box .right .more .language ul {
  position: absolute;
  width: 50px;
  top: 100%;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  display: none;
}
.nav1 .container_box .right .more .language ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #333;
  transition: all .3s;
}
.nav1 .container_box .right .more .language ul li a:hover {
  color: #ae2622;
}
.nav1 .container_box .right .more .language:hover ul {
  display: block;
}
.title1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.title1 .text_box {
  max-width: 608px;
}
.title1 .text_box h5 {
  font-size: 40px;
  font-weight: bold;
  color: #282728;
}
.title1 .text_box p {
  font-size: 18px;
  color: #282728;
  margin-top: 30px;
}
.title1 a {
  font-size: 14px;
  color: #b72622;
  transition: all .3s;
  padding-bottom: 4px;
  position: relative;
}
.title1 a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b72622;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title1.title1_2 {
  align-items: flex-start;
}
.title1.title1_2 a {
  display: flex;
  align-items: center;
  width: 242px;
  line-height: 49px;
  background-color: #edd3d2;
  font-size: 16px;
  color: #b72622;
  padding-left: 30px;
  border-radius: 5px;
  background-image: url(../images/icon6.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right 19px center;
  padding-bottom: 0;
}
.title1.title1_2 a::before {
  display: none;
}
.title1.title1_2 a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.title1.title1_3 .text_box {
  max-width: initial;
}
.title1.title1_4 {
  text-align: center;
  display: block;
}
.title1.title1_4 .text_box {
  max-width: initial;
}
.news1 {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 280px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.news1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg1.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.news1 .text_box {
  position: relative;
  z-index: 100;
  transition: all .3s;
}
.news1 .text_box h5 {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
  transition: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news1 .text_box .text {
  font-size: 18px;
  color: #282728;
  height: 60px;
  line-height: 30px;
  margin: 30px 0 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: inherit;
}
.news1 .text_box .more {
  color: #b72622;
  font-size: 18px;
  transition: inherit;
  width: max-content;
  border-bottom: 1px solid #96201d;
  padding-bottom: 6px;
  line-height: 1;
}
.news1:hover {
  border-color: #96201d;
}
.news1:hover::before {
  opacity: 1;
}
.news1:hover .text_box h5,
.news1:hover .text_box .text,
.news1:hover .text_box .more {
  color: #fff;
}
.news1:hover .text_box .more {
  border-bottom-color: #fff;
}
.news2 {
  display: block;
}
.news2 .imgbox {
  height: 309px;
  overflow: hidden;
  border-radius: 30px;
}
.news2 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news2 .text_box {
  padding-top: 50px;
}
.news2 .text_box h5 {
  font-size: 24px;
  font-weight: bold;
  color: #282728;
  transition: all .3s;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: .9;
}
.news2 .text_box .text {
  font-size: 16px;
  color: #282728;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: inherit;
  opacity: .8;
  transition: all .3s;
  margin: 50px 0 70px;
}
.news2 .text_box .date {
  font-size: 16px;
  font-family: "Arial";
  color: #282728;
  opacity: .8;
  transition: all .3s;
  margin-top: 30px;
}
.news2 .text_box .date span {
  margin-left: 20px;
}
.news2:hover .imgbox .img {
  transform: scale(1.1);
}
.news2:hover .text_box h5 {
  color: #b72622;
}
.news3 {
  display: block;
  padding: 30px;
  transition: all .3s;
}
.news3 h5 {
  font-size: 24px;
  font-weight: bold;
  color: #282728;
  transition: all .3s;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: .9;
}
.news3 .text {
  font-size: 16px;
  color: #282728;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: inherit;
  opacity: .8;
  transition: all .3s;
  margin: 50px 0 70px;
}
.news3 .date {
  font-size: 16px;
  font-family: "Arial";
  color: #282728;
  opacity: .8;
  transition: all .3s;
  margin-top: 77px;
}
.news3 .date span {
  margin-left: 20px;
}
.news3:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news3:hover h5 {
  color: #b72622;
}
.news3.news3_2 {
  background-color: #fafafa;
}
.news4 {
  height: 150px;
  display: flex;
  align-items: center;
  border: 1px solid #ebeaeb;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 115px 0 48px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.news4::before {
  content: "";
  width: 103px;
  height: 100%;
  background-image: url(../images/icon8.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px auto;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ebeaeb;
}
.news4::after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #b72622;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.news4 .icon {
  width: 69px;
}
.news4 .text_box {
  width: calc(100% - 69px);
  padding-left: 40px;
}
.news4 .text_box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #282728;
  transition: all .3s;
}
.news4 .text_box p {
  font-size: 16px;
  font-family: "Arial";
  margin-top: 10px;
  color: #999699;
}
.news4:hover::after {
  width: 100%;
}
.news4:hover .text_box h5 {
  color: #b72622;
}
.news5 {
  display: flex;
  align-items: center;
}
.news5 .left {
  width: 560px;
  padding-right: 130px;
}
.news5 .left h5 {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
  transition: all .3s;
}
.news5 .left .text {
  font-size: 18px;
  line-height: 30px;
  color: #282728;
  margin-top: 30px;
}
.news5 .left ul {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 25px;
}
.news5 .left ul li {
  font-size: 18px;
  font-weight: bold;
  color: #282728;
  padding: 13px 0;
}
.news5 .left ul li img {
  width: 26px;
  margin-right: 20px;
}
.news5 .left .more {
  font-size: 18px;
  color: #b72622;
  padding-bottom: 5px;
  width: max-content;
  border-bottom: 1px solid #b72622;
  margin-top: 50px;
}
.news5 .right {
  width: calc(100% - 560px);
  overflow: hidden;
  border-radius: 50px;
}
.news5 .right .img {
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s;
}
.news5:hover .left h5 {
  color: #b72622;
}
.news5:hover .right .img {
  transform: scale(1.2);
}
.news6 {
  border-radius: 20px;
  border: 1px solid #ebeaeb;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.news6::after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #b72622;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.news6 .top {
  height: 150px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 48px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.news6 .top .icon {
  width: 69px;
}
.news6 .top .text_box {
  width: calc(100% - 69px);
  padding-left: 40px;
}
.news6 .top .text_box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #282728;
  transition: all .3s;
}
.news6 .top .text_box p {
  font-size: 16px;
  font-family: "Arial";
  margin-top: 10px;
  color: #999699;
}
.news6 .con_box {
  padding: 30px 0;
  border-top: 1px solid #ebeaeb;
  max-height: 275px;
  overflow: hidden;
  display: none;
}
.news6 .con_box .con {
  padding: 0 50px;
}
.news6 .con_box .con a {
  display: block;
  font-size: 16px;
  color: #282728;
  line-height: 24px;
  margin: 10px 0;
  background-image: url(../images/icon8.png);
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-right: 50px;
}
.news6 .con_box .con a:hover {
  color: #b72622;
}
.news6 .mCustomScrollBox {
  padding-right: 30px;
}
.news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  left: auto;
  right: 30px !important;
}
.news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 18px;
  background: #b72622 !important;
  border-radius: 20px;
  right: 8px;
}
.news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: #e5e5e5;
  border-radius: 0;
}
.news6:hover::after {
  width: 100%;
}
.main1 {
  height: 1176px;
  padding: 50px 0 200px;
  position: relative;
  overflow: hidden;
}
.main1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main1 .bg::after {
  content: "";
  width: 338px;
  height: 647px;
  background: url(../images/bg6.png) no-repeat center center / cover;
  position: absolute;
  top: -260px;
  right: 0;
  z-index: 20;
}
.main1 .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  display: none !important;
}
.main1 .bg .swiper {
  height: 100%;
}
.main1 .bg .swiper .swiper-slide {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.main1 .main1_con_1 {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.main1 .main1_con_1 h5 {
  font-size: 40px;
  font-weight: bold;
  color: #282728;
}
.main1 .main1_con_1 .text {
  font-size: 18px;
  color: #282728;
  margin: 20px 0;
  line-height: 2;
  text-align: left;
}
.main1 .main1_con_1 a {
  font-size: 14px;
  color: #b72622;
  text-decoration: underline !important;
}
.main1 .main1_con_2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.main1 .main1_con_2 .container_box {
  display: flex;
}
.main1 .main1_con_2 .container_box .gd {
  width: 50%;
  height: 312px;
  margin-left: auto;
  background-color: #fff;
  border-top-left-radius: 50px;
  position: relative;
  padding: 50px 0 0 75px;
}
.main1 .main1_con_2 .container_box .gd::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
}
.main1 .main1_con_2 .container_box .gd .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main1 .main1_con_2 .container_box .gd .top .but_box {
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main1 .main1_con_2 .container_box .gd .top .but_box .but {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #b72622;
  background-image: url(../images/icon5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}
.main1 .main1_con_2 .container_box .gd .top .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main1 .main1_con_2 .container_box .gd .top .but_box .but:hover {
  background-color: #b72622;
  background-image: url(../images/icon5_h.png);
}
.main1 .main1_con_2 .container_box .gd .top .swiper-pagination {
  position: initial;
  font-size: 14px;
  font-family: "Arial";
  font-weight: bold;
  color: #282728;
  margin: 0;
  width: auto;
}
.main1 .main1_con_2 .container_box .gd .top .swiper-pagination .swiper-pagination-current {
  color: #b72622;
}
.main1 .main1_con_2 .container_box .gd .swiper {
  margin-top: 45px;
}
.main1 .main1_con_2 .container_box .gd .swiper .swiper-slide {
  padding-right: 112px;
}
.main1 .main1_con_2 .container_box .gd .swiper .swiper-slide a {
  display: block;
}
.main1 .main1_con_2 .container_box .gd .swiper .swiper-slide a h5 {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main1 .main1_con_2 .container_box .gd .swiper .swiper-slide a .text {
  font-size: 16px;
  color: #282728;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 35px;
}
.main2 {
  padding: 90px 0 130px;
  position: relative;
}
.main2::before {
  content: "";
  width: 901px;
  height: 990px;
  background: url(../images/bg2.png) no-repeat center center / cover;
  position: absolute;
  bottom: -580px;
  left: 0;
}
.main2 .main2_con {
  height: 580px;
  display: flex;
  justify-content: space-between;
}
.main2 .main2_con .left {
  width: 260px;
  position: relative;
}
.main2 .main2_con .left::before,
.main2 .main2_con .left::after {
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #e6e6e6 20%, #e6e6e6 50%, #e6e6e6 80%, rgba(230, 230, 230, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.main2 .main2_con .left::after {
  left: auto;
  right: 0;
}
.main2 .main2_con .left .swiper {
  height: 100%;
}
.main2 .main2_con .left .swiper .swiper-slide {
  color: #282728;
  font-size: 18px;
  font-family: "Arial";
  font-weight: bold;
  opacity: .5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main2 .main2_con .left .swiper .swiper-slide.active {
  opacity: 1;
}
.main2 .main2_con .left .swiper .swiper-slide.active .year {
  transform: scale(2);
  color: #b72622;
}
.main2 .main2_con .right {
  width: calc(100% - 260px);
  padding-left: 120px;
  position: relative;
}
.main2 .main2_con .right .top {
  display: flex;
}
.main2 .main2_con .right .top .text_box {
  width: 470px;
  padding-right: 50px;
  padding-top: 88px;
}
.main2 .main2_con .right .top .text_box .date {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
}
.main2 .main2_con .right .top .text_box .date span {
  font-family: "Arial";
}
.main2 .main2_con .right .top .text_box h5 {
  font-size: 35px;
  font-weight: bold;
  color: #282728;
  margin-top: 20px;
}
.main2 .main2_con .right .top .img {
  width: 425px;
  height: 296px;
  border-radius: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main2 .main2_con .right .bottom {
  font-size: 70px;
  font-weight: bold;
  color: #282728;
  opacity: .1;
  margin-top: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main2 .main2_con .right .but_box {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 116px;
  right: 0;
  z-index: 100;
}
.main2 .main2_con .right .but_box .but {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #b72622;
  background-image: url(../images/icon5.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all .3s;
}
.main2 .main2_con .right .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main2 .main2_con .right .but_box .but:hover {
  background-color: #b72622;
  background-image: url(../images/icon5_h.png);
}
.main2.main2_2 .main2_con .right .top .text_box {
  width: 100%;
}
.main2.main2_2 .main2_con .right .top .text_box .describe {
  font-size: 25px;
  line-height: 1.5;
  margin-top: 50px;
}
.main2.main2_2 .main2_con .right .but_box {
  top: 85px;
}
.main3 .main3_con {
  overflow: hidden;
}
.main3 .main3_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.main3 .main3_con ul li {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 30px;
}
.main3 .main3_con ul li:nth-child(1) {
  width: 38%;
}
.main3 .main3_con ul li:nth-child(2) {
  width: 62%;
}
.main4 {
  padding: 60px 0 100px;
  position: relative;
}
.main4::before {
  content: "";
  width: 361px;
  height: 563px;
  background: url(../images/bg3.png) no-repeat center center / cover;
  position: absolute;
  bottom: -130px;
  right: 0;
}
.main4 .main4_con ul {
  display: flex;
  margin: 0 -15px;
}
.main4 .main4_con ul li {
  width: 33.3333%;
  padding: 0 15px;
}
.main4 .main4_con ul li:last-child {
  border-right: none;
}
.main5 .main5_con {
  overflow: hidden;
  margin-bottom: 110px;
}
.main5 .main5_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.main5 .main5_con ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.main6 {
  background-color: #fdfafa;
  padding: 80px 0;
}
.main6 .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main6 .title h5 {
  font-size: 40px;
  font-weight: bold;
  color: #282728;
  position: relative;
}
.main6 .title h5 span {
  position: relative;
  z-index: 10;
}
.main6 .title h5::before {
  content: "";
  width: 104px;
  height: 104px;
  background-color: #b72622;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: -30px;
}
.main6 .title .text {
  font-size: 16px;
  color: #282728;
  margin-top: 20px;
}
.main6 ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.main6 ul li {
  margin: 0 30px;
}
.main6 ul li a {
  display: flex;
  align-items: center;
  width: 400px;
  height: 65px;
  border: 1px solid #b72622;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #b72622;
  background-image: url(../images/icon5.png);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  transition: all .3s;
}
.main6 ul li a span {
  margin: 0 20px 0 58px;
  font-size: 25px;
  font-weight: normal;
}
.main6 ul li a:hover {
  background-color: #b72622;
  color: #fff;
  background-image: url(../images/icon5_h.png);
}
.main7 {
  padding-top: 50px;
  height: 1082px;
  position: relative;
  z-index: 10;
}
.main7 .main7_con_1 {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.main7 .main7_con_1 .swiper .swiper-slide {
  text-align: center;
}
.main7 .main7_con_1 .swiper .swiper-slide .title {
  font-size: 40px;
  font-weight: bold;
}
.main7 .main7_con_1 .swiper .swiper-slide .text {
  font-size: 18px;
  color: #282728;
  line-height: 36px;
  margin: 20px 0;
  text-align: left;
}
.main7 .main7_con_1 .but_box {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.main7 .main7_con_1 .but_box .but {
  width: 48px;
  height: 48px;
  border: 1px solid #b72622;
  background-image: url(../images/icon5.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all .3s;
}
.main7 .main7_con_1 .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main7 .main7_con_1 .but_box .but:hover {
  background-color: #b72622;
  background-image: url(../images/icon5_h.png);
}
.main7 .main7_con_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main7 .main7_con_2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  display: none !important;
}
.main7 .main7_con_2 .swiper {
  height: 100%;
}
.main7 .main7_con_2 .swiper .swiper-slide {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.main7 .main7_con_2 .swiper-pagination {
  bottom: 37px;
}
.main7 .main7_con_2 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: none;
  margin: 0 15px;
  opacity: 1;
}
.main7 .main7_con_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.main8 {
  padding: 213px 0 384px;
  position: relative;
}
.main8 .con1 {
  width: 487px;
  position: relative;
  z-index: 100;
}
.main8 .con1 h5 {
  font-size: 40px;
  font-weight: bold;
  color: #282728;
}
.main8 .con1 .text_box {
  font-size: 18px;
  color: #282728;
  line-height: 48px;
  margin-top: 80px;
}
.main8 .con1 .text_box .zi_1 {
  font-size: 24px;
  font-weight: bold;
  color: #b82a26;
}
.main8 .con1 .text_box .zi_2 {
  color: #b82a26;
  font-style: italic;
}
.main8 .con1 .text_box .zi_3 {
  font-size: 24px;
  font-weight: bold;
}
.main8 .circle {
  width: 1075px;
  position: absolute;
  top: -100px;
  right: 70px;
}
.main8 .bg_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main8 .bg_box .container_box {
  position: relative;
}
.main8 .bg_box .container_box img {
  width: 1007px;
  position: absolute;
  left: 15px;
  bottom: 70px;
}
.main9 {
  padding: 100px 0 0;
  background: url(../images/bg4.jpg) no-repeat center center / cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main9 .main9_con {
  position: relative;
  padding-bottom: 150px;
}
.main9 .main9_con .swiper {
  background-color: #fff;
  border-radius: 50px;
}
.main9 .main9_con .swiper .swiper-slide {
  padding: 50px 540px 50px 50px;
}
.main9 .main9_con .swiper .swiper-slide .con_box {
  height: 472px;
  overflow: hidden;
}
.main9 .main9_con .swiper .swiper-slide .con_box h5 {
  font-size: 24px;
  color: #282728;
}
.main9 .main9_con .swiper .swiper-slide .con_box ul {
  margin-top: 30px;
}
.main9 .main9_con .swiper .swiper-slide .con_box ul li {
  font-size: 18px;
  color: #282728;
  line-height: 30px;
  position: relative;
  padding-left: 36px;
}
.main9 .main9_con .swiper .swiper-slide .con_box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #b82824;
  position: absolute;
  top: 10px;
  left: 0;
}
.main9 .main9_con .swiper .swiper-slide .con_box .describe {
  font-size: 18px;
  color: #282728;
  line-height: 30px;
  margin-top: 25px;
}
.main9 .main9_con .swiper-pagination {
  bottom: 60px;
  display: flex;
  justify-content: center;
}
.main9 .main9_con .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 3px solid #b72622;
  background: none;
  opacity: 1;
  margin: 0 15px;
}
.main9 .main9_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b72622;
}
.main9 .main9_con .imgbox {
  position: absolute;
  bottom: -20px;
  right: -30px;
  z-index: 100;
}
.main9 .main9_con .imgbox img {
  height: 883px;
}
.main10 {
  padding: 90px 0;
}
.main10 .main10_con_1 {
  background: url(../images/bg5.jpg) no-repeat center bottom / cover;
  padding: 50px 300px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
.main10 .main10_con_1 .swiper {
  padding-top: 100px;
  padding-bottom: 20px;
}
.main10 .main10_con_1 .swiper .swiper-slide .img {
  height: 316px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all .3s;
  transform-origin: center bottom;
}
.main10 .main10_con_1 .swiper .swiper-slide.swiper-slide-active {
  z-index: 100;
}
.main10 .main10_con_1 .swiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1.3) translateY(20px);
}
.main10 .main10_con_1 .but {
  width: 48px;
  height: 48px;
  border: 1px solid #b72622;
  background-image: url(../images/icon5.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main10 .main10_con_1 .but.but_prev {
  transform: rotateY(180deg) translateY(-50%);
  left: 120px;
}
.main10 .main10_con_1 .but.but_next {
  right: 120px;
}
.main10 .main10_con_1 .but:hover {
  background-color: #b72622;
  background-image: url(../images/icon5_h.png);
}
.main10 .main10_con_2 {
  margin-top: 70px;
}
.main10 .main10_con_2 .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.main10 .main10_con_2 .swiper .swiper-slide a .img {
  height: 253px;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main10 .main10_con_2 .swiper .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main11 {
  padding: 100px 0 20px;
}
.main11 .news5 {
  margin-bottom: 80px;
}
.main12 {
  padding: 70px 0;
}
.main12 .title {
  font-size: 40px;
  font-weight: bold;
  color: #282728;
  text-align: center;
  margin-bottom: 60px;
}
.main12 .con {
  font-size: 18px;
  line-height: 2;
  color: #282728;
}
.main12 .con img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.main13 {
  margin-bottom: 100px;
}
.main13 .title {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
  margin-bottom: 50px;
  position: relative;
  padding-left: 40px;
}
.main13 .title::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #b72622;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main13 .main13_con {
  border: 1px solid #e6e6e6;
}
.main13 .main13_con .nav ul {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
}
.main13 .main13_con .nav ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
.main13 .main13_con .nav ul li span {
  font-size: 24px;
  font-weight: bold;
  color: #282728;
  height: 110px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.main13 .main13_con .nav ul li span::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b72622;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
}
.main13 .main13_con .nav ul li span.active::before {
  opacity: 1;
}
.main13 .main13_con .con {
  padding: 70px 40px;
}
.main13 .main13_con .con .item {
  font-size: 18px;
  color: #282728;
  line-height: 2;
  display: none;
}
.main13 .main13_con .con .item img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.main13 .main13_con .con .item.active {
  display: block;
}
.main14 {
  margin-bottom: 70px;
}
.main14 .title {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
  margin-bottom: 50px;
  position: relative;
  padding-left: 40px;
}
.main14 .title::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #b72622;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main14 .con {
  font-size: 18px;
  line-height: 2;
  color: #282728;
}
.main15 {
  padding: 70px 0;
}
.main15 .title {
  font-size: 40px;
  font-weight: bold;
  color: #282728;
  text-align: center;
  margin-bottom: 60px;
}
.main15 .item {
  margin-bottom: 60px;
}
.main15 .item .bt {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.main15 .item .bt::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #b72622;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main15 .item .con {
  font-size: 18px;
  color: #282728;
  line-height: 2;
}
.main15 .item:last-child {
  margin-bottom: 0;
}
.main16 {
  padding: 90px 0;
}
.main16 .main16_con_1 {
  overflow: hidden;
  margin-bottom: 80px;
}
.main16 .main16_con_1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.main16 .main16_con_1 ul li {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main16 .main16_con_2 {
  margin: 80px 0;
}
.main16 .main16_con_2 ul {
  display: flex;
  flex-wrap: wrap;
}
.main16 .main16_con_2 ul li {
  width: 33.3333%;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  margin-left: -1px;
}
.main17 {
  padding: 60px 0;
}
.main17 .container_box {
  display: flex;
}
.main17 .container_box .main17_left {
  width: calc(100% - 470px);
  padding-right: 30px;
}
.main17 .container_box .main17_left .title {
  border-bottom: 1px solid #f5f4f5;
}
.main17 .container_box .main17_left .title h5 {
  font-size: 36px;
  color: #000000;
  line-height: 1.5;
}
.main17 .container_box .main17_left .title .date {
  font-size: 16px;
  color: #808080;
  font-family: "Arial";
  margin: 25px 0 30px;
}
.main17 .container_box .main17_left .tag {
  padding: 0 30px;
  background-color: #fdf6f6;
  line-height: 37px;
  border-radius: 37px;
  width: max-content;
  min-width: 125px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  color: #b72622;
  margin-top: 25px;
}
.main17 .container_box .main17_left .con_box {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 30px;
}
.main17 .container_box .main17_left .con_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main17 .container_box .main17_left .turning {
  background-color: #fefafa;
  padding: 30px;
  margin-top: 200px;
}
.main17 .container_box .main17_left .turning ul li {
  margin: 10px 0;
}
.main17 .container_box .main17_left .turning ul li a {
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
.main17 .container_box .main17_left .turning ul li a:hover {
  color: #b72622;
}
.main17 .container_box .main17_right {
  width: 470px;
}
.main17 .container_box .main17_right .title {
  font-size: 30px;
  font-weight: bold;
  color: #b72622;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}
.main17 .container_box .main17_right .title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b72622;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main17 .container_box .main17_right ul li {
  margin-bottom: 20px;
}
.main18 {
  padding: 70px 0;
}
.main18 .main18_con {
  overflow: hidden;
}
.main18 .main18_con ul {
  display: flex;
  margin: 0 -20px;
}
.main18 .main18_con ul li {
  width: 50%;
  padding: 0 20px;
}
.main18 .main18_con ul li .news6 {
  margin-bottom: 30px;
}
.main19 {
  padding: 70px 0;
}
.main19 .main19_con_1 .map {
  width: 100%;
}
.main19 .main19_con_1 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.main19 .main19_con_1 ul li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.main19 .main19_con_1 ul li .icon {
  width: 60px;
  height: 60px;
  background-color: #faf0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main19 .main19_con_1 ul li .icon i {
  font-size: 20px;
  color: #b72622;
}
.main19 .main19_con_1 ul li .text_box {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.main19 .main19_con_1 ul li .text_box p {
  font-size: 18px;
  color: #282728;
}
.main19 .main19_con_1 ul li .text_box h5 {
  font-weight: bold;
  color: #282728;
  font-size: 18px;
  margin-top: 5px;
  line-height: 1.5;
}
.main19 .main19_con_2 {
  margin-top: 160px;
}
.main19 .main19_con_2 ul {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.main19 .main19_con_2 ul li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.main19 .main19_con_2 ul li .con {
  position: relative;
  background-color: #f9f9f9;
  border-radius: 20px;
}
.main19 .main19_con_2 ul li .con p {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #282728;
}
.main19 .main19_con_2 ul li .con input,
.main19 .main19_con_2 ul li .con textarea {
  width: 100%;
  height: 70px;
  border: none;
  padding: 0 100px;
  font-size: 18px;
  background: none;
}
.main19 .main19_con_2 ul li .con input:focus,
.main19 .main19_con_2 ul li .con textarea:focus {
  outline: none;
}
.main19 .main19_con_2 ul li .con textarea {
  height: 150px;
  resize: none;
  padding: 30px 100px;
}
.main19 .main19_con_2 ul li:nth-child(3) {
  width: 100%;
}
.main19 .main19_con_2 ul li:last-child {
  width: 100%;
}
.main19 .main19_con_2 ul li:last-child .con p {
  top: 30px;
  transform: none;
}
.main19 .main19_con_2 button {
  display: block;
  width: 200px;
  height: 70px;
  background-color: #a72520;
  font-size: 16px;
  color: #fff;
  border: none;
  margin: 40px auto 0;
  transition: all .3s;
  border-radius: 20px;
}
.main19 .main19_con_2 button:focus {
  outline: none;
}
.main19 .main19_con_2 button:hover {
  background-color: #74110d;
}
.main20 {
  padding: 70px 0;
}
.main20 .bt {
  font-size: 40px;
  font-weight: bold;
  color: #282728;
  margin-bottom: 100px;
  text-align: center;
}
.main20 .main2 {
  padding: 0;
}
.main20 .main2::before {
  display: none;
}
.main20 .main20_con {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e9e9e9;
}
.main20 .main20_con ul li {
  font-size: 18px;
  color: #282728;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}
.main20 .main20_con ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid #c14440;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.main21 {
  padding: 70px 0;
  overflow: hidden;
}
.main21 .main21_con_1 .title {
  font-size: 20px;
  margin-top: 30px;
}
.main21 .main21_con_1 .title span {
  color: #b72622;
  margin: 0 5px;
}
.main21 .main21_con_1 .search {
  width: 100%;
  height: 60px;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #b72622;
}
.main21 .main21_con_1 .search input {
  width: calc(100% - 150px);
  height: 100%;
  background: none;
  border: none;
  padding: 0 30px;
  font-size: 20px;
}
.main21 .main21_con_1 .search input:focus {
  outline: none;
}
.main21 .main21_con_1 .search button {
  width: 150px;
  height: 100%;
  background-color: #b72622;
  border: none;
  color: #fff;
  font-size: 18px;
}
.main21 .main21_con_1 .search button:focus {
  outline: none;
}
.main21 .main21_con_2 {
  margin-top: 30px;
}
.main21 .main21_con_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main21 .main21_con_2 ul li {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main22 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.15625rem;
}
.main22 .icon-plus {
  position: absolute;
  top: 0.078125rem;
  right: 0.078125rem;
  font-size: 0.15625rem;
  color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}
.main22 .swiper {
  width: 100%;
  height: 100%;
}
.main22.active {
  display: flex;
}
footer {
  border-top: 2px solid #b72622;
}
footer .footer_1 {
  padding: 60px 0;
}
footer .footer_1 ul {
  display: flex;
}
footer .footer_1 ul li:nth-child(1) {
  width: 350px;
}
footer .footer_1 ul li:nth-child(1) img {
  width: 121px;
}
footer .footer_1 ul li:nth-child(2) {
  width: 500px;
}
footer .footer_1 ul li:nth-child(2) .bt {
  font-size: 24px;
  color: #282728;
  margin-bottom: 25px;
}
footer .footer_1 ul li:nth-child(2) .text {
  font-size: 14px;
  color: #282728;
  line-height: 2;
}
footer .footer_1 ul li:nth-child(3) {
  width: calc(100% - 850px);
  display: flex;
  justify-content: space-between;
}
footer .footer_1 ul li:nth-child(3) dl {
  max-width: 25%;
}
footer .footer_1 ul li:nth-child(3) dl dt {
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .footer_1 ul li:nth-child(3) dl dt a {
  font-size: 18px;
  color: #282728;
}
footer .footer_1 ul li:nth-child(3) dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .footer_1 ul li:nth-child(3) dl dd a {
  font-size: 14px;
  color: #282728;
  line-height: 30px;
  transition: all .3s;
}
footer .footer_1 ul li:nth-child(3) dl dd a:hover {
  color: #b72622;
}
footer .footer_1 ul li:nth-child(3) dl:last-child dd a {
  font-weight: bold;
  font-size: 18px;
}
footer .footer_2 {
  color: #282728;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #e0dfe0;
}
footer .footer_2 a {
  color: #282728;
}
footer .footer_2 a:hover {
  color: #b72622;
}
/***********************************页面响应******/
.container_box {
  max-width: 7.96875rem;
}
.banner2 {
  height: 2.73958333rem;
}
.banner2 .container_box .con {
  margin-top: 0.9375rem;
}
.banner2 .container_box .con h5 {
  font-size: 0.20833333rem;
}
.banner2 .container_box .con ul {
  margin: 0.15625rem 0;
}
.banner2 .container_box .con ul li {
  margin-right: 0.15625rem;
}
.banner2 .container_box .con ul li a {
  font-size: 0.09375rem;
}
.banner2 .container_box .con .crumbs {
  font-size: 0.07291667rem;
  border-top: 0.01041667rem solid rgba(255, 255, 255, 0.2);
  padding-top: 0.15625rem;
}
.banner2 .container_box .con .crumbs i {
  font-size: 0.07291667rem;
  margin-right: 0.05208333rem;
}
.banner2.banner2_2 .container_box .con .crumbs {
  margin-top: 0.15625rem;
}
.nav1 {
  height: 0.46875rem;
}
.nav1 .container_box .logo a img {
  width: 1.234375rem;
}
.nav1 .container_box .right nav ul li {
  margin-left: 0.3125rem;
}
.nav1 .container_box .right nav ul li a {
  font-size: 0.08333333rem;
  line-height: 0.46875rem;
}
.nav1 .container_box .right nav ul li a.on::before {
  margin-left: 0.02604167rem;
  font-size: 0.06770833rem;
}
.nav1 .container_box .right nav ul li dl {
  min-width: 0.78125rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.05208333rem 0;
}
.nav1 .container_box .right nav ul li dl dd a {
  line-height: 0.18229167rem;
  padding: 0 0.05208333rem;
}
.nav1 .container_box .right .more {
  margin-left: 0.13020833rem;
  padding-left: 0.20833333rem;
}
.nav1 .container_box .right .more::before {
  height: 0.078125rem;
}
.nav1 .container_box .right .more .search::before {
  font-size: 0.09375rem;
}
.nav1 .container_box .right .more .search form {
  width: 1.5625rem;
  height: 0.26041667rem;
}
.nav1 .container_box .right .more .search form button {
  width: 0.41666667rem;
  font-size: 0.08333333rem;
}
.nav1 .container_box .right .more .search form input {
  width: calc(100% - 0.41666667rem);
  font-size: 0.08333333rem;
  padding: 0 0.10416667rem;
}
.nav1 .container_box .right .more .language {
  width: 0.1875rem;
  margin-left: 0.15625rem;
}
.nav1 .container_box .right .more .language::before {
  font-size: 0.09375rem;
}
.nav1 .container_box .right .more .language::after {
  font-size: 0.0625rem;
}
.nav1 .container_box .right .more .language ul {
  width: 0.26041667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.02604167rem 0;
}
.nav1 .container_box .right .more .language ul li a {
  line-height: 0.15625rem;
}
.title1 {
  margin-bottom: 0.3125rem;
}
.title1 .text_box {
  max-width: 3.16666667rem;
}
.title1 .text_box h5 {
  font-size: 0.20833333rem;
}
.title1 .text_box p {
  font-size: 0.09375rem;
  margin-top: 0.15625rem;
}
.title1 a {
  font-size: 0.07291667rem;
  padding-bottom: 0.02083333rem;
}
.title1.title1_2 a {
  width: 1.26041667rem;
  height: 0.25520833rem;
  font-size: 0.08333333rem;
  padding-left: 0.15625rem;
  border-radius: 0.02604167rem;
  background-size: 0.11458333rem auto;
  background-position: right 0.09895833rem center;
}
.news1 {
  border-radius: 0.15625rem;
  height: 1.45833333rem;
  padding: 0.3125rem;
}
.news1 .text_box h5 {
  font-size: 0.15625rem;
}
.news1 .text_box .text {
  font-size: 0.09375rem;
  height: 0.3125rem;
  line-height: 0.15625rem;
  margin: 0.15625rem 0 0.10416667rem;
}
.news1 .text_box .more {
  font-size: 0.09375rem;
  padding-bottom: 0.03125rem;
}
.news2 .imgbox {
  height: 1.609375rem;
  border-radius: 0.15625rem;
}
.news2 .text_box {
  padding-top: 0.26041667rem;
}
.news2 .text_box h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  height: 0.46875rem;
}
.news2 .text_box .text {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
  height: 0.25rem;
  margin: 0.26041667rem 0 0.36458333rem;
}
.news2 .text_box .date {
  font-size: 0.08333333rem;
  margin-top: 0.15625rem;
}
.news2 .text_box .date span {
  margin-left: 0.10416667rem;
}
.news3 {
  padding: 0.15625rem;
}
.news3 h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  height: 0.46875rem;
}
.news3 .text {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
  height: 0.25rem;
  margin: 0.26041667rem 0 0.36458333rem;
}
.news3 .date {
  font-size: 0.08333333rem;
  margin-top: 0.40104167rem;
}
.news3 .date span {
  margin-left: 0.10416667rem;
}
.news4 {
  height: 0.78125rem;
  border-radius: 0.10416667rem;
  padding: 0 0.59895833rem 0 0.25rem;
}
.news4::before {
  width: 0.53645833rem;
  background-size: 0.15104167rem auto;
}
.news4::after {
  height: 0.02604167rem;
}
.news4 .icon {
  width: 0.359375rem;
}
.news4 .text_box {
  width: calc(100% - 0.359375rem);
  padding-left: 0.20833333rem;
}
.news4 .text_box h5 {
  font-size: 0.10416667rem;
}
.news4 .text_box p {
  font-size: 0.08333333rem;
  margin-top: 0.05208333rem;
}
.news5 .left {
  width: 2.91666667rem;
  padding-right: 0.67708333rem;
}
.news5 .left h5 {
  font-size: 0.15625rem;
}
.news5 .left .text {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  margin-top: 0.15625rem;
}
.news5 .left ul {
  padding: 0.078125rem 0;
  margin-top: 0.13020833rem;
}
.news5 .left ul li {
  font-size: 0.09375rem;
  padding: 0.06770833rem 0;
}
.news5 .left ul li img {
  width: 0.13541667rem;
  margin-right: 0.10416667rem;
}
.news5 .left .more {
  font-size: 0.09375rem;
  padding-bottom: 0.02604167rem;
  margin-top: 0.26041667rem;
}
.news5 .right {
  width: calc(100% - 2.91666667rem);
  border-radius: 0.26041667rem;
}
.news5 .right .img {
  height: 2.5rem;
}
.news6 {
  border-radius: 0.10416667rem;
}
.news6::after {
  height: 0.02604167rem;
}
.news6 .top {
  height: 0.78125rem;
  padding: 0 0.10416667rem 0 0.25rem;
}
.news6 .top .icon {
  width: 0.359375rem;
}
.news6 .top .text_box {
  width: calc(100% - 0.359375rem);
  padding-left: 0.20833333rem;
}
.news6 .top .text_box h5 {
  font-size: 0.10416667rem;
}
.news6 .top .text_box p {
  font-size: 0.08333333rem;
  margin-top: 0.05208333rem;
}
.news6 .con_box {
  padding: 0.15625rem 0;
  max-height: 1.43229167rem;
}
.news6 .con_box .con {
  padding: 0 0.26041667rem;
}
.news6 .con_box .con a {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
  margin: 0.05208333rem 0;
  background-position: right 0.01041667rem;
  background-size: auto 0.10416667rem;
  padding-right: 0.26041667rem;
}
.news6 .mCustomScrollBox {
  padding-right: 0.15625rem;
}
.news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: 0.15625rem !important;
}
.news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 0.09375rem;
  border-radius: 0.10416667rem;
  right: 0.04166667rem;
}
.news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  width: 0.01041667rem;
}
.main1 {
  height: 6.125rem;
  padding: 0.26041667rem 0 1.04166667rem;
}
.main1 .bg::after {
  width: 1.76041667rem;
  height: 3.36979167rem;
  top: -1.35416667rem;
}
.main1 .main1_con_1 {
  max-width: 6.19791667rem;
  padding: 0 0.078125rem;
}
.main1 .main1_con_1 h5 {
  font-size: 0.20833333rem;
}
.main1 .main1_con_1 .text {
  font-size: 0.09375rem;
  margin: 0.10416667rem 0;
}
.main1 .main1_con_1 a {
  font-size: 0.07291667rem;
}
.main1 .main1_con_2 .container_box .gd {
  height: 1.625rem;
  border-top-left-radius: 0.26041667rem;
  padding: 0.26041667rem 0 0 0.390625rem;
}
.main1 .main1_con_2 .container_box .gd .top .but_box {
  width: 0.671875rem;
}
.main1 .main1_con_2 .container_box .gd .top .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
  background-size: 0.08333333rem auto;
}
.main1 .main1_con_2 .container_box .gd .top .swiper-pagination {
  font-size: 0.07291667rem;
}
.main1 .main1_con_2 .container_box .gd .swiper {
  margin-top: 0.234375rem;
}
.main1 .main1_con_2 .container_box .gd .swiper .swiper-slide {
  padding-right: 0.58333333rem;
}
.main1 .main1_con_2 .container_box .gd .swiper .swiper-slide a h5 {
  font-size: 0.15625rem;
}
.main1 .main1_con_2 .container_box .gd .swiper .swiper-slide a .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
  margin-top: 0.18229167rem;
}
.main2 {
  padding: 0.46875rem 0 0.67708333rem;
}
.main2::before {
  width: 4.69270833rem;
  height: 5.15625rem;
  bottom: -3.02083333rem;
}
.main2 .main2_con {
  height: 3.02083333rem;
}
.main2 .main2_con .left {
  width: 1.35416667rem;
}
.main2 .main2_con .left .swiper {
  height: 100%;
}
.main2 .main2_con .left .swiper .swiper-slide {
  font-size: 0.09375rem;
}
.main2 .main2_con .right {
  width: calc(100% - 1.35416667rem);
  padding-left: 0.625rem;
}
.main2 .main2_con .right .top .text_box {
  width: 2.44791667rem;
  padding-right: 0.26041667rem;
  padding-top: 0.45833333rem;
}
.main2 .main2_con .right .top .text_box .date {
  font-size: 0.15625rem;
}
.main2 .main2_con .right .top .text_box h5 {
  font-size: 0.18229167rem;
  margin-top: 0.10416667rem;
}
.main2 .main2_con .right .top .img {
  width: 2.21354167rem;
  height: 1.54166667rem;
  border-radius: 0.15625rem;
}
.main2 .main2_con .right .bottom {
  font-size: 0.36458333rem;
  margin-top: 0.26041667rem;
}
.main2 .main2_con .right .but_box {
  width: 0.67708333rem;
  top: 0.60416667rem;
}
.main2 .main2_con .right .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
  background-size: 0.08333333rem auto;
}
.main2.main2_2 .main2_con .right .top .text_box .describe {
  font-size: 0.13020833rem;
  margin-top: 0.26041667rem;
}
.main2.main2_2 .main2_con .right .but_box {
  top: 0.44270833rem;
}
.main3 .main3_con ul {
  margin: 0 -0.13020833rem;
}
.main3 .main3_con ul li {
  padding: 0 0.13020833rem;
  margin-bottom: 0.15625rem;
}
.main4 {
  padding: 0.3125rem 0 0.52083333rem;
}
.main4::before {
  width: 1.88020833rem;
  height: 2.93229167rem;
  bottom: -0.67708333rem;
}
.main4 .main4_con ul {
  margin: 0 -0.078125rem;
}
.main4 .main4_con ul li {
  padding: 0 0.078125rem;
}
.main5 .main5_con {
  margin-bottom: 0.57291667rem;
}
.main5 .main5_con ul {
  margin: 0 -0.10416667rem;
}
.main5 .main5_con ul li {
  padding: 0 0.10416667rem;
  margin-bottom: 0.15625rem;
}
.main6 {
  padding: 0.41666667rem 0;
}
.main6 .title h5 {
  font-size: 0.20833333rem;
}
.main6 .title h5::before {
  width: 0.54166667rem;
  height: 0.54166667rem;
  bottom: -0.10416667rem;
  left: -0.15625rem;
}
.main6 .title .text {
  font-size: 0.08333333rem;
  margin-top: 0.10416667rem;
}
.main6 ul {
  margin-top: 0.26041667rem;
}
.main6 ul li {
  margin: 0 0.15625rem;
}
.main6 ul li a {
  width: 2.08333333rem;
  height: 0.33854167rem;
  border-radius: 0.078125rem;
  font-size: 0.09375rem;
  background-position: right 0.20833333rem center;
  background-size: 0.08333333rem auto;
}
.main6 ul li a span {
  margin: 0 0.10416667rem 0 0.30208333rem;
  font-size: 0.13020833rem;
}
.main7 {
  padding-top: 0.26041667rem;
  height: 5.63541667rem;
}
.main7 .main7_con_1 {
  max-width: 6.40625rem;
}
.main7 .main7_con_1 .swiper .swiper-slide .title {
  font-size: 0.20833333rem;
}
.main7 .main7_con_1 .swiper .swiper-slide .text {
  font-size: 0.09375rem;
  line-height: 0.1875rem;
  margin: 0.10416667rem 0;
}
.main7 .main7_con_1 .but_box {
  width: 0.67708333rem;
}
.main7 .main7_con_1 .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
  background-size: 0.08333333rem auto;
}
.main7 .main7_con_2 .swiper-pagination {
  bottom: 0.19270833rem;
}
.main7 .main7_con_2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 0.02083333rem solid #ffffff;
  margin: 0 0.078125rem;
}
.main8 {
  padding: 1.109375rem 0 2rem;
}
.main8 .con1 {
  width: 2.53645833rem;
}
.main8 .con1 h5 {
  font-size: 0.20833333rem;
}
.main8 .con1 .text_box {
  font-size: 0.09375rem;
  line-height: 0.25rem;
  margin-top: 0.41666667rem;
}
.main8 .con1 .text_box .zi_1 {
  font-size: 0.125rem;
}
.main8 .con1 .text_box .zi_3 {
  font-size: 0.125rem;
}
.main8 .circle {
  width: 5.59895833rem;
  top: -0.52083333rem;
  right: 0.36458333rem;
}
.main8 .bg_box .container_box img {
  width: 5.24479167rem;
  bottom: 0.36458333rem;
}
.main9 {
  padding: 0.52083333rem 0 0;
}
.main9 .main9_con {
  padding-bottom: 0.78125rem;
}
.main9 .main9_con .swiper {
  border-radius: 0.26041667rem;
}
.main9 .main9_con .swiper .swiper-slide {
  padding: 0.26041667rem 2.8125rem 0.26041667rem 0.26041667rem;
}
.main9 .main9_con .swiper .swiper-slide .con_box {
  height: 2.45833333rem;
}
.main9 .main9_con .swiper .swiper-slide .con_box h5 {
  font-size: 0.125rem;
}
.main9 .main9_con .swiper .swiper-slide .con_box ul {
  margin-top: 0.15625rem;
}
.main9 .main9_con .swiper .swiper-slide .con_box ul li {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  padding-left: 0.1875rem;
}
.main9 .main9_con .swiper .swiper-slide .con_box ul li::before {
  width: 0.05208333rem;
  height: 0.05208333rem;
  border: 0.01041667rem solid #b82824;
  top: 0.05208333rem;
}
.main9 .main9_con .swiper .swiper-slide .con_box .describe {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  margin-top: 0.13020833rem;
}
.main9 .main9_con .swiper-pagination {
  bottom: 0.3125rem;
}
.main9 .main9_con .swiper-pagination .swiper-pagination-bullet {
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 0.015625rem solid #b72622;
  margin: 0 0.078125rem;
}
.main9 .main9_con .imgbox {
  bottom: -0.10416667rem;
  right: -0.15625rem;
}
.main9 .main9_con .imgbox img {
  height: 4.59895833rem;
}
.main10 {
  padding: 0.46875rem 0;
}
.main10 .main10_con_1 {
  padding: 0.26041667rem 1.5625rem;
  border-radius: 0.26041667rem;
}
.main10 .main10_con_1 .swiper {
  padding-top: 0.52083333rem;
  padding-bottom: 0.10416667rem;
}
.main10 .main10_con_1 .swiper .swiper-slide .img {
  height: 1.64583333rem;
}
.main10 .main10_con_1 .swiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1.3) translateY(0.10416667rem);
}
.main10 .main10_con_1 .but {
  width: 0.25rem;
  height: 0.25rem;
  background-size: 0.08333333rem auto;
}
.main10 .main10_con_1 .but.but_prev {
  left: 0.625rem;
}
.main10 .main10_con_1 .but.but_next {
  right: 0.625rem;
}
.main10 .main10_con_2 {
  margin-top: 0.36458333rem;
}
.main10 .main10_con_2 .swiper .swiper-slide a .img {
  height: 1.31770833rem;
}
.main11 {
  padding: 0.52083333rem 0 0.10416667rem;
}
.main11 .news5 {
  margin-bottom: 0.41666667rem;
}
.main12 {
  padding: 0.36458333rem 0;
}
.main12 .title {
  font-size: 0.20833333rem;
  margin-bottom: 0.3125rem;
}
.main12 .con {
  font-size: 0.09375rem;
}
.main12 .con img {
  margin: 0.05208333rem auto;
}
.main13 {
  margin-bottom: 0.52083333rem;
}
.main13 .title {
  font-size: 0.15625rem;
  margin-bottom: 0.26041667rem;
  padding-left: 0.20833333rem;
}
.main13 .title::before {
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 0.02083333rem solid #b72622;
}
.main13 .main13_con .nav ul li {
  padding: 0 0.10416667rem;
}
.main13 .main13_con .nav ul li span {
  font-size: 0.125rem;
  height: 0.57291667rem;
}
.main13 .main13_con .nav ul li span::before {
  height: 0.015625rem;
}
.main13 .main13_con .con {
  padding: 0.36458333rem 0.20833333rem;
}
.main13 .main13_con .con .item {
  font-size: 0.09375rem;
}
.main13 .main13_con .con .item img {
  margin: 0.05208333rem auto;
}
.main14 {
  margin-bottom: 0.36458333rem;
}
.main14 .title {
  font-size: 0.15625rem;
  margin-bottom: 0.26041667rem;
  padding-left: 0.20833333rem;
}
.main14 .title::before {
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 0.02083333rem solid #b72622;
}
.main14 .con {
  font-size: 0.09375rem;
}
.main15 {
  padding: 0.36458333rem 0;
}
.main15 .title {
  font-size: 0.20833333rem;
  margin-bottom: 0.3125rem;
}
.main15 .item {
  margin-bottom: 0.3125rem;
}
.main15 .item .bt {
  font-size: 0.15625rem;
  margin-bottom: 0.15625rem;
  padding-left: 0.20833333rem;
}
.main15 .item .bt::before {
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 0.02083333rem solid #b72622;
}
.main15 .item .con {
  font-size: 0.09375rem;
}
.main16 {
  padding: 0.46875rem 0;
}
.main16 .main16_con_1 {
  margin-bottom: 0.41666667rem;
}
.main16 .main16_con_1 ul {
  margin: 0 -0.10416667rem;
}
.main16 .main16_con_1 ul li {
  padding: 0 0.10416667rem;
  margin-bottom: 0.20833333rem;
}
.main16 .main16_con_2 {
  margin: 0.41666667rem 0;
}
.main17 {
  padding: 0.3125rem 0;
}
.main17 .container_box .main17_left {
  width: calc(100% - 2.44791667rem);
  padding-right: 0.15625rem;
}
.main17 .container_box .main17_left .title h5 {
  font-size: 0.1875rem;
}
.main17 .container_box .main17_left .title .date {
  font-size: 0.08333333rem;
  margin: 0.13020833rem 0 0.15625rem;
}
.main17 .container_box .main17_left .tag {
  padding: 0 0.15625rem;
  line-height: 0.19270833rem;
  border-radius: 0.19270833rem;
  min-width: 0.65104167rem;
  padding: 0 0.10416667rem;
  font-size: 0.08333333rem;
  margin-top: 0.13020833rem;
}
.main17 .container_box .main17_left .con_box {
  font-size: 0.08333333rem;
  margin-top: 0.15625rem;
}
.main17 .container_box .main17_left .turning {
  padding: 0.15625rem;
  margin-top: 1.04166667rem;
}
.main17 .container_box .main17_left .turning ul li {
  margin: 0.05208333rem 0;
}
.main17 .container_box .main17_left .turning ul li a {
  font-size: 0.08333333rem;
}
.main17 .container_box .main17_right {
  width: 2.44791667rem;
}
.main17 .container_box .main17_right .title {
  font-size: 0.15625rem;
  padding-left: 0.15625rem;
  margin-bottom: 0.20833333rem;
}
.main17 .container_box .main17_right .title::before {
  width: 0.05208333rem;
  height: 0.05208333rem;
}
.main17 .container_box .main17_right ul li {
  margin-bottom: 0.10416667rem;
}
.main18 {
  padding: 0.36458333rem 0;
}
.main18 .main18_con ul {
  margin: 0 -0.10416667rem;
}
.main18 .main18_con ul li {
  padding: 0 0.10416667rem;
}
.main18 .main18_con ul li .news6 {
  margin-bottom: 0.15625rem;
}
.main19 {
  padding: 0.36458333rem 0;
}
.main19 .main19_con_1 ul {
  margin-top: 0.36458333rem;
}
.main19 .main19_con_1 ul li .icon {
  width: 0.3125rem;
  height: 0.3125rem;
}
.main19 .main19_con_1 ul li .icon i {
  font-size: 0.10416667rem;
}
.main19 .main19_con_1 ul li .text_box {
  width: calc(100% - 0.3125rem);
  padding-left: 0.15625rem;
}
.main19 .main19_con_1 ul li .text_box p {
  font-size: 0.09375rem;
}
.main19 .main19_con_1 ul li .text_box h5 {
  font-size: 0.09375rem;
  margin-top: 0.02604167rem;
}
.main19 .main19_con_2 {
  margin-top: 0.83333333rem;
}
.main19 .main19_con_2 ul {
  max-width: 6.35416667rem;
}
.main19 .main19_con_2 ul li {
  margin-bottom: 0.10416667rem;
  padding: 0 0.05208333rem;
}
.main19 .main19_con_2 ul li .con {
  border-radius: 0.10416667rem;
}
.main19 .main19_con_2 ul li .con p {
  left: 0.14583333rem;
  font-size: 0.08333333rem;
}
.main19 .main19_con_2 ul li .con input,
.main19 .main19_con_2 ul li .con textarea {
  height: 0.36458333rem;
  padding: 0 0.52083333rem;
  font-size: 0.09375rem;
}
.main19 .main19_con_2 ul li .con textarea {
  height: 0.78125rem;
  padding: 0.15625rem 0.52083333rem;
}
.main19 .main19_con_2 ul li:last-child .con p {
  top: 0.15625rem;
}
.main19 .main19_con_2 button {
  width: 1.04166667rem;
  height: 0.36458333rem;
  font-size: 0.08333333rem;
  margin: 0.20833333rem auto 0;
  border-radius: 0.10416667rem;
}
.main20 {
  padding: 0.36458333rem 0;
}
.main20 .bt {
  font-size: 0.20833333rem;
  margin-bottom: 0.52083333rem;
}
.main20 .main20_con {
  margin-top: 0.3125rem;
  padding-top: 0.3125rem;
}
.main20 .main20_con ul li {
  font-size: 0.09375rem;
  line-height: 0.1875rem;
  padding-left: 0.15625rem;
  margin: 0.05208333rem 0;
}
.main20 .main20_con ul li::before {
  width: 0.046875rem;
  height: 0.046875rem;
  border: 0.01041667rem solid #c14440;
  top: 0.06770833rem;
}
.main21 {
  padding: 0.36458333rem 0;
}
.main21 .main21_con_1 .title {
  font-size: 0.10416667rem;
  margin-top: 0.15625rem;
}
.main21 .main21_con_1 .title span {
  margin: 0 0.02604167rem;
}
.main21 .main21_con_1 .search {
  height: 0.3125rem;
  border-radius: 0.26041667rem;
}
.main21 .main21_con_1 .search input {
  width: calc(100% - 0.78125rem);
  padding: 0 0.15625rem;
  font-size: 0.10416667rem;
}
.main21 .main21_con_1 .search button {
  width: 0.78125rem;
  font-size: 0.09375rem;
}
.main21 .main21_con_2 {
  margin-top: 0.15625rem;
}
.main21 .main21_con_2 ul {
  margin: 0 -0.05208333rem;
}
.main21 .main21_con_2 ul li {
  padding: 0 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
footer {
  border-top: 0.01041667rem solid #b72622;
}
footer .footer_1 {
  padding: 0.3125rem 0;
}
footer .footer_1 ul {
  display: flex;
}
footer .footer_1 ul li:nth-child(1) {
  width: 1.82291667rem;
}
footer .footer_1 ul li:nth-child(1) img {
  width: 0.63020833rem;
}
footer .footer_1 ul li:nth-child(2) {
  width: 2.60416667rem;
}
footer .footer_1 ul li:nth-child(2) .bt {
  font-size: 0.125rem;
  margin-bottom: 0.13020833rem;
}
footer .footer_1 ul li:nth-child(2) .text {
  font-size: 0.07291667rem;
}
footer .footer_1 ul li:nth-child(3) {
  width: calc(100% - 4.42708333rem);
}
footer .footer_1 ul li:nth-child(3) dl dt {
  margin-bottom: 0.13020833rem;
}
footer .footer_1 ul li:nth-child(3) dl dt a {
  font-size: 0.09375rem;
}
footer .footer_1 ul li:nth-child(3) dl dd a {
  font-size: 0.07291667rem;
  line-height: 0.15625rem;
}
footer .footer_1 ul li:nth-child(3) dl:last-child dt {
  margin-bottom: 0.02604167rem;
}
footer .footer_1 ul li:nth-child(3) dl:last-child dd a {
  font-size: 0.09375rem;
}
footer .footer_2 {
  padding: 0.15625rem 0;
}
.page_div {
  font-size: 0.07291667rem;
}
.page_div button {
  min-width: 0.22395833rem;
  height: 0.22395833rem;
  font-size: 0.07291667rem;
  margin: 0 0.02604167rem;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 0.02604167rem;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 0.50520833rem;
  height: 0.22395833rem;
  font-size: 0.07291667rem;
  border-radius: 0.20833333rem;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 0.15625rem;
  margin-right: 0.05208333rem;
}
.page_div .totalList2 {
  margin-left: 0.15625rem;
}
@media (max-width: 991px) {
  .container_box {
    max-width: initial;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box {
    top: 1.31180626rem;
    left: 0.30272452rem;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box h5 {
    font-size: 0.35317861rem;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box p {
    font-size: 0.25227043rem;
    margin-top: 0.20181635rem;
  }
  .banner .swiper-pagination {
    left: 0.30272452rem;
    top: 0.30272452rem;
    font-size: 0.24217962rem;
  }
  .banner .swiper-pagination::before {
    width: 0.50454087rem;
    height: 0.11099899rem;
    margin-left: 0.10090817rem;
  }
  .banner .sliding_block {
    left: 0.30272452rem;
    bottom: 0.30272452rem;
    z-index: 10;
  }
  .banner .sliding_block::before {
    width: 0.01009082rem;
    height: 0.40363269rem;
    margin-bottom: 0.20181635rem;
  }
  .banner .sliding_block img {
    width: 0.21190716rem;
  }
  .banner2 {
    height: 200px;
    overflow: hidden;
  }
  .banner2 .container_box .con {
    margin-top: 40px;
    max-width: 100%;
  }
  .banner2 .container_box .con h5 {
    font-size: 20px;
  }
  .banner2 .container_box .con ul {
    margin: 20px 0 0;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .banner2 .container_box .con ul li {
    margin-right: 20px;
  }
  .banner2 .container_box .con ul li a {
    font-size: 16px;
  }
  .banner2 .container_box .con .crumbs {
    font-size: 14px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
  }
  .banner2 .container_box .con .crumbs i {
    font-size: 14px;
    margin-right: 10px;
  }
  .banner2.banner2_2 {
    height: 150px;
  }
  .banner2.banner2_2 .container_box .con .crumbs {
    margin-top: 10px;
  }
  .nav1 {
    height: 60px;
  }
  .nav1 .container_box .logo a img {
    width: auto;
    height: 50px;
  }
  .title1 {
    margin-bottom: 20px;
  }
  .title1 .text_box {
    max-width: 6.05449041rem;
  }
  .title1 .text_box h5 {
    font-size: 20px;
  }
  .title1 .text_box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .title1 a {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .title1.title1_2 a {
    width: 110px;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 5px;
    background-size: 22px auto;
    background-position: right 10px center;
  }
  .news1 {
    border-radius: 15px;
    height: auto;
    padding: 20px 15px;
  }
  .news1 .text_box h5 {
    font-size: 18px;
  }
  .news1 .text_box .text {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 20px;
    height: auto;
  }
  .news1 .text_box .more {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .news2 .imgbox {
    height: 5.04540868rem;
    border-radius: 0.30272452rem;
  }
  .news2 .text_box {
    height: auto;
    padding-top: 30px;
  }
  .news2 .text_box h5 {
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    display: block;
    text-overflow: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
  .news2 .text_box .text {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    max-height: 48px;
    margin: 10px 0;
  }
  .news2 .text_box .date {
    font-size: 14px;
    margin-top: 20px;
  }
  .news2 .text_box .date span {
    margin-left: 10px;
  }
  .news2.news2_2 .text_box h5 {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news3 {
    padding: 10px;
    height: auto;
  }
  .news3 h5 {
    font-size: 16px;
    line-height: 23px;
    height: 66px;
  }
  .news3 .text {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin: 10px 0;
  }
  .news3 .date {
    font-size: 14px;
  }
  .news3 .date span {
    margin-left: 10px;
  }
  .news4 {
    height: auto;
    min-height: 100px;
    border-radius: 10px;
    padding: 0 60px 0 20px;
  }
  .news4::before {
    width: 60px;
    background-size: 29px auto;
  }
  .news4::after {
    height: 5px;
  }
  .news4 .icon {
    width: 40px;
  }
  .news4 .text_box {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
  .news4 .text_box h5 {
    font-size: 16px;
  }
  .news4 .text_box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news5 .left {
    width: 5.65085772rem;
    padding-right: 0.30272452rem;
  }
  .news5 .left h5 {
    font-size: 0.30272452rem;
  }
  .news5 .left .text {
    font-size: 0.18163471rem;
    line-height: 0.30272452rem;
    margin-top: 0.10090817rem;
  }
  .news5 .left ul {
    padding: 0.05045409rem 0;
    margin-top: 0.25227043rem;
  }
  .news5 .left ul li {
    font-size: 0.18163471rem;
    padding: 0.10090817rem 0;
  }
  .news5 .left ul li img {
    width: 0.26236125rem;
    margin-right: 0.20181635rem;
  }
  .news5 .left .more {
    font-size: 0.18163471rem;
    padding-bottom: 0.05045409rem;
    margin-top: 0.20181635rem;
  }
  .news5 .right {
    width: calc(100% - 5.65085772rem);
    border-radius: 0.30272452rem;
  }
  .news5 .right .img {
    height: 2.62361251rem;
  }
  .news6 {
    border-radius: 20px;
  }
  .news6::after {
    height: 5px;
  }
  .news6 .top {
    height: auto;
    min-height: 100px;
    border-radius: 10px;
    padding: 0 60px 0 20px;
  }
  .news6 .top .icon {
    width: 40px;
  }
  .news6 .top .text_box {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
  .news6 .top .text_box h5 {
    font-size: 16px;
  }
  .news6 .top .text_box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news6 .con_box {
    padding: 20px 0;
    max-height: 275px;
  }
  .news6 .con_box .con {
    padding: 0 30px;
  }
  .news6 .con_box .con a {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    background-position: right 2px;
    background-size: auto 20px;
    padding-right: 50px;
  }
  .news6 .mCustomScrollBox {
    padding-right: 20px;
  }
  .news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
    right: 20px !important;
  }
  .news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    border-radius: 20px;
    right: 4px;
  }
  .news6 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
    width: 2px;
  }
  .main1 {
    height: 11.86680121rem;
    padding: 30px 0 0 0;
  }
  .main1 .main1_con_1 {
    max-width: initial;
    padding: 0 0.15136226rem;
  }
  .main1 .main1_con_1 h5 {
    font-size: 0.40363269rem;
  }
  .main1 .main1_con_1 .text {
    font-size: 0.25227043rem;
    max-height: 2.52270434rem;
    overflow: auto;
    margin: 0.40363269rem 0 0.20181635rem;
  }
  .main1 .main1_con_1 a {
    font-size: 0.25227043rem;
  }
  .main1 .main1_con_2 .container_box .gd {
    height: 3.14833502rem;
    border-top-left-radius: 0.50454087rem;
    padding: 0.30272452rem 0 0 0.30272452rem;
  }
  .main1 .main1_con_2 .container_box .gd .top .but_box {
    width: 1.30171544rem;
  }
  .main1 .main1_con_2 .container_box .gd .top .but_box .but {
    width: 0.55499495rem;
    height: 0.55499495rem;
    background-size: 0.20181635rem auto;
  }
  .main1 .main1_con_2 .container_box .gd .top .swiper-pagination {
    font-size: 0.30272452rem;
  }
  .main1 .main1_con_2 .container_box .gd .swiper {
    margin-top: 0.45408678rem;
  }
  .main1 .main1_con_2 .container_box .gd .swiper .swiper-slide {
    padding-right: 0;
  }
  .main1 .main1_con_2 .container_box .gd .swiper .swiper-slide a h5 {
    font-size: 0.30272452rem;
  }
  .main1 .main1_con_2 .container_box .gd .swiper .swiper-slide a .text {
    font-size: 0.25227043rem;
    line-height: 0.40363269rem;
    height: 0.80726539rem;
    margin-top: 0.20181635rem;
  }
  .main2 {
    padding: 30px 0;
  }
  .main2 .main2_con {
    height: 6.35721493rem;
  }
  .main2 .main2_con .left {
    width: 100px;
  }
  .main2 .main2_con .left .swiper .swiper-slide {
    font-size: 16px;
  }
  .main2 .main2_con .left .swiper .swiper-slide.active .year {
    transform: scale(1.5);
  }
  .main2 .main2_con .right {
    width: calc(100% - 100px);
    padding-left: 0.30272452rem;
  }
  .main2 .main2_con .right .top {
    display: block;
  }
  .main2 .main2_con .right .top .text_box {
    width: 100%;
    padding-right: 0;
    padding-top: 0.50454087rem;
  }
  .main2 .main2_con .right .top .text_box .date {
    font-size: 0.45408678rem;
  }
  .main2 .main2_con .right .top .text_box h5 {
    font-size: 0.35317861rem;
    margin-top: 0.20181635rem;
  }
  .main2 .main2_con .right .top .img {
    width: 100%;
    height: 4.03632694rem;
    border-radius: 0.20181635rem;
    margin-top: 20px;
  }
  .main2 .main2_con .right .bottom {
    font-size: 0.80726539rem;
    margin-top: 0.50454087rem;
    display: none;
  }
  .main2 .main2_con .right .but_box {
    width: 70px;
    top: 0;
  }
  .main2 .main2_con .right .but_box .but {
    width: 30px;
    height: 30px;
    background-size: 12px auto;
  }
  .main2.main2_2 .main2_con .right .top .text_box .describe {
    font-size: 0.40363269rem;
    margin-top: 0.50454087rem;
  }
  .main2.main2_2 .main2_con .right .but_box {
    top: 0;
  }
  .main3 .main3_con ul {
    margin: 0;
  }
  .main3 .main3_con ul li {
    width: 100% !important;
    padding: 0;
    margin-bottom: 15px;
  }
  .main4 {
    padding: 30px 0;
  }
  .main4 .main4_con {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .main4 .main4_con ul {
    margin: 0;
  }
  .main4 .main4_con ul li {
    padding: 0 10px 0 0;
    margin-right: 10px;
    width: 300px;
  }
  .main4 .main4_con ul li .news2 .imgbox {
    height: 180px;
    border-radius: 10px;
  }
  .main4 .main4_con ul li:last-child {
    padding: 0;
    margin-right: 0;
  }
  .main5 .main5_con {
    margin-bottom: 20px;
  }
  .main5 .main5_con ul {
    margin: 0 -5px;
  }
  .main5 .main5_con ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main6 {
    padding: 0.80726539rem 0;
  }
  .main6 .title h5 {
    font-size: 20px;
  }
  .main6 .title h5::before {
    width: 1.04944501rem;
    height: 1.04944501rem;
    bottom: -0.20181635rem;
    left: -0.30272452rem;
  }
  .main6 .title .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .main6 ul {
    margin: 30px -5px 0;
  }
  .main6 ul li {
    margin: 0;
    width: 50%;
    padding: 0 5px;
  }
  .main6 ul li a {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    background-position: right 10px center;
    background-size: 16px auto;
  }
  .main6 ul li a span {
    margin: 0 20px 0 10px;
    font-size: 18px;
  }
  .main7 {
    padding-top: 30px;
    height: 10.91826438rem;
  }
  .main7 .main7_con_1 {
    max-width: 12.41170535rem;
  }
  .main7 .main7_con_1 .swiper .swiper-slide .title {
    font-size: 20px;
  }
  .main7 .main7_con_1 .swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 150px;
    overflow: auto;
    margin: 0.40363269rem 0;
  }
  .main7 .main7_con_1 .but_box {
    width: 80px;
  }
  .main7 .main7_con_1 .but_box .but {
    width: 35px;
    height: 35px;
    background-size: 14px auto;
  }
  .main7 .main7_con_2 .swiper-pagination {
    bottom: 0.20181635rem;
  }
  .main7 .main7_con_2 .swiper-pagination .swiper-pagination-bullet {
    width: 0.20181635rem;
    height: 0.20181635rem;
    border: 0.04036327rem solid #ffffff;
    margin: 0 0.10090817rem;
  }
  .main8 {
    padding: 30px 0;
  }
  .main8 .con1 {
    width: 100%;
  }
  .main8 .con1 h5 {
    font-size: 20px;
  }
  .main8 .con1 .text_box {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .main8 .con1 .text_box .zi_1 {
    font-size: 22px;
  }
  .main8 .con1 .text_box .zi_3 {
    font-size: 22px;
  }
  .main8 .circle {
    position: initial;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .main8 .bg_box {
    display: none;
  }
  .main8 .bg_box .container_box img {
    width: 10.16145308rem;
    bottom: 0.70635721rem;
  }
  .main9 {
    padding: 30px 0 0;
  }
  .main9 .main9_con {
    padding-top: 0.60544904rem;
    padding-bottom: 1.5136226rem;
  }
  .main9 .main9_con .swiper {
    border-radius: 0.10090817rem;
  }
  .main9 .main9_con .swiper .swiper-slide {
    padding: 0.20181635rem 4.03632694rem 0.20181635rem 0.20181635rem;
  }
  .main9 .main9_con .swiper .swiper-slide .con_box {
    height: 3.02724521rem;
  }
  .main9 .main9_con .swiper .swiper-slide .con_box h5 {
    font-size: 16px;
  }
  .main9 .main9_con .swiper .swiper-slide .con_box ul {
    margin-top: 10px;
  }
  .main9 .main9_con .swiper .swiper-slide .con_box ul li {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
  }
  .main9 .main9_con .swiper .swiper-slide .con_box ul li::before {
    width: 10px;
    height: 10px;
    border: 2px solid #b82824;
    top: 7px;
  }
  .main9 .main9_con .swiper .swiper-slide .con_box .describe {
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
  }
  .main9 .main9_con .swiper-pagination {
    bottom: 0.60544904rem;
  }
  .main9 .main9_con .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #b72622;
    margin: 0 5px;
  }
  .main9 .main9_con .imgbox {
    bottom: -0.20181635rem;
    right: -0.30272452rem;
  }
  .main9 .main9_con .imgbox img {
    height: 6.05449041rem;
  }
  .main10 {
    padding: 30px 0;
  }
  .main10 .main10_con_1 {
    padding: 0.50454087rem 60px;
    border-radius: 0.50454087rem;
  }
  .main10 .main10_con_1 .swiper {
    padding-top: 1.00908174rem;
    padding-bottom: 0.20181635rem;
  }
  .main10 .main10_con_1 .swiper .swiper-slide .img {
    height: 3.18869828rem;
  }
  .main10 .main10_con_1 .swiper .swiper-slide.swiper-slide-active .img {
    transform: scale(1.3) translateY(0.20181635rem);
  }
  .main10 .main10_con_1 .but {
    width: 30px;
    height: 30px;
    background-size: 12px auto;
  }
  .main10 .main10_con_1 .but.but_prev {
    left: 0.20181635rem;
  }
  .main10 .main10_con_1 .but.but_next {
    right: 0.20181635rem;
  }
  .main10 .main10_con_2 {
    margin-top: 0.70635721rem;
  }
  .main10 .main10_con_2 .swiper .swiper-slide a .img {
    height: 2.55297679rem;
  }
  .main11 {
    padding: 30px 0 0;
  }
  .main11 .news5 {
    margin-bottom: 30px;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main12 .con {
    font-size: 14px;
  }
  .main12 .con img {
    margin: 10px auto;
  }
  .main13 {
    margin-bottom: 30px;
  }
  .main13 .title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .main13 .title::before {
    width: 12px;
    height: 12px;
    border: 2px solid #b72622;
  }
  .main13 .main13_con .nav ul li {
    padding: 0 5px;
  }
  .main13 .main13_con .nav ul li span {
    font-size: 16px;
    height: 80px;
  }
  .main13 .main13_con .nav ul li span::before {
    height: 2px;
  }
  .main13 .main13_con .con {
    padding: 30px 10px;
  }
  .main13 .main13_con .con .item {
    font-size: 16px;
  }
  .main13 .main13_con .con .item img {
    margin: 10px auto;
  }
  .main14 {
    margin-bottom: 30px;
  }
  .main14 .title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .main14 .title::before {
    width: 12px;
    height: 12px;
    border: 2px solid #b72622;
  }
  .main14 .con {
    font-size: 14px;
  }
  .main15 {
    padding: 30px 0;
  }
  .main15 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main15 .item {
    margin-bottom: 30px;
  }
  .main15 .item .bt {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .main15 .item .bt::before {
    width: 12px;
    height: 12px;
    border: 2px solid #b72622;
  }
  .main15 .item .con {
    font-size: 14px;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con_1 {
    margin-bottom: 30px;
  }
  .main16 .main16_con_1 ul {
    margin: 0 -5px;
  }
  .main16 .main16_con_1 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main16 .main16_con_1 ul li .news2 .imgbox {
    height: 1.81634712rem;
    border-radius: 0.10090817rem;
  }
  .main16 .main16_con_1 ul li .news2 .text_box {
    padding-top: 10px;
  }
  .main16 .main16_con_2 {
    margin: 30px 0;
  }
  .main16 .main16_con_2 ul li {
    width: 50%;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .container_box {
    display: block;
  }
  .main17 .container_box .main17_left {
    width: 100%;
    padding-right: 0;
  }
  .main17 .container_box .main17_left .title h5 {
    font-size: 18px;
  }
  .main17 .container_box .main17_left .title .date {
    font-size: 14px;
    margin: 15px 0 20px;
  }
  .main17 .container_box .main17_left .tag {
    line-height: 37px;
    border-radius: 37px;
    min-width: 125px;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  .main17 .container_box .main17_left .con_box {
    font-size: 14px;
    margin-top: 25px;
  }
  .main17 .container_box .main17_left .turning {
    padding: 10px;
    margin-top: 50px;
  }
  .main17 .container_box .main17_left .turning ul li {
    margin: 10px 0;
  }
  .main17 .container_box .main17_left .turning ul li a {
    font-size: 14px;
  }
  .main17 .container_box .main17_right {
    width: 100%;
    margin-top: 50px;
  }
  .main17 .container_box .main17_right .title {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .main17 .container_box .main17_right .title::before {
    width: 8px;
    height: 8px;
  }
  .main17 .container_box .main17_right ul li {
    margin-bottom: 10px;
  }
  .main18 {
    padding: 30px 0;
  }
  .main18 .main18_con ul {
    margin: 0;
    display: block;
  }
  .main18 .main18_con ul li {
    padding: 0;
    width: 100%;
  }
  .main18 .main18_con ul li .news6 {
    margin-bottom: 20px;
  }
  .main19 {
    padding: 30px 0;
  }
  .main19 .main19_con_1 ul {
    margin-top: 30px;
    display: block;
  }
  .main19 .main19_con_1 ul li {
    margin: 20px 0;
    white-space: wrap;
  }
  .main19 .main19_con_1 ul li .icon {
    width: 40px;
    height: 40px;
  }
  .main19 .main19_con_1 ul li .icon i {
    font-size: 16px;
  }
  .main19 .main19_con_1 ul li .text_box {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
  .main19 .main19_con_1 ul li .text_box p {
    font-size: 16px;
  }
  .main19 .main19_con_1 ul li .text_box h5 {
    font-size: 16px;
    margin-top: 5px;
  }
  .main19 .main19_con_2 {
    margin-top: 50px;
  }
  .main19 .main19_con_2 ul {
    margin: 0;
    max-width: initial;
  }
  .main19 .main19_con_2 ul li {
    margin-bottom: 10px;
    padding: 0;
    width: 100% !important;
  }
  .main19 .main19_con_2 ul li .con {
    border-radius: 10px;
  }
  .main19 .main19_con_2 ul li .con p {
    left: 15px;
    font-size: 16px;
  }
  .main19 .main19_con_2 ul li .con input,
  .main19 .main19_con_2 ul li .con textarea {
    height: 50px;
    padding: 0 20px 0 80px;
    font-size: 18px;
  }
  .main19 .main19_con_2 ul li .con textarea {
    height: 150px;
    padding: 10px 20px 10px 80px;
  }
  .main19 .main19_con_2 ul li:last-child .con p {
    top: 10px;
  }
  .main19 .main19_con_2 button {
    width: 200px;
    height: 50px;
    font-size: 16px;
    margin: 20px auto 0;
    border-radius: 20px;
  }
  .main20 {
    padding: 30px 0;
  }
  .main20 .bt {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main20 .main20_con {
    margin-top: 30px;
    padding-top: 30px;
  }
  .main20 .main20_con ul li {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    margin: 10px 0;
  }
  .main20 .main20_con ul li::before {
    width: 9px;
    height: 9px;
    border: 2px solid #c14440;
    top: 8px;
  }
  .main21 {
    padding: 30px 0;
  }
  .main21 .main21_con_1 .title {
    font-size: 16px;
    margin-top: 20px;
  }
  .main21 .main21_con_1 .title span {
    margin: 0 5px;
  }
  .main21 .main21_con_1 .search {
    height: 50px;
    border-radius: 50px;
  }
  .main21 .main21_con_1 .search input {
    width: calc(100% - 90px);
    padding: 0 30px;
    font-size: 16px;
  }
  .main21 .main21_con_1 .search button {
    width: 90px;
    font-size: 16px;
  }
  .main21 .main21_con_2 {
    margin-top: 20px;
  }
  .main21 .main21_con_2 ul {
    margin: 0 -5px;
  }
  .main21 .main21_con_2 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  footer {
    border-top: 2px solid #b72622;
  }
  footer .footer_1 {
    padding: 10px 0;
  }
  footer .footer_1 ul {
    display: block;
  }
  footer .footer_1 ul li {
    width: 100% !important;
    text-align: center;
    margin: 20px 0;
  }
  footer .footer_1 ul li:nth-child(1) img {
    width: 1.2209889rem;
  }
  footer .footer_1 ul li:nth-child(2) .bt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  footer .footer_1 ul li:nth-child(2) .text {
    font-size: 13px;
    line-height: 25px;
  }
  footer .footer_1 ul li:nth-child(3) {
    text-align: left;
  }
  footer .footer_1 ul li:nth-child(3) dl dt {
    margin-bottom: 15px;
  }
  footer .footer_1 ul li:nth-child(3) dl dt a {
    font-size: 14px;
  }
  footer .footer_1 ul li:nth-child(3) dl dd a {
    font-size: 13px;
    line-height: 25px;
  }
  footer .footer_1 ul li:nth-child(3) dl:last-child dt {
    margin-bottom: 5px;
  }
  footer .footer_1 ul li:nth-child(3) dl:last-child dd a {
    font-size: 14px;
  }
  footer .footer_2 {
    padding: 30px 0;
  }
  .page_div {
    font-size: 14px;
  }
  .page_div button {
    width: 25px;
    height: 25px;
    font-size: 13px;
    margin: 0 1px;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 5px;
  }
  .page_div #nextPage,
  .page_div #prePage,
  .page_div #firstPage {
    width: 60px;
    height: 30px;
    font-size: 13px;
    border-radius: 30px;
  }
  .page_div .totalNum,
  .page_div .totalList {
    line-height: 30px;
    margin-right: 10px;
    display: none;
  }
  .page_div .totalList2 {
    margin-left: 30px;
  }
  .main22 {
    padding: 0;
  }
  .main22 .icon-plus {
    top: 10px;
    right: 10px;
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .news5 {
    align-items: flex-start;
  }
  .news5 .left {
    width: 5.33333333rem;
    padding-right: 0.4rem;
  }
  .news5 .left h5 {
    font-size: 0.4rem;
  }
  .news5 .left .text {
    font-size: 0.26666667rem;
    line-height: 0.46666667rem;
    margin-top: 0.13333333rem;
  }
  .news5 .left ul {
    padding: 0.06666667rem 0;
    margin-top: 0.33333333rem;
  }
  .news5 .left ul li {
    font-size: 0.26666667rem;
    padding: 0.13333333rem 0;
  }
  .news5 .left ul li img {
    width: 0.34666667rem;
    margin-right: 0.26666667rem;
  }
  .news5 .left .more {
    font-size: 0.26666667rem;
    padding-bottom: 0.06666667rem;
    margin-top: 0.26666667rem;
  }
  .news5 .right {
    width: calc(100% - 5.33333333rem);
    border-radius: 0.4rem;
  }
  .news5 .right .img {
    height: 2.93333333rem;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con_1 ul li {
    width: 50%;
  }
  .main16 .main16_con_1 ul li .news2 .imgbox {
    height: 2.66666667rem;
    border-radius: 0.13333333rem;
  }
  .main16 .main16_con_1 ul li .news2 .text_box {
    padding-top: 10px;
  }
}
