@charset "UTF-8";
/* 首页 */
.banner {
  height: calc(100vh - 10rem);
  min-height: 720px;
  max-height: 1155px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 10rem;
  z-index: 0;
}

.banner .swiper-container,
.banner .swiper-slide {
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner .swiper-container .pimg,
.banner .swiper-slide .pimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 10s;
  -moz-transition: 10s;
  -webkit-transition: 10s;
}

.banner .swiper-container.swiper-slide-active .pimg,
.banner .swiper-slide.swiper-slide-active .pimg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.banner .wp {
  height: 100%;
}

.banner .slide-txt {
  max-width: 86rem;
  color: #fff;
}

.banner .slide-txt .tit {
  line-height: 1.4;
  font-weight:bold;
}

.banner .slide-txt .link {
  margin-top: 8rem;
}

.banner .slide-txt .link a {
  width: 21.8rem;
  height: 6.7rem;
  padding: 0 4.3rem;
  border-radius: 4.3rem;
  color: #fff;
  transition: all ease .3s;
  border: 0.1rem solid #FFFFFF;
}

.banner .slide-txt .link a i {
  font-size: 3rem;
}

.banner .slide-txt .link a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.banner .dot {
  width: 100%;
  bottom: 11.8rem;
  left: 0;
  position: fixed;
  z-index: 2;
}

.banner .dot .swiper-pagination-bullet {
  width: 5rem;
  height: 0.2rem;
  background: #fff;
  opacity: 1;
  margin-right: 2rem;
}

.banner .dot .swiper-pagination-bullet-active {
  background: var(--color);
}

.home {
  position: relative;
  z-index: 1;
}

.home .seclist {
  background: #fff;
  margin-top: 960px;
  position: relative;
  z-index: 2;
}

.sec-type {
  color: var(--color);
  margin: 4rem 0 8rem;
}

.sec-type .sec-tit {
  font-weight: 600;
}

.sec-type .fl {
  max-width: 95rem;
}

.sec-type .fl .sec-desc {
  color: #333;
  margin-top: 1.2rem;
}

.sec-type .link {
  margin-top: 5rem;
}

.sec-type .link a {
  color: #999;
}

.sec-type .link a img {
  width: 3rem;
  margin-left: 2.6rem;
}

.sec-type .link a:hover {
  color: var(--color);
}

.section1 {
  padding: 6rem 0 3rem;
}

.section1 .slides1 {
  margin: 8rem 0;
}

.section1 .slides1 .jt {
  cursor: pointer;
}

.section1 .slides1 .jt i {
  font-size: 3rem;
  color: #666;
}

.section1 .slides1 .jt:hover i {
  color: var(--color);
}

.section1 .slides1 .swiper-slide {
  text-align: center;
  cursor: pointer;
}

.section1 .slides1 .swiper-slide .icon {
  height: 5.2rem;
}

.section1 .slides1 .swiper-slide .icon img {
  max-height: 5.2rem;
}

