   @font-face {
  font-family: 'Proxima';
  font-weight: 400;
  src: url(/css/font/ProximaNovaReg.eot);
  src: url(/css/font/ProximaNovaReg.eot) format('embedded-opentype'),
       url(/css/font/ProximaNovaReg.woff) format('woff'),
       url(/css/font/ProximaNovaReg.ttf) format('truetype');
 }
 
 @font-face {
  font-family: 'Proxima';
  font-weight: 500;
  src: url(/css/font/ProximaNova-Semibold.eot);
  src: url(/css/font/ProximaNova-Semibold.eot) format('embedded-opentype'),
       url(/css/font/ProximaNova-Semibold.woff) format('woff'),
       url(/css/font/ProximaNova-Semibold.ttf) format('truetype');
 }
 
 @font-face {
  font-family: 'Proxima',san-serif;
  font-weight: 600;
  src: url(/css/font/ProximaNova-Bold.eot);
  src: url(/css/font/ProximaNova-Bold.eot) format('embedded-opentype'),
       url(/css/font/ProximaNova-Bold.woff) format('woff'),
       url(/css/font/ProximaNova-Bold.ttf) format('truetype');
 }
 
 
 @font-face {
  font-family: 'Proxima',san-serif;
  font-weight: 800;
  src: url(/css/font/ProximaNova-extrabold.eot);
  src: url(/css/font/ProximaNova-extrabold.eot) format('embedded-opentype'),
       url(/css/font/ProximaNova-extrabold.woff) format('woff'),
       url(/css/font/ProximaNova-extrabold.ttf) format('truetype');
 
 }



 body,
 div,
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 pre,
 form,
 fieldset,
 input,
 textarea,
 p,
 blockquote,
 figure,
 figcaption,
 th,
 td,
 span {
   margin: 0;
   padding: 0;
   outline: none;
 }
 a>img {
   cursor: pointer;
 }
 
 a>div {
   cursor: pointer;
 }
 
 a>p {
   cursor: pointer;
 }
 
 a>h5 {
   cursor: pointer;
 }
 
 a>h4 {
   cursor: pointer;
 }
 
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 fieldset,
 img {
   border: 0;
   vertical-align: middle;
   /* display: block; */
 }
 
 address,
 caption,
 cite,
 code,
 dfn,
 em,
 /* strong, */
 th,
 var {
   font-style: normal;
   font-weight: normal;
 }
 
 ol,
 ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 li{
   list-style: inherit;
 }
 
 caption,
 th {
   text-align: left;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-size: 100%;
 }
 
 a,
 input,
 button,
 select,
 textarea {
   outline: none;
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   border-radius: 0;
   line-height: normal;
 }
 
 abbr,
 acronym {
   border: 0;
 }
 
 body {
   font-family: Proxima, source-han-sans-simplified-c, Arial, sans-serif !important;
   font-size: 16px;
 }
 
 .clearfix:after {
   content: "";
   height: 0;
   display: block;
   clear: both;
 }
 
 .fl {
   float: left;
 }
 
 .fr {
   float: right;
 }
 
 a {
   text-decoration: none;
 }


 
/*anli*/
.case-ban {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case-ban_img {
  width: 100%;
  position: relative;
}
.case-ban_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.case-ban .ban-txt {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 5;
	    width: 88%;
    max-width: 1640px;
}
.case-ban .ban-txt h1 {
  color: #fff;
  line-height: 1.75;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 800;
}


.case-ban .ban-txt p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.case-ban .case-bread {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  z-index: 6;
  width: 88%;
    max-width: 1640px;
}
.case-ban .case-bread ul {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  color: #D9D9D9;
  font-size: 15px;
}
.case-ban .case-bread ul li {
  position: relative;
  padding: 0 8px;
}
.case-ban .case-bread ul a {
  color: #D9D9D9;
  font-size: 15px;
  padding: 0 8px;
}
.case-ban .case-bread ul a:last-child{
  color: #fff;
}

.cont1400 {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
      width: 88%;
    max-width: 1640px;
}
.case-one {
  padding: 100px 0px;
}
.flexBetween {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}
.case-one .boxLeft {
  width: 32%;
  overflow: hidden;
}
.case-one .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}
.case-one .boxRight {
  width: 63%;
  padding-right: 5%;
}
.case-one .boxRight h2 {
  
}
.case-one .boxRight h2 span {
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;

}
.case-one .boxRight h2 b {
  display: block;
  font-size: 22px;
  color: #1a274e;
  line-height: 1.5;
  font-weight: bold;
}

