.w1400 {
    width: 1400px;
    margin: auto
}

.w1600 {
    width: 1600px;
    margin: auto
}

.pt-90 {
    padding-top: 90px
}

.bg-f5 {
    background: #f5f5f5
}

.bg-f8 {
    background: #f8f8f8
}

.font-36 {
    font-size: 2.25rem
}

.font-32 {
    font-size: 2rem
}

.font-30 {
    font-size: 1.875rem
}

.font-24 {
    font-size: 1.5rem
}

.font-48 {
    font-size: 3rem
}

.font-40 {
    font-size: 2.5rem
}

.font-20 {
    font-size: 1.25rem
}

.font-18 {
    font-size: 1.125rem
}

.font-16 {
    font-size: 1rem
}

.font-14 {
    font-size: 14px
}

.color-3 {
    color: #333
}

.color-6 {
    color: #666
}

.color-9 {
    color: #999
}

.color-home {
    color: #1678ff
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #666;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.ho-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%
}

.swiper-pagination-bullet-active {
    background: #1678ff
}

.main-color {
    color: #1678ff
}

header11 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    z-index: 10;
    border-bottom: 1px #dddddd solid;
    box-sizing: border-box
}

header11.active,
header11.page-active {
    background: #fff
}

header11 .head-nav {
    padding: 0 4%;
    height: 90px
}

header11 .head-nav .logo {
    height: 100%
}

header11 .head-nav .logo img {
    max-height: 100%
}

header11 .head-nav>ul {
    height: 100%
}

header11 .head-nav>ul>li {
    margin: 0 26px;
    height: 100%
}

header11 .head-nav>ul>li.son-active {
    position: relative
}

header11 .head-nav>ul>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

header11 .head-nav>ul>li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    transition: .5s;
    background: #1678ff
}

header11 .head-nav>ul>li.active>a,
header11 .head-nav>ul>li:hover>a {
    color: #1678ff
}

header11 .head-nav>ul>li.active>a::before,
header11 .head-nav>ul>li:hover>a::before {
    left: 0;
    right: 0
}

header11 .head-nav>ul>li .son-nav {
    position: absolute;
    left: -30px;
    right: -30px;
    top: 120%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1)
}

header11 .head-nav>ul>li .son-nav a {
    display: block;
    text-align: center;
    padding: 8px 0
}

header11 .head-nav>ul>li .son-nav a:hover {
    color: #1678ff
}

header11 .head-nav>ul>li .son-nav a:first-child {
    padding-top: 16px
}

header11 .head-nav>ul>li .son-nav a:last-child {
    padding-bottom: 16px
}

header11 .head-nav>ul>li .other-son-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1)
}

header11 .head-nav>ul>li .other-son-item ol {
    padding: 40px 80px
}

header11 .head-nav>ul>li .other-son-item ol li>a {
    color: #1678ff
}

header11 .head-nav>ul>li .other-son-item ol li .grandson-item a:hover {
    color: #1678ff
}

header11 .head-nav>ul>li .pro-son-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1)
}

header11 .head-nav>ul>li .pro-son-item ul li:hover a,
header11 .head-nav>ul>li .pro-son-item ul li.active a {
    color: #1678ff
}

header11 .head-nav>ul>li .pro-son-item ol {
    padding-bottom: 20px
}

header11 .head-nav>ul>li .pro-son-item ol li .item {
    border: 1px #eee solid;
    position: relative;
    transition: .5s
}

header11 .head-nav>ul>li .pro-son-item ol li .item .img {
    width: 200px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center
}

header11 .head-nav>ul>li .pro-son-item ol li .item .img img {
    max-width: 92%;
    max-height: 92%
}

header11 .head-nav>ul>li .pro-son-item ol li .item span {
    position: absolute;
    left: 16px;
    top: 16px;
    border: 2px #ff3b3b solid;
    width: 64px;
    height: 28px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ff3b3b;
    background: rgba(255, 59, 59, 0.1)
}

header11 .head-nav>ul>li .pro-son-item ol li .item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 159, 232, 0.2);
    box-shadow: 0 0 20px rgba(0, 159, 232, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

header11 .head-nav>ul>li .pro-son-item ol li .item:hover h4 {
    color: #1678ff
}

header11 .head-nav>ul>li:hover .son-nav,
header11 .head-nav>ul>li:hover .other-son-item,
header11 .head-nav>ul>li:hover .pro-son-item {
    height: auto;
    opacity: 1;
    animation: gotop .5s forwards
}

header11 .head-nav .head-tel .form {
    width: 110px;
    height: 32px;
    position: relative;
    cursor: pointer
}

header11 .head-nav .head-tel .form form {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    border: 1px #aaaaaa solid;
    border-radius: 16px;
    padding: 0 6px
}

header11 .head-nav .head-tel .form form button .icon {
    color: #666;
    font-size: 16px
}

header11 .head-nav .head-tel .form form button:hover .icon {
    color: #1678ff
}

header11 .head-nav .head-tel .form form input {
    color: #666;
    font-size: 14px
}

header11 .head-nav .head-tel .form:hover form {
    border: 1px #1678ff solid;
    left: -160px;
    z-index: 2;
    background: #fff
}

header11 .head-nav .head-tel .lang {
    cursor: pointer;
    position: relative
}

header11 .head-nav .head-tel .lang .icon1 {
    font-size: 20px
}

header11 .head-nav .head-tel .lang .icon2 {
    font-size: 12px
}

header11 .head-nav .head-tel .lang a {
    position: absolute;
    left: 0;
    top: 140%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    background: #fff;
    color: #666;
    font-size: 14px;
    height: 0;
    overflow: hidden
}

header11 .head-nav .head-tel .lang a:hover {
    color: #fff;
    background: #1678ff
}

header11 .head-nav .head-tel .lang:hover {
    color: #1678ff
}

header11 .head-nav .head-tel .lang:hover .icon {
    color: #1678ff
}

header11 .head-nav .head-tel .lang:hover a {
    top: 100%;
    height: 32px
}

header11 .head-nav .head-tel h4 {
    color: #1678ff
}

header11 .head-nav .menu .icon {
    font-size: 24px;
    color: #666
}

@keyframes gotop {
    0% {
        top: 120%
    }

    100% {
        top: 100%
    }
}

.menu-container-mask {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .2s;
    z-index: 9999
}

.menu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    background-color: #fff
}

