* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    background-color: #f5f5f5;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#top {
    width: 100%;
    height: 64px;
    background-color: #2947c7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

#top span {
    font-size: 14px;
    padding-left: 50px;
}

#head {
    width: 100%;
    height: 80px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #fff;
}

#head .left {
    position: absolute;
    left: 8%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    height: 100%;
    color: #000;
    font-size: bold;
}

#head .left .logo {
    float: left;
}

#head .left .menu {
    float: left;
    height: 100%;
    padding-left: 50px;
}

#head .right {
    position: absolute;
    right: 2%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    height: 100%;
}

#head .right .blue {
    background-color: #2947c7 !important;
}

.layui-nav .layui-nav-more {
    right: -5px
}

.layui-btn-primary {
    color: #000;
}

.layui-btn-primary:hover {
    border-color: #2947c7;
    color: #2947c7 !important;
    opacity: 1;
}

.layui-nav {
    background: none;
    height: 100%;
    color: #000;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #000;
}

.layui-nav .layui-nav-item {
    height: 100%;
    line-height: 80px;
    margin-right: 10px;
}

.layui-nav .layui-nav-item a {
    color: #333;
    height: 100%;
    font-size: 16px !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    height: 2px;
    background-color: #2947c7
}

.layui-nav-child {
    top: 80px;
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
    background-color: #2947c7;
}

#slide {
    width: 100%;
}

.full-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.carousel-container {
    max-width: 100%;
    margin: 0 auto;
}

#part {
    width: 100%;
    background-color: #f2f5fa;
    overflow: hidden;
}

.width {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

#part .title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333;
    text-align: center;
    font-size: bold;
    padding-top: 50px;
    padding-bottom: 30px;
}

#part .list {
    width: 100%;
    padding-bottom: 60px;
}

#part .list li {
    width: 100%;
    background-color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

#mall {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
    padding-bottom: 30px;
}

.htitle {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333;
    text-align: center;
    font-size: bold;
}

.htitle p {
    display: block;
    font-size: 18px;
    color: #666;
    padding-top: 5px;
}

#mall .cont {
    width: 100%;
}

.layui-tab-title {
    text-align: center;
    height: 60px;
}

.layui-tab-title li {
    font-size: 16px;
    padding: 0 30px;
    line-height: 60px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #2947c7;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #2947c7;
}

.layui-tab-title .layui-this:after {
    height: 51px;
}

.layui-tab .layui-tab-title {
    height: 50px;
}

#mall .list {
    width: 100%;
    margin-top: 5px;
}

#mall .list li {
    width: 100%;
    padding: 15px;
}

#mall .list li .img {
    width: 100%;
    border-radius: 15px;
    position: relative;
}

#mall .list li .img .text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    top: 0;
    color: #fff !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 13px;
}

#mall .list li .img .text span {
    color: #fff;
}

#mall .list li .img img {
    width: 100%;
    object-fit: contain;
}

#mall .list li .img video {
    width: 100%;
    object-fit: contain;
}


#mall .list li:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#mall .list li h3 {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
}

#mall .list li span {
    font-size: 14px;
    color: #999;
}

#mall .list li .price {
    color: #2947c7;
    font-size: 16px;
    padding-top: 15px;
}


#about {
    width: 100%;
    background-color: #f2f5fa;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
}

#about .cont {
    width: 100%;
    padding-top: 30px;
}

#about .cont .left {
    float: left;
    width: 46%;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 30px;
}

#about .cont .left p {
    padding-bottom: 20px;
}

#about .cont .left button {
    display: block;
    margin-bottom: 20px;
}

#about .cont .right {
    float: right;
    width: 51%;
}

#about .cont .right video {
    width: 100%;
}

#ys {
    width: 100%;
    background-color: #f2f5fa;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
}

#ys .list {
    width: 100%;
}

#ys .list li {
    width: 100%;
    padding: 15px;
    text-align: center;
}