.case-one .boxRight .gaishu {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 35px;
  text-align: justify;
}

.case-chengjiu {
  background: #f7f7f7;
  padding: 90px 0px;
}
.case-chengjiu ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  display: grid;
  margin-top: 40px;
}
.case-chengjiu ul li {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.case-chengjiu ul li h4 {
  font-size: 24px;
  font-weight: normal;
  padding-top: 24px;
  padding-left: 50px;
  padding-bottom: 20px;
  background-position: 10px;
  background-size: 32px;
  background-repeat: no-repeat;
  color: #1a274e;
}
.case-chengjiu ul li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}

.case-one-auto  .boxLeft {width: 35%;}
.case-one-auto .boxRight {width: 60%;}



.case-chengjiu-2 {
  background: #fff;
  background-size: cover;
  padding: 90px 0px 30px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.case-chengjiu-2 .mySwiper2 {
  padding-bottom: 50px;
  margin-top: 30px;
}
.case-title h2 span {
  display: inline-block;
  font-size: 38px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: bold;

}
.case-title h2 b{
  display: block;
  font-size: 22px;
  color: #1a274e;
  line-height: 1.5;
  font-weight: 700;
}
.case-chengjiu-2 .case-title h2 {
  font-size: 38px;
  line-height: 1.5;
}
.case-chengjiu-2 ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  display: grid;
  margin-top: 40px;
}
.case-chengjiu-2 ul.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.case-chengjiu-2 ul li {
  margin-bottom: 30px;
  border-radius: 20px 20px 0;
  padding: 70px 40px 70px 50px;
  height: 375px;
  border-bottom-right-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.case-chengjiu-2 ul li:nth-of-type(even) {
  background-color: #1a274e;
  box-shadow: 36px 27px 140px 29px rgba(126, 126, 126, .2);
}
.case-chengjiu-2 ul li h4 {
  font-size: 24px;
  font-weight: normal;
  padding-top: 24px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-position: top left;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #1a274e;
}
.case-chengjiu-2 ul li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 25px;
}

.case-chengjiu-2 ul li:nth-of-type(even) h4,
.case-chengjiu-2 ul li:nth-of-type(even) p {
  color: #fff;
}
.case-chengjiu-2 ul li em {
  color: rgba(174, 174, 174, .16);
  font-size: 7vw;
  line-height: 1;
  position: absolute;
  bottom: -8%;
  right: -3%;
  font-family:Proxima;
  font-weight: 600;
}

.case-chengjiu-2 .swiper-slide {
  transition: 300ms;
  transform: scale(0.9);
}

.case-chengjiu-2 .swiper-slide-active, 
.case-chengjiu-2 .swiper-slide-duplicate-active {
  transform: scale(1.1);
}

.case-chengxiao-2 {
  background: #fff;
    background-size: cover;
    padding: 90px 0px 30px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}
.case-chengxiao-2 .case-title h2 {
  font-size: 38px;
  line-height: 1.5;
}
.case-chengxiao-2 .achi ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  display: grid;
  margin-top: 40px;
}
.case-chengxiao-2 .achi li {
  border-radius: 20px 20px 0;
  padding: 70px 40px 70px 50px;
  border-bottom-right-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 350px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
}
.case-chengxiao-2 ul li:nth-of-type(even) {
  background-color: #1a274e;
  box-shadow: 36px 27px 140px 29px rgba(126, 126, 126, .2);
}
.case-chengxiao-2 .achi li strong {
  display: block;
  font-size: 50px;
  font-weight: normal;
  padding-top: 24px;
  padding-top: 70px;
  padding-bottom: 35px;
  background-position: top left;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #1a274e;
  font-weight: 700;
}
.case-chengxiao-2 .achi li em {
  color: rgba(174, 174, 174, .16);
  font-size: 7vw;
  line-height: 1;
  position: absolute;
  bottom: -8%;
  right: -3%;
  font-family: Proxima;
  font-weight: 600;
}
.case-chengxiao-2 .achi li:nth-of-type(even) strong, 
.case-chengxiao-2 .achi li:nth-of-type(even) p {
  color: #fff;
}