.top-menu-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s
}

.top-menu-list.active {
    transform: translateX(-100%)
}

.top-menu-list>li {
    height: 48px;
    line-height: 48px
}

.top-menu-list>li li:first-child,
.top-menu-list>li:first-child {
    height: 45px
}

.top-menu-list>li li:first-child>a,
.top-menu-list>li:first-child>a {
    background-color: #f7f7f7;
    height: 45px
}

.top-menu-list>li a {
    height: 100%;
    padding: 0 32px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 14px
}

.top-menu-list>li a span {
    color: #666;
    font-size: 14px
}

.top-menu-list>li a .icon {
    color: #666;
    font-size: 14px
}

.top-menu-list>li .title-name {
    height: 100%;
    padding: 0 32px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.top-menu-list ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100%;
    display: none
}

.top-menu-list ul.active {
    display: block
}

.home-banner {
    position: relative
}

.home-banner img {
    display: block;
    width: 100%
}

.home-banner .common-text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    margin: auto
}

.home-banner .common-text h2 {
    font-size: 72px
}

.home-banner .common-text h5 {
    color: #305062
}

.swiper-pagination {
    bottom: 5%
}

.swiper-pagination span {
    width: 36px;
    height: 3px;
    background: #fff;
    opacity: 1;
    border-radius: 0
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #1678ff
}

.home-title h2 {
    font-size: 52px
}

.home-title h2 a {
    color: #191a1b;
    position: relative
}

.home-title h2 a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    height: 2px;
    transition: .5s;
    bottom: 0;
    background: #1678ff;
    overflow: hidden
}

.home-title h2 a:hover::before {
    left: 0;
    right: 0
}

.home-title p {
    color: #615d5d
}

.home-product .menu-nav ul li {
    margin: 0 60px
}

.home-product .menu-nav ul li .icon {
    font-size: 30px
}

.home-product .menu-nav ul li:hover .icon,
.home-product .menu-nav ul li.active .icon {
    color: #1678ff
}

.home-product .menu-nav ul li:hover h4,
.home-product .menu-nav ul li.active h4 {
    color: #1678ff
}

.home-product .list-container .item {
    z-index: 1
}

.home-product .list-container .item .main-picture {
    position: relative;
    height: 800px;
    overflow: hidden
}

.home-product .list-container .item .img {
    position: relative;
    height: 400px;
    overflow: hidden
}

.home-product .list-container .item .text {
    position: absolute;
    left: 10%;
    top: 80px;
    z-index: 2
}

.home-product .list-container .item .desc {
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    z-index: 2
}

.home-product .list-container .item:hover img {
    transform: scale(1.1)
}

.home-solution .content .menu-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    z-index: 2
}

.home-solution .content .menu-nav ul {
    width: 280px;
    height: 280px;
    align-content: space-between
}

.home-solution .content .menu-nav ul li {
    background: rgba(0, 0, 0, 0.7);
    width: 130px;
    height: 130px
}

.home-solution .content .menu-nav ul li a {
    width: 100%;
    height: 100%
}

.home-solution .content .menu-nav ul li a .icon {
    font-size: 36px
}

.home-solution .content .menu-nav ul li.active,
.home-solution .content .menu-nav ul li:hover {
    background: #1678ff
}

.home-solution .content .list-container {
    height: 600px
}

.home-solution .content .list-container .text {
    position: absolute;
    left: 80px;
    top: 80px;
    width: 46%
}

.home-solution .content .list-container .text h3 {
    color: #020202
}

.home-solution .content .list-container .text p {
    line-height: 36px
}

.home-solution .content .list-container .text a {
    width: 146px;
    height: 40px;
    background: #1678ff;
    color: #fff
}

.home-solution .content .list-container .text a .icon {
    color: #fff
}

.home-solution .content .list-container .text a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.home-solution .content .list-container .text a:hover .icon {
    color: rgba(255, 255, 255, 0.8)
}

.home-solution .content .list-container .solution-pagination {
    left: 80px;
    bottom: 36px;
    text-align: left
}

.home-about .item .img img {
    width: 100%;
    display: block
}

.home-about .item .text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 80px 120px;
    display: flex;
    flex-direction: column
}

.home-about .item .text .desc h3 {
    color: #020202
}

.home-about .item .text .desc p {
    width: 56%;
    min-height: 140px;
    line-height: 36px
}

.home-about .item .text ul li h4 {
    color: #333
}

.home-about .item .text ul li h4 i {
    font-size: 60px;
    font-weight: bold
}

.home-about .item .text ul li p {
    color: #333
}

.home-about .item a {
    display: flex;
    width: 140px;
    height: 40px;
    background: #1678ff;
    color: #fff;
    justify-content: center;
    align-items: center
}

.home-about .item a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.home-about .about .text {
    width: 60%
}

.home-about .about .text .desc {
    line-height: 32px
}

.home-about .about .about-bg {
    position: absolute;
    right: 10px;
    top: -300px;
    width: 400px;
    bottom: 10px;
    z-index: 1
}

.home-about .about .about-bg img {
    z-index: -1
}

.home-about .about .about-bg::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    bottom: -10px;
    right: -10px;
    border: 1px #1678ff solid;
    z-index: -2;
    opacity: .5
}

.home-about .about .about-bg h2 {
    font-size: 52px;
    text-align: center;
    line-height: 60px;
    font-weight: bold
}

.home-about .about .about-bg span {
    height: 2px;
    width: 36px
}

.home-about .about .about-bg h6 {
    color: rgba(255, 255, 255, 0.5)
}

.home-about .about .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 54px;
    border: 2px #fff solid;
    color: #fff
}

.home-about .about .more .icon {
    color: #fff
}

.home-about .about .more:hover {
    color: rgba(255, 255, 255, 0.8)
}

.home-about .about .more:hover .icon {
    color: rgba(255, 255, 255, 0.8)
}

.home-about .about ol li .item {
    height: 216px;
    position: relative;
    overflow: hidden
}

