﻿@media screen and (min-device-width: 1700px) {    

    .pagewl ,.pageqc{
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin-bottom:100px !important;
}

    .wlDesr {
        width: 80%;
        margin-left: 120px;
        margin-top: 25px;
        list-style: none;
    }

        .wlDesr li:nth-child(1) {
            font-size: 26px;
            font-weight: 700;
            color: #2b2b2b;
        }

        .wlDesr li:nth-child(2) {
            margin-top: 3rem;
            font-size: 18px;
            line-height: 3rem;
            width: 110%;
            color: #2b2b2b;            
        }
         .wlDesr li:nth-child(2) p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 5;
                text-indent:2em;
            }
    /*左侧ul*/
    .wlDesrR {
        width: 80%;
        margin: 2rem 5rem;
        list-style: none;
    }

        .wlDesrR li:nth-child(1) {
            font-size: 26px;
            font-weight: 700;
            color:#2b2b2b;
        }

        .wlDesrR li:nth-child(2) {
            margin-top: 3rem;
            font-size: 18px;
            line-height: 3rem;
        }
         .wlDesrR li:nth-child(2) p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 5;
                text-indent:2em;
            }

    /*网联 */


    .wlContentdiv {
        margin-top: 26px;
        height: 520px;
        display: flex;
        justify-content: center;
    }

        .wlContentdiv img {
            width: 100%;
            max-height: 404px;
            transition: all 0.5s;
        }

            .wlContentdiv img:hover {
                transform: scale(1.1,1.1);
            }

    .content, .contentR {
        align-self: center;
        width: 1566px;
        /*margin: 0 auto;*/
    }

        .content div, .contentR div {
            margin-right: 0;
            float: left;
        }

            .content div:nth-child(1) {
                overflow: hidden;
            }
            .content div:last-child {
                width: 53%;
                max-height: 404px;
            }
            .contentR div:nth-child(1) {
                width: 53%;
                max-height: 404px;
            }

            .contentR div:last-child {
                overflow: hidden;
            }

        .content ul li {
            text-align: left;
        }

        .contentR ul li {
            text-align: right;
        }

            .contentR ul li:nth-child(2) {
                text-align: left;               
            }





    /*查看详情  --白底*/
    .topborder {
        overflow: inherit !important;
        width: 262px;
        height: 70px;
        left: 0;
        right: 0;
        margin-top: 4em;
    }

        .topborder input {
            width: 180px;
            height: 55px;
            font-size: 26px;
            font-weight: 300;
            color: #f16e69;
            border: 0;
            background-color: #fff;
            border: solid #f75252 1px;
            
            cursor: pointer;
            line-height: 23px;
        }

            .topborder input:hover {
                width: 180px;
                height: 55px;
                text-decoration: none;
                background-color: #f34848;
                color: #fff;
                transform: scale(1.02,1.02);
                cursor: pointer;
                transition: all .15s ease-in;
            }

    /*右侧图片*/
    .topborderR {
        width: 100%;
        text-align: right;
        margin-top: 4em;
        margin-left:310px
    }

        .topborderR input {
            width: 180px;
            height: 55px;
            font-size: 26px;
            font-weight: 300;
            color: #fff;
            border: 0;
            background-color: #f75252;            
            cursor: pointer;
            line-height: 23px;
        }

            .topborderR input:hover {
                width: 180px;
                height: 55px;
                text-decoration: none;
                background-color: #f34848;
                transform: scale(1.02,1.02);
                cursor: pointer;
                transition: all .15s ease-in;
            }

    /**/




    /*详情页面*/

    .d-title {
        width: 45%;
        font-size: 28px;
        font-weight: bold;
        margin: auto;
        text-align: center;
    }

    .d-title-f {
        width: 45%;
        font-size: 26px;
        font-weight: bold;
        margin: auto;
        text-align: center;
    }

    .d-des {
        font-size: 18px;
        margin-top: 3rem;
        line-height: 3rem;
        text-indent: 2em;
    }

    .d-pic {
        margin-top: 5rem;
        text-align: center;
    }
     .d-pic-f {
        margin-top: 5rem;
        text-align: center;
    }


    .d-icon {
        text-align: center;
        margin-top: 31px;
    }

    .d-titlegroup div {
        width: 130px;
        float: left;
        height: 127px;
        margin-left: 140px;
        text-align: center;
        cursor: pointer;
    }

    .d-titlegroup p {
        font-size: 18px;
        margin-top: 17px;
    }

    .d-titlegroup2 div {
        width: 130px;
        float: left;
        height: 150px;
        margin-left: 200px;
        text-align: center;
        cursor: pointer;
    }

    .d-titlegroup2 p {
        font-size: 18px;
        margin-top: 15px;
        width: 250px;
        margin-left: -50px;
    }

    .d-line {
        border-bottom: solid #F66F6A 5px;
    }

    /**/


}

 

