.color-f {
    color: #fff
}

.color-9 {
    color: #999
}

.color-5 {
    color: #5b5b5b
}

.color-7 {
    color: #727272
}

.color-3 {
    color: #373c42
}

.color-6 {
    color: #666
}

.color-2 {
    color: #2b3137
}

.color-0 {
    color: #060002
}

.bg-f8 {
    background-color: #f8f8f8
}

.bg-f2 {
    background-color: #f2f2f2
}

.main-color {
    color: #0051a3
}

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

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

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

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/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
}

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

.flex-1 {
    flex: 1
}

header {
    padding: 0 2%;
    position: relative;
    z-index: 999
}

header .head-nav {
    height: 66px
}

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

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

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

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

header .head-nav ul>li.li-relative {
    position: relative
}

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

header .head-nav ul>li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 1px;
    background-color: #0051a3;
    transition: .5s
}

header .head-nav ul>li .sub-nav {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 120%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
    transition: .5s all;
    -webkit-transition: .5s all
}

header .head-nav ul>li .sub-nav a {
    display: block;
    text-align: center;
    padding: 10px 0
}

header .head-nav ul>li .sub-nav a:hover {
    color: #0051a3
}

header .head-nav ul>li .pro-sub-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
    transition: .5s all;
    -webkit-transition: .5s all
}

header .head-nav ul>li .pro-sub-nav .w1600 ol {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 50px
}

header .head-nav ul>li .pro-sub-nav .w1600 ol li a {
    line-height: 36px;
    display: block
}

header .head-nav ul>li .pro-sub-nav .w1600 ol li a:hover {
    color: #0051a3
}

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

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

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

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

header .head-nav ul>li:hover .sub-nav {
    top: 100%;
    height: auto;
    opacity: 1;
    padding: 10px 0
}

header .head-nav ul>li:hover .pro-sub-nav {
    top: 100%;
    height: auto;
    opacity: 1;
    padding: 10px 0
}

header .head-nav .info a:hover {
    color: #0051a3
}

header .head-nav .info a:hover .icon {
    color: #0051a3
}

.m-header {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    transition: .5s
}

.m-header.active {
    top: 0
}

.m-header .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 30px 16px;
    overflow-y: auto
}

.m-header .content .m-menu-close {
    display: flex;
    height: 22px;
    justify-content: end;
    align-items: center
}

.m-header .content .m-menu-close .icon {
    display: block
}

.m-header .content>ul {
    height: 100%;
    overflow-y: auto
}

.m-header .content>ul>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px #dcdcdc solid
}

.m-header .content>ul>li>a .icon {
    transition: .5s
}

.m-header .content>ul>li>a.active,
.m-header .content>ul>li>a:hover {
    color: #2b3137
}

.m-header .content>ul>li>a.active .icon,
.m-header .content>ul>li>a:hover .icon {
    transform: rotate(45deg)
}

.m-header .content>ul>li .head-son-catname {
    display: none
}

.m-header .content>ul>li .head-son-catname ol li a {
    border-bottom: 1px #eee solid;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-header .content>ul>li .head-son-catname ol li .grandson-nav {
    display: none
}

.m-header .content>ul>li .head-son-catname ol li .grandson-nav .cell a {
    align-items: center;
    padding: 12px 0
}

.m-header .content>ul>li .head-son-catname ol li .grandson-nav .cell a:hover {
    color: #0051a3
}

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

.navbar-nav-more-body {
    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
}

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

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

.home-banner .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home-banner .text .img {
    height: 100%;
    display: flex;
    align-items: center
}

.home-banner .text .img img {
    max-height: 100%;
    z-index: 5
}

.home-banner form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 660px;
    height: 66px;
    border-radius: 33px;
    background-color: #fff;
    z-index: 1
}

.home-banner form input {
    flex: 1;
    width: 100%
}

.home-statistics {
    background: #0051a3;
    width: 100%;
    padding: 2px 0
}

.home-statistics ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.home-statistics ul li {
    transition: .5s;
    width: 190px;
    height: 80px;
    overflow: hidden
}

.home-statistics ul li a {
    padding: 12px
}

.home-statistics ul li a .title {
    width: 176px;
    display: flex
}

.home-statistics ul li a .title .counter__icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden
}

.home-statistics ul li a .title .counter__icon img {
    max-width: 90%;
    max-height: 90%
}

.home-statistics ul li a .title .text {
    flex: 1
}