.home-news .nav li a {
    width: 110px;
    height: 32px;
    margin-left: 10px
}

.home-news .nav li a.active {
    background: #1678ff;
    color: #fff
}

.home-news .nav li a:hover {
    background: #1678ff;
    color: #fff
}

.home-news .tab-content .item .img {
    height: 520px;
    position: relative;
    overflow: hidden
}

.home-news .tab-content .item .text {
    border: 1px #dcdcdc solid
}

.home-news .tab-content .item .title h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    color: #212637
}

.home-news .tab-content .item .title p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.home-news .tab-content .item .time {
    border-left: 1px #dcdcdc solid
}

.home-news .tab-content .item:hover img {
    transform: scale(1.1)
}

.home-news .tab-content .item:hover h4 {
    color: #1678ff
}

.home-news .tab-content ul {
    height: 100%;
    display: flex;
    flex-direction: column
}

.home-news .tab-content ul li {
    margin-bottom: 30px
}

.home-news .tab-content ul li:last-child {
    margin-bottom: 0
}

.home-news .tab-content ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1678ff
}

.home-news .tab-content ul li a .title h4 {
    color: #212637;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.home-news .tab-content ul li a .title p {
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.home-news .tab-content ul li a .time {
    width: 100px;
    height: 100px;
    border: 1px #ddd solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s
}

.home-news .tab-content ul li:hover .title h4 {
    color: #1678ff
}

.home-news .tab-content ul li:hover .time {
    border: 1px #1678ff solid;
    background: #1678ff
}

.home-news .tab-content ul li:hover .time p,
.home-news .tab-content ul li:hover .time span {
    color: #fff
}

.flex-1 {
    flex: 1
}

footer11 {
    background: #1678ff
}

footer11 .foot-nav h3 {
    color: #fff
}

footer11 .foot-nav ul li {
    margin-right: 94px
}

footer11 .foot-nav ul li a {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
    display: block;
    font-size: 14px
}

footer11 .foot-nav ul li a:hover {
    color: #fff
}

footer11 .foot-nav .foot-contact h4 span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}

footer11 .foot-nav .foot-contact h4 span .icon {
    font-size: 14px;
    color: #1678ff
}

footer11 .foot-nav .foot-contact h4 p {
    color: #fff
}

footer11 .links span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6)
}

footer11 .links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 14px
}

footer11 .links a:hover {
    color: rgba(255, 255, 255, 0.8)
}

footer11 .copyright {
    border-top: 1px rgba(255, 255, 255, 0.2) solid
}

footer11 .copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6)
}

footer11 .copyright a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 10px
}

footer11 .copyright a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.position ul {
    height: 58px
}

.position ul li {
    position: relative;
    height: 100%;
    margin: 0 20px
}

.position ul li::before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    width: 0;
    background: #1678ff;
    transition: .4s;
    overflow: hidden
}

.position ul li a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    height: 100%
}

.position ul li a .icon {
    color: #333;
    font-size: 24px
}

.position ul li:hover::before,
.position ul li.active::before {
    width: 100%
}

.position ul li:hover a,
.position ul li.active a {
    color: #1678ff
}

.position ul li:hover a .icon,
.position ul li.active a .icon {
    color: #1678ff
}

.position .pro-lanmu .icon {
    font-size: 18px;
    color: #999
}

.pagenav-son a {
    width: 136px;
    height: 40px;
    margin: 0 10px;
    background: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagenav-son a.on,
.pagenav-son a:hover {
    color: #fff;
    background: #1678ff
}

.product-list ul li .item {
    position: relative;
    transition: .5s
}

.product-list ul li .item .img {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-list ul li .item .img img {
    max-width: 92%;
    max-height: 92%
}

.product-list ul li .item span {
    position: absolute;
    left: 16px;
    top: 16px;
    border: 2px #ff3b3b solid;
    width: 64px;
    height: 28px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ff3b3b;
    background: rgba(255, 59, 59, 0.1)
}

.product-list ul li .item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 159, 232, 0.2);
    box-shadow: 0 0 20px rgba(0, 159, 232, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-list ul li .item:hover h4 {
    color: #1678ff
}

.pagination-box {
    text-align: center;
    line-height: 32px;
    color: #595959
}

.pagination-box select {
    margin: 0 8px
}

.pagination-box a,
.pagination-box span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
    color: #666
}

.pagination-box a:last-child,
.pagination-box span:last-child {
    margin-right: 0
}

.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
    background-color: #1678ff;
    border-color: #1678ff;
    color: #fff !important
}

.pagination-box select {
    height: 32px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box
}

.pagination-box .prev_disabled,
.pagination-box .next_disabled {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #e2e2e2 !important;
    cursor: no-drop
}

.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
    color: #e2e2e2 !important
}

.pagination-box .page_num {
    border: none
}

.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
    content: '<'
}

.pagination-box .next::before,
.pagination-box .next_disabled::before {
    content: '>'
}

.solution-list ul li .item {
    display: flex;
    justify-content: flex-end
}

.solution-list ul li .item .img {
    width: 75%;
    position: relative;
    height: 450px;
    overflow: hidden
}

.solution-list ul li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 40%
}

.solution-list ul li .item .text>div {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.solution-list ul li .item .text h4 {
    border-bottom: 1px #ddd solid;
    position: relative;
    line-height: 24px
}

.solution-list ul li .item .text h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    background: #1678ff;
    height: 1px
}

.solution-list ul li .item .text p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    line-height: 28px
}

.solution-list ul li .item .text span {
    color: #1678ff
}

.solution-list ul li .item .text span .icon {
    color: #1678ff
}

.solution-list ul li .item:hover .img img {
    transform: scale(1.1)
}

.solution-list ul li .item:hover h4 {
    color: #1678ff
}

.about-page .content1 .desc {
    line-height: 28px
}

.about-page .content2 {
    background: url(../images/culture-bg.jpg);
    background-size: cover
}

.about-page .content2 ul li .item {
    min-height: 200px
}

.about-page .content2 ul li .item .desc {
    line-height: 32px
}

.about-page .content3 .desc {
    width: 612px;
    line-height: 30px
}

