.main-color {
    color: #f5be34
}

.main-color1 {
    color: #0183c9
}

.w1200 {
    width: 1200px;
    margin: auto
}

.w1400 {
    width: 1440px;
    margin: auto
}

.w1600 {
    width: 1600px;
    margin: auto
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg')
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.bg-f6 {
    background-color: #f6fbff
}

.bg-f5 {
    background-color: #f5f5f5
}

.color-f {
    color: #fff
}

.color-9 {
    color: #81868e
}

.color-8 {
    color: #81868e
}

.color-3 {
    color: #000
}

.color-4 {
    color: #4e4b49
}

.color-6 {
    color: #666
}

.color-b {
    color: #bfbfbf
}

.pt-80 {
    padding-top: 80px;
    flex-wrap: wrap;
    justify-content: space-between
}

.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: #f5be34
}

.flex-1 {
    flex: 1
}

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    transition: .5s
}

header .head-nav {
    height: 96px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid
}

header .head-nav .logo {
    height: 100%
}

header .head-nav .logo img {
    max-height: 90%
}

header .head-nav .logo .a {
    display: block
}

header .head-nav .logo .b {
    display: none
}

header .head-nav .nav {
    height: 96px
}

header .head-nav .nav ul {
    height: 100%
}

header .head-nav .nav ul li {
    height: 100%
}

header .head-nav .nav ul li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

header .head-nav .nav ul li .nav-service-son {
    position: absolute;
    left: 0;
    width: 240px;
    top: 100%;
    display: none;
    background-color: #fff
}

header .head-nav .nav ul li .nav-service-son a {
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px #d5dfeb solid;
    justify-content: space-between
}

header .head-nav .nav ul li .nav-service-son a:hover {
    color: #0183c9
}

header .head-nav .nav ul li .nav-service-son a:last-child {
    border-bottom: none
}

header .head-nav .nav ul li .nav-other-son {
    position: absolute;
    left: 0;
    width: 160px;
    top: 100%;
    display: none;
    background-color: #fff
}

header .head-nav .nav ul li .nav-other-son a {
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px #d5dfeb solid;
    justify-content: space-between
}

header .head-nav .nav ul li .nav-other-son a:hover {
    color: #0183c9
}

header .head-nav .nav ul li .nav-other-son a:last-child {
    border-bottom: none
}

header .head-nav .nav ul li .nav-business-son {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    background-color: #fff
}

