﻿*{
    outline: 0;
}
/* ---------------------------------------index--start------------------------------------------- */
.way .wayCon .more,
.praise .p_con .more {
    display: none;
}

.searchBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100% - 9rem);
}

.searchWin .searchBox .s_con {
    position: absolute;
    top: 36%;
    left: 50%;
    min-width: 60%;
    text-align: center;
    transform: translateX(-50%);
}

.searchWin .searchBox .s_con>span {
    display: inline-block;
    font-size: 7.2rem;
    line-height: 7.2rem;
    color: #009ada;
    /*font-family: 'SourceHanSansCN-ExtraLight';*/
}

.searchWin .searchBox .s_con form {
    position: relative;
    margin-top: 4.5rem;
}

.searchWin .searchBox .s_con form .sous {
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
}

.searchWin .searchBox .s_con input {
    background-color: rgba(255, 255, 255, 0.6);
    width:100%;
    height: 6.6rem;
    border-radius: 4rem;
    padding: 0 3rem;
    color: #009ada;
    font-size: 1.8rem;
    border: solid 0.1rem #D6D6D6;
}

.searchWin .searchBox .s_con input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: rgba(0,0,0,0.22);
    font-size: 1.6rem;
}

.searchWin .searchBox .s_con input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0,0,0,0.22);
    font-size: 1.6rem;
}

.searchWin .searchBox .s_con input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0,0,0,0.22);
    font-size: 1.6rem;
}

.searchWin .searchBox .s_con input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(0,0,0,0.22);
    font-size: 1.6rem;
}

.searchWin .searchBox>.toCenter {
    position: absolute;
    bottom: 4rem;
    right:10rem;
    width: auto;
    text-align: right;
    font-size: 2rem;
}

.searchWin .searchBox>.toCenter>a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: all .3s;

}

.searchWin .searchBox>.toCenter>a:hover {
    /*color: #009ada;*/
    transform: translateX(0.5rem);
}

.searchWin .searchBox>.toCenter>a>span {
    margin-left: 0.2rem;
    font-size: 2rem;
    vertical-align: middle;
}

.searchWin .c_t {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.searchWin .c_t .c_t_item {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2rem 4rem;
    color: #fff;
    cursor: pointer;
}

.searchWin .c_t .pr:first-child .c_t_item {
    background-color: #009ada;
}

.searchWin .c_t .pr:nth-child(2) .c_t_item {
    background-color: #64c1d7;
}

.searchWin .c_t .pr:nth-child(3) .c_t_item {
    background-color: #33cccc;
}

.searchWin .c_t .pr:nth-child(4) .c_t_item {
    background-color: #2e8ba1;
}

.searchWin .c_t .c_t_item .title h5 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.searchWin .c_t .c_t_item .title>p {
    color: rgba(255,255,255,0.6);
    font-size: 1.6rem;
}

.searchWin .c_t .c_t_item .icon>img {
    height: 5rem;
}

.pr {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.searchWin .c_t .c_t_intr {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 2rem 2rem;
    background: rgba(255,255,255,0.7);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.searchWin .c_t .c_t_intr .s_pj {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.searchWin .c_t .c_t_intr h5 {
    color: #565656;
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: 0.5rem;
}

.searchWin .c_t .c_t_intr h5:nth-child(2) {
    color: #262626;
    font-size: 2rem;
    font-weight: 600;
}

.searchWin .c_t .c_t_intr .s_pj>.pt {
    font-size: 1.8rem;
    margin-right: 1.5rem;
}

.searchWin .c_t .c_t_intr .s_img {
    display: flex;
    align-items: center;

}

.searchWin .c_t .c_t_intr .s_img li {
    flex: 1;
    margin-right: 1.5rem;
    text-align: center;
}

.searchWin .c_t .c_t_intr .s_img li:last-child {
    margin-right: 0;
}

.searchWin .c_t .c_t_intr .s_img li img {
    width: 100%;
}
.searchWin .c_t .c_t_intr .s_img li p{
    font-size: 1.5rem;
    color: #333333;
    margin-top: 0.5rem;
}

.plan {
    text-align: center;
    background-color: #f2fafd;
    /*padding: 50px 0;*/
}
.plan .p_list{
    margin-top: 5.8rem;
}
.plan .p_list .p_l_item {
    text-align: center;
}

.plan .p_list .p_l_item img {
    height: 6rem;
    cursor: pointer;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.plan .p_list .p_l_item:hover img{
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.plan .p_list .p_l_item p {
    margin-top: 2.5rem;
    font-size: 2.4rem;
}

.plan .yu_y {
    padding: 0 5.5rem;
    width: 27rem;
    height: 5.4rem;
    margin: 5.4rem auto 0;
    color: #fff;
    border-radius: 3rem;
    cursor: pointer;
    background-image: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan .yu_y>img {
    vertical-align: middle;
    width: 2.2rem;
    height: 2.2rem;
}

.plan .yu_y>span {
    margin-left: 1.2rem;
    font-size: 2rem;
    vertical-align: middle;
}

.plan .yu_y:hover span {
    color: #ffffff;
    /* color: #009ada; */
}

.scheme {
    overflow: hidden;
    display: flex;
    border-radius: 3rem;
    box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.6);
}

 .video {
    position: relative;
    width: 40%;
    padding: 0;
}

 .video .startMo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    cursor: pointer;
}

 .video .startMo>img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 5.5rem;
    transform: translate(-50%, -50%);
}

 .video video {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover !important;
}

.yyform {
    overflow: hidden;
    padding: 7rem 8rem;
    background: url('../image/zixun.png') no-repeat left top / cover;
}

.scheme .yyform>h5 {
    color: #222222;
    font-size: 3rem;
    margin-bottom: 2.2rem;
}

.yyform .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.yyform .form>input,
.yyform .form>select {
    width: 48%;
    background-color: #fff;
    height: 5.4rem;
    border-radius: 2.5rem;
    padding: 0 2.5rem;
    margin-top: 2.5rem;
    border: 0.1rem solid #eaebed;
    font-size: 1.8rem;
}

.yyform .form>select {
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../image/arrow.png) no-repeat scroll 95% center #fff;

}

.yyform .form>select option {
    line-height: 2rem;
}

.yyform .getMore {
    display: inline-block;
    width: 100%;
    border-radius: 3rem;
    text-align: center;
    color: #ffffff;
    padding: 1.5rem;
    margin-top: 4.5rem;
    background-image: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    font-size: 1.8rem;
}
.yyform .getMore:hover{
    color: #ffffff !important;
}

.way .wayCon .wayList {
    display: flex;
    justify-content: space-between;
}

.way .wayCon .wayList li {
    flex: 1;
    text-align: center;
}
.way .wayCon .wayList li.on a{
    color: #019BDB;
    cursor: pointer;
    font-weight: bold;
}
.way .wayCon .wayList li.on a:after{
    width: 100%;
}

.way .wayCon .wayList li>a {
    font-size: 1.8rem;
    color: #666666;
    display: inline-block;
    position: relative;
    transition: all .3s;
    padding: 1.5rem 1rem;
}

.way .wayCon .wayList li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.3rem;
    background-color: #009ada;
    transition: all .3s;
}

.way .wayCon .wayList>li:hover>a {
    color: #019BDB;
    cursor: pointer;
    font-weight: bold;
}

.way .wayCon .wayList>li:hover>a::after {
    width: 100%;
}

.cur>a {
    color: #009ada;
    cursor: pointer;
}

.cur>a::after {
    width: 100% !important;
}



.certify .swiper-container>.swiper-wrapper>.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    /*border: 1px solid #009ada;*/
}

@media screen and (max-width: 668px) {
    .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 668px) {

    /*.swiper-slide-active,*/
    /*.swiper-slide-duplicate-active {*/
    /*    -webkit-transform: scale(0.97);*/
    /*    transform: scale(0.97);*/
    /*}*/
}

.certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 8rem 0;
    background-color: #f2fafd;
}

.certify .swiper-container {
    padding-bottom: 6rem;
}

.certify .swiper-container>.swiper-wrapper>.swiper-slide {
    overflow: hidden;
    width: 57rem;
    background: #fff;
    box-shadow: 0 0.8rem 3rem #ddd;
    border-radius: 1rem;

}

.certify .swiper-slide img {
    width: 100%;
    display: block;
}

.certify .swiper-pagination {
    width: 100%;
    bottom: -2rem;
}

.certify .s_co .co_img {
    position: relative;


}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
    background-color: #dbedf9;
    width: 5.5rem;
    height: 1rem;
    opacity: 1;
    border-radius: 0.5rem;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #a3c9ef;
}

.certify .swiper-button-prev{
    left: -3rem;
}
.certify .swiper-button-next {
    right: -3rem;
}
.certify .swiper-button-prev,.certify .swiper-button-next {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 100%;
    border: solid 0.1rem #92B7EC;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.certify .swiper-button-prev i,.certify .swiper-button-next i{
    font-size: 2rem;
    color: #92B7EC;
    font-weight: bold;
}
.certify .swiper-button-prev:after,.certify .swiper-button-next:after{
    display: none;
}

