.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  min-width: 1440px;
  margin: 0 auto;
}

.header::before {
  height: 140px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)) !important;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)) !important;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)) !important;
  content: "";
  z-index: 1;
}

.header .box {
  height: 120px;
  max-width: 1560px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.header .logo {
  height: 54px;
}

.header .logo img {
  height: 100%;
  width: auto;
  display: block;
}

.header .right {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 110px;
}

.header .right .li {
  margin-left: 50px;
  position: relative;
}

.header .right .li .b1 {
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  position: relative;
  padding: 0 8px;
}

.header .right .li .b1::after {
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  height: 3px;
  background-color: #fff;
  content: "";
  transition: 0.6s;
}

.header .right .li:hover .b1::after {
  left: 0%;
  width: 100%;
}

.header .right .li .list_1 {
  /* background-color: rgba(33, 148, 155, 0.4); */
  /* background-color: rgb(57 174 165); */
  background: #a11a20;
  z-index: 100;
  padding: 10px 0 16px;
  display: none;
  position: absolute;
  width: max-content;
  min-width: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 10px;
}

.header .right .li .list_1 a {
  display: block;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: 0.6s;
  padding: 0 10px;
}

.header .right .li .list_1 a:hover {
  color: #a11a20;
  background-color: #fff;
}

.header .right .tel {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  cursor: pointer;
}

.header .right .tel img {
  width: 100%;
  height: 100%;
  display: block;
}

.header .right .tel p {
  position: absolute;
  bottom: -40px;
  width: auto;
  padding: 0 10px;
  border-radius: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  color: #a11a20;
  right: 0;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  transition: 0.6s;
}

.header .right .tel:hover p {
  opacity: 1;
}

.header .right .model {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.header .right .model img {
  width: 100%;
  height: 100%;
  display: block;
}

.two_banner {
  height: 730px;
  position: relative;
}

.two_banner .main {
  position: relative;
  z-index: 2;
  height: 100%;
}

.two_banner .text {
  margin-top: 280px;
  color: #a11a20;
}

.two_banner .text h6 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.two_banner .text h5 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
}

.two_banner .text em {
  width: 34px;
  height: 4px;
  background: #a11a20;
  display: block;
}

.two_banner .text.white {
  color: #FFFFFF;
}

.two_banner .text.white em {
  background: #FFFFFF;
}

.two_banner .nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: #a11a20;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.two_banner .nav a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin: 0 30px;
}

.title_a {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}

.title_a h6 {
  font-size: 50px;
  font-weight: bold;
}

.title_a p {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 300;
}

.page_a {
  display: flex;
  justify-content: center;
}
.page_b .pagination{
  display: flex;
  justify-content: center;
}
.page_b .pagination li{
  display: block;
  line-height: 40px;
  background-color: #F0F0F0;
  margin: 0 10px;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.5s all;
  color: #999999;
}
.page_b .pagination li.disabled{
  display: none;
}
.page_b .pagination li a,
.page_b .pagination li span{
  display: block;
  padding: 0 16px;
}
.page_b .pagination li.active,
.page_b .pagination li:hover {
  background-color: #a11a20;
  color: #fff;
}
.page_a a {
  margin: 0 10px;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #a11a20;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}

.page_a a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.6s;
  display: block;
}

.page_a a img:nth-child(1) {
  opacity: 1;
}

.page_a a img:nth-child(2) {
  opacity: 0;
}

.page_a a:hover {
  background: #a11a20;
}

.page_a a:hover img:nth-child(1) {
  opacity: 0;
}

.page_a a:hover img:nth-child(2) {
  opacity: 1;
}

.zp_a {
  padding-top: 80px;
  padding-bottom: 106px;
}

.zp_a dl {
  margin-bottom: 25px;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}

.zp_a dl:last-child {
  margin-bottom: 0;
}

.zp_a dl dt {
  height: 104px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #a11a20;
  line-height: 1;
  padding: 0 50px 0 40px;
}

.zp_a dl dt span,
.zp_a dl dt em {
  font-size: 18px;
  color: #9F9F9F;
  line-height: 2;
  cursor: pointer;
  padding-right: 27px;
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 10px;
}

.zp_a dl dt span {
  background-image: url(../images/icon/a2.png);
}

.zp_a dl dt em {
  background-image: url(../images/icon/a1.png);
  display: none;
}

.zp_a dl dt.select span {
  display: none;
}

.zp_a dl dt.select em {
  display: block;
}

.zp_a dl dd {
  display: none;
  border-top: 1px solid #efefef;
  padding: 30px 40px;
  font-size: 14px;
  color: #999999;
  line-height: 2;
}

.hzhb_a {
  padding-top: 98px;
  padding-bottom: 100px;
}

.hzhb_a .title_a {
  margin-bottom: 53px;
}

.hzhb_a .a1 img {
  width: 100%;
  height: auto;
  display: block;
}

.hzhb_a .a2 {
  position: relative;
  width: 1300px;
  margin: -90px auto 0;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}

.hzhb_a .a2 .item {
  width: 20%;
  height: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 45px;
  position: relative;
}

