* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Source Han Sans CN';
  src: url(../font/SourceHanSans-Regular.otf);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

li{
  list-style: none;
  font-size: .16rem;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  /*height: 100%;*/
}

.banner {
  width: 100%;
  height: 7rem;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerText {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bannerTit {
  font-family: Microsoft YaHei-Bold;
  font-weight: bold;
  font-size: 0.45rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: .27rem;
}
.line{
  width: .44rem;
  height: .04rem;
  margin-bottom: .2rem;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}
.bannerTiten {
  font-family: Microsoft YaHei-Regular;
  font-weight: 400;
  font-size: 0.34rem;
  color: #FFFFFF;
  text-align: left;
}
.Feature{
  /*width: 2.7rem;*/
  height: .3rem;
  position: absolute;
  bottom: .26rem;
  right: 3.5rem;
}
.Feature li{
  width: .75rem;
  float: left;
  text-align: center;
  line-height: .4rem;
}
.Feature li a{
  color: white;
    font-size: 0.16rem;
}
.Feature .smallLine,
.Feature .smallLine2{
  width: .05rem;
  height: .01rem;
  background-color: #fff;
}
.Feature .smallLine{
  position: absolute;
  top: .2rem;
  left: .7rem;
}
.Feature .smallLine2{
  position: absolute;
  top: .2rem;
  left: 1.48rem;
}
.main{
  width: 16rem;
  margin: 0 auto;
}

.commonTab {
  display: flex;
  width: 16rem;
  margin: 0 auto;
  padding: .85rem 0 1.02rem;
  align-items: center;
  justify-content: center;
}

.commonTabItem {
  width: 2.24rem;
  height: 0.58rem;
  border: 0.01rem solid #707070;
  /* transform: skew(-10deg); */
  border-radius: .1rem;
  position: relative;
  padding-left: .69rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .46rem;
}
.commonTabItem:hover{
  background-color: #029e4f;
} 

.commonTabImg {
  width: 0.69rem;
  height: 0.6rem;
  background: #BED7FA;
  border-radius: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -.01rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.commonTabItem:hover .commonTabImg,
.commonTabItem.active .commonTabImg {
  background: linear-gradient(137deg, #00418A 0%, #0072EF 100%);
}

.commonTabImg img {
  width: .3rem;
  height: .3rem;
  object-fit: cover;
  transform: skew(10deg);
}

.commonTabItem span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
  transform: skew(10deg);
}

.page {
  width: 100%;
  margin: .6rem 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page a {
  width: 0.35rem;
  height: 0.35rem;
  background: #F0F0F0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  /* opacity: 0.1; */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .06rem;
  transition: all .3s;
}

.page a:hover,
.page a.active{
  background: #029E4F;
  color: #FFFFFF;
}

.page input{
  width: 0.54rem;
  height: 0.3rem;
  background: #FFFFFF;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #E6E6E6;
}

.detailsPage{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailsPage a{
  width: 6.75rem;
  height: 0.67rem;
  background: rgba(213,216,222,0.3);
  margin: 0 .33rem;
  transform: skew(-10deg) ;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  box-sizing: border-box;
  transition: all .3s;
}

.detailsPage a:hover{
  background: #CCD9E8;
}

.detailsPage span{
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  transform: skew(10deg);
}

h1 {
  font-size: 0.36rem;
  color: #333;
  font-family: Microsoft YaHei-Bold;
}
.whiteLine {
  width: 0.6rem;
  height: 0.04rem;
  /* margin-top: 0.3rem; */
  background-color: #029e4f;
}
/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

/*.paragraph img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/