pre{
    whitewhite-space:pre-wrap; /* css-3 */
    whitewhite-space:-moz-pre-wrap; /* Mozilla, since 1999 */
    whitewhite-space:-pre-wrap; /* Opera 4-6 */
    whitewhite-space:-o-pre-wrap; /* Opera 7 */
    word-wrap:break-word; /* Internet Explorer 5.5+ */
    white-space: pre-wrap; /* Firefox */
    font-family: "Microsoft YaHei"
}
.slh{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slh2{
    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh3{
    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 3; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh4{
    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 4; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh5{
    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 5; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.all{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.header{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
    background: rgba(21,31, 51, 0.6);
    display: flex;
    justify-content: center;
}
.header-con{
    width: 100%;
    max-width: 1550px;
    padding: 0 80px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.header-xl{
    display: flex;
    align-items: center;
    height: 80px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    background: url("../images/caidan.png") no-repeat 0 center;
    background-size: 20px 20px;
    padding-left: 25px;
    display: none;
}
.header-left{

}
.header .logo{
    display: flex;
    align-items: center;
    height: 80px;
    margin-right: 22px;
}
.header .logo a{
    padding: 0 0;
}
.header .logo img{
    display: flex;
    height: 35px;
}
.header .tel{
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 10px 0 51px;
    color: #ffffff;
    font-size: 16px;
    position: relative;

    background: url("../images/tel.png") no-repeat 15px center;
    background-size: 32px auto;
}
.header .tel::before{
    content: '';
    width: 1px;
    height: 40px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 20px;
}
.header-right ul{
    display: flex;
    justify-content: flex-start;
}
.header-right2{
    width: 57px;
    display: none;
}
.header-right ul li{
    position: relative;
}
.header-right ul li .level1{
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 80px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 16px;
}
.header-right ul li .level1 span{
    display: flex;
    content: '';
    width: 15px;
    height: 15px;
    background: #ffffff;
    margin-left: 5px;
    background: url("../images/d.png") no-repeat center center;
    background-size: 12px 8px;
}
.header-right ul li:hover{
    background: rgba(255, 255, 255, 0.1);
}
.header-right ul li dl{
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    max-height: 0;
    overflow: hidden;
}
.header-right ul li dl dd a{
    display: flex;
    min-width: 144px;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #ffffff;
    box-sizing: border-box;
    justify-content: center;
}
.header-right ul li dl dd:hover{
    background: rgba(0, 0, 0, 0.5);
}
.header-right ul li:hover dl{
    max-height: 999px;
}
.page{width: 100%;text-align: center;padding: 50px 0;}
.pagination{text-align: center;display: inline-block;margin: 0 auto;}
.pagination li{border: 1px solid #FF4623;height: 30px;line-height: 23px;color: #FF4623;margin-right: 10px;box-sizing: border-box;float: left;border-radius: 4px;}
.pagination li a{color: #FF4623;display: inline-block;font-size: 14px;padding: 0 10px;float: left;height: 100%;line-height: 27px;}
.pagination li span{padding: 0 10px;float: left;height: 100%;line-height: 27px;}
.pagination .active{background: #FF4623;color: #FFFFFF;border: 1px solid #FF4623;}
.pagination li:nth-child(1){}
.pagination li:last-child{margin-right: 0;}
.pagination  .disabled{}

.tuandui-form{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 15px;
    box-sizing: border-box;
}
.tuandui-form .text{
    width: 180px;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 10px;
}
.tuandui-form select{
    width: 180px;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 20px;
    background: #ffffff;
}
.tuandui-form .submit{
    margin-left: 20px;
    width: 80px;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 10px;
    background: #FF4623;
    color: #ffffff;
}
.tuandui{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
    box-sizing: border-box;
}
.tuandui li{
    width: 260px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}
.tuandui .item-flex{
    height: 0;
    margin-bottom: 0;
}
.tuandui li img{
    width: 100%;
    display: flex;
    transition: all .3s ease-in-out;
}
.tuandui li .con{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
}
.tuandui li .con H4{
    line-height: 35px;
    font-size: 16px;
}
.tuandui li .con pre{
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
}
.tuandui li:hover img{
    transform: scale(1.08);
}

.tuandui-xq{
    padding: 50px 15px;
    width: 100%;
    box-sizing: border-box;
}
.tuandui-xq .tops{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.tuandui-xq .tops .active{
    width: 280px;
}
.tuandui-xq .tops .active img{
    width: 100%;
    display: flex;
}
.tuandui-xq .tops .right{
    width: calc(100% - 280px);
    padding: 20px;
    box-sizing: border-box;
}
.tuandui-xq .tops .right .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.tuandui-xq .tops .right .title span{
    font-size: 14px;
    font-weight: normal;
}
.tuandui-xq .tops .right .desc1{
    margin-bottom: 10px;
    font-size: 14px;
}
.tuandui-content{
    padding: 10px 15px 50px 15px;
}


/*适配*/
@media screen and (max-width: 1480px) {
    .header-con{
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
        display: inline-flex;
        justify-content: space-between;
    }
    .header-right ul li .level1{
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 80px;
        padding: 0 20px;
        color: #ffffff;
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .header-con{
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        display: inline-flex;
        justify-content: space-between;
    }
    .header-right ul li .level1{
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 80px;
        padding: 0 10px;
        color: #ffffff;
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .header-con{
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
        display: inline-flex;
        justify-content: space-between;
    }
    .header .logo{
        display: flex;
        align-items: center;
        margin-right: 0;
    }
    .header .logo img{
        height: 28px;
    }
    .header .tel{
        display: none;
    }
    .header-right {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 180px;
        height: 100vh;
        background: rgba(0,0,0,0.3);
        max-width: 0;
        overflow: hidden;

        padding-top: 80px;
    }
    .header-right.header-right-on{
        max-width: 2000px;
    }
    .header-right ul{
        display: inherit;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.7);
    }
    .header-right ul li{
        width: 100%;
        height: auto;
    }
    .header-xl{
        display: flex;
    }
    .header-right2{
        display: flex;
    }
    .header-right ul li .level1{
        display: flex;
        align-items: center;
        height: auto;
        line-height: 50px;
        height: 50px;
        padding: 0 30px;
        color: #ffffff;
        font-size: 16px;
    }
    .header-right ul li dl{
        position: relative;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        max-height:9999px;
        overflow: hidden;
    }
    .header-right ul li dl dd a{
        display: flex;
        padding: 0 0 0 50px;
        line-height: 40px;
        height: 40px;
        color: #ffffff;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .tuandui li{
        width: 220px;
        position: relative;
        margin-bottom: 40px;
        border-radius: 8px;
        overflow: hidden;
    }
}
@media screen and (max-width: 900px) {
    .tuandui li{
        width: 240px;
        position: relative;
        margin-bottom: 40px;
        border-radius: 8px;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px) {
    .tuandui-form{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    .tuandui-form .text{
        width: 100%;
        border-radius: 4px;
        height: 40px;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .tuandui-form select{
        width: 100%;
        border-radius: 4px;
        height: 40px;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 0 10px;
        margin-left: 0px;
        margin-top: 10px;
        background: #ffffff;
    }
    .tuandui-form .submit{
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
        border-radius: 4px;
        height: 40px;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 0 10px;
        background: #FF4623;
        color: #ffffff;
    }
    .tuandui{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .tuandui li{
        width: 49%;
        position: relative;
        margin-bottom: 40px;
        border-radius: 8px;
        overflow: hidden;
    }
    .tuandui-xq{
        padding-top: 20px;
    }
    .tuandui-xq .tops .active{
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }
    .tuandui-xq .tops .right{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 550px) {
    .tuandui{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .tuandui li{
        width: 100%;
        position: relative;
        margin-bottom: 40px;
        border-radius: 8px;
        overflow: hidden;
    }
}