.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -70px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-prev:before {
  display: none;
}
.swiper-button-prev:after {
  content: '\e601';
  font-family: iconfont;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-prev:hover {
  border: 1px solid var(--color);
  background: var(--color);
}
.swiper-button-prev:hover:after {
  color: #000;
}
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -70px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-next:before {
  display: none;
}
.swiper-button-next:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-next:hover {
  border: 1px solid var(--color);
  background: var(--color);
}
.swiper-button-next:hover:after {
  color: #000;
}
.swiper-pagination {
  display: none;
}
.titles {
  color: #fff;
}
.titles .text {
  width: 70%;
}
.titles .text p {
  margin-top: 20px;
}
.ctn1 {
  position: relative;
  overflow: hidden;
}
.ctn1 .ctn-list {
  position: relative;
}
.ctn1 .ctn-list .swiper-slide{
    max-width: 470px;
}
.ctn1 .ctn-list .swiper-slide .tu {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ctn1 .ctn-list .swiper-slide .tu:before {
  content: '';
  display: block;
  padding-top: calc(652 / 466 * 100%);
}
.ctn1 .ctn-list .swiper-slide .tu:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-slide .tu img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.ctn1 .ctn-list .swiper-slide h2 {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 50px 40px;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-slide .masks {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 50px 40px 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-slide .masks h3 {
  color: #fff;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
}
.ctn1 .ctn-list .swiper-slide .masks .text {
  margin-top: 20px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
}
.ctn1 .ctn-list .swiper-slide .masks .text p {
  color: #fff;
  margin-top: 14px;
}
.ctn1 .ctn-list .swiper-slide .masks ul {
  display: none;
}
.ctn1 .ctn-list .swiper-slide .masks .r-mores {
  position: absolute;
  left: 40px;
  bottom: 50px;
  opacity: 0;
  transform: translateX(-30px);
}
.ctn1 .ctn-list .swiper-slide:hover .tu:after {
  opacity: 1;
}
.ctn1 .ctn-list .swiper-slide:hover h2 {
  opacity: 0;
}
.ctn1 .ctn-list .swiper-slide:hover .masks {
  opacity: 1;
}
.ctn1 .ctn-list .swiper-slide:hover .masks h3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
}
.ctn1 .ctn-list .swiper-slide:hover .masks .text {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
}
.ctn1 .ctn-list .swiper-slide:hover .masks .r-mores {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease 0.4s;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -ms-transition: all 0.5s ease 0.4s;
}
.ctn2 {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-top ul {
  display: flex;
  justify-content: space-between;
}
.ctn2 .ctn-top ul li {
  width: 24%;
  cursor: pointer;
  position: relative;
  background: #0e1015;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-top ul li .tu {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-top ul li .tu:before {
  content: '';
  display: block;
  padding-top: calc(230 / 345 * 100%);
}
.ctn2 .ctn-top ul li .tu img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 40px 0 40px;
  color: #fff;
}
.ctn2 .ctn-top ul li .text h2 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-top ul li .text p {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin-top: 10px;
}
.ctn2 .ctn-top ul li .r-mores {
  position: absolute;
  left: 40px;
  bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-top ul li:hover {
  background: var(--color);
}
.ctn2 .ctn-top ul li:hover .tu img {
  opacity: 0.2;
}
.ctn2 .ctn-top ul li:hover .text h2 {
  color: #000;
}
.ctn2 .ctn-top ul li:hover .text p {
  color: #000;
}
.ctn2 .ctn-top ul li:hover .r-mores {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.ctn2 .ctn-top ul li:hover .r-mores .sign img.regular {
  top: -20px;
  left: 20px;
}
.ctn2 .ctn-top ul li:hover .r-mores .sign img.hover {
  left: 0;
  top: 0;
}
.ctn2 .ctn-top ul li.active {
  background: var(--color);
}
.ctn2 .ctn-top ul li.active .tu img {
  opacity: 0.2;
}
.ctn2 .ctn-top ul li.active .text h2 {
  color: #000;
}
.ctn2 .ctn-top ul li.active .text p {
  color: #000;
}
.ctn2 .ctn-top ul li.active .r-mores {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.ctn2 .ctn-top ul li.active .r-mores .sign img.regular {
  top: -20px;
  left: 20px;
}
.ctn2 .ctn-top ul li.active .r-mores .sign img.hover {
  left: 0;
  top: 0;
  opacity: .4;
}
.ctn2 .ctn-bottom .box {
  position: relative;
}
.ctn2 .ctn-bottom .box .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.ctn2 .ctn-bottom .box .swiper-slide .left {
  width: 49.3%;
}
.ctn2 .ctn-bottom .box .swiper-slide .left ul li {
  width: 100%;
}
.ctn2 .ctn-bottom .box .swiper-slide .left ul li .tu:before {
  padding-top: calc(602 / 710 * 100%);
}
.ctn2 .ctn-bottom .box .swiper-slide .right {
  width: 49.3%;
}
.ctn2 .ctn-bottom .box .swiper-slide .right ul li:nth-child(3) {
  width: 100%;
  margin-top: 18px;
}
.ctn2 .ctn-bottom .box .swiper-slide .right ul li:nth-child(3) .tu:before {
  padding-top: calc(324 / 710 * 100%);
}
.ctn2 .ctn-bottom .box .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctn2 .ctn-bottom .box .swiper-slide ul li {
  width: 48.5%;
  position: relative;
}
.ctn2 .ctn-bottom .box .swiper-slide ul li .tu {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-bottom .box .swiper-slide ul li .tu:before {
  content: '';
  display: block;
  padding-top: calc(260 / 345 * 100%);
}
.ctn2 .ctn-bottom .box .swiper-slide ul li .tu:after {
  content: '';
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.ctn2 .ctn-bottom .box .swiper-slide ul li .tu img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom .box .swiper-slide ul li h2 {
  position: absolute;
  color: #fff;
  padding: 30px 40px;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom .box .swiper-slide ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 .ctn-bottom .box .swiper-slide ul li:hover h2 {
  color: var(--color);
}
.ctn3 {
  position: relative;
  overflow: hidden;
}
.ctn3 .tu {
  position: relative;
  overflow: hidden;
}
.ctn3 .tu:before {
  content: '';
  display: block;
  padding-top: calc(700 / 1920 * 100%);
}
.ctn3 .tu img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.ctn3 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.ctn3 .text p {
  width: 490px;
  margin-top: 20px;
  max-width: 50%;
}
.ctn4 {
  position: relative;
  overflow: hidden;
}
.ctn4 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn4 .ctn-list ul li {
  width: 23%;
  height: 111px;
  margin-top: 70px;
  color: #f2dac6;
  text-align: center;
  position: relative;
}
.ctn4 .ctn-list ul li:before {
  content: '';
  width: 62px;
  height: 100%;
  background: url(/static/cn/img/technology/research/left.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.ctn4 .ctn-list ul li:after {
  content: '';
  width: 62px;
  height: 100%;
  background: url(/static/cn/img/technology/research/right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.ctn4 .ctn-list ul li h2 {
  position: relative;
  top: 16px;
}
.ctn4 .ctn-list ul li h3 {
  position: absolute;
  width: 80px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.ctn4 .ctn-list ul li h3:before {
  content: '';
  width: 38px;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(232, 203, 185, 0) 0%, #e8cbb9 100%);
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn4 .ctn-list ul li h3:after {
  content: '';
  width: 38px;
  height: 2px;
  background-image: linear-gradient(-90deg, rgba(232, 203, 185, 0) 0%, #e8cbb9 100%);
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn4 .ctn-list ul li:not(:nth-child(4n)) {
  margin-right: 2.666%;
}
.technology-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.technology-alert .center {
  position: absolute;
  width: 1100px;
  max-width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(0deg, #141823 1%, #18191e 100%);
  padding: 60px 20px 60px 30px;
}
.technology-alert .center .closes {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-alert .center .closes span {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.technology-alert .center .closes:hover span {
  color: var(--color);
}
.technology-alert .center .left {
  width: 33%;
  overflow: hidden;
}
.technology-alert .center .left img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.technology-alert .center .left:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.technology-alert .center .right {
  width: 62%;
  color: #fff;
  position: relative;
}
.technology-alert .center .right h3 br {
  display: none;
}
.technology-alert .center .right .content {
  padding-right: 30px;
  max-height: 60vh;
  overflow-y: auto;
}
.technology-alert .center .right .content::-webkit-scrollbar {
  /*������������ʽ*/
  width: 4px;
  /*�߿��ֱ��Ӧ�����������ĳߴ�*/
  height: 4px;
}
.technology-alert .center .right .content::-webkit-scrollbar-thumb {
  /*������-����*/
  border-radius: 0;
  background: var(--color);
}
.technology-alert .center .right .content::-webkit-scrollbar-track {
  /*������-����*/
  box-shadow: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
.technology-alert .center .right .content .text p {
  margin-top: 20px;
}
.technology-alert .center .right .content ul li {
  margin-top: 30px;
}
.technology-alert .center .right .content ul li h4 {
  position: relative;
  padding-left: 30px;
}
.technology-alert .center .right .content ul li h4:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 10px;
}
.technology-alert .center .right .content ul li .txt p {
  margin-top: 20px;
}
@media screen and (max-width: 1680px) {
  .ctn1 .ctn-list .swiper-slide h2 {
    padding: 2.5vw 2vw;
  }
  .ctn1 .ctn-list .swiper-slide .masks {
    padding: 2.5vw 2vw 0;
  }
  .ctn1 .ctn-list .swiper-slide .masks .r-mores {
    left: 2vw;
    bottom: 2.5vw;
  }
  .ctn2 .ctn-top ul li .text {
    padding: 1.5vw 2vw 0 2vw;
  }
  .ctn2 .ctn-top ul li .r-mores {
    left: 2vw;
    bottom: 1.5vw;
  }
  .ctn2 .ctn-bottom .box .swiper-slide .right ul li:nth-child(3) {
    margin-top: 1vw;
  }
  .ctn2 .ctn-bottom .box .swiper-slide ul li h2 {
    padding: 1.5vw 2vw;
  }
  .ctn4 .ctn-list ul li h3 {
    width: 66px;
  }
}
@media screen and (max-width: 1440px) {
  .titles .text p {
    margin-top: 14px;
  }
  .ctn1 .ctn-list .swiper-slide .masks .text p {
    margin-top: 10px;
  }
  .ctn2 .ctn-top ul li .text p {
    margin-top: 6px;
  }
  .ctn3 .text p {
    margin-top: 14px;
  }
  .ctn4 .ctn-list ul li {
    margin-top: 50px;
  }
  .ctn4 .ctn-list ul li h2 {
    font-size: 14px;
  }
  .ctn4 .ctn-list ul li h3 {
    width: 50px;
    font-size: 14px;
  }
  .ctn4 .ctn-list ul li h3:before {
    width: 30px;
    left: -30px;
  }
  .ctn4 .ctn-list ul li h3:after {
    width: 30px;
    right: -30px;
  }
  .technology-alert .center {
    width: 900px;
    padding: 40px 20px 40px 20px;
  }
  .technology-alert .center .right .content {
    padding-right: 20px;
  }
  .technology-alert .center .right .content .text p {
    margin-top: 14px;
  }
  .technology-alert .center .right .content ul li {
    margin-top: 20px;
  }
  .technology-alert .center .right .content ul li h4 {
    padding-left: 22px;
  }
  .technology-alert .center .right .content ul li h4:before {
    width: 10px;
    height: 10px;
  }
  .technology-alert .center .right .content ul li .txt p {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -45px;
  }
  .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -45px;
  }
  .ctn2 .ctn-top ul li .tu:before {
    padding-top: calc(270 / 345 * 100%);
  }
  .ctn2 .ctn-bottom .box .swiper-slide .right ul li:nth-child(3) {
    margin-top: 1.14vw;
  }
  .ctn4 .ctn-list ul li {
    height: 100px;
    width: 32%;
  }
  .ctn4 .ctn-list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ctn4 .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-pagination {
    display: block;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.3;
    margin: 0 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color);
  }
  .titles .text {
    width: 100%;
  }
  .titles .text p {
    margin-top: 10px;
  }
  .ctn1 .ctn-list .swiper-slide h2 {
    padding: 20px;
    opacity: 1!important;
  }
  .ctn1 .ctn-list .swiper-slide .tu:after{
      opacity: 0!important;
  }
  .ctn1 .ctn-list .swiper-slide .masks {
    display: none;
  }
  .ctn2 .ctn-top {
    margin-top: 4vw;
  }
  .ctn2 .ctn-top ul {
    flex-wrap: wrap;
  }
  .ctn2 .ctn-top ul li {
    width: 48.5%;
    margin-top: 14px;
  }
  .ctn2 .ctn-top ul li .tu:before {
    padding-top: calc(345 / 345 * 100%);
  }
  .ctn2 .ctn-top ul li .text {
    padding: 10px 10px 0;
  }
  .ctn2 .ctn-top ul li .text p {
    margin-top: 2px;
    line-height: 1.4;
  }
  .ctn2 .ctn-top ul li .r-mores {
    bottom: 10px;
    left: 10px;
  }
  .ctn2 .ctn-bottom .box .swiper-slide {
    display: block;
  }
  .ctn2 .ctn-bottom .box .swiper-slide .left {
    width: 100%;
  }
  .ctn2 .ctn-bottom .box .swiper-slide .right {
    width: 100%;
    margin-top: 10px;
  }
  .ctn2 .ctn-bottom .box .swiper-slide .right ul li:nth-child(3) {
    margin-top: 10px;
  }
  .ctn2 .ctn-bottom .box .swiper-slide ul li h2 {
    font-size: 14px;
    padding: 14px;
  }
  .ctn3 .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: 20px;
  }
  .ctn3 .text p {
    max-width: 100%;
    margin-top: 10px;
  }
  .ctn4 .ctn-list ul {
    justify-content: space-between;
  }
  .ctn4 .ctn-list ul li {
    width: 100%;
    margin-top: 30px;
  }
  .ctn4 .ctn-list ul li h2 {
    font-size: 16px;
    top: 10px;
  }
  .ctn4 .ctn-list ul li h3 {
    font-size: 16px;
    width: 70px;
  }
  .ctn4 .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .technology-alert .center .closes {
    width: 40px;
    height: 40px;
  }
  .technology-alert .center .left {
    display: none;
  }
  .technology-alert .center .right {
    width: 100%;
  }
  .technology-alert .center .right .content .text p {
    margin-top: 10px;
  }
  .technology-alert .center .right .content ul li .txt p {
    margin-top: 10px;
  }
}
