.main-color {
    color: #0054a3
}

.wMax {
    width: 100%;
}

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

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

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

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

@font-face {
    font-family: 'fdm';
    src: url('../fonts/DINPRO-MEDIUM.OTF')
}

.fdm {
    font-family: "fdm" !important
}

.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-f1 {
    background-color: #f1f7ff
}

.bg-f5 {
    background: #eaf3f7
}

.color-f {
    color: #fff
}

.color-9 {
    color: #999
}

.color-3 {
    color: #333
}

.color-6 {
    color: #666
}

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

.flex-1 {
    flex: 1
}

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

header .head-nav {
    background:#f0f0f0;
    padding-left: 3%;
    height: 70px;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid
}

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

header .head-nav .logo img {
    max-height: 80%;
    width: 215px
}

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

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

header .head-nav ul {
    margin-left: 5%
}

header .head-nav ul>li>a {
    font-size: 15px;
    height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

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

header .head-nav ul>li .head-son-catname {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(calc(-100% + 100px))
}

header .head-nav ul>li .head-son-catname .pro-catname-info {
    padding-top: 140px;
    opacity: 0;
    min-height: 550px
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol {
    display: flex;
    justify-content: space-between
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li {
    width: 18.6%
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li h3 {
    height: 66px;
    background-color: #e7e9f2;
    padding: 0 16px 0 24px;
    color: #0d1b46;
    border-left: 3px #0054a3 solid;
    position: relative
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li h3 img {
    position: absolute;
    right: 16px;
    top: -20px;
    bottom: -6px;
    max-height: 80px
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds {
    border: 1px #e7e9f2 solid;
    padding: 10px 16px
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds .dsa,
header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds h4 {
    border-bottom: 1px #e7e9f2 solid;
    color: #333;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .5s
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds .dsa i,
header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds h4 i {
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    position: relative;
    margin-left: 16px;
    font-size: 12px;
    color: #fff
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds .dsa i::before,
header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds h4 i::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 7px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid red
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds .dsa:hover,
header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds h4:hover {
    border-color: #0054a3;
    color: #0054a3
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds .dsa:last-child,
header .head-nav ul>li .head-son-catname .pro-catname-info ol li .ds h4:last-child {
    border-bottom: none
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .kz .lastc {
    border-bottom: 1px #e7e9f2 solid;
    display: none
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .kz .lastc a {
    color: #666 !important;
    display: flex;
    align-items: center;
    height: 40px
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .kz .lastc a i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #808080
}

header .head-nav ul>li .head-son-catname .pro-catname-info ol li .kz .lastc a:hover {
    color: #0054a3 !important
}

header .head-nav ul>li .head-son-catname .catname-info {
    padding-top: 140px;
    opacity: 0
}

header .head-nav ul>li .head-son-catname .catname-info .cat-title {
    width: 75%
}

header .head-nav ul>li .head-son-catname .catname-info .cat-title h3 {
    width: 30%;
    height: 66px;
    background-color: #e7e9f2;
    padding: 0 16px 0 24px;
    color: #0d1b46;
    border-left: 3px #0054a3 solid;
    position: relative
}

header .head-nav ul>li .head-son-catname .catname-info .cat-title h3 img {
    position: absolute;
    right: 16px;
    top: -20px;
    bottom: -6px;
    max-height: 80px
}

header .head-nav ul>li .head-son-catname .catname-info .img {
    position: absolute;
    right: 0;
    top: 70px;
    bottom: 0;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center
}

header .head-nav ul>li .head-son-catname .catname-info .img img {
    max-width: 100%;
    max-height: 100%
}

header .head-nav ul>li .head-son-catname .catname-info ol {
    display: flex;
    width: 75%;
    flex-wrap: wrap
}

header .head-nav ul>li .head-son-catname .catname-info ol li {
    width: 30%;
    margin-right: 3%
}

header .head-nav ul>li .head-son-catname .catname-info ol li a {
    border-bottom: 1px #ddd solid;
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    font-weight: 500;
    transition: .5s
}

header .head-nav ul>li .head-son-catname .catname-info ol li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #0054a3;
    width: 0;
    transition: .5s
}

header .head-nav ul>li .head-son-catname .catname-info ol li a:hover {
    color: #0054a3;
    font-weight: 550
}

header .head-nav ul>li .head-son-catname .catname-info ol li a:hover::before {
    width: 100%
}

header .head-nav ul>li .head-son-catname.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

header .head-nav ul>li .head-son-catname.active .catname-info {
    animation: .5s sonhide forwards linear;
    animation-delay: .3s
}

header .head-nav ul>li .head-son-catname.active .pro-catname-info {
    animation: .5s sonhide forwards linear;
    animation-delay: .3s
}

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

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

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

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

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

header .head-nav .info a {
    height: 100%;
    padding: 0 30px;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: #0054a3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

header .head-nav .info a:hover {
    background-color: #fff !important;
    color: #0054a3
}

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

header.active,
header.on,
header.page-active {
    background-color: #fff
}

header.active .head-nav,
header.on .head-nav,
header.page-active .head-nav {
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid
}

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

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

header.active .head-nav ul li>a,
header.on .head-nav ul li>a,
header.page-active .head-nav ul li>a {
    color: #333
}

header.active .head-nav ul li:hover>a,
header.on .head-nav ul li:hover>a,
header.page-active .head-nav ul li:hover>a {
    color: #0054a3
}

header.active .head-nav ul li:hover>a::before,
header.on .head-nav ul li:hover>a::before,
header.page-active .head-nav ul li:hover>a::before {
    background-color: #0054a3
}

header.active .head-nav ul li .active>a,
header.on .head-nav ul li .active>a,
header.page-active .head-nav ul li .active>a {
    color: #0054a3
}

header.active .head-nav ul li .active>a::before,
header.on .head-nav ul li .active>a::before,
header.page-active .head-nav ul li .active>a::before {
    background-color: #0054a3
}

header.active .head-nav .info .tel .icon,
header.on .head-nav .info .tel .icon,
header.page-active .head-nav .info .tel .icon {
    color: #333
}

header.active .head-nav .info .tel h4,
header.on .head-nav .info .tel h4,
header.page-active .head-nav .info .tel h4 {
    color: #333
}

header.active .head-nav .info a,
header.on .head-nav .info a,
header.page-active .head-nav .info a {
    background: #0054a3
}

@keyframes sonhide {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.common-pagination span {
    margin: 0 2px
}

.home-banner video {
    object-fit: cover;
    width: 100%
}

footer {
    background: url(../images/foot-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom
}

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: 30px
}

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

footer .content .code {
    width: 112px
}

footer .links span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4)
}

footer .links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4)
}

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

footer .copyright {
    border-top: 1px rgba(255, 255, 255, 0.1) solid
}

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

footer .copyright a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin-left: 10px
}

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

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

.navbar-nav-more-body .top-menu-list ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100%;
    padding: 0;
    display: none
}

.navbar-nav-more-body .top-menu-list ul.active {
    display: block
}

.navbar-nav-more-body .top-menu-list .icon {
    font-size: 16px;
    color: #666
}

.navbar-nav-more-body .top-menu-list ul.active .icon {
    margin-right: .5rem
}

.position {
    height: 50px
}

.position .content {
    height: 100%
}

.position .category ul li a {
    display: flex;
    align-items: center;
    height: 50px
}

.position .category ul li:hover,
.position .category ul li.active {
    /*background: #0054a3*/
    text-decoration: underline;
    -webkit-text-decoration-color: #0054a3; 
    -webkit-text-decoration-thickness: 4px; 
    text-decoration-color: #0054a3; 
    text-decoration-thickness: 3px; 
    text-underline-offset: 15px;
}

.position .category ul li:hover a,
.position .category ul li.active a {
    color: #fff
}

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

.breadcrumb-item+.breadcrumb-item::before {
    color: #999;
    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: #0054a3
}

.pagination-box {
    text-align: center;
    line-height: 32px;
    color: #595959
}

.pagination-box select {
    margin: 0 8px
}

.pagination-box a,
.pagination-box span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
    color: #666;
    font-size: 14px
}

.pagination-box a:last-child,
.pagination-box span:last-child {
    margin-right: 0
}

.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
    background-color: #0054a3;
    border-color: #0054a3;
    color: #fff !important
}

.pagination-box select {
    height: 32px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box
}

.pagination-box .prev_disabled,
.pagination-box .next_disabled {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #e2e2e2 !important;
    cursor: no-drop
}

.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
    color: #e2e2e2 !important
}

.pagination-box .page_num {
    border: none
}

.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
    content: '<'
}

.pagination-box .next::before,
.pagination-box .next_disabled::before {
    content: '>'
}

.common-more {
    width: 168px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s
}

.common-more:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff
}

.index-section1 {
    /*background: url(../images/index-section1-bg.jpg);*/
    background-size: cover
}

.index-section1 .video-url {
    position: relative
}

.index-section1 .video-url i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center
}

.index-section1 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.index-section1 ul li h5 {
    display: flex;
    align-items: flex-start
}

.index-section2 {
    padding: 14% 0;
    position: relative
}

.index-section2 .text {
    z-index: 1;
    position: relative
}

.index-section3 .new {
    background-color: #f2f8ff
}

.index-section3 .new .img {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    /*border-top-left-radius: 20px;*/
    /*border-top-right-radius: 20px*/
}

.index-section3 .new h4 {
    height: 100px;
    overflow: hidden
}

.index-section3 .new:hover img {
    transform: scale(1.1)
}

.index-section3 .new:hover h4 {
    color: #0054a3
}

.index-section3 ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    background-color: #f2f8ff
}