.home-statistics ul li a .desc {
    flex: 1;
    width: 0;
    overflow: hidden;
    visibility: hidden
}

.home-statistics ul li a .desc span {
    width: 62px;
    border-bottom: 1px #fff solid
}

.home-statistics ul li a .desc p,
.home-statistics ul li a .desc span {
    opacity: 0;
    transform: translateY(20px)
}

.home-statistics ul li:hover {
    width: 40%;
    background-color: #db7207
}

.home-statistics ul li:hover a .title .counter__icon .icon {
    font-size: 56px !important;
    opacity: .5
}

.home-statistics ul li:hover a .desc {
    animation: .3s disb1 linear forwards;
    animation-delay: .3s
}

.home-statistics ul li:hover a .desc p,
.home-statistics ul li:hover a .desc span {
    animation: .3s tY linear forwards;
    animation-delay: .6s
}

.home-statistics ol li a {
    padding: 15px;
    justify-content: center
}

.home-statistics ol li:nth-child(2) a,
.home-statistics ol li:nth-child(3) a {
    background-color: #e97b0b
}

@keyframes disb1 {
    0% {
        visibility: hidden;
        width: 0
    }

    100% {
        visibility: visible;
        width: auto;
        padding-left: 10px;
        padding-top: 4px
    }
}

@keyframes tY {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.home-product ul li .item .img {
    padding-top: 70%;
    position: relative;
    border-bottom: 1px #eee solid;
    overflow: hidden
}

.home-product ul li .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    transition: .5s
}

.home-product ul li .item:hover img {
    transform: scale(1.2)
}

.home-product ul li .item:hover h4 {
    color: #0051a3
}

.home-application ul li .item {
    display: flex
}

.home-application ul li .item .text {
    width: 26%;
    padding-right: 1%;
    padding-top: 2%
}

.home-application ul li .item .text h2 {
    opacity: 0;
    transform: translateY(-30px)
}

.home-application ul li .item .text .desc {
    line-height: 24px;
    opacity: 0;
    transform: translateY(-30px);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.home-application ul li .item .text a {
    opacity: 0;
    transform: translateX(-30px)
}

.home-application ul li .item .text a .icon {
    transition: .5s
}

.home-application ul li .item .text a:hover {
    color: #0051a3
}

.home-application ul li .item .text a:hover .icon {
    transform: translateX(10px)
}

.home-application ul li.swiper-slide-active .item .text h2 {
    animation: .5s trY linear forwards
}

.home-application ul li.swiper-slide-active .item .text .desc {
    animation: .5s trY linear forwards;
    animation-delay: .4s
}

.home-application ul li.swiper-slide-active .item .text a {
    animation: .5s trX linear forwards;
    animation-delay: .8s
}

.home-application .application-pagination {
    position: absolute;
    left: 0;
    bottom: 3%;
    display: flex;
    z-index: 10
}

.home-application .application-pagination span {
    margin-right: 6px
}

@keyframes trY {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes trX {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-new-product .title {
    border-bottom: 4px #0051a3 solid
}

.home-new-product .title a:hover {
    color: #0051a3
}

.home-new-product .title a:hover .icon {
    color: #0051a3
}

.home-new-product .new-pro-pagination {
    margin-top: 16px
}

.home-new-product .new-pro-pagination span {
    margin: 0 3px
}

.home-new-product ul li {
    z-index: 1;
    position: relative
}

.home-new-product ul li .item {
    position: relative;
    transition: .5s;
    background-color: #f5f5f5
}

.home-new-product ul li .item .img-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px #dddddd solid
}

.home-new-product ul li .item .img-logo img {
    max-width: 40%
}

.home-new-product ul li .item .info {
    position: relative
}

.home-new-product ul li .item .info>span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 36px;
    height: 18px;
    background-color: #0051a3;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-new-product ul li .item .info .thumb {
    padding-top: 80%;
    position: relative;
    overflow: hidden
}

.home-new-product ul li .item .info .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    transition: .5s
}

.home-new-product ul li .item .info .text .desc {
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    line-height: 22px;
    height: 44px
}

.home-new-product ul li .item .info:hover .thumb img {
    transform: scale(1.1)
}

.home-new-product ul li .item .info:hover h3 {
    color: #0051a3
}

.home-new-product ul li .item .link a {
    transition: .5s
}

.home-new-product ul li .item .link a:hover {
    transform: translateX(10px);
    color: #0051a3
}

.home-new-product ul li .item:hover {
    border-bottom-color: #0051a3
}

