@charset "utf-8";
html,body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    background-color: rgba(0, 0, 0, 0.94);
}
/*公共样式*/
*,::before,::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
a{
    background: transparent;
    text-decoration: none;
    outline: none;
    color: rgba(0, 0, 0, 0.65);
}
ul,ol {list-style: none}
.fl {float: left}
.fr {float: right}
.clearFix::before,
.clearFix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {zoom: 1}




.wrap-width {
    max-width: 1100px;
    margin: 0 auto;
}
header {
    background-color: #FFFFFF;
    width: 100%;
    z-index: 1;
}
.header-wrap {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 0 auto;
    /*height: 66px;*/
    align-items: center;
    padding: 20px;
}
.logo-text {
    font-family: Andale Mono,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Arial,sans-serif;
    font-size: 24px;
    color: rgba(0,0,0,.65);
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 5px;
}
.logo img{
    width: 40px;
    vertical-align: middle;
    margin-top: -10px;
}
.logo-tel {
    font-size: 22px;
    color: rgba(0,0,0,.65);
}
.logo-tel img {
    width: 30px;
    vertical-align: middle;
    margin-top: -10px;
}
.tel-number {
    font-size: 30px;
    color: #2f54eb;
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 5px;
}
.page {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #2f54eb;
    color: #fff;
    min-height: 292px;
    text-align: center;
}
.page .bg {
    width: 100%;
    height: 558px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -720px;
}
.about {
    max-width: 1000px;
    margin: 0 auto;
}
.about-title {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 5px 10px #6e55b5;
    margin: 45px 0 16px;
    line-height: 1;
}
.about-desc {
    font-family: Andale Mono,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Arial,sans-serif;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 5px 10px #6e55b5;
    line-height: 2;
    letter-spacing: 3px;
    text-align: justify;
    padding: 20px;
}
.page-title {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.wx-qr {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wx-qr img {
    max-width: 350px;
    padding: 20px;
}
.service {
    width: 100%;
    background-color: #eee;
    padding: 20px;
}
.pic-title {
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
.img-list {
    background-color: #FFFFFF;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    flex-wrap:wrap;
}
.img-list img {
    width: 350px;
    height: 350px;
    cursor: pointer;
    transition: all 0.6s;
    margin-bottom: 10px;
}
/*.img-list img:hover{
    transform: scale(1.2);
}*/
footer {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #FFFFFF;
}
/* TOP */
.jl-backTop {
    position: fixed;
    background-color: #FFF;
    color: #2f54eb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 20px;*/

    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    cursor: pointer;
    z-index: 5;
    right: 20px;
    bottom: 40px;
}
.tel-fixed {
    position: fixed;
    background-color: #2f54eb;
    /*color: #2f54eb;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    cursor: pointer;
    z-index: 5;
    right: 20px;
    bottom: 120px;
}
.tel-text {
    position: fixed;
    color: #2f54eb;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    cursor: pointer;
    z-index: 5;
    right: 0;
    bottom: 180px;
}
.tel-fixed img {
    width: 30px;
}
/* 移动端 */
@media screen and (max-width: 768px) {
    /*.header-wrap {
        display: block;
    }
    .logo-tel {
        margin-top: 20px;
    }*/
    .logo-tel img {
        display: none;
    }
    .logo-text {
        font-size: 18px;
    }
    .logo-tel {
        font-size: 18px;
    }
    .logo-text span{
        display: block;
    }
    .img-list {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .img-list img {
        width: 100%;
        height: 100%;
        padding: 15px;
    }
}