.index-section3 ul li {
    height: 25%
}

.index-section3 ul li:last-child a {
    border-bottom: none
}

.index-section3 ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px #dadada solid;
    position: relative
}

.index-section3 ul li a:hover h4 {
    color: #0054a3
}

.index-section4 .swiper-slide {
    padding: 12px 6px
}

.index-section4 .img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.index-section4 .img img {
    max-width: 98%;
    max-height: 98%;
    transition: .5s
}

.index-section4 .img:hover {
    box-shadow: 0 0 8px 4px #c9e5fd
}

.index-section5 {
    background: url(../images/index-section5-bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 80px
}

.index-section5 .content .img {
    width: 248px;
    position: relative;
    height: 140px
}

.index-section5 .content .img img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    bottom: 10px
}

.index-section5 .content a {
    width: 248px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s
}

.index-section5 .content a:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #0054a3
}

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

.page-banner .text1 {
    position: absolute;
    left: 10.25%;
    top: 59%;
    right: 0;
    bottom: 0;
    height: 8.25%;
    width: 10.5%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.page-banner .text1 .bt {
    text-align: center;
    cursor: pointer;
    width: auto;
    height: 100%;
    background-color: #4CAF50; /* 按钮颜色 */
    border: none;
    color: white; /* 文字颜色 */
    padding: 10px 20px; /* 内边距 */
    text-align: center; /* 文字居中 */
    text-decoration: none;
    display: inline-block;
    font-size: 300%; /* 字体大小 */
    margin: 4px 2px;
    cursor: pointer;
    transition: background-color 0.3s; /* 动画过渡效果 */
}
 
.page-banner .text1 .bt:hover {
    background-color: #45a049; /* 鼠标悬浮颜色 */
}

.page-banner .text h2 span {
    height: 56px;
    padding: 3px 20px;
    background-color: #fff;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    display: flex;
    justify-items: center;
    align-items: center
}

.page-banner .breadcrumb {
    background: linear-gradient(to right, rgba(108, 117, 125, 0.3), transparent);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    margin: auto;
    height: 30px;
}

.page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    content: var(--bs-breadcrumb-divider, "-")
}

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