.about-page .content3 .course {
    position: relative
}

.about-page .content3 .course .coomon-btn>div {
    top: calc(50% - 18px);
    width: 36px;
    background: #c9c9ca;
    height: 36px
}

.about-page .content3 .course .coomon-btn>div .icon {
    font-size: 20px
}

.about-page .content3 .course .coomon-btn>div:hover {
    background: #1678ff
}

.about-page .content3 .course .course-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background: #c9c9ca
}

.about-page .content3 .course ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 460px;
    position: relative
}

.about-page .content3 .course ul li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    background: #fff;
    box-sizing: border-box;
    border: 3px #1678ff solid;
    border-radius: 50%
}

.about-page .content3 .course ul li .text {
    min-height: 120px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: flex-end
}

.about-page .content3 .course ul li h4 {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    border: 1px #1678ff solid;
    color: #1678ff;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-page .content3 .course ul li:nth-child(2n) {
    flex-direction: column-reverse
}

.about-page .content3 .course ul li:nth-child(2n) .text {
    align-items: flex-start
}

.about-page .content4 .desc {
    line-height: 30px
}

.about-page .content4 ul li .title {
    height: 80px;
    cursor: pointer
}

.about-page .content4 ul li .title h4 {
    color: #1678ff
}

.about-page .content4 ul li .title p {
    width: 62px;
    height: 24px;
    position: relative
}

.about-page .content4 ul li .title p::before {
    content: '收起';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #666
}

.about-page .content4 ul li .title .icon {
    font-size: 24px;
    color: #666;
    transform: rotate(180deg);
    transition: .5s
}

.about-page .content4 ul li .title.collapsed h4 {
    color: #333
}

.about-page .content4 ul li .title.collapsed p::before {
    content: '查看详情'
}

.about-page .content4 ul li .title.collapsed .icon {
    transform: rotate(0)
}

.about-page .content4 ul li .title:hover h4 {
    color: #1678ff
}

.about-page .content4 ul li .text {
    border-top: 1px #ddd solid;
    line-height: 32px
}

.about-page .content4 ul li .text .icon {
    font-size: 24px;
    color: #1678ff
}

.create-page .content1 .text .desc,
.create-page .content2 .text .desc {
    line-height: 24px
}

.create-page .content1 ul,
.create-page .content2 ul {
    justify-content: flex-end
}

.create-page .content1 ul li,
.create-page .content2 ul li {
    margin-left: 10%
}

.create-page .content1 ul li:first-child,
.create-page .content2 ul li:first-child {
    margin-left: 0
}

.create-page .content1 ul li i,
.create-page .content2 ul li i {
    font-size: 60px
}

.create-page .content3 .desc {
    line-height: 30px
}

.create-page .content3 .text {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 8px #1678ff solid;
    border-radius: 50%
}

.create-page .content3 .text h3 {
    text-align: center;
    line-height: 30px
}

.create-page .content3 ul li {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 16px;
    text-align: center
}

.outlets-page .text .info span {
    width: 60px;
    height: 60px;
    border: 2px #1678ff solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.outlets-page .text .info span .icon {
    color: #1678ff;
    font-size: 30px
}

.outlets-page .text .code img {
    width: 188px;
    height: 188px
}

.outlets-page .map {
    height: 520px
}

.video-list ul li .item .img {
    position: relative;
    height: 290px;
    overflow: hidden
}

.video-list ul li .item .img span {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    right: 0;
    background: rgba(0, 159, 232, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    overflow: hidden
}

.video-list ul li .item .img span .icon {
    font-size: 60px;
    color: #fff
}

.video-list ul li .item h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.video-list ul li .item:hover .img img {
    transform: scale(1.1)
}

.video-list ul li .item:hover .img span {
    height: 100%
}

.video-list ul li .item:hover h4 {
    color: #1678ff
}

.download-list ul li .item {
    transition: .5s;
    height: 110px;
    position: relative
}

.download-list ul li .item .icon {
    font-size: 18px;
    color: #1678ff
}

.download-list ul li .item .title .icon {
    font-size: 40px
}

.download-list ul li .item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 4px 14px rgba(0, 159, 232, 0.2);
    box-shadow: 0 4px 14px rgba(0, 159, 232, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.news-list ul li .item {
    transition: .5s
}

.news-list ul li .item .img {
    height: 346px;
    position: relative;
    overflow: hidden
}

.news-list ul li .item .desc h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.news-list ul li .item .desc p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    line-height: 24px
}

.news-list ul li .item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 4px 14px rgba(0, 159, 232, 0.2);
    box-shadow: 0 4px 14px rgba(0, 159, 232, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.news-list ul li .item:hover .img img {
    transform: scale(1.1)
}

.news-list ul li .item:hover h4 {
    color: #1678ff
}

.question-list ul li .question {
    background: #f8f8f8;
    cursor: pointer;
    height: 100px;
    transition: .5s;
    border-top: 2px #1678ff solid
}

.question-list ul li .question p {
    display: none !important
}

.question-list ul li .question .icon {
    font-size: 24px;
    color: #1678ff
}

.question-list ul li .question.collapsed {
    background: #fff;
    border-top: 2px transparent solid
}

.question-list ul li .question.collapsed div .icon {
    color: #1678ff;
    font-size: 24px
}

.question-list ul li .question.collapsed div h4 {
    color: #333
}

.question-list ul li .question.collapsed p {
    display: flex !important
}

.question-list ul li .question.collapsed p .icon {
    color: #666
}

.question-list ul li .question:hover {
    background: #f8f8f8
}

.question-list ul li .answer {
    line-height: 32px
}

.question-list ul li .answer .icon {
    font-size: 24px;
    color: #1678ff
}

.about-list .text {
    font-size: 16px;
    color: #666;
    line-height: 26px
}

.about-list .text img {
    max-width: 100%
}

.culture-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.culture-list ul li .img {
    width: 50%
}

.culture-list ul li .text {
    width: 50%
}

.culture-list ul li:nth-child(even) {
    flex-direction: row-reverse
}

.course-list ul {
    overflow: hidden;
    position: relative
}

.course-list ul::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cecece
}

.course-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse
}