.hzhb_a .a2 .item span {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.hzhb_a .a2 .item span img {
  width: 100%;
  height: 100%;
  display: block;
}

.hzhb_a .a2 .item em {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

.hzhb_a .a2 .item::after {
  position: absolute;
  right: -5px;
  content: "|";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  width: 10px;
  text-align: center;
  height: 30px;
  top: calc(50% - 15px);
}

.hzhb_a .a2 .item:nth-child(5n)::after {
  display: none;
}

.hzhb_a .a2 .item:hover span {
  transform: rotateY(360deg);
  transition: 0.6s;
}

.ppzx_a {
  padding-top: 90px;
  padding-bottom: 50px;
}

.ppzx_a .title_a {
  margin-bottom: 62px;
}

.ppzx_a .list .item {
  display: block;
  margin-top: 37px;
  height: 535px;
  background: #F5F5F5;
  position: relative;
}

.ppzx_a .list .item .img {
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ppzx_a .list .item .img img {
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 90%;
  transition: 0.6s;
}

.ppzx_a .list .item:first-child {
  margin-top: 0;
}

.ppzx_a .list .item .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 80px;
}

.ppzx_a .list .item .text h6 {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ppzx_a .list .item .text h5 {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 50px;
}

.ppzx_a .list .item .text p {
  font-size: 16px;
  font-weight: 400;
  color: #989898;
  line-height: 38px;
  height: 76px;
  margin-bottom: 10px;
}

.ppzx_a .list .item:nth-child(odd) {
  padding-left: 50%;
}

.ppzx_a .list .item:nth-child(odd) .img {
  left: 0;
}

.ppzx_a .list .item:nth-child(even) {
  padding-right: 50%;
}

.ppzx_a .list .item:nth-child(even) .img {
  right: 0;
}

.ppzx_a .list .item:hover .img img {
  transform: scale(1.06);
}

.ppzx_b {
  padding-top: 50px;
  padding-bottom: 74px;
}

.ppzx_b .title_a {
  margin-bottom: 67px;
}

.ppzx_b .list {
  display: flex;
  flex-wrap: wrap;
}

.ppzx_b .list .item {
  width: calc((100% - 70px) / 3);
  background: #F5F5F5;
  margin-right: 35px;
  margin-top: 35px;
  padding: 30px 0 40px;
}

.ppzx_b .list .item:nth-child(3n) {
  margin-right: 0;
}

.ppzx_b .list .item:nth-child(1),
.ppzx_b .list .item:nth-child(2),
.ppzx_b .list .item:nth-child(3) {
  margin-top: 0;
}

.ppzx_b .list .item .b1 {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.ppzx_b .list .item .b1 img {
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 90%;
  transition: 0.6s;
}

.ppzx_b .list .item .b2 {
  font-size: 40px;
  font-weight: bold;
  color: #010101;
  line-height: 64px;
  height: 64px;
  margin: 0 20px;
  text-align: center;
}

.ppzx_b .list .item .b3 {
  font-size: 22px;
  color: #010101;
  line-height: 38px;
  height: 38px;
  margin: 0 20px;
  text-align: center;
}

.ppzx_b .list .item:hover .b1 img {
  transform: scale(1.06);
}

.shzr_a {
  padding-top: 98px;
  padding-bottom: 106px;
}

.shzr_a .box {
  height: 580px;
  background: #a11a20;
  margin-top: 45px;
  position: relative;
}

.shzr_a .box .img {
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shzr_a .box .img img {
  width: auto;
  height: 100%;
  transition: 0.6s;
}

.shzr_a .box:first-child {
  margin-top: 0;
}

.shzr_a .box .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 55px;
  color: #FFFFFF;
}

.shzr_a .box .text .b1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.shzr_a .box .text .b2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  /*text-transform: uppercase;*/
  margin-bottom: 60px;
}

.shzr_a .box .text .b3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 38px;
}

.shzr_a .box .text .b4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.shzr_a .box .text .b4 span {
  display: block;
  width: 50%;
  font-size: 15px;
  font-weight: 400;
  line-height: 38px;
}

.shzr_a .box .text .b5 {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/icon/a3.png) center center no-repeat;
  background-size: cover;
}

.shzr_a .box:nth-child(odd) {
  padding-left: 50%;
}

.shzr_a .box:nth-child(odd) .img {
  left: 0;
}

.shzr_a .box:nth-child(even) {
  padding-right: 50%;
}

.shzr_a .box:nth-child(even) .img {
  right: 0;
}

.shzr_a .box:hover .img img {
  transform: scale(1.06);
}

.xwzx_a {
  padding-top: 90px;
  padding-bottom: 44px;
}

.xwzx_a .title_a {
  margin-bottom: 50px;
}

.xwzx_a .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.xwzx_a .list .item {
  width: calc((100% - 100px)/3);
  margin-right: 50px;
  margin-top: 47px;
  background: #F7F7F7;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s;
}

.xwzx_a .list .item:nth-child(1),
.xwzx_a .list .item:nth-child(2),
.xwzx_a .list .item:nth-child(3) {
  margin-top: 0;
}

.xwzx_a .list .item:nth-child(3n) {
  margin-right: 0;
}

.xwzx_a .list .item .img {
  height: 320px;
}

.xwzx_a .list .item .text {
  padding: 20px 30px 17px;
  font-weight: 400;
}

.xwzx_a .list .item .text .b1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  height: 32px;
  margin-bottom: 14px;
  transition: 0.6s;
}

.xwzx_a .list .item .text .b2 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 24px;
  margin-bottom: 12px;
  transition: 0.6s;
}

.xwzx_a .list .item .text .b3 {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url(../images/icon/a4.png);
  transition: 0.6s;
}

.xwzx_a .list .item:hover {
  background: #a11a20;
}

.xwzx_a .list .item:hover .text .b1 {
  color: #ffffff;
}

.xwzx_a .list .item:hover .text .b2 {
  color: #ffffff;
}

.xwzx_a .list .item:hover .text .b3 {
  color: #ffffff;
  background-image: url(../images/icon/a5.png);
}

.xwzx_b {
  width: 100%;
  min-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
}

.xwzx_b .title_a {
  margin-bottom: 64px;
}

.xwzx_b .box {
  background-image: url(../images/xwzx_b1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 54px;
}

.xwzx_b .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 82px;
}

.xwzx_b .list .item {
  width: calc((100% - 42px)/2);
  margin-top: 42px;
  display: block;
  height: 217px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-right: 42px;
  padding: 33px 42px 0;
  font-weight: 400;
  transition: 0.6s;
}

.xwzx_b .list .item:nth-child(2n) {
  margin-right: 0;
}

.xwzx_b .list .item:nth-child(1),
.xwzx_b .list .item:nth-child(2) {
  margin-top: 0;
}

.xwzx_b .list .item .b1 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  transition: 0.6s;
}

.xwzx_b .list .item .b2 {
  font-size: 18px;
  color: #999999;
  line-height: 38px;
  transition: 0.6s;
}