.page-banner .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px
}

.page-banner .breadcrumb-item a:hover {
    color: #fff
}

.product-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px #d7e2ed solid;
    padding: 5%;
    transition: .5s
}

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

.product-list ul li .img {
    width: 46%
}

.product-list ul li .text {
    width: 46%
}

.product-list ul li:hover {
    border-color: #fff;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.09)
}

.product-list1 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background-color: #fff;*/
    /*border: 1px #d7e2ed solid;*/
    /*padding: 5%;*/
    transition: .5s
}

.product-list1 ul li:nth-child(even) {
    flex-direction: row-reverse
}

.product-list1 ul li .img {
    /*width: 50%*/
    padding-right:2%;
}

.product-list1 ul li .text {
    /*width: 50%*/
    padding-left: 2%;
}

.product-list1 ul li:hover {
    border-color: #fff;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.09)
}

.about-page .section1 {
    position: relative;
    z-index: 1
}

.about-page .section1 .bg {
    position: absolute;
    left: -5%;
    right: 0;
    bottom: 8%;
    display: flex;
    align-items: center;
    max-height: 60%;
    z-index: -1
}

.about-page .section1 .info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-page .section1 .info .video-url {
    position: relative
}

.about-page .section1 .info .video-url i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center
}

.about-page .section1 .text .desc {
    line-height: 30px
}

.about-page .section1 .text .desc p {
    margin-bottom: 12px
}

.about-page .section1 .text .desc p:last-child {
    margin-bottom: 0
}

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

.about-page .section1 ul li h5 {
    display: flex;
    align-items: flex-start
}

.about-page .section2 ul li .item {
    padding-top: 60%;
    position: relative;
    background-color: #fff;
    /*border-top-left-radius: 40px;*/
    /*border-bottom-right-radius: 40px;*/
    transition: .5s
}

.about-page .section2 ul li .item .content{
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-page .section2 ul li .item .contents{
    display: block;
}

.about-page .section2 ul li .item h5 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 84, 163, 0.2), 1px 0 rgba(0, 84, 163, 0.2), -1px 0 rgba(0, 84, 163, 0.2), 0 -1px rgba(0, 84, 163, 0.2);
    color: #fff;
    transition: .5s
}

.about-page .section2 ul li .item>div {
    position: absolute;
    left: 8%;
    top: 8%
}

.about-page .section2 ul li .item .icon {
    position: absolute;
    left: 8%;
    bottom: 6%
}

.about-page .section2 ul li .item:hover {
    background-color: #0054a3
}

.about-page .section2 ul li .item:hover h3 {
    color: #fff
}

.about-page .section2 ul li .item:hover h5 {
    text-shadow: 0 1px rgba(255, 255, 255, 0.1), 1px 0 rgba(255, 255, 255, 0.1), -1px 0 rgba(255, 255, 255, 0.1), 0 -1px rgba(255, 255, 255, 0.1);
    color: #0054a3
}

.about-page .section2 ul li .item:hover div {
    color: rgba(255, 255, 255, 0.6)
}

.about-page .section2 ul li .item:hover .icon {
    color: rgba(255, 255, 255, 0.5)
}

.about-page .section2 .text {
    position: relative;
    height: 100%;
    /*border-top-left-radius: 80px;*/
    /*border-bottom-right-radius: 80px*/
}

.about-page .section2 .text .content{
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-page .section2  .text .content .contents{
    display: block;
}

.about-page .section2 .text>div {
    position: absolute;
    left: 10%;
    top:10%;
}

.about-page .section2 .text .icon {
    position: absolute;
    left: 8%;
    bottom: 6%;
    color: rgba(255, 255, 255, 0.5)
}

.about-page .section3 .year {
    z-index: 2
}

.about-page .section3 .year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    height: 1px;
    background-color: #bbb;
    z-index: -1
}

.about-page .section3 .year .course-next {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -15px;
    right: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3;
    border-radius: 50%
}

.about-page .section3 .year ul li {
    cursor: pointer;
    display: flex;
    justify-content: center
}

.about-page .section3 .year ul li div {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.about-page .section3 .year ul li span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px #ccc solid;
    position: relative
}

.about-page .section3 .year ul li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #666;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: auto
}

.about-page .section3 .year ul li h4 {
    height: 54px;
    line-height: 54px;
    transition: .5s
}