.case-tongdian {
  padding: 70px 0;
  background:url(bg.jpg) no-repeat top center;
  position: relative;
}
.case-tongdian .case-title h2 {
  font-size: 38px;
  line-height: 1.5;
}
.case-tongdian ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  display: grid;
  margin-top: 40px;
}
.case-tongdian ul.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.case-tongdian ul.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.case-tongdian ul.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.case-tongdian ul li {
  border-radius: 20px 20px 0;
  padding: 70px 40px 70px 50px;
  border-bottom-right-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 350px;
}
.case-tongdian ul li:nth-of-type(even) {
  background-color: #1a274e;
  box-shadow: 36px 27px 140px 29px rgba(126, 126, 126, .2);
}

.case-tongdian ul li h4 {
  font-size: 24px;
  font-weight: normal;
  padding-top: 24px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-position: top left;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #1a274e;
}
.case-tongdian ul li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 25px;
}
.case-tongdian ul li:nth-of-type(even) h4,
.case-tongdian ul li:nth-of-type(even) p {color: #fff;}

.case-tongdian ul li em {
  color: rgba(174, 174, 174, .16);
  font-size: 7vw;
  line-height: 1;
  position: absolute;
  bottom: -8%;
  right: -3%;
  font-family: Proxima;
  font-weight: 600;
}
.case-tongdian .tongdian-p {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
  line-height: 28px;  
}

.case-chengjiu-2 .swiper-container {
  margin-top: 50px;
}

.case-chengjiu-2 .swiper-slide::after {
  content: "";
    background: linear-gradient(transparent 35%, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.case-chengjiu-2 .swiper-horizontal>.swiper-pagination-bullets, 
.case-chengjiu-2 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.case-chengjiu-2 .swiper-pagination-custom, 
.case-chengjiu-2 .swiper-pagination-fraction {
  bottom: 0;
}

.case-chengjiu-2 .swiper-slide img{
  width:100%;
  border-radius: 4px;
  position: relative;
  border-radius: 10px;
}
.case-chengjiu-2 .swiper-slide .title{
  position: absolute;  
  bottom: 20px;
  left: 3%;
  right: 3%;
  z-index: 2;
}	
.case-chengjiu-2 .swiper-slide .title h3 {
  font-size: 18px;
  color: rgb(255 255 255);
  font-weight: normal;
}
.case-chengjiu-2 .swiper-slide .title h3 b {
  font-size: 50px;
    font-weight: bold;
    padding: 0 5px;
}

.case-chengjiu-2 .swiper-slide .title p {
  color: #fff;
  font-size: 16px;
}
.swiper-slide-active .title p {

}


/*text*/
/* ::-moz-selection {
	color: #000;
	background: #1a274e;
}

::selection {
	color: #000;
	background: #1a274e;
} */

mark {
	background: #1a274e;
	color: #000
}

@-webkit-keyframes mk_scale {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes mk_scale {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes mk_fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes mk_fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes mk_left_to_right {
	0% {
		-webkit-transform: translate(-30px,0);
		transform: translate(-30px,0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1
	}
}

@keyframes mk_left_to_right {
	0% {
		-webkit-transform: translate(-30px,0);
		transform: translate(-30px,0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1
	}
}

@-webkit-keyframes mk_right_to_left {
	0% {
		-webkit-transform: translate(30px,0);
		transform: translate(30px,0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1
	}
}

@keyframes mk_right_to_left {
	0% {
		-webkit-transform: translate(30px,0);
		transform: translate(30px,0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1
	}
}

@-webkit-keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}



@-webkit-keyframes mk_mask_text {
	0%,51% {
		color: transparent
	}

	100% {
		color: inherit
	}
}

@keyframes mk_mask_text {
	0%,51% {
		color: transparent
	}

	100% {
		color: inherit
	}
}

@-webkit-keyframes mk_mask_after {
	0% {
		visibility: visible;
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
		-webkit-transform-origin: 0;
		transform-origin: 0;
		z-index: 1
	}

	50% {
		visibility: visible;
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-webkit-transform-origin: 0;
		transform-origin: 0;
		z-index: 1
	}

	51% {
		visibility: visible;
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
		z-index: 1
	}

	100% {
		visibility: hidden;
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
		z-index: 1
	}
}

@keyframes mk_mask_after {
	0% {
		visibility: visible;
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
		-webkit-transform-origin: 0;
		transform-origin: 0;
		z-index: 1
	}

	50% {
		visibility: visible;
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-webkit-transform-origin: 0;
		transform-origin: 0;
		z-index: 1
	}

	51% {
		visibility: visible;
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
		z-index: 1
	}

	100% {
		visibility: hidden;
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
		z-index: 1
	}
}

@-webkit-keyframes mk_thumb {
	0% {
		-webkit-transform: translateY(20px) scale(.8);
		transform: translateY(20px) scale(.8);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		opacity: 1
	}
}

@keyframes mk_thumb {
	0% {
		-webkit-transform: translateY(20px) scale(.8);
		transform: translateY(20px) scale(.8);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		opacity: 1
	}
}


.cssanimations .anim_emt {
	visibility: hidden
}

.cssanimations .anim_emt.visb {
	visibility: visible
}

.anim_emt .mask,.anim_emt.mask {
	position: relative;
	line-height: 1
}

.anim_emt .mask:after,.anim_emt.mask:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1a274e;
	visibility: hidden
}

.anim_emt.mask.start,.anim_emt.start .mask {
	-webkit-animation: mk_mask_text .8s cubic-bezier(1,0,0,1);
	animation: mk_mask_text .8s cubic-bezier(1,0,0,1)
}

.anim_emt.mask.start:after,.anim_emt.start .mask:after {
	-webkit-animation: mk_mask_after .8s cubic-bezier(1,0,0,1);
	animation: mk_mask_after .8s cubic-bezier(1,0,0,1)
}

.anim_emt.start.scale_up {
	-webkit-animation: mk_scale .8s;
	animation: mk_scale .8s
}

.anim_emt.start.fade_in {
	-webkit-animation: mk_fade .8s;
	animation: mk_fade .8s
}

.anim_emt.start.r_to_l {
	-webkit-animation: mk_right_to_left .8s;
	animation: mk_right_to_left .8s
}

.anim_emt.start.l_to_r {
	-webkit-animation: mk_left_to_right .8s;
	animation: mk_left_to_right .8s
}

.anim_emt.start.t_to_b,.slide_anim_emt.start.t_to_b {
	-webkit-animation: mk_top_to_bottom .8s;
	animation: mk_top_to_bottom .8s
}

.anim_emt.start.b_to_t,.slide_anim_emt.start.b_to_t {
	-webkit-animation: mk_bottom_to_top .8s;
	animation: mk_bottom_to_top .8s
}

.visb {
	visibility: visible
}

.invisible {
	visibility: hidden
}

.case-tongdian-yejin ul li h4 {
  font-size: 40px;
  font-weight: bold;
  padding-top: 100px;
}

.case-mainbody {
  padding: 90px 0px;
  background: #f1f1f1;
}
.case-mainbody ul {
  
}
.case-mainbody ul li {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.case-mainbody ul li a {
  /* display: flex;
  justify-content: center; /* 水平居中 
  align-items: center;     /* 垂直居中 */ 
  height: 350px;
  display: block;
}
.case-mainbody ul li .pic {
  width: 50%;
  height: 100%;
  float: left;
}
.case-mainbody ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.case-mainbody ul li .wen {
  width: 50%;
  background: #fff;
  height: 100%;
  float: right;
  overflow: hidden;
  position: relative;
}
.case-mainbody ul li .wen h2 {
  padding: 40px 30px 20px;
  font-size: 26px;
  color: #333;
}
.case-mainbody ul li h2 em {
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  opacity: .1;
  font-size: 130px;
  font-weight: 800;
  line-height: 80px;
  color: #333c60;
}
.case-mainbody ul li .wen p {
  color: #666;
  font-size: 16px;
  padding: 0 30px;
  line-height: 26px;
  text-align: justify;
}
.case-mainbody ul li .wen .a-link {
  margin-top: 40px;
  width: 160px;
  margin-left: 30px;
  font-weight: normal;
}
.a-link {
	display: block;
	border: 2px solid #333;
	padding: 0px 30px;
	height: 45px;
	line-height: 43px;
	color: #333;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding-right: 63px;
	text-transform: capitalize;
  -webkit-transition:all 0.4s ease;
  transition:all 0.4s ease; 
}
.a-link i{
	font-size: 15px;
	padding-left: 3px;
	font-weight: 100;
	position: absolute;
	right: 2px;
	top: 2px;
  -webkit-transition:all 0.4s ease;
  transition:all 0.4s ease; 
}
.case-mainbody ul li .wen .a-link i {top: 2px;}

.a-link i svg {
	display: block;
	    fill: #1a274e;
	width: 37px;
	height: 37px;
    opacity: 0.9;
}
.case-mainbody ul li:hover .a-link i {
 right: 8px;opacity: 1;
 }
 .case-mainbody ul li:hover .a-link svg {
 	fill: #fff;
 }
 .case-mainbody ul li:hover .a-link
{
	border: 2px solid #1a274e;
	
	background: #1a274e;
	color: #fff;
}

.case-mainbody ul li:nth-of-type(even) .pic {
  float: right;
}
.case-mainbody ul li:nth-of-type(even) .wen {
  float: left;
}
.case-mainbody ul li:nth-of-type(even) h2 em {
  display: block;
  width: 150px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  opacity: .15;
}

.news-mainbody {
  padding: 90px 0px 10px;
}

.maplist {
  padding: 60px 0px 0px;
  
}
.maplist .info_box {
  border-top: 1px solid #505050;
  padding-top: 40px;
  margin-bottom: 50px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.maplist .info_box .info_txt {
  width: 36%;
  overflow: hidden;
  float: left;
}
.maplist .info_box .info_pic {
  width: 63%;
  float: right;
  position: relative;
}
.maplist .info_box .info_pic::before {
  padding-top: 56.3636363636%;
      content: "";
    display: block;
}
.maplist .info_box .info_pic img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.maplist .map-dot {
  position: absolute;
  top: 45.2903225806%;
  left: 80.9090909091%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1a274e;
}
.map-dot::before, .map-dot::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #1a274e;
}
.map-dot::before {
    opacity: .1;
    animation: scaleMap 2s infinite cubic-bezier(0.33, 1, 0.68, 1);
}
.map-dot::after {
    z-index: 3;
    opacity: .2;
    animation: scaleMapSmall 2s infinite cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
@keyframes scaleMap {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(7.25);
	}
}
@keyframes scaleMapSmall {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(4);
	}
}

.maplist .info_box .llx {
  font-weight: 700;
  line-height: 1.2;
  color: #191919;
  border-bottom: 1px solid #ccd1d9;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.maplist .info_box .llx img {
  width: 60px;
  display: block;
}
.maplist .info_box .llx h4 {
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 1.2;
  color: #191919;
  font-size: 18px;
}
.maplist .info_box .llx p {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.maplist .info_box .llx p a {
  color: #3e3e3e;
  font-weight: normal;
  font-size: 16px;
  position: relative;
}
/* .maplist .info_box .llx a::before {
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--theme-red-color);
  transition: var(--custom-transiton1);
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition-property: transform;
  content: "";
}
.maplist .info_box .llx a:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
} */

/* .maplist .info_box .llx p a:hover {
  color:#e0002a;
}

.maplist .info_box .llx p:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  transform: translateY(-50%);
  background: #e0002a;
  content: '';
} */


.gaode-map {
  background: #f7f7f7;
  padding: 80px 0px;
}
#container {
  height: 600px;
}
.amap-toolbar,
.amap-logo {
  display: none;
  opacity: 0;
}

.message-area  {
  background-color: #f3f3f3;
  padding: 80px 0px;
}
.message-area h2 {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
}
.message-area .cont1400 {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}
.message-area .cform-box {
  margin-right: -18px;
  margin-left: -18px;
  margin-top: 40px;
}
.message-area .cform-item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.message-area .cform-item__wrap {
  position: relative;
  margin-right: 18px;
  margin-left: 18px;
}
.message-area .cform-item__wrap  .cform-input {
  display: block;
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 20px;
    box-sizing: border-box;
    outline: 0;
    font-size: 16px;
    background-color: #f3f3f3;
}
.message-area .lyan {
  margin-top: 50px;
  font-size: 16px;
  color: #9ca2ab;
  margin-bottom: 20px;
}
.message-area .cform-textarea {
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  outline: 0;
  line-height: 1.5;
  width: 100%;
  border: 0;
  resize: none;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #000;
  font-family: 'source-han-sans-simplified-c';
}
.message-area .cform-item.col-100 {width: 100%;margin-top: 50px;}
.message-area .tijiao {
  text-align: center;
}
.message-area .tijiao .btn-submit {
  padding: 0 40px;
  border: 2px solid #000;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0);
  line-height: 54px;
  margin-top: 50px;
  font-size: 16px;
  cursor: pointer;
}    
.message-area .tijiao .btn-submit:hover {
  background-color: #1a274e;
  border-color: #1a274e;
  color: #fff;
}
em.invalid {
  margin-left: 18px;
  color: #ec0000;
}
.message-area .cform-item.col-100 em.invalid {
  margin-left: 0;
}

/*案例列表新*/
.case-mainbody-new {
  padding: 80px 0px 40px;
}
.case-mainbody-new .fenlei {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  display: grid;
  margin-bottom: 60px;
}
.case-mainbody-new .fenlei .fl-item {
  text-align: center;
  padding: 20px;
  border-radius: 30px;
}
.bttn-default {
  color: #fff;
}
.bttn-primary,
.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
  color: #1d89ff;
}
.bttn-warning {
  color: #feab3a;
}
.bttn-danger {
  color: #ff5964;
}
.bttn-success {
  color: #28b78d;
}
.bttn-royal {
  color: #bd2df5;
}
.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: transparent;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.bttn-lg {
  padding: 8px 15px;
  font-size: 24px;
  font-family: inherit;
}
.bttn-md {
  font-size: 20px;
  font-family: inherit;
  padding: 5px 12px;
}
.bttn-sm {
  padding: 4px 10px;
  font-size: 16px;
  font-family: inherit;
}
.bttn-xs {
  padding: 3px 8px;
  font-size: 12px;
  font-family: inherit;
}
.bttn-pill {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: transparent;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-family: inherit;
  padding: 5px 12px;
  z-index: 0;
  overflow: hidden;
  border: none;
  border-radius: 100px;
  background: #fff;
  color: #1d89ff;
  -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.bttn-pill:before,
.bttn-pill:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1d89ff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
          transform: translate(100%, -25%) translate3d(0, 0, 0);
}
.bttn-pill:hover,
.bttn-pill:focus {
  box-shadow: 0 1px 8px rgba(58,51,53,0.3);
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
          transform: scale(1.1) translate3d(0, 0, 0);
}
.bttn-pill:hover:before,
.bttn-pill:focus:before,
.active .bttn-pill:before{
  opacity: 0.15;
  -webkit-transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
          transform: translate3d(50%, 0, 0) scale(0.9);
}
.bttn-pill:hover:after,
.bttn-pill:focus:after,
.active .bttn-pill:after {
  opacity: 0.25;
  -webkit-transition: opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translate(50%, 0) scale(1.1);
          transform: translate(50%, 0) scale(1.1);
}
.bttn-pill.bttn-xs {
  padding: 3px 8px;
  font-size: 12px;
  font-family: inherit;
}
.bttn-pill.bttn-xs:hover,
.bttn-pill.bttn-xs:focus {
  box-shadow: 0 1px 4px rgba(58,51,53,0.3);
}
.bttn-pill.bttn-sm {
  padding: 4px 10px;
  font-size: 16px;
  font-family: inherit;
}
.bttn-pill.bttn-sm:hover,
.bttn-pill.bttn-sm:focus {
  box-shadow: 0 1px 6px rgba(58,51,53,0.3);
}
.bttn-pill.bttn-md {
  font-size: 20px;
  width: 100%;
  height: 60px;
}
.bttn-pill.bttn-md:hover,
.bttn-pill.bttn-md:focus,
.active .bttn-pill.bttn-md {
  box-shadow: 0 1px 8px rgba(58,51,53,0.3);
}
.bttn-pill.bttn-lg {
  padding: 8px 15px;
  font-size: 24px;
  font-family: inherit;
}
.bttn-pill.bttn-lg:hover,
.bttn-pill.bttn-lg:focus {
  box-shadow: 0 1px 10px rgba(58,51,53,0.3);
}
.bttn-pill.bttn-default {
  background: #fff;
  color: #1d89ff;
}
.bttn-pill.bttn-default:hover,
.bttn-pill.bttn-default:focus {
  color: #1d89ff;
}
.bttn-pill.bttn-default:before,
.bttn-pill.bttn-default:after {
  background: #1d89ff;
}
.bttn-pill.bttn-primary {
  background: #a8a8a8;
  color: #fff;
}
.bttn-pill.bttn-primary:hover {
  background-image: linear-gradient(to left, #0c3483 0%, #2b313f 100%, #6b8cce 100%, #485674 100%);
}
.active .bttn-pill.bttn-primary {
  background-image: linear-gradient(to left, #0c3483 0%, #2b313f 100%, #6b8cce 100%, #485674 100%);
}
.active .bttn-pill.bttn-primary:before, 
.active .bttn-pill.bttn-primary:after {
  opacity: .25;
}

.bttn-pill.bttn-primary:hover,
.bttn-pill.bttn-primary:focus {
  color: #fff;
}
.bttn-pill.bttn-primary:before,
.bttn-pill.bttn-primary:after {
  background: #fff;
  background: #9dc1f7;
}
.bttn-pill.bttn-warning {
  background: #feab3a;
  color: #fff;
}
.bttn-pill.bttn-warning:hover,
.bttn-pill.bttn-warning:focus {
  color: #fff;
}
.bttn-pill.bttn-warning:before,
.bttn-pill.bttn-warning:after {
  background: #fff;
}
.bttn-pill.bttn-danger {
  background: #ff5964;
  color: #fff;
}
.bttn-pill.bttn-danger:hover,
.bttn-pill.bttn-danger:focus {
  color: #fff;
}
.bttn-pill.bttn-danger:before,
.bttn-pill.bttn-danger:after {
  background: #fff;
}
.bttn-pill.bttn-success {
  background: #28b78d;
  color: #fff;
}
.bttn-pill.bttn-success:hover,
.bttn-pill.bttn-success:focus {
  color: #fff;
}
.bttn-pill.bttn-success:before,
.bttn-pill.bttn-success:after {
  background: #fff;
}
.bttn-pill.bttn-royal {
  background: #bd2df5;
  color: #fff;
}
.bttn-pill.bttn-royal:hover,
.bttn-pill.bttn-royal:focus {
  color: #fff;
}
.bttn-pill.bttn-royal:before,
.bttn-pill.bttn-royal:after {
  background: #fff;
}


.case-mainbody-new .mainbody-list-case {
  margin-right: -18px;
  margin-left: -18px;
}
.case-mainbody-new .mainbody-list-case li {
  width: 33%;
  display: inline-block;
  margin-bottom: 40px;
}
.mainbody-list-case .case-item {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 18px;
  margin-left: 18px;
}
.mainbody-list-case .case-item__img {
  position: relative;
}
.case-item__img::before {
  padding-top: 123.4391534392%;
  content: "";
  display: block;
}
.mainbody-list-case .img-box>img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainbody-list-case .case-item__intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainbody-list-case .case-item__ico {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  transition: all .3s cubic-bezier(0.33, 1, 0.68, 1) .15s;
  position: relative;
}
.img-box::before {
  content: "";
  display: block;
}
.case-item__ico::before {
  padding-top: 100%;
}
.case-item__title {
    transition: all .3s cubic-bezier(0.33, 1, 0.68, 1);
    font-size: 26px;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}
.case-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .4;
}
.case-item__detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all .3s;
  text-align: center;
  background-color: #1a274e;
}
.case-item__detail .bg-blue {
    background-color: #1a274e;
}
.case-item__detail>div {
  margin-right: 20px;
  margin-left: 20px;
}
.case-item__desc {
  line-height: 1.875;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.case-item__more {
  width: 2.3em;
  height: 2.3em;
  line-height: 2;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  font-size: 22px;
}
.case-item:hover .case-item__detail {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
        transition-delay: .15s;
}
.case-item:hover .case-item__intro .case-item__title {
  transform: translate3d(0, -120px, 0);
  transition-delay: .15s;
  visibility: hidden;
  opacity: 0;
}
.case-item:hover .case-item__ico {
  transform: translate3d(0, -120px, 0);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
.case-item__detail .case-item__title {margin-top: 0;}

.solu-ban .ban-txt {
  top:55%
}
.solu-1 {
  padding: 70px 0px;
}
.solu-1 .conbox {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  background: url(/css/images/bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.solu-1 .conbox .left {
  width: 36%;
}
.solu-1 .conbox .left .info {
  margin-top: 40px;
  text-align: justify;
}

.solu-1 .conbox .right {
  width: 60%;
}
.solu-1 .conbox .right img {
  width: 100%;
  border-radius: 15px;
}
.solu-2 {
  background: url(/css/images/qipei01.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 70px 0px;
}
.solu-2 .list-ia {
  margin-top: 60px;
}
.list-ia .iaitem {
  position: relative;
  padding: 55px 40px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.11);
}
/* .list-ia .iaitem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #9fc6ff;
} */
.list-ia .iaitem h3 {
  font-size: 22px;
  color: #1a274e;
  padding-left: 20px;
  position: relative;
  height: 80px;
  line-height: 1.5;
}
.list-ia .iaitem h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: #0047ac;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}
.list-ia .iaitem .desc {
  font-size: 16px;
  margin-top: 40px; 
  height: 82px;
}

.list-ia .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

}
.solu-2 .case-title h2 b,
.solu-2 .case-title h2 span {
  color: #fff;
}
.solu-2 .swiper-pagination-bullet-active {background: #fff;}
.solu-2 .swiper-wrapper {padding-bottom: 50px;}


.solu-3 {
  background: url(/css/images/bg.png) no-repeat center;
  background-size: cover;
  padding: 70px 0px;
}
.solu-3 .cxiao {margin-top: 50px;}
.cxiao li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #333;
  padding-top: 15px;
  padding-bottom: 55px;
}
.cxiao li .core {
  width: 30%;
  font-size: 20px;
  color: #1a274e;
}
.cxiao li .core b {
  font-size: 40px;
  font-weight: bold;
  padding: 0 5px;
  letter-spacing: -1px;
}
.cxiao li .mains {
  width: 60%;
  font-size: 17px;
}
.cxiao li .ico {
  margin-right: 20px;
}
.cxiao li .ico img {
  width: 55px;
}


.fenye ul {
  text-align: center;
  margin-bottom: 50px;
}
.fenye li {display: inline-block;margin-top:25px;}

.fenye li a {
padding: 12px 18px;
border: 1px solid #ccc;
margin-left: 10px;
background: #FFF;
color: #000;
line-height: 20px;
    display: block;
  border-radius: 10px;
}

.fenye li a:hover,
.fenye li.active a,
.fenye li .current { 
border: 1px solid #4975C6;
background: #4975C6;
color: #fff;
}

.fenye .thisclass a {
display:block;
color: #fff;
padding: 12px 18px;
border: 1px solid #4975C6;
background: #4975C6;
color: #fff;
}
.fenye .pageinfo {display:none}


@media screen and (max-width: 1500px) {
  .case-tongdian ul li {
    padding: 50px 20px 70px 20px;
  }
  .case-tongdian ul li p {padding-right: 0px;}
  .case-chengjiu-2 .swiper-slide .title h3 {
    display: none;
  }
  .case-chengjiu-2 .cont1400 {width: 95%;}
  .case-chengjiu-2 .cont1400 .case-title {padding-left: 2%;}
  .case-chengjiu-2 .swiper-slide .title p {font-size: 15px;}

  .maplist .map-dot {
		left: 80.9090909091%;
		top: 35.2903225806%;
	}
}