.certify .swiper-button-prev:hover,.certify .swiper-button-next:hover{
    background: -o-linear-gradient(to right,#90C1EC, #90B5EC);
    background: -moz-linear-gradient(to right,#90C1EC, #90B5EC);
    background: -ms-linear-gradient(to right,#90C1EC, #90B5EC);
    background: -webkit-linear-gradient(to right,#90C1EC, #90B5EC);
    background: linear-gradient(to right,#90C1EC, #90B5EC);
}
.certify .swiper-button-prev:hover i,.certify .swiper-button-next:hover i{
    color: #ffffff;
}

.swiperItem {
    width: 100%;
    height: 100%;
}

.swiperItem .swiper-slide {
    text-align: center;
    font-size: 1.8rem;
    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;
}

.swiperItem .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiperItem {
    width: 100%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
}

.swiperItem .swiper-slide {
    background-size: cover;
    background-position: center;
}

.thunkSwiper {
    height: 80%;
    width: 100%;
}

.slSwiper {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4rem;
    width: 66%;
    box-sizing: border-box;
    padding: 0;
}

.slSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    cursor: pointer;
}

.slSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiperItem .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.slSwiper .swiper-slide img {
    height: 100%;
}

.way .certify .s_ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.5rem 2.5rem;

}

.way .certify .s_ti>h5 {
    font-size: 1.5rem;
    color: #1f1f1f;
}

.way .certify .s_ti .t_tj {
    padding: 1rem 0;
    font-size: 1.6rem;
    color: #009ada;
}

.way .certify .s_ti .t_tj .t_zs {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    font-size: 1.6rem;
}

.way .certify .s_ti .t_tj .star>i {
    margin-right: 1.5rem;
}

.way .certify .s_ti .t_ri {
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #ff601c;
}

.praise .p_con {
    margin-top: 6rem;
    height: 66rem;
    width: 100%;
}

.praise .p_con .p_menu,
.praise .p_con .p_xq {
    height: 100%;
    box-shadow: 0 0 2rem rgba(141, 193, 233, 0.3);
    -webkit-box-shadow: 0 0 2rem rgba(141, 193, 233, 0.3);
    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    padding: 2.5rem 0;
    box-sizing: border-box;
}

.praise .p_con .p_xq {
    padding: 2.5rem 2rem;
}

.praise .p_con .p_menu .p_list {
    overflow-y: auto;
    height: 100%;


}

.praise .p_con .p_menu .p_list>li {
    position: relative;
    margin: 1.2rem 0;

}

.praise .p_con .p_menu .p_list>li>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0.3rem;
    transition: all 0.3s;
    background-color: #91b2ec;

}

.praise .p_con .p_menu .p_list>li>a {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 1.8rem;
    line-height: 3.6rem;
    padding: 0 2.5rem;
    letter-spacing: 0.2em;
    color: #333333;
}
.praise .p_con .p_menu .p_list li:hover a{
    color: #91b2ec;
}
.praise .p_con .p_menu .p_list li.p_active a{
    font-size: 1.8rem;
    color: #91b2ec;
    font-weight: 600;
}

.praise .p_con .p_menu .p_list>li:hover a::after,
.praise .p_con .p_menu .p_list>li.p_active a::after {
    height: 100%;
}

.praise .p_con .p_menu .p_more>a {
    font-size: 1.6rem;
    color: #333333;
}

.praise .xq_item {
    margin-bottom: 2.5rem;
}

.praise .xq_item .imgBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 1.5rem;
}

.praise .xq_item .imgBox .rz {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 6.5rem;
    height: 2.5rem;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    color: #fff;
    border-bottom-right-radius: 1rem;
    background-image: linear-gradient(to right, #90c5ec, #90baec, #90abec);
}
.praise .xq_item .imgBox .rz span{
    font-size: 1.2rem;
}

.rz {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 6.5rem;
    height: 2.5rem;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    color: #fff;
    border-bottom-right-radius: 1rem;
    background-image: linear-gradient(to right, #90c5ec, #90baec, #90abec);
}

.rz>img {
    height: 100%;
    margin-right: 0.5rem;
}

.praise .xq_item .imgBox .rz>img {
    height: 100%;
    margin-right: 0.5rem;
}

.praise .xq_item .imgBox>img {
    width: 100%;
    /* min-height: 18rem; */
}

.star_grade {
    display: inline-block;
}

.praise .xq_item .ptop {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

.praise .xq_item .ptop>span {
    display: inline-block;
    margin-right: 3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    vertical-align: middle;
}

.praise .xq_item .pArtice {
    color: #666666;
    font-size: 1.6rem;
}

.praise .xq_item .pArtice>p>span {
    color: #009ada;
    font-weight: 600;
}

.praise .xq_item .pCat>a {
    display: inline-block;
    padding: 0 1.5rem;
    border-radius: 2rem;
    border: 0.3rem solid #009ada;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #009ada;
    margin-right: 1rem;
}

.praise .xq_item .pCat>a:hover {
    color: #fff !important;
    background-color: #009ada;
}

.praise .xq_item .pCat>a:nth-child(2) {
    color: #78c9dc;
    border: 0.3rem solid #78c9dc;
}

.praise .xq_item .pCat>a:hover:nth-child(2) {
    background-color: #78c9dc;
}

.praise .xq_item .pCat>a:nth-child(3) {
    color: #4dd3d3;
    border: 0.3rem solid #4dd3d3;
}

.praise .xq_item .pCat>a:hover:nth-child(3) {
    background-color: #4dd3d3;
}

.praise .xq_item .pCat>a:nth-child(4) {
    color: #499aad;
    border: 0.3rem solid #499aad;
}

.praise .xq_item .pCat>a:hover:nth-child(4) {
    background-color: #499aad;
}

.praise .xq_item .wechat {
    position: relative;
    display: contents;
}

.praise .xq_item .wechat>a {
    position: absolute;
    top: 0.5rem;
    right: 2.5rem;
    text-align: center;
    font-size: 1.6rem;
    color: #009ada;

}

.praise .xq_item .wechat>a>img {
    height: 2.8rem;
}

.p_xq {
    overflow-y: auto;
}


.question .q_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    margin-top: 6.6rem;
}

.question .q_list>li {
    overflow: hidden;
    position: relative;
    width: 18.5%;
    margin-right: 2rem;
    border-radius: 1.2rem;

}

.question .q_list>li:nth-child(5n) {
    margin-right: 0;
}

.question .q_list>li>img {
    width: 100%;
    min-height: 18rem;
}

.question .q_list>li .qlay {
    padding: 1.5rem 1.5rem 2rem;
}

.question .q_list>li .qlay>p {
    line-height: 2.2rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.question .q_list>li .qlay .hot>img {
    height: 1.4rem;
    vertical-align: middle;
}

.question .q_list>li .qlay .hot>span {
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #222222;
    margin-left: 0.6rem;
}
.question .q_list>li .qlay .hot{
    display: flex;
    align-items: center;
}

.question .q_list>li .qlay .qbt {
    justify-content: space-between;
}

.question .q_list>li .qlay .qbt>a {
    padding: 0.2rem 1.5rem;
    border: 0.2rem solid #E6F5FC;
    color: #009ada;
    background: #E6F5FC;
    border-radius: 1.5rem;
    font-weight: 600;
}

.question .q_list>li .qlay .qbt>a:hover {
    background: #ffffff;
}

.question .q_list .tolog {
    padding: 2rem 2.5rem;
    width: 20%;
}

.question .q_list .tolog>h5 {
    font-size: 2.4rem;
    color: #009ada;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.question .q_list .tolog>p {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    color: #222222;
}

.question .q_list .tolog .num {
    font-size: 2.2rem;
    font-weight: 600;
    margin-right: 0.8rem;
    font-style: italic;
    vertical-align: middle;
    color: #333333;
}

.question .q_list .tolog .queNum>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}
.question .q_list .tolog .queNum>li span{
    font-size: 1.7rem;
    color: #333333;
}

.question .q_list .tolog .getMore {
    width: 100%;
    margin-top: 1.3rem;
    height: 5rem;
    font-size: 1.8rem;
    color: #ffffff;
}
.question .q_list .tolog .getMore:hover{
    color: #ffffff;
}

.z_s .zs_b {
    margin-bottom: 3.5rem;
    margin-top: 6.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.z_s .zs_b .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.z_s .zs_b .swiper-slide>a {
    display: block;
    width: 100%;
    min-height: 30rem;
}

.z_s .zs_b .swiper-slide>a img {
    width: 100%;
}

.z_s .zs_b .swiper-slide .z_ts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.5rem;
    line-height: 6.5rem;
    color: #fff;
    font-size: 1.9rem;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 2.5rem;
}

.z_s .zs_b .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2.2rem;
    text-align: right;
    padding-right: 3rem;
}

.z_s .zs_b .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.2rem;
}

.z_s .zs_b .swiper-pagination-bullet-active {
    background-color: #fff;
}

.z_s .zs_b .zs_item {
    width: 100%;
    margin-bottom: 2.5rem;
}

.z_s .zs_b .zs_item>p {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
}

.z_s .zs_b .zs_item .zs_art {
    display: flex;
    align-items: center;
}

.z_s .zs_b .zs_item .zs_art>span {
    vertical-align: middle;
    margin-right: 2.5rem;
    font-size: 1.6rem;
    color: #666666;
}

.h_y .hy_item {
    border: 0.1rem solid #ccc;
    margin-bottom: 3rem;
}

 .hy_item .atr {
    display: flex;
    align-items: center;
    padding: 1.5rem 2.5rem;
 }


 .hy_item .atr img {
    height: 5rem;
    width: 5rem;
    border-radius: 100%;
    margin-right: 2.5rem;
}

 .hy_item .atr .artCon>p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
     color: #222222;
}
.hy_item .atr .artCon>span{
    font-size: 1.6rem;
}

.h_y .hy_item .hshow img {
    width: 100%;
}

.h_y .hy_item .hshow .hsbox>h5,
.h_y .hy_item>h5 {
    font-size: 1.8rem;
    color: #009ada;
    margin-bottom: 0.5rem;
}

.h_y .hy_item>h5 {
    padding: 0 2.5rem 1rem;
}

.h_y .hy_item .hshow .hy_star {
    margin-bottom: 1rem;
}

.h_y .hy_item .hshow .hsbox {
    padding: 2.5rem;
}

.h_y .hy_item .hshow .hsbox>p {
    overflow: hidden;
    display: inline-block;
    height: 4rem;
    margin-bottom:0.8rem;
    font-size: 1.6rem;
}

.h_y .hy_item .hy_readMore {
    cursor: pointer;
    color: #009ada;
    font-size: 1.6rem;
}

.h_y .hy_item i.iconfont {
    cursor: pointer;
    margin-right: 2rem;
    color: #111;
}

.hshowlist {
    padding: 0 2.5rem;
}


.h_y .hy_item .hshowImg {
    overflow-y: hidden;
    padding: 0 2.5rem;
    max-height: 33.8rem;
    height: 26rem;
}

.h_y .hy_item .hshowImg .imgs {
    border: 0.1rem solid #ccc;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 0.5rem;

}

.h_y .hy_item .hshowImg .imgs>img {
    width: 100%;
}

.h_y .hy_item .hshowImg .imgs .dz {
    padding: 1rem 1rem;
}
.h_y .hy_item .hshowImg .imgs .dz img{
    height: 2.6rem;
}

.h_y .hy_item .hyPhotoMore {
    display: inline-block;
    margin: 1.7rem 2.5rem;
    font-size: 1.6rem;
    cursor: pointer;
    color: #009ada;
}

.h_y .hymore {
    text-align: center;
}

.h_y .hymore>a {
    margin: 1rem 0;
    font-size: 1.8rem;
    cursor: pointer;
}