.about-page .section3 .year ul li.swiper-slide-thumb-active h4 {
    color: #0054a3;
    font-weight: bold
}

.about-page .section3 .year ul li.swiper-slide-thumb-active span::before {
    background-color: #0054a3
}

.about-page .section3 .content {
    z-index: 1
}

.about-page .section3 .bg {
    z-index: -1;
    font-size: 560px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-shadow: 0 1px #d6e1ee, 1px 0 #d6e1ee, -1px 0 #d6e1ee, 0 -1px #d6e1ee;
    color: #fff;
    transition: .5s
}

.about-page .section3 .item {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    box-shadow: 0 0 10px 2px #e3ecf3;
    padding: 3%;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.4)
}

.about-page .section3 .item .img {
    width: 52%
}

.about-page .section3 .item .desc {
    width: 46%;
    padding-top: 5%
}

.about-page .section3 .course-next,
.about-page .section3 .course-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 2
}

.about-page .section3 .course-next:hover .icon,
.about-page .section3 .course-prev:hover .icon {
    color: #0054a3
}

.about-page .section3 .course-next {
    right: 0
}

.about-page .section3 .course-prev {
    left: 0
}

.about-page .section4 .content {
    position: relative;
    background: url(../images/about-section4-bg.png) no-repeat;
    background-size: 100%;
    background-position-y: calc(100% - 60px)
}

.about-page .section4 .button-prev:hover .icon,
.about-page .section4 .button-next:hover .icon {
    color: #0054a3
}

.about-page .section4 .item .img {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.about-page .section4 .item .img img {
    max-width: 100%;
    max-height: 100%
}

.about-page .section4 .item:hover h4 {
    color: #0054a3
}

.company-list .gallery-name {
    border-top: 1px #aec1d8 solid;
    border-bottom: 1px #aec1d8 solid
}

.company-list .gallery-name ul li {
    cursor: pointer
}

.company-list .gallery-name ul li h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative
}

.company-list .gallery-name ul li h4::before {
    content: '';
    position: absolute;
    left: 0;
    transition: .5s;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #0054a3
}

.company-list .gallery-name ul li h4:hover::before {
    width: 100%
}

.company-list .gallery-name ul li.swiper-slide-thumb-active h4 {
    color: #0054a3;
    font-weight: bold
}

.company-list .gallery-name ul li.swiper-slide-thumb-active h4::before {
    width: 100%
}

.company-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 4% 3%
}

.company-list .item .text {
    width: 46%
}

.company-list .item .text img {
    max-width: 40%
}

.company-list .item .img {
    width: 45%
}

.news-list ul li a {
    background-color: #fff
}

.news-list ul li a .img {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    /*border-top-left-radius: 20px;*/
    /*border-top-right-radius: 20px*/
}

.news-list ul li a h4 {
    height: 100px;
    overflow: hidden
}

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

.news-list ul li a:hover h4 {
    color: #0054a3
}

.contact-list .gallery-name {
    border-top: 1px #aec1d8 solid;
    border-bottom: 1px #aec1d8 solid
}

.contact-list .gallery-name ul li {
    cursor: pointer
}

.contact-list .gallery-name ul li h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative
}

.contact-list .gallery-name ul li h4::before {
    content: '';
    position: absolute;
    left: 0;
    transition: .5s;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #0054a3
}

.contact-list .gallery-name ul li h4:hover::before {
    width: 100%
}

.contact-list .gallery-name ul li.swiper-slide-thumb-active h4 {
    color: #0054a3;
    font-weight: bold
}

.contact-list .gallery-name ul li.swiper-slide-thumb-active h4::before {
    width: 100%
}

.contact-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 3% 3%
}

.contact-list .item .text {
    width: 46%;
    padding-left: 4%
}

.contact-list .item .text ol li {
    margin-top: 3%;
    display: flex;
    align-items: center
}

.contact-list .item .text ol li span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #eef2f7
}

.contact-list .item .img {
    width: 45%
}

.contact-list .message {
    padding: 4% 3%
}

.contact-list .message .mitem {
    position: relative;
    border-bottom: 1px #aec1d8 solid
}

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

.contact-list .message .mitem input {
    padding-bottom: 10px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333
}

.contact-list .message .mitem textarea {
    width: 100%;
    display: block;
    height: 120px;
    font-size: 15px;
    color: #333
}

.contact-list .message button {
    width: 360px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s
}

.contact-list .message button:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff
}

.font-15 {
    font-size: 15px
}

.join-page .section1 ol li .item {
    min-height: 350px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 8%;
    transition: .5s;
    z-index: 1;
    overflow: hidden
}

.join-page .section1 ol li .item img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-height: 40%;
    max-width: 30%;
    z-index: -1
}

.join-page .section1 ol li .item:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.09)
}

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

.join-page .section2 .content ol {
    width: 20%
}

.join-page .section2 .content ol li {
    margin-bottom: 12%;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer
}

.join-page .section2 .content ol li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: .5s;
    background-color: #0054a3;
    height: 1px
}

.join-page .section2 .content ol li:last-child {
    margin-bottom: 0
}

.join-page .section2 .content ol li.active h4 {
    color: #0054a3
}

.join-page .section2 .content ol li.active::before {
    width: 100%
}

.join-page .section2 .content .info {
    width: 80%;
    background-color: #fff;
    padding: 3%
}