.home-new-product .content {
    border-bottom: 4px #0051a3 solid;
    z-index: 1
}

.home-new-product .content .pro-prev,
.home-new-product .content .pro-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    width: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none
}

.home-new-product .content .pro-prev img,
.home-new-product .content .pro-next img {
    width: 100%
}

.home-new-product .content .pro-prev {
    left: -100px
}

.home-new-product .content .pro-next {
    right: -100px
}

.home-honor .item {
    display: flex
}

.home-honor .item .text {
    width: 25%;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.home-honor .item .text a {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051a3
}

.home-honor .item .text a .icon {
    transition: .5s
}

.home-honor .item .text a:hover {
    color: #fff
}

.home-honor .item .text a:hover .icon {
    transform: translateX(10px)
}

.home-honor .item .text h3 {
    margin-top: 15%
}

.home-honor .item .text .desc {
    line-height: 24px
}

.home-about .item {
    display: flex;
    align-items: center
}

.home-about .item .text {
    width: 35%;
    padding-right: 4%
}

.home-about .item .text .desc {
    line-height: 24px
}


.home-about .item img {
    width:65%;
    text-align: right;
}

.home-about a .icon {
    transition: .5s
}

.home-about a:hover {
    color: #0051a3
}

.home-about a:hover .icon {
    transform: translateX(10px)
}

.home-down {
    border-bottom: 4px #0051a3 solid
}

.home-down .item {
    display: flex;
    align-items: center
}

.home-down .item .text {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.home-down .item .text .desc {
    line-height: 24px;
    text-align: right
}

.home-down .item .text a {
    margin-top: 10%;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051a3
}

.home-down .item .text a .icon {
    transition: .5s
}

.home-down .item .text a:hover {
    color: #fff
}

.home-down .item .text a:hover .icon {
    transform: translateX(10px)
}

.home-news .title a:hover {
    color: #0051a3
}

.home-news .title a:hover .icon {
    color: #0051a3
}

.home-news .more {
    display: flex;
    margin: auto;
    width: 230px;
    height: 40px;
    border-radius: 20px;
    background-color: #0051a3;
    transition: .5s;
    box-sizing: border-box
}

.home-news .more span {
    width: 50%;
    height: 100%;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-news .more span:first-child {
    border-right: 1px #fff solid
}

.home-news ul li a {
    background-color: #f3f6f8
}

.home-news ul li a .img {
    width: 25%;
    padding-top: 25%;
    position: relative;
    overflow: hidden
}

.home-news ul li a .text {
    flex: 1
}

.home-news ul li a .text .time {
    display: flex;
    align-items: center
}

.home-news ul li a .text .time span {
    width: 80px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051a3
}

.home-news ul li a h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.home-news ul li a .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    line-height: 22px
}

.home-news ul li a:hover img {
    transform: scale(1.1)
}

.home-news ul li a:hover h4 {
    color: #0051a3
}

.home-news ul li a:hover {
    color: #0051a3
}

.home-contact {
    position: relative
}

.home-contact .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center
}

.home-contact .text h2 {
    position: relative;
    z-index: 1
}

.home-contact .text h2::before {
    content: '';
    position: absolute;
    left: -16%;
    right: -16%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to right, rgba(239, 127, 27, 0), rgba(239, 127, 27, 0))
}

.home-contact .text a {
    width: 124px;
    height: 40px;
    background-color: #0051a3;
    color: #fff;
}

.home-contact .text a .icon {
    transition: .5s
}

.home-contact .text a:hover {
    color: #fff
}

.home-contact .text a:hover .icon {
    transform: translateX(10px)
}

footer {
    background: url(../images/fbg.jpg) no-repeat;
    /*background: #0051a3;*/
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1
}

footer .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: .03;
    z-index: -1
}

footer .bg2 {
    position: absolute;
    right: 2%;
    bottom: 0;
    opacity: .03;
    z-index: -2
}

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

footer .content ul li:last-child {
    margin-right: 0
}

footer .content ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    line-height: 36px
}

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

footer .content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px
}

footer .content .contact .code {
    width: 120px
}

footer .links span {
    color: rgba(255, 255, 255, 0.5)
}

footer .links a {
    color: rgba(255, 255, 255, 0.5)
}

footer .links a:hover {
    color: rgba(255, 255, 255, 0.7)
}

footer .copyright {
    background-color: #09629f;
    position: relative;
    z-index: -2;
    color: #fff;
}