/* 1599px*/
@media screen and (max-device-width: 1699px) {

      /*banner-bj*/
    .pimgbj {
       width:100%;
    }
    /**/

    body {
        font-size: 12px;
    }

    .wlDesr {
        width: 533px;        
        margin-left: 60px;
        margin-top: 20px;
        list-style: none;
    }

        .wlDesr li:nth-child(1) {
            font-size: 24px;
            font-weight: 700;
            color:#2b2b2b;
        }

        .wlDesr li:nth-child(2) {
            margin-top: 1rem;
            font-size: 16px;
            line-height: 28px;
        }

            .wlDesr li:nth-child(2) p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 5;
                text-indent:2em;
            }
    /*左侧ul*/
    .wlDesrR {
        width: 533px;
        height:298px;
        margin-right: 60px;
        margin-top: 20px;
        list-style: none;
    }

        .wlDesrR li:nth-child(1) {
            font-size: 24px;
            font-weight: 700;
            color:#2b2b2b;
        }

        .wlDesrR li:nth-child(2) {
           margin-top: 1rem;
            font-size: 16px;
            line-height: 28px;
        }

            .wlDesrR li:nth-child(2) p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 5;
                text-indent:2em;
            }


    /*网联 */


    .wlContentdiv {
        margin-top: 26px;
        height: 398px;      
        justify-content: center;
        display:flex;
    }

        .wlContentdiv img {
            width: 100%;
            max-height: 404px;
            transition: all 0.5s;
        }

            .wlContentdiv img:hover {
                transform: scale(1.1,1.1) ;
            }

    .content, .contentR {
        align-self: center;
        width: 1126px;
        height:298px;
        /*margin: 0 auto;*/
    }

        .content div, .contentR div {
            margin-right: 0;
            float: left;
        }

            .content div:nth-child(1) {
                overflow: hidden;
                width: 533px;
                height: 298px;
            }

            .content div:last-child {
                width: 593px;
                height: 298px;
            }
            .contentR div:nth-child(1) {
                width: 593px;
                height: 298px;
            }
            .contentR div:last-child {
                overflow: hidden;
                width: 533px;
                height: 298px;
            }

        .content ul li {
            text-align: left;
        }

        .contentR ul li {
            text-align: right;
        }

            .contentR ul li:nth-child(2) {
                text-align: left;
            }





    /*查看详情  --白底*/
    .topborder {
        overflow: inherit !important;
        width: 262px;
        height: 70px;
        left: 0;
        right: 0;
        margin-top: 30px;
    }

        .topborder input {
            width: 160px;
            height: 50px;
            font-size: 22px;
            font-weight: 300;
            color: #f16e69;
            border: 0;
            background-color: #fff;
            border: solid #f75252 1px;           
            cursor: pointer;
            line-height: 23px;            
        }

            .topborder input:hover {
                width: 160px;
                height: 50px;
                text-decoration: none;
                background-color: #f34848;
                color: #fff;
                transform: scale(1.02,1.02);
                cursor: pointer;
                transition: all .15s ease-in;
            }

    /*右侧图片*/
    .topborderR {
        overflow: inherit !important;
        width: 262px;
        height: 70px;
        left: 0;
        right: 0;
        margin-top: 30px;
        text-align: right;
    }

        .topborderR input {
            width: 160px;
            height: 50px;
            font-size: 22px;
            font-weight: 300;
            color: #fff;
            border: 0;
            background-color: #f75252;            
            cursor: pointer;
            line-height: 23px;
        }

            .topborderR input:hover {
                width: 160px;
                height: 50px;
                text-decoration: none;
                background-color: #f34848;
                transform: scale(1.02,1.02);
                cursor: pointer;
                transition: all .15s ease-in;
            }

    /**/




    /*详情页面*/

    .d-title {
        width: 45%;
        font-size: 28px;
        font-weight: bold;
        margin: auto;
        text-align: center;
    }
    .d-title-f {
        width: 45%;
        font-size: 26px;
        font-weight: bold;
        margin: auto;
        text-align: center;
    }

    .d-des {
        font-size: 18px;
        margin-top: 3rem;
        line-height: 3rem;
        text-indent: 2em;
    }

    .d-pic {
        margin-top: 5rem;
        text-align: center;
    }
     .d-pic-f {
        margin-top: 5rem;
        text-align: center;
    }

    .d-icon {
        text-align: center;
        margin-top: 31px;
    }

    .d-titlegroup div {
        width: 130px;
        float: left;
        height: 127px;
        margin-left: 140px;
        text-align: center;
        cursor: pointer;
    }

    .d-titlegroup p {
        font-size: 18px;
        margin-top: 17px;
    }

    .d-titlegroup2 div {
        width: 130px;
        float: left;
        height: 150px;
        margin-left: 200px;
        text-align: center;
        cursor: pointer;
    }

    .d-titlegroup2 p {
        font-size: 18px;
        margin-top: 15px;
        width: 250px;
        margin-left: -50px;
    }

    .d-line {
        border-bottom: solid #F66F6A 5px;
    }

    /**/
}