.xwzx_b .list .item .b3 {
  width: 30px;
  height: 9px;
  margin-bottom: 27px;
  margin-top: 21px;
  background-image: url(../images/icon/a6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.6s;
}

.xwzx_b .list .item .b4 {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  transition: 0.6s;
}

.xwzx_b .list .item:hover {
  background-color: #a11a20;
}

.xwzx_b .list .item:hover .b1,
.xwzx_b .list .item:hover .b2,
.xwzx_b .list .item:hover .b4 {
  color: #fff;
}

.xwzx_b .list .item:hover .b3 {
  background-image: url(../images/icon/a7.png);
}

.zyfz_a {
  margin-top: 65px;
  background-image: url(../images/zyfz_a1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 726px;
  padding: 30px 0 0 0;
}

.zyfz_a .main {
  padding-right: 50px;
  padding-left: 848px;
}

.zyfz_a .box {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.zyfz_a .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.zyfz_a .box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #a11a20;
}

.zyfz_a .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.zyfz_a .b1 {
  color: #000000;
  position: relative;
  margin-bottom: 40px;
  line-height: 1;
}
.zyfz_a .b1 h6{
  font-size: 50px;
  font-weight: bold;
}
.zyfz_a .b1 p{
  margin-top: 18px;
  font-size: 24px;
  font-weight: 300;
}
/* .zyfz_a .b1::after {
  position: absolute;
  width: 34px;
  height: 4px;
  background: #000000;
  left: 0;
  bottom: 0;
  content: "";
} */

.zyfz_a .b2 {
  color: #000000;
  line-height: 44px;
  margin-bottom: 40px;
}

.zyfz_a .b2 .c1 {
  font-size: 20px;
  font-weight: bold;
}

.zyfz_a .b2 .c2 {
  font-size: 16px;
}

.zyfz_b {
  padding-top: 84px;
  padding-bottom: 78px;
}

.zyfz_b .title_a {
  margin-bottom: 74px;
}

.zyfz_b .box {
  display: flex;
  height: 280px;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.zyfz_b .box .text {
  width: 720px;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  line-height: 46px;
  display: flex;
  align-items: center;
  text-align: justify;
}

.zyfz_b .box .text p {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.zyfz_b .box .img {
  width: 680px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.zyfz_c {
  display: none;
  height: 540px;
  margin-bottom: 80px;
}

.zyfz_c .item {
  height: 100%;
  position: relative;
}

.zyfz_c .item:nth-child(1) {
  width: 950px;
}

.zyfz_c .item:nth-child(1) .a1 {
  width: 490px;
  border-radius: 100px 0px 0px 0px;
  padding: 0 72px 0 88px;
}

.zyfz_c .item:nth-child(2) {
  width: calc(100% - 950px);
}

.zyfz_c .item:nth-child(2) .a1 {
  width: 100%;
  padding: 0 68px 0 80px;
}

.zyfz_c .item .img {
  width: 100%;
  height: 100%;
}

.zyfz_c .item .a1 {
  height: 152px;
  display: flex;
  position: absolute;
  right: 0;
  background: rgba(44, 153, 160, 0.92);
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px !important;
}

.zyfz_c .item .a1 .b1 h6 {
  height: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  position: relative;
  padding-left: 40px;
}

.zyfz_c .item .a1 .b1 h6 span {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}

.zyfz_c .item .a1 .b1 h6 span img {
  width: 100%;
  height: 100%;
  display: block;
}

.zyfz_c .item .a1 .b1 p {
  margin-top: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  /*text-transform: uppercase;*/
  padding-left: 2px;
}

.zyfz_c .item .a1 .b2 {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/icon/a10.png) center center no-repeat;
}

.zyfz_d {
  margin-bottom: 72px;
}

.zyfz_d .item {
  margin-bottom: 55px;
  height: 580px;
  background: #F2F2F2;
  position: relative;
  overflow: hidden;
}

.zyfz_d .item:last-child {
  margin-bottom: 0;
}

.zyfz_d .item .img {
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
}

.zyfz_d .item .img img {
  height: 100%;
  width: auto;
  display: block;
}

.zyfz_d .item .text {
  height: 100%;
  padding: 90px 55px 0;
}

.zyfz_d .item .text .b1 {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.zyfz_d .item .text .b2 {
  font-size: 16px;
  font-weight: 100;
  color: #000000;
  line-height: 40px;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
}

.zyfz_d .item .text .b3 {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 56px;
}

.zyfz_d .item .text .b3 p {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.zyfz_d .item .text .b4 {
  width: 60px;
  height: 60px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  display: block;
  background: url(../images/icon/a12.png) center center no-repeat;
}

.zyfz_d .item:nth-child(odd) {
  padding-left: 50%;
}

.zyfz_d .item:nth-child(odd) .img {
  left: 0;
}

.zyfz_d .item:nth-child(even) {
  padding-right: 50%;
}

.zyfz_d .item:nth-child(even) .img {
  right: 0;
}

.gywm_a {
  padding-top: 90px;
}

.gywm_a .title_a {
  margin-bottom: 72px;
}

.gywm_a .box {
  height: 545px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.gywm_a .box .img {
  width: calc((100% - 30px)/2);
  height: 100%;
}

.gywm_a .box .text {
  width: calc((100% - 30px)/2);
  height: 100%;
  padding-top: 28px;
}

.gywm_a .box .text .b1 {
  line-height: 1;
  padding-top: 28px;
  margin-bottom: 34px;
}

.gywm_a .box .text .b1 h6 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #a11a20;
}

.gywm_a .box .text .b1 p {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #AFAFAF;
}

.gywm_a .box .text .b2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  height: 322px;
  overflow: hidden;
  margin-bottom: 18px;
}

.gywm_a .box .text .b3 {
  width: 150px;
  border: 1px solid #000000;
  border-radius: 25px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  line-height: 50px;
  text-align: center;
  transition: 0.6s;
}

.gywm_a .box .text .b3:hover {
  border: 1px solid #a11a20;
  color: #a11a20;
}

.gywm_a .a1 {
  margin-top: 75px;
  height: 340px;
  display: flex;
  position: relative;
  justify-content: space-between;
  overflow: hidden;
}

.gywm_a .a1::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1088px;
  background: #F8F8F8;
  z-index: 0;
  content: "";
}

.gywm_a .a1 .text {
  position: relative;
  z-index: 2;
  width: calc((100% - 30px)/2);
  height: 100%;
}

.gywm_a .a1 .text .b1 {
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gywm_a .a1 .text .b1 h6 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: #a11a20;
  margin-bottom: 13px;
}

.gywm_a .a1 .text .b1 p {
  font-size: 14px;
  font-weight: 400;
  color: #AFAFAF;
  padding-bottom: 20px;
}

.gywm_a .a1 .text .b1 em {
  display: block;
  width: 34px;
  height: 4px;
  background: #a11a20;
}

.gywm_a .a1 .text .b2 {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  line-height: 2;
  min-height: calc(16px * 6);
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gywm_a .a1 .text .b3 {
  width: 150px;
  border: 1px solid #000000;
  border-radius: 25px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  line-height: 50px;
  text-align: center;
  transition: 0.6s;
}

.gywm_a .a1 .img {
  position: relative;
  z-index: 2;
  width: calc((100% - 30px)/2);
  height: 100%;
}

.gywm_b {
  padding-top: 100px;
}

.gywm_b .title_a {
  margin-bottom: 34px;
}

.gywm_b .a1 {
  overflow: hidden;
}

.gywm_b .a1 img {
  display: block;
  width: 100%;
  height: auto;
}

.gywm_c {
  padding-top: 98px;
  position: relative;
}

.gywm_c::after {
  content: "";
  bottom: 0;
  top: 280px;
  left: 0;
  right: calc(50% + 33px);
  background-color: #a11a20;
  position: absolute;
}

.gywm_c .title_a {
  margin-bottom: 90px;
}

.gywm_c .main {
  height: 780px;
  position: relative;
  z-index: 2;
}

.gywm_c .swiper {
  height: 100%;
}

.gywm_c .swiper .swiper-slide {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.gywm_c .swiper .swiper-slide .text {
  width: 550px;
  height: 100%;
}

.gywm_c .swiper .swiper-slide .text .b1 {
  padding-top: 120px;
  padding-bottom: 28px;
}

.gywm_c .swiper .swiper-slide .text .b1 h6 {
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 16px;
}

.gywm_c .swiper .swiper-slide .text .b1 p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}

.gywm_c .swiper .swiper-slide .text .b2 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
  text-indent: 2em;
  text-align: justify;
  height: calc(42px * 7);
  overflow: hidden;
  margin-bottom: 30px;
}

.gywm_c .swiper .swiper-slide .text .b3 {
  width: 150px;
  line-height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  transition: 0.6s;
}

.gywm_c .swiper .swiper-slide .text .b3:hover {
  background-color: #ffffff;
  color: #a11a20;
}

.gywm_c .swiper .swiper-slide .img {
  margin-bottom: 63px;
  width: 840px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.gywm_c .swiper .swiper-button-next,
.gywm_c .swiper .swiper-button-prev {
  bottom: 70px;
  width: 50px;
  height: 50px;
  border: 2px solid #a11a20;
  border-radius: 50%;
  top: auto;
  transition: 0.6s;
  outline: none;
}

.gywm_c .swiper .swiper-button-next::after,
.gywm_c .swiper .swiper-button-prev::after {
  color: #a11a20;
  font-size: 20px;
}

.gywm_c .swiper .swiper-button-next:hover,
.gywm_c .swiper .swiper-button-prev:hover {
  background-color: #a11a20;
}

.gywm_c .swiper .swiper-button-next:hover::after,
.gywm_c .swiper .swiper-button-prev:hover::after {
  color: #fff;
}

.gywm_c .swiper .swiper-button-prev {
  left: auto;
  right: 70px;
}

.gywm_c .swiper .swiper-button-next {
  right: 0;
}

.gywm_d {
  padding-top: 100px;
}

.gywm_d .title_a {
  margin-bottom: 74px;
}

.gywm_d .box {
  padding: 50px 0 40px;
  background: url(../images/gywm_d1.png) bottom center no-repeat #f5f5f5;
  background-size: 100% auto;
}

.gywm_d .swiper {
  width: 100%;
  height: auto;
}

.gywm_d .swiper .swiper-wrapper {
  height: auto;
}

.gywm_d .swiper .swiper-slide {
  overflow: hidden;
}

.gywm_d .swiper .swiper-slide .text .b1 {
  position: relative;
  padding: 0 40px 0 37px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.gywm_d .swiper .swiper-slide .text .b1::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  background-color: #a11a20;
  height: 1px;
}

.gywm_d .swiper .swiper-slide .text .b1 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #a11a20;
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  padding: 0 15px 0 37px;
}

.gywm_d .swiper .swiper-slide .text .b1 span::after {
  width: 8px;
  height: 8px;
  background-color: #a11a20;
  content: "";
  position: absolute;
  left: 0.18rem;
  top: calc(50% - 4px);
  border-radius: 50%;
}

.gywm_d .swiper .swiper-slide .text .b2 {
  font-weight: 400;
  color: #6A6A6A;
  font-size: 16px;
  line-height: 46px;
  padding: 0 40px 54px;
}

.gywm_d .navigation {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.gywm_d .navigation span {
  width: 50px;
  height: 50px;
  border: 2px solid #a11a20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 10px;
  color: #a11a20;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
}

.gywm_d .navigation span::after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-align: center;
}

.gywm_d .navigation span:hover {
  background-color: #a11a20;
  color: #fff;
}

.gywm_d .navigation .prev:after {
  content: 'prev';
}

.gywm_d .navigation .next:after {
  content: 'next';
}

.gywm_e {
  padding-top: 100px;
  padding-bottom: 70px;
}

.gywm_e .title_a {
  margin-bottom: 64px;
}

.gywm_e .swiper {
  height: 322px;
}

.gywm_e .swiper .swiper-slide {
  overflow: hidden;
  background: #a11a20;
  padding: 19px 18px 0;
}

.gywm_e .swiper .swiper-slide .img {
  height: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

.gywm_e .swiper .swiper-slide .img img {
  height: 100%;
  width: auto;
  display: block;
  transition: 0.6s;
}

.gywm_e .swiper .swiper-slide:hover .img img {
  transform: scale(1.06);
}

.gywm_e .swiper .swiper-slide .name {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}

.gywm_e .navigation {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.gywm_e .navigation span {
  width: 50px;
  height: 50px;
  border: 2px solid #a11a20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 10px;
  color: #a11a20;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
}

.gywm_e .navigation span::after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-align: center;
}

.gywm_e .navigation span:hover {
  background-color: #a11a20;
  color: #fff;
}

.gywm_e .navigation .prev:after {
  content: 'prev';
}

.gywm_e .navigation .next:after {
  content: 'next';
}

.zfcx_a {
  padding-top: 90px;
  min-width: 1440px;
  margin: 0 auto;
}

.zfcx_a .title_a {
  margin-bottom: 74px;
}

.zfcx_a .swiper {
  height: 588px;
  margin-bottom: 82px;
}
.zfcx_a .swiper  .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.zfcx_a .swiper .swiper-slide {
  overflow: hidden;
}

.zfcx_a .swiper .swiper-slide:nth-child(odd) {
  padding-top: 47px;
}

.zfcx_a .swiper .swiper-slide:nth-child(even) {
  padding-bottom: 47px;
}

.zfcx_a .swiper .swiper-slide .item {
  height: 100%;
  display: block;
  background: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.6s;
}

.zfcx_a .swiper .swiper-slide .item .b1 {
  width: 247px;
  height: 247px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin: 58px auto 34px;
}

.zfcx_a .swiper .swiper-slide .item .b1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.zfcx_a .swiper .swiper-slide .item .b2 {
  text-align: center;
  padding: 0 30px;
  line-height: 1;
  margin-bottom: 52px;
}

.zfcx_a .swiper .swiper-slide .item .b2 h6 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  transition: 0.6s;
}

.zfcx_a .swiper .swiper-slide .item .b2 p {
  font-size: 16px;
  font-weight: 400;
  color: #B8B8B8;
  transition: 0.6s;
}

.zfcx_a .swiper .swiper-slide .item .b3 {
  width: 60px;
  height: 60px;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  margin: 0 auto;
  background-image: url(../images/icon/a12.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.6s;
}

.zfcx_a .swiper .swiper-slide .item:hover {
  background: #a11a20;
}

.zfcx_a .swiper .swiper-slide .item:hover .b2 h6 {
  color: #fff;
}

.zfcx_a .swiper .swiper-slide .item:hover .b2 p {
  color: #fff;
}

.zfcx_a .swiper .swiper-slide .item:hover .b3 {
  border: 1px solid #fff;
  background-image: url(../images/icon/a10.png);
}

.zfcx_a .navigation {
  display: none;
  justify-content: center;
  margin-top: 60px;
}

.zfcx_a .navigation span {
  width: 50px;
  height: 50px;
  border: 2px solid #a11a20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 10px;
  color: #a11a20;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
}

.zfcx_a .navigation span::after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-align: center;
}

.zfcx_a .navigation span:hover {
  background-color: #a11a20;
  color: #fff;
}

.zfcx_a .navigation .prev:after {
  content: 'prev';
}

.zfcx_a .navigation .next:after {
  content: 'next';
}

.zfcx_b {
  padding-top: 80px;
}

.zfcx_b .title_a {
  margin-bottom: 55px;
}

.zfcx_b .box {
  display: flex;
  height: 570px;
}

.zfcx_b .box .img {
  width: 780px;
  height: 100%;
}

.zfcx_b .box .text {
  width: calc(100% - 780px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FCFCFC;
  padding: 0 65px 0 60px;
}

.zfcx_b .box .text .b1 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 35px;
}

.zfcx_b .box .text .b1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 4px;
  background: #a11a20;
  content: "";
}

.zfcx_b .box .text .b2 {
  font-size: 16px;
  font-weight: 300;
  color: #4C4C4C;
  line-height: 38px;
}

.zfcx_b .box .text .b3 {
  margin-top: 30px;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  background: url(../images/icon/a12.png) center center no-repeat;

}

.zfcx_c {
  padding-top: 100px;
  padding-bottom: 77px;
}

.zfcx_c .title_a {
  margin-bottom: 44px;
}

.zfcx_c .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.zfcx_c .nav span {
  width: 142px;
  line-height: 62px;
  border: 1px solid #DEDEDE;
  border-radius: 32px;
  text-align: center;
  margin: 0 10px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #828282;
  cursor: pointer;
  transition: 0.6s;
}

.zfcx_c .nav span.select,
.zfcx_c .nav span:hover {
  border: 1px solid #a11a20;
  background-color: #a11a20;
  color: #ffffff;
}

.zfcx_c .box .item {
  display: none;
}

.zfcx_c .box .item.select {
  display: block;
}

.zfcx_c .swiper {
  height: 280px;
}

.zfcx_c .swiper .swiper-slide {
  overflow: hidden;
}

.zfcx_c .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: block;
}

.zfcx_c .navigation {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}

.zfcx_c .navigation span {
  width: 50px;
  height: 50px;
  border: 2px solid #a11a20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 10px;
  color: #a11a20;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
}

.zfcx_c .navigation span::after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-align: center;
}

.zfcx_c .navigation span:hover {
  background-color: #a11a20;
  color: #fff;
}

.zfcx_c .navigation .prev:after {
  content: 'prev';
}

.zfcx_c .navigation .next:after {
  content: 'next';
}

.zfcx_d {
  position: relative;
  width: 100%;
  min-width: 1440px;
  padding-bottom: 80px;
}

.zfcx_d::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 750px;
  background-color: #a11a20;
  content: "";
  z-index: 0;
}