.course-list ul li:nth-child(2n) {
    flex-direction: row;
    margin-top: 6rem
}

.course-list ul li:nth-child(2n) span {
    margin-left: 0;
    margin-right: .34rem
}

.course-list ul li:nth-child(2n) h2 {
    width: 100%;
    text-align: left
}

.course-list ul li:nth-child(2n) p {
    text-align: left
}

.course-list ul li span {
    width: 2rem;
    height: 1px;
    background: #cecece;
    margin-left: .34rem
}

.course-list ul li>div {
    border: 1px #cecece solid;
    padding: 2rem;
    box-sizing: border-box;
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff
}

.course-list ul li>div div {
    position: relative;
    font-size: 1rem;
    line-height: 2rem
}

.course-list ul li>div p {
    color: #666;
    font-size: 1rem;
    line-height: 2rem;
    text-align: right;
    position: relative;
    z-index: 10
}

.course-list ul li h2 {
    color: #1678ff;
    position: relative;
    margin-left: auto;
    text-align: right;
    width: 100%;
    margin-bottom: 1rem
}

.honor-list ul li .item {
    transition: .5s
}

.honor-list ul li .item .img {
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.honor-list ul li .item .img img {
    max-width: 100%;
    max-height: 100%
}

.honor-list ul li .item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 159, 232, 0.2);
    box-shadow: 0 0 20px rgba(0, 159, 232, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.honor-list ul li .item:hover h4 {
    color: #1678ff
}

.business-page .img {
    display: flex;
    justify-content: center;
    align-items: center
}

.business-page .img img {
    width: 640px
}

.business-page ul li p {
    line-height: 24px
}

.business-page .content1 {
    position: relative
}

.business-page .content1 ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    text-align: right
}

.business-page .content1 ul li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    text-align: left
}

.business-page .content1 ul li:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    text-align: right
}

.business-page .content1 ul li:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    text-align: left
}

.business-page .content2 {
    position: relative;
    margin-top: 160px
}

.business-page .content2 ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    text-align: right
}

.business-page .content2 ul li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    text-align: left
}

.business-page .content2 ul li:nth-child(3) {
    position: absolute;
    left: 0;
    top: 44%;
    width: 26%;
    text-align: right
}

.business-page .content2 ul li:nth-child(4) {
    position: absolute;
    right: 0;
    top: 44%;
    width: 26%;
    text-align: left
}

.business-page .content2 ul li:nth-child(5) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    text-align: right
}

.business-page .content2 ul li:nth-child(6) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    text-align: left
}

.network-page .img {
    display: flex;
    justify-content: center;
    align-items: center
}

.network-page .img2 {
    display: flex;
    justify-content: center;
    align-items: center
}

.network-page .img2 img {
    width: 900px
}

.market-page .desc {
    line-height: 24px
}

.system-page ul li {
    margin-bottom: 16px
}

.system-page ul li .text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px
}

.system-page ul li .text ol {
    display: flex;
    flex-wrap: wrap
}

.system-page ul li .text ol li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 28px
}

.system-page ul li .text ol li span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1678ff;
    display: flex;
    justify-content: center;
    align-items: center
}

.system-page ul li .text ol li:last-child {
    margin-bottom: 0
}

.system-page .content1 {
    padding-left: 80px;
    padding-right: 80px
}

.system-page .content1 .desc {
    width: 68%;
    line-height: 30px
}

.system-page .content1 ol li .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.system-page .content1 ol li .item .title {
    width: 120px;
    height: 134px;
    flex-direction: column;
    background: url(../images/xz.png);
    background-size: cover
}

.system-page .content1 ol li .item p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center
}

.setting-list ul li .item .img {
    height: 216px;
    position: relative;
    overflow: hidden
}

.setting-list ul li .item:hover .img img {
    transform: scale(1.1)
}

.setting-list ul li .item:hover h4 {
    color: #1678ff
}

.news-detail .content-box .title {
    border-bottom: 1px solid #f5f5f5
}

.news-detail .content-box .title h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.news-detail .content-box .title p {
    text-align: center;
    margin-bottom: 1rem
}

.news-detail .content-box .title p span {
    font-size: 14px;
    color: #666
}

.news-detail .content-box .content {
    padding: 2.5rem 0;
    color: #666;
    line-height: 28px
}

.news-detail .content-box .content p {
    color: #666;
    line-height: 28px
}

.news-detail .content-box .content img {
    max-width: 100%
}

.news-detail .content-box .news-detail-footer11 {
    padding-top: 1.5rem;
    border-top: 1px solid #f5f5f5
}

.news-detail .content-box .news-detail-footer11 p {
    line-height: 2rem;
    font-size: .8rem;
    color: #666
}

.news-detail .content-box .news-detail-footer11 p span {
    font-size: .8rem;
    color: #666
}

.news-detail .content-box .news-detail-footer11 p a {
    font-size: .8rem;
    color: #666
}

.news-detail .content-box .news-detail-footer11 p a:hover {
    color: #1678ff
}

.join-list .job-title P {
    width: 30%
}

.join-list .job-title div {
    margin-left: auto
}

.join-list ul li {
    margin-bottom: 16px
}

.join-list ul li .name {
    height: 80px;
    cursor: pointer;
    border-top: 2px #1678ff solid
}

.join-list ul li .name h3 {
    color: #1678ff;
    width: 30%
}

.join-list ul li .name P {
    width: 30%
}

.join-list ul li .name div {
    display: flex;
    align-items: center;
    margin-left: auto
}

.join-list ul li .name div span {
    width: 62px;
    height: 24px;
    position: relative
}

.join-list ul li .name div span::before {
    content: '收起';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #666
}

.join-list ul li .name div .icon {
    font-size: 24px;
    color: #666;
    margin-left: 8px;
    transition: .5s;
    transform: rotate(180deg)
}

.join-list ul li .name.collapsed {
    border-top: 2px transparent solid
}

.join-list ul li .name.collapsed h3 {
    color: #333
}

.join-list ul li .name.collapsed div span::before {
    content: '查看详情'
}

.join-list ul li .name.collapsed div .icon {
    transform: rotate(0)
}

