/* 重置样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
li{list-style:none;}
input[type=radio]{cursor: pointer}
input[type=checkbox]{cursor: pointer}
*{box-sizing: border-box;}
a{  text-decoration:none;
}



/* 轮播图 */
html,body {
    position: relative;
  }
  h3,p{
      margin: 15px 0;
  }

  body {
    background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }

  .swiper {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cqy-index1 {
    padding: 30px 15px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.cqy-index2 {
    padding: 7px 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #1472FF;
    box-sizing: border-box;  
}
.cqy-index2 .cqy-h5 {
    color: #fff;
}
img {
    width: 330px;
}
.cqy-h3 {
    font-size: 20px;
}
.cqy-h5 {
    margin: 10px 0 20px;
    font-size: 10px;
    color: #666;
}
.button1 {
    margin: 15px auto;
    display: inline-block;
    width: 200px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    background-color: #1472FF;
    color: #fff;
    border-radius: 4px;
}
.button2 {
    margin: 15px auto;
    display: inline-block;
    width: 200px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    color: #1472FF;
    border-radius: 4px;
}
.cqy-index3{
    margin: 20px 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.cqy-Centent {
    margin: auto;
    padding: 2px 0 0 0;
    width: 290px;
    text-align: left;
}
.cqy-p {
    font-size: 17px;
}
.cqy-span {
    position: relative;
    margin: 8px 0 13px 0;
    padding-left: 15px;
    font-size: 13px;
    color: #999;
    
}
.cqy-span::after {
    content: '';
    position: absolute;
    top:50%;
    left: 0;
    width: 4px;
    height:4px;
    background:linear-gradient(90deg,#e61913,#ff5651);
	transform: translateY(-50%);
	border-radius: 50%;
}
.cqy-index4 {
    text-align: center;
    color: #fff;
    background-color:#FFA114;
    margin: 10px 20px;
    border-radius: 4px;
}
.cqy-index4 p {
    font-size: 17px;
}
.cqy-index4 p1 {
    font-size: 14px;
}
.cqy-index4 img {
    margin-top: 25px;
}
.cqy-index5 {
    background: #1472FF;
}

.cqy-index6 {
    background: #1DB85B;
}

.cqy-index7 {
    text-align: center;
    margin: 10px 20px 30px 20px;
    border-radius: 8px;
}
.cqy-index7 img{
    border-radius: 8px;
}
.cqy-index7 .anli {
    width: 30%;
    background-color: #f1f1f1;
    float: left;
    margin: 10px 5px;
}
.cqy-index7 .anli img{
    width: 80px;
    height: 80px;
}
.tab{
    width: 100%;
    height: 66px;
    background-color: #ffffff;
    border-top: 1px solid #b3b3b3;
    position: fixed;
    bottom: 0px;
    padding: 10px 0;
    box-sizing: border-box;
}
.tab .sy {
    float: left;
    width: 50%;
    text-align: center;
}
.tab .sy img{
    width: 30px;
}
.tab .sy p{
    color: #666666;
    margin: 0px;
}
