.banner img {
    width: 100%;
}

.body {
    padding: 35px 0 85px 0;
}

.body-content img {
    width: 100%;
}

.body-img {
    text-align: center;
    margin: 25px 0;
}

.body-content p {
    line-height: 30px;
    font-size: 14px;
    color: #1e1e1e;
    /*text-indent: 28px;*/
    text-align: justify;
}
.body-content table{
    border:1px solid #000000;
    width:100%;
}


.body-content table tbody tr:nth-child(even){    
    background:#fff;
}
.body-content table tbody tr:nth-child(odd){    
    background:#f5f2eb;
}

.body-content table thead{
    text-align:center;
}

.body-content table td{
    border:1px solid #000000;
}

.body-content h2 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    margin-top: 20px;
}

.parameter {
    margin-top: 30px;
}

    .parameter h2 {
        font-size: 16px;
        color: #1e1e1e;
        font-weight: bold;
        margin-bottom: 20px;
    }

.parameter-list {
    font-size: 16px;
    margin-bottom: 10px;
}

    .parameter-list i {
        display: inline-block;
        padding: 0 10px;
        line-height: 40px;
        color: #ffffff;
        background-color: #1c88ca;
        margin-right: 20px;
    }

    .parameter-list span {
        display: inline-block;
        color: #1e1e1e;
    }

.body-bottom {
    padding: 20px 0 10px 0;
    background-color: #f5f5f7;
    margin-bottom: 40px;
}

.order {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}

    .order .lines {
        display: inline-block;
        width: 4%;
        border-top: 1px solid #9e9e9e;
        margin: 0 15px;
        vertical-align: middle;
    }

    .order h2 {
        font-size: 24px;
        color: #3e3e3e;
        font-weight: bold;
    }

    .order .txt {
        color: #0d9de7;
        vertical-align: middle;
    }

.material {
    margin-top: 35px;
}

    .material img {
        width: 100%;
    }

.slideGroup {
    padding: 30px 0;
}

    .slideGroup .slideBox {
        overflow: hidden;
        zoom: 1;
        position: relative;
        padding: 0 50px;
    }

    .slideGroup .parBd ul {
        overflow: hidden;
        zoom: 1;
    }

        .slideGroup .parBd ul li {
            width: 33.333%;
            float: left;
            display: block;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

            .slideGroup .parBd ul li .pic {
                padding: 0 10px;
            }

                .slideGroup .parBd ul li .pic a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 10px 10px;
                    overflow: hidden;
                }

                .slideGroup .parBd ul li .pic img {
                    width: 100%;
                    border-radius: 10px 10px;
                    -webkit-transition: all .3s ease-in;
                    -moz-transition: all .3s ease-in;
                    -o-transition: all .3s ease-in;
                    -ms-transition: all .3s ease-in;
                    transition: all .3s ease-in;
                }

            .slideGroup .parBd ul li:hover .pic img {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -o-transform: scale(1.05);
            }

            .slideGroup .parBd ul li .title {
                position: absolute;
                bottom: 0;
                left: 10px;
                right: 10px;
                padding: 14px 0;
                text-align: center;
                background-color: rgba(0,0,0,.6);
                border-radius: 0 0 10px 10px;
            }

                .slideGroup .parBd ul li .title a {
                    display: block;
                    color: #fefefe;
                    font-size: 18px;
                }

            .slideGroup .parBd ul li:hover {
                opacity: .9;
            }

.slideBox .sPrev:hover, .slideBox .sNext:hover {
    opacity: .7;
}

.sPrev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -36px;
    z-index: 999;
}

.sNext {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -36px;
    z-index: 999;
}

.tempWrap {
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .banner {
        position: relative;
        overflow: hidden;
    }

        .banner img {
            position: relative;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            width: calc(1.6*100%);
        }
}

@media screen and (max-width:767px) {
    .slideGroup .parBd ul li {
        width: 100%;
    }

    .body {
        padding: 30px 0;
    }
    .slideGroup .parBd ul li .title{
        padding:5px 0;
    }


    .slideGroup .parBd ul li .title a{
        font-size:12px;
    }
}
/*------------------------------------新增以及修改--------------------------------------*/
.shade {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    overflow: hidden;
    text-align: center;
}

.shade-content {
    position: absolute;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 0 6px rgba(255,255,255,.5);
}

.shade-font {
    /*padding:0 10%;*/
    font-size: 16px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    position: relative;
}

.shade-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.shade-font p {
    /*text-indent: 28px;*/
    line-height: 2em;
    text-align: justify;
    margin-bottom: 10px;
}

.shade-img {
    margin-bottom: 20px;
}

    .shade-img img {
        max-width: 100%;
        /*max-height: 400px;*/
        padding: 5px;
        border: 3px solid #000;
    }

.shade-close {
    position: absolute;
    bottom: 2%;
    right: 2%;
}

@media screen and (max-width: 1200px) {
    .shade-close {
        position: absolute;
        top: 10%;
        right: 2%;
    }
}

@media screen and (max-width:767px) {
    .shade-content {
        position: absolute;
        width: 90%;
        left: 5%;
        margin-left: 0;
        background-color: #FFFFFF;
        box-sizing: border-box;
        padding: 25px;
    }

    .shade-font {
        max-height: 200px;
    }

    .shade-font {
        padding: 0;
        text-align: left;
    }

    .shade-img img {
        max-height: 200px;
    }

    .shade-close {
        display: none;
    }
}
/*------------------------------------新增以及修改--------------------------------------END*/


.body-img {
    position: relative;
}

.hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

    .hd ul li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-bottom: 15px;
        line-height: 30px;
        text-align: center;
        background: transparent;
        cursor: pointer;
        border-radius: 100%;
        box-sizing: border-box;
        border: 2px solid #1f317b;
    }

        .hd ul li.on {
            background: #1f317b;
            color: #fff;
        }