header .head-nav .nav ul li .nav-business-son .business-son-tab {
    padding: 30px 0
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul {
    display: flex;
    flex-wrap: wrap
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li {
    width: 30%;
    margin-right: 5%
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li:nth-child(3n) {
    margin-right: 0
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 {
    border-bottom: 1px #d5dfeb solid
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 a img {
    width: 24px
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 a:hover div {
    color: #0183c9
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son {
    display: flex;
    flex-wrap: wrap
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son a {
    min-width: 50%;
    line-height: 30px
}

header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son a:hover {
    color: #0183c9
}

header .head-nav .nav ul li:hover>a {
    color: #fff
}

header .head-nav .nav ul li:hover>a::before {
    left: 0;
    right: 0
}

header .head-nav .nav ul li:hover .nav-business-son {
    display: block
}

header .head-nav .nav ul li:hover .nav-service-son {
    display: block
}

header .head-nav .nav ul li:hover .nav-other-son {
    display: block
}

header .head-nav .nav ul li.active>a {
    color: #fff
}

header .head-nav .nav ul li.active>a::before {
    left: 0;
    right: 0
}

header.active {
    background-color: #fff
}

header.active .head-nav .logo {
    height: 100%
}

header.active .head-nav .logo .a {
    display: none
}

header.active .head-nav .logo .b {
    display: block
}

header.active .head-nav .nav ul li a {
    color: #333
}

header.active .head-nav .nav ul li.active a {
    color: #0183c9
}
header.active .h-tel .icon{
    color: #333;
}
header.active .h-tel h4{
    color: #333;
}


header.page-header {
    position: relative;
    background-color: #fff
}

header.page-header .head-nav .logo {
    height: 100%
}

header.page-header .head-nav .logo .a {
    display: none
}

header.page-header .head-nav .logo .b {
    display: block
}

header.page-header .head-nav .nav ul li a {
    color: #333
}

header.page-header .head-nav .nav ul li.active>a {
    color: #0183c9
}

header.page-header .h-tel .icon{
    color: #333;
}
header.page-header .h-tel h4{
    color: #333;
}


.page-banner .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.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
}

.nav-item {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-color: #0183c9;
    height: 68px
}

.nav-item .view-position {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-item ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.nav-item ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    position: relative;
    transition: .5s
}
.nav-item ul li a .img{
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-item ul li a .img img{
    max-width: 100%;
    max-height:100%
}
.nav-item ul li a .img .a {
    opacity: 1;
    display: block;
}

.nav-item ul li a .img .b {
    opacity: 0;
    display: none;
}

.nav-item ul li a:hover .img .a,
.nav-item ul li a.active a .img .a {
    opacity: 0;
    display: none;
}

.nav-item ul li a:hover .img .b,
.nav-item ul li a.active a .img .b {
    opacity: 1;
    display: block;
}

.nav-item ul li a.active,
.nav-item ul li a:hover {
    background-color: #f5be34;
    color: #fff
}

.view-position .nav-bread {
    color: #fff
}

.view-position .nav-bread a {
    color: #fff;
    font-size: 14px;
    margin: 0 6px
}

.view-position .nav-bread a:hover {
    color: #f5be34
}

.view-position .nav-bread a:last-child {
    color: #fff
}

.page-view-position .nav-bread {
    color: #666
}

.page-view-position .nav-bread a {
    color: #666;
    font-size: 14px;
    margin: 0 6px
}

.page-view-position .nav-bread a:hover {
    color: #f5be34
}

.page-view-position .nav-bread a:last-child {
    color: #666
}

.page-view-position .back:hover {
    color: #0183c9
}

.page-view-position .back:hover .icon {
    color: #0183c9
}

.about-page .section1 ol {
    display: flex;
    justify-content: space-around
}

.about-page .section1 ol li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.about-page .section1 .content {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px
}

.about-page .section1 .content .text {
    padding: 20px 8% 24px
}

.about-page .section1 .content .text .more {
    width: 130px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #0183c9;
    transform: .5s
}

.about-page .section1 .content .text .more:hover {
    background-color: #f5be34;
    color: #fff
}

.about-page .section2 {
    background: url(../images/about-section2-bg.jpg);
    background-size: cover
}

.about-page .section2 ul li .item {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-page .section2 ul li .item img {
    max-width: 90%;
    max-height: 90%
}

.about-page .section2 .swiper-pagination-hzhb {
    display: flex;
    justify-content: center;
    z-index: 2
}

.about-page .section2 .swiper-pagination-hzhb span {
    opacity: .8;
    background-color: #fff;
    margin: 0 4px
}

.about-page .section2 .swiper-pagination-hzhb .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    opacity: 1
}

.about-page .section3 ul li .item {
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
    justify-content: center;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    border-radius: 2px
}

.about-page .section4 .content {
    display: flex;
    border-radius: 8px;
    overflow: hidden
}

.about-page .section4 .content .section4-container {
    width: 80%
}

.about-page .section4 .content .section4-container .item {
    position: relative;
    height: 100%
}

.about-page .section4 .content .section4-container .item .text {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4% 3% 4% 6%;
    display: flex;
    align-items: center
}

.about-page .section4 .content .section4-container .item .text h3 {
    width: 70px
}

.about-page .section4 .content .section4-container .item .text .desc {
    flex: 1;
    border-left: 1px rgba(255, 255, 255, 0.4) solid
}

.about-page .section4 .content ol {
    width: 20%
}

.about-page .section4 .content ol li .item {
    height: 100px;
    padding: 10px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.about-page .section4 .content ol li .item .icon {
    opacity: 0
}

.about-page .section4 .content ol li .item span {
    color: rgba(255, 255, 255, 0.7)
}

.about-page .section4 .content ol li:nth-child(1) .item {
    background-color: #5ab8ea
}

.about-page .section4 .content ol li:nth-child(2) .item {
    background-color: #4da8d9
}

.about-page .section4 .content ol li:nth-child(3) .item {
    background-color: #41a2d7
}

.about-page .section4 .content ol li:nth-child(4) .item {
    background-color: #349cd4
}

.about-page .section4 .content ol li:nth-child(5) .item {
    background-color: #1a8fce
}

.about-page .section4 .content ol li:nth-child(6) .item {
    background-color: #0183c9
}

.about-page .section4 .content ol li.active .item {
    background-color: #f5be34 !important
}

.about-page .section4 .content ol li.active .item .icon {
    opacity: 1
}

.about-page .section5 {
    background: url(../images/about-section5-bg.jpg);
    background-size: cover;
    background-position: center
}

.about-page .section5 p {
    color: rgba(255, 255, 255, 0.7)
}

.about-page .section5 .more {
    width: 160px;
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    background-color: #f5be34;
    margin: auto;
    transform: .5s
}

.about-page .section5 .more:hover {
    background-color: #f5be34;
    color: #fff
}

.service-page ol li {
    display: flex;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 6px;
    overflow: hidden
}

.service-page ol li .text {
    width: 50%;
    padding: 20px 5%
}

.service-page ol li .text .more {
    width: 130px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #0183c9;
    transform: .5s
}

.service-page ol li .text .more:hover {
    background-color: #f5be34;
    color: #fff
}

.service-page ol li .img {
    width: 50%
}

.service-page ol li:nth-child(even) {
    flex-direction: row-reverse
}

.news-list .news-new {
    border: 1px #d5dfeb solid;
    border-radius: 4px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-list .news-new .img {
    width: 40%;
    padding-top: 26%;
    position: relative;
    overflow: hidden
}

.news-list .news-new .text .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.news-list .news-new:hover img {
    transform: scale(1.1)
}

.news-list .news-new:hover h4 {
    color: #0183c9
}

.news-list ol li a {
    border: 1px #d5dfeb solid;
    border-radius: 4px;
    justify-content: space-between;
    transition: .5s
}

.news-list ol li a .img {
    width: 25%;
    padding-top: 18%;
    position: relative;
    overflow: hidden
}

.news-list ol li a .text {
    flex: 1;
    padding: 3% 8% 3% 3%;
    display: flex;
    align-items: center
}

.news-list ol li a .text .time {
    padding-right: 4%;
    border-right: 1px #d5dfeb solid;
    margin-right: 4%
}

.news-list ol li a .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-list ol li a:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08)
}

.news-list ol li a:hover h3 {
    color: #0183c9
}

.news-list ol li a:hover img {
    transform: scale(1.08)
}

.solution-page .solution-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.solution-page .solution-content .content {
    width: 76%;
    border: 1px #d5dfeb solid;
    border-radius: 8px
}

.solution-page .solution-content .content .page-info {
    padding: 5%;
    border-bottom: 1px #d5dfeb solid
}

.solution-page .solution-content .content .page-info .title {
    border-bottom: 1px #d5dfeb solid
}

.solution-page .solution-content .content .page-info .img {
    border-radius: 6px;
    overflow: hidden
}

.solution-page .solution-content .content .page-info .details img {
    max-width: 100% !important;
    height: auto !important
}

.solution-page .solution-content .content .page-info .zxzx {
    width: 160px;
    height: 36px;
    border: 2px #f5be34 solid;
    background-color: #f5be34;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px
}

.solution-page .solution-content .content .page-info .zxzx:hover {
    color: #f5be34;
    background-color: #fff
}

.solution-page .solution-content .content .page-info .zxzx:hover .icon {
    color: #f5be34
}

.solution-page .solution-content .content .page-details .details {
    padding: 5%;
    border-bottom: 1px #d5dfeb solid
}

.solution-page .solution-content .content .page-details .details img {
    max-width: 100% !important;
    height: auto !important
}

.solution-page .solution-content .hot-case {
    width: 22%;
    border: 1px #d5dfeb solid;
    border-radius: 4px;
    overflow: hidden
}

.solution-page .solution-content .hot-case h2 {
    height: 60px;
    display: flex;
    align-items: center
}

.solution-page .solution-content .hot-case .case-info {
    padding: 6%;
    border-radius: 6px
}

.solution-page .solution-content .hot-case .case-info ul li a .img {
    padding-top: 55%;
    position: relative;
    overflow: hidden
}

.solution-page .solution-content .hot-case .case-info ul li a:hover img {
    transform: scale(1.1)
}

.solution-page .solution-content .hot-case .case-info ul li a:hover h3 {
    color: #f5be34
}

.solution-page .solution-content .hot-case .contact-info {
    border: 1px #d5dfeb solid;
    border-radius: 6px
}

.solution-page .solution-content .hot-case .contact-info h2 {
    border-bottom: 1px #d5dfeb solid
}

.solution-page .solution-content .hot-case .contact-info ol {
    padding: 10% 6%
}

.solution-page .solution-content .hot-case .contact-info ol li {
    display: flex;
    align-items: center
}

.solution-page .solution-content .hot-case .contact-info ol li span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f0f9ff;
    display: flex;
    justify-content: center;
    align-items: center
}

.prev-next-bottom {
    padding: 20px 30px
}

.prev-next-bottom a:hover {
    color: #0183c9
}

.prev-next-bottom a:hover .icon {
    color: #0183c9
}

.contact-page .section1 ul {
    padding: 60px 0 50px;
    display: flex;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    transform: translateY(50px);
    background-color: #fff
}

.contact-page .section1 ul li {
    flex: 1;
    padding: 10px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.contact-page .section1 ul li .img {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px #0183c9 solid
}

.contact-page .section1 ul li h4 {
    max-width: 210px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-page .map {
    position: relative
}

.contact-page .map .dh {
    width: 270px;
    height: 180px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    background: url(../images/daohang.png) no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-bottom: 110px;
    transition: .5s
}

.contact-page .map .dh:hover {
    transform: translateY(-10px);
    color: #fff
}

.contact-page .map .dh:hover .icon {
    color: #fff
}

.message form .item {
    position: relative;
    border-bottom: 1px #aaa solid
}

.message form .item span {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: red;
    font-size: 12px
}

.message form .item p i {
    color: red
}

.message form .item input {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px
}

.message form .item textarea {
    width: 100%;
    background: none;
    display: block;
    height: 100px;
    font-size: 14px
}

.message form button {
    width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    color: #fff;
    background-color: #0183c9
}

.message form button:hover {
    color: #fff;
    background-color: #f5be34
}

.case-common .case-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.case-common .case-content .case-nav-left {
    width: 236px
}

.case-common .case-content .case-nav-left .case-nav-info {
    border-radius: 6px;
    border: 1px #d5dfeb solid;
    padding: 3px;
    background: url(../images/case-nav-bg.jpg);
    background-size: cover;
    overflow: hidden
}

.case-common .case-content .case-nav-left .case-nav-info h2 {
    height: 50px;
    background-size: cover;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background-color: #0183c9
}

.case-common .case-content .case-nav-left .case-nav-info ul li a:hover,
.case-common .case-content .case-nav-left .case-nav-info ul li a.active {
    color: #f5be34
}

.case-list ul li .item {
    border: 1px #d5dfeb solid;
    border-radius: 6px;
    padding: 5px
}

.case-list ul li .item .img {
    padding-top: 58%;
    position: relative;
    overflow: hidden
}

.case-list ul li .item .sshy {
    display: flex;
    flex-wrap: wrap
}

.case-list ul li .item .sshy p {
    padding: 4px 16px;
    border-radius: 20px;
    background-color: #f5be34;
    margin-right: 6px;
    margin-bottom: 6px
}

.case-list ul li .item .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 72px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.case-list ul li .item .more {
    border-top: 1px #d5dfeb solid
}

.case-list ul li .item:hover img {
    transform: scale(1.1)
}

.case-list ul li .item:hover h3 {
    color: #0183c9
}

.case-list ul li .item:hover .icon {
    color: #0183c9
}

.case-page .case-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.case-page .case-content .con-left {
    flex: 1
}

.case-page .case-content .con-left .info {
    border-radius: 6px;
    border: 1px #d5dfeb solid;
    border-top: 3px #0183c9 solid;
    padding: 5%
}

.case-page .case-content .con-left .info .text {
    border-top: 1px #d5dfeb solid
}

.case-page .case-content .con-left .info .text .sshy * {
    display: inline-block
}

.case-page .case-content .con-left .info .img {
    display: flex;
    justify-content: center;
    align-items: center
}

.case-page .case-content .con-left .info .img img {
    max-width: 100%
}

.case-page .case-content .con-left .page-details {
    border-radius: 6px;
    border: 1px #d5dfeb solid
}

.case-page .case-content .con-left .page-details img {
    max-width: 100%
}

.case-page .case-content .con-left .page-details .details-info {
    padding: 5% 4%;
    border-bottom: 1px #d5dfeb solid
}

.case-page .case-content .con-left .page-details .details-info .desc {
    border-bottom: 1px #d5dfeb solid
}

.case-page .case-content .con-left .page-details .details-info .desc:last-child {
    border-bottom: none
}

.case-page .case-content .con-left .page-details .details-info .desc h3 .icon {
    transform: rotate(180deg)
}

.case-page .case-content .con-right {
    width: 320px
}

.case-page .case-content .con-right h2 {
    height: 60px;
    display: flex;
    align-items: center
}

.case-page .case-content .con-right .rmfa {
    border-radius: 6px;
    border: 1px #d5dfeb solid
}

.case-page .case-content .con-right .rmfa ul li a {
    position: relative
}

.case-page .case-content .con-right .rmfa ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0))
}

.case-page .case-content .con-right .rmfa ul li a .img {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.case-page .case-content .con-right .rmfa ul li a h3 {
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: 10px;
    z-index: 2
}

.case-page .case-content .con-right .rmfa ul li a:hover img {
    transform: scale(1.1)
}

.case-page .case-content .con-right .contact-info {
    border: 1px #d5dfeb solid;
    border-radius: 6px
}

.index-section1 .text-uppercase {
    text-transform: uppercase;
}
.index-section1 .product-grid {
    display: flex;
    justify-content: space-between;
    height: 600px;
    margin-top: 40px;
}
.index-section1 .product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.index-section1 .item-left, .index-section1 .item-center {
    width: 32.5%;
}
.index-section1 .product-col-right {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-section1 .item-right-top, .index-section1 .item-right-bottom {
    height: 48.5%;
}
.index-section1 .product-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    align-items: flex-end;
}
.index-section1 .product-item img.ho-img {
    transition: transform 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-section1 .product-item:hover img.ho-img {
    transform: scale(1.05);
}

.index-section2 {
    background: url(../images/index-section2-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 700px;
    z-index: 1;
    padding:180px 0;
}
.index-section2 .section2-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 50, 150, 0); /* 深蓝遮罩，根据图片实际颜色调整 */
    z-index: -2;
}
.index-section2 .wave-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    /* 添加层级遮掩效果，解决边缘生硬问题 */
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.index-section2 .wave-box-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    transform: scaleY(-1);
}

.index-section2 .wave-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%; /* 增加宽度，防止边缘动画 */
    height: 100%;
    /* 使用更平缓的 SVG 波浪，并设置 stroke="none" */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='rgba(255, 255, 255, 0.3)' stroke='none' d='M0,220 Q360,280 720,220 T1440,220 V320 H0 Z' /%3E%3C/svg%3E");
    background-size: 1440px 150px;
    background-repeat: repeat-x;
    animation: wave-animation 20s linear infinite;
    z-index: -1;
}

.index-section2 .wave-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%; /* 增加宽度 */
    height: 100%;
    /* 使用更平缓的 SVG 波浪 */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' stroke='none' d='M0,240 Q360,320 720,240 T1440,240 V320 H0 Z' /%3E%3C/svg%3E");
    background-size: 1440px 150px;
    background-repeat: repeat-x;
    opacity: 0.9; /*稍微降低透明度*/
    animation: wave-animation 15s linear infinite reverse;
    margin-left: -200px;
    z-index: -1;
}

@keyframes wave-animation {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1440px;
    }
}
.index-section2 .content .section2-left{
    width: 32%;
}
.index-section2 .content .section2-right{
    width: 60%;
}

.index-section2 .main-color-yellow {
    color: #ffd700;
}
.index-section2 .btn-outline-light-custom {
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s;
}
.index-section2 .btn-outline-light-custom:hover {
    background: #fff;
    color: #0183c9;
    border-color: #fff;
}
.index-section2 .btn-outline-light-custom:hover .icon {
    color: #0183c9;
}

/* Right Grid */
.index-section2 .industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255,255,255,0.2);
}
.index-section2 .industry-item {
    height: 180px;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s;
    background: rgba(255,255,255,0.05); /* 轻微透明背景 */
}
.index-section2 .industry-item:nth-child(3n) {
    border-right: none;
}
/* 移除最后一行 (假设9个) 的底部边框，或者利用 Grid 特性 */
.index-section2 .industry-item:nth-last-child(-n+3) {
    border-bottom: none;
}
.index-section2 .industry-item .industry-title {
    color: #fff;
    margin-top: 10px;
}
.index-section2 .industry-item .icon-box img {
    max-height: 40px;
    width: auto;
    /* filter: brightness(0) invert(1); 保持白色图标 */
}
.index-section2 .industry-item .icon-box .a{
    display: block;
}
.index-section2 .industry-item .icon-box .b{
    display: none;
}
/* 第一个高亮样式 */
.index-section2 .industry-item:first-child {
    background-color: #ffd700;
}
.index-section2 .industry-item:first-child .a{
    display: none;
}
.index-section2 .industry-item:first-child .b{
    display: block;
}  
.index-section2 .industry-item:first-child h5 {
    color: #333;
}

/* Hover Effect */
.index-section2 .industry-item:hover {
    background-color: #ffd700;
}
.index-section2 .industry-item:hover .a{
    display: none;
}
.index-section2 .industry-item:hover .b{
    display: block;
}   
.index-section2 .industry-item:hover h5{
    color: #333;
}

/* 第一个hover保持原样或微调 */


/* Index Section 3 */
.index-section3 {
    background-color: #f9f9f9;
}

.index-section3 .content-info {
    display: flex;
    gap: 30px;
}

/* Section 3 Nav */
.index-section3 .content-info .section3-nav {
    border-left: 1px #eee solid;
    width: 280px;
    flex-shrink: 0;
    border-radius: 8px;
    height: fit-content;
}

.index-section3 .content-info .section3-nav li {
    margin-bottom: 10px;
}

.index-section3 .content-info .section3-nav li:last-child {
    margin-bottom: 0;
}

.index-section3 .content-info .section3-nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 16px;
    color: #333;
    border: 1px solid transparent;
    position: relative;
}
.index-section3 .content-info .section3-nav li a::before{
    content: '';
    position: absolute;
    left: -1px;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #0183c9;
    transition: .5s;
    opacity: 0;
}