.text_gradient{
    background-image: -webkit-gradient(linear, left 0, right 0, from(#91C5EC), to(#92AEEF));
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
}

.h_y .toPl {
    width: 60%;
    margin: 0 auto;
}

.h_y .toPl .toMenu {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.h_y .toPl .toMenu>li {
    margin: 0 1.5rem;
}

.h_y .toPl .toMenu>li>span {
    display: inline-block;
    padding: 0 7rem;
    height: 5rem;
    line-height: 5rem;
    border: 0.1rem solid #E7E7E7;
    border-radius: 5rem;
    font-size: 2rem;
    cursor: pointer;
    color: #666666;
}

.h_y .toPl .toMenu>li.hy_on>span {
    color: #fff;
    background-image: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    border: transparent;
}

.toItem {
    display: none;
}

.toItem .itemBox {
    display: flex;
    width: 100%;
}

.toItem .toAtr>img {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
}

.toItem .writeInp {
    padding: 0 0 0 3rem;
}

.toItem textarea {
    width: 100%;
    border: 0.1rem solid #DFDFDF;
    border-radius: 2rem;
    padding: 1.5rem;
    resize: none;
    font-size: 1.8rem;
    color: #999999;
}

.toItem .writeInp .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
.toItem .writeInp .sub .nm{
    display: flex;
    align-items: center;
    justify-content: center;
}
.toItem .writeInp .sub .nm input{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.toItem .writeInp .sub .nm span{
    font-size: 1.8rem;
    color: #666666;
}

.toItem .writeInp .sub>button {
    width: 12rem;
    height: 4rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.hy_visible {
    display: block !Important;
}

.c_cat .catList>div {
    margin: 2rem 0;
}

.c_cat .catList .catItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5rem 0;
    border: 0.1rem solid #e3e3e3;
    border-radius: 1.5rem;
}
.c_cat .catList .catItem:hover{
    box-shadow: 0 0 1rem 0 #00000040;
}
.c_cat .catList .catItem p{
    font-size: 2.4rem;
    color: #222222;
}

.c_cat .catList .catItem>img {
    height: 5.5rem;
    margin-bottom: 1.5rem;
}

.c_cat .catList .catItem>img.fw {
    height: auto;
    margin: 3rem 0;
}

.c_cat .catListJy {
    margin-top: 2rem;
    display: none;
}

.c_cat .catListJy .jyItem {
    display: flex;
    align-items: center;
    padding: 1.8rem 1rem;

}
.c_cat .catListJy .jyItem span{
    font-size: 1.8rem;
    color: #222222;
}
.c_cat .catListJy .jyItem>img {
    margin-right: 1rem;
}

.find {
    /*margin-bottom: 55px;*/
    /*padding: 55px 0 70px;*/
    background: url("../image/findbg.png") no-repeat top left / cover;
}

.find .findCon {
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
}

.find .findCon h5 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.findCon h4 {
    font-size: 4.8rem;
    font-weight: 500;
    margin-bottom: 4rem;
}

.findCon .inpFind {
    display: flex;
    align-items: center;
    width: 71.5%;
    margin: 0 auto 3rem;
    background-color: #fff;
    border-radius: 3.5rem;
    height: 6.5rem;
    padding: 0.3rem;
}

.findCon .inpFind .findsearch {
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
}

.findsearch_list{
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.2);
    z-index: 9;
    padding: 0.5rem 0;
}
.findsearch_list dd{
    padding: 0.5rem 1.5rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.findsearch_list dd span{
    font-size: 1.4rem;
    color: #000000;
    line-height: 2.2rem !important;
}

.findCon .inpFind .findsearch>img {
    height: 2rem;
    margin-right: 0.8rem;
}

 .findCon .inpFind .search {
    width: 15rem;
    height: 100%;
    box-sizing: border-box;
}

 .findCon .inpFind .search>button {
     display: flex;
     align-items: center;
     justify-content: center;
    width: 100%;
    color: #fff;
    height: 100%;
    border-radius: 3.5rem;
    background: -moz-linear-gradient(to right, #90c5ec, #90baec, #90abec);
     background:-ms-linear-gradient(to right, #90c5ec, #90baec, #90abec);
     background: -o-linear-gradient(to right, #90c5ec, #90baec, #90abec);
     background: -webkit-linear-gradient(to right, #90c5ec, #90baec, #90abec);
     background: linear-gradient(to right, #90c5ec, #90baec, #90abec);
}

.c_hb .hbbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_hb img {
    width: 100%;
}

.footer {
    padding-top: 8rem;
    background: url("../image/fbg.png") no-repeat right top / cover;
}
.footer_nav{
    margin-top: 7.6rem;
}

.footer .fnavList>h5 {
    font-size: 1.8rem;
    color: #1f1f1f;
    margin-bottom: 2.5rem;
}

.footer .fnavList>ul>li {
    margin: 1rem 0;
}

.footer .fnavList>ul>li>a {
    font-size: 1.6rem;
    color: rgba(31,31,31,0.5);
}
.footer .fnavList>ul>li>a:hover{
    color: #009ada;
}

.footer .beian {
    margin-top: 15rem;
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2rem;
    justify-content: space-between;
    padding: 4rem 0;
    border-top: 0.1rem solid #99C6ED;
}

.concat {
    padding-top: 5rem;
    padding-left: 10rem;
}

.concat>h5 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.concat>h4 {
    font-size: 2.4rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
}

.concat .concatWay {
    margin-top: 5.5rem;
    margin-bottom: 5rem;
}

.concat .concatWay>a {
    display: inline-block;
    margin-right: 2rem;
}

.concat .concatWay>a>img {
    height: 2.5rem;
}

 .lang {
    display: flex;
    color: #fff;
    text-align: left;
}

 .lang select {
    color: #fff;
}

 .lang>div {
    margin-right: 3.5rem;
}

 .lang>div>p {
    padding-left:0;
     font-size: 1.8rem;
}

.concat .lang>div option {
    color: #333;
}

.co_imgs_b{
    position: relative;
    width: 100%;
    height: 100%;
}
.interior_list{
    position: absolute;
    bottom: 0.6rem;
    height: 5rem;
    width: 28rem;
    right: 1rem;
    overflow: hidden;
    font-size: 0;
}
.interior_list .interior_dd{
    display: inline-block;
    width: 8.6rem;
    overflow: hidden;
    border-radius: 0.6rem;
    cursor: pointer;
    margin-right: 1rem;
}
.interior_list .interior_dd:nth-child(3){
    margin-right: 0;
}
.interior_list .interior_dd img{
    width: 100%;
}
.nav_wap{
    display: none;
}
.wap_sx{
    display: none;
}
@media only screen and (max-width: 1680px){
    .praise .xq_item .imgBox .rz {
        width: 7.5rem;
    }
}
@media only screen and (max-width: 1480px){
    .h_y .hy_item .hshow .hsbox>p{
        height: 4.5rem;
    }
}
@media only screen and (max-width: 1280px){
    .h_y .hy_item .hshow .hsbox>p{
        height:5rem;
    }
}

@media only screen and (max-width: 1199px){
    .praise .xq_item .imgBox .rz {
        width: 8.5rem;
    }
    .h_y .hy_item .hshowImg{
        height: auto;
        max-height:none;
        padding-bottom: 3rem;
    }
    .h_y .hy_item .hshow .hsbox>p {
        height: auto;
    }
}



@media only screen and (max-width: 1024px) {

     .yyform {
        padding: 35px 20px;
    }

    .searchWin .searchBox .s_con>span {
        font-size: 24px;
    }

    .searchWin .searchBox .s_con form {
        margin-top: 30px;
    }

    .searchWin .c_t .c_t_intr {
        position: relative;
        bottom: 0;
    }

    .nyBannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 30px;
        height: 4px;
    }


    .scheme {
        flex-wrap: wrap;
        border-radius: 0;
        padding: 0 10px;
    }


    .praise .p_con {
        height: auto;
        padding: 0;
    }

    .plan .p_list .p_l_item p {
        font-size: 1.6rem;
        margin-top: 10px;
    }



    .way .wayCon,
    .praise .p_con {
        position: relative;
        text-align: right;
        padding: 15px 0;
        margin: 0;
    }

    .way .wayCon .more,
    .praise .p_con .more {
        display:none;
        width: 139px;
        text-align: center;
        cursor: pointer;
    }

    /*.way .wayCon .wayList,*/
    /*.praise .p_con .p_list {*/
    /*    display: none !important;*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    right: 0;*/
    /*    display: block;*/
    /*    z-index: 999999;*/
    /*    background: #fff;*/
    /*    padding: 0 15px;*/
    /*}*/

    .way .wayCon .wayList.wayListOn,
    .praise .p_con .p_list.wayListOn {
        display: block !important;
        visibility: visible !important;
    }

    .t_le>h5 {
        font-size: 1.8rem;
    }

    .certify {
        padding: 1rem;
    }

    .praise .p_con .p_menu .p_list {
        height: auto;
        text-align: center;
    }

    .praise .xq_item {
        text-align: left;
    }

    .praise .xq_item .wechat>a {
        top: 15px;
    }

    .question .q_list>li {
        width: 23%;
        margin-right: 1.8%;
    }
    .question .q_list>li:nth-child(4){
        margin-right: 0;
    }
    .question .q_list .tolog{
        width: 100%;
        margin-top: 30px;
    }
    .question .q_list .tolog .queNum{
        display: flex;
    }
    .question .q_list .tolog .queNum>li{
        width: 33.33%;
        display: flex;
        justify-content:center;
        flex-direction:column;
        align-items:center;
    }
    .question .q_list .tolog .queNum>li span{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .question .q_list .tolog>h5{
        text-align: center;
        font-size: 24px;
    }
    .question .q_list .tolog>p{
        text-align: center;
    }
    .question .q_list .tolog .getMore{
        padding: 0;
        width: 250px;
        display: block;
        margin: auto;
        height: 50px;
        line-height: 50px;
    }

    .z_s .zs_b {
        padding: 0 10px;
    }

    .z_s .zs_b .zs_item {
        margin-top: 15px;
    }

    .h_y .hy_item .hshowImg {
        max-height: none;
        padding-bottom: 0;
    }

    .h_y .toPl {
        width: 100%;
    }

    .find .findCon h4 {
        font-size: 24px;
    }

    .find .findCon .inpFind {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }

    .find .findCon .inpFind .search {
        width: 25%;
    }

    .c_hb .hbbox {
        text-align: left;
        margin-bottom: 1.5rem;
        padding-left: 0;
    }

    .footer {
        padding-top: 30px;
    }


    .concat {
        padding: 0;
    }
    .footer_nav{
        margin-top: 0;
    }
    .footer .beian {
        margin-top: 0;
    }

    .praise .xq_item .pCat>a {
        font-size: 1.2rem;
        padding: 3px 5px;
        margin-bottom: 0.5rem;
        margin-right: 2px;
    }

    .praise .xq_item .wechat>a {
        font-size: 1.4rem;
    }

    .certify .swiper-button-next {
        right: -20px;
    }

    .certify .swiper-button-prev {
        left: -20px;
    }

    .yyform .form>input,
    .yyform .form>select {
        width: 100%;
    }

    .searchWin .searchBox .s_con input {
        width: 100%;
    }


    .container {
        padding: 0 5px;
    }

    .header .logo img {
        height: 35px;
    }


    .way .certify .s_ti {
        flex-wrap: wrap;
    }

    .certify .swiper-container {
        padding: 15px 0;
        margin: 0 auto;
        width: 98%;
    }

    .praise .xq_item .wechat {
        height: 75px;
    }

    .searchBox {
        height: 500px;
    }

    .searchWin .searchBox>.toCenter>a {
        font-size: 1.4rem;
    }

    .praise .xq_item .pArtice {
        font-size: 1.4rem;
    }

    .h_y .toPl .toMenu>li>span {
        height: 40px;
        line-height: 40px;
        padding:0 20px;
        font-size: 1.4rem;
    }

    .toItem .itemBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 1rem;
    }

    .toItem .writeInp {
        padding: 0 0 10px;
        width: 90%;
    }

    .toItem .writeInp .sub {

    }
    .toItem .writeInp .sub .nm input{
        border: solid 1px #cccccc;
    }

    .c_cat .catList {
        padding: 0 10px;
    }

    .c_cat .catList .catItem {
        width: 100%;
    }

    .find .findCon .inpFind .search {
        width: 50%;
        margin: 0;
        height: 50px;
        line-height: 50px;
    }

    .footer .beian {
        padding: 15px 0;
    }

    .certify .swiper-pagination {
        bottom: 0;
        display: none;
    }

    .plan {
        padding: 30px 0;
    }

    .plan .p_list .p_l_item img {
        height: 45px;
    }


    .yyform .getMore {
        padding: 1rem;
        margin-top: 2rem;
    }

    .yyform .form>input,
    .yyform .form>select {
        margin-top: 15px;
    }

    .c_cat .catList .catItem>img {
        height: 45px;
    }

    .find {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .find .findCon .inpFind {
        display: flex;
        line-height: 40px;
        border-radius: 30px;
        padding:5px;
    }


    .find .findCon .inpFind .findsearch {
        padding: 0 10px;
        width: 43%;
    }
    .find .findCon .inpFind .search{
        width: 14%;
    }


}


@media only screen and (max-width: 768px) {
    .c_cat .catList .catItem {
        padding: 30px 0;
    }

    .searchWin .searchBox .s_con {
        width: 98%;
        font-size: 1.4rem;
    }

    .searchWin .searchBox .s_con input {
        font-size: 1.4rem;
    }

    .searchWin .searchBox .s_con input::placeholder {
        font-size: 1.4rem;

    }




}

/* ---------------------------------------index--end--------------------------------------------- */


/* --------------------------------------neiye--------------------------------- */
.neiye .header {
    position: relative;
}

.neiye .y_j_x {
    /*background-color:rgba(255,255,255,0.2);*/
}

.ny_banner {
    height: 39rem;
}

.ny_banner.searchWin .searchBox {
    height: 100%;
    background: none;
}

.ny_banner.searchWin .searchBox .s_con>span {
    color: #fff;
}

.ny_banner.searchWin .searchBox .s_con {
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.nyBannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
    background-color: #dbedf9;
    width: 10rem;
    height: 1.1rem;
    opacity: 1;
    border-radius: 0.5rem;
}

.nyBannerSwiper .swiper-pagination span{
    position: relative;
}
.nyBannerSwiper .swiper-pagination span::before{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 1rem;
}
.nyBannerSwiper .swiper-pagination span.swiper-pagination-bullet-active::before{
    width: 100%;
    background: #ffffff;
    -o-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 03s;
    -webkit-transition: all 3s;
    transition: all 3s;
}



.nyBannerSwiper .swiper-pagination {
    bottom: 3.8rem;
    height: 1.1rem;
    display: flex;
    text-align: left;
}

.ny_banner .toCenter {
    z-index: 999;
}

.ny_list .search {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6.4rem;
    border-radius: 3.3rem;
    border: 0.1rem solid #EDF1F4;
    padding: 0 2.5rem;
    margin-bottom: 5rem;
}

.ny_list .search>select {
    width: 33.33%;
    height: 100%;
    padding: 1rem;
    font-size: 1.8rem;
    color: #666666;
    cursor: pointer;
}

.ny_list .search>select>option {
    appearance: none;
    display: block;

}

.ny_list .s_x {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ny_list .s_x span{
    font-size: 1.6rem;
    color: #666666;
}
.ny_list .s_x .num {
    font-size: 2rem;
    vertical-align: middle;
    color: #009ada;
    margin-right: 0.3rem;
}

.ny_list .s_x .sx {
    display: flex;
    align-items: center;
}

.ny_list .s_x .sx>li {
    cursor: pointer;
    margin-left: 1.8rem;
    font-size: 1.6rem;
}

.ny_list .s_x .sx>li>i {
    color: #999;
    font-size: 1.6rem;
}

.ny_list .s_x .sx>li.on>i {
    color: #009ada;
}

.ny_list .sx_list {
    margin-top: 2.8rem;
}

.ny_list .sx_list .sx_item {
    padding-bottom: 4.6rem;
    border-bottom: 0.1rem solid #e3e3e3;
    margin-bottom: 4.6rem;
}

.ny_list .sx_list .sxImg {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 1.5rem;
}

.ny_list .sx_list .sxImg img {
    width: 100%;
}

.ny_list .sx_list .sxImg .slSwiper {
    right: 2rem;
    bottom: 5%;
}

.sxCon {
    position: relative;
}

.sxCon .p_chat {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.ny_list .sx_list .sxCon .p_chat>a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #009ada;
}
.ny_list .sx_list .sxCon .p_chat>a img{
    width: 3.4rem;
}
.ny_list .sx_list .sxCon .p_chat p{
    margin-top: 0.8rem;
}

.sxCon .p_chat .price {
    line-height: 3.2rem;
    font-size: 3.2rem;
    font-weight: 600;
    color: #ff601c;
    margin-bottom: 1rem;
}

.ny_list .sx_list .sxCon>h5 {
    font-size: 2.4rem;
    color: #1f1f1f;
    font-weight: 600;


}

.ny_list .sx_list .sxCon .sxStar {
    display: flex;
    align-items: center;
}

.ny_list .sx_list .sxCon .sxStar>span {
    vertical-align: top;
    font-size: 2.2rem;
    color: #666666;
    margin-left: 0.6rem;
}

.s_b10 {
    margin-bottom: 1.2rem;
}

.s_b20 {
    margin-bottom: 2.2rem;
}

.ny_list .sx_list .sxCon .tag {
    display: flex;
}

.ny_list .sx_list .sxCon .tag>li {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
    background-color: #f0f0f0;
    color: #6e7072;
    margin-right: 1rem;
    border-radius: 0.4rem;
}

.sxCon .zxcon {
    color: #666666;
}
.sxCon .zxcon span{
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sxCon .zxcon a{
    font-size: 1.6rem;
    color: #009ada;
}

.sxCon .zxcon .sxMore {
    display: inline-block;
    color: #009ada;
}
.ny_list .sx_list .sxCon .stime span{
    font-size: 1.8rem;
}
.ny_list .sx_list .sxCon .stime .st {
    color: #ff601c;
    font-weight: 500;
}

.fy {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.fy>li {
    margin: 0 0.8rem;
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    color: #999999;
    border-radius: 1rem;
    border: 0.1rem solid #e3e3e3;
    cursor: pointer;
}

.fy>li:hover {
    color: #fff;
    background-color: #81abe9;
    border-color: transparent;
}

.fy>li.cur {
    color: #fff;
    background-color: #81abe9;
    border-color: transparent;
}

.neiye .s_co .co_img>img {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .ny_list .sxCon {
        margin: 15px 10px;
        /* background: #000; */
        margin: 0;
    }

}

@media screen and (max-width: 768px) {
    /*.ny_list .sx_list .sxCon .p_chat {*/
    /*    position: relative;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*}*/

    .ny_list .s_x {
        align-items: flex-start;
        padding: 0 10px;
    }

    .ny_list .s_x .sx {
        margin-top: 10px;
    }

    .ny_list .sx_list .sxCon>h5 {
        font-size: 1.8rem;
    }

    .ny_list .sx_list .sxCon .tag {
        font-size: 13px;
    }

    .ny_list .sxCon {
        font-size: 1.4rem;
    }

    .ny_list .sx_list .sxCon .p_chat .price {
        font-size: 2rem;
    }

    .t_le>h5 {
        font-size: 1.6rem;
    }

    .way .certify .s_ti .t_ri {
        font-size: 2rem;
    }

    .praise .p_con .p_menu,
    .praise .p_con .p_xq {
        padding: 0;
        overflow: hidden;
    }

    .way>.layout {
        overflow: unset;
    }

    .praise {
        /* padding: 0 10px; */
        box-sizing: border-box;
    }

    .question .q_list>li {
        margin: 10px auto !important;
    }

    .question {
        padding: 0 10px;
    }

    .h_y {
        padding: 0 10px;
    }

    .h_y .hy_item .hshow .hsbox {
        padding: 5px;
    }

    .h_y .hy_item .atr {
        padding: 10px 5px;
    }

    .h_y .toPl .toMenu {
        margin-top: 2rem;
        margin-bottom: 20px;
    }

    .h_y .toPl .toMenu>li {
        margin: 0 0.5rem;
    }

    /* 内页 */
    .ny_list .search>select {
        font-size: 1.4rem;
        padding: 5px 10px;
    }

    .ny_list .search {
        height: 40px;
        margin-bottom: 2.2rem;
    }

}

/* --------------------------------------neiye--------------------------------- */

/* modal */
.modal{
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
}
.modal .modal-header{
    border: none;
}
.modal .modal-body{
    border: none;
}
.modal .modal-header .modal-title{
    font-size: 3rem;
    font-weight: 700;
}
.modal-dialog{
    max-width: 60rem;
}
.modal .modal-content{
    padding: 3rem 2.5rem 2.5rem;
}
.shareMode .loginWindow{
    padding: 0;
}
.shareMode .loginWindow .chooseWay,
.shareMode  .loginWindow .loginInp{
    width: 100%;
}
.shareMode .loginWindow .chooseWay>a{
    width: 49%;
}
.shareMode .zhunfa .input-group-text{
    background: none;
}
.shareMode .zhunfa .form-control{
    border-left: none;
}
.shareMode  .chooseWay{
    position: relative;
}
.shareMode  .chooseWay .pan{
    position: absolute;
    bottom: -4.5%;
    left: 49%;
    transform: translateX(-50%);
    padding: 0 2.5rem;
    background: #fff;
    font-size: 1.6rem;
    color: #666666;
}
.shareMode .loginWindow .loginInp .getMore{
    border-radius: 3rem;
    /*padding: 1rem 7rem;*/
    padding: 0;
    height: 4.2rem;
    line-height: 4.2rem;
}
.shareMode .loginWindow .emailGroup .poinitOut{
    text-align: left;
   padding-left: 1.5rem;
}
.shareMode .loginWindow .formTextArea{
    position: relative;
}
.shareMode .loginWindow .formTextArea .form-control{
    height: auto!important;
}
.shareMode .loginWindow .formTextArea .panTextArea{
    position: absolute;
    top: -1.2rem;
    left: 1.5rem;
    background: #fff;
    padding: 0 1rem;
}
.collectMode .collectItem{
    padding: 1rem 2rem;
    border: 0.1rem solid #ccc;
}
.lyMod{
    display: flex;
    align-items: center;
}
.lyMod .lyImg{
    overflow: hidden;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 100%;
    margin-right: 1rem;
}
.lyMod .lyImg>img{
    width: 100%;
}
.collectMode .collectItem .saveMore{
    margin: 0;
}
.lyMod .lyCon>h4{
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
.lyMod .lyCon>h5{
    font-size: 1rem;
    color: #009ada;
}
.lyMod .lyCon>i{
    font-size: .875rem;
}
.lyMod .lyCon>p{
    font-size: 1rem;
}
.collectMode  .collectMore{
    background: none;
    border: 0.1rem solid #ccc;
    color: #222;
}
.rzMode .rzTable{
    width: 80%;
    margin: 2.5rem auto;
}
.rzMode .rzCon{
    width: 90%;
    margin: auto;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #ccc;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.rzMode .rzCon p{
    color: #222222;
}

.rzMode .moreList{
    text-align: right;
}
.rzMode .moreList a:hover{
    color: #ffffff;
}
.moreImgMode .modal-dialog{
    max-width: 140rem;
}
.moreImgMode .moreImgSearch{
    overflow: hidden;
    position: relative;
    height: 4.4rem;
    width: 24rem;
    line-height: 4rem;
    border: 0.1rem solid #ccc;
    border-radius: 2rem;
}
.moreImgMode .moreImgHead{
    padding-bottom: 3.5rem;
    border-bottom: 0.1rem solid #ccc;
    margin-bottom: 2.5rem;
}
.moreImgMode .moreImgSearch>input{
    width: 100%;
    height: 100%;
    padding: 0 4.5rem 0 2rem;
    font-size: 1.6rem;
}
.moreImgMode .moreImgSearch>span{
    position: absolute;
    font-size: 2.2rem;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #009ada;
    font-weight: 700;
}
.moreImgMode  .photoBox{
    overflow-y: auto;
    max-height: 47rem;
}
.moreImgMode .photoBox>li{
    width: 20%;
    padding: 1rem;
}
.moreImgMode .photoBox>li>img{
    width: 100%;
    border-radius: 1rem;
}
.moreImgMode .toBtom{
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1.8rem;
}
.moreImgMode .toBtom>a{
    margin:1rem 0 0;
}
.moreImgMode .toBtom>a:hover{
    color: #ffffff;
}
.lmgxMode .modal-content{
    padding: 0;
}
.lmgxMode .modal-body{
    padding: 0;
}
.lmgxMode  .modal-header{
    position: absolute;
    right: 0;
    top: 0;
}
.lmgxMode .modal-body .swiper-slide{
    height: 52.5rem;
}

.lmgxMode .modal-body .swiper-slide img{
    width: 100%;
    height: 100%;
}

.lmgxMode .modal-dialog{
    max-width: 100rem;
}
.lmgxMode .modal-dialog .swiperBox{
    position: relative;
    overflow: hidden;
    width: 68rem;
}
.lmgxMode .modal-dialog .lmgxCon{
    width: 32rem;
    padding: 5.5rem 2.5rem 4rem 2.5rem;
}
.lmgxMode .modal-dialog .lmgxCon .conone>h5{
    font-size: 2rem;
    margin: 2rem 0;
    font-weight: 700;
}
.lmgxMode .modal-dialog .lmgxCon .conone>p{
    line-height: 2.8rem;
    color: #222222;
    font-size: 1.6rem;
}
.lmgxMode .modal-header{
    z-index: 999999999;
}
.lmgxMode .modal-dialog .lmgxCon .moreList .badge{
    position: absolute;
    bottom: -0.5rem;
    right: -0.6rem;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 100%;
    background-color: red;
    color: #fff;
}
.lmgxMode .modal-dialog .lmgxCon .moreList .right>a{
    position: relative;
    margin-left: 3rem;
}
.lmgxMode .swiper-button-prev,
.lmgxMode .swiper-button-next{

    width: 3.5rem;
    height: 3.5rem;
    border: 0.1rem solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 3.5rem;
    border-radius: 100%;
}
.lmgxMode .swiper-button-prev:after, 
.lmgxMode .swiper-container-rtl .swiper-button-next:after,
.lmgxMode .swiper-button-next:after, 
.lmgxMode .swiper-button-prev:after{
    font-size: 2rem;
    color: #a1aab6;
    line-height: 3.5rem;
}
.nyBannerSwiper{
    height: 100%;
}
.nyBannerSwiper .swiper-slide{
    height: 100%;
}
.s_co{
    height:100%;
}
.co_img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.modal-header .close{
    opacity: 1;
}
.modal-header .close span{
    color: #000000;
    font-size: 2.2rem;
}
.addon1_input{
    height: 4.2rem;
    font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
    .scheme{
        border-radius: 0;
    }
    .praise .xq_item .pCat>a{
        font-size: 1.6rem;
    }
    .praise .xq_item .pArtice{
        font-size: 1.6rem;
    }

    .sp_right{
        margin-top: 2rem;
    }
    .footer {
        padding-top: 5rem;
        background: #91B1EA;
    }
    .footer .beian{
        margin-top: 50px;
        padding: 20px 0;
    }
    .concat{
        padding-top: 0;
    }
    .searchWin .searchBox .s_con>span{
        font-size: 48px;
    }
    .zyiyuan .mod{
        padding: 0;
    }

}
@media only screen and (max-width: 768px) {
    .searchBox {
        height: 400px;
    }
}

/*20230507*/
.banner{
    height: 92rem;
    overflow: hidden;
    position: relative;
}
.swiperBanner{
    height: 100%;
}
.swiperBanner .swiper-slide{
    height: 100%;
    width: 100%;
    background-size: cover !important;
}
.banner .swiper-pagination{
    width: auto;
    bottom: 13.2rem;
    cursor: pointer;
    z-index: 1000;
    text-align: left;
    padding-left: 12rem;
}
.banner .swiper-pagination span{
    height: 1rem;
    opacity: 1;
    width: 10rem;
    background: rgba(255,255,255,0.5);
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    margin: 0 0.5rem;
}
.banner .swiper-pagination span::before{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 1rem;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active::before{
    width: 100%;
    background: #ffffff;
    -o-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 03s;
    -webkit-transition: all 3s;
    transition: all 3s;
}


.s_con_siv{
    position: relative;
    width: 74.2%;
    margin: auto;
}
.indexSearch{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.indexSearchb{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}

.ico_kf{
    position: absolute;
    right: -10.3rem;
    top: -9.7rem;
    z-index: 99;
    cursor: pointer;
    background: #85E7CF;
    border-radius: 100%;
    width: 20rem;
    height: 20rem;

}
.ico_kf img{
    width: 3.7rem;
    margin-top: 60%;
    margin-left: 20%;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.ico_kf:hover img{
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.waySwiper_ico_top{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.certify_back .certify{
    display: none;
}
.certify_back .certify:nth-child(1){
    display: block;
}

.star_grades{
    display: inline-block;
}
.star_grades i{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url("../image/xx_hs.png") center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.star_grades i.star_on{
    background: url("../image/xx_h.png") center center no-repeat;
    background-size: 100%;
}

.p_con_div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.p_con_left{
    width: 24rem;
}


.p_con_dd{
    height: 60rem;
    display: none;
    overflow-y: auto;
}
.p_con_right .p_con_dd:nth-child(1){
    display: block;
}

.p_con_right{
    width: 113rem;
    padding: 3rem 2.5rem;
    box-shadow: 0 0 2rem rgba(141, 193, 233, 0.3);
    -webkit-box-shadow: 0 0 2rem rgba(141, 193, 233, 0.3);
    border-radius: 1.2rem;
    overflow:hidden;
}
.p_con_dd .xq_item{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.p_con_dd .xq_item:last-child{
    margin-bottom: 0;
}
/*滚动条凹槽的颜色，还可以设置边框属性*/
.p_con_dd::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
.p_con_dd::-webkit-scrollbar {
    width:0.5rem;
    height:0.5rem;
}
/*滚动条的设置*/
.p_con_dd::-webkit-scrollbar-thumb {
    background-color:#92ABED;
    background-clip:padding-box;
    min-height:1rem;
    border-radius: 0.5rem;
}
.p_con_dd::-webkit-scrollbar-thumb:hover {
    background-color:#999;
}
.question{
    padding-top: 5rem;
}
.opear_ico{
    display: flex;
}
.opear_ico i{
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 3rem;
}
.opear_ico i img{
    width: 100%;
}

.findCon .inpFind .search>button span{
    font-size: 2.2rem;
}
.findCon .inpFind .search>button i{
    font-size: 2rem;
    margin-right: 1rem;
}
.findCon .inpFind .findsearch input{
    width: 100%;
    line-height: 6.5rem;
    color: #222222;
    font-size: 1.8rem;
    padding: 0 1rem;
}
.findCon .inpFind .findsearch input::placeholder{
    color: #666666;
    font-size: 1.8rem;
}
.findCon .inpFind .findsearch:nth-child(2):after{
    content: "";
    position: absolute;
    width: 0.1rem;
    height:80%;
    top: 10%;
    left: 0;
    background: #D6D6D6;
}

.s_con_submit{
    width: 86rem;
    margin: auto;
    position: relative;
}
.sous span{
    font-size: 2.4rem;
    font-weight: 600;
}
.sx_list_bk .sx_item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sx_item_left{
    position: relative;
    width: 28%;
    overflow: hidden;
    border-radius: 1.5rem;
}

.sx_item_right{
    width: 68%;
}

.zjgkk{
    width: 140rem;
    margin: auto;
}

.searchWin_b .nybannerpagination{
   padding-left: 5rem;
}
.searchWin_b .toCenter{
    padding-right: 5rem;
}

.searchWin_b .searchBox>.toCenter{
    bottom: 3.5rem;
    right: 5.5rem;
    padding-right: 0;
}

.s_con_text{
    position: absolute;
    left: 0;
    top: 16rem;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 6rem;
}
.s_con_text span{
    font-size: 3.6rem;
    color: #ffffff;
    font-weight: 200;
}

/*浮动*/
.floating{
    opacity: 0;
    width: 5rem;
    position: fixed;
    right: 4rem;
    bottom: 15rem;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -9;
}
.floating.on{
    opacity: 1;
    z-index: 1000;
}
.floating dd{
    cursor: pointer;
    width: 100%;
    height: 5rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.floating dd:last-child{
    margin-bottom: 0;
}
.floating dd img{
    width: 100%;
}

/*弹层*/
.elastic_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1001;
}
.elastic_layer_m{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content:center;
    align-items:center;
}

.elastic{
    position: relative;
    width:30rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 1.5rem;
    margin: 0 10px;
}
.elastic_close{
    position: absolute;
    top: 1.8rem;
    right: 1.5rem;
    cursor: pointer;
}
.elastic_close i{
    font-weight: bold;
    color: #000000;
}
.elastic_title{
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
}
.elastic_nr{
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}
.elastic_nr span{
    font-size: 1.8rem;
    color: #009ada;
}
.elastic_nr img{
    width: 16rem;
}

.lang_select{
    width: 10rem;
    position: relative;
}

.lang_select_ok{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.lang_select_ok span{
    font-size: 1.6rem;
    max-width: 80%;
    color: rgba(255,255,255,0.6);
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.lang_select ul{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    max-height:10rem;
    overflow-y: auto;
    width: 12rem;
    background: rgba(255,255,255,0.7);
    padding: 0.2rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
/*滚动条凹槽的颜色，还可以设置边框属性*/
.lang_select ul::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
.lang_select ul::-webkit-scrollbar {
    width:0.5rem;
    height:0.5rem;
}
/*滚动条的设置*/
.lang_select ul::-webkit-scrollbar-thumb {
    background-color:#92ABED;
    background-clip:padding-box;
    min-height:1rem;
    border-radius: 0.5rem;
}
.lang_select ul::-webkit-scrollbar-thumb:hover {
    background-color:#999;
}
.lang_select ul{
    padding: 0.5rem;
}
.lang_select ul li{
    width: 100%;
}
.lang_select ul li a{
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    font-size: 1.3rem;
    line-height: 2.2rem;
}
.date_form{
    width: 20.4rem;
}

.index_a{
    padding-top: 7rem;
    padding-bottom: 5.8rem;
}

.index_b{
    padding: 6rem 0;
}
.index_b_m{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index_c{
    padding-top: 4rem;
}
.wayCon{
    margin-top: 5rem;
}
.waySwiper .t_le h5{
    font-size: 2rem;
    line-height: 2.4rem;
    color: #1f1f1f;
    font-weight: 600;
}

.index_d{
    padding-top: 9rem;
    padding-bottom: 14rem;
}
.xq_item_left{
    width: 29.8rem;
}
.xq_item_right{
    width: 74rem;
}
.xq_item_msg{
    position: absolute;
    top: 0;
    right: 0;
}

.index_e{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.index_f{
   padding: 4rem 0;
}

.zs_b_left{
    width: 67.6rem;
}

.zs_b_right{
    width: 68rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zs_b_right_li{
    width: 32.6rem;
}

.index_g{
    padding: 4rem 0;
}
.index_g .hy_con{
    margin-top: 7rem;
}
.index_h{
    padding-top: 4rem;
    padding-bottom: 10rem;
}
.index_h .catList{
    margin-top: 5.5rem;
}

.index_i{
    padding-top: 6.4rem;
    padding-bottom: 7.5rem;
}
.index_i .findCon p{
    font-size: 1.8rem;
}
.index_j{
    padding-top: 8rem;
}
.index_j_list{
    margin-top: 5.8rem;
}
.s_con_submit input{
    font-size: 1.6rem;
}
.s_con_submit input::placeholder{
    font-size: 1.6rem;
}
.nyBannerSwiper{
    position: relative;
}
.layoutb{
    position: relative;
    max-width: 172.4rem;
    margin: 0 auto;
}

.search_form{
    width: 86rem;
    margin: auto;
}

.zys_list .xq_item{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zys_list_left{
    width: 40rem;
    border-radius: 2rem;
    overflow: hidden;
}

.zys_list_right{
    width: 95rem;
}
.zys_list .xq_item .ptop{
    display: block;
}
.zys_list .xq_item .ptop>span{
    font-size: 3rem;
    display: block;
}
.zys_list_pf{
    width: 100%;
    margin-top: 1.3rem;
    display: flex;
    align-items: center;
}
.zys_list_num{
    margin-left: 0.8rem;
    font-size: 2.2rem;
    color: #666666;
}

.zys_bot_bk{
    border-bottom: none !important;
    margin-bottom: 8rem;
}
.yyfw_list{
    margin-top: 7rem !important;
}

.wenda_top{
    margin-top: 8.5rem;
}

.show_spanrz{
    display: inline-block;
    margin-left: 4rem;
    font-size: 1.8rem;
    color: #666666;
    line-height: 2.2rem;
    font-weight: 500;
}
.show_spanrz span{
    display: flex;
    align-items: center;
}
.show_spanrz img{
    height: 1.8rem;
    margin-left: 1.2rem;
}

.szyy_list .sx_item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.szyy_left{
    width: 40rem;
}

.szyy_right{
    width: 60rem;
}
.show_content_yyys{
    padding: 6.5rem 0 0 !important;
}
.show_content_ys{
    overflow: hidden !important;
}

.zfw_list .sx_item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zfw_list .zys_list_right .tyrq span{
    font-size: 1.6rem;
    color: #666666;
}

.ny_list .sx_list .sxImg .rz{
    z-index: 8;
    text-align: center;
    display: block;
    padding: 0;
}
.ny_list .sx_list .sxImg .rz span{
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.item_btns_sp .btn{
    border: 0.1rem solid #c9c9c9;
    border-radius: 0.3rem;
}
.searchJumpM_m_bk_m .hy_item .atr{
    padding: 1.5rem 0!important;
}
.but_more{
    cursor: pointer;
}

.layui-menu{
    background-color: unset !important;
}

.search_ny dd{
    width: 33.33%;
    height: 100%;
    position: relative;
}
.search_ny dd input{
    width: 80%;
    height: 100%;
    border: none;
    font-size: 1.8rem;
}
.search_ny dd i{
    position: absolute;
    right: 4rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_ny dd .index_form_sel{
    left: 0;
}


.search_nb dd{
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.search_nb dd input{
    width: 80%;
    height: 100%;
    border: none;
    font-size: 1.8rem;
}
.search_nb dd i{
    position: absolute;
    right: 4rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more_input input::placeholder{
    color: #009ada;
}
.index_form{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index_form dd{
    position: relative;
    width: 48%;
    background-color: #fff;
    height: 5.4rem;
    border-radius: 2.5rem;
    padding: 0 2.5rem;
    margin-top: 2.5rem;
    border: 0.1rem solid #eaebed;
    font-size: 1.8rem;
}
.index_form dd input{
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.index_form dd span{
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #999;
    width: 100%;
    height: 100%;
    background:url("../image/arrow.png") right center no-repeat ,#ffffff;
}
.index_form_sel{
    display: none;
    width: 90%;
    height: 20rem;
    position: absolute;
    left: 5%;
    top: 100%;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
    z-index: 9;
}
.index_form_ul{
    width: 100%;
    overflow-y: auto;
    height: 96%;
    margin-top: 2%;
}
.index_form_ul .index_form_li{
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.8rem 2rem;
    cursor: pointer;
    color: #000000;
    display: flex;
    align-items: center;
}
.index_form_ul .index_form_li:hover{
    background:rgba(146,171,237,0.5);
    color: #ffffff;
}
.index_form_li img{
    height: 2.2rem;
    margin-right: 0.8rem;
}

.indexSwiper{
    overflow: hidden;
    padding: 2rem 0.1rem;
    width: 94%;
    margin: auto;
}

.indexSwiper .swiper_slide_a{
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0.8rem 1rem #ddd;
    overflow: hidden;
    border-radius: 1rem;
}
.indexSwiper .s_ti{
    background: #ffffff;
}
.indexSwiper .t_le h5 {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #1f1f1f;
    font-weight: 600;
}

.lyCon_b span.iconText{
    font-size: 1.8rem;
}



@media only screen and (max-width: 1100px) {
    .zys_list_right{
        width: 92rem;
    }
}

@media only screen and (max-width: 1024px) {
    body.on .header .nav{
        display: block;
    }
    .banner{
        height: 620px;
    }
    .searchWin .searchBox .s_con>span{
        font-size: 30px;
        line-height: 40px;
    }
    .s_con_siv{
        width: 100%;
    }
    .searchWin .searchBox .s_con input{
        height: 46px;
        font-size: 1.6rem;
    }
    .searchWin .searchBox .s_con input::placeholder{
        font-size: 1.6rem;
    }
    .searchWin .searchBox .s_con form .sous{
        right: 22px;
    }
    .banner .swiper-pagination{
        padding-left: 50px;
        bottom: 110px;
    }
    .banner .swiper-pagination span{
        width: 80px;
        height: 6px;
    }
    .searchWin .c_t .c_t_item{
        padding: 20px;
    }
    .searchWin .c_t .c_t_item .title h5{
        font-size: 16px;
    }
    .searchWin .c_t .c_t_item .icon>img{
        height: 40px;
    }
    .searchWin .searchBox>.toCenter{
        bottom: 110px;
        right: 50px;
    }
    .searchBox{
        height: 100%;
    }
    .plan .p_list .p_l_item {
        margin-bottom: 50px;
    }
    .plan .yu_y {
        padding: 10px 45px;
        margin-top: 20px;
        width: 250px;
        height: 50px;
        line-height: 50px;
    }

    .plan .yu_y>img{
        width: 18px;
        height: 18px;
    }
    .plan .yu_y>span{
        font-size: 18px;
    }
    .index_b_m{
        width: 80%;
        margin: auto;
    }
    .yyform{
        padding: 40px;
        width: 100%;
        flex: none;
        max-width: none;
    }
    .video{
        width: 100%;
        margin: auto;
        max-width: none;
        flex: none;
    }
    .scheme .video{
        margin-bottom:0;
        display: flex;
    }

    .p_con_left{
        width: 20%;
    }
    .p_con_right{
        width: 78%;
    }
    .praise .p_con .p_menu .p_list{
        position: relative;
        display: block !important;
        top: auto;
    }
    .xq_item_left{
        width: 35%;
    }
    .xq_item_right{
        width: 63%;
    }
    .praise .xq_item .imgBox .rz{
        min-width: 50px;
        width: auto;
    }
    .praise .xq_item .pArtice{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .praise .xq_item .pCat>a{
        font-size: 14px;
        border: 1px solid #009ada;
        padding: 2px 8px;
        line-height: 24px;
    }
    .praise .xq_item .pCat>a:nth-child(2){
        border: 1px solid #78c9dc;
    }
    .praise .xq_item .pCat>a:nth-child(3) {
        border: 1px solid #4dd3d3;
    }
    .praise .xq_item .pCat>a:nth-child(4){
        border: 1px solid #499aad;
    }
    .zs_b_left{
        width: 100%;
    }
    .zs_b_right{
        width: 100%;
    }
    .zs_b_right_li{
        width: 49%;
    }
    .findCon .inpFind .search>button span{
        font-size: 16px;
    }
    .findCon .inpFind .findsearch input{
        line-height: 50px;
    }
    .index_j{
        padding-bottom: 80px;
    }
    .index_j_list{
        width: 96%;
        margin: 30px auto 0;
    }
    .c_hb img{
        width: 100%;
        height: auto;
    }
    .footer .fnavList>h5{
        color: #ffffff;
    }
    .footer .fnavList>ul>li>a{
        color: #ffffff;
    }
    .lang>div>p{
        font-size: 16px;
    }
    .lang_select_ok span{
        font-size: 15px;
    }
    .floating{
        right: 10px;
    }
    .s_con_submit{
        width: 80%;
    }
    .nyBannerSwiper .swiper-pagination{
        padding-left: 50px;
    }
    .nyBannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet{
        width: 80px;
        height: 6px;
    }
    .ny_banner .toCenter{
        bottom: 25px !important;
    }

    .ny_list .search{
        height: 50px;
        margin-bottom: 10px;
    }
    .search_ny dd input{
        font-size: 16px;
    }
    .layui-anim{
        min-width: 280px !important;
    }
    .search_ny dd i{
        right: 20px;
    }
    .ny_list .sx_list .sxCon>h5{
        font-size: 22px;
    }
    .ny_list .sx_list .sxCon .sxStar>span{
        font-size: 18px;
    }
    .ny_list .sx_list .sxCon .tag>li{
        font-size: 16px;
    }
    .ny_list .sx_list .sxCon .p_chat p{
        font-size: 16px;
    }
    .sxCon .p_chat .price{
        font-size: 26px;
    }
    .yyfw .cont .text h1{
        font-size: 26px !important;
    }
    .ny_lb{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .c_cat .catList .catItem p{
        font-size: 18px;
    }
    .search_form{
        width: 80%;
    }
    .zys_list_left{
        width: 28%;
    }
    .zys_list_right{
        width: 68%;
    }
    .zys_list .xq_item .ptop>span{
        font-size: 22px;
    }
    .zys_list_num{
        font-size: 18px;
    }
    .footer .layout{
        padding: 0 15px;
    }
    .wayCon_layout{
        width: 100%;
        padding: 0 !important;
    }
    .star_grades i{
        width: 16px;
        height: 16px;
    }
    .szyy_left{
        width: 36%;
    }
    .szyy_right{
        width: 61%;
    }
    .ny_list .sx_list .sxCon .sxStar>span{
        font-size: 1.6rem;
    }
    .ny_list .sx_list .sxCon .tag>li{
        font-size: 1.4rem;
    }
    .ny_list .sx_list .sxCon .stime span{
        font-size: 1.6rem;
    }
    .sxCon .zxcon span{
        font-size: 1.5rem;
    }
    .sxCon .zxcon a{
        font-size: 1.5rem;
    }
    .show_content .layout .right{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .contactHead .findsearch{
        padding: 0 1.5rem !important;
    }
    .contactHead .findsearch input{
        padding: 0 !important;
    }
    .contactHead .user{
        margin-top: 0.6rem;
    }
    .header.contactHead .an{
        top: 46%;
    }
    .findCon .inpFind .findsearch i{
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .rzklbBox5 .catList .catItem>img.fw{
        margin: 0 !important;
    }
}
@media only screen and (max-width:800px) {
    .indexSearchb .c_t .pr{
        width: 25%;
    }
    .searchWin .c_t .c_t_item .title h5{
        font-size: 14px;
    }
    .searchWin .c_t .c_t_item{
        padding: 20px 15px;
    }
    .searchWin .c_t .c_t_item .icon>img{
        height: 32px;
    }
    .searchWin .c_t .c_t_item .title>p{
        font-size: 14px;
    }
    .searchWin .searchBox>.toCenter{
        bottom: 100px;
    }
    .s_con_siv{
        width: 80%;
    }
    .index_b_m{
        width: 100%;
    }
    .yyform .form>input, .yyform .form>select{
        font-size: 16px;
    }
    .praise .p_con .p_menu .p_list>li>a{
        font-size: 16px;
    }
    .praise .p_con .p_menu .p_list li.p_active a{
        font-size: 16px;
    }
    .p_con_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .praise .p_con .p_menu .p_list>li{
        display: inline-block;
        height: 36px;
        width: 15%;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
    .praise .p_con .p_menu .p_list>li>a::after{
        display: none;
    }
    .praise .p_con .p_menu .p_list>li>a{
        padding: 0 10px;
    }
    .praise .p_con .p_menu .p_list{
        overflow-y: unset;
        text-align: left;
        padding-top: 15px;
    }
    .p_con_right{
        width: 100%;
    }
    .question .q_list>li{
        width: 48%;
    }
    .h_y .hy_item .hshow .hsbox>p{
        font-size: 14px;
    }
    .c_cat .catList .catItem p{
        font-size: 16px;
    }
    .findCon .inpFind .findsearch input{
        line-height: 36px;
        font-size: 16px;
    }
    .findCon .inpFind .findsearch input::placeholder{
        font-size: 16px;
    }
    .find .findCon .inpFind .search{
        height: 36px;
    }
    .footer .fnavList>ul>li>a{
        font-size: 14px;
    }
    .concat>h4{
        font-size: 20px;
    }
    .concat .concatWay>a>img{
        height: 20px;
    }
    .concat .concatWay{
        margin: 30px 0;
    }
    .foot_none{

    }
    .foot_left{
        width: 100%;
        flex: unset;
        max-width: unset;
    }
    .foot_right{
        width: 100%;
        flex: unset;
        max-width: unset;
        margin-top: 30px;
    }
    .sx_list_bk .sx_item .p_chat{
        position: absolute !important;
    }
    .yyfw .cont .text h1{
        font-size: 20px  !important;
        line-height: 30px !important;
    }
    .show_content .left .label{
        display: block !important;
    }
    .show_content .left .label a{
        display: inline-block !important;
        width: 32%;
        text-align: center;
        line-height: 4.4rem;
        margin-right: 0.8% !important;
    }
    .show_content .left .label a:nth-child(3n){
        margin-right: 0;
    }
    .show_spanrz span{
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 600px) {
    .banner{
        height:auto;
    }
    .swiperBanner{
        height: 300px;
    }
    .swiperBanner .swiper-slide{
        transform:none;
    }
    .indexSearchb{
        position: relative;
        bottom: auto;
        left: auto;
    }
    .searchWin .searchBox .s_con>span{
        font-size: 24px;
        line-height: 30px;
    }
    .s_con_siv{
        width: 90%;
    }
    .searchWin .searchBox .s_con input{
        height: 40px;
        font-size: 15px;
    }
    .searchWin .searchBox .s_con input::placeholder{
        font-size: 12px;
    }
    .searchWin .searchBox .s_con form .sous{
        font-size: 20px;
        right: 18px;
    }
    .searchWin .c_t{
        position: relative;
        bottom: auto;
        left: auto;
    }
    .indexSearchb .c_t .pr{
        width: 50%;
    }
    .banner .swiper-pagination{
        bottom: 160px;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .banner .swiper-pagination span{
        width: 70px;
    }
    .searchWin .searchBox .s_con{
        top: 24%;
    }
    .searchWin .searchBox .s_con form{
        margin-top: 15px;
    }
    .searchWin .c_t .c_t_item{
        padding: 15px;
    }
    .searchWin .searchBox>.toCenter{
        width: 100%;
        bottom: 200px;
        text-align: center;
        right: 0;
    }
    .index_b_m{
        border-radius: 15px;
    }
    .video .startMo>img{
        height: 40px;
    }
    .ico_kf{
        right: -12.3rem;
        top: -11.7rem;
    }
    .ico_kf img{
        margin-top: 63%;
        margin-left: 16%;
    }
    .scheme .yyform>h5{
        font-size: 20px;
    }
    .yyform{
        padding:40px 20px;
    }
    .yyform .form>input, .yyform .form>select{
        height: 46px;
        font-size: 15px;
    }
    .way .wayCon .wayList{
        display: inline-block;
        text-align: left;
    }
    .way .wayCon .wayList li{
        display: inline-block;
        width: 32%;
        flex: auto;
    }
    .way .wayCon .wayList li>a{
        font-size: 16px;
        padding: 10px 10px;
    }
    .way .wayCon .wayList li>a::after{
        height: 2px;
    }
    .index_d{
        padding-top: 50px;
    }
    .praise .p_con .p_menu .p_list>li{
        width: 32%;
        height: 30px;
    }
    .xq_item_left{
        width: 100%;
    }
    .xq_item_right{
        width: 100%;
        position: relative;
    }
    .praise .xq_item .ptop>span{
        width: 100%;
        margin-right: 0;
        padding: 0.5rem 0;
    }
    .praise .xq_item .ptop{
        display: inline-block;
    }
    .star_grades{
        display: block;
    }
    .praise .xq_item .pArtice{
        font-size: 14px;
    }
    .praise .xq_item .pCat>a{
        width: 48%;
        text-align: center;
    }
    .p_con_dd{
        padding-right: 5px;
    }
    .index_e{
        padding-top: 0;
    }
    .question .q_list>li{
        width: 100%;
    }
    .question .q_list .tolog .getMore{
        margin-top: 20px;
    }
    .zs_b_right_li{
        width: 100%;
    }
    .index_g{
        padding-top: 0;
    }
    .h_y .hy_item .hshow .hsbox>h5, .h_y .hy_item>h5{
        margin-top: 10px;
    }
    .toItem .writeInp{
        width:100%;
    }
    .toItem .toAtr{
        width: 15%;
        display: none;
    }
    .toItem .toAtr>img{
        width: 100%;
        height: auto;
    }
    .index_h{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .index_h .catList{
        margin-top: 30px;
    }
    .c_cat .catListJy .jyItem{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .find .findCon .inpFind{
        display: block;
        border-radius: 8px;
    }
    .find .findCon .inpFind .findsearch{
        width: 100%;
        margin-bottom: 15px;
        padding-top: 10px;
    }
    .find .findCon .inpFind .search{
        width: 100%;
    }
    .findCon .inpFind .findsearch:nth-child(2):after{
        width: 100%;
        height: 1px;
        background: #efefef;
    }
    .index_j_list{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .c_hb .hbbox{
        width: 49%;
        text-align: center;
        padding: 0 5px;
        flex: none;
        max-width: none;
        border: solid 1px #efefef;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
    }
    .h_y .hy_item .hshow .hsbox{
        padding: 10px 15px;
    }
    .foot_none{
        display: none;
    }
    .foot_right{
        margin-top: 0;
    }
    .floating{
        bottom: 80px;
    }
    .neiye .header {
        position: fixed;
    }
    .nyBannerSwiper .swiper-slide{
        transform:none;
    }
    .ny_banner{
        height: 280px;
    }
    .ny_banner.searchWin .searchBox .s_con{
        top: 42%;
    }
    .sous span{
        font-size: 18px;
    }
    .s_con_submit{
        width: 90%;
    }
    .ny_banner .toCenter{
        bottom: 70px !important;
    }
    .search_ny dd input{
        font-size: 14px;
    }
    .nyBannerSwiper .swiper-pagination{
        padding-left: 0;
        text-align: center;
        display: inline-block;
    }
    .ny_list .search{
        height: 40px;
        padding: 0 10px;
    }
    .ny_list .s_x{
        padding: 0;
        flex-direction:unset;
    }
    .ny_list .s_x .sx{
        margin-top: 0;
    }
    .ny_list .s_x .sx>li{
        font-size: 14px;
        margin-left: 1rem;
    }
    .ny_list .s_x span{
        font-size: 14px;
    }
    .sx_item_left{
        width: 100%;
    }
    .sx_item_right{
        width: 100%;
        margin-top: 20px;
    }
    .ny_list .sx_list .sxCon .sxStar>span{
        font-size: 16px;
    }
    .ny_list .sx_list .sxCon .stime span{
        font-size: 16px;
    }
    .sxCon .zxcon span{
        font-size: 15px;
    }
    .sxCon .zxcon .sxMore{
        font-size: 15px;
    }
    .ny_list .sx_list .sxCon .tag>li{
        font-size: 14px;
    }
    .zda .zdaBox6{
        padding: 30px 15px 15px 15px;
    }
    .zys_list_left{
        width: 100%;
    }
    .zys_list_right{
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    .ny_list .sx_list .sxCon .p_chat>a img{
        display: none;
    }
    .zda .zdaBox6{
        padding: 0;
    }
    .zys_bot_bk{
        margin-bottom: 0;
    }
    .zda .zdaBox7{
        padding: 0;
    }
    .toItem .itemBox{
        padding: 10px 0;
    }
    .ny_list .search{
        padding: 0 15px;
        border-radius: 0;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .search_ny dd{
        width: 50%;
        height: 40px;
    }
    .show_content .left .label{
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .show_content .left .label a{
        margin-right: 0 !important;
    }
    .show_content_ysjs_album{
        margin-top: 1rem;
    }
    .szyy_left{
        width: 100%;
    }
    .szyy_right{
        width: 100%;
        margin-top: 1rem;
    }
    .indexSwiper{
        width: 100%;
        padding: 0;
    }
    .indexSwiper .swiper_slide_a{
        box-shadow: none;
    }
    .certify .swiper-button-prev, .certify .swiper-button-next{
        width: 4rem;
        height: 4rem;
    }
    .certify .swiper-button-prev i, .certify .swiper-button-next i{
        font-size: 1.6rem;
    }
    .indexSwiper .t_le h5{
        font-size: 1.6rem;
    }
    .modal .modal-header .modal-title{
        font-size: 2rem;
    }
    .moreImgMode .moreImgSearch{
        width: 100%;
    }
    .moreImgMode .photoBox>li{
        width: 50%;
    }
    .moreImgMode .photoBox{
        max-height: 22rem;
    }
    .rzMode .rzTable{
        width: 100%;
    }
    .rzMode .rzCon{
        width: 100%;
    }
    .lmgxMode .toFlexNW{
        display: block;
    }
    .lmgxMode .modal-dialog .swiperBox{
        width: 100%;
        margin-top: 40px;
    }
    .lmgxMode .modal-body .swiper-slide{
        height: auto;
    }
    .lmgxMode .modal-dialog .lmgxCon{
        width: 100%;
    }

    .flex_csb .getMore.moreAuto{
       width: 46%;
    }
    .toItem .writeInp .sub>button{
        font-size: 1.6rem;
    }
    .wap_sx{
        display: block;
    }
    .searchJumpM_m_bk_left.on{
        left: 0;
        opacity: 1;
    }
}

/* ---------------------------------------浮动留言------------------------------------------- */
.floating_msg{
    position: fixed;
    right: 3.5rem;
    bottom: 5rem;
    z-index: 1001;
}
.floating_msg_m{
    cursor: pointer;
    position: relative;
    width: 56px;
    height: 56px;
    background: -webkit-linear-gradient(to right, #90c5ec, #90baec, #90abec);
    background: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9;
}
.floating_msg_m:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(to right, #90c5ec, #90baec, #90abec);
    background: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    z-index: 5;
    display: block;
    animation: scaleln 2.5s cubic-bezier(0,0,0,0) infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.floating_msg_m:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(to right, #90c5ec, #90baec, #90abec);
    background: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    z-index: 5;
    display: block;
    animation: scaleln 2.5s cubic-bezier(0,0,0,0) infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.floating_msg_m.on:before{
    display: none;
}
.floating_msg_m.on:after{
    display: none;
}

.floating_msg_img{
    width: 30px;
    height: 30px;
    z-index: 99;
}
.floating_msg_img img{
    width: 100%;
}

.floating_msg_div{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 430px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(74,84,114,.1), 0 7px 19px rgba(74,84,114,.04), 0 6px 14px rgba(74,84,114,.04), 11px -3px 10px 5px rgba(74,84,114,.04);
}
.floating_msg_top{
    width: 100%;
    padding: 32px 32px 80px 32px;
    background: -webkit-linear-gradient(to right, #90c5ec, #90baec, #90abec);
    background: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.floating_msg_s{
    width: 100%;
    height: 100%;
    position: relative;
}

.floating_msg_left{
    width: 80%;
}
.floating_msg_left h2{
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.floating_msg_left h5{
    color: #ffffff;
    font-size: 13px;
}

@keyframes scaleln{
    0% {
        opacity: .6;
        transform: scale(.8);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}


.floating_msg_right i{
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.floating_msg_right i:hover{
    background: #ffffff;
    color: #90baec;
}

.floating_msg_form{
    width: 100%;
    position: relative;
}

.floating_msg_bot{
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 32px;
    position: relative;
    z-index: 999999;
}

.floating_msg_bot_bk{
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-top: -80px;
    z-index: 99;
    position: relative;
    display: block;
    background: #ffffff;
}
.floating_msg_bot_bk ul{
    min-height: 140px;
    height: auto;
    /*overflow-x: hidden;
    overflow-y: scroll;*/
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.floating_msg_bot_bk ul input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background:rgba(233,239,238,0.5);
    border-radius: 4px;
    font-size: 14px;
}
.floating_msg_bot_bk ul li{
    margin-bottom: 8px;
    position: relative;
}
.floating_msg_bot_bk ul li span{
    font-size: 12px;
    color: #b51a2c;
}
.floating_msg_lia{
    width: 100%;
}

.floating_msg_lib{
    width: 49%;
}
.floating_msg_lia textarea{
    width: 100%;
    height: 100px;
    background:rgba(233,239,238,0.5);
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}


.floating_msg_text{
    width: 100%;
    text-align: center;
    font-size:12px;
    line-height: 18px;
    margin-top: 15px;
}
.floating_msg_text a{
    text-decoration: underline;
}

.floating_msg_but{
    width: 100%;
    margin-top: 10px;
}
.floating_msg_but button{
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(to right, #90c5ec, #90baec, #90abec);
    background: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    font-size: 16px;
    color: #ffffff;
    border-radius: 25px;
}
.floating_msg_but button:hover{
    opacity: 0.8;
}

.type_list{
    display: none;
    width: 100%;
    position: absolute;
    top:42px;
    background: #ffffff;
    left: 0;
    z-index: 999;
    box-shadow: 0 5px 5px -3px transparent, 0 8px 10px 1px transparent, 0 3px 14px 2px rgba(0,0,0,.12);
    padding: 20px 10px;
    border-radius: 8px;
    overflow: hidden;
}
.type_list dd{
    width: 100%;
    min-height: 24px;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 25px;
}
.type_list dd:hover{
    background: -webkit-linear-gradient(to right, #90c5ec, #90baec, #90abec);
    background: linear-gradient(to right, #90c5ec, #90baec, #90abec);
    color: #ffffff;
}
.floating_xl:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.floating_xl img{
    position: absolute;
    right: 8px;
    top: 16px;
}

@media only screen and (max-width: 600px) {
    .floating_msg{
        right:4px;
        bottom: 15px;
    }
    .floating_msg_div{
        width: auto;
        min-width: 400px;
    }
}
@media only screen and (max-width: 414px) {

}
.addPhoto_list{
    width: 100%;
    display: inline-block;
    margin-bottom: 3rem;
}
.addPhoto_list dd{
    position: relative;
    width: 15rem;
    height: 10rem;
    float: left;
    margin-right: 1rem;
    overflow: hidden;
    border: solid 0.1rem #efefef;
    border-radius: 4px;
    margin-bottom: 1rem;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.addPhoto_list dd .addPhoto_imgs{
    width: 100%;
}
.img_dels{
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    width: 2.3rem;
    height: 2.3rem;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
}
.img_dels img{
    width: 100%;
}
@media only screen and (max-width: 600px){
    .addPhoto_list dd{
        width: 11rem;
        height: 11rem;

    }
}


/* ------------------------ */

.pagination{
    display: flex!important;
    justify-content: center!important;
    margin-top: 3rem!important;
}
.pagination a{
    margin: 0 0.8rem!important;
    padding: 1rem 1.5rem!important;
    font-size: 1.8rem!important;
    color: #999999!important;
    border-radius: 1rem!important;
    border: 0.1rem solid #e3e3e3!important;
    cursor: pointer!important;
}
.pagination a.active{
    color: #fff!important;
    background-color: #81abe9!important;
    border-color: transparent!important;
}
.show_content_zpysp .col-lg-3{
    margin-bottom: 10px;
}
@media screen and (max-width: 576px){
    .pagination a{
        margin: 2px!important;
        padding: 5px 10px !important;
    }
    /*.aa,.layui-laypage-last{*/
    /*    display: none!important;*/
    /*}*/
    .elastic_layer_m{
        display: grid!important;
        align-items：end!important;
    }
}
/* 页码加跳转到某页 */
.layui-laypage-skip{
    line-height: 43px;
    font-size: 1.8rem !important;
    color: #999999 !important;
}
.layui-laypage-skip .layui-input{
    margin: 0 5px;
    padding-left: 10px;
    width: 50px;
    font-size: 1.8rem !important;
    color: #999999 !important;
    border-radius: 1rem !important;
    border: 0.1rem solid #e3e3e3 !important;
}
.llbtn{
    padding: 0rem 1.5rem !important;
    margin: 0 5px;
    font-size: 1.8rem !important;
    color: #999999 !important;
    border-radius: 1rem !important;
    border: 0.1rem solid #e3e3e3 !important;
}
@media screen and (max-width: 576px){
    .layui-laypage-skip em{
        display: none;
    }
    .layui-laypage-skip .llbtn{
        display: none;
    }
    .layui-laypage-skip{
        line-height: 34px;

    }
}
/* 页码加跳转到某页 */

.s_img p{
    min-height: 65px;
}

@media screen and (min-width: 1200px){
    .searchheight{
        height: 600px!important;
    }
    .searchheight2{
        height: 700px!important;
    }
    .title2{
        font-size: 5rem!important;
    }
    .searchWin .searchBox .s_con form{
        margin-top: 22.5rem;
    }
}
@media screen and (max-width: 576px){
    .t_le{
        width: 85%;
    }
    .searchheight{
        margin-top: 200px;
        height: 100px;
    }
    .searchform{
        margin-top: 0px!important;
    }
    .title2{
        font-size: 20px!important;
    }
    .title1{
        font-size: 18px!important;
    }
    .toCenter{
        bottom:100px!important;
    }
    .c_t_intr h5{
        font-size: 1rem!important;
    }
    .c_t_intr>.s_pj>.pt{
        font-size: 1rem!important;
    }
    .c_t_intr>.s_img p{
        line-height:1rem;
        font-size:0.5rem!important;
    }
    .index_form_li{
        font-size: 1rem!important;
    }
    .praise .xq_item .wechat>a{
        right: 0px!important;
        top:40px!important;
    }
    .index_d{
        padding-bottom: 2rem!important;
    }
    .index_j{
        padding-top: 1rem!important;
    }
    .searchWin .searchBox .s_con form{
        margin-top: 115px;
    }
}