@charset "utf-8";
.banner {
  width: 100%;
  position: relative;
  /* padding-bottom: 0.6rem; */
  background: #fff;
}
.banner .public-btn {
  display: flex;
}
.banner .public-btn .a,
.banner .public-btn a {
  min-width: 1.6rem;
  height: 0.54rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color);
  border-radius: 0.27rem;
  padding: 0 0.14rem 0 0.24rem;
  position: relative;
  border: 1px solid var(--color);
  transition: all 0.4s;
}
.banner .public-btn .a::before,
.banner .public-btn a::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(29, 80, 159, 0.7), rgba(29, 80, 159, 0));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.27rem;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .banner .public-btn .a,
  .banner .public-btn a {
    min-width: 2rem;
    height: 0.78rem;
    border-radius: 0.39rem;
  }
}
.banner .public-btn .a span,
.banner .public-btn a span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.banner .public-btn .a i,
.banner .public-btn a i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.13rem;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.banner .public-btn .a i svg,
.banner .public-btn a i svg {
  width: 10px;
  object-fit: contain;
  transform: rotateZ(-90deg);
}
.banner .public-btn .a i svg path,
.banner .public-btn a i svg path {
  fill: var(--color);
}
.banner .public-btn .a:hover,
.banner .public-btn a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.08rem 0.11rem 0 rgba(0, 0, 0, 0.11);
  background: #256bc1;
}
.banner .public-btn .a:hover::before,
.banner .public-btn a:hover::before {
  opacity: 1;
}
.banner .public-btn .a:hover i,
.banner .public-btn a:hover i {
  /* margin-left: 0.2rem; */
}
.banner .public-btn.public-w .a,
.banner .public-btn.public-w a {
  background: #fff;
}
.banner .public-btn.public-w .a span,
.banner .public-btn.public-w a span {
  color: var(--color);
}
.banner .public-btn.public-w .a i,
.banner .public-btn.public-w a i {
  background: var(--color);
}
.banner .public-btn.public-w .a i svg path,
.banner .public-btn.public-w a i svg path {
  fill: #fff;
}
.banner .public-btn.public-w .a:hover,
.banner .public-btn.public-w a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.08rem 0.11rem 0 rgba(0, 0, 0, 0.11);
  background: #256bc1;
}
.banner .public-btn.public-w .a:hover::before,
.banner .public-btn.public-w a:hover::before {
  opacity: 1;
}
.banner .public-btn.public-w .a:hover i,
.banner .public-btn.public-w a:hover i {
  /* margin-left: 0.2rem; */
}
.banner .swiper {
  width: 100%;
  height: 100vh;
}
.banner .swiper .swiper-slide {
  position: relative;
}
.banner .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.banner .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .banner .swiper .swiper-slide .img img.pc {
    display: none;
  }
}
.banner .swiper .swiper-slide .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .banner .swiper .swiper-slide .img img.mb {
    display: block;
  }
}
.banner .swiper .swiper-slide .container {
  position: absolute;
  top: calc(325/935*100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .swiper .swiper-slide .container .title {
  line-height: calc(70/60);
  text-align: center;
  color: #fff;
}
.banner .swiper .swiper-slide .container .txt {
  width: 810px;
  max-width: 100%;
  text-align: center;
  line-height: calc(30/20);
  color: #fff;
  margin: 0.17rem auto 0;
}
.banner .swiper .swiper-slide .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
}
.banner .swiper .swiper-slide .container .more .public-btn a {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.banner .swiper .swiper-pagination {
  bottom: 1.8rem;
  font-size: 0;
}
@media (max-width: 991px) {
  .banner .swiper .swiper-pagination {
    bottom: 1rem;
  }
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
  margin: 0 8px;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .hot-news {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner .hot-news {
    bottom: 2rem;
    display: none;
  }
}
.banner .hot-news .container {
  display: flex;
}
.banner .hot-news .container a {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 0.3rem 0.4rem;
  border-radius: 0.45rem;
}
.banner .hot-news .container a .t1 {
  color: #1c50a1;
  line-height: calc(30/20);
  font-weight: 600;
  margin-right: 0.8rem;
}
.banner .hot-news .container a .t2 {
  width: calc(770/1320*100%);
  color: #333;
  line-height: calc(30/18);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.banner .hot-news .container a .t3 {
  color: #012c6e;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.banner .hot-news .container a .t3 i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.banner .hot-news .container a .t3 i svg {
  color: var(--color);
  transform: rotateZ(-90deg);
}
.banner .hot-news .container a .t3 i svg path {
  fill: #012c6e;
}
.banner .hot-news .container a:hover .t2 {
  color: var(--color);
}
.banner .prev,
.banner .next {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .banner .prev,
  .banner .next {
    width: 0.68rem;
    height: 0.68rem;
    display: none;
  }
}
.banner .prev svg,
.banner .next svg {
  color: #fff;
  width: 14px;
  height: 14px;
}
.banner .prev svg path,
.banner .next svg path {
  fill: #fff;
}
.banner .prev:hover,
.banner .next:hover {
  border: 1px solid var(--color);
  background: var(--color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}
.banner .prev {
  left: 0.44rem;
}
.banner .prev svg {
  transform: rotateZ(90deg);
}
.banner .next {
  right: 0.44rem;
}
.banner .next svg {
  transform: rotateZ(-90deg);
}

 
@charset "utf-8";
.about-box2 {
  width: 100%;
  background: #f0f3f7;
  /* border-radius: 0.45rem 0.45rem 0 0; */
  /* margin-top: -0.6rem; */
  position: relative;
  padding: 1.35rem 0 2rem;
}
.about-box2 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-box2 .container .top .title {
  width: calc(500/1400*100%);
  color: #222;
  line-height: calc(58/48);
  font-weight: 600;
  font-size: var(--font-size1);
}
@media (max-width: 1580px) {
  .about-box2 .container .top .title {
    font-size: var(--font-size2);
  }
}
@media screen and (max-width: 1380px) {
  .about-box2 .container .top .title {
    font-size: var(--font-size3);
  }
}
@media (max-width: 991px) {
  .about-box2 .container .top .title {
    width: 100%;
  }
}
.about-box2 .container .top .tbox {
  width: calc(795/1400*100%);
}
@media (max-width: 991px) {
  .about-box2 .container .top .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about-box2 .container .top .tbox .txt {
  width: 100%;
  color: #666;
  line-height: calc(22/16);
  position: relative;
}
.about-box2 .container .top .tbox .txt::after {
  content: '';
  width: 100%;
  height: 1rem;
  background: linear-gradient(to top, #f0f3f7, rgba(240, 243, 247, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .about-box2 .container .top .tbox .txt::after {
    height: 2rem;
  }
}
.about-box2 .container .top .tbox .txt.on {
  max-height: initial;
}
.about-box2 .container .top .tbox .txt.on::after {
  display: none;
}
.about-box2 .container .top .tbox .more {
  display: flex;
  margin-top: 0.4rem;
  display: none;
}
.about-box2 .container .list {
  width: 100%;
  margin-top: 1.2rem;
}
.about-box2 .container .list .swiper {
  width: 100%;
  padding-bottom: 0.42rem;
}
.about-box2 .container .list .swiper .swiper-slide {
  height: auto;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.25rem;
}
.about-box2 .container .list .swiper .swiper-slide .num {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.about-box2 .container .list .swiper .swiper-slide .num span {
  color: #222;
  transition: all 0.4s;
  line-height: 1;
  font-weight: 600;
  font-size: 0.6rem;
}
.about-box2 .container .list .swiper .swiper-slide .num i {
  color: #222;
  line-height: 1;
  font-style: initial;
  transition: all 0.4s;
  font-size: var(--font-size4);
}
.about-box2 .container .list .swiper .swiper-slide .txt {
  width: 100%;
  color: #666;
  line-height: calc(24/16);
  height: calc(24/16*2em);
  margin-top: 8px;
  transition: all 0.4s;
}
.about-box2 .container .list .swiper .swiper-slide .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: auto;
}
.about-box2 .container .list .swiper .swiper-slide .icon svg {
  color: #999;
  width: 100%;
  height: 100%;
}
.about-box2 .container .list .swiper .swiper-slide .icon svg path {
  fill: #999;
  transition: all 0.4s;
}
.about-box2 .container .list .swiper .swiper-slide:hover .num span {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .num i {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .txt {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .icon svg {
  color: var(--color);
}
.about-box2 .container .list .swiper .swiper-slide:hover .icon svg path {
  fill: var(--color);
}
.about-box2 .container .list .swiper .swiper-pagination {
  top: calc(100% - 2px);
  height: 2px;
  background: #d8dade;
}
.about-box2 .container .list .swiper .swiper-pagination-progressbar-fill {
  background: var(--color);
}

 
@charset "utf-8";
.index-box1 {
  width: 100%;
  position: relative;
  /* margin-top: -0.6rem; */
  /* background: url(../images/index-box1-bg.jpg) top center no-repeat;
    background-size: cover; */
  border-radius: 0.45rem 0.45rem 0 0;
  margin: 1.35rem 0;
}
.index-box1 .public-btn {
  display: flex;
}
.index-box1 .public-btn .a,
.index-box1 .public-btn a {
  min-width: 1.6rem;
  height: 0.54rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color);
  border-radius: 0.27rem;
  padding: 0 0.14rem 0 0.24rem;
  position: relative;
  border: 1px solid var(--color);
  transition: all 0.4s;
}
.index-box1 .public-btn .a::before,
.index-box1 .public-btn a::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(29, 80, 159, 0.7), rgba(29, 80, 159, 0));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.27rem;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box1 .public-btn .a,
  .index-box1 .public-btn a {
    min-width: 2rem;
    height: 0.78rem;
    border-radius: 0.39rem;
  }
}
.index-box1 .public-btn .a span,
.index-box1 .public-btn a span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.index-box1 .public-btn .a i,
.index-box1 .public-btn a i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.13rem;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.index-box1 .public-btn .a i svg,
.index-box1 .public-btn a i svg {
  width: 10px;
  object-fit: contain;
  transform: rotateZ(-90deg);
}
.index-box1 .public-btn .a i svg path,
.index-box1 .public-btn a i svg path {
  fill: var(--color);
}
.index-box1 .public-btn .a:hover,
.index-box1 .public-btn a:hover {
  opacity: 0.9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.08rem 0.11rem 0 rgba(0, 0, 0, 0.11);
  background: var(--color);
  /* &::before{
					opacity: 1;
				} */
}
.index-box1 .public-btn .a:hover i,
.index-box1 .public-btn a:hover i {
  /* margin-left: 0.2rem; */
}
.index-box1 .public-btn.public-w .a,
.index-box1 .public-btn.public-w a {
  background: #fff;
}
.index-box1 .public-btn.public-w .a span,
.index-box1 .public-btn.public-w a span {
  color: var(--color);
}
.index-box1 .public-btn.public-w .a i,
.index-box1 .public-btn.public-w a i {
  background: var(--color);
}
.index-box1 .public-btn.public-w .a i svg path,
.index-box1 .public-btn.public-w a i svg path {
  fill: #fff;
}
.index-box1 .public-btn.public-w .a:hover,
.index-box1 .public-btn.public-w a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.08rem 0.11rem 0 rgba(0, 0, 0, 0.11);
  background: var(--color);
}
.index-box1 .public-btn.public-w .a:hover::before,
.index-box1 .public-btn.public-w a:hover::before {
  opacity: 1;
}
.index-box1 .public-btn.public-w .a:hover i,
.index-box1 .public-btn.public-w a:hover i {
  /* margin-left: 0.2rem; */
}
.index-box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index-box1 .container .tbox {
  width: calc(670/1400*100%);
}
@media (max-width: 991px) {
  .index-box1 .container .tbox {
    width: 100%;
  }
}
.index-box1 .container .tbox .title {
  font-size: 0.6rem;
  line-height: calc(70/60);
  font-weight: 600;
  color: #222;
}
.index-box1 .container .tbox .txt {
  /* width: 575px; */
  max-width: 100%;
  margin-top: 0.32rem;
  color: #666;
}
@media (max-width: 991px) {
  .index-box1 .container .tbox .txt {
    width: 100%;
  }
}
.index-box1 .container .tbox .more {
  margin-top: 0.75rem;
  display: flex;
}
.index-box1 .container .public-img {
  width: calc(472/1400*100%);
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .index-box1 .container .public-img {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.index-box1 .container .public-img::before {
  padding-top: calc(562/473*100%);
}

 
@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.zylj-about-2 .common-section9 .button_su_inner {
  border-color: var(--color);
  color: var(--color);
}
.zylj-about-2 .common-section9 .button_su_inner .icon {
  transition: all 0.45s ease-in-out;
  background: var(--color);
}
.zylj-about-2 .c-title {
  font-size: var(--font-size6);
  color: #666666;
  line-height: 2;
  text-align: left;
}
@media (max-width: 991px) {
  .zylj-about-2 .c-title {
    line-height: 1.4;
  }
}
.zylj-about-2 .c-desc {
  font-size: var(--font-size1);
  font-weight: bold;
  text-align: left;
  color: #000000;
}
@media (max-width: 991px) {
  .zylj-about-2 .c-desc {
    padding-bottom: 0.3rem;
  }
}
.zylj-about-2:nth-child(odd) {
  background-color: #FFFFFF;
}
.zylj-about-2:nth-child(even) {
  background-color: #F9F9F9;
}
.zylj-about-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1.2rem 0 1.2rem;
}
.zylj-about-2 .container1600 {
  padding-bottom: 0.6rem;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.list2 {
  transform: rotate(180deg);
  margin: 30px 0;
}
@media (max-width: 991px) {
  .list2 {
    margin: 10px 0;
  }
}
.list2 .swiper-slide {
  transform: rotate(180deg);
}
.zylj-about-2 {
  position: relative;
}
.zylj-about-2 .picture {
  background: #FFFFFF;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.zylj-about-2 .picture::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.zylj-about-2 .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.zylj-about-2 .picture:before {
  padding-top: 60%;
}
.zylj-about-2:before {
  content: '';
  background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0));
  bottom: 0;
  left: 0;
  height: 66%;
  position: absolute;
  z-index: 2;
  width: 20%;
  display: block;
}
.zylj-about-2:after {
  content: '';
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
  bottom: 0;
  right: 0;
  height: 66%;
  position: absolute;
  z-index: 2;
  width: 20%;
  display: block;
}
.zylj-about-2 .list2 {
  margin: 0;
}
.zylj-about-2 .swiper-slide {
  padding: 0.2rem 0;
}
.zylj-about-2 .swiper-slide .picture {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.06);
}
.zylj-about-2 .swiper-slide .picture img {
  transform: scale(1.1);
  transform-origin: center center;
}

 
@charset "utf-8";
.contact-box2 {
  width: 100%;
  background: #f7f8f9;
  padding: 1.33rem 0 1.1rem;
}
.contact-box2 .container .title {
  color: #000;
  font-weight: bold;
  line-height: calc(58/48);
  font-size: var(--font-size1);
}
.contact-box2 .container .menu {
  width: 100%;
  margin-top: 0.53rem;
}
.contact-box2 .container .menu ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.contact-box2 .container .menu ul li {
  width: calc(100% / 11 - 0.2rem);
  height: 0.6rem;
  margin: 0 0.1rem 0.2rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  cursor: pointer;
  font-size: var(--font-size7);
}
@media (max-width: 1024px) {
  .contact-box2 .container .menu ul li {
    width: calc(100% / 8 - 0.2rem);
  }
}
@media (max-width: 767px) {
  .contact-box2 .container .menu ul li {
    width: calc(100% / 4 - 0.2rem);
  }
}
.contact-box2 .container .menu ul li:hover,
.contact-box2 .container .menu ul li.on {
  background: var(--color);
  color: #fff;
}
.contact-box2 .container .list {
  width: 100%;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.6rem;
}
.contact-box2 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-box2 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.contact-box2 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: url(../images/contact-box2-list-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .contact-box2 .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .contact-box2 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.contact-box2 .container .list ul li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.contact-box2 .container .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}
.contact-box2 .container .list ul li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.contact-box2 .container .list ul li .tbox {
  width: 100%;
  min-height: 2.6rem;
  position: relative;
  z-index: 2;
  padding: 0.45rem 0.5rem;
}
@media (max-width: 767px) {
  .contact-box2 .container .list ul li .tbox {
    padding: 0.4rem 0.3rem;
  }
}
.contact-box2 .container .list ul li .tbox .t1 {
  color: #000;
  line-height: calc(34/24);
  transition: all 0.4s;
  font-size: var(--font-size4);
}
.contact-box2 .container .list ul li .tbox .t2 {
  width: 100%;
  margin-top: 0.18rem;
}
.contact-box2 .container .list ul li .tbox .t2 .ts {
  width: 100%;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: flex-start;
}
.contact-box2 .container .list ul li .tbox .t2 .ts:last-child {
  margin-bottom: 0;
}
.contact-box2 .container .list ul li .tbox .t2 .ts i {
  width: 16px;
  display: flex;
  align-items: center;
  height: calc(34/24*1em);
  margin-right: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact-box2 .container .list ul li .tbox .t2 .ts i {
    width: 14px;
  }
}
.contact-box2 .container .list ul li .tbox .t2 .ts i svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  color: var(--color);
  transition: all 0.4s;
}
.contact-box2 .container .list ul li .tbox .t2 .ts span {
  color: #000;
  line-height: calc(30/20);
  font-weight: bold;
  transition: all 0.4s;
  font-size: var(--font-size6);
}
.contact-box2 .container .list ul li:hover .img {
  opacity: 1;
}
.contact-box2 .container .list ul li:hover .tbox .t1 {
  color: #fff;
}
.contact-box2 .container .list ul li:hover .tbox .t2 .ts i svg {
  color: #fff;
}
.contact-box2 .container .list ul li:hover .tbox .t2 .ts span {
  color: #fff;
}