.join-list ul li .desc .content {
    border-top: 1px #ddd solid;
    font-size: 16px;
    color: #666;
    line-height: 28px
}

.join-list ul li .desc p {
    font-size: 16px;
    color: #666;
    line-height: 28px
}

.join-list ul li .desc img {
    max-width: 100%
}

.join-list ul li .desc a {
    width: 130px;
    height: 36px;
    background: #1678ff;
    color: #fff;
    font-size: 14px
}

.join-list ul li .desc a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.form-page form label {
    width: 100px;
    color: #666;
    font-size: 14px
}

.form-page form .input {
    flex: 1;
    margin-bottom: 16px
}

.form-page form .input input {
    padding: 0 1rem;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #f5f5f5;
    color: #666;
    font-size: 14px
}

.form-page form .input textarea {
    padding: 1rem;
    height: 120px;
    width: 100%;
    resize: none;
    color: #666;
    font-size: 14px;
    background: #f5f5f5;
    border: none
}

.form-page form .input span {
    color: red;
    font-size: 12px
}

.form-page form .btn-1 {
    height: 50px;
    width: 200px;
    background: #1678ff;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.form-page form .btn-1:hover {
    color: rgba(255, 255, 255, 0.7)
}

.breadcrumb {
    margin-bottom: 0;
    height: 50px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb-item {
    font-size: 14px;
    color: #666
}

.breadcrumb-item a {
    font-size: 14px;
    color: #666
}

.breadcrumb-item a:hover {
    color: #1678ff
}

.coomon-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.coomon-btn>div {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

.coomon-btn>div .icon {
    font-size: 20px;
    cursor: pointer;
    color: #999
}

.coomon-btn>div:hover {
    background: #1678ff
}

.coomon-btn>div:hover .icon {
    color: #fff
}

.coomon-btn>div.button-prev {
    left: 0
}

.coomon-btn>div.button-next {
    right: 0
}

.product-page .content .page-container .img {
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-page .content .page-container .img img {
    max-width: 96%;
    max-height: 96%
}

.product-page .content .page-pagination {
    z-index: 10
}

.product-page .content .page-pagination span {
    cursor: pointer;
    margin: 0 2px
}

.product-page .content .desc h2 {
    border-bottom: 1px #dddddd solid
}

.product-page .content .desc .con {
    color: #393b3e;
    line-height: 30px
}

.product-page .content .desc .info .icon {
    color: #333;
    font-size: 30px
}

.product-page .content .desc .info a {
    width: 200px;
    height: 50px;
    border-radius: 4px;
    border: 1px #1678ff solid;
    background-color: #1678ff;
    color: #fff
}

.product-page .content .desc .info a .icon {
    font-size: 20px;
    color: #fff
}

.product-page .content .desc .info a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.product-page .content .desc .info a:hover .icon {
    color: rgba(255, 255, 255, 0.7)
}

.product-page .content1 {
    background: #f1f1f1
}

.product-page .content1 ol li a.active,
.product-page .content1 ol li a:hover {
    color: #333
}

.product-page .content1 .tab-content {
    border-top: 1px #1678ff solid;
    line-height: 24px
}

.product-page .content1 .tab-content img {
    max-width: 100%
}

.product-page .content1 .title {
    border-top: 1px #f4f4f4 solid;
    height: 50px
}

.product-page .content1 .title h3 {
    display: flex;
    align-items: center;
    color: #1678ff
}

.product-page .content1 .details {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem
}

.product-page .content1 .details p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem
}

.product-page .content1 .details img {
    max-width: 100%
}

.solution-page .info .title {
    justify-content: space-between;
    align-items: center
}

.solution-page .info .title .img {
    border: 1px #eee solid;
    width: 38%
}

.solution-page .info .title .img img {
    width: 100%;
    display: block
}

.solution-page .info .title .desc {
    line-height: 24px
}

.solution-page .info .title a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 34px;
    border: 1px #1678ff solid;
    position: relative;
    color: #1678ff;
    font-size: 14px;
    z-index: 1
}

.solution-page .info .title a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #1678ff;
    transition: .5s;
    z-index: -1
}

.solution-page .info .title a:hover {
    color: #fff
}

.solution-page .info .title a:hover::before {
    width: 100%
}

.solution-page .info .content .name {
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid
}

.solution-page .info .content .name h2 {
    color: #1678ff;
    border-bottom: 1px #1678ff solid
}

.solution-page .info .content .detail {
    color: #666;
    line-height: 26px;
    font-size: 14px
}

.solution-page .info .content .detail div {
    max-width: 100%
}

.solution-page .info .content .detail img {
    max-width: 100%
}

.contact-page .content1 .text .info span {
    width: 60px;
    height: 60px;
    border: 2px #1678ff solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.contact-page .content1 .text .info span .icon {
    color: #1678ff;
    font-size: 30px
}

.contact-page .content1 .text .code img {
    width: 110px;
    height: 110px
}

.contact-page .content1 .info-list ul li .item {
    align-items: flex-end
}

.contact-page .content1 .info-list ul li .item span {
    width: 30px;
    height: 3px;
    background: #1678ff
}

.contact-page .content1 .info-list ul li .item p {
    line-height: 36px;
    font-size: 16px;
    color: #333
}

.contact-page .content1 .info-list ul li img {
    width: 120px;
    height: 120px
}

.contact-page .content1 .map {
    height: 480px
}