#ys .list li h1 {
    color: #2947c7;
    font-size: 40px;
    padding-top: 15px;
}

#ys .list li span {
    color: #333;
    font-size: 20px;
    padding-top: 10px;
}

#footer {
    width: 100%;
    background-color: #2947c7;
    padding: 30px;
    text-align: center;
    color: #fff;
}

#footer p {
    padding-top: 5px;
    font-size: 16px;
}

#in_ab {
    width: 100%;
    padding: 100px;
    background: url(../img/about_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}

#in_ab p {
    font-size: 18px;
    color: #666;
    padding-top: 10px;
}

#in_ab h1 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

#in_ab span {
    color: #2947c7;
}

#info {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background-color: #f5f5f5;
}

#info .left {
    float: left;
    width: 226px;
}

#info .left .tt {
    width: 100%;
    height: 97px;
    background: url(../img/nav_tiitlex.png);
    position: relative;
}

#info .left .tt .icon {
    position: absolute;
    top: 0;
    right: 0;
}

#info .left .tt .btn {
    position: absolute;
    left: 36px;
    top: -19px;
}

#info .left .tt .text {
    left: 11px;
    top: 42px;
    position: absolute;
    z-index: 137;
    width: 184px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 22px;
}

#info .left .list {
    width: 100%;
    background-color: #fff;

}

#info .left .list li {
    width: 100%;
    height: 52px;
    border-top: 1px solid #f5f5f5;
    line-height: 52px;
    font-size: 15px;
    position: relative;
}

#info .left .list li font {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #2947c7;
    left: 22px;
    top: 25px;
}

#info .left .list li:hover font {
    background-color: #2947c7;
}

#info .left .list li span {
    padding-left: 58px;
}


#info .left .list li:hover {
    background-color: #f5f5f5;
}

#info .left .ft {
    width: 100%;
    height: 18px;
    background-color: #2947c7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#info .right {
    float: right;
    width: calc(100% - 256px);
}

#info .right .pos {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}

#info .right .pos span {
    font-size: 20px;
    color: #2947c7;
    font-weight: bold;
    padding-left: 25px;
}

#info .right .pos img {
    float: right;
    height: 10px;
    margin-top: 24px;
    padding-right: 30px;
}

#info .right .cont {
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
    line-height: 25px;
    font-size: 14px;
    color: #5A5A5A;
    margin-top: 3px;
    overflow: hidden;
}

#info .right .cont img {
    max-width: 100%;
}

#info .right .cont span {
    text-wrap-mode: unset !important;
}

#info .right .cont .list {
    width: 100%;
}

#info .right .cont .list li {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 20px 30px;
}

#info .right .cont .list li:first-child {
    border: 0;
}

#info .right .cont .list li .data {
    float: left;
    width: 70px;
    height: 70px;
    background-color: #e4f2eb;
    text-align: center;
    color: #666;
    margin-right: 20px;
}

#info .right .cont .list li .data span {
    display: block;
    font-size: 25px;
    padding-top: 12px;
}

#info .right .cont .list li:hover h3 {
    color: #2947c7 !important;
}

#info .right .cont .list li .data p {
    font-size: 13px;
}

#info .right .cont .list li h3 {
    font-size: 18px;
}

#info .right .cont .list li font {
    line-height: 20px;
    padding-top: 5px;
    display: block;
}


#info .clist {
    width: 100%;
    margin-top: 5px;
}

#info .clist li {
    width: 100%;
    padding: 15px;
}

#info .clist li .img {
    width: 100%;
    border-radius: 15px;
    position: relative;
}

#info .clist li .img .text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    top: 0;
    color: #fff !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 13px;
}

#info .clist li .img .text span {
    color: #fff;
}

#info .clist li .img img {
    width: 100%;
    object-fit: contain;
}

#info .clist li .img video {
    width: 100%;
    object-fit: contain;
}


