@charset "utf-8";


.pt80 {
    padding-top: 80px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb90 {
    padding-bottom: 90px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pt45 {
    padding-top: 45px;
}
.mt40 {
    margin-top: 40px;
}
.mt30 {
    margin-top: 30px;
}
.mt55 {
    margin-top: 55px;
}
.ptb50 {
    padding: 50px 0;;
}
.block {
    display: block !important;
}
.none {
    display: none;
}
.scroll_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #E62129;
    position: fixed;
    right: 1%;
    bottom: 15%;
    border-radius: 3px;
    z-index: 99;
    transform: translateX(110%);
    transition: all .4s;
    opacity: 0;
}
.scroll_top.show {
    transform: translateX(0);
    opacity: 1;
}

.bread {
    background: #FFFFFF;
}
.bread::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.bread .maxwidth {
    height: 76px;
}
.bread .maxwidth .item-r {
    height: 100%;
}
.bread .item-r .item {
    position: relative;
    margin-right: 55px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
}
.bread .item-r .item:last-child {
    margin-right: 0;
}
.bread .item-r .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #E62129;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.bread .item-r .item.active {
    color: #E62129;
}
.bread .item-r .item.active::after {
    transform: scale(1);
}
.bread .bread_box {
    height: 100%;
    color: #333;
}
.bread_box .item::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}
.bread_box .item:last-child:after {
    display: none;
}
.bread_box .item a {
    color: #333;
}
.bread_box .item:last-child a {
    color: #E62129;
}

/* 页面标题开始 */
.page_line {
    width: 60px;
    height: 4px;
    background: #E62129;
}
.consultation_pg .maxwidth {
    background: url(../img/consultation_bg.jpg) no-repeat center / cover;
    height: 320px;
    border-radius: 20px;
    padding: 30px 4.5%;
    box-sizing: border-box;
}
.consultation_pg .maxwidth .m {
    width: 51%;
}
.consultation_pg .maxwidth .r {
    max-width: 120px;
}
.consultation_pg .tit {
    margin-top: 40px;
}
.consultation_btn {
    width: 205px;
    height: 54px;
    border-radius: 38px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.consultation_btn::after {
    content: "";
    display: block;
    width: 22px;
    height: 12px;
    background: url(../img/consultation_btn_next.png) no-repeat center/cover;
    margin-left: 20px;
    transition: all .4s;
}
.consultation_btn::before {
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    background: #E62129;
    transition: all .4s;
    position: absolute;
    left: -1%;
    top: -1%;
    z-index: -1;
    transform: scale(0);
}
.consultation_pg_tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.consultation_pg_tk.active {
    display: block;
}
.consultation_pg_tk .box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 56px 5%;
    box-sizing: border-box;
    max-width: 852px;
    width: 92%;
    border-radius: 20px;
}
.consultation_pg_tk .close_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    position: absolute;
    right: 35px;
    top: 35px;
}
.consultation_pg_tk .close_btns img {
    transition: all .4s;
}
.consultation_pg_tk .close_btns img:hover {
    transform: rotate(360deg);
}
.consultation_pg_tk .item {
    width: 48%;
    margin-right: 4%;
}
.consultation_pg_tk .item:nth-child(2n) {
    margin-right: 0;
}
.consultation_pg_tk .item:nth-last-child(2) {
    width: 100%;
    margin-right: 0;
}
.consultation_pg_tk span {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    margin-top: 20px;
}
.consultation_pg_tk .item .link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #EEEEEE;
}
.consultation_pg_tk .item textarea {
    height: 198px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
}
.consultation_pg_tk .sub_btn {
    margin: 40px auto 0;
    width: 142px;
    height: 50px;
    background: #E62129;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.consultation_pg_tk input:focus,
.consultation_pg_tk textarea:focus {
    outline: none;
}


/* 暂无信息 */
.bg {
    overflow: hidden;
    position: relative;
}

.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}