.contact-page .content2 ol li .item {
    background: red;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.contact-page .content2 ol li .item span {
    width: 30px;
    height: 3px;
    background: #1678ff
}

.contact-page .content2 ol li .item span p {
    line-height: 36px
}

.service-page {
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.service-page img {
    max-width: 100%
}

.message form .item {
    display: flex;
    background: #fff;
    position: relative
}

.message form .item input {
    flex: 1;
    height: 60px;
    width: 100%;
    font-size: 14px;
    color: #999;
    padding: 0 6px;
    box-sizing: border-box
}

.message form .item .icon {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999
}

.message form .error span {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: red
}

.message form textarea {
    width: 100%;
    height: 160px;
    border: none;
    padding: 1rem 6px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
    resize: none
}

.message form .btn-1 {
    display: flex;
    width: 520px;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: auto;
    background: #1678ff;
    font-size: 18px;
    color: #fff
}

.message form .btn-1:hover {
    color: rgba(255, 255, 255, 0.7)
}

.contact-list ul li .item h4 {
    color: #1678ff;
    font-size: 20px;
    border-bottom: 1px #eee solid
}

.contact-list ul li .item p {
    line-height: 24px;
    color: #666
}

.searchlist-input-container {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.searchlist-input-container .key {
    flex: 1;
    height: 60px;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    padding: 0 1rem;
    background: #fff;
    border: none;
    color: #666;
    font-size: 14px
}

.searchlist-input-container .sub {
    width: 60px;
    height: 60px;
    border: none;
    background: #1678ff;
    color: #fff
}

.searchlist-input-container .sub:hover {
    color: rgba(255, 255, 255, 0.8)
}

.navbar-nav-more-body {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .2s
}

.navbar-nav-more-body .box-shadown {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%
}

.navbar-nav-more-body .offcanva {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    background-color: #fff
}

.navbar-nav-more-body .offcanvas-body {
    position: relative
}

.navbar-nav-more-body .offcanvas-end {
    width: 60%;
    z-index: 999999
}

.navbar-nav-more-body .top-menu-list {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    font-size: 1rem;
    padding: 0
}

.navbar-nav-more-body .top-menu-list.active {
    transform: translateX(-100%)
}

.navbar-nav-more-body .top-menu-list>li {
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0
}

.navbar-nav-more-body .top-menu-list>li li:first-child,
.navbar-nav-more-body .top-menu-list>li:first-child {
    height: 2.8rem
}

.navbar-nav-more-body .top-menu-list>li li:first-child>a,
.navbar-nav-more-body .top-menu-list>li:first-child>a {
    background-color: #f7f7f7;
    height: 2.8rem
}

.navbar-nav-more-body .top-menu-list>li a {
    height: 100%;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-nav-more-body .top-menu-list>li a:hover {
    color: #c4121f
}

.navbar-nav-more-body .top-menu-list ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100%;
    padding: 0;
    display: none
}

.navbar-nav-more-body .top-menu-list ul.active {
    display: block
}

.navbar-nav-more-body .top-menu-list .icon {
    font-size: 16px;
    color: #666
}

.navbar-nav-more-body .top-menu-list ul.active .icon {
    margin-right: .5rem
}

.position .location {
    height: 50px
}

.breadcrumb {
    margin-bottom: 0rem;
    font-size: 14px;
    color: #1678ff
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

.breadcrumb-item a {
    color: #666;
    font-size: 14px
}

.breadcrumb-item a:hover {
    color: #1678ff !important
}

.product-detail-section1 {
    background-color: #fff;
    padding: 3.75rem 0
}

.product-detail-section1 .swiper2-pagination span {
    background: #eee
}

.product-detail-section1 .swiper2-pagination .swiper-pagination-bullet-active {
    background: #1678ff
}

.product-detail-section1 .container-fluid .row .big-img {
    width: 100%;
    height: 500px;
    border: 1px solid #eee;
    line-height: 496px;
    text-align: center;
    position: relative
}

.product-detail-section1 .container-fluid .row .big-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.product-detail-section1 .container-fluid .row .big-img .list-video {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/icon-bigPlay.png) no-repeat center;
    background-size: 100%;
    opacity: .8
}

.product-detail-section1 .container-fluid .row .big-img .list-video:hover {
    opacity: 1
}

.product-detail-section1 .container-fluid .row .big-img:hover #bigPlay {
    opacity: 1
}

.product-detail-section1 .container-fluid .row .small-imgs {
    margin-top: 1.25rem
}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn,
.product-detail-section1 .container-fluid .row .small-imgs .right-btn {
    float: left;
    margin-right: 10px;
    height: 80px;
    width: 20px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center
}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn:hover,
.product-detail-section1 .container-fluid .row .small-imgs .right-btn:hover {
    color: #1678ff
}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn .icon-box,
.product-detail-section1 .container-fluid .row .small-imgs .right-btn .icon-box {
    height: 20px;
    width: 20px;
    line-height: 17px;
    background: #bfbfbf;
    border-radius: 50%
}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn .icon-box .icon,
.product-detail-section1 .container-fluid .row .small-imgs .right-btn .icon-box .icon {
    color: #FFF;
    font-size: .85714286rem
}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn .icon-box:hover,
.product-detail-section1 .container-fluid .row .small-imgs .right-btn .icon-box:hover {
    background: #1678ff
}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn.disabled,
.product-detail-section1 .container-fluid .row .small-imgs .right-btn.disabled {
    cursor: no-drop
}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn.disabled .icon-box:hover,
.product-detail-section1 .container-fluid .row .small-imgs .right-btn.disabled .icon-box:hover {
    background: #c5c5c5
}

.product-detail-section1 .container-fluid .row .small-imgs .right-btn {
    margin-right: 0
}

.product-detail-section1 .container-fluid .row .img-list-container {
    width: 87%;
    float: left;
    overflow: hidden;
    margin-right: 10px
}

.product-detail-section1 .container-fluid .row .img-list-container ul {
    width: 1000px;
    position: relative;
    left: 0
}

.product-detail-section1 .container-fluid .row .img-list-container .img {
    width: 76px;
    height: 76px;
    line-height: 68px;
    text-align: center;
    border: 1px solid transparent;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

.product-detail-section1 .container-fluid .row .img-list-container .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 1px solid #eee
}

.product-detail-section1 .container-fluid .row .img-list-container .img:hover {
    border: 1px solid #1678ff
}

.product-detail-section1 .container-fluid .row .img-list-container .img:hover img {
    border: 1px solid #1678ff
}

.product-detail-section1 .container-fluid .row .desc h2 {
    border-bottom: 1px #dddddd solid
}

.product-detail-section1 .container-fluid .row .desc .con {
    color: #393b3e;
    line-height: 30px
}

.product-detail-section1 .container-fluid .row .desc .info .icon {
    color: #333;
    font-size: 30px
}

.product-detail-section1 .container-fluid .row .desc .info a {
    width: 200px;
    height: 50px;
    border-radius: 4px;
    border: 1px #1678ff solid;
    background-color: #1678ff;
    color: #fff
}

.product-detail-section1 .container-fluid .row .desc .info a .icon {
    font-size: 20px;
    color: #fff
}

.product-detail-section1 .container-fluid .row .desc .info a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.product-detail-section1 .container-fluid .row .desc .info a:hover .icon {
    color: rgba(255, 255, 255, 0.7)
}

.product-detail-section1 .container-fluid .smPrductThumb {
    width: 100%
}

.product-detail-section1 .container-fluid .smPrductThumb .play-video-box {
    width: 100%;
    height: 100%;
    padding: 60px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-detail-section1 .container-fluid .smPrductThumb .play-video-box .box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-detail-section1 .container-fluid .smPrductThumb .play-video-box .box video {
    height: 280px;
    object-fit: scale-down
}

.page-product .content1 {
    background: #f1f1f1
}

.page-product .content1 ol li a.active,
.page-product .content1 ol li a:hover {
    color: #333
}

.page-product .content1 .tab-content {
    border-top: 1px #1678ff solid;
    line-height: 24px
}

.page-product .content1 .tab-content img {
    max-width: 100%
}

.page-product .content1 .title {
    border-top: 1px #f4f4f4 solid;
    height: 50px
}

.page-product .content1 .title h3 {
    display: flex;
    align-items: center;
    color: #1678ff
}

.page-product .content1 .details {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem
}

.page-product .content1 .details p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem
}

.page-product .content1 .details img {
    max-width: 100%
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 490px;
    height: 500px;
    background: #ffffff;
    border: 1px solid #cccccc;
    display: none;
    text-align: center;
    overflow: hidden
}

div.zoomMask {
    position: absolute;
    background: url('../images/mask.png') repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

.product-detail-section2 .product-detail-container {
    background-color: #fff;
    height: 100%
}

.product-detail-section2 .product-detail-html {
    padding: 30px 40px;
    line-height: 1.5;
    color: #595959;
    font-size: 16px;
    display: none
}

.product-detail-section2 .product-detail-html img {
    max-width: 100% !important;
    height: auto !important
}

.product-detail-section2 .product-detail-html p {
    padding: 0px;
    margin: 0px
}

.product-detail-section2 .product-detail-html.detail-html {
    display: block
}

.play-video-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden
}

.play-video-box.close {
    display: none !important
}

.play-video-box .video-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: black
}

.play-video-box video {
    width: 100%;
    height: 94%;
    object-fit: fill
}

.play-video-box #control {
    position: relative;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5)
}

