
.breadcrumbs ul li:first-child a span {
 color: #ffffff!important;

}
.new_prevs,
.new_nexts {
    outline: none !important;
    /* 连点击时的 tap 高亮也一起干掉 */
    -webkit-tap-highlight-color: transparent !important;
}

/* 2. 强制清除 focus 状态的所有轮廓和阴影 */
.new_prevs:focus,
.new_nexts:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}
body {

    overflow-x: hidden;
}
.breadcrumbs ul li span {

        color: #ffffff!important;
}
.page {

    overflow: hidden;
}
.mySwiper {
    position: relative;
   overflow: hidden;
}
  .swiper {
      width: 100%;
      height: 100%;
    }
    .section02 .title {

            display: flex;


    }
    .section02 .title .column_right {

        flex: 1;
    }
    .section02 .title .column_left {

        flex: 0 0 280px;
    }
    .section02 .title .column_right .column_tit2 {

        color: rgba(13,32,20,0.5);
    }

    .section02 .column .column_tit {
line-height: 1;
margin-top: 0;

    }
.section02 .ctn-list {
    padding: 10px 0;
    overflow: hidden;
}
.section02 .ctn-list .ul {
  display: flex;
 
}
.section02 .ctn-list .ul .li {
    width: 320px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-radius: 20px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
border: 0px solid; 
  
}
.section02 .ctn-list .ul .li a {
  display: block;
  /* transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7); */
  opacity: 1;

      width: 100%;
}
.section02 .ctn-list .ul .li a .tu {
  height: 760px;
  position: relative;
}
.section02 .ctn-list .ul .li a .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7); */
   opacity: 0; 
}
.section02 .ctn-list .ul .li a .tu .text {
position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0;
   
    background-size: cover;

    color: #fff;
    opacity: 0;
    height: 100%;
    padding: 4.2vw;
        font-weight: 300;
}
.section02 .ctn-list .ul .li a .tu .text .kuang {

    display: none;
}
.section02 .ctn-list .ul .li a .tu .text .p1 {

  margin-bottom: 15px;
}
.section02 .ctn-list .ul .li a .tu .text .p1 .span1 {

    color: rgba(255,255,255,0.5);
    margin-right: 5px;
}
.section02 .ctn-list .ul .li a .tu .text .p1 .span2 {

 color: #fff;
}
.section02 .ctn-list .ul .li a .tu .text h3 {
  letter-spacing: 2px;
  margin-top: 6px;
}
.section02 .ctn-list .ul .li a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.7); */
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;

      background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
}
.section02 .ctn-list .ul .li a .mask .kuang {
  position: absolute;
  width: 56px;
  height: 56px;
left: 2vw;
    top: 80px;
}
.section02 .ctn-list .ul .li a .mask .kuang img {
  width: 100%;
  height: 100%;
}
.section02 .ctn-list .ul .li a .mask .center {
    position: absolute;
    width: 100%;
    left: 50%;
    top: auto;

    -webkit-transform: translate(-50%, 0%);

    text-align: center;
    padding: 0 2vw;
    bottom: 80px;
}
.section02 .ctn-list .ul .li a .mask .center .icon {
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section02 .ctn-list .ul .li a .mask .center .icon img {
  max-height: 94px;
}
.section02 .ctn-list .ul .li a .mask .center h2 {
color: rgba(13,32,20,0.5);

  position: relative;

      text-align: left;
}
/* .section02 .ctn-list .ul .li a .mask .center h2:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #957b54;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */
.section02 .ctn-list .ul .li a .mask .center h3 {
color: #0D2014;
    margin-top: 2vw;
    font-weight: 500;
    text-align: left;
    height: 3em;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.section02 .ctn-list .ul .li:hover {
     width: 38.6vw!important;

}
.section02 .ctn-list .ul .li:hover .tu img {

        /* transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1); */
    opacity: 1; 
}
.section02 .ctn-list .ul .li:hover a .tu .text {
  opacity: 1;
  left: 0;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.section02 .ctn-list .ul .li:hover a .mask {
  opacity: 0;
}
.section02 .ctn-list .ul .li:not(:last-child) {
  margin-right: 4px;
}
.section02 .ctn-list .ul .li:nth-child(1) a {
  transition: all 0.8s ease 0.15s;
  -webkit-transition: all 0.8s ease 0.15s;
  -moz-transition: all 0.8s ease 0.15s;
  -ms-transition: all 0.8s ease 0.15s;
}
.section02 .ctn-list .ul .li:nth-child(2) a {
  transition: all 0.8s ease 0.3s;
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
}
.section02 .ctn-list .ul .li:nth-child(3) a {
  transition: all 0.8s ease 0.45s;
  -webkit-transition: all 0.8s ease 0.45s;
  -moz-transition: all 0.8s ease 0.45s;
  -ms-transition: all 0.8s ease 0.45s;
}
.section02 .ctn-list .ul .li:nth-child(4) a {
  transition: all 0.8s ease 0.6s;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
}
.section02.active .ctn-list .ul .li a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
*:focus {
  outline: none !important;
}
/* 再额外去掉移动端的点击高亮 */
* {
  -webkit-tap-highlight-color: transparent;
}
/* 按钮 */
.vision .new_btn {
    display: flex;
    /* position: absolute; */
    z-index: 2;
    /* bottom: 0; */
    /* right: 0; */
    justify-content: center;
}
.vision .new_btn>div {
	width: 111px;
	height: 111px;
	border-radius: 50%;
	background: #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 16px;
	position: relative;
}
.vision .new_btn>div svg {
	z-index: 3;
	position: relative;
}
.vision .new_btn>div::before {
	content: '';
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	z-index: 2;
	top: 1px;
	left: 1px;
	background: #fff;
	border-radius: 50%;
}
.vision .new_btn>div::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(64, 216, 144, 1), rgba(217, 217, 217, 1));
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s;
}
.vision .new_btn>div:hover::after {
	opacity: 1;
	animation: rotate 2s linear infinite;
}
@keyframes rotate {
  from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}


@media screen and (max-width: 1700px) {
    .vision .new_btn>div {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 1600px) { 
.section02 .ctn-list .ul .li a .tu {

    height: 600px;
}
.section02 .ctn-list .ul .li a .mask .kuang {

        width: 50px;
    height: 50px;
}
}

@media only screen and (max-width: 1366px) {  

.section02 .ctn-list .ul .li a .tu {

    height: 550px;
}

}

@media screen and (max-width: 1200px) {
    .vision .new_btn>div {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 768px) {   
.section02 .ctn-list .ul .li {

    width: 100%;
}
.section02 .ctn-list .ul .li:hover {

    width: 100%!important;
}
.section02 .ctn-list {

    width: 90%;
    margin: 0 auto;
}
.section02 .title {
    flex-wrap: wrap;
}
.section02 .title .column_left {

        flex: 0 0 100%;
}
.section02 .title .column_right {
    flex: 0 0 100%;

}
.section02 .title {
    margin-bottom: 40px;
}

.section02 .ctn-list .ul .li a .tu .text .kuang {

    display: block;
    width: 40px;
    height: 40px;
} 
.section02 .ctn-list .ul .li a .tu .text .kuang img {
filter: grayscale(1) brightness(10.5);

}
   .section02 .ctn-list .ul .li a .tu .text {

    padding: 20px;
   } 
   .section02 .ctn-list .ul .li a .tu .text .p1 {
    flex-wrap: wrap;
   }
    .section02 .ctn-list .ul .li a .tu .text .p1 span {

        width: 100%;
        display: block;
    }
        .section02 .ctn-list .ul .li a .tu .text .p1 .span1 {

            margin-bottom: 15px;
        }

        .section02 .ctn-list .ul .li a .tu {

            height: 500px;
        }
        
        .section02 .ctn-list .ul .li a .mask {
            
            display: none;
        }
        .section02 .ctn-list .ul .li a .tu .text {
            
            opacity: 1;
        }
        .section02 .ctn-list .ul .li a .tu img {
            
             
            opacity: 1;
        }
        .section02 .ctn-list .ul .li a .tu .text .bos{
                overflow-y: auto;
    height: 300px;
            
        }
        .column .column_sub {
        margin-bottom: 10px;
        }
}