.join-page .section2 .content .info .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 400px;
    overflow: auto
}

.join-page .section2 .content .info .item .img {
    width: 48%
}

.join-page .section2 .content .info .item .text {
    width: 46%
}

.join-page .section3 {
    background: url(../images/join-section3-bg.jpg) no-repeat;
    background-size: cover
}

.join-page .section3 h5 {
    color: rgba(255, 255, 255, 0.7)
}

.join-page .section3 .section3-container ul li .item {
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff
}

.join-page .section3 .section3-container ul li .item .img {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.join-page .section3 .section3-container ul li .item .img img {
    max-height: 100%
}

.join-page .section3 .content {
    background: url(../images/join-section3-bg.png) no-repeat;
    background-size: cover;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden
}

.join-page .section3 .content ol li .item {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.join-page .section3 .content ol li .item .img {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center
}

.join-page .section3 .content ol li .item .img .a {
    display: block
}

.join-page .section3 .content ol li .item .img .b {
    display: none
}

.join-page .section3 .content ol li .item .img img {
    max-height: 100%
}

.join-page .section3 .content ol li .item h3 {
    margin-top: 40px;
    transition: .5s
}

.join-page .section3 .content ol li .item .desc {
    width: 90%;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    opacity: 0
}

.join-page .section3 .content ol li .item:hover {
    background-color: #fff
}

.join-page .section3 .content ol li .item:hover .img .a {
    display: none
}

.join-page .section3 .content ol li .item:hover .img .b {
    display: block
}

.join-page .section3 .content ol li .item:hover h3 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333
}

.join-page .section3 .content ol li .item:hover .desc {
    max-height: 180px;
    opacity: 1
}

.join-page .section4 .button-prev:hover .icon,
.join-page .section4 .button-next:hover .icon {
    color: #0054a3
}

.join-page .section4 .gallery-name {
    border-top: 1px #aec1d8 solid;
    border-bottom: 1px #aec1d8 solid
}

.join-page .section4 .gallery-name ul li {
    cursor: pointer
}

.join-page .section4 .gallery-name ul li h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative
}

.join-page .section4 .gallery-name ul li h4::before {
    content: '';
    position: absolute;
    left: 0;
    transition: .5s;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #0054a3
}

.join-page .section4 .gallery-name ul li h4:hover::before {
    width: 100%
}

.join-page .section4 .gallery-name ul li.swiper-slide-thumb-active h4 {
    color: #0054a3;
    font-weight: bold
}

.join-page .section4 .gallery-name ul li.swiper-slide-thumb-active h4::before {
    width: 100%
}

.join-page .section4 ol li .item {
    padding-top: 65%;
    position: relative;
    overflow: hidden
}

.join-page .section4 ol li .item h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 84, 163, 0.8);
    opacity: 0;
    transition: .5s
}

.join-page .section4 ol li .item:hover img {
    transform: scale(1.1)
}

.join-page .section4 ol li .item:hover h4 {
    opacity: 1
}

.join-page .section5 ol li .item {
    padding: 4%;
    background-color: #fff;
    min-height: 324px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s
}

.join-page .section5 ol li .item .text img {
    width: 210px
}

.join-page .section5 ol li .item .text a {
    width: 168px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #0054a3 solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s;
    margin-top: 70px
}

.join-page .section5 ol li .item .text a:hover {
    background-color: #0054a3;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff
}

.join-page .section5 ol li .item .img {
    width: 48%;
    height: 248px;
    display: flex;
    justify-content: center;
    align-items: center
}

.join-page .section5 ol li .item .img img {
    max-width: 100%;
    max-height: 100%
}

.join-page .section5 ol li .item:hover {
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.09)
}

.product-page1 .section3 ul {
    display: flex;
    justify-content: space-between
}

.product-page1 .section3 ul li {
    height: 750px;
    position: relative;
    overflow: hidden;
    width: 20%;
    transition: .5s
}

.product-page1 .section3 ul li .item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 4%;
    background: rgba(0, 0, 0, 0.6);
    transition: .5s
}

.product-page1 .section3 ul li .item .num {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 350px;
    margin-top: 40px
}

.product-page1 .section3 ul li .item .num .line {
    height: 210px;
    width: 1px;
    background: rgba(255, 255, 255, 0.6)
}

.product-page1 .section3 ul li .item .num h5 {
    font-size: 90px;
    font-weight: bold;
    text-shadow: 0 1px #d6e1ee, 1px 0 #d6e1ee, -1px 0 #d6e1ee, 0 -1px #d6e1ee;
    color: rgba(0, 0, 0, 0.99)
}

.product-page1 .section3 ul li .item .info {
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
    display: none
}

.product-page1 .section3 ul li .item .info .text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-page1 .section3 ul li .item .info .text h5 {
    font-size: 90px;
    font-weight: bold;
    text-shadow: 0 1px #d6e1ee, 1px 0 #d6e1ee, -1px 0 #d6e1ee, 0 -1px #d6e1ee;
    color: rgba(0, 84, 163, 0.99)
}

.product-page1 .section3 ul li .item .info .img {
    width: 44%;
    background-color: #fff;
    padding: 10px
}

.product-page1 .section3 ul li .item .info .img img {
    width: 100%;
    display: block
}

.product-page1 .section3 ul li.on {
    width: 60%
}

.product-page1 .section3 ul li.on .item {
    background: rgba(0, 84, 163, 0.6);
    padding: 0 8% 0 10%
}