footer .copyright p {
    color: rgba(255, 255, 255, 0.8)
}

footer .copyright a {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 10px;
    position: relative;
    z-index: 10
}

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

.common-search {
    height: 66px;
    display: flex
}

.common-search h3 {
    width: 20%;
    background-color: #0051a3;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end
}

.common-search form {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10% 0 2%
}

.common-search form input {
    width: 100%
}

.breadcrumb {
    margin-bottom: 0rem;
    font-size: 14px;
    color: #0051a3
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

.breadcrumb-item a {
    color: #999;
    font-size: 14px
}

.breadcrumb-item a:hover {
    color: #0051a3 !important
}

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

.page-banner .text .desc {
    color: rgba(255, 255, 255, 0.8)
}

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

.common-list .common-right-info {
    width: calc(100% - 250px)
}

.common-list .common-left-info {
    margin-right: 36px;
    position: sticky;
    left: 0;
    top: 66px;
    width: 214px
}

.common-list .common-left-info ul>li {
    border-bottom: 1px #ddd solid;
    transition: .5s;
    position: relative
}

.common-list .common-left-info ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: .5s;
    background-color: #0051a3
}

.common-list .common-left-info ul>li>a {
    justify-content: space-between;
    align-items: center
}

.common-list .common-left-info ul>li>a .icon {
    transition: .5s
}

.common-list .common-left-info ul>li .common-left-info {
    display: none
}

.common-list .common-left-info ul>li:hover::before {
    width: 100%
}

.common-list .common-left-info ul>li:hover>a {
    color: #0051a3
}

.common-list .common-left-info ul>li:hover>a .icon {
    opacity: 1;
    color: #0051a3;
    transform: rotate(90deg)
}

.common-list .common-left-info ul>li .pro-nav-title {
    display: none;
    padding-left: 10px
}

.common-list .common-left-info ul>li .pro-nav-title:last-child {
    padding-bottom: 16px
}

.common-list .common-left-info ul>li .pro-nav-title>a {
    line-height: 36px
}

.common-list .common-left-info ul>li .pro-nav-title>a .icon {
    transition: .5s
}

.common-list .common-left-info ul>li .pro-nav-title>a:hover,
.common-list .common-left-info ul>li .pro-nav-title>a.active {
    color: #0051a3
}

.common-list .common-left-info ul>li .pro-nav-title>a:hover .icon,
.common-list .common-left-info ul>li .pro-nav-title>a.active .icon {
    transform: rotate(90deg);
    color: #0051a3
}

.common-list .common-left-info ul>li .pro-nav-title .pro-son-title {
    display: none;
    padding-left: 10px
}

.common-list .common-left-info ul>li .pro-nav-title .pro-son-title>a {
    line-height: 36px
}

.common-list .common-left-info ul>li .pro-nav-title .pro-son-title>a:hover,
.common-list .common-left-info ul>li .pro-nav-title .pro-son-title>a.active {
    color: #0051a3
}

.common-list .common-left-info ul>li .pro-nav-title.active>a {
    color: #0051a3
}

.common-list .common-left-info ul>li .pro-nav-title.active>a .icon {
    transform: rotate(90deg);
    color: #0051a3
}

.common-list .common-left-info ul>li .pro-nav-title.active .pro-son-title {
    display: block
}

.common-list .common-left-info ul>li.active::before {
    width: 100%
}

.common-list .common-left-info ul>li.active>a {
    color: #0051a3
}

.common-list .common-left-info ul>li.active>a .icon {
    opacity: 1;
    color: #0051a3;
    transform: rotate(90deg)
}

.common-list .common-left-info ul>li.active .pro-nav-title {
    display: block
}

.download-list .desc {
    line-height: 26px
}

.download-list ul li a {
    border: 1px #ddd solid;
    border-bottom-color: #515151;
    position: relative
}

.download-list ul li a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 1px;
    background-color: #0051a3;
    transition: .5s
}

.download-list ul li a .img-logo {
    display: flex;
    justify-content: center
}

.download-list ul li a .img-logo img {
    max-width: 30%
}

.download-list ul li a .img {
    padding-top: 100%;
    position: relative;
    margin: 0 20px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid
}

.download-list ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    max-height: 90%;
    transition: .5s
}

.download-list ul li a .text {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    transition: .5s
}

.download-list ul li a .text h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.download-list ul li a:hover::before {
    left: 0;
    right: 0
}

.download-list ul li a:hover .img img {
    transform: scale(1.1)
}

