.header {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 100;
  min-width: 1200px;
  padding: 0 170px;
  display: flex;
  align-items: center;
}
.header .a1 {
  margin-right: 150px;
  font-size: 30px;
  color: #ffd453;
}
.header .a2 {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header .a2 a {
  color: #ffd453;
  line-height: 1;
  padding: 12px 0;
  position: relative;
}
.header .a2 a::after {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 0;
  background-color: #ffd453;
  content: "";
  transition: 0.5s;
  bottom: 0;
}
.header .a2 a:hover::after {
  left: calc(50% - 15px);
  width: 30px;
}
.header .a3 {
  display: flex;
  margin-left: 56px;
}
.header .a3 a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/header_1.png) center center no-repeat;
  margin-right: 40px;
}
.header .a3 span {
  display: block;
  line-height: 30px;
  padding-left: 46px;
  background: url(../images/icon/header_2.png) left center no-repeat;
  font-size: 18px;
  color: #ffd453;
}
.banner {
  overflow: hidden;
  min-width: 1200px;
  padding-bottom: 70px;
  position: relative;
}
.banner .swiper-container {
  height: 900px;
}
.banner .swiper-container .swiper-slide::after {
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 500px;
  content: "";
  background-color: rgba(27, 27, 27, 0);
  /* 浏览器不支持时显示 */
  background-image: linear-gradient(rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0));
}
.banner .swiper-container .text {
  position: absolute;
  z-index: 3;
  top: 310px;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 670px;
  text-align: center;
}
.banner .swiper-container .text h6 {
  line-height: 120px;
  font-size: 80px;
  color: #ffffff;
}
.banner .swiper-container .text h5 {
  line-height: 40px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.5;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 17px;
}
.banner .swiper-container .text p {
  padding: 20px 0;
  line-height: 48px;
  font-size: 30px;
  color: #ffffff;
}
.banner .swiper-container .swiper-pagination {
  bottom: 110px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 3px;
  background-color: #ffffff;
}
.banner .a1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1300px;
  background-color: #000000;
  height: 150px;
  z-index: 20;
  transform: translate(-50%, 0);
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .a1 .item {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner .a1 .item:hover div {
  transform: translate3d(0, -10px, 0);
}
.banner .a1 .item div {
  transition: 0.6s;
}
.banner .a1 .item::after {
  position: absolute;
  left: 0;
  height: 32px;
  top: calc(50% - 16px);
  width: 1px;
  background-color: #7d7d7d;
  content: "";
}
.banner .a1 .item:nth-child(1)::after {
  display: none;
}
.banner .a1 .item:nth-child(1) div {
  background: url(../images/icon/a_1.png) left center no-repeat;
}
.banner .a1 .item:nth-child(2) div {
  background: url(../images/icon/a_2.png) left center no-repeat;
}
.banner .a1 .item:nth-child(3) div {
  background: url(../images/icon/a_3.png) left center no-repeat;
}
.banner .a1 .item:nth-child(4) div {
  background: url(../images/icon/a_4.png) left center no-repeat;
}
.banner .a1 .item div {
  padding-left: 52px;
}
.banner .a1 .item span {
  display: block;
  font-size: 24px;
  color: #ffd453;
  line-height: 36px;
  padding-top: 6px;
}
.banner .a1 .item em {
  display: block;
  font-size: 14px;
  color: #ffd453;
  line-height: 24px;
  opacity: 0.3;
  text-transform: uppercase;
}
.two_banner {
  min-width: 1200px;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.two_banner img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
  z-index: 1;
}
.two_banner::after {
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 500px;
  content: "";
  background-color: rgba(27, 27, 27, 0);
  /* 浏览器不支持时显示 */
  background-image: linear-gradient(rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0));
  z-index: 2;
}
.ind_a {
  min-width: 1200px;
  margin: 0 auto 100px;
  overflow: hidden;
}
.ind_a .box {
  height: 570px;
  position: relative;
  overflow: hidden;
}
.ind_a .a1 {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.ind_a .a1 img {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.ind_a .a2 {
  float: right;
  width: 50%;
  height: 100%;
  padding: 90px 0 0 40px;
  position: relative;
}
.ind_a .a2 h3 {
  position: absolute;
  line-height: 72px;
  font-size: 60px;
  color: #ffd453;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  top: 58px;
  left: -243px;
  font-weight: bold;
}
.ind_a .a2 .text {
  max-width: 670px;
  padding-right: 10px;
}
.ind_a .a2 .text em {
  display: block;
  width: 50px;
  height: 10px;
  background-color: #1b1b1b;
  margin-bottom: 115px;
}
.ind_a .a2 .text h6 {
  line-height: 70px;
  color: #1b1b1b;
  font-size: 24px;
}
.ind_a .a2 .text .b1 {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ind_a .a2 .text a {
  display: block;
  width: 100px;
  line-height: 40px;
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
}
.ind_a .a2 .text a:hover {
  background: none;
  color: #1b1b1b;
}
.ind_b {
  background: url(../images/ind_b_bj.jpg) center center no-repeat;
  height: 1070px;
  min-width: 1200px;
}
.ind_b .tit_a h6 {
  color: #ffffff;
}
.ind_b .tit_a p {
  color: #ffffff;
}
.ind_b .nav_a {
  margin-bottom: 50px;
}
.ind_b .more {
  padding-top: 50px;
}
.more a {
  width: 350px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  color: #f2eefd;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s all;
}
.more a:hover {
  color: #000000;
}
.more a:hover::before,
.more a:hover::after {
  width: 100%;
}
.more a span {
  z-index: 2;
}
.more a::after,
.more a::before {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  content: "";
  z-index: 1;
  transition: 0.6s all;
  background-color: #ffd453;
}
.more a::before {
  border-radius: 50% 0 0 50%;
  right: 0;
}
.more a::after {
  border-radius: 0 50% 50% 0;
  background-color: #ffd453;
  left: 0;
}
.ind_d {
  background-color: #1b1b1b;
  min-width: 1200px;
  padding-bottom: 80px;
}
.ind_d .tit_a h6 {
  color: #ffffff;
}
.ind_d .tit_a p {
  color: #ffffff;
}
.ind_d .more {
  padding-top: 60px;
}
.ind_d .list_a li .text h6 {
  color: #999;
}
.ind_d .list_a li .text p {
  opacity: 0.3;
}
.footer {
  background: url(../images/footer_bj.jpg) bottom center no-repeat;
  padding: 46px 0 30px;
}
.footer .box {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .a1 .b1 {
  font-size: 28px;
  line-height: 46px;
  color: #ffffff;
}
.footer .a1 .b2 {
  font-size: 15px;
  line-height: 32px;
  color: #b8b8b8;
}
.footer .a1 .b3 {
  padding-top: 13px;
  font-size: 14px;
  line-height: 22px;
  color: #b8b8b8;
}
.footer .a1 .b4 {
  font-size: 30px;
  line-height: 44px;
  color: #e1e1e1;
  padding-bottom: 4px;
}
.footer .a1 .b5 {
  font-size: 14px;
  line-height: 30px;
  color: #b8b8b8;
}
.footer .a2 {
  width: 500px;
  padding-top: 46px;
}
.footer .a2 .b1 {
  line-height: 46px;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .a2 .b1 span {
  font-size: 20px;
  margin-left: 5px;
  text-transform: uppercase;
}
.footer .a2 .b2 {
  display: flex;
  flex-wrap: wrap;
}
.footer .a2 .b2 span {
  width: 25%;
  line-height: 44px;
}
.footer .a2 .b2 span a {
  color: #999999;
  font-size: 16px;
  transition: 0.5s;
}
.footer .a2 .b2 span a:hover {
  color: #ffffff;
}
.footer .a3 {
  width: 195px;
  padding-top: 30px;
}
.footer .a3 img {
  width: 195px;
  height: auto;
  display: block;
}
.footer .a3 p {
  text-align: center;
  font-size: 16px;
  color: #b8b8b8;
  padding-top: 15px;
}
.nav_a {
  padding: 0 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.nav_a .a2 {
  text-align: center;
  line-height: 40px;
  overflow-x: auto;
}
.nav_a .a2 span {
  display: inline-block;
  margin: 0 20px;
  color: #bbbbbb;
  position: relative;
}
.nav_a .a2 span i {
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
  display: block;
  font-style: normal;
}
.nav_a .a2 span:last-child::after {
  display: none;
}
.nav_a .a2 span::after {
  content: "·";
  font-size: 18px;
  top: 0;
  line-height: 40px;
  right: -24px;
  position: absolute;
  color: #fff;
}
.nav_a .a2 span.on {
  background-color: #ffd453;
  color: #000000;
}
.nav_a .a1,
.nav_a .a3 {
  position: absolute;
  top: 0;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.nav_a .a1 {
  background: url(../images/icon/b1.png) center center no-repeat;
  left: 0;
}
.nav_a .a1.on {
  background: url(../images/icon/b2.png) center center no-repeat;
}
.nav_a .a3 {
  background: url(../images/icon/b3.png) center center no-repeat;
  right: 0;
}
.nav_a .a3.on {
  background: url(../images/icon/b4.png) center center no-repeat;
}
.list_d {
  position: relative;
  margin: 0 -8px;
}
.list_d li {
  width: 25%;
  padding: 0 8px;
  float: left;
}
.list_d li a {
  display: block;
  overflow: hidden;
}
.list_d li a:hover .img::after {
  left: 0;
  width: 100%;
}
.list_d li a:hover p {
  color: #ffd453;
}
.list_d li .img {
  height: 210px;
  position: relative;
  overflow: hidden;
}
.list_d li .img::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  width: 0;
  background-color: #ffd453;
  transition: 0.8s;
}
.list_d li p {
  height: 58px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #f2eefd;
  transition: 0.8s;
}
.tit_a {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 45px;
}
.tit_a h6 {
  line-height: 64px;
  font-size: 60px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.15;
}
.tit_a p {
  line-height: 50px;
  padding-bottom: 5px;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}
.tit_a em {
  width: 50px;
  height: 6px;
  display: block;
  margin: 0 auto;
  background-color: #ffd453;
}
.list_a {
  position: relative;
  margin: 0 -15px;
}
.list_a li {
  width: 33.3333333%;
  padding: 0 15px;
  float: left;
  margin-top: 40px;
}
.list_a li:nth-child(1),
.list_a li:nth-child(2),
.list_a li:nth-child(3) {
  margin-top: 0;
}
.list_a li .item {
  display: block;
}
.list_a li .item:hover .text::after {
  width: 70px;
  background-color: #ffd453;
}
.list_a li .item:hover .text h6 {
  color: #ffd453;
}
.list_a li .item:hover .text p {
  color: #ffd453;
}
.list_a li .img {
  height: 300px;
  margin-bottom: 20px;
}
.list_a li .text {
  height: 78px;
  overflow: hidden;
  position: relative;
  padding-top: 8px;
}
.list_a li .text::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 2px;
  content: "";
  background-color: #999999;
  transition: 0.5s all;
}
.list_a li .text h6 {
  line-height: 32px;
  font-size: 20px;
  color: #333333;
  transition: 0.5s all;
}
.list_a li .text p {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  transition: 0.5s all;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
}
.page a {
  display: block;
  line-height: 40px;
  background-color: #f0f0f0;
  padding: 0 16px;
  margin: 0 10px;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.5s all;
}
.page a:hover {
  background-color: #ffd453;
  color: #000000;
}
.page em {
  color: #333333;
  font-size: 14px;
  margin: 0 5px;
  display: block;
}
.page .a1 {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
  outline: none;
  text-align: center;
  margin: 0 10px;
}
.page .a2 {
  width: 70px;
  height: 40px;
  background-color: #ffd453;
  border: none;
  border-radius: 4px;
  outline: none;
  text-align: center;
  margin: 0 10px;
  color: #000000;
  cursor: pointer;
}
.cqzs_a {
  overflow: hidden;
  padding: 0 0 110px;
}
.cqzs_a .list_a {
  padding-bottom: 70px;
}
.lxwm_a {
  padding-bottom: 90px;
}
.lxwm_a .a1 {
  padding-bottom: 24px;
}
.lxwm_a .a1 h6 {
  line-height: 30px;
  font-size: 26px;
  color: #000000;
}
.lxwm_a .a1 p {
  line-height: 32px;
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}
.lxwm_a .a2 {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.lxwm_a .a2 .item {
  max-width: 325px;
  height: 152px;
  padding-top: 14px;
  position: relative;
}
.lxwm_a .a2 .item:hover::after {
  width: 60%;
}
.lxwm_a .a2 .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #000000;
  transition: 0.6s;
}
.lxwm_a .a2 .item h6 {
  line-height: 54px;
  font-size: 18px;
  color: #999999;
}
.lxwm_a .a2 .item p {
  font-size: 20px;
  line-height: 24px;
  color: #464646;
}
.lxwm_a .a2 .item .b1 {
  background: url(../images/icon/lxwm_a1.png) 2px center no-repeat;
  padding-left: 30px;
}
.lxwm_a .a2 .item .b2 {
  background: url(../images/icon/lxwm_a2.png) 2px center no-repeat;
  padding-left: 26px;
}
.lxwm_a .a2 .item .b3 {
  background: url(../images/icon/lxwm_a3.png) 2px center no-repeat;
  padding-left: 32px;
}
.lxwm_a .a3 .map {
  height: 510px;
  overflow: hidden;
  margin-bottom: 20px;
}
.lxwm_a .a3 p {
  font-size: 18px;
  line-height: 1.7;
  color: #999999;
}
.ppjs_a .a1 {
  padding: 85px 0 95px;
  position: relative;
}
.ppjs_a .a2 {
  width: 580px;
  height: 700px;
  float: left;
  background-color: #fbfaf5;
  padding: 150px 20px 60px;
}
.ppjs_a .a2 .text {
  height: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
}
.ppjs_a .a3 {
  width: 580px;
  height: 700px;
  float: right;
  background-color: #fbfaf5;
  position: relative;
}
.ppjs_a .a3 .img {
  width: 500px;
  height: 500px;
  position: absolute;
  left: calc(50% - 250px);
  top: calc(50% - 250px);
  overflow: hidden;
}
.ppjs_a .a3 .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppjs_a .a3:hover .img img {
  transform: translate(-50%, -50%) scale(1.06);
}
.ppjs_a .a4 {
  position: absolute;
  width: 140px;
  height: 180px;
  background-color: #ffd453;
  left: 40px;
  top: 0;
  z-index: 1;
  padding-left: 15px;
  padding-top: 46px;
}
.ppjs_a .a4 h6 {
  line-height: 28px;
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
}
.ppjs_a .a4 h5 {
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}
.ppjs_a .a4 p {
  line-height: 40px;
  font-size: 26px;
  color: #000000;
}
.ppjs_a .a4 em {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000000;
}
.ppjs_b {
  height: 650px;
  background: url(../images/ppjs_b_bj.jpg) center center no-repeat;
  background-size: auto 100%;
  min-width: 1200px;
}
.ppjs_b .a1 {
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  min-height: 140px;
}
.ppjs_b .a2 {
  display: flex;
  justify-content: space-between;
}
.ppjs_b .a2 .item {
  padding: 0 30px;
  text-align: center;
}
.ppjs_b .a2 .item:hover span {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.ppjs_b .a2 .item span {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.ppjs_b .a2 .item span img {
  display: block;
  width: 110px;
  height: 110px;
}
.ppjs_b .a2 .item em {
  line-height: 36px;
  font-size: 26px;
  color: #000000;
  display: block;
}
.ppjs_b .a2 .item i {
  display: block;
  line-height: 28px;
  color: #666666;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.ppjs_c {
  padding-bottom: 120px;
}
.ppjs_c .item {
  overflow: hidden;
  width: 50%;
  height: 260px;
  float: left;
  padding-left: 25%;
  position: relative;
}
.ppjs_c .item:hover .img img {
  transform: translate(-50%, -50%) scale(1.06);
}
.ppjs_c .item .img {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f1f1f1;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ppjs_c .item .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.ppjs_c .item .text {
  height: 100%;
  background-color: #f0f6f8;
  padding: 66px 14px 0 30px;
}
.ppjs_c .item .text h6 {
  line-height: 44px;
  font-size: 24px;
  color: #333333;
}
.ppjs_c .item .text p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: justify;
}
.ppjs_c .item:nth-child(4n + 3),
.ppjs_c .item:nth-child(4n) {
  padding-left: 0;
  padding-right: 25%;
}
.ppjs_c .item:nth-child(4n + 3) .img,
.ppjs_c .item:nth-child(4n) .img {
  right: 0;
  left: auto;
}
.ppjs_c .item:nth-child(4n + 1) .img {
  background-color: #f1f1f1;
}
.ppjs_c .item:nth-child(4n + 1) .text {
  background-color: #f0f6f8;
}
.ppjs_c .item:nth-child(4n + 2) .img {
  background-color: #f5f5f5;
}
.ppjs_c .item:nth-child(4n + 2) .text {
  background-color: #f4f6f8;
}
.ppjs_c .item:nth-child(4n + 3) .img {
  background-color: #ebebed;
}
.ppjs_c .item:nth-child(4n + 3) .text {
  background-color: #f5f5f5;
}
.ppjs_c .item:nth-child(4n) .img {
  background-color: #ebebed;
}
.ppjs_c .item:nth-child(4n) .text {
  background-color: #f1f1f1;
}
.list_b {
  position: relative;
  margin: 0 -5px;
}
.list_b li {
  width: 25%;
  padding: 0 5px;
  float: left;
  margin-top: 10px;
}
.list_b li:nth-child(1),
.list_b li:nth-child(2),
.list_b li:nth-child(3) {
  margin-top: 0;
}
.list_b li:nth-child(6n + 1),
.list_b li:nth-child(6n + 0) {
  width: 50%;
}
.list_b li .item {
  display: block;
  background-color: #ffffff;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.list_b li .item:hover .text {
  bottom: 0;
}
.list_b li .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.list_b li .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.list_b li .text {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s all;
  padding: 0 40px;
}
.list_b li .text h6 {
  line-height: 2;
  font-size: 28px;
  color: #fff;
}
.list_b li .text p {
  line-height: 1.7;
  font-size: 20px;
  color: #fff;
}
.list_c {
  position: relative;
  margin: 0 -5px;
}
.list_c li {
  width: calc(100% / 6);
  padding: 0 5px;
  float: left;
  margin-top: 10px;
}
.list_c li:nth-child(1),
.list_c li:nth-child(2),
.list_c li:nth-child(3),
.list_c li:nth-child(4) {
  margin-top: 0;
}
.list_c li:nth-child(12n + 0),
.list_c li:nth-child(12n + 1),
.list_c li:nth-child(12n + 4),
.list_c li:nth-child(12n + 5),
.list_c li:nth-child(12n + 6),
.list_c li:nth-child(12n + 10) {
  width: calc(100% / 3);
}
.list_c li .item {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.list_c li .item p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  line-height: 1.2;
}
.list_c li .item p span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_c li .item:hover p {
  bottom: 0;
}
.list_c li .item:hover .img img {
  transform: translate(-50%, -50%) scale(1.03);
}
.list_c li .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.list_c li .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.khal_a {
  min-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 90px;
}
.khal_a .list_b {
  padding-bottom: 70px;
}
.cpzx_a {
  min-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 90px;
}
.cpzx_a .list_c {
  padding-bottom: 70px;
}
.cpzx_a .nav_a {
  width: 1200px;
  margin: 0 auto 50px;
}
.cpzx_a .nav_a .a2 span {
  color: #666666;
}
.cpzx_a .nav_a .a2 span::after {
  color: #666666;
}
.cpzx_a .nav_a .a2 span.on {
  background: none;
  color: #ffd453;
}
.dglc_a {
  height: 840px;
  min-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/dglc_a_bj.jpg) center center no-repeat;
}
.dglc_a.ind_c {
  height: 570px;
  background: url(../images/ind_c_bj.jpg) bottom center no-repeat;
}
.dglc_a.ind_c .tit_a {
  padding-bottom: 61px;
}
.dglc_a .a1 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  height: 192px;
  overflow: hidden;
}
.dglc_a .a2 {
  display: flex;
  justify-content: space-between;
  height: 200px;
  margin-bottom: 60px;
}
.dglc_a .a2 .item {
  width: 180px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.dglc_a .a2 .item:hover span img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.dglc_a .a2 .item i {
  right: 0;
  height: 22px;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
}
.dglc_a .a2 .item span {
  width: 72px;
  height: 72px;
  position: absolute;
  display: block;
  left: calc(50% - 36px);
}
.dglc_a .a2 .item span img {
  width: 100%;
  height: 100%;
  display: block;
}
.dglc_a .a2 .item em {
  width: 100%;
  line-height: 34px;
  position: absolute;
  display: block;
  left: 0;
  text-align: center;
  font-size: 22px;
  color: #39404f;
}
.dglc_a .a2 .item:nth-child(odd) i {
  background-color: #ffca25;
}
.dglc_a .a2 .item:nth-child(odd) i::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #39404f;
  top: calc(50% + 11px);
  content: "";
  left: calc(50% - 9px);
}
.dglc_a .a2 .item:nth-child(odd) span {
  bottom: calc(50% + 20px);
}
.dglc_a .a2 .item:nth-child(odd) em {
  top: calc(50% + 36px);
}
.dglc_a .a2 .item:nth-child(even) i {
  background-color: #39404f;
}
.dglc_a .a2 .item:nth-child(even) i::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid #ffca25;
  bottom: calc(50% + 11px);
  content: "";
  left: calc(50% - 9px);
}
.dglc_a .a2 .item:nth-child(even) span {
  top: calc(50% + 20px);
}
.dglc_a .a2 .item:nth-child(even) em {
  bottom: calc(50% + 36px);
}
.dglc_a .a2 .item:last-child i {
  right: 11px;
}
.dglc_a .a2 .item:last-child i::before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 22px solid #39404f;
  border-bottom: 22px solid transparent;
  top: calc(50% - 22px);
  content: "";
  right: -11px;
}
.dglc_a .a3 {
  text-align: center;
}
.dglc_a .a3 em {
  display: block;
  width: 627px;
  line-height: 72px;
  border: 1px solid #39404f;
  margin: 0 auto;
  border-radius: 36px;
  color: #39404f;
  font-size: 24px;
}
.dglc_b {
  padding: 35px 10px 70px;
}
.dglc_b .a1 {
  padding-left: 34px;
  height: 58px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/icon/dglc_b1.png) left center no-repeat;
}
.dglc_b .a1 em {
  font-size: 24px;
  color: #333333;
}
.dglc_b .a1 span {
  font-size: 20px;
  color: #d1d1d1;
}
.dglc_b .a2 {
  line-height: 36px;
  font-size: 16px;
}
.ryzz_a .a1 {
  padding-bottom: 55px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.ryzz_b {
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  height: 560px;
  overflow: hidden;
  margin-bottom: 100px;
}
.ryzz_b .bj {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: calc(50% + 130px);
}
.ryzz_b .main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.ryzz_b .a1 {
  line-height: 82px;
  padding-left: 24px;
  position: relative;
  font-size: 30px;
  color: #e21f27;
  font-weight: bold;
}
.ryzz_b .a1::after {
  width: 10px;
  height: 28px;
  background-color: #e21f27;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
}
.ryzz_b .a2 {
  height: 400px;
  overflow: hidden;
}
.ryzz_b .a2 .swiper-container {
  width: 100%;
  height: 100%;
}
.ryzz_b .a2 .swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.ryzz_b .a2 .text {
  flex: 1;
  line-height: 50px;
  font-size: 20px;
  color: #999999;
}
.ryzz_b .a2 .img {
  width: 640px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ryzz_b .a2 .img img {
  height: auto;
  max-height: 100%;
  width: 560px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.ryzz_b .a3 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ryzz_b .a3 .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  border-radius: 3px;
  background-color: #d1d1d1;
  opacity: 1;
  margin-right: 10px;
}
.ryzz_b .a3 .swiper-pagination-bullet-active {
  background-color: #666666;
}
.crumb {
  display: flex;
  height: 82px;
  padding-left: 30px;
  font-size: 18px;
  color: #666666;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
  background: url(../images/icon/crumb.png) left center no-repeat;
}
.cpxq_a {
  padding: 50px 60px 50px 40px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  box-shadow: 0 0 29px rgba(193, 193, 193, 0.19);
  display: flex;
  justify-content: space-between;
}
.cpxq_a .img {
  width: 500px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.cpxq_a .img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.cpxq_a .text {
  width: 560px;
  height: 400px;
  overflow: hidden;
  padding-top: 27px;
}
.cpxq_a .text h6 {
  line-height: 62px;
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.cpxq_a .text .a1 {
  padding-top: 14px;
}
.cpxq_a .text .a1 p {
  line-height: 44px;
  font-size: 18px;
  color: #666666;
}
.cpxq_a .text .a1 p span {
  color: #f02746;
}
.cpxq_b {
  padding: 20px 0 70px;
}
.cpxq_b .a1 {
  text-align: center;
  font-size: 24px;
  line-height: 100px;
}
.cpxq_b .a2 img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 1760px) {
  .list_b li .item {
    height: 580px;
  }
  .list_c li .item {
    height: 380px;
  }
  .header {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1600px) {
  .list_b li .item {
    height: 540px;
  }
  .list_c li .item {
    height: 340px;
  }
}
@media screen and (max-width: 1500px) {
  .list_b li .item {
    height: 520px;
  }
  .list_c li .item {
    height: 310px;
  }
  .header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1400px) {
  .list_b li .item {
    height: 460px;
  }
  .list_c li .item {
    height: 290px;
  }
  .header .a1 {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .list_b li .item {
    height: 420px;
  }
  .list_c li .item {
    height: 270px;
  }
  .header {
    padding: 0 20px;
  }
  .header .a1 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1220px) {
  .list_b li .item {
    height: 370px;
  }
  .list_c li .item {
    height: 250px;
  }
  .header {
    padding: 0 10px;
  }
  .header .a1 {
    margin-right: 50px;
  }
  .header .a3 a {
    margin-right: 20px;
  }
}