.nodata-layer {
    width: 100%;
    flex-direction: column;
    background: #FFFFFF;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}
.nodata-layer img {
    max-width: 300px;
}
.nodata-layer p {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

.time_items .time_item{
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.time_num {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 6px;
    color: #E62129;
}
.time_num .num {
    color: #E62129;
}

.news_lists .list{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
    border: 1px solid #E5E5E5;
    padding: 25px;
    box-sizing: border-box;
}
.news_lists .list:nth-child(4n){
    margin-right: 0;
}
.news_lists .list .tit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}
.news_lists .list .img{
    margin: 20px 0;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_lists .list .img img{
    transition: all .4s;
    max-width: 100%;
    max-height: 100%;
}
.news_lists .list .con{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}
.news_lists .list .texts {
    margin-top: 20px;
}
.news_lists .list .time{
    display: flex;
    align-items: center;
}
.news_lists .list .time::before {
    content: "";
    display: block;
    width: 19px;
    height: 17px;
    background: url(../img/news-time.png) no-repeat center / cover;
    margin-right: 5px;
}
.watch_detil {
    transition: all .4s;
    box-sizing: border-box;
}

.news_lists .list:hover .tit{
    color: #E62129;
}
.news_lists .list:hover .img img{
    transform: scale(1.08);
}
.news_lists .list:hover .watch_detil{
    padding: 0 10px;
    color: #fff ;
    background: #E62129;
}


/* 我们的行业 */
.application_lists .list{
    width: 16.66%;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.application_lists .list::after{
    content: "";
    display: block;
    width: 1px;
    height: 66%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #DDDDDD;
    transition: all .4s;
}
.application_lists .list:nth-child(6n):after{
    display: none;
}
.application_lists .list .icon{
    max-width: 100px;
}
.application_lists .list .tit {
    margin-top: 24px;
}
.application_lists .list .advice{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E62129;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    transform: scale(0);
}
.application_lists .list:hover .advice{
    transform: scale(1);
}
.application_lists .list:hover::after{
    background: transparent;
}

.application_detail{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 112;
    display: none;
    align-items: center;
    justify-content: center;
}
.application_detail.active{
    display: flex;
}
.application_detail .box{
    max-width: 1440px;
    width: 90%;
    position: relative;
    background:#fff;
    border-radius: 10px;
    overflow: hidden;
}
.close_btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #E62129;
    border-radius: 0px 10px 0px 0px;
}
.close_btn img {
    transition: all .4s;
}
.application_detail .box .img{
    width: 52.7%;
}
.application_detail .content{
    width: 47.3%;
    padding: 25px 5% 25px 5%;
    box-sizing: border-box;
}
.application_detail .content>.tit{
    margin-bottom: 18px;
}
.application_detail .content .con p{
    margin-bottom: 16px;
}
.application_detail .content .con p:last-child{
    margin-bottom: 0;
}
.application_detail .content .items{
    margin-top: 50px;
}
.application_detail .content .item{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.application_detail .content .item .icon{
    max-width: 55px;
}
.application_detail .content .item .tit{
    margin-top: 20px;
    text-align: center;
}
.content_box{
    padding-right: 10px;
    box-sizing: border-box;
    max-height: 277px;
    overflow-y: auto;
}
.content_box::-webkit-scrollbar {background: #f4f4f4;width: 8px;height: 8px;}
.content_box::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.2);width: 8px;height: 8px;border-radius: 8px;}
.content_box::-webkit-scrollbar-track {border-radius: 8px;}

.close_btn:hover img{
   transform: rotate(360deg);
}
@media only screen and (max-width: 1480px) {
    .news_lists .list .img{
        height: 159px;
    }
}
@media only screen and (max-width: 1440px) {
    .news_lists .list .img{
        height: 154px;
    }
}
@media only screen and (max-width: 1400px) {
    .news_lists .list .img {
        height: 148px;
    }
}
@media only screen and (max-width: 1366px) {
    .news_lists .list .img {
        height: 144px;
    }
}
@media only screen and (max-width: 1280px) {
    .pt80 {
        padding-top: 70px;
    }
    .pb80 {
        padding-bottom: 70px;
    }
    .pb90 {
        padding-bottom: 80px;
    }
    .mt55 {
        margin-top: 50px;
    }
    .consultation_pg .maxwidth .m {
        width: 42%;
    }
    .news_lists .list .img {
        height: 133px;
    }
}
@media only screen and (max-width: 1240px) {
    .news_lists .list{
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .pt80 {
        padding-top: 60px;
    }
    .pb80 {
        padding-bottom: 60px;
    }
    .pb90 {
        padding-bottom: 70px;
    }
    .mt55 {
        margin-top: 45px;
    }
    .mt30 {
        margin-top: 20px;
    }
    .application_lists .list .icon {
        max-width: 85px;
    }
    .application_detail .content .items {
        margin-top: 30px;
    }
    .application_detail .content .item .icon {
        max-width: 45px;
    }
    .news_lists .list .tit{
        height: 48px;
    }
}

@media only screen and (max-width: 1080px) {
    .mt40 {
        margin-top: 35px;
    }
    .pt45 {
        padding-top: 40px;
    }
    .application_lists .list{
        height: 182px;
    }
    .application_lists .list .icon {
        max-width: 75px;
    }
    .content_box{
        max-height: 240px;
    }
    .application_detail .content .item .icon {
        max-width: 40px;
    }
    .close_btn {
        width: 50px;
        height: 50px;
    }
    .close_btn img{
        max-width: 15px;
    }
    .news_lists .list .tit {
        height: 45px;
    }
    .news_lists .list .con{
        height: 48px;
    }
    .news_lists .list {
        padding: 25px 15px;
    }
    .news_lists .list .img {
        height: 118px;
    }
}
@media only screen and (max-width: 960px) {
    .mt40 {
        margin-top: 30px;
    }
    .pt45 {
        padding-top: 35px;
    }
    .content_box {
        max-height: 158px;
    }
    .news_lists .list {
        width: 32%;
        margin-right: 2%;
    }
    .news_lists .list:nth-child(4n) {
        margin-right: 2%;
    }
    .news_lists .list:nth-child(3n) {
        margin-right: 0;
    }
    .news_lists .list .img{
        height: 153px;
    }
}

@media only screen and (max-width: 768px) {
    .pt80 {
        padding-top: 30px;
    }
    .pb80 {
        padding-bottom: 35px;
    }
    .pb90 {
        padding-bottom: 40px;
    }
    .mt55 {
        margin-top: 25px;
    }
    .mt40 {
        margin-top: 20px;
    }
    .pt45 {
        padding-top: 20px;
    }
    .bread {
        display: none;
    }
    .application_lists {
        padding-bottom: 0;
    }
    .application_lists .list {
        height: 120px;
        width: 33.33%;
    }
    .application_lists .list .icon {
        max-width: 42px;
    }
    .application_lists .list .tit {
        margin-top: 15px;
    }
    .application_lists .list:nth-child(3n)::after{
        display: none;
    }
    .application_detail .box .img {
        width: 100%;
    }
    .application_detail .content {
        width: 100%;
        padding: 30px 15px;
    }
    .close_btn {
        width: 40px;
        height: 40px;
    }
    .content_box {
        max-height: 120px;
    }
    .application_detail .content>.tit {
        margin-bottom: 15px;
    }
    .news_lists .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news_lists .list:nth-child(4n) {
        margin-right: 0;
    }
    .news_lists .list:last-child{
        margin-bottom: 0;
    }
    .news_lists .list .img{
        height: 190px;
    }
    .page_line {
        width: 48px;
        height: 4px;
    }
}