.download-list ul li a:hover .text h4,
.download-list ul li a:hover .text .icon {
    color: #0051a3
}

.pagination-box .prev_disabled,
.pagination-box .next,
.pagination-box .prev,
.pagination-box .next_disabled {
    display: none
}

.pagination-box .d-sm-block {
    display: flex !important;
    justify-content: center
}

.pagination-box a,
.pagination-box span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .5s;
    color: #727272;
    margin: 0 6px
}

.pagination-box a:hover {
    background-color: #0051a3;
    color: #fff
}

.pagination-box .current {
    background-color: #0051a3;
    color: #fff
}

.news-list ul li a {
    border: 1px #ddd solid;
    border-bottom-color: #515151;
    position: relative
}

.news-list ul li a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 1px;
    background-color: #0051a3;
    transition: .5s
}

.news-list ul li a .img {
    padding-top: 65%;
    position: relative;
    overflow: hidden
}

.news-list ul li a .img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051a3
}

.news-list ul li a .text h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    line-height: 22px;
    height: 44px
}

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

.news-list ul li a .text .more {
    border-top: 1px #ddd solid;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.news-list ul li a .text .more img {
    max-width: 20%
}

.news-list ul li a:hover .img img {
    transform: scale(1.1)
}

.news-list ul li a:hover::before {
    left: 0;
    right: 0
}

.quality-nav ul li {
    position: relative
}

.quality-nav ul li::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 1px;
    background-color: #0051a3;
    transition: .5s
}

.quality-nav ul li a {
    height: 66px;
    display: flex;
    align-items: center
}

.quality-nav ul li.active::before,
.quality-nav ul li:hover::before {
    left: 0;
    right: 0
}

.quality-nav ul li.active a,
.quality-nav ul li:hover a {
    color: #0051a3
}

.team-list ul li .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.team-list ul li .item i {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    font-size: 320px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: -1
}

.team-list ul li .item .img {
    width: 35%;
    padding-top: 42%;
    position: relative
}

.team-list ul li .item .text {
    padding: 0 12% 0 5%
}

.team-list ul li .item .text h5 {
    background-color: #0051a3
}

.team-list ul li .item .text .desc {
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.odds-list ul li .item {
    display: flex;
    align-items: center
}

.odds-list ul li .item .line {
    height: 25px;
    width: 1px;
    background-color: #0051a3
}

.core-list ul {
    border-bottom: 1px #ddd solid
}

.core-list ul:last-child {
    border-bottom: none
}

.core-list ul li .title {
    align-items: center
}

.core-list ul li .title .img {
    width: 96px;
    position: relative;
    min-height: 52px
}

.core-list ul li .title .img img {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    max-width: 100%;
    margin: auto;
    top: -20px;
    bottom: -20px
}

.core-list ul li .title .line {
    height: 25px;
    width: 1px;
    background-color: #0051a3
}

.core-list ul li .desc {
    margin-left: 120px;
    line-height: 24px
}

.technology-list ul {
    border-bottom: 1px #ddd solid
}

.technology-list ul:last-child {
    border-bottom: none
}

.technology-list ul li .item .title {
    align-items: center
}

.technology-list ul li .item .title .img {
    width: 96px;
    position: relative;
    min-height: 52px
}

.technology-list ul li .item .title .img img {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    max-width: 100%;
    margin: auto;
    top: -16px;
    bottom: -16px
}

.technology-list ul li .item .title .line {
    height: 25px;
    width: 1px;
    background-color: #0051a3
}

.technology-list ul li .item .desc {
    margin-left: 120px;
    line-height: 24px
}

.production {
    height: 66px
}

.production-list ul {
    border-bottom: 1px #ddd solid
}

.production-list .client-container ol li .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    position: relative
}

.production-list .client-container ol li .img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 40px;
    height: 30px;
    width: 1px;
    background-color: #eaeaea
}

.production-list .client-container ol li .img img {
    max-width: 90%;
    max-height: 80%
}

.production-list .common-pagination span {
    margin: 0 3px
}

.about-page .section1 .info {
    display: flex;
    align-items: center
}

.about-page .section1 .info .text {
    width: 40%
}

.about-page .section1 .info .img {
    width: 55%
}

.about-page .section1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    border: 1px #0051a3 solid;
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow: hidden
}

.about-page .section1 a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    background-color: #0051a3;
    z-index: -1
}

.about-page .section1 a:hover {
    color: #0051a3
}

.about-page .section1 a:hover::before {
    top: 50%;
    bottom: 50%
}

