@font-face {
  font-family: 'iconfont';  /* Project id 3716080 */
  src: url('fonts/font_3716080_2vz1foc2utx.woff2?t=1669865605134') format('woff2'),
  url('fonts/font_3716080_2vz1foc2utx.woff?t=1669865605134') format('woff'),
  url('fonts/font_3716080_2vz1foc2utx.ttf?t=1669865605134') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.index .f6 {
  width: 100%;
  /* height: 100vh; */
  background: url('../images/img20-.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 6vw 0 6vw;
  overflow: hidden;
}
.index .f6 .textBox {
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: 0px 2px 4px #357ebb;
}
.index .f6 .textBox .img {
  width: 7vw;
  margin: 0 auto;
  transform: translateY(10vw);
  
  -webkit-transition: all 2s ease-in-out;
}
.index .f6 .textBox .tit {
  font-size: 2vw;
  font-weight: bold;
  margin: 1vw 0;
  /* transform: translateY(10vw); */
  -webkit-transition: all 2.1s ease-in-out;
}
.index .f6 .textBox .des {
  font-size: 1.0vw;
  line-height: 2;
  /* transform: translateY(10vw); */
  -webkit-transition: all 2.2s ease-in-out;
}
.index .f6 .textBox .more {
  width: 10vw;
  margin: 0 auto;
  display: inline-block;
  margin-top: 2vw;
  /* transform: translateY(10vw); */
  -webkit-transition: all 2s ease-in-out;
}
.index .f6 .textBox .more .moreBox {
  font-size: 1vw;
  width: 2vw;
  height: 2vw;
  background: white;
  color: #15597a;
  border-radius: 50%;
  padding: 0.35vw 0.35vw 0.35vw 0.35vw;
  display: inline-block;
  text-align: left;
  line-height: 1.25vw;
}
.index .f6 .textBox .more .moreBox::before {
  content: '';
  position: absolute;
  width: 2.8vw;
  height: 2.8vw;
  background: url('../images/more2.png') center no-repeat;
  background-size: cover !important;
  margin-top: -0.75vw;
  margin-left: -0.8vw;
  animation: spin 30s linear infinite;
  transition: 0.3s all ease-in-out;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index .f6 .textBox .more .text {
  margin-top: 0.5vw;
  color: white;
  font-size: 0.95vw;
  margin-left: 1vw;
  transition: 0.5s all ease-in-out;
  display: inline-block;
}
.index .f6 .textBox .more:hover .text {
  transform: translateX(1vw);
}
.index .f6 .textBox .pro_box {
  transform: translateY(0);
  opacity: 1;
}
.index .f6 .f6Box {
  width: 100%;
  margin: 3vw auto;
}
.index .f6 .f6Box .item {
  width: 66vw;
  height: 17vw;
  background-size: cover !important;
  padding: 3vw;
  margin: 0 auto;
  background: url(../images/img23.jpg) center no-repeat;
}
.index .f6 .f6Box .item .tit {
  width: 8vw;
}
.index .f6 .f6Box .item .des {
  width: 23vw;
  color: #a3a3a3;
  line-height: 1.7;
  font-size: 0.85vw;
  margin: 2vw 0;
}
.index .f6 .f6Box .item .img {
  width: 38vw;
  margin-top: 3vw;
}
.index .f6 .f6Box .item .more {
  position: absolute;
  margin-top: -6vw;
  margin-left: 52vw;
}
.index .f6 .f6Box .item .more .moreBox {
  font-size: 1vw;
  width: 2vw;
  height: 2vw;
  background: white;
  color: #003c7e;
  border-radius: 50%;
  padding: 0.35vw;
  text-align: left;
  line-height: 1.25vw;
}
.index .f6 .f6Box .item .more .moreBox::before {
  content: '';
  position: absolute;
  width: 2.8vw;
  height: 2.8vw;
  background: url('../images/more2.png') center no-repeat;
  background-size: cover !important;
  margin-top: -0.75vw;
  margin-left: -0.8vw;
  animation: spin 30s linear infinite;
  transition: 0.3s all ease-in-out;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index .f6 .f6Box .item .more .text {
  margin-top: 1vw;
  margin-left: -0.7vw;
  width: 3.5vw;
  transition: 0.5s all ease-in-out;
}
.index .f6 .f6Box .pro_box {
  transform: translateX(0);
  opacity: 1;
}

.pc{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 900px){
	.pc{
	    display: none;
	  }
	  .mobile{
	    display: block;
	  }
	.index .f6 .textBox .img{
	    width: 15vw;
	  }
	  .index .f6 .textBox .tit{
	    font-size: 20px;
	    margin: 3vw 0;
	  }
	  .index .f6 .textBox .des{
	    font-size: 14px;
	    line-height: 1.7;
	  }
	  .index .f6 .textBox .more{
	    width: auto;
	    opacity: 1;
	    transform: translateY(0);
	    margin-top: 5vw;
	  }
	  .index .f6 .textBox .more .moreBox{
	    width: 25px;
	    height: 25px;
	    padding: 4px;
	    font-size: 13px;
	  }
	  .index .f6 .textBox .more .text{
	    font-size: 14px;
	    line-height: 25px;
	    margin-top: 0;
	    margin-left: 5px;
	  }
	  .index .f6 .textBox .more .moreBox::before{
	    content: inherit;
	  }
	  .index .f6 .textBox{
	    margin-top: 15vw;
	  }
	  .index .f6 .f6Box{
	    margin: 10vw auto 0 auto;
	  }
	  .index .f6 .f6Box .item{
	    width: 100%;
	    height: auto;
	    padding: 5vw;
	  }
	  .index .f6 .f6Box .item .tit{
	    width: 22vw;
	    margin: 0 auto;
	  }
	  .index .f6 .f6Box .item .more{
	    width: auto;
	    opacity: 1;
	    transform: translateY(0);
	    position: relative;
	    margin: 0 auto;
	  }
	  .index .f6 .f6Box .item .more .moreBox{
	    width: 25px;
	    height: 25px;
	    padding: 4px;
	    margin: 0 auto;
	    font-size: 13px;
	  }
	  .index .f6 .f6Box .item .more .text{
	    display: none;
	  }
	  .index .f6 .f6Box .item .more .moreBox::before{
	    content: inherit;
	  }
	  .index .f6 .f6Box .item .img{
	    width: 75%;
	    margin: 5vw auto;
	  }
	  .index .f6 .f6Box .item .img img:nth-child(2) {
	    margin-bottom: 3vw;
	  }
}