﻿@charset "utf-8";
/* CSS Document */
body {

    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
    background:#fff;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}


ul li {
    list-style: none;
}

em {
    font-style: normal;
}

.conter {
    font-size: 16px;
    line-height: 26px;
    color: #45332d;
}

.conter01 {
    background: url('/content/Images/zhuanti/25tls/25tls_01.jpg') top center no-repeat;
    height: 203px;
}

.conter02 {
    background: url('/content/Images/zhuanti/25tls/25tls_02.jpg') top center no-repeat;
    height: 203px;
}
.conter022 {
    background: url('/content/Images/zhuanti/25tls/25tls_03.jpg') top center no-repeat;
    height: 203px;
}


.conMain{
    width:1004px;
    margin:0 auto 0;
    overflow:hidden;
}

.conTitle {
    text-align: center;
    margin: 0 auto 27px;
    background: url('../../Images/zhuanti/25tls/25tls_06.jpg') top center no-repeat;
    height:57px;
}

    .conTitle h2 {
        text-align: center;
        width: 1004px;
        margin: auto;
        font-weight: bold;
        font-size: 32px;
        line-height: 25px;
        color: #db4c2c;
    }

.conter03 {
    overflow: hidden;
    padding: 30px 0;
    background: #f3f3f3;
}

    .conter03 .conMain {
        overflow: hidden;
    }

        .conter03 .conMain p {
            font-size: 18px;
            line-height: 40px;
            text-align: justify;
            text-indent: 2em;
        }


.conter031 {
    overflow: hidden;
    margin: 60px auto 0;
}

    .conter031 .conMain {
        margin: 10px auto 0;
    }
    .conter031 .conMain .item {
        margin: 40px auto 0;
        display:flex;
    }
        .conter031 .conMain .item>div {
            width:50%;
        }
        .conter031 .conMain .ittitle p {
            display: block;
            width: 100%;
            height: 45px;
            font-size: 20px;
            color: #fff;
            line-height: 45px;
            padding-left: 15px;
            box-sizing: border-box;
            background: #db4c2c;
            -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
        }
        .conter031 .conMain .ittxt {
            font-size:18px;
            line-height: 40px;
            padding:20px 0;
        }

.conter04 {
    overflow: hidden;
    margin: 60px auto 0;
}

    .conter04 .conMain {
        margin: 50px auto 0;
    }
    .conter04 .menuDiv {
        display: flex;
        align-items: center;
        justify-content: space-between; /* 水平居中 */
    }

        .conter04 .menuDiv .item {
            display: grid;
            width: 198px;
            height: 75px;
            background: #a5a5a5;
            text-align: center;
            align-items: center;
            font-size: 18px;
            color: #fff;
            cursor: pointer;
        }

            .conter04 .menuDiv .item.active {
                background: #db4c2c;
            }

    .conter04 .innerDiv {
    }

        .conter04 .innerDiv .inner {
            display: none;
            padding:15px 0;
        }

        .conter04 .innerDiv p {
            font-size:18px;
            line-height:40px;
            text-align:justify;
        }

            .conter04 .innerDiv p span {
                color: #4470ff;
            }

.conter05 {
    overflow: hidden;
    margin: 60px auto 0;
    background: url('../../Images/zhuanti/25tls/25tls_19.jpg') top center no-repeat;
    height:385px;
}

    .conter05 .conMain p {
        font-size:20px;
        line-height:40px;
        padding-left:450px;
        color:#fff;
        padding-top:20px;
    }
        .conter05 .conMain p span {
            color: #fff000;
        }



.conter06 {
    overflow: hidden;
    background: #ffebe6;
    padding: 50px 0 40px;
    margin-top: 0;
}

    .conter06 .bdDiv {
        width: 1004px;
        background: url('../../Images/zhuanti/25tls/25tls_22.jpg') top center no-repeat;
        height: 259px;
        padding-top: 130px;
        margin: auto;
    }

        .conter06 .bdDiv .item {
            margin: 35px 0 0 30px;
            float: left;
        }

            .conter06 .bdDiv .item span {
                line-height: 40px;
                display: block;
                width: 150px;
                text-align: right;
                float: left;
                font-size: 16px;
            }

            .conter06 .bdDiv .item input {
                width: 260px;
                line-height: 40px;
                height: 40px;
                padding: 0 5px;
                border: 1px solid #000;
            }

        .conter06 .bdDiv select {
            width: 70px;
            text-align: center;
            height: 40px;
            border: 0;
            border-right: 1px solid #ededed;
            padding-left: 5px;
            float: left;
        }

    .conter06 #txtContact {
        padding: 0 5px;
        width: 170px;
        height: 40px;
        border: 0;
        float: left;
    }

    .conter06 .bdDiv .item .bdk {
        width: 260px;
        line-height: 40px;
        height: 40px;
        padding: 0 5px;
        border: 1px solid #000;
        float: left;
        background: #fff;
    }

    .conter06 .tjBtn {
        width: 190px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 30px auto 0;
        cursor: pointer;
        color: #fff;
        background: #db4c2c;
        border-radius: 10px;
    }

        .conter06 .tjBtn:hover {
            opacity: .8;
        }