.zfcx_d::before {
  position: absolute;
  top: 640px;
  left: 50%;
  right: 0;
  height: 110px;
  background-color: #ffffff;
  content: "";
  z-index: 1;
}

.zfcx_d .main {
  position: relative;
  z-index: 2;
}

.zfcx_d .item {
  display: flex;
  overflow: hidden;
}

.zfcx_d .item .img {
  width: 50%;
  height: 100%;
}

.zfcx_d .item .text {
  width: 50%;
  height: 100%;
}

.zfcx_d .item .text .b1 {
  padding-top: 75px;
  line-height: 1;
  padding-bottom: 50px;
}

.zfcx_d .item .text .b1 h6 {
  font-size: 50px;
  font-weight: bold;
}

.zfcx_d .item .text .b1 p {
  margin: 22px 0 40px;
  font-size: 24px;
  font-weight: 300;
}

.zfcx_d .item .text .b1 em {
  width: 34px;
  height: 4px;
  display: block;
}

.zfcx_d .item .text .b2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  /* max-height: calc(42px * 6); */
  /* overflow-y: auto;
  overflow-x: hidden; */
}

/* .zfcx_d .item .text .b2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.zfcx_d .item .text .b2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #a11a20;
}

.zfcx_d .item .text .b2::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
} */