.about-page .section2 ul li .item {
    display: flex;
    align-items: center
}

.about-page .section2 ul li .item .img {
    width: 55%
}

.course-list ul li {
    display: flex
}

.course-list ul li .item {
    width: 50%;
    position: relative;
    box-sizing: border-box
}

.course-list ul li .item .title {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0
}

.course-list ul li .item .title span {
    width: 10px;
    height: 10px;
    border: 2px #0051a3 solid;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    background-color: #fff
}

.course-list ul li .item .desc {
    border-radius: 8px;
    display: flex;
    align-items: center
}

.course-list ul li .item .desc h4 {
    background-color: #0051a3
}

.course-list ul li .item .desc .img {
    width: 30%
}

.course-list ul li .item .desc .img img {
    max-width: 100%
}

.course-list ul li:nth-child(even) .item {
    border-right: 1px #959595 solid;
    margin-right: -1px
}

.course-list ul li:nth-child(even) .item .title h3 {
    margin-right: 30px;
    text-align: right
}

.course-list ul li:nth-child(even) .item .title span {
    right: -5px
}

.course-list ul li:nth-child(even) .item .desc {
    margin-right: 30px
}

.course-list ul li:nth-child(odd) {
    flex-direction: row-reverse
}

.course-list ul li:nth-child(odd) .item {
    width: calc(50% + 1px);
    border-left: 1px #959595 solid;
    margin-left: -1px
}

.course-list ul li:nth-child(odd) .item .title h3 {
    margin-left: 30px
}

.course-list ul li:nth-child(odd) .item .title span {
    left: -6px
}

.course-list ul li:nth-child(odd) .item .desc {
    margin-left: 30px
}

.course-list ul li:first-child .item {
    border-style: dashed;
    padding-top: 90px
}

.course-list ul li:first-child .item .title {
    top: 50px
}

.course-list ul li:last-child .item {
    padding-bottom: 40px
}

.setting-list ul li .item {
    padding-top: 40%;
    position: relative;
    overflow: hidden
}

.setting-list h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051a3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.setting-list .next,
.setting-list .prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    cursor: pointer;
    outline: none
}

.setting-list .next {
    right: 2%
}

.setting-list .prev {
    left: 2%
}

.setting-list .page-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    display: flex;
    justify-content: center;
    z-index: 2
}

.setting-list .page-pagination span {
    background-color: #fff
}

.setting-list .page-pagination .swiper-pagination-bullet-active {
    background-color: #0051a3
}

.culture-list ul li .item {
    display: flex;
    align-items: center
}

.culture-list ul li .item .img {
    max-width: 65%
}

.culture-list ul li .item .img img {
    max-width: 100%;
    display: block
}

.culture-list ul li:nth-child(even) .item {
    flex-direction: row-reverse
}

.culture-list ul li:nth-child(odd) .item .text h3,
.culture-list ul li:nth-child(odd) .item .text .desc {
    text-align: right
}

.map {
    height: 300px
}

.contact-list ul li .item {
    display: flex;
    align-items: center
}

.contact-list ul li .item .img {
    max-width: 65%
}

.contact-list ul li .item .img img {
    max-width: 100%;
    display: block
}

.contact-list ul li .item .text a {
    color: #2b3137
}

.contact-list ul li:nth-child(even) .item {
    flex-direction: row-reverse
}

.contact-list ul li:nth-child(even) .item .text {
    padding-left: 5% !important
}

.join-list h2 {
    color: #11216c
}

.join-list .join-name {
    border: none;
    border-bottom: 1px #0051a3 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px
}

.join-list .join-name p {
    min-width: 110px;
    text-align: center
}

.join-list ul li {
    background-color: #fff;
    border-bottom: 1px #ddd solid
}

.join-list ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    cursor: pointer;
    transition: .5s;
    position: relative;
    background-color: #fffaf6
}

.join-list ul li .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #0051a3;
    left: 40px;
    right: 20px
}

.join-list ul li .title .icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: rotate(90deg)
}

.join-list ul li .title p {
    min-width: 110px;
    text-align: center
}

.join-list ul li .title h4 {
    color: #0051a3;
    min-width: 110px;
    text-align: center
}

.join-list ul li .title.collapsed {
    background-color: #fff
}

.join-list ul li .title.collapsed::before {
    background-color: rgba(0, 0, 0, 0)
}

.join-list ul li .title.collapsed .icon {
    transform: rotate(-90deg)
}