.play-video-box #control div {
    cursor: pointer
}

.play-video-box .c-icon {
    width: 24px;
    height: 24px;
    margin: 0 8px
}

.play-video-box #play {
    background: url(../images/icon-play.png) no-repeat;
    background-size: 84%
}

.play-video-box #bigPlay {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    width: 85px;
    height: 85px;
    background: url(../images/icon-bigPlay.png) no-repeat center;
    background-size: 100%;
    opacity: .7
}

.play-video-box #pause {
    display: none;
    background: url(../images/icon-pause.png) no-repeat;
    background-size: 84%
}

.play-video-box #sound {
    background: url(../images/icon-sound.png) no-repeat;
    background-size: 84%
}

.play-video-box #mute {
    display: none;
    background: url(../images/icon-mute.png) no-repeat;
    background-size: 84%
}

.play-video-box #fullScreen {
    width: 18px;
    height: 18px;
    background: url(../images/icon-fullScreen.png) no-repeat;
    background-size: 100%
}

.play-video-box #time {
    margin-left: 8px;
    color: white;
    font-size: 12px
}

.play-video-box #progress {
    overflow: hidden;
    flex-grow: 1;
    height: 4px;
    border-radius: 5px;
    background-color: #333333
}

.play-video-box #timeBar {
    width: 0;
    height: 4px;
    background-color: #009fe8
}

.play-video-box #soundBox {
    overflow: hidden;
    width: 100px;
    height: 4px;
    border-radius: 5px;
    background-color: #969696
}

.play-video-box #soundBar {
    width: 0;
    height: 10px;
    background-color: #009fe8
}

.play-video-box #close-video {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/icon-close.png) no-repeat;
    background-size: 84%;
    opacity: .5;
    z-index: 1;
    transition: .4s all;
    -webkit-transition: .4s all
}

.play-video-box #close-video:hover {
    opacity: 1
}

.qqkefu {
    position: fixed;
    bottom: 200px;
    z-index: 99;
    right: 4px;
    width: 50px
}

.qqkefu ul li {
    margin: 4px 0;
    background: #bbb;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1
}

.qqkefu ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #1678ff;
    opacity: 0;
    z-index: -1
}

.qqkefu ul li .icon {
    font-size: 24px;
    color: #fff
}

.qqkefu ul li.qq a {
    opacity: 1;
    border-radius: 0
}

.qqkefu ul li a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0
}

.qqkefu ul li .ewm {
    position: absolute;
    right: 110%;
    bottom: 0;
    width: 130px;
    height: 80px;
    background: rgba(153, 153, 153, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    display: none;
    transition: .5s
}

.qqkefu ul li .f_code {
    position: absolute;
    right: 110%;
    bottom: 0;
    width: 160px;
    height: 200px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4)
}

.qqkefu ul li .f_code span {
    font-size: 14px;
    color: #999;
    margin-bottom: 6px
}

.qqkefu ul li .f_code img {
    width: 130px;
    height: 130px
}

.qqkefu ul li:hover::before {
    opacity: 1
}

.qqkefu ul li:hover .f_code,
.qqkefu ul li:hover .ewm {
    display: flex
}

.qqkefu ul li:hover a {
    opacity: 1
}

.formsearch {
    width: 600px;
    margin: auto;
    height: 40px;
    background: #f5f5f5
}

.formsearch button {
    width: 100px;
    height: 100%;
    background: #1678ff;
    color: #fff
}

.formsearch button:hover {
    color: rgba(255, 255, 255, 0.8)
}

.formsearch input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #999
}

.app-page .content .img {
    max-width: 100%
}

/*# sourceMappingURL=./style.css.map */