.zfcx_d .item.a1 {
  height: 640px;
  background-color: #a11a20;
}

.zfcx_d .item.a1 .text {
  padding-right: 70px;
  color: #ffffff;
}

.zfcx_d .item.a1 .text .b1 em {
  background-color: #ffffff;
}

.zfcx_d .item.a1 .text .b2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #fff;
}

.zfcx_d .item.a2 {
  background-color: #fff;
  height: 520px;
}

.zfcx_d .item.a1 .b3 {
  margin-top: 40px;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/icon/a10.png) center center no-repeat;
}

.zfcx_d .item.a2 .text .b1 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.zfcx_d .item.a2 .b3 {
  margin-top: 30px;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  background: url(../images/icon/a12.png) center center no-repeat;
}

.zfcx_d .item.a2 .text {
  padding-left: 80px;
  color: #000000;
}

.zfcx_d .item.a2 .text .b1 em {
  background-color: #a11a20;
}

.ind_box {
  width: 100%;
  min-width: 1440px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.swiper_a {
  height: 100%;
}

.swiper_a .asdasd .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  outline: none;
}

.swiper_a .asdasd .swiper-pagination-bullet-active {
  background-color: #a11a20;
}

.swiper_a>div>.swiper-slide {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}

.banner {
  height: 100%;
}

