@charset "utf-8";

.index_content {
    position: relative;
    padding-left: 244px;
    height: 458px;
}

.index_classify {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 458px;
    border: 1px solid transparent;
    z-index: 2;
    border-radius: 4px;
}



.index_classify.on {
    width: 875px;
    border: 1px solid #00B38A;
}

.index_classify_nav {
    float: left;
    width: 234px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 0;
}


.index_classify_nav li {
    height: 62px;
    padding: 0 10px;

}

.index_classify_nav li .item {
    padding: 10px;
}

.index_classify_nav .tit {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #181C29;
    line-height: 22px;
    transition: all .3s;
}


.index_classify_nav i {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    line-height: 14px;
}

.index_classify_nav span {
    display: block;
    line-height: 20px;
}

.index_classify_nav span a {
    display: inline-block;
    font-size: 12px;
    color: #828897;
    line-height: 12px;
    margin-right: 6px;
}

.index_classify_nav span a:hover {
    color: #00B38A;
}

.index_classify_nav span a:last-child {
    margin-right: 0 !important;
}

.index_classify_nav li.on .item {
    background: rgba(0, 179, 138, 0.05);
}

.index_classify_nav li.on .tit,
.index_classify_nav li.on i {
    color: #00B38A;
}


.classify_child {
    display: none;
    position: absolute;
    left: 233px;
    top: 0px;
    width: 640px;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 8;
    border-radius: 0 4px 4px 0;
}

.classify_child .box {
    height: 100%;
    padding: 4px 20px 0 20px;
    border-left: 1px solid #F2F4F7;
}

.classify_child .title {
    position: relative;
    line-height: 56px;
    border-bottom: 1px solid #F2F4F7;
}

.classify_child .title::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #00B38A;
    left: 0;
    bottom: -1px;
}

.classify_child .title h4 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.classify_child .title .xq {
    float: right;
    width: 66px;
    line-height: 26px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin-top: 12px;
    transition: all .3s;
}

.classify_child .title .xq:hover {
    border: 1px solid #00B38A;
    background: rgba(0, 179, 138, 0.1);
    color: #00B38A;
}

.classify_child .drop_fl {
    width: 100%;
    height: 360px;
    overflow-y: auto;
}

.classify_child .drop_fl_item {
    padding-top: 20px;
    border-bottom: 1px solid #F2F4F7;
}

.classify_child .drop_fl_item:last-of-type {
    border-bottom: none;
}

.classify_child .drop_fl .label {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #828897;
    line-height: 20px;
    width: 70px;
}

.classify_child .drop_fl .main {
    float: left;
    width: calc(100% - 70px);
}

.classify_child .drop_fl .main a {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 20px;
    transition: all .3s;
}

.classify_child .drop_fl .main a:hover {
    color: #00B38A;
}



.filter_title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
    background: #F2F4F7;
    padding: 20px 20px 20px 30px;
}

.filter_title::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/img_new/filter_icon.png) no-repeat center;
    background-size: cover;
    left: 0;
    top: 19px;
}


.layui_address .layui-inline {
    float: left;
    width: 100px;
    height: 28px;
    margin-right: 6px;
}

.layui_address .layui-inline .layui-input {
    height: 28px;
    border: 1px solid #EAEDF3;
}

.banner_center {
    width: 674px;
}

.banner_swiper {
    width: 100%;
    height: 338px;
    border-radius: 4px;
    overflow: hidden;
}

.banner_swiper img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.banner_swiper .swiper-pagination-bullet {
    width: 14px;
    height: 3px;
    display: inline-block;
    border-radius: 0 !important;
    opacity: 0.5;
    background-clip: content-box !important;
    box-sizing: content-box;
    padding: 10px 0;
}

.banner_swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 20px;
}

.banner_swiper .swiper-pagination {
    bottom: 0 !important;
}

.swiper_bot {
    margin-top: 10px;
}

