html {
    padding: 0;
    margin: 0;

}

body {
    font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

div,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.l22 {
    line-height: 1.3;
}

.d-flex {
    display: flex;
}

a {
    color: #222;
    text-decoration: none;
    white-space: nowrap;
}
a:hover{
    color: #d92219;
}

.word-wrap{
    word-break: break-all; 
    word-wrap: break-word; 
    white-space: pre-wrap; 
}

.title-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.two-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.four-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cursor {
    cursor: pointer;
}

.align {
    text-align: center;
}

.wrap {
    width: 100%;
}
@media screen and (min-width: 2000px) {
    body {
        font-size: 12px;
    }
    .wrap {
        width: 1920px;
        margin: 0 auto;
        background-color: #fff;
    }
    body{
        background-color: #f9f9f9;
    }
}

.bg{
    background-color: #f9f9f9;
}

.wrap .main {
    width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) and (min-width: 980px) {
    .wrap .main {
        overflow: hidden;
    }
}

.wrap .main .menu {
    display: flex;
    padding: 20px 0;
    position: relative;
}

.wrap .main .menu .logo {
    width: 200px;
}

.wrap .main .menu .logo img {
    width: 100%;
}

.wrap .main .menu .tel {
    width: 180px;
    background-color: #fceeed;
    border-radius: 33px;
    height: 44px;
    line-height: 44px;
    margin-top: 11px;
    color: #d92219;
    font-size: 16px;
    font-weight: 550;
}

.wrap .main .menu .tel img {
    vertical-align: middle;
    padding-left: 24px;
}

.wrap .main .menu .nav {
    width: calc(100% - 380px);
    margin: 0 auto;
}

.wrap .main .menu .nav ul {
    display: flex;
    justify-content: center;
}

.wrap .main .menu .nav ul li {
    width: 100px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}

.wrap .main .menu .nav ul li a {}

.wrap .main .menu .nav ul li.active a {
    color: #d92219;
}

.wrap .main .menu .nav_mobile_menu{
    display: none;
}
.wrap .main .menu .nav_mobile{
    display: none;
}
@media screen and (max-width: 980px) {
    .wrap .main {
        width: 98%;
        overflow: hidden;
    }
    .wrap .main .menu .logo {
        width: 120px;
    }
    .wrap .main .menu .nav{
        display: none;
    }
    .wrap .main .menu .tel{
        display: none;
    }
    .wrap .main .menu .nav_mobile_menu {
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
    }
    .wrap .main .menu .nav_mobile_menu ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 90px;
    }
    
    .wrap .main .menu .nav_mobile_menu ul li {
        line-height: 60px;
        font-size: 16px;
        padding-left: 14%;
        border-bottom: 1px #f1f1f1 solid;
    }

    .wrap .main .menu .nav_mobile_menu ul li a {}

    .wrap .main .menu .nav_mobile_menu ul li.active a , .wrap .main .menu .nav_mobile_menu ul li a:hover {
        color: #d92219;
    }

    .wrap .main .menu .nav_mobile{
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: url(../images/menu.png) no-repeat center center #d92219;
        background-size: 20px auto;
        z-index: 10001;
    }
    .wrap .main .menu .nav_mobile_on{
        background: url(../images/menu-1.png) no-repeat center center #d92219;
        background-size: 20px auto;
    }
}


.footer {
    background: #333;
    padding: 60px 0 30px 0;
}

.footer .main {
    display: flex;
}
.footer .main .footer-about{
    width: 580px;
    font-size: 16px;
    color: #979797;
    margin-top: 25px;
}
.footer .main .footer-about .intro{
    margin-top: 20px;
    line-height: 1.5;
    width: 80%;
}
    .footer .main .foot {
        width: calc(100% - 580px - 155px);
        padding: 0 10px;
        margin-top: 35px;
    }
.footer .main .foot .itm{
    display: flex;
    color: #979797;
    font-size: 16px;
}
.footer .main .foot .itm:nth-child(2){
    margin: 15px 0;
}
.footer .main .foot .itm .pic{
    width: 18px;
    text-align: center;
}
.footer .main .foot .itm .pic img{
    width: 100%;
    vertical-align: -webkit-baseline-middle;
}
.footer .main .foot .itm .line{
    width: 10px;
    margin: 0px 15px;
    text-align: center;
}
.footer .main .foot .itm .tips{
    width: calc(100% - 36px);
}
.footer .main .pic{
    width: 155px;
    text-align: center;
    color: #979797;
    font-size: 16px;
}
.footer .main .pic img{
    width: 155px;
    margin-bottom: 10px;
}

.footer .main bottom{
    border-top: 1px solid #595959;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 14px;
    color: #979797;
}

.footer .main bottom .copyright{
    width: 660px;
    margin-right: 20px;
}

.footer .main bottom .filing{
    width: calc(100% - 560px - 20px);
}

.navigation{
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    padding-bottom: 10px;
    display: flex;
    padding-top: 10px;
    color: #979797;
}
.navigation li.line{
    margin:0 8px;
}
.navigation a{
    color: #979797;
}

.navigation a:hover{
    color: #d92219;
}