/* 1299px》》1399px*/
@media screen and (max-device-width: 1399px) {

    .boxd {
        width: 990px!important;
    }
    .s-content > div {
         width: 990px!important;
    }

    /*详情页面*/

    .d-title {
        width: 55%;
        font-size: 28px;
        font-weight: bold;
        margin: auto;
        text-align: center;
    }

    .d-des {
        font-size: 18px;
        margin-top: 3rem;
        line-height: 3rem;
        text-indent: 2em;
    }
        .d-des > img {
            width:400px
        }

    .d-pic {
        margin-top: 5rem;
        text-align: center;
    }
        .d-pic > img {
            width:990px;
        }
    .d-pic-f {
        margin-top: 5rem;
        text-align: center;
    }
        .d-pic-f > img {
            width:45%;
        }
        .d-pic-f img:first-child {
            margin-right:90px !important
        }

    .d-icon {
        text-align: center;
        margin-top: 31px;
    }

    .d-titlegroup div {
        width: 125px;
        float: left;
        height: 127px;
        margin-left: 100px;
        text-align: center;
        cursor: pointer;
    }

    .d-titlegroup p {
        font-size: 18px;
        margin-top: 17px;
    }

    .d-titlegroup2 div {
        width: 130px;
        float: left;
        height: 150px;
        margin-left: 150px;
        text-align: center;
        cursor: pointer;
    }

    .d-titlegroup2 p {
        font-size: 18px;
        margin-top: 15px;
        width: 250px;
        margin-left: -50px;
    }

    .d-line {
        border-bottom: solid #F66F6A 5px;
    }

    /**/
}


/* 1099px*/
@media screen and (max-device-width: 1099px) {

    .boxd {
        width: 850px!important;
    }
    .s-content > div {
         width: 850px!important;
    }

    /*详情页面*/

    .d-title {
        width: 55%;
        font-size: 28px;
        font-weight: bold;
        margin: auto;
        text-align: center;
    }

    .d-des {
        font-size: 18px;
        margin-top: 3rem;
        line-height: 3rem;
        text-indent: 2em;
    }
        .d-des > img {
            width:400px
        }

    .d-pic {
        margin-top: 5rem;
        text-align: center;
    }
        .d-pic > img {
            width:850px;
        }

    .d-icon {
        text-align: center;
        margin-top: 31px;
    }

    .d-titlegroup div {
        width: 125px;
        float: left;
        height: 127px;
        margin-left: 70px;
        text-align: center;
        cursor: pointer;
    }

    .d-titlegroup p {
        font-size: 18px;
        margin-top: 17px;
    }

    .d-titlegroup2 div {
        width: 120px;
        float: left;
        height: 135px;
        margin-left: 80px;
        margin-right: 80px;
        text-align: center;
    }
        .d-titlegroup2 div:last-child >img{
            margin-top:-3px;
        }

    .d-titlegroup2 p {
        font-size: 18px;
        margin-top: 15px;
        width: 250px;
        margin-left: -70px;
    }

    .d-line {
        border-bottom: solid #F66F6A 5px;
    }

    /**/
}


.Home {
    width: 100%;
    /*height: 450px;*/
    position: relative;
    margin-top:90px;
}

/*选项卡*/
.hidden {
    display:none;
} 

.line {  
   
    border-bottom: solid #F66F6A 2px;
}


.page {
    width: 100%;
    height: 47px;
    border-bottom: solid #dddddd 1px;
    text-align: center;
    /*min-width:1200px;*/
}

     .page ul li a{
       text-decoration: none;    
       color:#2b2b2b; 
    }
  .page ul li div{
        display: inline-flex;
        /*width: 160px;*/
        height: 47px;
        /*line-height: 47px;*/
        font-size: 18px;
        text-align: center;
        color: #2b2b2b; 
        margin-left:40px; 
        margin-right:40px;
        /*padding-left: 5px;*/      
    }

        .page ul li:nth-child(2) {
            margin-left: 50px;
        }
/**/



.pagewl ,.pageqc{
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

/*详情页首行缩进*/
.d-des p {
    text-indent:2em;
}


.boxd {
        width: 1205px;
        text-align: left;
        margin-left: 21%;
        line-height: 75px;
        margin-top: 90px;
        font-size: 18px;
    }
.d-title {
    color:#2b2b2b;
}