body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.oh {
  overflow: hidden;
}

.mobile {
  display: none !important;
}

.container {
  max-width: 1330px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  transition: all .5s;
}

.index .header {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 1.04vw rgba(0, 0, 0, 0.1);
}

.header>.container {
  max-width: 100%;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .navs {
  width: 760px;
}

.header .navs ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header .navs ul li a {
  display: block;
  color: #333333;
  font-size: 18px;
  border-bottom: 3px solid transparent;
  padding-bottom: 12px;
}

.header .navs ul li a.cur,
.header .navs ul li a:hover {
  border-bottom: 3px solid #92191E;
  color: #92191E;
}

.index_banner {
  margin-top: 98px;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_title h2 {
  color: #333333;
  font-size: 30px;
}

.index_title span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  margin: 0 18px;
}

.index_title h3 {
  color: #92191e;
  font-size: 36px;
  text-transform: uppercase;
}

.index_main1 {
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
}

.index_main1 .content {
  margin-top: 50px;
}

.index_main1 .content ul li {
  width: 206px;
  transition: all 0.5s;
}

.index_main1 .content ul li:hover {
  box-shadow: 0 0 26px #cacaca;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  border-color: #d6d6d6;
}

.index_main1 .content ul li .pic {
  overflow: hidden;
}

.index_main1 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main1 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main1 .content ul li .text {
  border: solid 1px #dcdcdc;
  border-top: 0;
}

.index_main1 .content ul li .text h4 {
  text-align: center;
  color: #000000;
  font-size: 18px;
  padding-top: 20px;
}

.index_main1 .content ul li:hover .text h4 {
  color: #92191e;
}

.index_main1 .content ul li .text p {
  height: 110px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin: 15px;
}

.index_main1 .content ul li .text span {
  display: block;
  line-height: 50px;
  text-align: center;
  background: #eaeaea;
  color: #666666;
  font-size: 18px;
}

.index_main1 .content ul li:hover .text span {
  color: #ffffff;
  background: #92191e;
}

.index_main2 {
  background: url(../images/index_main2_bg.jpg) no-repeat center/cover;
}

.index_main2 .left {
  width: 609px;
}

.index_main2 .left img {
  width: 100%;
}

.index_main2 .right {
  width: 621px;
}

.index_main2 .right .title {
  color: #ffffff;
  font-size: 36px;
}

.index_main2 .right .intro {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin: 30px 0;
}

.index_main2 .right .more a {
  width: 120px;
  height: 35px;
  line-height: 33px;
  border: solid 1px #fff;
}

.index_main2 .right .more a span {
  color: #ffffff;
  font-size: 14px;
  margin-right: 14px;
}

.index_main3 .content {
  margin-top: 50px;
}

.index_main3 .content ul li {
  width: 407px;
  height: 264px;
  padding: 35px 50px;
  margin-top: 30px;
  background: no-repeat right bottom #faf8f9;
}

.index_main3 .content ul li:nth-child(1) {
  background-image: url(../images/index_main3_item1.jpg);
}

.index_main3 .content ul li:nth-child(2) {
  background-image: url(../images/index_main3_item2.jpg);
}

.index_main3 .content ul li:nth-child(3) {
  background-image: url(../images/index_main3_item3.jpg);
}

.index_main3 .content ul li:nth-child(4) {
  background-image: url(../images/index_main3_item4.jpg);
}

.index_main3 .content ul li:nth-child(5) {
  background-image: url(../images/index_main3_item5.jpg);
}

.index_main3 .content ul li:nth-child(6) {
  background-image: url(../images/index_main3_item6.jpg);
}

.index_main3 .content ul li .icon {
  text-align: center;
  transition: all .5s;
}

.index_main3 .content ul li:hover .icon {
  transform: rotateY(360deg);
}

.index_main3 .content ul li .icon img {
  max-width: 100%;
}

.index_main3 .content ul li h4 {
  color: #333333;
  font-size: 18px;
  margin: 20px 0 10px;
  text-align: center;
}

.index_main3 .content ul li p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.index_main4 {
  padding-top: 0;
}

.index_main4 .content {
  margin-top: 50px;
}

.index_main4 .content .hd li {
  padding: 11px 10px;
  margin: 0 10px;
  border: solid 1px #dfdfdf;
  color: #333333;
  font-size: 18px;
}

.index_main4 .content .hd li.on {
  background: #92191e;
  border-color: #92191e;
  color: #fff;
}

.index_main4 .content .bd {
  margin-top: 50px;
}

.index_main4 .content .bd .item ul {
  margin-top: -35px;
}

.index_main4 .content .bd .item ul li {
  position: relative;
  width: 407px;
  margin-top: 35px;
  margin-right: 39px;
}

.index_main4 .content .bd .item ul li:nth-child(3n) {
  margin-right: 0;
}

.index_main4 .content .bd .item ul li .pic {
  overflow: hidden;
}

.index_main4 .content .bd .item ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main4 .content .bd .item ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main4 .content .bd .item ul li .title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 345px;
  height: 49px;
  line-height: 49px;
  overflow: hidden;
  background: #92191e;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.index_main5 {
  background: url(../images/index_main5_bg.jpg) no-repeat center/cover;
}

.index_main5 .index_title h2,
.index_main5 .index_title h3 {
  color: #ffffff;
}

.index_main5 .index_title span {
  background: #ffffff;
}

.index_main5 .content {
  margin-top: 50px;
}

.index_main5 .content ul li {
  width: 245px;
  margin-right: 20px;
  padding: 12px 10px;
  background: #fff;
}

.index_main5 .content ul li:nth-child(5n) {
  margin-right: 0;
}

.index_main5 .content ul li .pic {
  overflow: hidden;
}

.index_main5 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main5 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main5 .content ul li .intro h4 {
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
}

.index_main5 .content ul li .intro p {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}

.index_main6 {
  background: url(../images/index_main6_bg.jpg) no-repeat center/cover;
}

.index_main6 .content {
  margin-top: 50px;
}

.index_main6 .content .left {
  width: 600px;
}

.index_main6 .content .left .swiper-slide {
  position: relative;
}

.index_main6 .content .left .swiper-slide .pic img {
  width: 100%;
  height: 376px;
}

.index_main6 .content .left .swiper-slide .tt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  background: rgba(0, 0, 0, .5);
  color: #fffefe;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  padding: 0 120px 0 28px;
}

.index_main6 .content .left .prev_next {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 90px;
  height: 90px;
  background: #92191E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_main6 .content .left .prev_next .swiper-prev,
.index_main6 .content .left .prev_next .swiper-next {
  color: #FFFFFF;
  font-size: 18px;
}

.index_main6 .content .right {
  width: 600px;
}

.index_main6 .content .right ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_main6 .content .right ul li a {
  display: flex;
}

.index_main6 .content .right ul li .date {
  color: #333333;
  font-size: 50px;
}

.index_main6 .content .right ul li .text {
  width: 465px;
  margin-left: 30px;
}

.index_main6 .content .right ul li .text span {
  color: #666666;
  font-size: 12px;
}

.index_main6 .content .right ul li .text h4 {
  color: #333333;
  font-size: 18px;
  padding-top: 10px;
}

.index_main6 .content .right ul li .text p {
  height: 53px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}

.index_main7 {
  background: #f6f6f6;
  padding-bottom: 0;
}

.index_main7 .content {
  margin-top: 50px;
}

.index_main7 .content ul {
  margin-top: -20px;
}

.index_main7 .content ul li {
  width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  border: solid 1px #e8e8e7;
}

.index_main7 .content ul li:nth-child(6n) {
  margin-right: 0;
}

.index_main7 .content ul li img {
  width: 100%;
}

.index_main8 {
  background: #f6f6f6;
}

.index_main8 .content {
  margin-top: 50px;
}

.index_main8 .content ul li {
  width: 14.2%;
  text-align: center;
}

.index_main8 .content ul li .icon {
  height: 58px;
  line-height: 58px;
  transition: all 0.5s;
}

.index_main8 .content ul li .icon img {
  height: 100%;
}

.index_main8 .content ul li:hover .icon:hover {
  transform: rotateY(360deg);
}

.index_main8 .content ul li h4 {
  color: #333333;
  font-size: 18px;
  margin-top: 15px;
}

.index_main8 .content ul li:hover h4 {
  color: #92191e;
}

.nybanner img {
  width: 100%;
}

.nycontainer {
  max-width: 1300px;
  margin: auto;
}

.crumb {
  background: #F3F3F3;
}

.crumb .nycontainer {
  height: 63px;
}

.crumb .left a {
  color: #666666;
  font-size: 14px;
}

.crumb .left span {
  font-family: "宋体";
  color: #666666;
  font-size: 14px;
}

.crumb .right ul li:first-child {
  margin-left: 0;
}

.crumb .right ul li a {
  display: block;
  padding: 0 15px;
  line-height: 63px;
  color: #666666;
  font-size: 16px;
}

.crumb .right ul li a.cur,
.crumb .right ul li a:hover {
  background: #91181d;
  color: #fff;
}

.nytitle {
  text-align: center;
}

.nytitle h3 {
  position: relative;
  display: inline-block;
  color: #92191e;
  font-size: 30px;
}

.nytitle h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -133px;
  display: block;
  width: 106px;
  height: 1px;
  background: #92191E;
}