.join-list ul li .title.collapsed h4 {
    color: #2b3137
}

.join-list ul li .accordion-collapse {
    background-color: #fffaf6
}

.join-list ul li .desc {
    line-height: 30px
}

.join-list ul li:nth-child(even) .collapsed {
    background-color: #f2f2f2
}

.product-list ul li a {
    border-bottom-color: #515151;
    background-color: #f5f5f5;
    position: relative;
    padding: 16px
}

.product-list ul li a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 3px;
    background-color: #0051a3;
    transition: .5s
}

.product-list ul li a .img-logo {
    display: flex;
    justify-content: center
}

.product-list ul li a .img-logo img {
    max-width: 30%
}

.product-list ul li a .img {
    padding-top: 70%;
    position: relative
}

.product-list ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    max-height: 90%;
    transition: .5s
}

.product-list ul li a .text {
    transition: .5s
}

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

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

.product-list ul li a:hover::before {
    left: 0;
    right: 0
}

.product-list ul li a:hover .img img {
    transform: scale(1.1)
}

.product-list ul li a:hover .text h4,
.product-list ul li a:hover .text .icon {
    color: #0051a3
}

.product-list ul li a.active::before {
    left: 0;
    right: 0
}

.product-list ul li a.active .text h4,
.product-list ul li a.active .text .icon {
    color: #0051a3
}

.product-info .back {
    width: 120px;
    height: 36px;
    border: 1px #0051a3 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.product-info .back:hover {
    background-color: #0051a3;
    color: #fff
}

.product-info .table-products {
    width: 100%;
    max-width: 100%
}

.product-info .table-products thead tr th {
    text-align: center;
    border-left: 1px #fff solid
}

.product-info .table-products thead tr th .options {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-info .table-products thead tr th .options h3 {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    text-align: center;
    line-height: 22px
}

.product-info .table-products thead tr th .options .son {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px #fff solid
}

.product-info .table-products thead tr th .options .son p {
    width: 50%;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-info .table-products tbody tr {
    border-bottom: 1px #fff solid
}

.product-info .table-products tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

.product-info .table-products tbody tr:nth-child(odd) {
    background-color: #fff
}

.product-info .table-products tbody tr td {
    text-align: center;
    border-left: 1px #fff solid;
    height: 70px
}

.product-info .table-products tbody tr td .son {
    width: 100%;
    display: flex;
    justify-content: center
}

.product-info .table-products tbody tr td .son span {
    min-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-info .table-products tbody tr td .down b {
    border-bottom: 1px #2b3137 solid
}

.product-info .table-products tbody tr td .down:hover {
    color: #0051a3
}

.product-info .table-products tbody tr td .down:hover .icon {
    color: #0051a3
}

.product-info .table-products tbody tr td .down:hover b {
    color: #0051a3;
    border-color: #0051a3
}

.product-info .table-products tbody tr td .buy b {
    border-bottom: 1px rgba(0, 0, 0, 0) solid
}

.product-info .table-products tbody tr td .buy img {
    width: 20px
}

.product-info .table-products tbody tr td .buy:hover {
    color: #0051a3
}

.product-info .table-products tbody tr td .buy:hover b {
    border-color: #0051a3;
    color: #0051a3
}

.product-page .content {
    display: flex;
    align-items: center
}

.product-page .content .img {
    width: 20%;
    display: flex;
    justify-content: center
}

.product-page .content .img img {
    max-width: 90%
}

.product-page .content .text {
    padding-left: 3%;
    flex: 1
}

.product-page .content .text .catname {
    display: flex;
    align-items: center;
    border: 1px #0051a3 solid;
    height: 26px
}

.product-page .content .text .catname h4 {
    line-height: 22px;
    height: 24px;
    background-color: #0051a3;
    box-sizing: border-box
}

.product-page .content .text a {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px #0051a3 solid;
    z-index: 1;
    position: relative
}

.product-page .content .text a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    z-index: -1;
    background-color: #0051a3
}

.product-page .content .text a:hover {
    color: #0051a3
}

.product-page .content .text a:hover::before {
    top: 50%;
    bottom: 50%
}

.product-form {
    border-top: 2px #f2f2f2 solid
}

.product-form form .item {
    display: flex;
    position: relative;
    align-items: center;
    border: 1px rgba(0, 0, 0, 0) solid
}

.product-form form .item input {
    height: 60px;
    width: 100%;
    box-sizing: border-box
}

.product-form form .item i {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #0051a3
}

.product-form form .textarea {
    display: flex
}

.product-form form .textarea textarea {
    flex: 1;
    display: block;
    height: 160px;
    background: #fff;
    box-sizing: border-box;
    resize: none
}

.product-form form .code-info {
    display: flex;
    align-items: center
}

.product-form form .code-info .code-input {
    display: flex;
    align-items: center
}

.product-form form .code-info .code-input input {
    height: 60px;
    width: 100%;
    box-sizing: border-box
}

.product-form form .code-info .code {
    display: flex;
    align-items: center
}

.product-form form .code-info .code #code {
    border: 1px #333 solid
}

.product-form form .code-info .code #code #canvas {
    width: 70px;
    display: block;
    height: 32px
}