.product-page1 .section3 ul li.on .item h3 {
    text-align: left !important;
    width: 100%
}

.product-page1 .section3 ul li.on .item p {
    text-align: left !important;
    width: 100%
}

.product-page1 .section3 ul li.on .item .num {
    display: none
}

.product-page1 .section3 ul li.on .item .info {
    display: flex
}

.product-page1 .section3 ol li {
    padding-top: 100%;
    position: relative
}

.product-page1 .section3 ol li .item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
    background-color: rgba(0, 0, 0, 0.6)
}

.product-page1 .section1 .text .desc {
    border-bottom: 1px #aec1d8 solid
}

.product-page1 .section1 .text ol li {
    display: flex;
    align-items: center
}

.product-page1 .section1 .text ol li h5 {
    width: 116px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3
}

.product-page1 .section1 .img {
    display: flex;
    justify-content: flex-end
}

.product-page1 .section1 .img img {
    max-width: 100%
}

.product-page1 .section2 .item {
    padding: 60px 30px 40px;
    background-color: #fff;
    height: 100%
}

.product-page1 .section2 .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 128px
}

.product-page1 .section2 .item .img img {
    max-width: 100%;
    max-height: 100%
}

.product-page1 .section2 .item .desc {
    white-space: normal;
    word-break: break-all;
    line-height: 30px;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.product-page1 .section2 .item .desc:hover {
    display: flex;
    height: auto;
}

.product-page1 .section4 .content {
    position: relative
}

.product-page1 .section4 .content .pk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 206px;
    border-radius: 6px;
    background-color: #d6e9fe;
    margin: auto;
    overflow: hidden;
    border: 2px #fff solid;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.09)
}

.product-page1 .section4 .content .pk h3 {
    height: 74px;
    background-color: #82bdff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.product-page1 .section4 .content .pk h3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid #82bdff;
    border-right: 102px solid transparent;
    border-left: 102px solid transparent
}

.product-page1 .section4 .content .pk ol {
    padding-left: 16%;
    padding-right: 16%
}

.product-page1 .section4 .content .pk ol li {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px #cedbea solid
}

.product-page1 .section4 .content .pk ol li:last-child {
    border-bottom: none
}

.product-page1 .section4 .content .item {
    background-color: #e2eaf4;
    border-radius: 8px;
    overflow: hidden
}

.product-page1 .section4 .content .item h3 {
    background-color: #a7b1bc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px
}

.product-page1 .section4 .content .item ol {
    padding-left: 5%;
    padding-right: 16%
}

.product-page1 .section4 .content .item ol li {
    min-height: 80px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px #cedbea solid
}

.product-page1 .section4 .content .item ol li:last-child {
    border-bottom: none
}

.product-page1 .section4 .content .item ol li .desc {
    flex: 1
}

.product-page1 .section4 .content .item1 {
    background-color: #fff
}

.product-page1 .section4 .content .item1 h3 {
    background-color: #0054a3
}

.product-page1 .section4 .content .item1 ol {
    padding-left: 16%;
    padding-right: 5%
}

.join-list .section1 .join-name {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8% 0 4%;
    background-color: #fff;
    border-top: 2px #0054a3 solid;
    border-bottom: 1px #aec1d8 solid
}

.join-list .section1 .join-name h5 {
    min-width: 240px
}

.join-list .section1 .join-name p {
    min-width: 120px
}

.join-list .section1 ul li .title {
    padding: 0 8% 0 4%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px #0054a3 solid;
    cursor: pointer;
    position: relative
}

.join-list .section1 ul li .title i {
    position: absolute;
    right: 1%;
    display: block;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    transition: .5s;
    color: #0054a3
}

.join-list .section1 ul li .title h5 {
    min-width: 240px;
    color: #0054a3;
    font-weight: 550
}

.join-list .section1 ul li .title p {
    min-width: 120px
}

.join-list .section1 ul li .title:hover h5 {
    color: #0054a3
}

.join-list .section1 ul li .collapsed {
    border-bottom: 1px #aec1d8 solid
}

.join-list .section1 ul li .collapsed h5 {
    color: #333;
    font-weight: 500
}

.join-list .section1 ul li .collapsed i {
    transform: rotate(90deg);
    color: #999
}

.join-list .section1 ul li .desc a {
    width: 220px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s
}

.join-list .section1 ul li .desc a:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff
}

.join-list .section2 .content ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px #d6e1ee solid
}

.join-list .section2 .content ul li:last-child {
    display: none
}

.join-list .section2 .content ul li span {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px #0054a3 solid
}

.join-list .section2 .content ul li span img {
    max-width: 70%;
    max-height: 70%
}

.join-list .section2 .content ul .jt {
    padding-top: 60px
}

.join-list .section2 .content .info a {
    width: 200px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s
}

.join-list .section2 .content .info a:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff
}

.news-detail .content {
    min-height: 500px
}

.news-detail .news-detail-footer {
    border-top: 1px #ccc solid;
    line-height: 30px
}

.news-detail .news-detail-footer a {
    color: #666
}

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

.pt-70 {
    padding-top: 70px
}

.download-list ul li .item {
    background-color: #fff;
    height: 80px;
    transition: .5s;
    border-radius: 6px
}

.download-list ul li .item:hover {
    background-color: #0054a3
}

.download-list ul li .item:hover .icon {
    color: #fff
}