.index-section3 .content-info .section3-nav li a:hover,
.index-section3 .content-info .section3-nav li.active a {
    color: #0183c9;
}
.index-section3 .content-info .section3-nav li a:hover::before{
    opacity: 1;
}
/* Icon Switching */
.index-section3 .content-info .section3-nav li a .img {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-section3 .content-info .section3-nav li a .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s;
}

.index-section3 .content-info .section3-nav li a .img .a {
    opacity: 1;
    display: block;
}

.index-section3 .content-info .section3-nav li a .img .b {
    opacity: 0;
    display: none;
}

.index-section3 .content-info .section3-nav li a:hover .img .a,
.index-section3 .content-info .section3-nav li.active a .img .a {
    opacity: 0;
    display: none;
}

.index-section3 .content-info .section3-nav li a:hover .img .b,
.index-section3 .content-info .section3-nav li.active a .img .b {
    opacity: 1;
    display: block;
}

/* Section 3 Content */
.index-section3 .content-info .content {
    flex: 1;
}

.index-section3 .content .item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s;
    height: 100%;
    display: block;
    border: 1px solid #eee;
}

.index-section3 .content .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: #0183c9;
}

.index-section3 .content .item .img {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.index-section3 .content .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.index-section3 .content .item:hover .img img {
    transform: scale(1.05);
}

.index-section3 .content .item .text {
    padding: 20px;
}

.index-section3 .content .item .text h3 {
    margin-bottom: 10px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-section3 .content .item .text .sshy {
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 24px; /* Approx 2 lines */
    line-height: 24px;
}


.index-section6 .content {
    
}
.index-section6 .section6-bg{
    background: url(../images/index-section6-bg1.jpg);
    background-size: cover;
    padding: 70px 0
}
.index-section6 .section6-bg-bottom{
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
}

.index-section6 .content .section-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 4%
}

.index-section6 .content .section-info ul li {
    width: 150px;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.index-section6 .content .section-info ul li::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/index-section6-bg1.png);
    background-size: 100%;
    background-position: center center;
    animation: rotedr 90s linear infinite
}

