.template-title {
    font-size: 18px;
}
/*文字列表*/
.template-1 {
    margin-bottom: 30px;
    cursor: default;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    padding-bottom:10px;
}

    .template-1 ul li {
        border: 0 none;
        color: #555555 !important;
        font-size: 14px !important;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        list-style: disc;
        width: 98%;
        margin: 0 0 0 22px;
        padding-left: 1px;
        display: list-item;
        cursor: default !important;
        line-height: 32px !important;
    }

/*end文字列表-----------------------------------------*/

/*图片并列列表*/
.template-2 {
    margin-bottom: 30px;
    cursor: default;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
}

    .template-2 .template-2-row {
        text-align: center;
        margin-bottom: 30px;
    }

        .template-2 .template-2-row:last-child {
            margin-bottom: 0px;
        }

    .template-2 img {
        max-width: 65%;
    }

/*end 图片并列列表*/

/*图片并排列表（一排2个）*/
.template-3 {
    margin-bottom: 30px;
    cursor: default;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
}

    .template-3 img {
        max-width: 40% !important;
    }

/*文字 + 图片列表*/
.template-4 {
    margin-bottom: 30px;
    cursor: default;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
}

    .template-4 img {
        max-width: 100% !important;
    }

/*@media only screen and (max-width: 700px) {
    .template-4 img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .template-4 img {
        max-width: 95% !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .template-4 img {
        max-width: 85% !important;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .template-4 img {
        max-width: 75% !important;
    }
}*/
/*end文字 + 图片列表 --------------------*/

/*文字段落*/
.template-5 {
    margin-bottom: 30px;
    cursor: default;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    padding-bottom: 10px;
}

    .template-5 .duanluo {
        text-indent: 2em;
        font-size: 14px;
        line-height: 32px !important;
        color: #555555;
    }

/* end文字段落 ----------------------*/

/* 表格 */
.template-6 {
    margin-bottom: 30px;
    cursor: default;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
}

    .template-6 .one-table {
        padding-bottom: 10px;
    }

        .template-6 .one-table td {
            padding: 5px !important;
            height: 27px !important;
        }
/* end 表格------------------- */


/* 文字+图片列表左右结构 */
.template-7 {
    cursor: default;
    background: #f7f7f7;
}

    .template-7 .template-7-title {
        background: white;
        padding-left: 20px;
    }

    .template-7 .textimgItem {
        display: flex !important;
        margin-bottom: 40px;
        background: white;
        padding-top: 20px;
        padding-bottom: 20px;
        
    }

        .template-7 .textimgItem .textimgItem_1 {
            float: left;
            text-align: center;
            width: 50%;
            
        }
            .template-7 .textimgItem .textimgItem_1 img {
                
            }

        .template-7 .textimgItem .textimgItem_2 {
            float: left;
            text-align: left;
            padding-left: 80px;
            width: calc(50% - 80px);
            width: -moz-calc(50% - 80px);
            width: -webkit-calc(50% - 80px);
        }

        .template-7 .textimgItem:nth-child(even) {
            display: flow-root;
        }

            .template-7 .textimgItem:nth-child(even) .textimgItem_1 {
                /*float: right;*/
                text-align: center;
                display: flex;
                /*实现垂直居中*/
                align-items: center;
                /*实现水平居中*/
                justify-content: center;
            }

            .template-7 .textimgItem:nth-child(even) .textimgItem_2 {
                /*float: right;*/
                text-align: right;
                padding-right: 80px;
                width: calc(50% - 1px);
                width: -moz-calc(50% - 1px);
                width: -webkit-calc(50% - 1px);
            }

    .template-7 .txt-title {
        color: #333333;
        font-size: 28px;
        line-height: 40px;
        height: 89px;
        overflow: hidden;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    .template-7 .textimgItem:nth-child(even) .txt-title {
        text-align: left;
    }

    .template-7 .txt-neirong {
        color: #464444;
        font-size: 14px;
        line-height: 24px;
        min-height: 120px;
        overflow: hidden;
        height:auto;
    }

    .template-7 .textimgItem:nth-child(even) .txt-neirong {
        text-align: left;
    }

@media only screen and (max-width: 700px) {
    .textimgItem {
        display: block !important;
    }

    .textimgItem_1 {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .textimgItem_2 {
        width: 100% !important;
        float: none;
        text-align: left !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .template-7 .txt-title {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
/* end 文字+图片列表左右结构 ------------------- */

/* 型号表格  */
.template-8 {
    margin-bottom: 30px;
    cursor: default;
    background: white;
}

    .template-8 .template-title {
        padding-left: 20px;
    }

.template-8 .template-8-table {
    /*padding: 5px !important;*/
    overflow-x:auto;
}
    .template-8 .template-8-table td {
        text-align: center;
        border-top: 0px !important;
        border-bottom: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        font-size:14px;
    }

    .template-8 .template-8-table table tr:nth-child(odd){
        background:white;
    }

        .template-8 .template-8-table table tr:nth-child(odd) td {
            border-left: 1px solid white !important;
        }

        .template-8 .template-8-table table tr:nth-child(odd) td:first-child {
            border-left: 0px !important;
        }

    .template-8 .template-8-table table tr:nth-child(even) {
        background: #EDECEE;
    }

        .template-8 .template-8-table table tr:nth-child(even) td {
            border-left: 1px solid white !important;
        }

            .template-8 .template-8-table table tr:nth-child(even) td:first-child {
                border-left: 0px !important;
            }

    .template-8 .template-8-table table tr:first-child {
        background: #1d1e20;
        color: white;
    }

        .template-8 .template-8-table table tr:first-child td {
            text-align: center;
            padding: 10px 5px;
            color: #ffffff;
            line-height: 14px;
            line-height: 20px;
            border-left: 1px solid #1d1e20 !important;
        }

        .template-8 .template-8-table table tr:first-child td:first-child {
            text-align: center;
            padding: 10px 5px;
            color: #ffffff;
            line-height: 14px;
            line-height: 20px;
            border-left: 0px !important;
        }
/* end 型号表格 -------------------------  */