.download-list ul li .item:hover h4,
.download-list ul li .item:hover i {
    color: #fff
}

.product-list2 ul li .item {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    overflow: hidden
}

.product-list2 ul li .item .text {
    border-top: 1px #d7e2ed solid
}

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

.product-list2 ul li .item .text .desc {
    white-space: normal;
    word-break: break-all;
    line-height: 30px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.product-list2 ul li .item .img {
    padding-top: 70%;
    position: relative;
    overflow: hidden
}

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

.product-list2 ul li .item .img:hover img {
    transform: scale(1.1)
}

.product-page .section1 .page-container .img {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-page .section1 .page-container .img img {
    max-width: 100%;
    max-height: 100%
}

.product-page .section2 {
    border-top: 1px #eee solid
}

.product-page .section2 .nav {
    border-bottom: 1px #0054a3 solid
}

.product-page .section2 .nav li a.active {
    font-weight: bold;
    color: #0054a3
}

.product-page .section2 .nav li a:hover {
    color: #0054a3
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 490px;
    height: 500px;
    background: #ffffff;
    border: 1px solid #cccccc;
    display: none;
    text-align: center;
    overflow: hidden
}

div.zoomMask {
    position: absolute;
    background: url('../images/mask.png') repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

.coomon-son-catname {
    display: flex;
    align-items: center;
    justify-content: center
}

.coomon-son-catname a {
    width: 168px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #ccc solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s
}

.coomon-son-catname a:hover,
.coomon-son-catname a.active {
    color: #fff;
    border-color: #0054a3;
    background-color: #0054a3
}

.service-page .content {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.09);
    padding: 2% 5%
}

.zsjm-page .section1 ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.zsjm-page .section1 ol li {
    width: 180px;
    height: 200px;
    margin: 10px;
    position: relative;
    z-index: 1
}

.zsjm-page .section1 ol li .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.zsjm-page .section1 ol li .bg img {
    width: 100%;
    height: 100%
}

.zsjm-page .section1 ol li .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%
}

.zsjm-page .section1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.zsjm-page .section1 ul li {
    width: 266px;
    height: 296px;
    position: relative;
    z-index: 1
}

.zsjm-page .section1 ul li .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.zsjm-page .section1 ul li .bg img {
    width: 100%;
    height: 100%
}

.zsjm-page .section1 ul li .bg .a {
    display: block
}

.zsjm-page .section1 ul li .bg .b {
    display: none
}

.zsjm-page .section1 ul li .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%
}

.zsjm-page .section1 ul li .text .num1 {
    display: none
}

.zsjm-page .section1 ul li .text .desc {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .5s;
    color: rgba(255, 255, 255, 0.8)
}

.zsjm-page .section1 ul li:hover .bg .a {
    display: none
}

.zsjm-page .section1 ul li:hover .bg .b {
    display: block
}

.zsjm-page .section1 ul li:hover .text .num {
    display: none
}

.zsjm-page .section1 ul li:hover .text .desc {
    height: 80px;
    opacity: 1
}

.zsjm-page .section1 ul li:hover .text h3 {
    color: #fff
}

.zsjm-page .section1 ul li:hover .text .num1 {
    display: block
}

.zsjm-page .section1 .ul2 {
    justify-content: center;
    transform: translateY(-40px)
}

.zsjm-page .section1 .ul2 li {
    margin: 0 2%
}

.zsjm-page .section2 .text {
    padding: 0 12% 0 8%
}

.zsjm-page .section3 .desc {
    width: 100%
}

.zsjm-page .section3 ul li .item {
    min-height: 220px;
    background-color: #fff;
    padding: 2% 8%;
    display: flex;
    align-items: center;
    border-top-left-radius: 36px;
    border-bottom-right-radius: 36px
}

.zsjm-page .section3 ul li .item .text {
    padding-right: 4%
}

.zsjm-page .section3 ul li .item .text .info {
    min-height: 86px
}

.zsjm-page .section3 ul li .item .img {
    width: 100px
}

.zsjm-page .section3 ul li .item .img img {
    max-width: 100%
}

.zsjm-page .section4 .content {
    padding: 4% 6%
}

.zsjm-page .section4 form input::-webkit-input-placeholder {
    font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    color: #999
}

.zsjm-page .section4 form input:-moz-placeholder {
    font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    color: #999
}

.zsjm-page .section4 form input::-moz-placeholder {
    font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    color: #999
}

.zsjm-page .section4 form input:-ms-input-placeholder {
    font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    color: #999
}

.zsjm-page .section4 form .mitem {
    border-bottom: 1px #dddddd solid;
    position: relative
}

.zsjm-page .section4 form .mitem span {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 12px;
    color: red
}

.zsjm-page .section4 form .mitem input {
    height: 48px;
    display: flex;
    width: 100%;
    align-items: center;
    color: #666
}

.zsjm-page .section4 form button {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3
}

.product2-list ul li .item {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    overflow: hidden
}

.product2-list ul li .item .text {
    border-top: 1px #d7e2ed solid
}