#info .clist li:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#info .clist li h3 {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
}

#info .clist li span {
    font-size: 14px;
    color: #999;
}

#info .clist li .price {
    color: #2947c7;
    font-size: 16px;
    padding-top: 15px;
}

#mall .show {
    width: 100%;
    padding-top: 20px;
}

#mall .show .video {
    float: left;
    width: 40%;
    margin-right: 35px;
}

#mall .show .video video {
    width: 100%;
}

#mall .show h3 {
    font-size: 20px;
    color: #333;
}

#mall .show i {
    padding-right: 10px;
    position: relative;
    top: 1px;
}

#mall .show p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-top: 10px;
}

#mall .show h4 {
    padding-top: 30px;
    font-size: 16px;
}

#mall .show font {
    font-size: 28px;
    color: #2947c7;
    position: relative;
    top: 3px;
}

#mall .content {
    width: 100%;
    overflow: hidden;
}

#mall .content .infos {
    padding: 20px;
}

#w_head {
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

#w_head .mb {
    position: absolute;
    right: 55px;
    top: 10px;
}

#w_head .logo {
    float: left;
    height: 40px;
    margin-top: 10px;
}

#w_head .logo img {
    height: 40px;
}

#w_head .menu {
    float: right;
}

#w_head .menu i {
    padding: 2px 5px;
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    font-size: 32px;
}

#w_nav {
    display: none;
}

@media all and (max-width:1600px) {
    .layui-nav .layui-nav-item a {
        padding: 0 30px !important;
    }

}

@media all and (max-width:1500px) {
    .layui-nav .layui-nav-item a {
        padding: 0 10px !important;
    }
}

@media all and (max-width:1300px) {
    #head .left .logo {
        /* display: none; */
    }

    #head .right .tel {
        display: none;
    }
}

@media all and (max-width:1000px) {
    #head {
        display: none;
    }

    #top {
        display: none;
    }

    #about .cont .right {
        width: 100%;
    }

    #about .cont .left {
        width: 100%;
    }

    .width {
        width: 96%;
        margin: 0 auto;
    }

    #w_head {
        display: block;
    }

    #w_menu {
        width: 40%;
        right: 0;
        background: #051d48;
        position: absolute;
        top: 60px;
        border-left: 1px solid #fff;
        display: none;
        z-index: 999999;
    }

    #w_menu li {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #fff;
        line-height: 40px;
        text-align: center;
    }

    #w_menu li a {
        color: #fff;
        font-size: 14px;
    }

    #info .left {
        display: none;
    }

    #info .right {
        width: 100%;
    }

    #in_ab {
        padding: 0 !important;
    }

    #info {
        padding: 15px 0 !important;
    }

    #info .right .cont .list li button {
        margin-top: 10px;
        position: unset !important;
    }

    #w_nav {
        display: block;
    }

    #info .right .cont .list li {
        padding: 20px 0 !important;
    }

    #info .right .cont .list li font {
        position: unset !important;
        display: block !important;
    }

    .pubdate {
        padding-left: 0 !important;
    }

    #info .right .cont .list li .data {
        margin-right: 10px !important;
    }

    .layui-tab .layui-tab-title li {
        margin-bottom: 15px !important;
    }

    #mall .show .video {
        width: 100% !important;
        padding-bottom: 15px !important;
    }

    .container {
        width: 100%;
        left: 0 !important;
        margin-left: 0 !important;
    }

}

#pagelist {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
    overflow: hidden
}

#pagelist span {
    padding: 5px 8px;
    background: #dddede;
    color: #bababa;
    margin: 0 2px;
    border: 1px solid #ccc;
}

#pagelist a {
    background: #fff;
    padding: 5px 8px;
    color: #333;
    margin: 0 2px;
    border: 1px solid #eee;
    display: inline-block;
}

#pagelist .active {
    background: #2947c7;
    color: #fff;
}