body {
    color: #333;
    font-family: "Inter", sans-serif;
    background: #fff;
    overflow-x: hidden;
}

.footer .ft a {
    color: #fff;
}

html {
    font-size: 100px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

dl {
    margin: 0;
}

dt {
    font-weight: normal;
}

ul,
li {
    list-style-type: none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}

    a:hover {
        color: #024b9a;
    }

    a:focus {
        text-decoration: none;
        color: inherit;
    }

img {
    border: 0;
    vertical-align: middle;
    transition: all 0.6s;
    max-width: 100%;
    object-fit: cover;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select,
button {
    border: 0;
    outline: none;
}

button {
    cursor: pointer;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.container {
    padding: 0 1.6rem;
    width: 100%;
}
/*公共样式勿删除*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.flex {
    display: flex;
    align-items: center;
}

.flex_item {
    flex: 1;
}

video {
    vertical-align: middle;
    background: #000;
    width: 100%;
}

.pic img {
    width: 100%;
    transform: perspective(1px);
}

.pic {
    overflow: hidden;
    position: relative;
}

    .pic:hover img {
        transform: scale(1.1);
    }

.hidden {
    display: none;
}
/**/

.ws-wap-menu {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #024b9a;
    z-index: -1;
    opacity: 0;
}

    .ws-wap-menu .m_nav i {
        background: #fff;
    }

    .ws-wap-menu .logo {
        text-align: center;
        margin-bottom: 0.2rem;
        border-bottom: 1px solid #fff;
    }

        .ws-wap-menu .logo img {
            width: 2.13rem;
        }

    .ws-wap-menu.on {
        z-index: 105;
        opacity: 1;
    }

    .ws-wap-menu ul {
        width: 100%;
    }

        .ws-wap-menu ul > li {
            position: relative;
            text-align: center;
        }

        .ws-wap-menu ul li a {
            display: block;
            line-height: 0.43rem;
            color: #fff;
            font-size: 16px;
            position: relative;
            width: 70%;
            margin: 0 auto;
        }

        .ws-wap-menu ul li i {
            display: inline-block;
            height: 0.1rem;
            width: 0.1rem;
            z-index: 6;
            border-width: 2px 2px 0 0;
            border-color: #fff;
            border-style: solid;
            -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            position: absolute;
            top: 0.18rem;
            right: 0.2rem;
        }

        .ws-wap-menu ul li.on i {
            border-width: 0 2px 2px 0;
            margin-top: -0.03rem;
        }

    .ws-wap-menu .dropdown {
        padding: 0 0.15rem;
        display: none;
    }

        .ws-wap-menu .dropdown li {
            border-top: 1px solid #eee;
        }

    .ws-wap-menu ul li.on .dropdown {
        display: block;
    }

.header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 0.2rem;
    transition: all 0.3s;
    z-index: 99;
}

    .header .logo img {
        width: 2.54rem;
    }

    .header .tel {
        background: url(../../Content/images/tel.png) left center no-repeat;
        background-size: 0.49rem auto;
        padding-left: 0.6rem;
        line-height: 0.27rem;
        font-weight: 600;
    }

    .header .flex {
        justify-content: space-between;
    }

    .header .nav {
        display: flex;
        align-items: center;
    }

        .header .nav > li {
            z-index: 10;
        }

            .header .nav > li > a {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 0.9rem;
                padding: 0 0.18rem;
                position: relative;
            }

            .header .nav > li:hover > a,
            .header .nav > li.on > a {
                color: #024b9a;
            }

        .header .nav .dropdown {
            position: absolute;
            top: 90%;
            display: none;
            justify-content: center;
            left: 50%;
            transform: translate(-50%, 0);
            background: #fff;
            text-align: center;
            width: 100%;
            padding: 0.15rem 0;
            border-radius: 0.1rem;
            box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
            font-size: 0.16rem;
            line-height: 0.48rem;
        }

        .header .nav > li:hover .dropdown {
            display: flex;
        }

        .header .nav .dropdown li + li {
            margin-left: 0.4rem;
        }

.footer {
    font-size: 0.14rem;
    background: #eceeef;
}

    .footer .hd {
        border-bottom: 1px solid #ddd;
    }

        .footer .hd ul {
            display: flex;
            flex-wrap: wrap;
            font-size: 0.2rem;
            border-right: 1px solid #ddd;
        }

            .footer .hd ul li {
                width: 12.5%;
                display: flex;
                align-items: center;
                justify-content: center;
                border-left: 1px solid #ddd;
                height: 0.6rem;
            }

    .footer .bd {
        padding: 0.4rem 0;
        font-size: 0.18rem;
    }

        .footer .bd ul li {
            line-height: 0.41rem;
            color: #555555;
            display: flex;
            align-items: center;
        }

            .footer .bd ul li img,
            .footer .bd h3 img {
                margin-right: 0.1rem;
            }

        .footer .bd h3 {
            display: flex;
            align-items: center;
        }

        .footer .bd .code {
            background: #fff;
            margin-left: 0.4rem;
            width: 1.17rem;
            font-size: 0.15rem;
            text-align: center;
            padding: 0.05rem;
        }

        .footer .bd .flex_item p {
            font-weight: bold;
            line-height: 0.34rem;
            display: flex;
            max-width: 7.4rem;
            margin-top: 0.15rem;
            flex-wrap: wrap;
        }

        .footer .bd p a {
            display: block;
            margin-right: 0.2rem;
        }

    .footer .ft {
        color: #fff;
        background: #024b9a;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/**/
.title_common {
    text-align: center;
    font-size: 0.18rem;
}

    .title_common h2 {
        font-weight: bold;
        font-size: 0.4rem;
    }

        .title_common h2::after {
            content: "";
            width: 0.3rem;
            height: 0.06rem;
            background: #024b9a;
            display: block;
            margin: 0.2rem auto;
        }

    .title_common p {
        color: #666666;
    }

.kefu {
    font-size: 0.16rem;
    position: fixed;
    z-index: 100;
    background: #fff;
    right: 0.1rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 1rem;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 0.05rem;
}

    .kefu li {
        position: relative;
    }

        .kefu li .code {
            width: 1.7rem;
            position: absolute;
            right: 100%;
            top: 50%;
            color: #fff;
            font-size: 0.24rem;
            font-family: DIN;
            display: none;
            min-height: 100%;
            background: #024b9a;
            padding: 0.1rem;
            align-items: center;
            justify-content: center;
            transform: translate(0, -50%);
        }

            .kefu li .code img {
                width: 100%;
            }

        .kefu li:hover .code {
            display: flex;
        }

    .kefu a {
        display: block;
        padding: 0.15rem 0;
    }

        .kefu a p {
            margin-top: 0.1rem;
        }

        .kefu a img {
            width: 0.4rem;
            transition: 0s;
        }

    .kefu li + li {
        border-top: 1px solid #ddd;
    }

    .kefu a:hover {
        color: #fff;
        background: #024b9a;
    }

    .kefu li:last-child a:hover img {
        filter: brightness(100);
    }

.caseitem .one .mySwiper .pic {
  border: 2px solid #fff;
}

.caseitem .one .mySwiper .swiper-slide-thumb-active .pic {
   border-color: #024b9a;
}


.caseitem .one .mySwiper .pic {
  opacity:0.6;
}

.caseitem .one .mySwiper .swiper-slide-thumb-active .pic {
  opacity:1;
}