.index-section6 .content .yzsfw {
    padding: 3%
}

.index-section6 .content .yzsfw ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3%;
    z-index: 1;
    position: relative
}

.index-section6 .content .yzsfw ul::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 21px;
    z-index: -1;
    height: 1px;
    background-color: #bbb
}

.index-section6 .content .yzsfw ul li h4 {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 1px #bbb solid;
    border-radius: 50%;
    background-color: #f3f8ff;
    transition: .5s
}

.index-section6 .content .yzsfw ul li p {
    height: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.index-section6 .content .yzsfw ul li:hover h4 {
    color: #fff;
    background-color: #0183c9
}

.index-section6 .content .yzsfw ul li:hover p {
    color: #0183c9
}

.index-section6 .content .yzsfw ul span {
    margin-top: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #bbb solid;
    border-radius: 50%;
    background-color: #fff
}

.index-section6 .content .yzsfw ul span .icon {
    color: #bbb
}

.index-section6 .content .yzsfw a {
    width: 260px;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    border-radius: 6px;
    background-color: #0183c9;
    transition: .5s
}

.index-section6 .content .yzsfw a:hover {
    background-color: #cdeb6a;
    color: #fff
}

@keyframes rotedr {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

/* Index Section 4 - New Design */
.index-section4 {
    padding-top: 60px;
    padding-bottom: 100px; /* Extra space for the floating tabs */
    background-color: #fff;
}

.index-section4 .sec4-header {
    text-align: center;
    margin-bottom: 40px;
}

.index-section4 .sec4-container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    border-radius: 15px;
    /* overflow: hidden; Don't hide overflow so tabs can stick out if needed, but image needs radius */
}

.index-section4 .sec4-swiper {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.index-section4 .swiper-slide {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.index-section4 .slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.index-section4 .swiper-slide:hover .slide-bg {
    transform: scale(1.05);
}

.index-section4 .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
    display: flex;
    align-items: center;
}

.index-section4 .slide-content {
    width: 100%;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.index-section4 .left-text {
    width: 55%;
}

.index-section4 .right-num {
    width: 30%;
    text-align: right;
}

.index-section4 .outline-num {
    font-size: 120px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.6);
    line-height: 1;
}

.index-section4 .sec4-prev, 
.index-section4 .sec4-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.index-section4 .sec4-prev:hover, 
.index-section4 .sec4-next:hover {
    background: #0183c9;
}

.index-section4 .sec4-prev {
    left: 20px;
}

.index-section4 .sec4-next {
    right: 20px;
}

/* Bottom Tabs */
.index-section4 .sec4-tabs-wrapper {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: center;
}

.index-section4 .sec4-tabs {
    width: 90%;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    overflow: hidden;
}

.index-section4 .sec4-tab-item {
    flex: 1;
    text-align: center;
    padding: 25px 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-right: 1px solid #f0f0f0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-section4 .sec4-tab-item:last-child {
    border-right: none;
}

.index-section4 .sec4-tab-item:hover {
    color: #0183c9;
}

.index-section4 .sec4-tab-item.active {
    background: #0183c9;
    color: #fff;
}

/* Index Section 5 - News Updates */
.index-section5 {
    padding: 80px 0;
    background-color: #fff;
}

.index-section5 .sec5-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.index-section5 .sec5-header h2 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}

.index-section5 .sec5-header h3 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-top: 5px;
}