.nytitle h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -133px;
  display: block;
  width: 106px;
  height: 1px;
  background: #92191E;
}

.list_case {
  padding: 80px 0;
}

.list_case .content {
  margin-top: 60px;
}

.list_case .content ul li {
  width: 417px;
  margin-top: 37px;
  margin-right: 24px;
  border: solid 5px transparent;
}

.list_case .content ul li:nth-child(-n+3) {
  margin-top: 0;
}

.list_case .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_case .content ul li:hover {
  border-color: #91181D;
}

.list_case .content ul li .pic img {
  width: 100%;
  height: 244px;
}

.list_case .content ul li .tt {
  height: 50px;
  line-height: 50px;
  color: #666666;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_case .content ul li:hover .tt {
  background: #91181D;
  color: #ffffff;
}

.pages {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.pages span {
  border: solid 1px #ccc;
  margin: 0 5px;
  padding: 6px 12px;
  font-size: 12px;
}

.pages span a {
  color: #666666;
}

.pages span.p_n1 {
  background: #92191E;
  color: #fff;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
  padding: 32px 0;
}

#fullpage .footer {
  height: 214px !important;
}

.footer .container {
  max-width: 100%;
  padding: 0 60px;
}

.footer .mid {
  margin-left: 50px;
}

.footer .mid .footer_nav {
  margin-top: 30px;
}

.footer .mid .footer_nav ul li {
  border-right: solid 1px #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.footer .mid .footer_nav ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.footer .mid .footer_nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}

.footer .mid .infos {
  margin-top: 15px;
}

.footer .mid .infos p {
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
}

.footer .mid .infos p a {
  color: #fff;
}

.footer .right {
  margin-top: auto;
  margin-left: auto;
}

.footer .right .tt {
  color: #ffffff;
  font-size: 16px;
}

.footer .right .tt::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin-top: 5px;
}

.footer .right .qr {
  margin-left: 30px;
  text-align: center;
}

.footer .right .qr img {
  width: 119px;
}

.footer .right .qr p {
  color: #ffffff;
  font-size: 14px;
  padding-top: 10px;
}

.nylist {
  padding: 80px 0;
}

.nylist .content ul {
  margin-top: -20px;
}

.nylist .content ul li {
  margin-top: 20px;
}

.nylist .content ul li a {
  display: flex;
  align-items: center;
}

.nylist .content ul li .pic {
  width: 275px;
  overflow: hidden;
}

.nylist .content ul li .pic img {
  width: 100%;
  height: 172px;
  transition: all .5s;
}

.nylist .content ul li:hover .pic img {
  transform: scale(1.1);
}

.nylist .content ul li .text {
  width: 710px;
  margin-top: auto;
  margin-left: 50px;
}

.nylist .content ul li .text h4 {
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}

.nylist .content ul li:hover .text h4 {
  color: #92191E;
}

.nylist .content ul li .text p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .content ul li .text span {
  display: block;
  width: 117px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #92191E;
  color: #92191E;
  font-size: 14px;
  margin-top: 30px;
  transition: all .5s;
}

.nylist .content ul li:hover .text span {
  background: #92191E;
  color: #ffffff;
}

.nylist .content ul li .date {
  margin-left: auto;
  padding: 0 50px;
  border-left: solid 1px #E2E2E2;
  color: #92191e;
}

.nylist .content ul li .date p {
  font-size: 26px;
}

.nylist .content ul li .date span {
  font-size: 14px;
}

.nypage {
  padding: 80px 0;
}

.nypage .content {
  margin-top: 80px;
}

.nypage .content img {
  max-width: 100%;
}

.page_contact {
  padding: 80px 0;
}

.page_contact .content {
  margin-top: 60px;
}

.page_contact .content ul li {
  width: 390px;
  height: 329px;
  background: #F2F2F2;
  text-align: center;
  padding: 55px 20px;
}

.page_contact .content ul li:hover {
  background: #92191E;
}

.page_contact .content ul li .icon .bi {
  font-size: 66px;
  color: #01398C;
}

.page_contact .content ul li:hover .icon .bi {
  color: #fff;
}

.page_contact .content ul li .text {
  color: #333333;
}

.page_contact .content ul li:hover .text,
.page_contact .content ul li:hover .qr p {
  color: #fff;
}

.page_contact .content ul li .text h4 {
  font-size: 24px;
  padding-top: 10px;
}

.page_contact .content ul li .text p,
.page_contact .content ul li .qr p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}

.page_contact .content ul li .qr img {
  max-width: 100%;
}

#map {
  width: 100%;
  margin-top: 46px;
}

#map img {
  width: 100%;
}

.list_recruit {
  padding: 80px 0;
}

.list_recruit .infos {
  margin-top: 40px;
}

.list_recruit .infos .left {
  width: 750px;
}

.list_recruit .infos .left h4 {
  color: #92191e;
  font-size: 30px;
  font-weight: bold;
}

.list_recruit .infos .left span {
  display: block;
  color: #333333;
  font-size: 18px;
  padding-top: 25px;
}

.list_recruit .infos .left p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
}

.list_recruit .infos .right {
  padding-right: 45px;
  margin-top: auto;
}

.list_recruit .content .title {
  background: #A8474B;
  display: flex;
  align-items: center;
  height: 60px;
}

