*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li{
  list-style: none;
}
img{width:unset}
a{
  text-decoration: none;
  color: #333333;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.mt1{
  margin-top: 0.15rem;
}
body{
  margin: 0 auto;
  max-width: 750px;
  min-height: 320px;
  box-shadow: 0px 0px 10px #ccc;
}
.mp2{
  padding:0 0.15rem;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner img{
  width: 100%;
}
.banner a{
  display: block;
  font-size: 0;
}
.sec2{
  margin-top: 0.15rem;
}
.sec1Content,.sec2Content,.sec3Content,.sec4Content,.sec5Content,.sec6Content{
  padding: 0 2%;
}
.sec2Content ul li{
  width: 49%;
  margin-bottom: 2%;
  text-align: center;
}
.sec2Content ul li img{
  width: 100%;
}
.sec2Content ul li h3{
  margin: 0;
  padding: 0;
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0.1rem 0;
  color: #333;
}
.sec2Content ul li span{
  color: #7161ff;
  display: inline-block;
  font-size: 0.16rem;
}
.sec2Content ul li span:nth-child(3){
  padding: 0.08rem 0.05rem 0.05rem;
  background-color: #f7ff7e;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.sec2Content ul li a{
  display: block;
  width: 100%;
  background-color: #7161ff;
  color: #fff;
  line-height: 0.45rem;
  font-size: 0.18rem;
}
.comTitl h2{
  text-align: center;
  font-size: 0.28rem;
  font-weight: bolder;
  padding: 0;
  margin: 0;
  color: #7161ff;
}
.comTitl h2 span{
  color: #ff2530;
}
.comTitl p{
  text-align: left;
  font-size: 0.18rem;
  color: #666666;
  width: 96%;
  margin: 0.15rem auto;
  line-height: 0.3rem;
}
.comBtn{
  display: block;
  background-color: #7161ff;
  border-radius: 30px;
  width: 80%;
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  margin-top: 0.15rem;
}
.comBtn span{
  color: red;
  font-size: 0.2rem;
}
.comBtn img{
  width: 6%;
  vertical-align: middle;
}
.line{
  width: 100%;
  height: 0.1rem;
  background: #f5f5f5;
}
.sec1Content ul li{
  width: 50%;
  padding: 0.15rem 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.sec1Content ul li:nth-child(1),.sec1Content ul li:nth-child(4){
  background-color: #f7ff7e;
  color: #7161ff;
}
.sec1Content ul li:nth-child(2),.sec1Content ul li:nth-child(3){
  background-color: #7161ff;
  color: #fff;
}
.sec1Left{
  float: left;
  width: 30%;
}
.sec1Left img{
  width: 100%;
  margin-top: 0.035rem;
}
.sec1Right{
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-left: 0.1rem;
}
.sec1Right h3{
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.sec1Right p{
  font-size: 0.16rem;
  margin: 0;
  padding: 0;
  margin-top: 0.05rem;
}




.sec3Content ul li{
  width: 49%;
  margin-bottom: 2%;
  text-align: center;
}
.sec3Content ul li img{
  width: 100%;
}
.sec3Content ul li h3{
  color: #333333;
  font-weight: bolder;
  font-size: 0.22rem;
}
.sec3Content ul li p{
  color: #666666;
  font-size: 0.18rem;
}
.sec4ImgBox a{
  display: block;
  margin-bottom: 0.02rem;
}
.sec4ImgBox img{
  width: 100%;
}
.sec5,.sec6{
  padding: 0.15rem 0;
}
.sec5List{
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0.15rem;
}
.sec5List .sec5List1{
  width: 15%;
  background-color: #007cf0;
  text-align: center;
  line-height: 0;
  padding: 0.1rem 0;
}
.sec5List .sec5List1 img{
  width: 32%;
}
.sec5List .sec5ListFonts{
  width: 85%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-left: none;
  overflow: hidden;
  padding: 0.118rem 0;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
}
.sec5List .sec5ListFonts{
  font-size: 0.24rem;
}
.sec5List .sec5ListFonts p:nth-child(1){
  font-size: 0.19rem;
  padding-left: 2%;
}
.sec5List .sec5ListFonts p:nth-child(2){
  font-size: 0.19rem;
  color: #5899e5;
  padding-right: 2%;
}
.sec6Img{
  overflow: hidden;
  margin-top: 0.15rem;
  text-align: center;
  line-height: 0;
}
.sec6Img img{
  width: 100%;
}
.formBox{
  text-align: center;
  margin-top: 0.2rem;
}
.formBox input{
  width: 75%;
  height: 0.45rem;
  font-size: 0.2rem;
  padding-left: 0.3rem;
  outline: none;
  border: none;
  background-color: #e5f2fd;
  color: #007cf0;
  margin-bottom: 0.15rem;
  border-radius: 30px;
}
.form-addon{
  line-height: 0;
}
.btn-blue{
  width: 75%;
  height: 0.45rem;
  text-align: center;
  font-size: 0.2rem;
  background-color: #ed2a3e;
  border-radius: 30px;
  color: #fff;
  border: none;
  animation: scale 3s linear infinite;
  display: block;
  margin: 0.15rem auto 0;
  
}
@keyframes scale {
  0% {
  transform: scale(1);
  }
  12.5% {
  transform: scale(1.05);
  }
  25% {
  transform: scale(1);
  }
  37.5% {
  transform: scale(1.05);
  }
  50% {
  transform: scale(1);
  }
  62.5% {
  transform: scale(1.05);
  }
  87.5% {
  transform: scale(1);
  }
  100% {
  transform: scale(1);
  }
  }
/*foot*/
.foot{width: 100%;height: auto;max-width: 4.8rem;overflow: hidden;margin: 0 auto;margin-bottom: 0.6rem;box-sizing: border-box;}
.foot>ul{text-align: center;padding: 0.08rem;margin: 0;}
.foot>ul>li{display: inline-block;border-right: 1px solid #cccccc;padding-right: 0.08rem;padding-left: 0.07rem;}
.foot>ul>li:last-child{border-right: none;}
.foot>ul>li>a,.foot>p>span>a{color: #5f5f5f;}
.foot>ul>li>a:hover,.foot>p>span>a:hover{text-decoration: none;}
.foot>address{text-align: center;color: #5f5f5f;margin-bottom: 0.08rem;}
.foot>p{text-align: center;color: #5f5f5f;}
.foot>p>span{margin: 0 0.08rem;}
/*foot end*/
/*footer*/
.footer{width: 100%;height: auto;background: #ebebeb;display: flex;justify-content: space-between;text-align: center;margin: 0;
box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);-webkit-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);-moz-box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);
padding: 0.05rem;position: fixed;bottom: 0;left: 0;z-index: 999;box-sizing: border-box;}
.footer>li{flex: 1;}
.footer>li>a{display:block;width: 100%;height: 100%;overflow: hidden;color: #5f5f5f;font-size: 0.14rem;}
.footer>li>a>i{margin: 3px auto;}
.footer>li>a:hover{color: #0073c3;text-decoration: none;}
/*footer end*/