.conter07 {
    overflow: hidden;
    margin: 20px auto 0;
    padding: 30px 0;
    background: #f4f4f4;
}
    .conter07 .p1 {
        line-height: 40px;
        text-align: justify;
        font-size: 18px;
    }
    .conter07 .item {
        width: 492px;
        float: left;
        margin: 20px auto 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid #db4c2c;
    }

        .conter07 .item .p1 {
            width: 100%;
            display: block;
            background: #db4c2c;
            height:54px;
            line-height:54px;
            text-align:center;
            color:#fff;
            font-size:22px;
        }

        .conter07 .item .p2 {
            padding:20px;
            padding-left:100px;
            font-size:18px;
            line-height:40px;
        }



.conter08 {
    overflow: hidden;
    margin-top: 20px;
    background: #ffebe6;
}

    .conter08 .conMain {
        margin: auto;
        padding: 38px 0;
        position:relative;
    }

    .conter08 .item {
        width: 652px;
        margin: 0 auto;
        overflow: hidden;
        background: #fff;
        padding:0 10px;
    }
        .conter08 .item p {
            width: 100%;
            display: block;
        }

        .conter08 .item .p2 {
            width: 100%;
            display: block;
            line-height: 50px;
            padding-left: 5px;
            font-size: 15px;
            border-bottom: 1px dashed #848484;
            box-sizing: border-box;
            margin: auto;
        }

            .conter08 .item .p2:last-child {
                border-bottom: 0 dashed #848484;
            }

    .conter08 .pic {
        position:absolute;
        bottom:0;
        right:100px;
    }
        .conter08 .pic img {
            display: inherit;
        }

.conter09 {
    overflow: hidden;
    margin-top: 50px;
}

    .conter09 .conMain {
        background: url('../../Images/zhuanti/25tls/25tls_26.jpg') top center no-repeat;
        height: 331px;
    }
        .conter09 .conMain p {
            display: block;
            font-size: 18px;
            line-height: 46px;
            padding-left: 430px;
            padding-top: 88px;
            color: #fff;
        }
            .conter09 .conMain p span {
                color: #fff000;
            }


.djBtn {
    display: block;
    width: 595px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    margin: 50px auto 0;
    font-size: 25px;
    border-radius: 8px;
    background: #2863e1;
}

    .djBtn:hover {
        opacity: .8;
        color: #fff;
    }

em {
    color: red;
}



.conter11 {
    overflow: hidden;
    margin: 60px auto 0;
}

    .conter11 .conMain {
        overflow: hidden;
        margin: 50px auto 0;
    }

.conTitleone {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
}

.conter12 {
    overflow: hidden;
    margin: 60px auto 0;
}

    .conter12 a {
        display: block;
        width: 326px;
        height: 207px;
        float: left;
        margin: 0px 4px 30px;
    }

        .conter12 a:hover {
            opacity: .8;
        }

.conTitleone {
    background: none;
}