.list_recruit .content .title span {
  width: 20%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.list_recruit .content ul li .tt {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  border: solid 1px #DDDDDD;
}

.list_recruit .content ul li .tt span {
  width: 20%;
  text-align: center;
  color: #333333;
  font-size: 16px;
}

.list_recruit .content ul li .tt .icon {
  width: auto;
  position: absolute;
  top: 20px;
  right: 14px;
  color: #1A1A1A;
  font-size: 16px;
  transition: all .3s;
}

.list_recruit .content ul li.active .tt .icon {
  transform: rotate(90deg)
}

.list_recruit .content ul li .con {
  display: none;
  border: solid 1px #DDDDDD;
  padding: 35px 50px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.category_about .main1 {
  padding: 80px 0;
}

.category_about .main1 .content {
  margin-top: 40px;
}

.category_about .main1 .left {
  width: 740px;
  font-size: 16px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.category_about .main1 .right {
  width: 514px;
}

.category_about .main1 .right img {
  width: 100%;
}

.category_about .main2 img {
  display: block;
  width: 100%;
}

.category_about .main3 {
  padding: 80px 0;
}

.category_about .main3 .content {
  margin-top: 40px;
}

.category_about .main3 .content ul li {
  width: 412px;
  margin-top: 32px;
  margin-left: 32px;
}

.category_about .main3 .content ul li:nth-child(1),
.category_about .main3 .content ul li:nth-child(2) {
  margin-top: 0;
}

.category_about .main3 .content ul li:nth-child(1),
.category_about .main3 .content ul li:nth-child(3) {
  margin-left: 0;
}

.category_about .main3 .content ul li:first-child {
  width: 856px;
}

.category_about .main3 .content ul li .pic img {
  width: 100%;
  height: 290px;
}

.category_about .main4 {
  background: url(../images/category_about_main4_bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.category_about .main4 .nytitle h3 {
  color: #fff;
}

.category_about .main4 .nytitle h3::before,
.category_about .main4 .nytitle h3::after {
  background: #fff;
}

.category_about .main4 .content {
  margin-top: 40px;
}

.category_about .main4 .content ul li {
  width: 280px;
  height: 280px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 30px 40px;
}

.category_about .main4 .content ul li h4 {
  color: #333333;
  font-size: 24px;
  padding-top: 20px;
}

.category_about .main4 .content ul li span {
  display: block;
  margin: auto;
  width: 26px;
  height: 2px;
  background: #91181D;
  margin-top: 10px;
}

.category_about .main4 .content ul li p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
}

.category_about .main5 {
  padding: 80px 0;
}

.category_about .main5 .content {
  position: relative;
  margin-top: 15px;
}

.category_about .main5 .content .bd ul {
  float: left;
}

.category_about .main5 .content .bd ul li {
  float: left;
  width: 240px;
  margin-top: 25px;
  margin-right: 25px;
  border: solid 1px #DDDDDD;
}

.category_about .main5 .content .bd ul li:nth-child(5n) {
  margin-right: 0;
}

.category_about .main5 .content .bd ul li .pic img {
  width: 100%;
  height: 118px;
}

.category_about .main5 .content .hd {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  border: solid 1px #DDDDDD;
}

.category_about .main5 .content .hd a {
  cursor: pointer;
}

.category_about .main6,
.category_about .main6 .content .hd {
  background: #F5F5F5;
}

.list_culture .main1 {
  min-height: 942px;
  padding-top: 80px;
  background: url(../images/list_culture_main1_bg.jpg) no-repeat bottom center;
}

.list_culture .main1 .content {
  position: relative;
}

.list_culture .main1 .content ul li {
  position: relative;
  padding: 30px 0 80px 18px;
}

.list_culture .main1 .content ul li:nth-child(1) {
  position: absolute;
  top: 250px;
  left: 45px;
}

.list_culture .main1 .content ul li:nth-child(2) {
  position: absolute;
  top: 220px;
  left: 330px;
}

.list_culture .main1 .content ul li:nth-child(3) {
  position: absolute;
  top: 125px;
  left: 561px;
}

.list_culture .main1 .content ul li:nth-child(4) {
  position: absolute;
  top: 140px;
  left: 779px;
}

.list_culture .main1 .content ul li:nth-child(5) {
  position: absolute;
  top: 0;
  left: 995px;
}

.list_culture .main1 .content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #fff, #931b20);
}

.list_culture .main1 .content ul li img {
  display: block;
  max-width: 100%;
}

.list_culture .main1 .content ul li h4 {
  color: #333333;
  font-size: 24px;
  margin-top: 20px;
}

.list_culture .main1 .content ul li p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.list_culture .main2 {
  padding: 80px 0;
}

.list_culture .main2 .content {
  position: relative;
  margin-top: 20px;
}

.list_culture .main2 .content .hd .prev,
.list_culture .main2 .content .hd .next {
  position: absolute;
  top: 50%;
  left: -63px;
  transform: translate(0, -50%);
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background: #999999;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.list_culture .main2 .content .hd .next {
  left: auto;
  right: -63px;
}

.list_culture .main2 .content .hd .prev:hover,
.list_culture .main2 .content .hd .next:hover {
  background: #92191E;
}

.list_culture .main2 .content .bd ul li {
  float: left;
  width: 309px;
  margin-top: 21px;
  margin-right: 21px;
}

.list_culture .main2 .content .bd ul li:nth-child(4n) {
  margin-right: 0;
}

.list_culture .main2 .content .bd ul li .pic {
  overflow: hidden;
}

.list_culture .main2 .content .bd ul li .pic img {
  width: 100%;
  height: 217px;
  transition: all .5s;
}

.list_culture .main2 .content .bd ul li:hover .pic img {
  transform: scale(1.1);
}

.list_honor {
  background: url(../images/list_honor_bg.jpg) no-repeat center bottom;
  padding: 80px 0;
}

.list_honor .content {
  margin-top: 40px;
}

.list_honor .content ul li {
  width: 303px;
  margin-top: 50px;
  margin-right: 29px;
  text-align: center;
}

.list_honor .content ul li:nth-child(-n+4) {
  margin-top: 0;
}

.list_honor .content ul li:nth-child(4n) {
  margin-right: 0;
}

.list_honor .content ul li .pic img {
  width: 100%;
  height: 217px;
}

.list_honor .content ul li .tt h4 {
  color: #333333;
  font-size: 16px;
  padding-top: 10px;
}

.showMorehandle {
  text-align: center;
  margin-top: 80px;
  cursor: pointer;
}

.page_zzjg {
  padding: 80px 0 200px;
  background: url(../images/page_zzjg_bg.jpg) no-repeat center bottom;
}

.page_zzjg .content {
  margin-top: 40px;
}

.page_zzjg .content img {
  width: 100%;
}

.list_son {
  padding: 80px 0;
}

.list_son .content {
  margin-top: 40px;
}

.list_son .content .left {
  width: 120px;
  padding-left: 13px;
}

.list_son .content .right {
  width: 1122px;
}

.list_son .content .right ul li {
  height: 319px;
  padding: 30px 38px;
  background: #F4F4F4;
  margin-top: 54px;
}

.list_son .content .right ul li:first-child {
  margin-top: 0;
}

.list_son .content .right ul li .tt {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
}

.list_son .content .right ul li .tt h4 {
  color: #92191e;
  font-size: 20px;
  border-left: solid 7px #92191E;
  padding-left: 15px;
}

.list_son .content .right ul li .info {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.list_son .content .right ul li .info .text {
  width: 545px;
}

.list_son .content .right ul li .info .text p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.list_son .content .right ul li .info .text span {
  display: block;
  width: 117px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #92191E;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 40px;
}

.list_son .content .right ul li .info .pic {
  width: 404px;
}

.list_son .content .right ul li .info .pic img {
  width: 100%;
  height: 181px;
}

.list_fzlc {
  background: url(../images/list_fzlc_bg.jpg) no-repeat center bottom;
  padding: 80px 0 150px;
}

.list_fzlc .content {
  position: relative;
  margin-top: 100px;
}

.list_fzlc .content .swiper-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d2d2d2;
}

.list_fzlc .content .swiper-container {
  max-width: 1200px;
  margin: auto;
}

.list_fzlc .content .swiper-slide {
  padding-top: 150px;
}

.list_fzlc .content .swiper-slide:nth-child(odd) {
  padding-top: 0;
}

.list_fzlc .content .swiper-slide .tt {
  position: relative;
  background: url(../images/list_fzlc_icon1.png) no-repeat center/cover;
  width: 79px;
  height: 89px;
  line-height: 89px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.list_fzlc .content .swiper-slide .tt::before {
  content: "";
  position: absolute;
  top: 89px;
  left: 36px;
  background: url(../images/list_fzlc_icon3.png) no-repeat;
  width: 7px;
  height: 145px;
}

.list_fzlc .content .swiper-slide:nth-child(odd) .tt::before {
  background: url(../images/list_fzlc_icon2.png) no-repeat;
  top: -145px;
}

.list_fzlc .content .swiper-slide:nth-child(odd) {
  display: flex;
  flex-direction: column-reverse;
}

.list_fzlc .content .swiper-slide .con {
  height: 145px;
  padding-left: 57px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.list_fzlc .content .swiper-button-next,
.list_fzlc .content .swiper-button-prev {
  --swiper-navigation-size: 28px;
  --swiper-navigation-color: #D2D2D2;
}

.page_jhhl {
  padding: 80px 0;
}

.solution_title {
  color: #92191e;
  font-size: 24px;
  border-left: 5px solid #92191e;
  line-height: 1;
  padding-left: 15px;
}

.page_jhhl .main1 {
  margin-top: 50px;
}

.page_jhhl .main1 .content .text {
  width: 650px;
  padding-top: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}

.page_jhhl .main1 .content .pic {
  width: 607px;
}

.page_jhhl .main1 .content .pic img {
  width: 100%;
}

.page_jhhl .main1 .banner {
  margin-top: 30px;
}

.page_jhhl .main1 .banner img {
  width: 100%;
}

.page_jhhl .main2 {
  margin-top: 50px;
}

.page_jhhl .main2 .content {
  margin-top: 30px;
}

.page_jhhl .main2 .content ul li {
  width: 305px;
  height: 356px;
  margin-top: 30px;
  margin-right: 26px;
  background: #F5F5F5;
  padding: 34px;
}

.page_jhhl .main2 .content ul li:nth-child(-n+4) {
  margin-top: 0;
}

.page_jhhl .main2 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.page_jhhl .main2 .content ul li .tt {
  border-bottom: 1px solid rgba(141, 46, 47, .5);
  padding-bottom: 15px;
}

.page_jhhl .main2 .content ul li .tt h4 {
  color: #923031;
  font-size: 18px;
  padding-left: 15px;
}

.page_jhhl .main2 .content ul li .con p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 22px;
  padding-left: 23px;
  position: relative;
}

.page_jhhl .main2 .content ul li .con p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #923031;
}

.page_jhhl .main2 .content ul li:first-child {
  background: #923031;
}

.page_jhhl .main2 .content ul li:first-child .tt {
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding: 21px 0;
}

.page_jhhl .main2 .content ul li:first-child .tt:first-child {
  border-top: 0;
  padding-top: 0;
}

.page_jhhl .main2 .content ul li:first-child .tt .icon {
  background: #FFFFFF;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
}

.page_jhhl .main2 .content ul li:first-child .tt h4 {
  color: #ffffff;
  font-size: 18px;
  padding-left: 25px;
}

.page_jhjr {
  padding: 80px 0 0;
}

.page_jhjr .content {
  margin-top: 50px;
}

.page_jhjr .content .desc {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
}

.page_jhjr .content ul {
  margin-top: 50px;
}

.page_jhjr .content ul li {
  text-align: center;
}

.page_jhjr .content ul li .icon img {
  width: 100px;
}

.page_jhjr .content ul li .tt {
  color: #92191e;
  font-size: 18px;
  margin-top: 15px;
}

.page_jhjr .banner {
  margin-top: 100px;
}

.page_jhjr .banner img {
  width: 100%;
}

.page_jhzhxf {
  padding: 80px 0;
}

.page_jhzhxf .main1 {
  margin-top: 50px;
}

.page_jhzhxf .main1 .content {
  margin-top: 30px;
}

.page_jhzhxf .main1 .content ul li {
  width: 305px;
  background: #F5F5F5;
}

.page_jhzhxf .main1 .content ul li .pic img {
  width: 100%;
}

.page_jhzhxf .main1 .content ul li .text {
  padding: 10px 22px;
}

.page_jhzhxf .main1 .content ul li .text .tt {
  color: #333333;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
}

.page_jhzhxf .main1 .content ul li .text p {
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  padding-left: 20px;
}

.page_jhzhxf .main1 .content ul li .text p:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #923031;
}

.page_jhzhxf .main2 {
  margin-top: 50px;
}

.page_jhzhxf .main2 .content {
  margin-top: 30px;
}

.page_jhzhxf .main2 .content .left {
  width: 805px;
}

.page_jhzhxf .main2 .content .left img {
  width: 100%;
}

.page_jhzhxf .main2 .content .right {
  width: 396px;
  height: 488px;
  background: #91181d;
  border-radius: 5px;
  padding: 60px 40px;
}

.page_jhzhxf .main2 .content .right h4 {
  color: #ffffff;
  font-size: 24px;
}

.page_jhzhxf .main2 .content .right p {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  margin-top: 35px;
}

.page_jhzhxf .main2 .content .right p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.page_jhzhxf .main3 .content {
  margin-top: 40px;
}

.page_jhzhxf .main3 .content ul li {
  width: 420px;
}

.page_jhzhxf .main3 .content ul li .tt {
  background: #922f32;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 10px;
}

.page_jhzhxf .main3 .content ul li .con {
  background: #eeeeee;
  border-radius: 5px;
  padding: 30px 20px;
}

.page_jhzhxf .main3 .content ul li .con p {
  height: 84px;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 2;
}

.page_jhzhxf .main3 .content ul li .con img {
  max-width: 100%;
  margin-top: 25px;
}

.page_jhzhxf .main4 {
  margin-top: 60px;
}

.page_jhzhxf .intro {
  color: #333333;
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

.page_jhzhxf .main4 .content {
  margin-top: 20px;
}

.page_jhzhxf .main4 .content ul li {
  width: 247px;
  text-align: center;
}

.page_jhzhxf .main4 .content ul li img {
  max-width: 100%;
}

.page_jhzhxf .main4 .content ul li h4 {
  color: #333333;
  font-size: 18px;
  padding-top: 10px;
}

.page_jhzhxf .main4 .content ul li p {
  color: #333333;
  font-size: 14px;
  padding-top: 5px;
}

.page_jhzhxf .main5 {
  margin-top: 60px;
}

.page_jhzhxf .main5 img {
  max-width: 100%;
  margin-top: 20px;
}

.page_jhzhxf .main6 {
  margin-top: 60px;
}

.page_jhzhxf .main6 img {
  max-width: 100%;
  margin-top: 40px;
}

.page_jhzhxf .main7 {
  margin-top: 60px;
}

.page_jhzhxf .main7 img {
  max-width: 100%;
  margin-top: 40px;
}

.page_jhzhxf .main8 {
  margin-top: 60px;
}

.page_jhzhxf .main8 img {
  max-width: 100%;
  margin-top: 40px;
}

.nyshow {
  padding: 80px 0;
}

.nyshow .title {
  color: #333;
  font-size: 20px;
  text-align: center;
}

.nyshow .infos {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.nyshow .content {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}

.page_fwfw .main1 {
  padding: 60px 0;
}

.page_fwfw .main1 .content {
  margin-top: 60px;
}

.page_fwfw .main1 .content h4 {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.page_fwfw .main1 .content p {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding-left: 18px;
}

.page_fwfw .main1 .content p::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  border: solid 4px #c25351;
  border-radius: 50%;
}

.page_fwfw .main2 {
  background: #f4f4f4;
  padding: 60px 0;
}

.page_fwfw .main2 .item {
  display: flex;
  max-width: 1300px;
  margin: auto;
}

.page_fwfw .main2 .item .pic {
  width: 404px;
}

.page_fwfw .main2 .item .pic img {
  max-width: 100%;
}

.page_fwfw .main2 .item .text {
  width: calc(100% - 404px);
  padding-left: 160px;
}

.page_fwfw .main2 .item .text i {
  display: block;
  width: 86px;
  height: 5px;
  background: #92191e;
  margin-top: 105px;
}

.page_fwfw .main2 .item .text h3 {
  color: #333333;
  font-size: 20px;
  margin-top: 50px;
}

.page_fwfw .main2 .item .text h4 {
  color: #92191e;
  font-size: 28px;
  margin-top: 15px;
}

.page_fwfw .main2 .item .text p {
  color: #666666;
  font-size: 16px;
  margin-top: 40px;
}

.page_fwfw .main3 {
  background: none;
}

.page_fwfw .main3 .item {
  flex-direction: row-reverse;
}

.page_fwfw .main3 .item .text {
  padding-left: 0;
}

.page_fwfw .main4 {
  background: #f4f4f4;
  padding: 80px 0;
}

.page_fwfw .main4 .nytitle h3 {
  color: #333333;
}

.page_fwfw .main4 .nytitle h3 span {
  color: #92191e;
}

.page_fwfw .main4 .content {
  text-align: center;
}

.page_fwfw .main4 .content img {
  max-width: 100%;
  margin-top: 60px;
}

.page_fwfw .main4 .content p {
  color: #333333;
  font-size: 26px;
  margin-top: 50px;
}

.page_fwfw .main4 .content p span {
  color: #92191e;
}

.page_fwfw .main5 {
  padding: 80px 0;
}

.page_fwfw .main5 .nytitle p {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}

.page_fwfw .main5 .content {
  margin-top: 60px;
}

.page_fwfw .main5 .content ul {
  margin-top: -25px;
}

.page_fwfw .main5 .content ul li {
  width: 32%;
  box-shadow: rgba(0, 0, 0, .15) 0 0 5px 5px;
  padding: 25px;
  margin-top: 25px;
}

.page_fwfw .main5 .content ul li h4 {
  position: relative;
  padding-left: 30px;
  color: #333333;
  font-size: 26px;
}

.page_fwfw .main5 .content ul li h4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border: solid 8px #92191e;
  border-radius: 50%;
}

.page_fwfw .main5 .content ul li p {
  margin-top: 15px;
  color: #666666;
  font-size: 16px;
}

.page_fwfw .main5 .content ul li:hover {
  color: #92191e;
}

.list_xfsb {
  padding: 80px 0;
}

.list_xfsb .subnav,
.show_xfsb .subnav {
  margin-top: 40px;
}

.list_xfsb .subnav ul li a,
.show_xfsb .subnav ul li a {
  line-height: 32px;
  display: inline-block;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid #eee;
  margin: 0 5px 10px;
  font-size: 14px;
  color: #666;
}

.list_xfsb .subnav ul li a.cur,
.list_xfsb .subnav ul li a:hover,
.show_xfsb .subnav ul li a.cur,
.show_xfsb .subnav ul li a:hover {
  background: #91181d;
  color: #fff;
  border-color: #91181d;
}

.list_xfsb .bigpic {
  margin: 30px 0;
}

.list_xfsb .bigpic img {
  width: 100%;
}

.list_xfsb .content {
  margin-top: 40px;
}

.list_xfsb .content ul {
  margin-top: -40px;
}

.list_xfsb .content ul li {
  width: 310px;
  margin-top: 40px;
  margin-right: 20px;
  text-align: center;
}

.list_xfsb .content ul li:nth-child(4n) {
  margin-right: 0;
}

.list_xfsb .content ul li .pic {
  border: 1px solid #eee;
  width: 266px;
  height: 179px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  transition: all 2s;
}

.list_xfsb .content ul li:hover .pic {
  border-color: #91181d;
}

.list_xfsb .content ul li .pic img {
  max-height: 160px;
  display: inline-block;
}

.list_xfsb .content ul li .tt {
  color: #333333;
  font-size: 16px;
  padding-top: 15px;
  text-align: center;
}

.show_xfsb {
  padding: 80px 0;
}

.show_xfsb .main1 {
  padding-top: 30px;
}

.show_xfsb .main1 .pic {
  width: 500px;
}

.show_xfsb .main1 .pic img {
  width: 100%;
}

.show_xfsb .main1 .info {
  width: 750px;
  margin-left: auto;
}

.show_xfsb .main1 .info .title {
  font-size: 18px;
  color: #91181d;
  line-height: 16px;
  margin-bottom: 30px;
}

.show_xfsb .main1 .info .tt {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}

.show_xfsb .main1 .info .description {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  text-align: justify;
}

.show_xfsb .content {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  text-align: justify;
  padding-top: 30px;
}

.proD_show {
  width: 500px;
}

.jqzoom {
  border: 1px solid #d5d5d5;
  position: relative;
  cursor: pointer;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../images/fdj.png") no-repeat center;
  width: 160px !important;
  height: 160px !important;
}

.proD_show .proDS_imgA {
  width: 100%;
  box-sizing: border-box;
}

.proDS_imgA img {
  width: 100%;
}

.proD_show .proDS_imgB {
  width: calc(100% - 50px);
  margin: 10px auto 0;
}

.proDS_imgB .bx-wrapper .bx-controls-direction a {
  height: 100%;
  top: 0;
  margin-top: 0;
  width: 15px;
}

.proDS_imgB .bx-wrapper .bx-prev {
  left: -25px;
  background: url("../images/to_left_02.png") center no-repeat;
}

.proDS_imgB .bx-wrapper .bx-next {
  right: -25px;
  background: url("../images/to_right_02.png") center no-repeat;
}

.page_peixun {
  padding: 80px 0;
}

.page_peixun .main1 .solution_title {
  margin-top: 20px;
}

.page_peixun .main1 .intro {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
}

.page_peixun .main1 .content {
  margin-top: 80px;
}

.page_peixun .main1 .content .left {
  width: 591px;
}

.page_peixun .main1 .content .right {
  width: 709px;
}

.page_peixun .main1 .content img {
  max-width: 100%;
}

.page_peixun .main2 .content {
  margin-top: 80px;
}

.page_peixun .main2 .content img {
  max-width: 100%;
}

.page_bthy {
  padding: 80px 0;
}

.page_bthy .main1 .content {
  margin-top: 40px;
}

.page_bthy .main1 .content ul li {
  width: 305px;
  margin-top: 8px;
  margin-right: 26px;
}

.page_bthy .main1 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.page_bthy .main1 .content ul li a {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 76px;
  text-align: center;
  border: solid 1px #d8d8d8;
}

.page_bthy .main1 .content ul li a.cur,
.page_bthy .main1 .content ul li a:hover {
  background: #92191e;
  color: #ffffff;
  border-color: #92191e;
}

.page_bthy .main2 {
  margin-top: 60px;
}

.page_bthy .main2 .content {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #dadada;
}

.page_bthy .main2 .content .item {
  width: 408px;
  height: 574px;
  background: url(../images/page_bthy_main2_bg1.jpg) no-repeat center/cover #f5f5f5;
  padding: 30px 25px;
}

.page_bthy .main2 .content .item:nth-child(2) {
  background-image: url(../images/page_bthy_main2_bg2.jpg);
}

.page_bthy .main2 .content .item:nth-child(3) {
  background-image: url(../images/page_bthy_main2_bg3.jpg);
}

.page_bthy .main2 .content .item .tt {
  color: #333333;
  font-size: 18px;
  text-align: center;
  border-bottom: solid 1px #bababa;
  padding-bottom: 10px;
}

.page_bthy .main2 .content .item .con p {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding-left: 15px;
  margin-top: 15px;
}

.page_bthy .main2 .content .item .con p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #92191e;
}

.page_bthy .main2 .pic {
  margin-top: 40px;
}

.page_bthy .main2 .pic img {
  width: 100%;
}

.page_bthy .main3 {
  margin-top: 40px;
}

.page_bthy .main3 .title {
  color: #333333;
  font-size: 18px;
  border-bottom: solid 1px #dadada;
  padding-bottom: 10px;
}

.page_bthy .main3 .content {
  margin-top: 40px;
}

.page_bthy .main3 .content .swiper-container {
  --swiper-navigation-color: #8e8e8e;
  --swiper-navigation-size: 40px;
}

.page_bthy .main3 .content .swiper-slide .pic {
  text-align: center;
  overflow: hidden;
}

.page_bthy .main3 .content .swiper-slide .pic img {
  width: 182px;
  height: 178px;
  transition: all .5s;
}

.page_bthy .main3 .content .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.page_bthy .main3 .content .swiper-slide .con {
  margin-top: 35px;
}

.page_bthy .main3 .content .swiper-slide .con .tt {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.page_bthy .main3 .content .swiper-slide .con p {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding-left: 15px;
  margin-top: 10px;
}

.page_bthy .main3 .content .swiper-slide .con p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #92191e;
}

@media(max-width:1330px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .container {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.5rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 8rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu i {
    font-size: 1.5rem;
    color: #92191e;
  }

  .side-box {
    position: fixed;
    top: 0rem;
    width: 7.5rem;
    right: -7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 .025rem 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #92191e;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: .075rem;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .5rem .75rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 .375rem 0 .025rem;
    line-height: 1.75rem;
    font-size: .55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    color: #333;
    font-size: .7rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: .75rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: .15rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: .3rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 99.975rem;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 1.9rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: .5rem;
    height: .1rem;
    margin-left: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: .1rem;
    height: .5rem;
    margin-top: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: .025rem 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 .025rem 0;
    list-style: none;
    padding: 0;
    border-bottom: solid .025rem #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: .25rem .75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #92191e;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: .025rem 0 0 0;
    margin: 0 .75rem;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: .025rem;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: .025rem solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -0.025rem;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: .7rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: .1rem .1rem 0 .1rem;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .index_banner {
    margin-top: 0;
  }

  .ptb80 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .index_title h2 {
    font-size: .75rem;
  }

  .index_title span {
    width: .2rem;
    height: .2rem;
    margin: 0 .45rem;
  }

  .index_title h3 {
    font-size: .9rem;
  }

  .index_main1 .content {
    margin-top: 1rem;
  }

  .index_main1 .content ul {
    flex-wrap: wrap;
    margin-top: -.5rem;
  }

  .index_main1 .content ul li {
    width: 48%;
    margin-top: .5rem;
  }

  .index_main1 .content ul li .text h4 {
    font-size: .65rem;
    padding-top: .5rem;
  }

  .index_main1 .content ul li .text p {
    height: 4rem;
    font-size: .55rem;
    line-height: 1.5;
    margin: .375rem;
  }

  .index_main1 .content ul li .text span {
    line-height: 2;
    font-size: .45rem;
  }

  .index_main2 .container {
    flex-wrap: wrap;
  }

  .index_main2 .left {
    width: 100%;
  }

  .index_main2 .right {
    width: 100%;
    margin-top: 1rem;
  }

  .index_main2 .right .title {
    font-size: .9rem;
  }

  .index_main2 .right .intro {
    font-size: .55rem;
    line-height: 1.5;
    margin: .75rem 0;
  }

  .index_main2 .right .more a {
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .index_main2 .right .more a span {
    font-size: .55rem;
    margin-right: .55rem;
  }

  .index_main3 .content {
    margin-top: 1rem;
  }

  .index_main3 .content ul {
    flex-wrap: wrap;
  }

  .index_main3 .content ul li {
    width: 48%;
    height: 10rem;
    padding: .5rem .5rem;
    margin-top: .5rem;
  }

  .index_main3 .content ul li .icon img {
    max-width: auto;
    max-height: 2.425rem;
  }

  .index_main3 .content ul li h4 {
    font-size: .65rem;
    margin: .5rem 0 .25rem;
  }

  .index_main3 .content ul li p {
    font-size: .55rem;
    line-height: 1.5;
  }

  .index_main4 .content {
    margin-top: 1rem;
  }

  .index_main4 .content .hd ul {
    flex-wrap: wrap;
  }

  .index_main4 .content .hd li {
    width: 28%;
    padding: .275rem 0;
    margin: .25rem;
    text-align: center;
    font-size: .65rem;
  }

  .index_main4 .content .bd {
    margin-top: 1rem;
  }

  .index_main4 .content .bd .item ul {
    margin-top: -.5rem;
  }

  .index_main4 .content .bd .item ul li {
    width: 48%;
    margin-top: .5rem;
    margin-right: 4%;
  }

  .index_main4 .content .bd .item ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .index_main4 .content .bd .item ul li:nth-child(2n) {
    margin-right: 0;
  }

  .index_main4 .content .bd .item ul li .title {
    position: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.225rem;
    line-height: 1.225rem;
    font-size: .65rem;
  }

  .index_main5 .content {
    margin-top: 1rem;
  }

  .index_main5 .content ul {
    flex-wrap: wrap;
  }

  .index_main5 .content ul li {
    width: 49%;
    margin-bottom: .5rem;
    margin-right: 2%;
    padding: .3rem .25rem;
  }

  .index_main5 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .index_main5 .content ul li:nth-child(5n) {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .index_main5 .content ul li:nth-child(5n) a {
    display: flex;
  }

  .index_main5 .content ul li:nth-child(5n) .intro {
    padding-left: 2.5%;
  }

  .index_main5 .content ul li .intro h4 {
    font-size: .65rem;
    margin-top: .25rem;
  }

  .index_main5 .content ul li .intro p {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .125rem;
  }

  .index_main6 {
    height: auto;
  }

  .index_main6 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .index_main6 .content .left {
    width: 100%;
  }

  .index_main6 .content .left .swiper-slide .pic img {
    height: 9.4rem;
  }

  .index_main6 .content .left .swiper-slide .tt {
    width: 85%;
    height: 2.25rem;
    font-size: .65rem;
    line-height: 1.5;
    padding: 0 .7rem;
  }

  .index_main6 .content .left .prev_next {
    width: 2.25rem;
    height: 2.25rem;
  }

  .index_main6 .content .left .prev_next .swiper-prev,
  .index_main6 .content .left .prev_next .swiper-next {
    font-size: .55rem;
  }

  .index_main6 .content .right {
    width: 100%;
    margin-top: 1rem;
  }

  .index_main6 .content .right ul li .date {
    font-size: 1.25rem;
  }

  .index_main6 .content .right ul li .text {
    width: 100%;
    margin-left: .75rem;
  }

  .index_main6 .content .right ul li .text span {
    font-size: .55rem;
  }

  .index_main6 .content .right ul li .text h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .index_main6 .content .right ul li .text p {
    height: 2rem;
    font-size: .55rem;
    line-height: 1.8;
  }

  .index_main7 .content {
    margin-top: 1rem;
  }

  .index_main7 .content ul {
    margin-top: -.5rem;
  }

  .index_main7 .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-right: 2%;
  }

  .index_main7 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .index_main8 {
    padding-top: 0;
  }

  .index_main8 .content {
    margin-top: 1rem;
  }

  .index_main8 .content ul {
    flex-wrap: wrap;
    margin-top: -.5rem;
  }

  .index_main8 .content ul li {
    width: 25%;
    text-align: center;
    margin-top: .5rem;
  }

  .index_main8 .content ul li .icon {
    height: 1.45rem;
    line-height: 1.45rem;
  }

  .index_main8 .content ul li h4 {
    font-size: .55rem;
    margin-top: .375rem;
  }

  .footer .container {
    padding: 0;
  }

  .footer .container>.d-flex {
    flex-wrap: wrap;
  }

  .footer .left {
    width: 100%;
    text-align: center;
  }

  .footer .mid {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }

  .footer .mid .footer_nav {
    display: none;
  }

  .footer .mid .infos {
    margin-top: .375rem;
    text-align: center;
  }

  .footer .mid .infos p {
    font-size: .55rem;
    line-height: 1.8;
  }

  .footer .right {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }

  .footer .right>.d-flex {
    flex-direction: column;
  }

  .footer .right .tt {
    font-size: .65rem;
  }

  .footer .right .tt::after {
    display: none;
  }

  .footer .right .qr {
    margin-top: .5rem;
    margin-left: 0;
  }

  .footer .right .qr img {
    width: 2.975rem;
  }

  .footer .right .qr p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .nycontainer {
    max-width: 90%;
    margin: auto;
  }

  .crumb .nycontainer {
    width: 90%;
    margin: auto;
    height: auto;
  }

  .crumb .left {
    display: none;
  }

  .crumb .right {
    width: 100%;
  }

  .crumb .right ul {
    overflow-x: scroll;
  }

  .crumb .right ul li {
    flex-shrink: 0;
  }

  .crumb .right ul li a {
    display: block;
    padding: .5rem .25rem;
    line-height: initial;
    font-size: .65rem;
  }

  .category_about .main1 {
    padding: 2rem 0;
  }

  .nytitle h3 {
    font-size: .75rem;
  }

  .nytitle h3::before,
  .nytitle h3::after {
    display: none;
  }

  .category_about .main1 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .category_about .main1 .left {
    width: 100%;
    color: #666;
    font-size: .55rem;
  }

  .category_about .main1 .right {
    width: 100%;
    margin-top: 1rem;
  }

  .category_about .main3 {
    padding: 2rem 0;
  }

  .category_about .main3 .content {
    margin-top: 1rem;
  }

  .category_about .main3 .content ul li {
    width: 49%;
    margin-top: 2% !important;
    margin-left: 2% !important;
  }

  .category_about .main3 .content ul li:nth-child(2),
  .category_about .main3 .content ul li:nth-child(4) {
    margin-left: 0 !important;
  }

  .category_about .main3 .content ul li:first-child {
    width: 100%;
    margin-left: 0 !important;
  }

  .category_about .main3 .content ul li .pic img {
    height: 7.25rem;
  }

  .category_about .main4 {
    padding: 2rem 0;
  }

  .category_about .main4 .content {
    margin-top: 1rem;
  }

  .category_about .main4 .content ul {
    flex-wrap: wrap;
  }

  .category_about .main4 .content ul li {
    width: 49%;
    height: 8rem;
    padding: .75rem 1rem;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .category_about .main4 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_about .main4 .content ul li .icon img {
    max-height: 2rem;
  }

  .category_about .main4 .content ul li h4 {
    font-size: .65rem;
    padding-top: .5rem;
  }

  .category_about .main4 .content ul li span {
    width: .65rem;
    margin-top: .25rem;
  }

  .category_about .main4 .content ul li p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .category_about .main5 {
    padding: 2rem 0;
  }

  .category_about .main5 .content {
    margin-top: .375rem;
  }

  .category_about .main5 .content .bd {
    display: flex;
    flex-wrap: wrap;
  }

  .category_about .main5 .content .bd li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .category_about .main5 .content .bd li:nth-child(2n) {
    margin-right: 0;
  }

  .category_about .main5 .content .bd li .pic img {
    max-width: 100%;
  }

  .category_about .main5 .content .hd {
    display: none;
  }

  .list_culture .main1 {
    padding-top: 2rem;
  }

  .list_culture .main1 .content {
    margin-top: 1rem;
  }

  .list_culture .main2 {
    padding: 2rem 0;
  }

  .list_culture .main2 .content {
    margin-top: .5rem;
  }

  .list_culture .main2 .content .hd {
    display: none;
  }

  .list_culture .main2 .content .bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list_culture .main2 .content .bd li {
    width: 49%;
    margin-top: 2%;
  }

  .list_culture .main2 .content .bd li .pic img {
    width: 100%;
    height: 5rem;
  }

  .page_zzjg {
    padding: 2rem 0 5rem;
  }

  .page_zzjg .content {
    margin-top: 1rem;
  }

  .list_fzlc {
    padding: 2rem 0 3.75rem;
  }

  .list_fzlc .content {
    margin-top: 2.5rem;
  }

  .list_fzlc .content .swiper-slide {
    padding-top: 3.75rem;
  }

  .list_fzlc .content .swiper-slide .tt {
    width: 1.975rem;
    height: 2.225rem;
    line-height: 2.225rem;
    font-size: .65rem;
  }

  .list_fzlc .content .swiper-slide .tt::before {
    top: 2.225rem;
    left: .9rem;
    width: .175rem;
    height: 3.625rem;
  }

  .list_fzlc .content .swiper-slide:nth-child(odd) .tt::before {
    top: -3.625rem;
  }

  .list_fzlc .content .swiper-slide .con {
    height: 3.625rem;
    padding-left: 1.425rem;
    font-size: .45rem;
    line-height: 1.5;
  }

  .list_fzlc .content .swiper-button-next,
  .list_fzlc .content .swiper-button-prev {
    --swiper-navigation-size: .7rem;
  }

  .list_honor {
    padding: 2rem 0;
  }

  .list_honor .content {
    margin-top: 1rem;
  }

  .list_honor .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
    text-align: center;
  }

  .list_honor .content ul li:nth-child(-n+4) {
    margin-top: 2%;
  }

  .list_honor .content ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .list_honor .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_honor .content ul li .pic img {
    height: 5rem;
  }

  .list_honor .content ul li .tt h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .showMorehandle {
    margin-top: 2rem;
  }

  .list_son {
    padding: 2rem 0;
  }

  .list_son .content {
    margin-top: 1rem;
  }

  .list_son .content .left {
    display: none;
  }

  .list_son .content .right {
    width: 100%;
  }

  .list_son .content .right ul li {
    height: auto;
    padding: .75rem .95rem;
    margin-top: 1.35rem;
  }

  .list_son .content .right ul li .tt {
    padding-bottom: .5rem;
  }

  .list_son .content .right ul li .tt h4 {
    font-size: .65rem;
    padding-left: .375rem;
  }

  .list_son .content .right ul li .info {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-top: .625rem;
  }

  .list_son .content .right ul li .info .text {
    width: 100%;
    padding-top: .5rem;
  }

  .list_son .content .right ul li .info .text p {
    font-size: .55rem;
    line-height: 1.8;
  }

  .list_son .content .right ul li .info .text span {
    width: 3.5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .125rem;
    font-size: .55rem;
    margin-top: 1rem;
  }

  .list_son .content .right ul li .info .pic {
    width: 100%;
  }

  .list_son .content .right ul li .info .pic img {
    height: 6rem;
  }

  .nypage {
    padding: 2rem 0;
  }

  .nypage .content {
    margin-top: 2rem;
  }

  .list_case {
    padding: 2rem 0;
  }

  .list_case .content {
    margin-top: 1.5rem;
  }

  .list_case .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
    border: solid .125rem transparent;
  }

  .list_case .content ul li:nth-child(-n+3) {
    margin-top: 2%;
  }

  .list_case .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .list_case .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_case .content ul li .pic img {
    height: 4.1rem;
  }

  .list_case .content ul li .tt {
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .65rem;
  }

  .pages {
    margin-top: .85rem;
  }

  .pages span {
    border: solid .025rem #ccc;
    margin: 0 .125rem;
    padding: .15rem .3rem;
    font-size: .45rem;
  }

  .page_jhhl {
    padding: 2rem 0;
  }

  .page_jhhl .main1 {
    margin-top: 1.25rem;
  }

  .solution_title {
    font-size: .65rem;
    border-left: .125rem solid #92191e;
    padding-left: .375rem;
  }

  .page_jhhl .main1 .content {
    flex-wrap: wrap;
  }

  .page_jhhl .main1 .content .text {
    width: 100%;
    padding-top: .75rem;
    font-size: .55rem;
    line-height: 1.8;
  }

  .page_jhhl .main1 .content .pic {
    width: 100%;
    margin-top: .5rem;
  }

  .page_jhhl .main1 .banner {
    margin-top: .75rem;
  }

  .page_jhhl .main2 {
    margin-top: 1.25rem;
  }

  .page_jhhl .main2 .content {
    margin-top: .75rem;
  }

  .page_jhhl .main2 .content ul li {
    width: 49%;
    height: auto;
    margin-top: 2%;
    margin-right: 2%;
    padding: .85rem;
  }

  .page_jhhl .main2 .content ul li:nth-child(-n+4) {
    margin-top: 2%;
  }

  .page_jhhl .main2 .content ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .page_jhhl .main2 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .page_jhhl .main2 .content ul li .tt {
    padding-bottom: .375rem;
  }

  .page_jhhl .main2 .content ul li .tt h4 {
    font-size: .65rem;
    padding-left: .375rem;
  }

  .page_jhhl .main2 .content ul li .con p {
    font-size: .55rem;
    line-height: 1.8;
    margin-top: .55rem;
    padding-left: .575rem;
  }

  .page_jhhl .main2 .content ul li .con p::before {
    top: .45rem;
    left: .2rem;
    width: .15rem;
    height: .15rem;
  }

  .page_jhhl .main2 .content ul li:first-child .tt {
    padding: .525rem 0;
  }

  .page_jhhl .main2 .content ul li:first-child .tt .icon {
    width: 1.675rem;
    height: 1.675rem;
    line-height: 1.675rem;
  }

  .page_jhhl .main2 .content ul li:first-child .tt h4 {
    font-size: .55rem;
    padding-left: .625rem;
  }

  .page_jhjr {
    padding: 2rem 0 0;
  }

  .page_jhjr .content {
    margin-top: 1.25rem;
  }

  .page_jhjr .content .desc {
    font-size: .55rem;
    line-height: 1.8;
    margin-top: .75rem;
  }

  .page_jhjr .content ul {
    flex-wrap: wrap;
    margin-top: 1.25rem;
  }

  .page_jhjr .content ul li .icon img {
    width: 2.5rem;
  }

  .page_jhjr .content ul li .tt {
    font-size: .65rem;
    margin-top: .375rem;
  }

  .page_jhzhxf {
    padding: 2rem 0;
  }

  .page_jhzhxf .main1 {
    margin-top: 1.25rem;
  }

  .page_jhzhxf .main1 .content {
    margin-top: .75rem;
  }

  .page_jhzhxf .main1 .content ul {
    flex-wrap: wrap;
  }

  .page_jhzhxf .main1 .content ul li {
    width: 49%;
    margin-top: 2%;
  }

  .page_jhzhxf .main1 .content ul li .text {
    padding: .25rem .55rem;
  }

  .page_jhzhxf .main1 .content ul li .text .tt {
    font-size: .65rem;
    padding: .25rem 0;
  }

  .page_jhzhxf .main1 .content ul li .text p {
    font-size: .55rem;
    line-height: 1.8;
    margin-top: .25rem;
    padding-left: .5rem;
  }

  .page_jhzhxf .main1 .content ul li .text p:before {
    top: .45rem;
    width: .15rem;
    height: .15rem;
  }

  .page_jhzhxf .main2 {
    margin-top: 1.25rem;
  }

  .page_jhzhxf .main2 .content {
    flex-wrap: wrap;
    margin-top: .75rem;
  }

  .page_jhzhxf .main2 .content .left {
    width: 100%;
  }

  .page_jhzhxf .main2 .content .right {
    width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
    margin-top: .5rem;
  }

  .page_jhzhxf .main2 .content .right h4 {
    font-size: .6rem;
  }

  .page_jhzhxf .main2 .content .right p {
    font-size: .55rem;
    line-height: 1.8;
    padding-left: .5rem;
    margin-top: .875rem;
  }

  .nylist {
    padding: 2rem 0;
  }

  .nylist .content ul li a {
    flex-wrap: wrap;
  }

  .nylist .content ul li .pic {
    width: 100%;
  }

  .nylist .content ul li .pic img {
    height: auto;
  }

  .nylist .content ul li .text {
    width: 75%;
    margin-top: .5rem;
    margin-left: 0;
  }

  .nylist .content ul li .text h4 {
    font-size: .65rem;
  }

  .nylist .content ul li .text p {
    font-size: .55rem;
    line-height: 1.8;
    margin-top: .5rem;
  }

  .nylist .content ul li .text span {
    display: none;
  }

  .nylist .content ul li .date {
    margin-left: auto;
    padding: 0 .5rem;
  }

  .nylist .content ul li .date p {
    font-size: .65rem;
  }

  .nylist .content ul li .date span {
    font-size: .55rem;
  }

  .nyshow {
    padding: 2rem 0;
  }

  .nyshow .title {
    font-size: .65rem;
  }

  .nyshow .infos {
    margin-top: .25rem;
    font-size: .55rem;
  }

  .nyshow .content {
    font-size: .55rem;
    margin-top: .75rem;
  }

  .page_contact {
    padding: 2rem 0;
  }

  .page_contact .content {
    margin-top: 1.5rem;
  }

  .page_contact .content ul {
    flex-wrap: wrap;
  }

  .page_contact .content ul li {
    width: 50%;
    height: auto;
    padding: 1.375rem .5rem;
  }

  .page_contact .content ul li:last-child {
    width: 100%;
  }

  .page_contact .content ul li .icon .bi {
    font-size: 1.65rem;
  }

  .page_contact .content ul li .text h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .page_contact .content ul li .text p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .page_contact .content ul li .qr img {
    max-width: 6rem;
  }

  #map {
    margin-top: 1.15rem;
  }

  .list_recruit {
    padding: 2rem 0;
  }

  .list_recruit .infos {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .list_recruit .infos .left {
    width: 100%;
  }

  .list_recruit .infos .left h4 {
    font-size: .65rem;
  }

  .list_recruit .infos .left span {
    font-size: .55rem;
    padding-top: .625rem;
  }

  .list_recruit .infos .left p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .75rem;
  }

  .list_recruit .infos .right {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    padding-right: 0;
  }

  .list_recruit .content {
    margin-top: 1rem;
  }

  .list_recruit .content .title {
    height: 2rem;
  }

  .list_recruit .content .title span {
    font-size: .65rem;
  }

  .list_recruit .content ul li .tt {
    height: auto;
  }

  .list_recruit .content ul li .tt span {
    font-size: .65rem;
  }

  .list_recruit .content ul li .con {
    padding: .875rem 1.25rem;
    font-size: .55rem;
    line-height: 1.5;
  }

  .page_fwfw .main1 {
    padding: 1.5rem 0;
  }

  .page_fwfw .main1 .content {
    margin-top: 1.5rem;
  }

  .page_fwfw .main1 .content h4 {
    font-size: .65rem;
    line-height: 1.5;
    margin-bottom: .25rem;
  }

  .page_fwfw .main1 .content p {
    font-size: .55rem;
    line-height: 2;
    padding-left: .45rem;
  }

  .page_fwfw .main1 .content p::before {
    top: .275rem;
    left: 0;
    width: .2rem;
    border: solid .1rem #c25351;
  }

  .page_fwfw .main2 {
    padding: 1.5rem 0;
  }

  .page_fwfw .main2 .item {
    flex-wrap: wrap;
  }

  .page_fwfw .main2 .item .pic {
    width: 100%;
  }

  .page_fwfw .main2 .item .text {
    width: 100%;
    padding-left: 0;
  }

  .page_fwfw .main2 .item .text i {
    width: 2.15rem;
    height: .125rem;
    margin-top: 2.625rem;
  }

  .page_fwfw .main2 .item .text h3 {
    font-size: .5rem;
    margin-top: 1.25rem;
  }

  .page_fwfw .main2 .item .text h4 {
    font-size: .7rem;
    margin-top: .375rem;
  }

  .page_fwfw .main2 .item .text p {
    font-size: .55rem;
    margin-top: 1rem;
  }

  .page_fwfw .main4 {
    padding: 2rem 0;
  }


  .page_fwfw .main4 .content img {
    margin-top: 1.5rem;
  }

  .page_fwfw .main4 .content p {
    font-size: .65rem;
    margin-top: 1.25rem;
  }

  .page_fwfw .main5 {
    padding: 2rem 0;
  }

  .page_fwfw .main5 .nytitle p {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .page_fwfw .main5 .content {
    margin-top: 1.5rem;
  }

  .page_fwfw .main5 .content ul {
    margin-top: -0.625rem;
  }

  .page_fwfw .main5 .content ul li {
    width: 48%;
    box-shadow: rgba(0, 0, 0, .15) 0 0 .125rem .125rem;
    padding: .5rem;
    margin-top: .5rem;
  }

  .page_fwfw .main5 .content ul li h4 {
    padding-left: .75rem;
    font-size: .65rem;
  }

  .page_fwfw .main5 .content ul li h4::before {
    top: .2rem;
    border: solid .2rem #92191e;
  }

  .page_fwfw .main5 .content ul li p {
    margin-top: .5rem;
    font-size: .55rem;
  }

  .list_xfsb {
    padding: 2rem 0;
  }

  .list_xfsb .subnav,
  .show_xfsb .subnav {
    margin-top: 1rem;
  }

  .list_xfsb .subnav ul li a,
  .show_xfsb .subnav ul li a {
    line-height: 1rem;
    padding: 0 .25rem;
    border-radius: .075rem;
    margin: 0 .125rem .25rem;
    font-size: .55rem;
  }

  .list_xfsb .bigpic {
    margin: .75rem 0;
  }

  .list_xfsb .content {
    margin-top: 1rem;
  }

  .list_xfsb .content ul {
    margin-top: -1rem;
  }

  .list_xfsb .content ul li {
    width: 49%;
    margin-top: 1rem;
    margin-right: 2%;
  }

  .list_xfsb .content ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .list_xfsb .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_xfsb .content ul li .pic {
    width: 100%;
    height: auto;
  }

  .list_xfsb .content ul li .pic img {
    max-width: 100%;
    height: 5rem;
    max-height: initial;
  }

  .list_xfsb .content ul li .tt {
    font-size: .65rem;
    padding-top: .5rem;
  }

  .show_xfsb {
    padding: 1.5rem 0;
  }

  .show_xfsb .main1 {
    flex-wrap: wrap;
    padding-top: .5rem;
  }

  .show_xfsb .main1 .pic {
    width: 100%;
  }

  .show_xfsb .main1 .info {
    width: 100%;
    margin-top: .5rem;
  }

  .show_xfsb .main1 .info .title {
    font-size: .7rem;
    line-height: 2;
    margin-bottom: .5rem;
  }

  .show_xfsb .main1 .info .tt {
    font-size: .65rem;
  }

  .show_xfsb .main1 .info .description {
    font-size: .55rem;
  }

  .show_xfsb .content {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .show_xfsb .content span {
    text-wrap: wrap !important;
  }

  .proD_show {
    width: 100%;
  }

  .jqZoomPup {
    width: 4rem !important;
    height: 4rem !important;
  }

  .proD_show .proDS_imgB {
    width: calc(100% - 1.25rem);
    margin: .25rem auto 0;
  }

  .proDS_imgB .bx-wrapper .bx-controls-direction a {
    width: .375rem;
  }

  .proDS_imgB .bx-wrapper .bx-prev {
    left: -0.625rem;
  }

  .proDS_imgB .bx-wrapper .bx-next {
    right: -0.625rem;
  }

  .page_peixun {
    padding: 1.5rem 0;
  }

  .page_peixun .main1 {
    margin-top: 1.5rem;
  }

  .page_peixun .main1 .solution_title {
    margin-top: .5rem;
  }

  .page_peixun .main1 .intro {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .5rem;
  }

  .page_peixun .main1 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .page_peixun .main1 .content .left {
    width: 100%;
  }

  .page_peixun .main1 .content .right {
    width: 100%;
    margin-top: .5rem;
  }

  .page_peixun .main2 .content {
    margin-top: 1rem;
  }

  .page_peixun .main2 .content img {
    width: 100%;
    margin: .25rem 0;
  }

  .page_jhzhxf .main3 {
    margin-top: 1.5rem;
  }

  .page_jhzhxf .main3 .content {
    margin-top: 1rem;
  }

  .page_jhzhxf .main3 .content ul {
    flex-wrap: wrap;
  }

  .page_jhzhxf .main3 .content ul li {
    width: 100%;
  }

  .page_jhzhxf .main3 .content ul li .tt {
    font-size: .65rem;
    padding: .25rem .25rem;
  }

  .page_jhzhxf .main3 .content ul li .con {
    padding: .75rem .5rem;
  }

  .page_jhzhxf .main3 .content ul li .con p {
    height: auto;
    font-size: .55rem;
  }

  .page_jhzhxf .main3 .content ul li .con img {
    margin-top: .5rem;
  }

  .page_jhzhxf .main4 {
    margin-top: 1.5rem;
  }

  .page_jhzhxf .intro {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .page_jhzhxf .main4 .content {
    margin-top: .5rem;
  }

  .page_jhzhxf .main4 .content ul {
    flex-wrap: wrap;
    margin-top: -.5rem;
  }

  .page_jhzhxf .main4 .content ul li {
    width: 49%;
    margin-top: .5rem;
  }

  .page_jhzhxf .main4 .content ul li h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .page_jhzhxf .main4 .content ul li p {
    font-size: .55rem;
    padding-top: .125rem;
  }

  .page_jhzhxf .main5 {
    margin-top: 1.5rem;
  }

  .page_jhzhxf .main5 img {
    max-width: 100%;
    margin-top: .5rem;
  }

  .page_jhzhxf .main6 {
    margin-top: 1.5rem;
  }

  .page_jhzhxf .main6 img {
    max-width: 100%;
    margin-top: 1rem;
  }

  .page_jhzhxf .main7 {
    margin-top: 1.5rem;
  }

  .page_jhzhxf .main7 img {
    max-width: 100%;
    margin-top: 1rem;
  }

  .page_jhzhxf .main8 {
    margin-top: 1.5rem;
  }

  .page_jhzhxf .main8 img {
    max-width: 100%;
    margin-top: 1rem;
  }

  .page_bthy {
    padding: 2rem 0;
  }

  .page_bthy .main1 .content {
    margin-top: 1rem;
  }

  .page_bthy .main1 .content ul li {
    width: 49%;
    margin-top: .25rem;
    margin-right: 2%;
  }

  .page_bthy .main1 .content ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .page_bthy .main1 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .page_bthy .main1 .content ul li a {
    font-size: .65rem;
    padding: .25rem 0;
    line-height: initial;
  }

  .page_bthy .main2 {
    margin-top: 1.5rem;
  }

  .page_bthy .main2 .content {
    flex-wrap: wrap;
    padding-top: 1rem;
    margin-top: .5rem;
  }

  .page_bthy .main2 .content .item {
    width: 100%;
    height: auto;
    margin-top: .5rem;
    padding: .5rem .25rem;
  }

  .page_bthy .main2 .content .item .tt {
    font-size: .65rem;
    padding-bottom: .25rem;
  }

  .page_bthy .main2 .content .item .con p {
    font-size: .55rem;
    line-height: .55rem;
    margin-top: .5rem;
  }

  .page_bthy .main2 .pic {
    margin-top: 1rem;
  }

  .page_bthy .main3 {
    margin-top: 1rem;
  }

  .page_bthy .main3 .title {
    font-size: .65rem;
    padding-bottom: .25rem;
  }

  .page_bthy .main3 .content {
    margin-top: 1rem;
  }

  .page_bthy .main3 .content .swiper-container {
    --swiper-navigation-size: 1rem;
  }

  .page_bthy .main3 .content .swiper-slide .pic img {
    width: 4.55rem;
    height: 4.45rem;
  }

  .page_bthy .main3 .content .swiper-slide .con {
    margin-top: .5rem;
  }

  .page_bthy .main3 .content .swiper-slide .con .tt {
    font-size: .65rem;
  }

  .page_bthy .main3 .content .swiper-slide .con p {
    font-size: .55rem;
    line-height: .55rem;
    margin-top: .25rem;
  }
}