.product2-list ul li .item .text .desc {
    line-height: 30px;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.product2-list ul li .item .text .desc1 {
    line-height: 30px;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.product2-list ul li .item .text .desc:hover {
    display: block;
    height: auto;
}

.product2-list ul li .item .text .info .more {
    border: 1px #0054a3 solid;
    background-color: #fff
}

.product2-list ul li .item .text .info .more:hover {
    background-color: #0054a3;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff
}

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

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

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

.demo-content {
    padding: 10% 5%;
    position: relative
}

.demo-content .btn-close {
    position: absolute;
    right: 3%;
    top: 3%
}

.demo-content form .mitem {
    border-bottom: 1px #dddddd solid;
    position: relative
}

.demo-content form .mitem span {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 12px;
    color: red
}

.demo-content form .mitem input {
    height: 48px;
    display: flex;
    width: 100%;
    align-items: center;
    color: #666
}

.demo-content form button {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a3
}

.product-page2 .banner {
    background: url(../images/product-page2-bg.jpg);
    background-size: cover;
    background-position: top center;
    padding: 180px 0 90px
}

.product-page2 .banner .img img {
    border-radius: 24px
}

.product-page2 .section1 {
    background-color: #f2f8ff
}

.product-page2 .section2 ul li .item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.product-page2 .section2 ul li .item .num {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: bold;
    text-shadow: 0 1px #d6e1ee, 1px 0 #d6e1ee, -1px 0 #d6e1ee, 0 -1px #d6e1ee;
    color: #fff
}

.product-page2 .section2 ul li .item .img {
    width: 46%;
    display: flex;
    justify-content: center
}

.product-page2 .section2 ul li .item .img img {
    max-width: 100%
}

.product-page2 .section2 ul li .item .text {
    width: 46%
}

.product-page2 .section2 ul li .item .text .desc {
    min-height: 150px
}

.product-page2 .section4 ul {
    display: flex;
    justify-content: space-between
}

.product-page2 .section4 ul li {
    height: 750px;
    position: relative;
    overflow: hidden;
    width: 20%;
    transition: .5s
}

.product-page2 .section4 ul li .item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 4%;
    background: rgba(0, 0, 0, 0.6);
    transition: .5s
}

.product-page2 .section4 ul li .item .num {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 350px;
    margin-top: 40px
}

.product-page2 .section4 ul li .item .num .line {
    height: 210px;
    width: 1px;
    background: rgba(255, 255, 255, 0.6)
}

.product-page2 .section4 ul li .item .num h5 {
    font-size: 90px;
    font-weight: bold;
    text-shadow: 0 1px #d6e1ee, 1px 0 #d6e1ee, -1px 0 #d6e1ee, 0 -1px #d6e1ee;
    color: rgba(0, 0, 0, 0.99)
}

.product-page2 .section4 ul li .item .info {
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
    display: none
}

.product-page2 .section4 ul li .item .info .text {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-page2 .section4 ul li .item .info .text h5 {
    font-size: 90px;
    font-weight: bold;
    text-shadow: 0 1px #d6e1ee, 1px 0 #d6e1ee, -1px 0 #d6e1ee, 0 -1px #d6e1ee;
    color: rgba(0, 84, 163, 0.99)
}

.product-page2 .section4 ul li.on {
    width: 60%
}

.product-page2 .section4 ul li.on .item {
    background: rgba(0, 84, 163, 0.6);
    padding: 0 8% 0 10%
}

.product-page2 .section4 ul li.on .item h3 {
    text-align: left !important;
    width: 100%
}

.product-page2 .section4 ul li.on .item p {
    text-align: left !important;
    width: 100%
}

.product-page2 .section4 ul li.on .item .num {
    display: none
}

.product-page2 .section4 ul li.on .item .info {
    display: flex
}

.product-page2 .section4 ol li {
    padding-top: 100%;
    position: relative
}

.product-page2 .section4 ol li .item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
    background-color: rgba(0, 0, 0, 0.6)
}

.pro-lanmu {
    height: 46px;
    background-color: #0054a3;
    display: flex;
    justify-content: center;
    align-items: center
}

.m-product-catname {
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    z-index: 99;
    transition: .5s;
    opacity: 0
}

.m-product-catname.on {
    opacity: 1;
    right: 0
}

.m-product-catname .pro-lanmu-close {
    position: absolute;
    top: 20%;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center
}

.m-product-catname .m-content {
    width: calc(100% - 50px);
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 56px;
    overflow: auto
}

.m-product-catname .m-content ul {
    border-top: 1px #eee solid
}

.m-product-catname .m-content ul>li>a {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-product-catname .m-content ul>li>a.on {
    background-color: #0054a3;
    color: #fff
}

.m-product-catname .m-content ul>li>a.on .icon {
    transform: rotate(90deg);
    color: #fff
}

.m-product-catname .m-content ul>li ol {
    background-color: #f2f2f2;
    padding: 0 16px;
    display: none
}

.m-product-catname .m-content ul>li ol.on {
    display: block
}

.m-product-catname .m-content ul>li ol li>h4 {
    display: block;
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px #ddd solid;
    justify-content: space-between
}

.m-product-catname .m-content ul>li ol li>h4.on {
    color: #0054a3
}

.m-product-catname .m-content ul>li ol li>h4.on .icon {
    transform: rotate(90deg)
}

.m-product-catname .m-content ul>li ol li>a {
    display: block;
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px #ddd solid;
    justify-content: space-between
}

.m-product-catname .m-content ul>li ol li .last-child {
    padding: 0 16px;
    display: none
}

.m-product-catname .m-content ul>li ol li .last-child.on {
    display: block
}

.m-product-catname .m-content ul>li ol li .last-child a {
    display: block;
    height: 40px;
    display: flex;
    align-items: center
}

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