.product-form form .btn-1 {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0051a3
}

.product-form form .error {
    border-color: red
}

.form-result {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

.form-result .content {
    width: 600px;
    position: relative
}

.form-result .content .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none
}

.form-result .content .icon:hover {
    color: #0051a3
}

.form-result .content .r-t {
    display: block
}

.form-result .content .e-t {
    display: none
}

.form-result .content .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: auto
}

.form-result .content .img img {
    max-width: 100%
}

.form-result .content .img .r {
    display: block
}

.form-result .content .img .e {
    display: none
}

.form-result .content span {
    width: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #aaa solid;
    margin: auto;
    cursor: pointer
}

.form-result .content span:hover {
    background-color: #0051a3;
    border-color: #0051a3;
    color: #fff
}

.form-result .content.active .img .r {
    display: none
}

.form-result .content.active .img .e {
    display: block
}

.form-result .content.active .icon {
    display: block
}

.form-result .content.active .r-t {
    display: none
}

.form-result .content.active .e-t {
    display: block
}

.application-list ul li .item ol li {
    display: flex
}

.application-list ul li .item ol li h4 {
    line-height: 22px
}

.application-list ul li .item ol li div {
    display: flex;
    flex-wrap: wrap
}

.application-list ul li .item ol li div a {
    border-bottom: 1px #333 solid;
    line-height: 22px
}

.application-list ul li .item ol li div a:hover {
    color: #0051a3;
    border-color: #0051a3
}

.news-detail .content {
    line-height: 24px;
    min-height: 200px
}

.news-detail .content img {
    max-width: 100%;
    display: block;
    margin: auto
}

.news-detail .news-detail-footer {
    border-top: 1px #f5f5f5 solid
}

.news-detail .news-detail-footer a {
    font-size: 14px;
    color: #333
}

.news-detail .news-detail-footer a:hover {
    color: #0051a3
}

.news-detail .related ul li .img {
    overflow: hidden
}

.news-detail .related ul li .img img {
    transition: .5s
}

.news-detail .related ul li a:hover img {
    transform: scale(1.1)
}

.news-detail .related ul li a:hover h4 {
    color: #0051a3
}

.news-detail .new ol li .img {
    width: 36%;
    overflow: hidden
}

.news-detail .new ol li .img img {
    transition: .5s
}

.news-detail .new ol li a:hover img {
    transform: scale(1.1)
}

.news-detail .new ol li a:hover h4 {
    color: #0051a3
}

.search-title-info .search-title {
    display: none !important
}

.search-title-info .search-title:first-child {
    display: flex !important
}

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

.search-product-info {
    overflow-y: auto
}


.yytop {
    position: relative;
    border-bottom: 4px solid #0051a3;
}

.yytop h2 {
    font-size: 30px;
    color: #0051a3;
    font-weight: bold;
    padding: 30px 0;
}
.yytop span {
    position: relative;
    /*top: 20px;*/
    right: 0;
    width: 37%;
    float: left;
}

.yyth2simg {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
}

.yybottom {
    padding-top: 20px;
}

.yytop img {
    width: 100%;
}


.yybottom img {
    width: 100%;
   
}

.yybottom li {
    position: relative;
    width: 257px;
    /*height: 209px;*/
    text-align: center;
    line-height: 209px;
    font-size: 28px;
    color: #fff;
    float: left;
    margin: 30px 20px;
    transition: all 0.5s;
}

.yybottom li p {
    padding-top: 30px;
    color: #000;
    line-height: 30px;
    font-size: 20px;
}


.fwbz {
    position: relative;
    transition: all 0.5s;
    
}

.fwbz::after {
   
}
.fwbz li:hover {
    
    font-weight: bold;
    transition: all 0.5s;
}
















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