html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  position: relative;
  margin: 0;
  min-height: calc(100% - 410px);
  padding-bottom: 410px;
}
a {
  text-decoration: none;
  display: block;
}
.none {
  display: none!important;
}
.visibility {
  visibility: visible!important;
}
span {
  display: block;
}
.header {
  width: 100%;
  position: relative;
}
.p_logo_text {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 13;
  top: 0;
  left: 0;
}
.p_logo_text img {
  display: block;
}
.p_logo_text .box {
  width: 100%;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.p_logo_text .box .logo {
  width: 22px;
  margin-right: 2px;
}
.p_logo_text .box span {
  font-weight: 600;
  color: black;
  letter-spacing: 1px;
  font-size: 16px;
}
.p_logo_text .beijing {
  width: 280px;
  height: 60px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -140px;
}
.p_logo_text i {
  display: block;
  width: 100%;
  height: 9px;
  background-color: #c21628;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  .p_logo_text {
    display: block;
  }
}
.menu {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 12;
}
.menu img {
  display: block;
}
.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #c21628;
  display: flex;
  justify-content: center;
  position: relative;
}
.menu ul li {
  margin-right: 40px;
  list-style: none;
  position: relative;
  z-index: 2;
}
.menu ul li .href {
  width: 90px;
  padding: 14px 0;
  position: relative;
}
.menu ul li .href span {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: white;
  position: relative;
  z-index: 2;
}
.menu ul li .href img {
  display: none;
  width: 100px;
  height: 85px;
  position: absolute;
  z-index: 1;
  top: -6px;
  left: -5px;
}
.menu ul li .ul {
  display: none;
  min-width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  padding: 10px 0;
  background-color: #c21628;
}
.menu ul li .ul a {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  color: white;
  text-align: center;
}
.menu ul li .ul a:hover {
  background-color: #ffe3ca;
  color: black;
}
.menu ul li:nth-child(3) {
  margin-right: 420px;
}
.menu ul li:nth-last-child(2) {
  margin-right: 0;
}
.menu ul li:hover .href span {
  color: #c21628;
}
.menu ul li:hover .href img {
  display: block;
}
.menu ul li:hover .ul {
  display: block;
}
.menu ul .active .href span {
  color: #c21628;
}
.menu ul .active .href img {
  display: block;
}
.menu ul .logo_text {
  width: 500px;
  margin-right: 0!important;
  padding: 15px 0 20px 0;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 50%;
  margin-left: -250px;
}
.menu ul .logo_text img {
  display: block;
}
.menu ul .logo_text .logo {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.menu ul .logo_text span {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: black;
  letter-spacing: 2px;
  font-size: 30px;
  position: relative;
  z-index: 2;
}
.menu ul .logo_text .beijing {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 1250px) {
  .menu {
    top: 11px;
  }
  .menu ul li {
    margin-right: 10px;
  }
  .menu ul li .href {
    width: 80px;
    padding: 14px 0;
  }
  .menu ul li .href span {
    font-size: 18px;
  }
  .menu ul li .href img {
    width: 90px;
    height: 76px;
    top: -5px;
    left: -5px;
  }
  .menu ul li .ul {
    top: 71px;
  }
  .menu ul li:nth-child(3) {
    margin-right: 220px;
  }
  .menu ul .logo_text {
    width: 280px;
    padding: 8px 0 10px 0;
    top: -11px;
    margin-left: -140px;
  }
  .menu ul .logo_text .logo {
    width: 30px;
    margin-bottom: 3px;
  }
  .menu ul .logo_text span {
    letter-spacing: 1px;
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .menu {
    box-sizing: border-box;
    padding: 0 10px;
    top: auto;
    bottom: 0;
  }
  .menu ul {
    background-color: transparent;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .menu ul li {
    margin-right: 0;
    width: 33%;
    margin-bottom: 10px;
  }
  .menu ul li .href {
    width: 80px;
    height: 78px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 5px;
    background-color: #ffe3ca;
  }
  .menu ul li .href span {
    width: 100%;
    height: 100%;
    border: 1px solid #ffe3ca;
    color: #b01728;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul li .href img {
    display: none!important;
  }
  .menu ul li .ul {
    display: none!important;
  }
  .menu ul li:nth-child(3) {
    margin-right: 0;
  }
  .menu ul li:hover .href {
    background-color: #b01728;
    box-shadow: 5px 10px 7px rgba(255, 227, 202, 0.4);
  }
  .menu ul li:hover .href span {
    color: #e8cf88;
    border: 1px solid #ffe3ca;
  }
  .menu ul li:hover .href img {
    display: block;
  }
  .menu ul li:hover .ul {
    display: none;
  }
  .menu ul .active .href {
    background-color: #b01728;
    box-shadow: 5px 10px 7px rgba(255, 227, 202, 0.4);
  }
  .menu ul .active .href span {
    color: #e8cf88;
    border: 0.5px solid #ffe3ca;
  }
  .menu ul .active .href img {
    display: block;
  }
  .menu ul .logo_text {
    display: none;
  }
}
.right_btn {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 20;
  padding: 0 22px;
  background-color: #ffe4cb;
}
.right_btn img {
  display: block;
}
.right_btn .list {
  padding: 25px 0;
  border-bottom: 2px solid #bc9d42;
  position: relative;
}
.right_btn .list img {
  width: 55px;
  height: 55px;
  object-fit: scale-down;
}
.right_btn .list p {
  margin: 0;
  height: 100%;
  background-color: #ffe4cb;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: calc(100% + 22px);
}
.right_btn .list p span {
  width: 200px;
  box-sizing: border-box;
  text-align: justify;
  padding: 0 10px;
  margin-bottom: 4px;
  color: #bc9d42;
  font-size: 18px;
}
.right_btn .list p span:nth-last-child(1) {
  margin-bottom: 0;
}
.right_btn .list p img {
  width: 105px;
  height: 105px;
  object-fit: contain;
}
.right_btn .list:nth-last-child(1) {
  border-bottom: 0;
}
.right_btn .list:hover p {
  display: flex;
}
@media (max-width: 760px) {
  .right_btn {
    display: none;
  }
}
@font-face {
  font-family: '阿里东方大楷';
  src: url('../css/Alimama_DongFangDaKai_Regular.ttf');
}
.index_title {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.index_title .text_box strong {
  display: block;
  width: 100%;
  font-family: '阿里东方大楷';
  text-align: center;
  font-weight: 400;
  font-size: 38px;
}
.index_title .text_box span {
  font-size: 18px;
  margin: 3px 0 10px 0;
  letter-spacing: 3px;
  position: relative;
}
.index_title .text_box span:before {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: -95px;
}
.index_title .text_box span:after {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  top: 10px;
  right: -95px;
}
.index_title .text_box p {
  width: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 21px;
}
.index_title .bimage {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -230px;
}
.index_title .bimage img {
  width: 460px;
  height: 76px;
  display: block;
}
.t1 .text_box strong {
  color: white;
}
.t1 .text_box span {
  color: #fee682;
}
.t1 .text_box span:before {
  background-color: #fee682;
}
.t1 .text_box span:after {
  background-color: #fee682;
}
.t1 .text_box p {
  color: #ebe3df;
}
.t1 .bimage .b {
  display: none;
}
.t2 .text_box strong {
  color: #af1829;
}
.t2 .text_box span {
  color: #183883;
}
.t2 .text_box span:before {
  background-color: #af1829;
}
.t2 .text_box span:after {
  background-color: #af1829;
}
.t2 .text_box p {
  color: #c2c2c2;
}
.t2 .bimage .a {
  display: none;
}
@media (max-width: 760px) {
  .index_title .text_box strong {
    font-size: 26px;
  }
  .index_title .text_box span {
    font-size: 13px;
    margin: 0 0 6px 0;
    letter-spacing: 1px;
  }
  .index_title .text_box span:before {
    width: 70px;
    height: 1px;
    top: 9px;
    left: -75px;
  }
  .index_title .text_box span:after {
    width: 70px;
    height: 1px;
    top: 9px;
    right: -75px;
  }
  .index_title .text_box p {
    font-size: 15px;
  }
  .index_title .bimage {
    top: 15px;
    margin-left: -155px;
  }
  .index_title .bimage img {
    width: 310px;
    height: 52px;
  }
}
.our {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 200px 0;
  background: url('../img/005_1.jpg') no-repeat;
  background-size: 100% 100%;
}
.our img {
  display: block;
}
.our .box {
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.our .box .box_1 {
  width: 50%;
  background-color: white;
  box-sizing: border-box;
  padding: 80px 20px;
  text-align: justify;
  color: #5b5b5b;
  letter-spacing: 1px;
  line-height: 60px;
  font-size: 24px;
  position: relative;
}
.our .box .box_1 .more {
  position: absolute;
  right: 50px;
  bottom: 25px;
}
.our .box .box_1 .more img {
  width: 55px;
}
.our .box .box_2 {
  width: 50%;
  background-color: #ffe4cb;
  box-sizing: border-box;
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our .box .box_2 .more {
  display: none;
}
.our .box .box_2 .list {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d29c6b;
  display: flex;
  align-items: center;
}
.our .box .box_2 .list img {
  width: 50px;
  height: 50px;
  object-fit: scale-down;
  padding-left: 25px;
  flex-shrink: 0;
  margin-right: 20px;
}
.our .box .box_2 .list .text {
  width: 100%;
}
.our .box .box_2 .list .text span {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #b21b2c;
  margin-bottom: 8px;
}
.our .box .box_2 .list .text p {
  margin: 0;
  width: 100%;
  text-align: justify;
  font-size: 12px;
  color: #b21b2c;
  line-height: 30px;
}
.our .box .box_2 .list:nth-last-child(1) {
  border-bottom: 0;
}
.our .box .box_3 {
  width: 100%;
}
.our .box .box_3 img {
  width: 100%;
}
.our .box .box_title {
  width: 70px;
  padding: 40px 0;
  background-color: #183883;
  color: white;
  font-family: '阿里东方大楷';
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 1250px) {
  .our .box {
    width: calc(90% - 140px);
  }
}
@media (max-width: 900px) {
  .our .box .box_1 {
    width: 100%;
  }
  .our .box .box_2 {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .our {
    padding: 35px 0 20px 0;
  }
  .our .box {
    width: 90%;
    margin-top: 15px;
  }
  .our .box .box_1 {
    padding: 30px 20px;
    line-height: 30px;
    font-size: 18px;
  }
  .our .box .box_1 .more {
    display: none;
  }
  .our .box .box_2 {
    padding: 35px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .our .box .box_2 .more {
    display: block;
    position: absolute;
    right: 5px;
    top: -25px;
  }
  .our .box .box_2 .more img {
    width: 55px;
  }
  .our .box .box_2 .list {
    width: 32%;
    padding: 5px 0;
    border-bottom: 0;
    flex-direction: column;
  }
  .our .box .box_2 .list img {
    width: 30px;
    height: 30px;
    padding-left: 0;
    margin-right: 0;
  }
  .our .box .box_2 .list .text span {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 35px;
    text-align: center;
  }
  .our .box .box_2 .list .text p {
    display: none;
  }
  .our .box .box_title {
    display: none;
  }
}
.four_reason {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  background: url('../img/009_1.jpg') no-repeat;
  background-size: cover;
}
.four_reason img {
  display: block;
}
.four_reason .title_image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.four_reason .title_image img {
  width: 1920px;
}
.four_reason .title_image .b {
  display: none;
}
.four_reason .box {
  width: 1300px;
  margin: 0 auto;
  margin-top: -55px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.four_reason .box .list {
  width: calc((100% - 260px) / 4);
  box-sizing: border-box;
  padding: 50px 15px 20px 15px;
  border: 4px solid transparent;
  border-image: linear-gradient(to bottom, white 0%, white 25px, #af1829 25px, #af1829 100%) 4;
}
.four_reason .box .list .title {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.four_reason .box .list .title img {
  height: 65px;
  flex-shrink: 0;
}
.four_reason .box .list .title .p {
  width: 100%;
  margin-left: -8%;
  overflow: hidden;
}
.four_reason .box .list .title .p p {
  margin: 0;
  width: 100%;
  margin-left: 12%;
  box-sizing: border-box;
  padding: 2px 0;
  padding-left: 20px;
  padding-right: 30px;
  background-color: #9d0606;
  transform: skewX(-45deg);
}
.four_reason .box .list .title .p p span {
  width: 100%;
  color: white;
  font-size: 14px;
  transform: skewX(45deg);
}
.four_reason .box .list .title .p p .b {
  display: none;
}
.four_reason .box .list .text {
  width: 100%;
  margin-top: 15px;
  text-align: justify;
  line-height: 45px;
}
.four_reason .box .list .tb {
  display: none;
}
.four_reason .box .list:nth-child(2) {
  margin-right: 200px;
}
.four_reason .box .center_img {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -23px;
}
.four_reason .box .center_img .a {
  width: 46px;
  margin-bottom: 30px;
}
.four_reason .box .center_img .b {
  width: 26px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .four_reason .box {
    width: 90%;
    flex-flow: row wrap;
  }
  .four_reason .box .list {
    width: calc((100% - 120px) / 2);
    margin-bottom: 30px;
  }
  .four_reason .box .list .title .p {
    margin-left: -12%;
  }
  .four_reason .box .list .title .p p {
    padding: 4px 0;
    padding-left: 20px;
    padding-right: 30px;
  }
  .four_reason .box .list:nth-child(2n) {
    margin-right: 0;
    margin-left: 120px;
  }
  .four_reason .box .list:nth-child(n+3) {
    margin-bottom: 0;
    border-image: linear-gradient(to bottom, #af1829, #af1829, #af1829, #af1829) 4;
  }
}
@media (max-width: 900px) {
  .four_reason .box .list .title .p {
    margin-left: -8%;
  }
  .four_reason .box .list .title .p p {
    padding-right: 38px;
  }
}
@media (max-width: 760px) {
  .four_reason {
    padding-bottom: 80px;
    background: url('../img/009_2.jpg') no-repeat;
    background-size: cover;
  }
  .four_reason .title_image img {
    width: 100%;
  }
  .four_reason .title_image .a {
    display: none;
  }
  .four_reason .title_image .b {
    display: block;
  }
  .four_reason .box {
    margin-top: -5%;
  }
  .four_reason .box .list {
    width: calc((100% - 50px) / 2);
    padding: 30px 8px 30px 8px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, white 0%, white 5%, #af1829 5%, #af1829 100%) 4;
    margin-bottom: 20px;
  }
  .four_reason .box .list .title img {
    height: 36px;
  }
  .four_reason .box .list .title .p {
    margin-left: -6%;
  }
  .four_reason .box .list .title .p p {
    margin-left: 12%;
    box-sizing: border-box;
    padding: 2px 0;
    padding-left: 20px;
    padding-right: 30px;
  }
  .four_reason .box .list .title .p p span {
    font-size: 14px;
    text-align: center;
  }
  .four_reason .box .list .title .p p .a {
    display: none;
  }
  .four_reason .box .list .title .p p .b {
    display: block;
  }
  .four_reason .box .list .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .four_reason .box .list .ta {
    display: none;
  }
  .four_reason .box .list .tb {
    display: block;
  }
  .four_reason .box .list:nth-child(2n) {
    margin-left: 50px;
  }
  .four_reason .box .center_img {
    margin-left: -14px;
  }
  .four_reason .box .center_img .a {
    width: 28px;
    margin-bottom: 20px;
  }
  .four_reason .box .center_img .b {
    width: 18px;
  }
}
.product {
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
}
.product img {
  display: block;
}
.product .box {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .box .box_1,
.product .box .box_3 {
  width: 37%;
  height: 700px;
  position: relative;
  cursor: pointer;
}
.product .box .box_1 .image,
.product .box .box_3 .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.product .box .box_1 .image img,
.product .box .box_3 .image img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .box .box_1 i,
.product .box .box_3 i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.product .box .box_1 .btn_text,
.product .box .box_3 .btn_text {
  width: calc(90% - 30px);
  position: absolute;
  z-index: 3;
  top: 45%;
  display: flex;
  flex-direction: column;
}
.product .box .box_1 .btn_text img,
.product .box .box_3 .btn_text img {
  width: 90px;
  height: 90px;
}
.product .box .box_1 .btn_text .text,
.product .box .box_3 .btn_text .text {
  width: 100%;
}
.product .box .box_1 .btn_text .text span,
.product .box .box_3 .btn_text .text span {
  display: none;
  width: 100%;
  margin-top: 8px;
  color: white;
  letter-spacing: 2px;
  font-size: 32px;
}
.product .box .box_1 .btn_text {
  right: 30px;
  align-items: flex-end;
}
.product .box .box_1 .btn_text img {
  padding-right: 30px;
}
.product .box .box_1 .btn_text .text span {
  text-align: right;
}
.product .box .box_2 {
  width: calc(26% - 60px);
  height: 530px;
  position: relative;
  overflow: hidden;
}
.product .box .box_2 .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.product .box .box_2 .image a {
  width: 100%;
  height: 100%;
}
.product .box .box_2 .image img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 400ms;
}
.product .box .box_2 .btn_text {
  width: 96%;
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 2%;
}
.product .box .box_2 .btn_text img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.product .box .box_2 .btn_text .text {
  width: 100%;
}
.product .box .box_2 .btn_text .text span {
  display: none;
  width: 100%;
  margin-top: 8px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-size: 32px;
}
.product .box .box_2 .a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.product .box .box_2 .a a {
  display: none;
  width: 100%;
  height: 100%;
}
.product .box .box_2:hover .image img {
  transform: scale(1.1);
}
.product .box .box_3 .btn_text {
  left: 30px;
  align-items: flex-start;
}
.product .box .box_3 .btn_text img {
  padding-left: 30px;
}
.product .box .box_3 .btn_text .text span {
  text-align: left;
}
.product .box #b1 .image img:nth-child(1) {
  display: block;
}
.product .box #b1 .btn_text .text span:nth-child(1) {
  display: block;
}
.product .box #b1 .a a:nth-child(1) {
  display: block;
}
.product .box #b2 .image img:nth-child(2) {
  display: block;
}
.product .box #b2 .btn_text .text span:nth-child(2) {
  display: block;
}
.product .box #b2 .a a:nth-child(2) {
  display: block;
}
.product .box #b3 .image img:nth-child(3) {
  display: block;
}
.product .box #b3 .btn_text .text span:nth-child(3) {
  display: block;
}
.product .box #b3 .a a:nth-child(3) {
  display: block;
}
.product .swiperbox {
  width: 100%;
  box-sizing: border-box;
  padding: 35px 140px;
  background-color: #9d0606;
  position: relative;
}
.product .swiperbox .sbox {
  width: 100%;
  overflow: hidden;
}
.product .swiperbox ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.product .swiperbox ul li {
  list-style: none;
  margin-right: 30px;
}
.product .swiperbox ul li img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}
.product .swiperbox .more {
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -23px;
}
.product .swiperbox .more img {
  width: 55px;
}
@media (max-width: 1300px) {
  .product .box .box_1,
  .product .box .box_3 {
    width: 30%;
    height: 600px;
  }
  .product .box .box_1 .btn_text img,
  .product .box .box_3 .btn_text img {
    width: 70px;
    height: 70px;
  }
  .product .box .box_1 .btn_text .text span,
  .product .box .box_3 .btn_text .text span {
    font-size: 24px;
  }
  .product .box .box_2 {
    width: calc(40% - 40px);
    height: 430px;
  }
  .product .box .box_2 .btn_text .text span {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .product .box {
    margin-top: 20px;
    position: relative;
  }
  .product .box .box_1,
  .product .box .box_3 {
    width: 38%;
    height: 360px;
  }
  .product .box .box_1 .btn_text,
  .product .box .box_3 .btn_text {
    width: 64px;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
  }
  .product .box .box_1 .btn_text img,
  .product .box .box_3 .btn_text img {
    width: 40px;
    height: 40px;
  }
  .product .box .box_1 .btn_text .text,
  .product .box .box_3 .btn_text .text {
    width: 20px;
  }
  .product .box .box_1 .btn_text .text span,
  .product .box .box_3 .btn_text .text span {
    margin-top: 0;
    letter-spacing: 0;
    text-align: center;
    font-size: 18px;
  }
  .product .box .box_1 .btn_text {
    right: auto;
    left: 5px;
    align-items: center;
  }
  .product .box .box_1 .btn_text img {
    padding-right: 0;
    order: 2;
    padding-left: 4px;
  }
  .product .box .box_1 .btn_text .text {
    order: 1;
  }
  .product .box .box_1 .btn_text .text span {
    text-align: center;
    writing-mode: vertical-lr;
  }
  .product .box .box_2 {
    width: calc(100% - 160px);
    height: 260px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 75px;
    margin-top: -130px;
  }
  .product .box .box_2 .btn_text {
    top: 45%;
    left: 2%;
  }
  .product .box .box_2 .btn_text img {
    width: 30px;
    height: 30px;
  }
  .product .box .box_2 .btn_text .text span {
    margin-top: 5px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .product .box .box_3 .btn_text {
    left: auto;
    right: 5px;
    align-items: center;
  }
  .product .box .box_3 .btn_text img {
    padding-left: 0;
    padding-right: 4px;
  }
  .product .box .box_3 .btn_text .text span {
    text-align: center;
    writing-mode: vertical-lr;
  }
  .product .swiperbox {
    padding: 20px 0;
  }
  .product .swiperbox ul li {
    margin-right: 10px;
  }
  .product .swiperbox ul li img {
    width: 100px;
    height: 100px;
  }
  .product .swiperbox .more {
    display: none;
  }
}
.index_box {
  width: 100%;
}
.index_box img {
  width: 100%;
  display: block;
}
.index_box .b {
  display: none;
}
@media (max-width: 760px) {
  .index_box .a {
    display: none;
  }
  .index_box .b {
    display: block;
  }
}
.anli {
  width: 100%;
  padding: 50px 0 20px 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #ededed 0%, #ededed 280px, white 280px, white 100%);
}
.anli .box {
  width: 100%;
  background: linear-gradient(to bottom, #ededed 0%, #ededed 50%, white 50%, white 100%);
}
.anli .box .bbox {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.anli .box .bbox .swiper-button-next,
.anli .box .bbox .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.anli .box .bbox .swiper-button-next,
.anli .box .bbox .swiper-button-prev {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.anli .box .bbox .swiper-button-next {
  width: 90px;
  height: 100px;
  right: 0;
  margin-top: -50px;
  background-image: url('../img/right.png');
}
.anli .box .bbox .swiper-button-prev {
  width: 130px;
  height: 60px;
  left: 0;
  margin-top: -30px;
  background-image: url('../img/left.png');
}
.anli .listbox {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  display: none;
  flex-flow: row wrap;
  justify-content: space-between;
}
.anli .listbox a {
  width: calc((100% - 15px) / 2);
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.anli .listbox a img {
  width: 100%;
  transition: 400ms;
}
.anli .listbox a span {
  width: 100%;
  text-align: center;
  color: #af1829;
  padding: 3px 0;
  font-family: '阿里东方大楷';
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.anli .listbox a:hover img {
  transform: scale(1.1);
}
.anli .more {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.anli .more a img {
  width: 60px;
}
@media (max-width: 1450px) {
  .anli .box .bbox {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .anli .box .bbox .swiper-button-next {
    width: 70px;
    height: 80px;
    margin-top: -40px;
  }
  .anli .box .bbox .swiper-button-prev {
    width: 98px;
    height: 46px;
    margin-top: -23px;
  }
}
@media (max-width: 760px) {
  .anli {
    padding: 30px 0 15px 0;
  }
  .anli .box {
    display: none;
  }
  .anli .listbox {
    display: flex;
  }
  .anli .more {
    margin-top: 0;
  }
  .anli .more a img {
    width: 60px;
  }
}
.new {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background-color: #46609c;
}
.new img {
  display: block;
}
.new .box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new .box .new_title {
  padding: 25px 25px 45px 25px;
  background-color: white;
  border-radius: 50px;
  flex-shrink: 0;
  margin-right: 70px;
  position: relative;
}
.new .box .new_title span {
  width: 80px;
  margin: 0 auto;
  text-align: center;
  font-family: '阿里东方大楷';
  color: #af1829;
  font-size: 38px;
}
.new .box .new_title i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #46609c;
  margin: 2px 0 4px 0;
}
.new .box .new_title p {
  margin: 0;
  color: #46609c;
  font-family: '阿里东方大楷';
  font-size: 18px;
}
.new .box .new_title .pb {
  display: none;
}
.new .box .new_title img {
  width: 80px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}
.new .box .listbox {
  width: calc(100% - 270px);
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.new .box .listbox a {
  width: calc((100% - 30px) / 2);
  background-color: white;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.new .box .listbox a .time {
  width: 100%;
  display: flex;
  align-items: center;
}
.new .box .listbox a .time span {
  color: #46609c;
  font-family: '阿里东方大楷';
  font-size: 25px;
  margin-right: 5px;
}
.new .box .listbox a .time i {
  display: block;
  width: 34px;
  height: 13px;
  background: linear-gradient(to right, #af1829 0%, #af1829 50%, #d2cc2c 50%, #d2cc2c 100%);
}
.new .box .listbox a .text {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.new .box .listbox a .text span {
  width: 50%;
  color: #46609c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: '阿里东方大楷';
  font-size: 32px;
}
.new .box .listbox a .text p {
  width: 50%;
  margin: 0;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
}
.new .box .listbox a:hover .text span {
  color: #af1829;
}
@media (max-width: 1450px) {
  .new .box {
    width: 90%;
  }
}
@media (max-width: 1050px) {
  .new .box .new_title {
    margin-right: 30px;
  }
  .new .box .listbox {
    width: calc(100% - 230px);
  }
  .new .box .listbox a {
    width: 100%;
  }
  .new .box .listbox a:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 760px) {
  .new {
    padding: 20px 0;
  }
  .new .box .new_title {
    padding: 10px;
    border-radius: 20px;
    margin-right: 8px;
  }
  .new .box .new_title span {
    width: 40px;
    font-size: 18px;
  }
  .new .box .new_title i {
    height: 1px;
    margin: 1px 0 2px 0;
  }
  .new .box .new_title p {
    font-size: 16px;
  }
  .new .box .new_title .pa {
    display: none;
  }
  .new .box .new_title .pb {
    display: block;
  }
  .new .box .new_title img {
    width: 40px;
    bottom: -20px;
    margin-left: -20px;
  }
  .new .box .listbox {
    width: calc(100% - 95px);
  }
  .new .box .listbox a {
    padding: 10px 5px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .new .box .listbox a .time span {
    font-size: 16px;
    margin-right: 5px;
  }
  .new .box .listbox a .time i {
    width: 18px;
    height: 8px;
  }
  .new .box .listbox a .text span {
    font-size: 18px;
  }
  .new .box .listbox a .text p {
    font-size: 12px;
  }
}
.foot {
  width: 100%;
  height: 380px;
  background-color: #af1829;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.foot img {
  display: block;
}
.foot .foot_top {
  width: 100%;
  position: absolute;
  top: -45px;
  left: 0;
}
.foot .foot_top .image {
  width: 170px;
  margin: 0 auto;
  padding: 12px 0 10px;
  overflow: hidden;
  position: relative;
}
.foot .foot_top .image img {
  width: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.foot .foot_top .image i {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #af1829;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.foot .foot_top span {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: white;
  letter-spacing: 2px;
  font-size: 30px;
}
.foot .box {
  width: 100%;
  padding-top: 140px;
  display: flex;
  justify-content: center;
}
.foot .box .text {
  width: 300px;
}
.foot .box .text img {
  width: 45px;
  height: 45px;
  object-fit: scale-down;
  margin: 0 auto;
  margin-bottom: 20px;
}
.foot .box .text span {
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
  color: #e8cf88;
  font-size: 24px;
}
.foot .box .erwei {
  margin: 0 50px;
  display: flex;
}
.foot .box .erwei .image {
  margin-right: 10px;
}
.foot .box .erwei .image img {
  width: 120px;
}
.foot .box .erwei .image span {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #e8cf88;
  font-size: 16px;
}
.foot .box .erwei .image:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 950px) {
  .foot .box .text {
    width: 260px;
  }
  .foot .box .erwei {
    margin: 0 20px;
  }
}
@media (max-width: 760px) {
  .foot {
    display: none;
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #af1829;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_copyright .fc {
  text-decoration: none;
  color: #e8cf88;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 60px;
  }
}
@media (max-width: 760px) {
  body {
    min-height: calc(100% - 90px);
    padding-bottom: 90px;
  }
}
.tabber {
  width: 100%;
  height: 60px;
  background-color: #9d0606;
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber a {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabber a img {
  width: 26px;
  height: 18px;
  object-fit: scale-down;
  display: block;
}
.tabber a span {
  font-size: 17px;
  color: #e8cf88;
  font-family: '阿里东方大楷';
  margin-top: 2px;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  min-height: 10px;
  position: relative;
}
.common_image img {
  width: 100%;
  display: block;
}
.common_image .b {
  display: none;
}
@media (max-width: 760px) {
  .common_image .a {
    display: none;
  }
  .common_image .b {
    display: block;
  }
}
.common {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #46609c;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .common {
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 160px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #af1829;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #af1829;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 180px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 15px;
    background-color: #fdf2d7;
    margin-right: 15px;
    color: black;
    border: 1px solid #cacaca;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.com_product_box a .image {
  overflow: hidden;
}
.com_product_box a .image img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 15px;
  text-align: center;
  color: #c21628;
  font-weight: 600;
  background-color: #ffe4cb;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1050px) {
  .com_product_box a .image img {
    height: 170px;
  }
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .com_product_box a .image img {
    height: 120px;
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 10px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #c21628;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  width: 48%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: black;
  padding: 20px 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c21628;
}
.com_new_box a .time {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 5px 0;
}
.com_new_box a span {
  display: block;
  width: 100%;
  font-weight: 600;
  margin: 3px 0;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.com_new_box a p {
  margin: 0;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.com_new_box a:hover {
  border-bottom: 2px solid #c21628;
  box-shadow: 0 0 2px rgba(194, 22, 40, 0.7);
}
.com_new_box a:hover span {
  color: #c21628;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
  .com_new_box a span {
    font-size: 18px;
  }
}