.swiper_bot li {
    float: left;
    width: 218px;
    height: 110px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.swiper_bot li:last-child {
    margin-right: 0 !important;
}

.swiper_bot li img {
    width: 100%;
    height: 100%;
}

.banner_right {
    float: right;
    width: 272px;
}

.banner_right_state a {
    display: block;
}

.banner_right_state img {
    width: 100%;
    height: 160px;
    border-radius: 4px;
}

.leiji_box {
    width: 100%;
    height: 288px;
    background: #FFFFFF;
    margin-top: 10px;
    padding: 20px 14px 0 14px;
    border-radius: 4px;
}

.leiji_box .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    margin: 0 auto !important;
}

.leiji_box .tit {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

.leiji_box .tit em {
    color: #FF5F00;
    font-size: 20px;
    font-family: DINProM;
    margin: 0 2px;
}

.leiji_tit {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

.leiji_tit em {
    color: #FF5F00;
    font-size: 20px;
    font-family: DINProM;
    margin: 0 2px;
}

.leiji_swiper {
    height: 216px;
    margin-top: 20px;
}

.leiji_swiper .swiper-slide {
    width: 100%;
    height: 28px !important;
}

.leiji_swiper p {
    width: 100%;
    height: 28px;
    background: #F8F8F8;
    border-radius: 4px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
    color: #333;
    font-size: 12px;
}

.index_new {
    margin: 10px auto;
    border-radius: 4px;
    overflow: hidden;
}

.index_new_item {
    float: left;
    width: 50%;
    height: 74px;
    background: #FFFFFF;
    padding: 17px 20px;
}

.index_new_item .icon {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
}

.index_new_item .icon img {
    width: 100%;
    height: 100%;
}

.index_new_item .icon .wd {
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #FF2C2C;
    border-radius: 50%;
}

.news_swiper {
    padding-left: 12px;
    cursor: pointer;
    height: 74px !important;
}

.news_swiper .item {
    width: 100%;
    height: 74px !important;
}

.news_swiper h2 {
    float: left;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #181C29;
    line-height: 20px;
    transition: all .3s;
}

.news_swiper:hover h2 {
    color: #00B38A;
}

.news_swiper span {
    float: right;
    font-size: 12px;
    color: #636977;
    line-height: 20px;
}

.news_swiper p {
    font-size: 12px;
    color: #828897;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}

.news_swiper .item:hover h2 {
    color: #00B38A;
}


.common_px_tab li i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/img_new/wh.png) no-repeat center;
    background-size: cover;
    vertical-align: -1px;
    margin-left: 5px;
}

.banner_login {
    width: 100%;
    height: 458px;
    background: url(../img/img_new/index_login.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 20px 10px;

}

.banner_login .t1 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}

.banner_login .t2 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    margin-top: 6px;
    text-align: center;
}

.banner_login .box {
    width: 252px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    padding: 20px 16px 18px 16px;
    margin-top: 20px;
}

.banner_login .item {
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.banner_login .item .l_input {
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-left: 36px;
    color: #333333;
    font-size: 14px;
}

.banner_login .item .l_input:focus {
    border: 1px solid #00B38A;
}

.banner_login .item .p_yzm {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 85px;
    height: 34px;
    cursor: pointer;
    border-radius: 4px;
}

.banner_login .item .d_yzm {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 85px;
    height: 34px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    line-height: 38px;
    font-size: 13px;
    color: #00B38A;
}

.banner_login .item .d_yzm.default {
    color: rgba(0, 179, 138, .5);
    cursor: inherit;
}

.banner_login .item .iconfont {
    position: absolute;
    top: 0;
    left: 8px;
    color: #00B38A;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
}

.banner_login .item .icon {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.banner_login button {
    width: 100%;
    height: 38px;
    background: #00B38A;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.xy_label {
    position: relative;
    font-size: 12px;
    color: #828897;
    display: block;
    width: 100%;
    margin-top: 14px;
}

.xy_label a {
    color: #00B38A;
}

.xy_label input {
    position: absolute;
    left: 0;
    top: 1px;
}

.xy_label .txt {
    font-size: 12px;
    color: #828897;
    padding-left: 20px;
}