.banner .swiper-slide {
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .swiper-slide .main {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 22px;
}

.banner .swiper-slide .text {
  line-height: 1;
  color: #a11a20;
  font-weight: 400;
}

.banner .swiper-slide .text .b1 {
  font-size: 62px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}

.banner .swiper-slide .text .b1 span {
  font-weight: 300;
}

.banner .swiper-slide .text .b1 em {
  width: 8px;
  height: 8px;
  background-color: #a11a20;
  display: block;
  border-radius: 50%;
  margin: 0 20px;
}

.banner .swiper-slide .text .b2 {
  width: 46px;
  height: 4px;
  background-color: #a11a20;
  margin-bottom: 32px;
}

.banner .swiper-slide .text .b3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.banner .swiper-slide .text .b4 {
  font-size: 13px;
  margin-bottom: 72px;
  /*text-transform: uppercase;*/
}

.banner .swiper-slide .text .b5 {
  line-height: 64px;
  width: 170px;
  border: 2px solid #a11a20;
  border-radius: 33px;
  text-align: center;
  font-size: 18px;
  display: block;
  transition: 0.6s;
}

.banner .swiper-slide .text .b5:hover {
  background-color: #a11a20;
  color: #fff;
}

.banner .swiper-pagination {
  bottom: 50px !important;
  height: 3px !important;
  display: flex;
  justify-content: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  transition: 0.6s;
  outline: none;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 29px;
  background: #a11a20;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  color: #ffffff;
  opacity: 0.8;
  outline: none;
}

.banner .swiper-button-prev {
  left: 2%;
}

.banner .swiper-button-next {
  right: 2%;
}

.ind_a {
  background-color: #ffffff;
}

.ind_a::after {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/ind_a1.jpg) center center no-repeat;
  background-size: cover;
}

.ind_a .main {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 100px;
}

.ind_a .a1 {
  padding-left: 50%;
  margin-bottom: 86px;
}

.ind_a .a1 .text {
  padding-left: 105px;
}

.ind_a .a1 .text .b1 {
  padding-top: 12px;
  color: #000000;
  padding-bottom: 50px;
}

.ind_a .a1 .text .b1 h6 {
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
}

.ind_a .a1 .text .b1 p {
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
}

.ind_a .a1 .text .b2 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  height: calc(32px * 4);
  margin-bottom: 40px;
  text-indent: 2em;
}

.ind_a .a1 .text .b3 {
  display: flex;
  justify-content: space-between;
}

.ind_a .a1 .text .b3 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ind_a .a1 .text .b3 .item .c1 {
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
}

.ind_a .a1 .text .b3 .item .c1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.ind_a .a1 .text .b3 .item .c2 {
  font-size: 42px;
  font-family: DIN;
  font-weight: bold;
  color: #a11a20;
  line-height: 42px;
  letter-spacing: -1px;
}

.ind_a .a1 .text .b3 .item .c2 span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-left: 8px;
  line-height: 1;
}

.ind_a .a1 .text .b3 .item .c3 {
  font-size: 14px;
  font-weight: 400;
  color: #A3A3A3;
  line-height: 34px;
}

.ind_a .a2 {
  height: 214px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 48px 14px rgba(172, 172, 172, 0.15);
  border-radius: 10px;
  display: flex;
}

.ind_a .a2 .item {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 25%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  transition: 0.6s;
}

.ind_a .a2 .item span {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
  position: relative;
}

.ind_a .a2 .item span img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.6s;
}

.ind_a .a2 .item span img:last-child {
  opacity: 0;
}

.ind_a .a2 .item em {
  font-size: 20px;
  color: #000000;
  margin-bottom: 7px;
  transition: 0.6s;
}

.ind_a .a2 .item i {
  font-size: 14px;
  color: #C7C7C7;
  font-style: normal;
  transition: 0.6s;
  /*text-transform: capitalize;*/
}

.ind_a .a2 .item:hover {
  background-color: #a11a20;
}

.ind_a .a2 .item:hover span img:first-child {
  opacity: 0;
}

.ind_a .a2 .item:hover span img:last-child {
  opacity: 1;
}

.ind_a .a2 .item:hover em {
  color: #fff;
}

.ind_a .a2 .item:hover i {
  color: #fff;
}

.ind_b {
  background-image: url(../images/ind_b1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ind_b .main {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding-top: 100px;
}

.ind_b .title_a {
  padding-top: 38px;
  margin-bottom: 50px;
}

.ind_b .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 470px;
  overflow: hidden;
  margin-bottom: 40px;
}

.ind_b .box .a1 {
  width: 920px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.ind_b .box .a1 .item {
  width: calc((100% - 30px)/2);
  background: #F7F7F7;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s;
  height: 100%;
}

.ind_b .box .a1 .item .img {
  height: 320px;
}

.ind_b .box .a1 .item .text {
  padding: 20px 30px 17px;
  font-weight: 400;
}

.ind_b .box .a1 .item .text .b1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  height: 32px;
  margin-bottom: 14px;
  transition: 0.6s;
}

.ind_b .box .a1 .item .text .b2 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 24px;
  margin-bottom: 12px;
  transition: 0.6s;
}

.ind_b .box .a1 .item .text .b3 {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url(../images/icon/a4.png);
  transition: 0.6s;
}

.ind_b .box .a1 .item:hover {
  background: #a11a20;
}

.ind_b .box .a1 .item:hover .text .b1 {
  color: #ffffff;
}

.ind_b .box .a1 .item:hover .text .b2 {
  color: #ffffff;
}

.ind_b .box .a1 .item:hover .text .b3 {
  color: #ffffff;
  background-image: url(../images/icon/a5.png);
}

.ind_b .box .a2 {
  height: 100%;
  width: calc(100% - 950px);
  display: flex;
  flex-direction: column;
}

.ind_b .box .a2 .item {
  height: 33.33%;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  padding-left: 204px;
  padding-right: 22px;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 25px;
  transition: 0.6s;
}

.ind_b .box .a2 .item:last-child {
  margin-bottom: 0;
}

.ind_b .box .a2 .item .img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 180px;
  overflow: hidden;
}

