body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    background: #fff;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
}
p{
    margin: 0;
}
a{
    outline: none;
    text-decoration: none;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    padding: 6px 12px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.header .left{
    display: flex;
    align-items: center;
}
.header .left img{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}
.header .left p:nth-child(2){
    font-size: 12px;
    color: #8c8c8c;
}
.header .right a{
    background: #2c90b4;
    color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 12px;
}

.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    padding: 6px 12px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.footer .left{
    display: flex;
    align-items: center;
}
.footer .left img{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}
.footer .left p:nth-child(2){
    font-size: 12px;
    color: #8c8c8c;
}
.footer .right a{
    background: #2c90b4;
    color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 12px;
}



.index_title{
    font-size: 16px;
    font-weight: bold;
    padding: 36px 0px 20px 0px;
}

.index_title.v2{
    text-align: center;
    margin-top: 20px;
}

.foolBtn {
    z-index: 100;
    bottom: 0;
    font-size: 14px;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.foolBtn>div {
    /*background-image: linear-gradient(25deg,#6960ff,#a186ff,#ceaeff,#f5d8ff);*/
    background: #fff;
    height: 63px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-weight: bolder;
}
.foolBtnItem {
    padding: 6px 0;
    font-size: 13px;
    text-align: center;
    color: #000;
}
.foolBtnItem img{
    width: 33%;
    display: block;
    margin: auto;

}
.index_gywm{
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    font-weight: bold;
    padding: 0 20px;
}
.index_gywm a{
    color: white;
    background: linear-gradient(to right, rgb(255, 96, 52), rgb(238, 10, 36));
    display: inline-block;
    height: 24px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
}
.index_title.v3{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.index_title.v3::after,.index_title.v3::before{
    width: 12px;
    height: 1px;
    background: #000;
    margin: 0 12px;
    content: "";
}
.index_title.v4{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #fff;
}
.index_title.v4::after,.index_title.v4::before{
    width: 12px;
    height: 1px;
    background: #ffffff;
    margin: 0 12px;
    content: "";
}
.alzs_t1{
    padding: 0 12px;
}
.alzs_t1 .item{
    height: 200px;
    box-shadow: 1px 1px 5px 1px gray;
    padding: 15px;
    margin: 10px auto;
}
.alzs_t1 .item video{
    width: 100%;
    height: 100%;
}

.foolText {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foolText>span {
    padding: 2px 0;
}

.gywm_t1{
    width: 100%;
    display: block;
}

.gywm_t2{
    text-align: center;
    font-size: 24px;
}
.gywm_t3{
    font-size: 15px;
    text-indent: 2em;
    text-align: justify;
    line-height: 26px;
}
.gywm_t4{
    margin: 10px 0;
}
.gywm_t4 .title{
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}
.gywm_t4 .box{
    display: flex;
    justify-content: space-between;
}
.gywm_t4 .box p:nth-child(1){
    color: rgb(255, 0, 67);
    font-size: 20px;
    font-weight: bold;
}
.gywm_t4 .box p:nth-child(2){
    font-size: 10px;
}




.index_t1{
    height: 272px;
    background-image: url("img/p1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #01172c;
    background-position: right;
    padding: 0 16px 36px 16px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.index_t1 .text1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}
.index_t1 .text2{
    font-size: 12px;
    color: #ccc;
    margin: 8px 0;
    line-height: 2;
}
.index_t1 .text3{
    display: flex;
}
.index_t1 .text3 a{
    margin-right: 8px;
}
.index_t1 .text4{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26,26,26,0.4) !important;
    padding: 0 16px;
    line-height: 36px;
}
.btn1{
    color: #fff;
    background-color: #ff6000;
    border-color: #ff6000;
    padding: 0 24px;
    display: inline-block;
    line-height: 42px;
    border-radius: 100px;
}
.btn2{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    padding: 0 24px;
    display: inline-block;
    line-height: 42px;
    border-radius: 100px;
}
.btn3{
    color: #fff;
    background: none;
    border:1px solid #fff;
    padding: 0 40px;
    display: inline-block;
    line-height: 42px;
    border-radius: 100px;
}



.index_t2{
    background: #fff;
    padding: 8px 12px;
    text-align: center;
    border-top: 12px solid #f5f5f5;
    border-bottom: 12px solid #f5f5f5;
}
.index_t2 .row{
    display: flex;
    padding: 8px 0;
}
.index_t2 a{
    width: 25%;
}
.index_t2 a img{
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.index_t2 p{
    color: #333;
    font-size: 13px;
    margin-top: 4px;
    white-space: nowrap;
}

.index_t3{
    padding-left: 16px;
    margin-top: -20px;
}
.index_t3 .swiper-slide{
    width: 225px;
}
.index_t3 .item{
    background-image: url("img/p14.jpg");
    background-size: 100% 100%;
    text-align: center;
    padding: 0 12px 12px;
    position: relative;
    margin-top: 60px;

}
.index_t3 .head{
    background-image: url("img/p15.png");
    background-size: 100% 100%;
    width: 120px;
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    top: -25px;
}
.index_t3 .head img{
    width: 72px;
    height: 72px;
    border-radius: 100px;
    position: relative;
    top: -10px;
    background-image: url("img/p17.png");
    padding: 3px;
    background-size: 100% 100%;
}
.index_t3 .text1{
    color: #3e3730;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: -20px;
}
.index_t3 .text2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin: 0 12px;
}
.index_t3 .text2 img{
    width: 16px;
    height: 16px;
}
.index_t3 .text2 span:nth-child(2){
    margin: 0 5px;
}
.index_t3 .text2 span:nth-child(3){
    font-size: 18px;
    color: #ff6000;
}
.index_t3 .text3{
    text-align: left;
    font-size: 12px;
    padding: 8px 12px 0 12px;
    margin-bottom: 8px;
    line-height: 1.7;
    color: #5e5454;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    height: 48px;
    box-sizing: border-box;

}
.index_t3 .text3 .tag{
    background: #ffe6e6;
    color: #ff0000;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.index_t3 .text4{
    position: absolute;
    right: 0;
    top: 38px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to left,#ff60fd,#7046ff);
    border-radius: 100px 0 0 100px;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
}

.index_t3 .text4 img{
    width: 12px;
    margin-right: 6px;
}
.index_t3 .text5{
    position: absolute;
    right: 0;
    top: 38px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to left, #19b939, #30ce65);
    border-radius: 6px;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
}



.index_t4{
    background: #3b3b3b;
    padding: 0 40px 70px 40px;
    margin-top: 50px;
}
.index_t4 .swiper-slide{
    width: 33.333%;
}
.index_t4 .swiper-slide img{
    width: 100%;
    transition: all .3s;
    box-shadow: 0 0 10px 0 #000;
}
.index_t4 .swiper-slide-active{
    position: relative;
    z-index: 90;
}
.index_t4 .swiper-slide-active img{
    transform: scale(1.3);
}
.index_t4 .swiper-slide-prev,.index_t4 .swiper-slide-next{
    position: relative;
    z-index: 80;
}

.index_t4 .swiper-slide-prev img,.index_t4 .swiper-slide-next img{
    transform: scale(1.2);
}


.index_t5{
    padding: 40px 0;
    background-image: linear-gradient(to right,#1bd07b,#1bc4cc);
}
.index_t5 .text1{
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.index_t5 .text2{
    display: flex;
    justify-content: center;
}
.index_t5 .text2 a{
    letter-spacing: 14px;
}

.index_t6{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.index_t6 .item{
    width: 50%;
    padding: 0 6px;
    box-sizing: border-box;
}
.index_t6 .item img{
    width: 100%;
    display: block;
}

.index_t7{
    padding: 16px;
}
.index_t7 .text1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}
.index_t7 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.index_t7 ul a{
    color: #000;
    display: flex;
    align-items: center;
}
.index_t7 ul li{
    margin: 12px 0;
}
.index_t7 ul a::before{
    content: "";
    width: 6px;
    height: 6px;
    background: #007aff;
    border-radius: 100px;
    margin-right: 8px;
}



.index_t8 .swiper-slide{
    width: 70vw;
    padding-left: 12px;
}

.index_t8 .swiper-slide a{
    border: 1px solid #e6e6e6;
    padding: 12px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
    background: #fff;
}
.index_t8 .swiper-slide a .yy_t1{
    display: flex;
    align-items: center;
}
.index_t8 .swiper-slide a .yy_t1 img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 8px;
}
.index_t8 .swiper-slide a .yy_t1 .text1{
    font-size: 16px;
    color: #000;
}
.index_t8 .swiper-slide a .yy_t1 .text2{
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 4px;
}
.index_t8 .swiper-slide a .yy_t2{
    font-size: 12px;
    line-height: 16px;
    color: #b2b2b2;
    margin-top: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    height: 48px;
}



.index_hzpp{
    position: relative;
    pointer-events: none;
    margin-top: 12px;
}
.index_hzpp .swiper-slide{
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 8px 0;
    margin: 6px 0;
}
.index_hzpp img{
    width: 100%;
    display: block;
}
.index_hzpp .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.index_hzpp::after{
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, #fff , rgba(255, 255, 255, 0));
    z-index: 99;
}
.index_hzpp::before{
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    z-index: 99;
}

.alzs_t2 .item{
    margin: 20px 12px;
    border-left: 2px solid #ff6000;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    padding: 12px;
}
.alzs_t2 .item .t1{
    display: flex;
    align-items: center;
}
.alzs_t2 .item .t1 img{
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 100px;
    margin-right: 12px;
}
.alzs_t2 .item .t1 span:nth-child(2){
    color: #3b3b3b;
    width: 100%;
}
.alzs_t2 .item .t1 span:nth-child(3){
    color: #8c8c8c;
    flex: 0 0 auto;
}

.alzs_t2 .item .t2{
    font-size: 16px;
    color: #000;
    margin: 18px 0 12px 0;
}
.alzs_t2 .item .t3 .tag{
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    margin: 2px 0;
}
.alzs_t2 .item .t3 .tag.v1{
    border: 1px solid #007aff;
    color: #007aff;
    background: #f2f9ff;
}
.alzs_t2 .item .t3 .tag.v2{
    color: #007aff;
}
.alzs_t2 .item .t4{
    display: flex;
    margin-top: 12px;
}
.alzs_t2 .item .t4 span:nth-child(1){
    flex: 0 0 auto;
    margin-right: 12px;
}
.alzs_t2 .item .t4 span:nth-child(2){
    width: 100%;
}
.alzs_t2 .item .t4 span:nth-child(3){
    flex: 0 0 auto;
    color: #ffae00;
}
.index_t9{
    display: flex;
    padding: 12px 0;
}
.index_t9 .col{
    flex: 1;
    text-align: center;
}
.index_t9 .col p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.index_t9 .col p:nth-child(2){
    font-size: 12px;
    color: #8c8c8c;
}
.index_t10{

}
.index_t10 .item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0 8px 20px;
}
.index_t10 .item .icon{
    flex: 0 0 auto;
    text-align: center;
    font-size: 15px;
    color: #3b3b3b;
    width: 48px;
}
.index_t10 .item .icon img{
    width: 24px;
    margin: auto;
}
.index_t10 .item .text{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.index_t10 .item .text span{
    width: 33.3333%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    color: #6c6c6c;
    font-size: 13px;
    margin: 8px 0;
}
.index_t10 .item .text span:nth-child(3n){
    border-right: none;
}
.index_t11{
    margin-top: 20px;
    padding-left: 12px;
}
.index_t11 .swiper-slide{
    width: 286px;
    padding: 4px 12px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
}
.index_t11 table{
    font-size: 12px;
    width: 100%;
}
.index_t11 table td{
    vertical-align: top;
    padding: 8px 0;
}
.index_t11 table .tag{
    border: 1px solid #e6e6e6;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px;
}
.index_t11 table .tag.v1{
    border: 1px solid #007aff;
    color: #007aff;
}
.index_t11 table .tag.v2{
    border: 1px solid #0cb27f;
    color: #0cb27f;
}
.index_t11 table .text1{
    color: #f14949;
}
.index_t11 table .text3{
    color: #8c8c8c
}