.navigation li.active a{
    color: #d92219;
}

/*-------------分页样式----------------*/
.pages { clear: both; text-align: center; font-size:14px; padding-bottom:50px; margin-top:20px;}
.pages .pagination { padding:0;}
.pages .pagination li { display:inline-block; margin: 0 3px; line-height: 20px; color:#999}
.pages .pagination li { color:#fff; font-size:14px;}
.pages .pagination li.disabled span , .pages .pagination li.active span{ padding:10px 20px;}
.pages .pagination li.active span{ padding:10px 20px;background-color:rgba(217, 34, 25, 0.3);color: #d92219; border: 1px solid #d92219;}
.pages .pagination li a { padding:10px 20px; border: 1px #ddd solid; color:#666; display:block; background: #fff;}
.pages .pagination li a:hover { color: #d92219; border: 1px solid #d92219; background-color:rgba(217, 34, 25, 0.1); text-decoration:none;}
.pages .pagination li.active { display: inline-block; margin: 0 3px;}
.pages .pagination li.active a { color: #d92219; border: 1px solid #d92219; background-color:rgba(217, 34, 25, 0.1);}
.pagination>.disabled>span{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    border: 1px solid #ddd;
}


@media screen and (max-width: 980px) {
    .footer {
        padding: 30px 0 40px 0;
    }
    .footer .main .footer-about{
        display: none;
    }

    .footer .main>.pic{
        display: none;
    }

    .footer .main .foot{
        flex: 1;
        width: 100%;
        margin-top: 0;
    }

    .footer .main .d-flex{
        flex-direction: column;
        padding: 0 10px;
    }
    .footer .main .d-flex .filing{
        padding-top: 10px;
        width: 100%;
    }
    .footer .main bottom .copyright{
        width: 100%;
    }

    .pages .pagination li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .pages .pagination li a {
        padding: 5px 10px;
    }
    .pages .pagination li.disabled span , .pages .pagination li.active span{ padding:5px 10px;}
    .pages .pagination li.active span{
        padding:5px 10px;
    }
}
.right_tanc {
    position: fixed;
    z-index: 99999;
    box-shadow: 0 0 10px #f3f3f3;
    top: 40%;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 180px;
}

    .right_tanc div {
        width: 80px;
        height: 88px;
        padding-top: 10px;
        cursor: pointer;
        text-align: center;
        background: #fff;
        position: relative;
    }

    .right_tanc > div:hover {
        background: #f7f7f7;
       
    }

    .right_tanc div i {
        display: block;
        margin: 0 auto;
        background-repeat: no-repeat;
        height: 45px;
        width: 45px;
        background-size: 25px;
        background-position: center center;
    }
    /*.right_tanc div:nth-child(1) i{background-position: 0 0;}*/
    .right_tanc div:nth-child(1) i {
        background: url(../images/wx.png) no-repeat;
    }

    .right_tanc div:nth-child(2) i {
        background: url(../images/Hometel.png) no-repeat;
    }
    /*.right_tanc div:nth-child(4) i{background-position: 0 -132px;}*/
    .right_tanc div:nth-child(3) i {
        background: url(../images/top.png) no-repeat;
        background-size: cover
    }

    .right_tanc div .borc {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        width: 60px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 11px;
        font-size: 14px;
    }
       
        /*右侧咨询 在线咨询*/
        .right_tanc div.online .onlineC {
        display: none;
        position: absolute;
        right: 80px;
        top: 0;
        padding-right: 10px;
        width: 162px;
    }

    .right_tanc div.online ul {
        padding: 5px 18px;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 15px #eee;
        border-radius: 5px;
    }

        .right_tanc div.online ul li a {
            color: #333;
            font-size: 14px;
            line-height: 28px;
        }

            .right_tanc div.online ul li a span {
                float: right;
                color: #e60012;
            }
      

    .right_tanc div.online:hover .onlineC {
        display: block;
    }

    /*右侧咨询 电话客服*/
    .right_tanc div.telPhone .telPhoneC {
        display: none;
        position: absolute;
        right: 80px;
        top: 0;
        background: none;
        padding-right: 10px;
        width: 182px;
    }

    .right_tanc div.telPhone dl {
        padding: 14px 20px;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 15px #eee;
        border-radius: 5px;
    }

        .right_tanc div.telPhone dl dt {
            color: #666;
            padding-bottom: 10px;
        }

        .right_tanc div.telPhone dl dd {
            font-size: 18px;
            font-weight: bold;
            color: #E92930;
            margin-left: -0px;
        }

    .right_tanc div.telPhone:hover .telPhoneC {
        display: block;
    }

    /*右侧咨询 APP下载&&关注微信*/
    .right_tanc div.we .weC {
        display: none;
        position: absolute;
        right: 80px;
        top: 0;
        padding-right: 10px;
        background: none;
        width: 160px;
    }

    .right_tanc div.we p {
        border: 1px solid #eee;
        background: #fff;
    }

        .right_tanc div.we p img {
            vertical-align: top;
            width: 100%;
        }

    .right_tanc div.we1:hover .weC1 {
        display: block;
    }

    .right_tanc div.we2:hover .weC2 {
        display: block;
    }