.ind_b .box .a2 .item h6 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  height: 64px;
  transition: 0.6s;
}

.ind_b .box .a2 .item span {
  margin-top: 22px;
  width: 40px;
  height: 10px;
  display: block;
  background-image: url(../images/icon/a13.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.6s;
}

.ind_b .box .a2 .item:hover {
  background-color: #a11a20;
}

.ind_b .box .a2 .item:hover h6 {
  color: #fff;
}

.ind_b .box .a2 .item:hover span {
  background-image: url(../images/icon/a14.png);
}

.ind_b .more {
  width: 205px;
  line-height: 68px;
  display: block;
  border: 2px solid #000000;
  border-radius: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  transition: 0.6s;
}

.ind_b .more:hover {
  border: 2px solid #a11a20;
  color: #a11a20;
}

.ind_c {
  background-color: #ffffff;
}

.ind_c .main {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding-top: 100px;
}

.ind_c .main .title_a {
  margin-bottom: 50px;
}

.ind_c .main .swiper {
  width: 100%;
  height: 570px;
  position: relative;
  margin-right: -16px;
}

.ind_c .main .swiper .swiper-slide {
  width: 25% !important;
  padding-right: 16px;
  transition: 0.5s;
  overflow: hidden;
}

.ind_c .main .swiper .swiper-slide:hover {
  width: 36.2% !important;
}

.ind_c .main .swiper .swiper-slide:hover .item .text {
  height: 100%;
  padding: 150px 60px 0;
  background-color: rgba(0, 0, 0, 0.59) !important;
}

.ind_c .main .swiper .swiper-slide:hover .item .text h5 {
  display: none;
}

.ind_c .main .swiper .swiper-slide:hover .item .text p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.ind_c .main .swiper .swiper-slide .item {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ind_c .main .swiper .swiper-slide .item .pc_img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
  z-index: 1;
}

.ind_c .main .swiper .swiper-slide .item .text {
  position: absolute;
  bottom: 0;
  height: 130px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 30px 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
  overflow: hidden;
  transition: 0.5s;
}

.ind_c .main .swiper .swiper-slide .item .text h6 {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  transition: 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ind_c .main .swiper .swiper-slide .item .text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 25px;
  min-height: 28px;
}

.ind_c .main .swiper .swiper-slide .item .text p {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.5s;
  font-weight: 300;
  line-height: 38px;
  height: calc(38 * 3);
}

.ind_c .main .swiper .swiper-slide .item .text a {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: 0.5s;
  background: url(../images/icon/a10.png) center center no-repeat;
}

.ind_c .main .swiper .swiper-slide .item .text a:hover {
  border: 1px solid #a11a20;
  background: url(../images/icon/a11.png) center center no-repeat;
}

.ind_c .main .swiper .next,
.ind_c .main .swiper .prev {
  position: absolute;
  top: calc(50% - 39px);
  width: 64px;
  height: 78px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.28);
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.ind_c .main .swiper .next:hover,
.ind_c .main .swiper .prev:hover {
  background-color: #a11a20;
}

.ind_c .main .swiper .next {
  background-image: url(../images/icon/b5.png);
  left: 30px;
}

.ind_c .main .swiper .prev {
  background-image: url(../images/icon/b6.png);
  right: 46px;
}

.ind_d {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-width: 1440px;
  padding-top: 100px;
}

.ind_d .title_a {
  margin-bottom: 40px;
}

.ind_d .box {
  width: 100%;
  min-width: 1440px;
  display: flex;
  justify-content: space-between;
}

.ind_d .box .item {
  width: calc(50% - 5px);
  height: 630px;
  overflow: hidden;
  position: relative;
}

.ind_d .box .item .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.ind_d .box .item:nth-child(odd) .text .a1 {
  margin-right: 0;
  margin-left: auto;
  padding-left: 0;
}

.ind_d .box .item .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ind_d .box .item .text .a1 {
  max-width: calc(720px - 5px);
  padding: 100px 0 0 140px;
}

.ind_d .box .item .text h6 {
  font-size: 34px;
  font-weight: bold;
  color: #981408;
  /* color: #a11a20; */
  line-height: 1.2;
  margin-bottom: 20px;
}

.ind_d .box .item .text p {
  line-height: 36px;
  font-size: 18px;
  color: #a11a20;
  margin-bottom: 35px;
  display: none;
}

.ind_d .box .item .text a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #a11a20;
  background: url(../images/icon/a11.png) center center no-repeat;
  transition: 0.6s;
  display: none;
}

.ind_d .box .item .text a:hover {
  background-color: #ffffff;
}

.ind_e {
  background-color: #ffffff;
}

.ind_e .main {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding-top: 100px;
}

.ind_e .main .title_a {
  margin-bottom: 50px;
}

.ind_e .swiper {
  height: 580px;
  width: 100%;
}

.ind_e .swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  background-color: #a11a20;
}

.ind_e .swiper .swiper-slide .img {
  width: 50%;
  height: 100%;
}

.ind_e .swiper .swiper-slide .text {
  width: 50%;
  height: 100%;
  padding: 85px 50px 0 55px;
  color: #ffffff;
}

.ind_e .swiper .swiper-slide .text .b1 {
  line-height: 1;
  margin-bottom: 58px;
}

.ind_e .swiper .swiper-slide .text .b1 h6 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 16px;
}

.ind_e .swiper .swiper-slide .text .b1 p {
  font-size: 14px;
  font-weight: 400;
  /*text-transform: uppercase;*/
}

.ind_e .swiper .swiper-slide .text .b2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 38px;
}