.index-section5 .sec5-tabs {
    display: flex;
}

.index-section5 .sec5-tab-item {
    font-size: 16px;
    color: #333;
    margin-left: 40px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: -16px; /* Overlap border */
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}

.index-section5 .sec5-tab-item:hover,
.index-section5 .sec5-tab-item.active {
    color: #0183c9;
    border-bottom-color: #0183c9;
}

/* Featured Item */
.index-section5 .sec5-featured {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 420px; /* Fixed height for alignment */
    display: block;
}

.index-section5 .sec5-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.index-section5 .sec5-featured:hover img {
    transform: scale(1.05);
}

.index-section5 .sec5-featured .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
    color: #fff;
}

.index-section5 .sec5-featured .info h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
}

.index-section5 .sec5-featured .info .desc {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-section5 .sec5-featured .info .date {
    font-size: 12px;
    opacity: 0.6;
    text-align: right;
}

/* News List */
.index-section5 .sec5-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    display: block;
}

.index-section5 .sec5-list-item:first-child {
    padding-top: 0;
}

.index-section5 .sec5-list-item h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: bold;
    transition: color 0.3s;
}

.index-section5 .sec5-list-item:hover h4 {
    color: #0183c9;
}

.index-section5 .sec5-list-item .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-section5 .sec5-list-item .date {
    font-size: 12px;
    color: #999;
    text-align: right;
}

