h3.ind_bt {
    font-size: .4rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.css-f969-cd0726054c7 {
    font-family: 'f969-cd0726054c7';
}

.icon-xiangxia:before {
    top: 35px;
}

.page-submenu .tel {
    display: flex;
    align-items: center;
}

.page-search .ty {
    float: none;
    padding: 3px 0;
}

.page-submenu h2 {
    font-weight: normal;
}

/*********************** 底部留资************************** */
.ind_top6 {
    background: #F4F4F6;
    padding: .8rem 0;
}

.ind_top6>p {
    display: flex;
    justify-content: center;
}

.ind_top6>p>b {
    font-weight: bold;
    font-size: .4rem;
    color: #333333;
    background: linear-gradient(0deg, rgba(0, 90, 255, 0.98) 0%, rgba(0, 180, 230, 0.98) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: .2rem;
}

.ind_top6>p>i {
    font-size: .4rem;
    font-family: "SourceHanSansCN-Bold";
}

.ind_top6>i {
    font-size: .2rem;
    text-align: center;
    margin: .3rem 0 .4rem 0;
}

.ind_top6>a {
    padding: .18rem .52rem;
    border: 1px solid #333;
    border-radius: .3rem;
    display: table;
    margin: 0 auto;
    position: relative;
    transition: .5s;
}

.ind_top6>a>i {
    font-size: .24rem;
    transition: .5s;
    position: relative;
    z-index: 10;
}

.ind_top6>a::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .3rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: linear-gradient(-90deg, #005AFF 0%, #00aff0 100%);
    opacity: 0;
}

.ind_top6>a:hover {
    border-color: transparent;
}

.ind_top6>a:hover>i {
    color: #fff;
}

.ind_top6>a:hover::after {
    opacity: 1;
}

/********************* 公共banner ****************************/

.public_banner {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 0 2.1rem 0;
}

.public_banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
}

.public_banner>video {
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.public_banner>h1 {
    position: relative;
    z-index: 10;
    font-size: .48rem;
    color: #fff;
    font-family: "SourceHanSansCN-Bold";
}

.public_banner>p {
    position: relative;
    z-index: 10;
    font-size: .24rem;
    text-align: center;
    color: #fff;
    margin: .4rem 0 .6rem 0;
    line-height: 1.7;
}

.public_banner>a {
    position: relative;
    z-index: 10;
    border-radius: .2rem;
    border: 1px solid #FFFFFF;
    font-size: .24rem;
    padding: .18rem .93rem;
    color: #fff;
    font-family: "SourceHanSansCN-Bold";
    transition: .5s;
}

.public_banner>a:hover {
    border-color: #00aff0;
    color: #00aff0;
}

.public_banner>h2 {
    font-size: .4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.public_banner>span {
    width: 2.5rem;
    margin-bottom: .3rem;
    position: relative;
    z-index: 10;
}

/********************* banner下搜索 ****************************/
.act_search {
    padding: 0 2.1rem;
    position: relative;
    z-index: 15;
    display: none;
}

.act_search>div {
    padding: .3rem .8rem;
    background: linear-gradient(90deg, #ECF6FF 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: .1rem;
    margin-top: -1.15rem;
}

.act_search>div>div {}

.act_search>div>.act_s1 {
    padding: .1rem 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: .1rem;
}

.act_search>div>.act_s1>div {
    border-radius: .2rem;
    background: #fff;
    display: flex;
    padding: .1rem 0;
    width: 81%;
}

.act_search>div>.act_s1>div>.el-select {
    border-right: 1px solid #e6e6e6;
    margin-right: .2rem;
    width: 20%;
}

.act_search>div>.act_s1>div>.el-select>.el-input {}

.el-input.el-input--suffix .el-input__suffix {
    right: .3rem;
    display: flex;
    align-items: center;
}

span.el-input__suffix .el-input__suffix-inner {
    display: flex;
}

.act_search>div>.act_s1>div>.el-select>.el-input>.el-input__inner {
    font-size: .2rem;
    border: none;
    padding: 0;
    height: auto;
    line-height: normal;
    padding: .2rem .35rem;
}

.el-input__inner::placeholder {
    color: #333;
}

.el-select .el-input .el-select__caret {
    height: .08rem;
    width: .11rem;
    background: url(../img/sanjiao_shang.png) no-repeat center;
    background-size: 100% 100%;
}

.el-select .el-input.is-focus .el-select__caret {
    background-image: url(../img/sanjiao_xial.png);
}

.el-select .el-input .el-select__caret::before,
.el-select .el-input .el-select__caret::after {
    content: '';
    display: none;
}

.act_search>div>.act_s1>div>input {
    display: block;
    padding: .1rem;
    font-size: .16rem;
    width: 75%;
}

.el-select-dropdown__item {
    font-size: .2rem;
    line-height: normal;
    padding: .15rem .2rem;
    height: auto;
}

.el-select-dropdown__item.selected>span {
    color: #00aff0;
}

.act_search>div>.act_s1>a {
    font-size: .24rem;
    display: flex;
    align-items: center;
    padding: .25rem .6rem;
    background: #00aff0;
    border-radius: .2rem;
    color: #fff;
    font-family: "SourceHanSansCN-Bold";
}

.act_search>div>.act_s1>a>img {
    margin-right: .2rem;
    width: .3rem;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #00aff0;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #00aff0;
    background: #00aff0;
}

.act_search>div>.act_s2 {
    display: flex;
}

.act_search>div>.act_s2>label {
    display: flex;
    align-items: center;
}

.act_search>div>.act_s2>label>span {
    font-size: .16rem;
    color: #000;
}

/************************* 分类 ********************/
.act_fl1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.act_fl1 .el-input--suffix .el-input__inner {
    padding: .16rem .55rem .16rem .3rem;
    width: 1.8rem;
    transition: .5s;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #00aff0;
    color: #00aff0;
}

.el-select .el-input.is-focus .el-input__inner::placeholder {
    color: #00aff0;
}

.act_fl1>b {
    font-size: .24rem;
    width: 8%;
}

.act_fl1>ul {
    display: flex;
    justify-content: flex-start;
    width: 52%;
}

.act_fl1>ul>li {
    margin-right: .2rem;
}

.act_fl1>ul>li>div {
    display: block;
}

.act_fl1>div {
    display: flex;
    width: 26%;
    padding-left: .5rem;
}

.act_fl1>div>label {
    display: flex;
    align-items: center;
}

.act_fl1>div>label:first-child {
    margin-right: .5rem;
}

.act_fl1>div>label>span {
    font-size: .16rem;
}

.act_fl1>p {
    padding: .16rem .55rem;
    border-radius: .26rem;
    background: rgb(0 175 225 / 10%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.act_fl1>p>i {
    width: .2rem;
    margin-right: .1rem;
}

.act_fl1>p>span {
    font-size: .16rem;
    color: #00AFE1;
}

.act_fl2 {}

.act_fl2>li {
    padding: .2rem 0 .1rem 0;
    margin-top: .1rem;
    display: flex;
    border-bottom: 1px solid #999999;
}

.act_fl2>li>b {
    font-size: .18rem;
    width: 8%;
}

.act_fl2>li>p {
    display: flex;
    width: 92%;
}

.act_fl2>li:first-child>p {
    justify-content: space-between;
}

.act_fl2>li:first-child>p>a {
    margin-right: 0;
}

.act_fl2>li>p>a {
    font-size: .16rem;
    transition: .5s;
    margin-right: .75rem;
}

.act_fl2>li>p>a:last-child {
    margin-right: 0;
}

.act_fl2>li>p>a:hover,
.act_fl2>li>p>a.on {
    color: #00AFE1;
}

/*********************** 解决方案 ************************** */
.pub_jjfa {
    padding: .8rem 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    background: #ecedf1;
}

.pub_jjfa::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1.5s;
    transition-delay: .3s;
    transform: scale(.8);
    background: linear-gradient(180deg, #D1E8FD 0%, #FFFFFF 100%);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.pub_jjfa.animated::after {
    transform: scale(1);
}

.pub_jjfa>ul {
    margin: 0 3.6rem;
    margin-top: .45rem;
    padding: .1rem;
    border-radius: .4rem;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 30%);
    border: 1px solid#fff;
    position: relative;
    z-index: 10;
}

.pub_jjfa>ul>i {
    position: absolute;
    border-radius: .3rem;
    width: 11%;
    height: .55rem;
    background: #fff;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    left: 0.5%;
}

.pub_jjfa>ul>li {
    padding: .17rem 0;
    border-radius: .3rem;
    text-align: center;
    width: 11%;
    cursor: pointer;
    transition: .5s;
    position: relative;
    z-index: 5;
}

.pub_jjfa>ul>li.on {}

.pub_jjfa>ul>li>b {
    font-size: .2rem;
    transition: .5s;
}

.pub_jjfa>ul>li.on>b {
    /* font-size: .24rem; */
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pub_jjfa>ul>li::after {}

.pub_jjfa>ul>li.on::after {}

/********************* 切换********************* */
.act_qie {
    display: flex;
    justify-content: center;
}

.act_qie>span {
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    font-size: .14rem;
    padding: .1rem .13rem;
    cursor: pointer;
    transition: .5s;
}

.act_qie>span:last-child {
    margin-left: .1rem;
}

.act_qie>span.on {
    color: #333;
    border-color: #333;
}

.act_qie>i {
    border-radius: 4px;
    border: 1px solid #333;
    font-size: .14rem;
    padding: .1rem .13rem;
    cursor: pointer;
    margin-left: .1rem;
    transition: .5s;
}

.act_qie>i.on,
.act_qie>i:hover,
.act_qie>span:hover {
    color: #00AFE1;
    border-color: #00AFE1;
}

.act_qie>i.more {
    border: none;
}

.act_fl3>.act_fl3rt {
    width: 27%;
}

.act_fl3>.act_fl3rt>.Calendar {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

/************************ 底部咨询 ********************/
.t1006 {
    padding: .8rem 1.4rem;
    position: relative;
    z-index: 10;
    background: #fff;
}

.t1006>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .4rem;
}

.t1006>ul>li {
    width: 32%;
    padding: .5rem .4rem;
    border-radius: .1rem;
    background: linear-gradient(135deg, #e5f6fe, #9ed3ff);
}

.t1006>ul>li:nth-child(2) {
    background: linear-gradient(135deg, #cae8ff, #cfedff);
}

.t1006>ul>li:nth-child(3) {
    background: linear-gradient(135deg, #d5edfe, #cef3ff);
}

.t1006>ul>li>span {
    width: .6rem;
}

.t1006>ul>li>b {
    font-size: .24rem;
    margin-top: .4rem;
}

.t1006>ul>li>p {
    font-size: .18rem;
    margin-top: .15rem;
    display: flex;
}

.t1006>ul>li>p>a {
    margin-right: .35rem;
}

/************************ 关于banner ********************/
.ab_banner {
    height: 7.3rem;
    padding: 0 2.1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.ab_banner>.ab_banner1 {}

.ab_banner>.ab_banner1>span {
    width: 3.3rem;
    margin-bottom: .4rem;
}

.ab_banner>.ab_banner1>p {
    font-size: .24rem;
}