.ind_e .swiper .swiper-slide .text .b2 p {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.ind_e .swiper .swiper-button-next,
.ind_e .swiper .swiper-button-prev {
  color: #fff;
  bottom: 55px !important;
  top: auto;
}

.ind_e .swiper .swiper-button-next::after,
.ind_e .swiper .swiper-button-prev::after {
  font-size: 20px;
}

.ind_e .swiper .swiper-button-next {
  left: calc(50% + 123px);
  right: 0;
}

.ind_e .swiper .swiper-button-prev {
  left: calc(50% + 55px);
  right: 0;
}

.ind_f {
  background-image: url(../images/ind_f1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ind_f .main {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
  padding-top: 100px;
}

.ind_f .box {
  width: calc((100% / 6)*5);
}

.ind_f .box .a1 {
  height: 470px;
  display: flex;
}

.ind_f .box .a1 .b1 {
  width: calc((100% / 5)*2);
  height: 100%;
  display: block;
  background: url(../images/icon/d6.png) 50px 70px no-repeat #a11a20;
  padding: 174px 0 0 128px;
  position: relative;
  color: #ffffff;
  line-height: 1;
}

.ind_f .box .a1 .b1 h6 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 18px;
}

.ind_f .box .a1 .b1 p {
  font-size: 24px;
  font-weight: 300;
}

.ind_f .box .a1 .b1 span {
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  right: 32px;
  bottom: 58px;
  background: url(../images/icon/a10.png) center center no-repeat;
}

.ind_f .box .a1 .b2 {
  width: calc((100% / 5)*3);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ind_f .box .a1 .b2 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 3);
  height: 50%;
}

.ind_f .box .a1 .b2 .item:hover {
  transform: rotateY(360deg);
  transition: 0.8s all;
}

.ind_f .box .a1 .b2 .item span {
  width: 90px;
  height: 90px;
  margin-bottom: 16px;
}

.ind_f .box .a1 .b2 .item em {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.ind_f .box .a1 .b2 .item i {
  font-size: 12px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  line-height: 30px;
  font-style: normal;
}

.ind_f .box .a1 .b2 .c1 {
  background-color: #C3C5C8;
  color: #FFFFFF;
}

.ind_f .box .a1 .b2 .c2 {
  background-color: #FFFFFF;
  color: #5E5E5E;
}

.ind_f .box .a1 .b2 .c3 {
  background-color: #a11a20;
  color: #FFFFFF;
}

.ind_f .box .a1 .b2 .c4 {
  background-image: url(../images/icon/d5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #C3C5C8;
  padding: 47px 0 0 35px;
  color: #FFFFFF;
  line-height: 1;
  font-weight: 400;
  position: relative;
  display: block;
}

.ind_f .box .a1 .b2 .c4 h6 {
  font-size: 22px;
  margin-bottom: 10px;
}

.ind_f .box .a1 .b2 .c4 p {
  font-size: 12px;
  /*text-transform: uppercase;*/
}

.ind_f .box .a1 .b2 .c4 span {
  font-size: 28px;
  width: 28px;
  text-align: center;
  font-weight: lighter;
  position: absolute;
  bottom: 32px;
  left: 35px;
  height: auto;
}

.swiper_a>div>.swiper-slide.footer {
  height: 370px !important;
}

.footer {
  background: #232323;
  padding-bottom: 40px;
}

.footer .main {
  display: flex;
  justify-content: space-between;
}

.footer .main .a1 {
  width: 370px;
  padding-top: 55px;
}

.footer .main .a1 .b1 {
  margin-bottom: 40px;
}

.footer .main .a1 .b1 a {
  display: block;
  height: 54px;
}

.footer .main .a1 .b1 a img {
  width: auto;
  height: 100%;
  display: block;
}

.footer .main .a1 .b2 {
  line-height: 40px;
  padding-left: 34px;
  font-size: 16px;
  color: #7B7B7B;
  background: url(../images/icon/b7.png) left center no-repeat;
}

.footer .main .a1 .b3 {
  line-height: 40px;
  padding-left: 34px;
  font-size: 16px;
  color: #7B7B7B;
  background: url(../images/icon/b8.png) left center no-repeat;
  margin-bottom: 35px;
}

.footer .main .a1 .b4 {
  font-size: 16px;
  color: #7B7B7B;
  line-height: 30px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .main .a2 {
  width: 930px;
  display: flex;
  justify-content: space-between;
}

.footer .main .a2 dl {
  padding-top: 45px;
}

.footer .main .a2 dl dt {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #7B7B7B;
}

.footer .main .a2 dl dt a {
  font-weight: bold;
}

.footer .main .a2 dl dd {
  display: flex;
  flex-direction: column;
}

.footer .main .a2 dl dd a {
  font-size: 14px;
  color: #7B7B7B;
  line-height: 46px;
  opacity: 0.67;
}

.news_details {
  margin: 20px 0 40px 0;
  background-color: #ffffff;
  padding: 0 30px;
}

.news_details .a1 {
  padding: 44px 0 22px;
  border-bottom: 1px dashed #e5ebf1;
}

.news_details .a1 h6 {
  text-align: center;
  line-height: 50px;
  color: #3c3c50;
  font-size: 24px;
}

.news_details .a1 div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #8d949d;
  font-size: 16px;
  line-height: 1;
}

.news_details .a2 {
  padding: 20px 0 30px;
  border-bottom: 1px dashed #eeeeee;
  line-height: 2;
  font-size: 16px;
  text-indent: 2em;
}
.news_details .a2 p span{
  display: block;
  font-size: 16px !important;
  text-indent: 2em;
}
.news_details .a2 img {
  width: 40%;
  height: auto;
  margin: 20px 0;
}

.news_details .a3 {
  padding: 12px 0;
}

.news_details .a3 a {
  display: block;
  line-height: 44px;
  font-size: 17px;
  color: #666666;
}

.news_details .a3 a:hover {
  color: #a11a20;
}


.list_y {
  width: 100%;
  height: 588px;
  overflow: hidden;
}
.list_y li {
  float: left;
  padding: 0 20px;
  height: 588px;
}
.list_y li:nth-child(odd) {
  padding-top: 47px;
}
.list_y li:nth-child(even) {
  padding-bottom: 47px;
}
.list_y li .item {
  width: 440px;
  height: 100%;
  display: block;
  background: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.6s;
}
.list_y li .item .b1 {
  width: 247px;
  height: 247px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin: 58px auto 34px;
}
.list_y li .item .b1 img {
  width: 100%;
  height: 100%;
  display: block;
}
.list_y li .item .b2 {
  text-align: center;
  padding: 0 30px;
  line-height: 1;
  margin-bottom: 52px;
}
.list_y li .item .b2 h6 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  transition: 0.6s;
}
.list_y li .item .b2 p {
  font-size: 16px;
  font-weight: 400;
  color: #B8B8B8;
  transition: 0.6s;
}
.list_y li .item .b3 {
  width: 60px;
  height: 60px;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  margin: 0 auto;
  background-image: url(../images/icon/a12.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.6s;
}
.list_y li .item:hover {
  background: #a11a20;
}
.list_y li .item:hover .b2 h6 {
  color: #fff;
}
.list_y li .item:hover .b2 p {
  color: #fff;
}
.list_y li .item:hover .b3 {
  border: 1px solid #fff;
  background-image: url(../images/icon/a10.png);
}