/* FAQ Grid */
.index-section5 .sec5-faq-grid {
    margin-top: 40px;
}

.index-section5 .sec5-faq-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: all 0.3s;
    height: 100%;
}

.index-section5 .sec5-faq-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-color: #0183c9;
}

.index-section5 .sec5-faq-item .icon-wenhao {
    font-size: 18px;
    color: #ccc;
    margin-right: 10px;
}

.index-section5 .sec5-faq-item span {
    flex: 1;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-section5 .sec5-faq-item .icon-arrow {
    font-size: 12px;
    color: #ccc;
}

.index-section5 .sec5-faq-item:hover .icon-wenhao,
.index-section5 .sec5-faq-item:hover .icon-arrow {
    color: #0183c9;
}

footer {
    background-color: #fafcff;
    border-top: 1px #d5dfeb solid
}

footer .content ul li {
    margin-right: 6%
}

footer .content ul li .line {
    height: 3px;
    width: 24px;
    border-radius: 4px;
    background-color: #0183c9
}

footer .content ul li a {
    display: block;
    color: #6e6f70;
    line-height: 32px
}

footer .content ul li a:hover {
    color: #0183c9
}

footer .content .info ol {
    display: flex
}

footer .content .info ol li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b1bac6;
    position: relative;
    transition: .5s;
    cursor: pointer
}

