@charset "utf-8";
/*清除默认边距*/

* {
    margin: 0;
    padding: 0;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
header,
nav,
section,
footer,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

// html,
// body {
//     overflow-x: hidden;
// }

ul,
ol,
li {
    list-style: none;
}

div:focus {
    outline: none !important;
}

img,
fieldset {
    border: 0;
}

img {
    display: block;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: black;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
    font-family: 'SimHei', Arial, Helvetica, sans-serif;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.border {
    border-bottom: 0;
}

.banner {
    img {
        width: 100%;
    }
}

.cop {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #f6f6f6;
    font-size: 18px;

    a {
        padding: 10px 0 0;
    }
}

#imgnodown {
    position: absolute;
    top: 200px;
    left: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    width: 170px;
    text-align: center;
    border-radius: 5px;
    padding: 3px 0;
    display: none;
}

.flex {
    display: flex;
    align-items: center;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-bottom: solid 1px #e4e4e5;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;

    .box {
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .logo {
            img {
                width: 150px;
                height: auto;
            }
        }

        .nav {
            ul {
                height: 70px;

                li {
                    a {
                        display: block;
                        color: #000000;
                        height: 70px;
                        line-height: 70px;
                        padding: 0px 30px;
                        font-size: 18px;
                    }
                }
            }
        }
    }
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.clearfix {
    zoom: 1;
}

.footer {
    padding: 100px 0px 40px;
    background: #fafafa;
    overflow: hidden;

    .footer-t {
        border-top: solid 1px #e5e5e5;

        .footer-t-box {
            width: 175px;
            text-align: center;
            color: #131313;
            margin: -45px auto 0;
            background: #fafafa;

            p {
                font-size: 17px;
            }

            h1 {
                font-size: 28px;
            }
        }
    }

    .footer-bot {
        margin-top: 60px;
        align-items: center;

        .footer-lf {
            max-width: 390px;
            // float: left;
            color: #212121;

            p {
                font-size: 18px;
                white-space: nowrap;
                margin-bottom: 10px;
            }

            .ewm {
                width: 120px;
                margin: 0 auto 20px;
            }

            .txt {
                text-align: center;
            }
        }
    }
}

.paddingTop70 {
    padding-top: 70px;

}

.tit {
    text-align: center;
    padding: 60px 0;

    .h2 {
        font-size: 20px;
        color: #000000;
        font-weight: bold;
    }
}


.imghover {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    img:hover {
        transform: scale(1.2);
        transition: all .5s;
    }
}

.index {
    .mySwiper1 {
        position: relative;

        .swiper-slide {
            img {
                width: 100%;
            }
        }
    }

    .swiper-container-horizontal>.swiper-pagination {
        bottom: 2px !important;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 5px;
    }

    .box1 {
        .box {
            justify-content: space-between;

            .item {
                width: 31%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;

                .pic {
                    // width: 316px;
                    // height: 237px;
                    width: 372px;
                    height: 235px;
                    -webkit-transition: all .5s;
                    -moz-transition: all .5s;
                    -ms-transition: all .5s;
                    -o-transition: all .5s;
                    transition: all .5s;

                    img {
                        width: 372px;
                        height: 235px;
                    }
                }

                p {
                    font-size: 18px;
                    text-align: center;
                    padding: 20px 0;
                    -webkit-transition: all .5s;
                    -moz-transition: all .5s;
                    -ms-transition: all .5s;
                    -o-transition: all .5s;
                    transition: all .5s;
                }

                &:hover {
                    .pic {
                        box-shadow: 0px 0px 14px #a7a4a4;
                    }

                    p {
                        color: #0363b9;
                        transform: translateX(20px);
                    }
                }
            }
        }
    }

    .box2 {
        padding-bottom: 30px;

        .box {
            width: 800px;

            .goodslist {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                justify-content: center;
                align-items: center;

                .item {
                    width: 100%;
                    margin-right: 2%;
                    margin-top: 20px;

                    .pic {
                        width: 100%;
                        height: auto;
                        border-radius: 5px;
                        overflow: hidden;

                        img {
                            width: 100%;
                            height: auto;
                        }
                    }

                    h3 {
                        font-size: 18px;
                        text-align: center;
                        display: block;
                        width: 100%;
                        height: 30px;
                        line-height: 30px;
                        margin-top: 20px;
                    }
                }

                .item:hover {
                    .pic {
                        box-shadow: 0px 0px 14px #a7a4a4;

                        img {
                            transform: scale(1.2);
                            transition: all .5s;
                        }
                    }

                    h3 {
                        color: #0363b9;
                    }
                }
            }
        }
    }
}

.detail {
    .box {
        width: 800px;
        padding: 60px 0;

        h2 {
            padding: 10px 0px;
            font-size: 35px;
            color: #000000;
            margin-bottom: 15px;
            text-align: center;
        }

        .h3 {
            text-align: center;
            font-size: 20px;
        }

        .h4 {
            font-size: 16px;
        }

        .h5 {
            line-height: 34px;
            font-size: 16px;
            color: #666666;
            padding: 20px 0;
        }


        table,
        table tr th,
        table tr td {
            border: 1px solid #666666;
        }

        img {
            width: auto;
            max-width: 800px;
            margin: 20px auto;
        }

        .left {
            text-align: left;
        }

        .center {
            text-align: center;
        }

        .pb20 {
            padding-bottom: 20px;
        }

        .underline {
            text-decoration: underline;
        }

        .line-height30 {
            line-height: 30px;
        }

        .width600 {
            width: 600px;
        }

        .width800 {
            width: 800px !important;
        }

        .padd0 {
            padding: 0;
        }

        .hei {
            color: #000000;
        }

        .red {
            color: red;
        }

        .lh24 {
            line-height: 24px;
        }

        .lh36 {
            line-height: 36px;
        }

        .tin2 {
            text-indent: 2em;
        }

    }
}

.detail1 {
    img {
        display: block;
        width: 100%;
    }
}