.section1 .slides1 .swiper-slide .tit {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.section1 .slides1 .swiper-slide .tit::after {
  content: "";
  width: 0;
  height: 0.2rem;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section1 .slides1 .swiper-slide.swiper-slide-thumb-active .tit::after {
  width: 12.4rem;
}

.section1 .slides2 .item {
  overflow: hidden;
}

.section1 .slides2 .info {
  width: 54.8%;
  position: relative;
  z-index: 1;
}

.section1 .slides2 .info .contbox {
  padding: 9rem 5.4rem;
}

.section1 .slides2 .info .cont1 {
  height: 100%;
  background: #FBFBFB;
}

.section1 .slides2 .info .cont2 {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all ease .3s;
  background: var(--color);
  color: #fff;
}

.section1 .slides2 .info .cont2 .link a {
  color: #fff;
  border-color: #fff;
}

.section1 .slides2 .info .cont2 .link a:hover {
  opacity: .88;
}

.section1 .slides2 .info .link a {
  width: 19.7rem;
  height: 7rem;
  color: var(--color);
  padding: 0 3.5rem;
  border: 0.2rem solid #0D599D;
}

.section1 .slides2 .info .link a i {
  font-size: 2rem;
}

.section1 .slides2 .info:hover .cont2 {
  height: 100%;
  z-index: 1;
  bottom: 0;
}

.section1 .slides2 .item-pic {
  flex: 1;
  overflow: hidden;
}

.section2 .lbt {
  overflow: hidden;
}

.section2 .tabs {
  width: 50.8rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.section2 .tabs li {
  padding: 6rem;
  color: #333;
  cursor: pointer;
}

.section2 .tabs li .icon {
  width: 3.9rem;
  height: 3.9rem;
  margin-right: 2.5rem;
}

.section2 .tabs li .icon .i2 {
  display: none;
}

.section2 .tabs li.active {
  color: #fff;
  background: var(--color);
  margin-left: -4rem;
}

.section2 .tabs li.active .icon .i1 {
  display: none;
}

.section2 .tabs li.active .icon .i2 {
  display: block;
}

.section3 .gbox1 {
  margin-top: 3rem;
}

.section3 .gbox2 {
  color: #333;
  margin: 2rem 0 6rem;
}

.section3 .gbox2 .sec-desc {
  max-width: 91.2rem;
}

.section4 {
  clear: both;
  padding: 2rem 0 8rem;
}

.section4 .slides {
  margin-top: -2rem;
}

.section4 .item .item-txt {
  background: #F8F8F8;
  padding: 2.8rem;
}

.section4 .item .item-txt .time {
  color: #ccc;
}

.section4 .item .item-txt .tit {
  margin: 1.5rem 0;
}

.section4 .item .item-txt .desc {
  color: #999;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  height: 6em;
}

.inner-slide {
  height: 54rem;
  color: #fff;
  text-align: center;
}

.inner-slide .wp {
  height: 100%;
}

.inner-slide .tit {
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

.inner-slide .tit::after {
  content: "";
  width: 6rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.inner-slide.inner-slide2 {
  text-align: left;
}

.inner-slide.inner-slide2 .tit::after {
  left: 0;
  transform: translateX(0);
}

.inner-slide.inner-slide2 .desc {
  max-width: 56.5rem;
}

.inner-slide.inner-slide2 .vmore {
  margin-top: 4rem;
}

.inner-slide.inner-slide3 {
  height: 79.5rem;
  text-align: left;
  color: #333;
}

.inner-slide.inner-slide3 .tit {
  color: var(--color);
}

.inner-slide.inner-slide3 .tit::after {
  left: 0;
  transform: translateX(0);
}

.inner-slide.inner-slide3 .desc {
  max-width: 56.5rem;
  line-height: 1.7;
  margin: -1rem 0 9rem;
}

.inner-slide.inner-slide3 .vmore a {
  background: var(--color);
  color: #fff;
}

.inner-slide.inner-slide3 .vmore a i {
  color: #fff;
}

.vmore a {
  height: 5.7rem;
  padding: 0 3.5rem;
  background: #fff;
  color: var(--color);
}

.vmore a i {
  color: var(--color);
  font-weight: bold;
  font-size: 13px;
  margin-left: 1.6rem;
}

.vmore a:hover {
  color: #fff;
}

.vmore a:hover i {
  color: #fff;
}

.bgt {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.subcat {
  background: linear-gradient(270deg, #C5D0DA 0%, #FFFFFF 100%), #FFFFFF;
  box-shadow: 0rem 0.2rem 1rem 0rem rgba(170, 170, 170, 0.5);
  margin: 4.5rem 0;
  z-index: 22;
}

.subcat li {
  min-width: 25.3rem;
}

.subcat li a {
  display: block;
  text-align: center;
  padding: 3.7rem 0;
}

.subcat li.on a, .subcat li.active a {
  background: var(--color);
  color: #fff;
}

.news .item .item-txt {
  padding: 3.5rem;
  background: #f9f9f9;
}

.news .item .time {
  color: #999;
  margin-top: 1rem;
}

.pages {
  padding: 5rem 0 6rem;
}

.pages li {
  margin: 0 .5rem;
  flex-shrink: 0;
}

.pages li a {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all ease .3s;
}

.pages li a i {
  font-size: 1.1rem;
  font-weight: bold;
}

.pages li.a1 a {
  border: 1px solid #999;
}

.pages li.on a, .pages li:hover a {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.bgf7 {
  background: #f7f7f7;
}

.newsbox .contbox {
  background: #fff;
  padding: 4rem 2rem 6rem 2rem;
  flex: 1;
  overflow: hidden;
}

.newsbox .contbox .wrap {
  max-width: 88.5rem;
}

.newsbox .contbox .news-time {
  margin: 2rem 0 3.5rem;
}

.newsbox .contbox .news-time span {
  margin-left: 2rem;
}

.newsbox .contbox .news-info {
  line-height: 1.6;
}

.newsbox .contbox .news-info img {
  max-width: 100% !important;
  height: auto !important;
}

.newsbox .sidebar {
  max-width: 44.2rem;
  margin-left: 1.4rem;
}

.newsbox .sidebar .wrap {
  background: #fff;
  padding: 2rem 4rem 2.3rem 4rem;
}

.newsbox .sidebar .tabs {
  margin-bottom: 3rem;
}

.newsbox .sidebar .tabs li {
  text-align: center;
}

.newsbox .sidebar .tabs li a {
  padding: 1.5rem 0;
  position: relative;
  display: block;
  font-weight: 600;
}

.newsbox .sidebar .tabs li a::after {
  content: "";
  width: 0;
  height: .2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color);
}

.newsbox .sidebar .tabs li.on a {
  color: var(--color);
}

.newsbox .sidebar .tabs li.on a::after {
  width: 100%;
}

.newsbox .sidebar .tablist .itembox {
  display: none;
}

.newsbox .sidebar .tablist li {
  margin-top: 2rem;
}

.newsbox .sidebar .tablist li .info {
  margin-left: 2.2rem;
}

.newsbox .sidebar .tablist li .info .time {
  color: #999;
  margin-top: 2rem;
}

.newsbox .sidebar .tablist .item-link {
  padding: 3rem 0 0 0;
}

.newsbox .sidebar .tablist .item-link i {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: .4rem;
}

.subcat2 {
  margin: 5.3rem 0;
}

.subcat2 .slides {
  flex: 1;
  overflow: hidden;
  background: linear-gradient(270deg, #C5D0DA 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.2rem 1rem 0rem rgba(170, 170, 170, 0.5);
}

.subcat2 .slides a {
  display: block;
  text-align: center;
  padding: 3.7rem 0;
}

.subcat2 .slides .active a {
  background: var(--color);
  color: #fff;
}

.subcat2 .btn {
  margin-left: 4.7rem;
}

.subcat2 .btn .jt {
  width: 8rem;
  height: 8rem;
  background: #fff;
  border: 1px solid #EAEAEA;
  margin-left: -1px;
  cursor: pointer;
}

.subcat2 .btn .jt i {
  font-size: 2rem;
  color: #EAEAEA;
}

.subcat2 .btn .jt:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.subcat2 .btn .jt:hover i {
  color: #fff;
}

.product {
  padding-bottom: 4rem;
}

.product .list .item {
  text-align: center;
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4rem;
  transition: all ease .3s;
}

.product .list .item::after {
  height: .2rem;
}

.product .list .item .item-tit {
  margin: 2rem 0 3rem;
}

.product .list .item .item-link span {
  width: 7.4rem;
  height: 4.5rem;
  background: #fff;
  transition: all ease .3s;
  border-radius: 2.3rem;
  border: 0.1rem solid #D5D5D5;
}

.product .list .item .item-link span i {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--color);
}

.product .list .item:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBEFF2 100%);
  box-shadow: 0rem 0.6rem 1.5rem 0rem rgba(207, 207, 207, 0.5);
}

.product .list .item:hover .item-link span {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.product .list .item:hover .item-link span i {
  color: #fff;
}

.toolbar {
  border-bottom: 1px solid #979797;
  margin-bottom: 2.5rem;
}

.toolbar ul {
  width: 100%;
  max-width: 88.7rem;
}

.toolbar ul li {
  padding: 2.2rem;
  position: relative;
  cursor: pointer;
}

.toolbar ul li::after {
  content: "";
  width: 0;
  height: .2rem;
  position: absolute;
  bottom: 0;
  background: var(--color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.toolbar ul li.on a{
  color: var(--color);
}

.toolbar ul li.on::after {
  width: 100%;
}

/* 产品详情 */
.detail {
  padding-bottom: 4rem;
}

.detail .pro-tit {
  margin: 2rem 0 3rem;
}

.detail .tablist .itembox {
  display: none;
}

.detail .tablist .youshi {
  padding: 3rem 7rem;
}

.detail .tablist .youshi .info {
  max-width: 83rem;
}

.detail .tablist .youshi .info .tit {
  padding-bottom: 3rem;
  position: relative;
}

.detail .tablist .youshi .info .tit::after {
  content: "";
  width: 5.4rem;
  height: 0.2rem;
  background: #0E589D;
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail .tablist .youshi .info .desc {
  margin: 2.7rem 0 8.5rem;
  color: #666E80;
}

.detail .tablist .youshi .info .link a {
  width: 41rem;
  height: 5.7rem;
  border: 0.1rem solid #0D599D;
  padding: 0 3rem;
  font-weight: bold;
  color: var(--color);
}

.detail .tablist .youshi .info .link a:hover {
  color: #fff;
}

.detail .tablist .zhibiao {
  margin-top: -2rem;
}

.detail .tablist .zhibiao li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
}

.detail .tablist .zhibiao li .label {
  width: 22%;
  padding-left: 3.5rem;
  font-weight: bold;
}

.detail .tablist .zhibiao li .info {
  flex: 1;
}

.zhibiao hr{border-bottom:1px solid #ddd;margin:10px 0;}

.detail .tablist .peizhi {
  margin-top: -1rem;
}

.detail .tablist .peizhi .item {
  transition: all ease .3s;
}

.detail .tablist .peizhi .item .item-pic {
  background: #F7F7F7;
}

.detail .tablist .peizhi .item .item-tit {
  background: #fff;
  padding: 3rem 4rem;
}

.detail .tablist .peizhi .item:hover {
  background: #F7F7F7;
  box-shadow: 0rem 0.2rem 1rem 0rem rgba(0, 0, 0, 0.1);
}

/* 产品配置 - 悬浮弹框 */
.peizhi-li .item-pic {
  position: relative;
  overflow: visible !important;
}
.peizhi-li .peizhi-tip {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  z-index: 9999;
  padding: 0;
  overflow: visible;
}
.peizhi-tip-arrow {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 3px 3px 6px rgba(0,0,0,0.08);
}
.peizhi-tip-inner {
  position: relative;
  z-index: 1;
  padding: 18px 20px;
}
.peizhi-tip-head {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.peizhi-tip-body {
  font-size: 13px;
  color: #333;
  line-height: 1.8;
}
.peizhi-li:hover .peizhi-tip {
  display: block !important;
}

.detail .tablist .lingyu .item {
  position: relative;
  height: 46.2rem;
  z-index: 1;
  overflow: hidden;
}

.detail .tablist .lingyu .item .pimg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.detail .tablist .lingyu .item .tit {
  color: #fff;
  position: absolute;
  left: 3.7rem;
  bottom: 3.8rem;
}

/* solute */
.solute .item {
  height: 50.4rem;
  overflow: hidden;
  position: relative;
}

.solute .item .link {
  position: absolute;
  bottom: 3.6rem;
  color: var(--color);
}

.solute .item .link i {
  font-size: 12px;
  margin-left: 1.5rem;
}

.solute .item:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBEFF2 100%);
  box-shadow: 0rem 0.6rem 1.5rem 0rem rgba(207, 207, 207, 0.5);
}

.solute .item .item-txt1,
.solute .item .item-txt2 {
  padding: 5rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease .3s;
}

.solute .item .item-txt1 {
  background: #F9F9F9;
  top: 0;
}

.solute .item .item-txt2 {
  background: var(--color);
  color: #fff;
  bottom: -100%;
}

.solute .item:hover .item-txt2 {
  bottom: 0;
}

.solute .item:hover .item-txt2 .tit, .solute .item:hover .item-txt2 .link {
  color: #fff;
}

.solute2 {
  padding-bottom: 8rem;
}

.solute2 li {
  position: relative;
}

.solute2 li .wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.solute2 li .wrap .wp {
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.solute2 li .xm6 {
  position: relative;
  z-index: 1;
}

.solute2 li .info {
  width: 100%;
  max-width: 56.4rem;
}

.solute2 li .info .desc {
  margin-top: 4rem;
  text-align:justify;
  line-height:1.5!important
}
.solute2 li .info .desc p{
	  line-height:1.5!important
}
/* job */
.job {
  padding-top: 2rem;
}

.job .job-tit {
  font-weight: normal;
  margin-bottom: 3rem;
}

.job .job-info h3 {
  font-weight: normal;
}

.job .job-info .cont h3 {
  margin: 2rem 0 1rem;
}

.job .job-info .cont ul {
  padding-left: 2rem;
}

.job .job-info .cont li {
  list-style-type: disc;
}

.job .job-info .link {
  padding: 3rem 0 2rem;
}

.job .job-info .link a {
  padding: .8rem 3.5rem;
  background: var(--color);
  color: #fff;
}

.job .job-info .link a:hover {
  opacity: .88;
}

.job .job-info .toudi {
  color: #A1A7B2;
}

.job .job-info .toudi a {
  color: #A1A7B2;
}

.job .job-info .toudi a:hover {
  color: var(--color);
}

.job .job-info .sxp {
  padding: 3.5rem 0 5rem;
  border-top: 1px solid #EAEAEA;
  margin-top: 2rem;
  color: #A1A7B2;
}

.job .job-info .sxp li {
  max-width: 48%;
}

.job .job-info .sxp li a {
  color: #A1A7B2;
}

.job .job-info .sxp li span {
  width: 5.1rem;
  height: 5.1rem;
  flex-shrink: 0;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.3rem;
  transition: all ease .3s;
}

.job .job-info .sxp li:nth-child(2) span {
  margin: 0 0 0 2.3rem;
}

.job .job-info .sxp li:hover span {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}

.job .job-info .sxp li:hover a {
  color: var(--color);
}

/*select*/
.select {
  width: 100%;
  position: relative;
  border-radius:0.6rem;
  padding:1rem 1rem;
  background: #F7F7F7;
}

.select dt,.select select {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height:7rem;
  cursor: pointer;
  line-height:2;
  font-size:1.6rem;
  background:none;
  outline:0;
}
.select select option{
  padidng:1rem 0;
}
.select2{
  padding:0 1rem!important;
  background:none!important;
}
.select2 dt{
	  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 9.3rem;
  cursor: pointer;
  padding: 0 3rem!important;
  background: #F7F7F7!important;
}
.select dt input {
  color: var(--color);
  cursor: pointer;
  position: relative;
  font-weight: 600;
  display: block;
  text-align: left;
  overflow: hidden;
  background: none;
}

.select dt input::-webkit-input-placeholder {
  font-weight: 600;
  color: #333;
}

.select dd {
  margin: 0;
  position: absolute;
  left: 0px;
  top: 9.3rem;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
}

.select dd ul {
  list-style: none;
  overflow: auto;
  padding: 0;
  background: #fff;
  overflow-x: auto;
  border: #eee solid 1px;
  border-top: none;
  height: 25rem;
}

.select dd ul li {
  width: 100%;
  text-align: left;
  padding: 1.5rem 3.2rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  color: #999;
}

.select dd ul li:last-child {
  border-bottom: none;
}

.select dd ul li:hover {
  color: #004098;
}

/* service */
.service .tablist .itembox {
  display: none;
}

.service .select-list {
  margin-bottom: 1.5rem;
}

.service .down-list li {
  padding: 2.8rem 3.2rem;
  border: 0.1rem solid #D2D2D2;
  margin-bottom: 1.6rem;
}

.service .down-list li .fl {
  max-width: 65%;
}

.service .down-list li .fr {
  color: #999;
}

.service .down-list li .fr .dd:nth-child(2) {
  margin: 0 6.5rem 0 3rem;
}

.service .down-list li .fr .dd:nth-child(3) {
  width: 3rem;
}

.service .down-list li .fr .dd:nth-child(3) i {
  font-size: 3rem;
  color: #333;
}

.service .down-list li .fr .dd:hover a i {
  color: var(--color);
}

.service .down-list li:hover .fl {
  color: var(--color);
}

.service .case-list {
  padding: 2rem 0;
}

.service .case-list li {
  margin-bottom: 4.8rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.service .case-list li:nth-child(1) {
  border-top: 0;
}

.service .case-list li .item .item-pic {
  width: 45.4rem;
  flex-shrink: 0;
  height: 30.2rem;
  margin-right: 7.1rem;
}

.service .case-list li .item .item-pic a {
  display: block;
  height: 100%;
}

.service .case-list li .item .item-info {
  padding-right: 6.4rem;
  overflow:hidden;
}

.service .case-list li .item .item-info .item-tit .time {
  color: #999;
  flex-shrink: 0;
  font-family: 'Arial';
  margin-left:5rem;
}

.service .case-list li .item .item-info .item-desc {
  margin: 3rem 0;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
}

.service .case-list li .item .item-info .item-link a {
  width: 13.8rem;
  height: 4.2rem;
  padding: 0 1.8rem;
  color: var(--color);
  border: 0.1rem solid #0D599D;
}

.service .case-list li .item .item-info .item-link a i {
  color: var(--color);
}

.service .case-list li .item .item-info .item-link a:hover {
  color: #fff;
}

.service .case-list li .item .item-info .item-link a:hover i {
  color: #fff;
}

.service .case-list li:last-child {
  margin-bottom: 0;
}

/* about */
.about {
  position: relative;
  background-position: top center;
  padding-top: 4rem;
}

.about .sub1 {
  position: sticky;
  background: none;
  z-index: 3;
}

.about .sub1 .subcat {
  margin-top: 2rem;
}

.about .sub1 .subcat li {
  min-width: 16.66%;
}

.about .about1 {
  padding: 2rem 0 6rem;
}

.about .about1 .item-pic {
  width: 100%;
  max-width: 46.9%;
  flex-shrink: 0;
  height: 79.8rem;
  position: relative;
}

.about .about1 .item-pic ul {
  position: absolute;
  bottom: 6rem;
  color: #fff;
  width: 100%;
  left: 0;
}

.about .about1 .item-pic ul li {
  width: 33.33%;
  text-align: center;
}

.about .about1 .item-pic ul li .en {
  font-size: 1.9rem;
}

.about .about1 .item-info {
  flex: 1;
  overflow: hidden;
  margin-left: 8.5rem;
}

.about .about1 .item-info .ab-type {
  margin-top: -3rem;
}

.about .about1 .item-info .ab1-tit {
  margin: 2.5rem 0 4.5rem;
  line-height: 1.25;
}

.about .about1 .item-info .ab1-info {
  color: #666E80;
  text-align:justify;
}

.about .about1 .item-info .ab1-num {
  margin-top: 5rem;
}

.about .about1 .item-info .ab1-num li {
  margin-right: 15rem;
}

.about .about1 .item-info .ab1-num li .icon img {
  height: 5.4rem;
}

.about .about1 .item-info .ab1-num li .num {
  font-weight: bold;
  margin: 0.6rem 0;
  font-family: 'DIN';
}

.about .about1 .item-info .ab1-num li .tit {
  white-space: nowrap;
}

.about .ab-type {
  color: var(--color);
}

.about .about2 {
  padding: 2rem 0 4rem 0;
  background: #fff;
}

.about .about2 .gallery-top .item .info .tit {
  margin: 5rem 0 3.2rem;
  font-weight: normal;
}

.about .about2 .gallery-top .item .info .desc {
  color: #666E80;
  max-width: 72.1rem;
  line-height: 1.8;
  text-align:justify;
  letter-spacing: 1px;
}

.about .about2 .slides {
  font-family: 'DIN';
  margin-top: 6rem;
  position: relative;
}

.about .about2 .slides .jt {
  width: 4.2rem;
  height: 4.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  border-radius: 50%;
  transition: all ease .3s;
}

.about .about2 .slides .jt i {
  color: #C5C5C5;
  font-size: 2rem;
}

.about .about2 .slides .jt:hover {
  background: var(--color);
}

.about .about2 .slides .jt:hover i {
  color: #fff;
}

.about .about2 .slides .swiper-slide {
  text-align: center;
}

.about .about2 .slides .swiper-slide .item {
  cursor: pointer;
}

.about .about2 .slides .lbt {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.about .about2 .slides .lbt::after {
  content: "";
  width: 88%;
  height: .1rem;
  background: #ddd;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.about .about2 .slides .lbt .item {
  padding-bottom: 2.5rem;
  position: relative;
}

.about .about2 .slides .lbt .item::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #F0F0F0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}

.about .about2 .slides .lbt .item::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.about .about2 .slides .lbt .swiper-slide-thumb-active .item {
  color: var(--color);
}

.about .about2 .slides .lbt .swiper-slide-thumb-active .item::before {
  background: var(--color);
}

.about .about2 .slides .lbt .swiper-slide-thumb-active .item::after {
  background: #fff;
}

.about .about3 {
  background: #fff;
  padding: 2rem 0 4rem 0;
}

.about .about3 .ab3-box1 {
  margin-bottom: 6rem;
}

.about .about3 .ab3-box1 .info .tit {
  max-width: 74.7rem;
  margin-top: 2.6rem;
  line-height: 1.2;
}

.about .about3 .ab3-box1 .tabs li {
  padding: 1.7rem 0;
  cursor: pointer;
  text-align: center;
  min-width: 13.4rem;
  margin-left: 1rem;
  background: #fff;
  border: 0.1rem solid #CDCDCD;
  color: #A1A7B2;
}

.about .about3 .ab3-box1 .tabs li.on {
  color: var(--color);
  border-color: var(--color);
}

.about .about3 .tablist .itembox {
  display: none;
}

.about .about3 .tablist .item {
  text-align: center;
  padding: 1rem 3rem;
  background: #F5F6F8;
}

.about .about3 .tablist .item .item-pic {
  padding: 1.5rem 0;
}

.about .about3 .tablist .item .item-pic img {
  max-height: 30rem;
}

.about .about3 .tablist .item .item-tit {
  padding: 1.3rem 0;
  border-top: 1px solid #EAEAEA;
}

.about .about3 .tablist .slides-btn {
  margin-top: 6rem;
}

.about .about3 .tablist .slides-btn .swiper-pagination {
  position: unset;
  text-align: left;
}

.about .about3 .tablist .slides-btn .num {
  flex: 1;
  height: 5.8rem;
  align-items: flex-end;
  padding-bottom: 1.8rem;
  font-family: 'DIN';
  border-bottom: 1px solid #CDCDCD;
  color: #A1A7B2;
  font-size: 2.6rem;
}

.about .about3 .tablist .slides-btn .num .swiper-pagination {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}

.about .about3 .tablist .slides-btn .num .swiper-pagination-current {
  color: var(--color);
  font-size: 4rem;
}

.about .about3 .tablist .slides-btn .btn {
  margin-left: 1.5rem;
}

.about .about3 .tablist .slides-btn .btn a {
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #EAEAEA;
  margin-left: -1px;
  transition: all ease .3s;
}

.about .about3 .tablist .slides-btn .btn a i {
  font-size: 2.2rem;
  color: #EAEAEA;
}

.about .about3 .tablist .slides-btn .btn a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.about .about3 .tablist .slides-btn .btn a:hover i {
  color: #fff;
}

.about .about4 {
  padding: 7rem 0 8rem 0;
  background-position: top center;
}

.about .about4 .desc {
  margin: 3.5rem 0 5rem;
}

.about .about4 .hzt {
  position: relative;
  height: 80.1rem;
}

.about .about4 .hzt li {
  position: absolute;
}

.about .about4 .hzt li .item {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .about4 .hzt li .item {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all ease .3s;
}

.about .about4 .hzt li:hover .item {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
}

.about .about5 {
  background: #fff;
  padding: 2rem 0 4rem 0;
}

.about .about5 .join-box1 {
  padding: 1.5rem 0 2rem 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.about .about5 .join-box1 .tit {
  font-weight: bold;
}

.about .about5 .join-box1 .time {
  width: 17rem;
}

.about .about5 .join-list li .item {
  padding: 3.2rem 0;
  border-bottom: 1px solid #EDEDED;
  transition: all ease .3s;
}

.about .about5 .join-list li .item .tit {
  padding-left: 8rem;
  position: relative;
}

.about .about5 .join-list li .item .tit::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: #0E589D;
  position: absolute;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.about .about5 .join-list li .item .time {
  width: 17rem;
}

.about .about5 .join-list li:hover .item {
  background: var(--color);
  color: #fff;
}

.about .about5 .join-list li:hover .item .tit::before {
  background: #fff;
}

.about .about6 {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.about .about6::before {
  content: "";
  width: 65%;
  height: 120%;
  position: absolute;
  left: 0;
  top: -10%;
  z-index: 2;
  background: #fff;
  background: linear-gradient(to right, #fff, #F7F8F9);
  /* 线性渐变 */
  filter: blur(35px);
}

.about .about6 .contbox {
  position: absolute;
  z-index: 2;
  top: 0;
}

.about .about6 .mapDiv {
  width: 65%;
  float: right;
  height: 80vh;
}

.about .about6 .ab-type {
  margin: 3rem 0;
}

.about .about6 .gsm {
  margin: 3rem 0 5rem;
}

.about .about6 .list {
  max-width: 82rem;
  border-top: 1px solid #ccc;
}

.about .about6 .list li .item {
  border-bottom: 0.1rem solid #CCCCCC;
  padding: 3.6rem 0;
}

.about .about6 .list li .item.item1 {
  height: 18rem;
  padding-top: 3rem;
}

.about .about6 .list li .item.item2 {
  max-width: 38rem;
  color: #A1A7B2;
}

.about .about6 .list li .item img {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1.4rem;
}

.about .about6 .list li.xm6 {
  max-width: 47%;
}

.about .about6 .list li .info {
  color: #A1A7B2;
  font-weight: normal;
}

.about .about6 .list li:last-child .item {
  border-bottom: 0;
}

/* 地图*/
.section3 .form .liDiv {
  width: 26rem;
  height: 6rem;
  margin-left: 2rem;
}

.section3 .form .liDiv .select {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  height: 6rem;
}

.section3 .form .liDiv .select dt i {
  font-weight: bold;
}

.section3 .form .liDiv2 {
  width: 36.5rem;
  height: 6rem;
  margin-left: 2rem;
  background: #FFFFFF;
  box-shadow: 0.1rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
}

.section3 .form .liDiv2 input {
  flex: 1;
  padding: 0 1rem 0;
}

.section3 .form .liDiv2 button {
  width: 11.1rem;
  height: 6rem;
  background: #0D599D;
  border-radius: 0rem 1rem 1rem 0rem;
  color: #fff;
}

.indexPart4 {
  padding: 7rem 0 7.5rem;
}

.indexPart4 .indexTitle .title1 {
  color: #dcdcdc;
}

.indexPart4 .wen1 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  color: #5b5b5b;
  padding-top: 4rem;
  padding-bottom: 1.5px;
  text-align: center;
  text-transform: uppercase;
}

.indexPart4 .wen2 {
  font-weight: bold;
  font-size: 4.8rem;
  color: #5b5b5b;
  line-height: 4.8rem;
  text-align: center;
  padding-bottom: 8rem;
}

.indexPart4 .leftDiv {
  width: 73.2%;
}

.indexPart4 .form .liDiv {
  float: left;
  margin-right: 1.5rem;
  border: #aaa solid .1px;
  border-radius: 3.6rem;
  box-sizing: border-box;
}

.indexPart4 .form .li01 {
  width: 18.8rem;
}

.indexPart4 .form .li02 {
  width: 31.8rem;
}

.indexPart4 .form .li03 {
  width: 15.8rem;
  border: none;
}

.indexPart4 .form .btnDiv a {
  display: block;
  width: 100%;
  height: 5.2px;
  border-radius: 3.6rem;
  background: #c00000;
  color: #fff;
  text-align: center;
  line-height: 5.2px;
  font-size: 1.6rem;
  font-weight: bold;
}

.indexPart4 .form .btnDiv a:hover {
  background: #a00101;
}

.indexPart4 .select {
  width: 100%;
  position: relative;
  height: 5px;
}

.indexPart4 .select dt {
  height: 5px;
  line-height: 5px;
  border-radius: 3.6rem;
  display: inline-block;
  width: 100%;
  background: url(../img/selectIco.png) no-repeat right center;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 15;
}

.indexPart4 .select dt a {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  padding-left: 2rem;
  display: block;
  text-align: left;
  overflow: hidden;
}

.indexPart4 .select dd {
  margin: 0;
  position: absolute;
  left: 0px;
  top: 5px;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
}

.indexPart4 .select dd ul {
  list-style: none;
  overflow: auto;
  padding: 0 2rem;
  background: #fff;
  overflow-x: auto;
  border: #aaa solid .1px;
}

.indexPart4 .select dd ul li {
  width: 100%;
  text-align: left;
  line-height: 5px;
  height: 5px;
  cursor: pointer;
  border-bottom: .1px solid #aaa;
  color: #999;
  font-size: 1.4px;
}

.indexPart4 .select dd ul li:last-child {
  border-bottom: none;
}

.indexPart4 .select dd ul li:hover {
  color: #11a84e;
}

.indexPart4 .select.on dt {
  color: #046864;
}

.indexPart4 .input1 {
  width: 100%;
  height: 5px;
  line-height: 5px;
  border-radius: 3.6rem;
  text-indent: 2rem;
  font-size: 1.6rem;
  color: #000;
}

.indexPart4 .l7Div {
  padding-top: 4rem;
}

.indexPart4 .imgDiv img {
  width: 100%;
}

.indexPart4 .mxfDiv {
  width: 100%;
  height: 65.3rem;
  background: url(../img/map1.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.indexPart4 .mxfDiv li {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
  margin-top: 10rem;
}

.indexPart4 .mxfDiv li .name {
  width: 8rem;
  height: 3.4rem;
  line-height: 2.2rem;
  padding-top: 2.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  z-index: 11;
}

.indexPart4 .mxfDiv li .name:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1.2rem;
  top: 0;
  width: 2.3rem;
  height: 2.9rem;
  background: url(../img/nimg23.png) center no-repeat;
  background-size: cover;
}

.indexPart4 .mxfDiv li .yuan {
  position: absolute;
  width: 10rem;
  height: 10rem;
}

.indexPart4 .mxfDiv li .yuan i {
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background: rgba(13, 89, 157, 0.5);
  opacity: .7;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

.indexPart4 .mxfDiv li .yuan .i-1 {
  width: 10.4rem;
  height: 10.4rem;
}

.indexPart4 .mxfDiv li .yuan .i-2 {
  width: 4.3rem;
  height: 4.3rem;
}

.indexPart4 .mxfDiv li.li_01 {
  left: 0;
  top: 0;
  width: 31rem;
  height: 24rem;
}

.indexPart4 .mxfDiv li.li_01 .name {
  left: 16rem;
  top: 13.5rem;
}

.indexPart4 .mxfDiv li.li_01 .yuan {
  left: 7.6rem;
  top: 2.3rem;
}

.indexPart4 .mxfDiv li.li_01 .yuan i {
  background: rgba(13, 89, 157, 0.5);
}

.indexPart4 .mxfDiv li.li_01 .yuan .i-1 {
  left: 7rem;
  top: 8.3rem;
}

.indexPart4 .mxfDiv li.li_01 .yuan .i-2 {
  left: 16rem;
  top: 11.3rem;
}

.indexPart4 .mxfDiv li.li_02 {
  left: 3rem;
  bottom: 17.8rem;
  width: 18.5rem;
  height: 23rem;
}

.indexPart4 .mxfDiv li.li_02 .name {
  left: 7.5rem;
  top: 6.6rem;
}

.indexPart4 .mxfDiv li.li_02 .yuan {
  left: 3rem;
  top: 1rem;
}

.indexPart4 .mxfDiv li.li_02 .yuan .i-1 {
  left: 3rem;
  top: 3rem;
}

.indexPart4 .mxfDiv li.li_02 .yuan .i-2 {
  left: 7rem;
  width: 6.5rem;
  height: 6.5rem;
  top: 11rem;
}

.indexPart4 .mxfDiv li.li_03 {
  left: 32.4rem;
  top: 7rem;
  width: 14.6rem;
  height: 22.2rem;
}

.indexPart4 .mxfDiv li.li_03 .name {
  left: 3rem;
  top: 12.5rem;
}

.indexPart4 .mxfDiv li.li_03 .yuan {
  left: 1.8rem;
  top: 10.6rem;
}

.indexPart4 .mxfDiv li.li_03 .yuan .i-1 {
  left: 0;
  top: 0;
  width: 9.8rem;
  height: 9.8rem;
}

.indexPart4 .mxfDiv li.li_04 {
  left: 36rem;
  top: 6rem;
  width: 14.6rem;
  height: 22.2rem;
}

.indexPart4 .mxfDiv li.li_04 .name {
  left: 5.2rem;
  top: 5.5rem;
}

.indexPart4 .mxfDiv li.li_04 .yuan {
  left: 4.2rem;
  top: 3.2rem;
}

.indexPart4 .mxfDiv li.li_04 .yuan .i-1 {
  left: 0;
  top: 0;
}

.indexPart4 .mxfDiv li.li_04 .yuan .i-2 {
  left: -3rem;
  top: 1.5rem;
  width: 5rem;
  height: 5rem;
}

.indexPart4 .mxfDiv li.li_05 {
  left: 35rem;
  bottom: 0;
  width: 25rem;
  height: 30rem;
}

.indexPart4 .mxfDiv li.li_05 .name {
  left: 7rem;
  top: 6.5rem;
}

.indexPart4 .mxfDiv li.li_05 .yuan {
  left: 0;
  top: 4.6rem;
}

.indexPart4 .mxfDiv li.li_05 .yuan .i-1 {
  left: 5.6rem;
  top: 0;
}

.indexPart4 .mxfDiv li.li_05 .yuan .i-2 {
  left: 15.3rem;
  top: 5rem;
  width: 7rem;
  height: 7rem;
}

.indexPart4 .mxfDiv li.li_06 {
  right: 18rem;
  top: 7rem;
  width: 20rem;
  height: 31.2rem;
}

.indexPart4 .mxfDiv li.li_06 .name {
  left: 6rem;
  top: 8rem;
}

.indexPart4 .mxfDiv li.li_06 .yuan {
  left: 2rem;
  top: 0;
}

.indexPart4 .mxfDiv li.li_06 .yuan .i-1 {
  left: 0;
  top: 0;
  width: 9.3rem;
  height: 9.3rem;
}

.indexPart4 .mxfDiv li.li_06 .yuan .i-2 {
  left: 3rem;
  top: 6rem;
  width: 10.3rem;
  height: 10.3rem;
}

.indexPart4 .mxfDiv li.li_06 .yuan .i-3 {
  left: 9rem;
  top: 3rem;
  width: 7rem;
  height: 7rem;
}

.indexPart4 .mxfDiv li.li_07 {
  right: 1rem;
  bottom: 4rem;
  width: 18rem;
  height: 30rem;
}

.indexPart4 .mxfDiv li.li_07 .name {
  left: 5rem;
  top: 9rem;
  font-size: 1.6rem;
}

.indexPart4 .mxfDiv li.li_07 .yuan {
  left: 0;
  top: 0;
}

.indexPart4 .mxfDiv li.li_07 .yuan .i-1 {
  left: 4rem;
  top: 0;
  width: 6.35rem;
  height: 6.35rem;
}

.indexPart4 .mxfDiv li.li_07 .yuan .i-2 {
  left: 2rem;
  top: 5rem;
  width: 12.95rem;
  height: 12.95rem;
}

.indexPart4 .mxfDiv li.li_07 .yuan .i-3 {
  left: 1rem;
  top: 17rem;
  width: 9.46rem;
  height: 9.46rem;
}

.indexPart4 .mxfDiv li.li_08 {
  left: 67.6rem;
  top: 15.6rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
}

.indexPart4 .mxfDiv li.li_08 .name {
  left: 1rem;
  top: 2.2rem;
}

.indexPart4 .mxfDiv li.li_08 .yuan {
  left: 0;
  top: 0;
}

.indexPart4 .mxfDiv li.li_08 .yuan i {
  background: var(--color);
}

.indexPart4 .mxfDiv li.li_08 .yuan .i-1 {
  left: 0;
  top: 0;
  width: 10rem;
  height: 10rem;
}

.indexPart4 .mxfDiv li.on {
  opacity: 1;
  margin-top: 0;
}

.indexPart4 .mxfDiv li.on .yuan i.on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all ease .3s;
}

.indexPart4 .mxfDiv li.on:hover .name {
  animation: upDown .7s infinite alternate linear;
  -webkit-animation: upDown .7s infinite alternate linear;
  color: var(--color);
}

.indexPart4 .mxfDiv li.on:hover .name:after {
  background: url(../img/nimg23on.png) center no-repeat;
  background-size: cover;
}

.indexPart4 .mxfDiv li.on:hover .yuan i.on {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

.indexPart4 .mxfDiv .li_02.on {
  animation-delay: 0.3s;
}

.indexPart4 .mxfDiv .li_03.on {
  animation-delay: 0.6s;
}

.indexPart4 .mxfDiv .li_04.on {
  animation-delay: 0.9s;
}

.indexPart4 .mxfDiv .li_05.on {
  animation-delay: 1.2s;
}

.indexPart4 .mxfDiv .li_06.on {
  animation-delay: 1.5s;
}

.indexPart4 .mxfDiv .li_07.on {
  animation-delay: 1.8s;
}

.indexPart4 .mxfDiv .li_08.on {
  animation-delay: 2.1s;
}

.indexPart4 .rightDiv {
  flex: 1;
  flex-shrink: 0;
  overflow: hidden;
}

.indexCase .swiper-slide .imgDiv img {
  width: 100%;
  display: block;
}

.indexCase .swiper-slide .botDiv {
  padding: 3rem 4.2rem 0;
  height: 30rem;
  background: var(--color);
}

.indexCase .swiper-slide .txt {
  line-height: 2.4rem;
  color: #fff;
  padding-bottom: 2rem;
}

.indexCase .swiper-slide .name {
  height: 4.6rem;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}

.indexCase .swiper-slide .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  height: 7.2rem;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 2rem;
  color: #fff;
}

.indexCase .swiper-slide .time {
  padding-top: 3rem;
  color: #fff;
  font-family: mont;
}

.indexCase .swiper-pagination {
  position: absolute;
  width: auto !important;
  left: auto !important;
  right: 4rem;
  bottom: 3rem !important;
}

.indexCase .swiper-pagination-bullet {
  position: relative;
  width: 1.3rem;
  height: 1.2rem;
  background: #0D599D;
  border: 0.2rem solid #fff;
}

.indexCase .swiper-pagination-bullet-active {
  background: #fff;
}