footer .content .info ol li .code {
    position: absolute;
    left: -40px;
    right: -40px;
    height: 120px;
    top: 70px;
    border: 2px #f1f1f1 solid;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

footer .content .info ol li .code img {
    max-width: 98%;
    max-height: 98%
}

footer .content .info ol li .code .icon {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    top: -18px;
    color: #f1f1f1
}

footer .content .info ol li:hover {
    background-color: #0183c9
}

footer .content .info ol li:hover .code {
    display: block
}

footer .links {
    display: flex;
    flex-wrap: wrap
}

footer .links a:hover {
    color: #0183c9
}

footer .copyright {
    border-top: 1px #d5dfeb solid
}

footer .copyright p {
    color: #999;
    font-size: 14px
}

footer .copyright a {
    color: #999;
    font-size: 14px;
    margin-left: 8px
}

footer .copyright a:hover {
    color: #333
}

.solution-list .section1 .text .desc ul li {
    position: relative;
    padding: 30px;
    margin-top: 30px;
    border: 1px #d5dfeb solid;
    border-radius: 4px
}

.solution-list .section1 .text .desc ul li h3 {
    position: absolute;
    left: 16px;
    top: -18px;
    width: 120px;
    height: 36px;
    background-color: #0183c9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
    font-size: 16px
}

.solution-list .section2 ol li {
    background-color: #fff;
    border: 1px #d5dfeb solid;
    border-radius: 6px;
    overflow: hidden
}

.solution-list .section2 ol li .text {
    padding-right: 8%
}

.solution-list .section2 ol li .more a {
    width: 110px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: .5s
}

.solution-list .section2 ol li .more .zx {
    background-color: #0183c9
}

.solution-list .section2 ol li .more .zx:hover {
    background-color: #f5be34;
    color: #fff
}

.solution-list .section2 ol li .more .fa {
    background-color: #f5be34
}

.solution-list .section2 ol li .more .fa:hover {
    background-color: #0183c9;
    color: #fff
}

.product-system-list .system-content {
    display: flex;
    align-items: flex-start
}

.product-system-list .system-content .pro-menu {
    width: 230px;
    margin-right: 36px
}

.product-system-list .system-content .pro-menu .pro-navs ol li {
    border-radius: 6px;
    overflow: hidden;
    border: 1px #d5dfeb solid
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3,
.product-system-list .system-content .pro-menu .pro-navs ol li>a {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-left: 3px #f5be34 solid;
    background-color: #8092ab;
    cursor: pointer;
    transition: .5s
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3 .info,
.product-system-list .system-content .pro-menu .pro-navs ol li>a .info {
    display: flex;
    align-items: center
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3 .info span,
.product-system-list .system-content .pro-menu .pro-navs ol li>a .info span {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e9f3f8
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3 .info span img,
.product-system-list .system-content .pro-menu .pro-navs ol li>a .info span img {
    max-width: 70%;
    max-height: 70%
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3 .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li>a .icon {
    transition: .5s
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3:hover,
.product-system-list .system-content .pro-menu .pro-navs ol li>a:hover {
    background-color: #0183c9;
    border-color: #0183c9;
    color: #fff
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3:hover .info h4,
.product-system-list .system-content .pro-menu .pro-navs ol li>a:hover .info h4 {
    color: #fff
}

.product-system-list .system-content .pro-menu .pro-navs ol li>h3:hover .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li>a:hover .icon {
    color: #fff
}

.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title {
    background: url(../images/case-nav-bg.jpg);
    background-size: cover;
    padding: 16px 16px;
    display: none
}

.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a {
    padding: 0 16px;
    line-height: 38px;
    display: flex;
    align-items: center;
    position: relative
}

.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
    color: #f5be34
}

.product-system-list .system-content .pro-menu .pro-navs ol li.active>h3,
.product-system-list .system-content .pro-menu .pro-navs ol li.active>a {
    background-color: #0183c9;
    border-color: #0183c9;
    color: #fff
}

.product-system-list .system-content .pro-menu .pro-navs ol li.active>h3 .info h4,
.product-system-list .system-content .pro-menu .pro-navs ol li.active>a .info h4 {
    color: #fff
}

.product-system-list .system-content .pro-menu .pro-navs ol li.active>h3 .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li.active>a .icon {
    color: #fff;
    transform: rotate(90deg)
}

.product-system-list .system-content .pro-menu .pro-navs ol li.active .pro-nav-title {
    display: block
}

img {
    max-width: 100%
}

.product-list ul li a {
    padding: 8%;
    border: 1px #d5dfeb solid;
    border-radius: 6px;
    transition: .5s
}

.product-list ul li a .img {
    width: 100%;
    padding-top: 80%;
    overflow: hidden;
    position: relative
}

.product-list ul li a .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.product-list ul li a .text h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 24px;
    height: 24px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.product-list ul li a .text .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.product-list ul li a:hover {
    border-color: #0183c9
}

.product-list ul li a:hover h3 {
    color: #0183c9
}

.business-page .business-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.business-page .business-content .pro-menu {
    width: 230px;
    margin-right: 36px
}

.business-page .business-content .pro-menu .pro-navs ol li {
    border-radius: 6px;
    overflow: hidden;
    border: 1px #d5dfeb solid
}

.business-page .business-content .pro-menu .pro-navs ol li>h3,
.business-page .business-content .pro-menu .pro-navs ol li>a {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-left: 3px #f5be34 solid;
    background-color: #8092ab;
    cursor: pointer;
    transition: .5s
}

.business-page .business-content .pro-menu .pro-navs ol li>h3 .info,
.business-page .business-content .pro-menu .pro-navs ol li>a .info {
    display: flex;
    align-items: center
}

.business-page .business-content .pro-menu .pro-navs ol li>h3 .info span,
.business-page .business-content .pro-menu .pro-navs ol li>a .info span {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e9f3f8
}

.business-page .business-content .pro-menu .pro-navs ol li>h3 .info span img,
.business-page .business-content .pro-menu .pro-navs ol li>a .info span img {
    max-width: 70%;
    max-height: 70%
}

.business-page .business-content .pro-menu .pro-navs ol li>h3 .icon,
.business-page .business-content .pro-menu .pro-navs ol li>a .icon {
    transition: .5s
}

.business-page .business-content .pro-menu .pro-navs ol li>h3:hover,
.business-page .business-content .pro-menu .pro-navs ol li>a:hover {
    background-color: #0183c9;
    border-color: #0183c9;
    color: #fff
}

.business-page .business-content .pro-menu .pro-navs ol li>h3:hover .info h4,
.business-page .business-content .pro-menu .pro-navs ol li>a:hover .info h4 {
    color: #fff
}

.business-page .business-content .pro-menu .pro-navs ol li>h3:hover .icon,
.business-page .business-content .pro-menu .pro-navs ol li>a:hover .icon {
    color: #fff
}

.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title {
    background: url(../images/case-nav-bg.jpg);
    background-size: cover;
    padding: 16px 16px;
    display: none
}

.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a {
    padding: 0 16px;
    line-height: 38px;
    display: flex;
    align-items: center;
    position: relative
}

.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
    color: #f5be34
}

.business-page .business-content .pro-menu .pro-navs ol li.active>h3,
.business-page .business-content .pro-menu .pro-navs ol li.active>a {
    background-color: #0183c9;
    border-color: #0183c9;
    color: #fff
}

.business-page .business-content .pro-menu .pro-navs ol li.active>h3 .info h4,
.business-page .business-content .pro-menu .pro-navs ol li.active>a .info h4 {
    color: #fff
}

.business-page .business-content .pro-menu .pro-navs ol li.active>h3 .icon,
.business-page .business-content .pro-menu .pro-navs ol li.active>a .icon {
    color: #fff;
    transform: rotate(90deg)
}

.business-page .business-content .pro-menu .pro-navs ol li.active .pro-nav-title {
    display: block
}

.business-page .business-content .pro-menu .rmcp {
    border: 1px #d5dfeb solid;
    border-radius: 6px;
    overflow: hidden
}

.business-page .business-content .pro-menu .rmcp h2 {
    height: 60px;
    display: flex;
    align-items: center
}

.business-page .business-content .pro-menu .rmcp ul li a .img {
    width: 90%;
    padding-top: 90%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: auto
}

.business-page .business-content .pro-menu .rmcp ul li a:hover h3 {
    color: #0183c9
}

.business-page .business-content .content .img {
    display: flex;
    justify-content: center;
    align-items: center
}

.business-page .business-content .content .img img {
    max-width: 100%
}

.business-page .business-content .content .page-info {
    border: 1px #d5dfeb solid;
    border-radius: 8px;
    padding: 5%
}

.business-page .business-content .content .page-info .zxzx {
    width: 124px;
    height: 40px;
    background-color: #0183c9;
    border-radius: 8px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center
}

.business-page .business-content .content .page-info .zxzx:hover {
    color: #fff;
    background-color: #f5be34
}

.business-page .business-content .content .page-details {
    border: 1px #d5dfeb solid;
    border-radius: 8px
}

.business-page .business-content .content .page-details .nav-common {
    border-bottom: 1px #d5dfeb solid
}

.business-page .business-content .content .page-details .nav-common a.active,
.business-page .business-content .content .page-details .nav-common a:hover {
    color: #0183c9
}

.business-page .business-content .content .page-details .scxz {
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #f5be34 solid;
    transition: .5s;
    border-radius: 4px
}

.business-page .business-content .content .page-details .scxz:hover {
    color: #fff;
    background-color: #f5be34
}

.business-page .business-content .content .page-details .details {
    padding: 5%
}

.business-page .business-content .content .page-details .details .details-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px #d5dfeb solid
}

.business-page .business-content .content .page-details .details .details-info:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.business-page .business-content .content .page-details .details .details-info h4 {
    margin-right: 6%
}

.business-page .business-content .content .page-details .prev-next-bottom {
    border-top: 1px #d5dfeb solid
}

.foor-right {
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 99999;
    display: none
}

.foor-right .foor-right-zx>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    border: solid 2px #ffffff;
    font-size: 14px;
    transition: all .3s linear;
    padding: 12px 8px;
    background: url(../images/foot-right-zx.png) #0183c9;
    background-size: 150%
}

.foor-right .foor-right-zx>a span {
    width: 18px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff
}

.foor-right .foor-right-zx .info {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 280px;
    padding-right: .2rem
}

.foor-right .foor-right-zx .info .jut {
    background-color: #fff;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: solid 2px #ffffff;
    padding: 20px
}

.foor-right .foor-right-zx .info .fwrx {
    border-bottom: 1px solid #dddddd
}

.foor-right .foor-right-zx .info .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    background-color: #0183c9;
    color: #fff;
    transition: all .3s linear;
    font-size: 14px
}

.foor-right .foor-right-zx .info .tel a:hover {
    color: #fff
}

.foor-right .foor-right-zx:hover .info {
    display: block
}

.foor-right .gotop {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all .3s linear;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer
}

.foor-right .gotop:hover {
    background-color: #0183c9
}

.foor-right .gotop:hover .icon {
    color: #fff
}

.target-fix {
    position: relative;
    top: -88px;
    display: block;
    visibility: hidden
}

.pagination-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px
}

.pagination-box li {
    margin: 0 3px;
    font-size: 14px;
    border: none;
    border-radius: 3px
}

.pagination-box li a,
.pagination-box li .disabled {
    border-radius: 3px;
    color: #6e6e6e;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #dcdcdc;
    display: inline-block
}

.pagination-box li.active a,
.pagination-box li a:hover {
    background: #0183c9;
    color: #fff;
    border: 1px solid #0183c9
}

.pagination-box li .current {
    background: #0183c9;
    color: #fff;
    border-radius: 3px;
    padding: 7px 11px;
    border: 1px solid #0183c9;
    display: inline-block
}

/*# sourceMappingURL=./style.css.map */