@font-face {
    font-family: PF35;
    src: url(../fonts/AlibabaPuHuiTi-2-35-Thin.woff2) format("woff2")
}

@font-face {
    font-family: PF45;
    src: url(../fonts/AlibabaPuHuiTi-2-45-Light.woff2) format("woff2")
}

@font-face {
    font-family: PF55;
    src: url(../fonts/AlibabaPuHuiTi-2-55-Regular.woff2) format("woff2")
}

@font-face {
    font-family: PF75;
    src: url(../fonts/AlibabaPuHuiTi-2-75-SemiBold.woff2) format("woff2")
}

html, * {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: PF55;
    text-size-adjust: none;
}

a, div, form, li, p, span, ul {
    box-sizing: border-box;
}

a {
    color: inherit;
    display: inline-block;
    -webkit-text-decoration: none;
    text-decoration: none
}

dl, ol, ul {
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

.default-layout .default-container {
    width: 100%;
}

.flex {
    display: flex
}

.flex-center {
    align-items: center
}

.flex-top {
    align-content: flex-start;
    align-items: flex-start
}

.flex-center, .flex-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.flex-left {
    justify-content: flex-start
}

.flex-right {
    justify-content: flex-end
}

.flex-left, .flex-right {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.flex-between {
    justify-content: space-between
}

.flex-around,
.flex-between {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.flex-around {
    justify-content: space-around
}


.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.count-to {
    display: inline-block
}

:root, page {
    --theme-container-width: 88rem;
    --color-body-bg: #ffffff;
}

html.body-scroll-far .ub-header,
html.body-scroll-far .ub-header-b {
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05);
    position: sticky;
    background-color: var(--color-content-bg);
    z-index: 500;
}

html.body-scroll-far .ub-header-b .nav a {
    color: #010101;
}

html.body-scroll-far .ub-header-b .nav a.active {
    color: var(--color-primary);
}

html.body-scroll-far .ub-header-b .contact {
    color: #000000;
}

.default-container {
    width: 100%;
}

.ub-container,
.ub-mobile-container {
    padding-top: 0.5rem;
}

.ub-header-b {
    height: 4.5rem;
}

.ub-header-b .nav .nav-item, .ub-header-b .nav a {
    font-size: var(--font-size-large);
    margin: 0 0.5rem;
    color: #ffffff;
}

.ub-header-b .nav a.active {
    color: #ffffff;
}

.ub-header-b .nav a:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 0.1rem;
    position: absolute;
    transition: all .3s;
    width: 0
}

.ub-header-b .nav a:hover {
    color: #2880fe;
}

.ub-header-b .nav a:hover:before {
    background-color: #2880fe;
    width: 100%;
    left: 0;
}

.ub-header-b .nav a.active:before {
    background-color: #ffffff;
    width: 100%;
    left: 0;
}

.ub-header-b .nav .nav-item .sub-nav .sub-nav-item {
    color: #2880fe;
    padding: 0.1rem 0.6rem;
}

.ub-header-b .nav .nav-item .sub-nav .sub-nav-item a {
    color: #2880fe;
}

.ub-header-b .contact {
    float: right;
    padding: 0.5rem 0;
    font-size: 1.35rem;
}

.ub-breadcrumb .item, .ub-breadcrumb a {
    padding-right: 0;
}

.floor1 .floor-title,
.floor2 .floor-title,
.floor3 .floor-title,
.floor4 .floor-title {
    align-items: center;
    justify-content: center;
    padding: 2.7rem 0
}

/* floor1 start */
.floor2 {
    /*min-height: 57.5rem;*/
    position: relative;
    width: 100%
}

.floor2 > img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.floor2 .title {
    color: #000;
    font-size: 2rem;
    font-weight: 800;
    left: 23rem;
    position: absolute;
    top: 6.5rem
}

.floor2 .floor2-box {
    margin: 5rem 0 7rem 40rem;
    position: relative;
    width: 40rem;
    z-index: 8
}

.floor2 .floor2-box > div:first-child {
    color: #444;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5rem
}

.floor2 .floor2-box > div:nth-child(2) {
    margin-top: 4rem
}

.floor2 .floor2-box > div:nth-child(2) > div:first-child,
.floor2 .floor2-box > div:nth-child(2) > div:nth-child(3) {
    width: 20rem
}

.floor2 .floor2-box > div:nth-child(2) > div:first-child > div,
.floor2 .floor2-box > div:nth-child(2) > div:nth-child(3) > div {
    margin-bottom: 2.9rem
}

.floor2 .floor2-box > div:nth-child(2) > div:first-child > div > div:first-child,
.floor2 .floor2-box > div:nth-child(2) > div:nth-child(3) > div > div:first-child {
    color: #373737;
    font-size: 1.5rem;
    font-weight: 700
}

.floor2 .floor2-box > div:nth-child(2) > div:first-child > div > div:nth-child(2),
.floor2 .floor2-box > div:nth-child(2) > div:first-child > div > div:nth-child(3),
.floor2 .floor2-box > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2),
.floor2 .floor2-box > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(3) {
    color: #444;
    font-size: 0.8rem;
    font-weight: 400
}

.floor2 .floor2-box > div:nth-child(2) > div:first-child > div > div:nth-child(2),
.floor2 .floor2-box > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) {
    margin: 1.2rem auto 0.5rem
}

.floor2 .floor2-box > div:nth-child(2) > div:first-child > div:last-child,
.floor2 .floor2-box > div:nth-child(2) > div:nth-child(3) > div:last-child {
    margin-bottom: 0
}

.floor2 .floor2-box > div:nth-child(2) > span {
    background: #c2c3cc;
    display: inline-block;
    height: 24rem;
    margin: 0.7rem 2.6rem 0 0;
    width: 2px
}

/* floor2 end */

/* floor3 start */
.floor3 {
    background-image: url(https://img.julankj.cn/guangju/profile/img/product-2.png);
    background-size: 100% 100%;
    min-height: 5.20833rem;
    position: relative;
    width: 100%
}

.floor3 > img {
    position: absolute;
    top: 0;
    width: 100%
}

.floor3 .floor3-1,
.floor3 .floor3-2 {
    display: flex;
    margin: 0 12.5rem 4rem;
    padding-top: 0.8rem;
    position: relative
}

.floor3 .floor3-1 .left,
.floor3 .floor3-2 .left {
    margin: 0 6.6rem 0 12.6rem
}

.floor3 .floor3-1 .left,
.floor3 .floor3-1 .right,
.floor3 .floor3-2 .left,
.floor3 .floor3-2 .right {
    width: 33.8rem
}

.floor3 .floor3-1 .left .title,
.floor3 .floor3-1 .right .title,
.floor3 .floor3-2 .left .title,
.floor3 .floor3-2 .right .title {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    height: 3rem;
    justify-content: space-between;
    margin-bottom: 0.36rem;
    width: 100%
}

.floor3 .floor3-1 .left .title > div:first-child,
.floor3 .floor3-1 .right .title > div:first-child,
.floor3 .floor3-2 .left .title > div:first-child,
.floor3 .floor3-2 .right .title > div:first-child {
    color: #2c2c2c;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.67rem;
    padding-left: 0.8rem;
    position: relative
}

.floor3 .floor3-1 .left .title > div:first-child:after,
.floor3 .floor3-1 .right .title > div:first-child:after,
.floor3 .floor3-2 .left .title > div:first-child:after,
.floor3 .floor3-2 .right .title > div:first-child:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 1.2rem;
    left: 0;
    position: absolute;
    top: calc(50% - 0.5em);
    width: 0.2rem
}

.floor3 .floor3-1 .left .title > div:last-child,
.floor3 .floor3-1 .right .title > div:last-child,
.floor3 .floor3-2 .left .title > div:last-child,
.floor3 .floor3-2 .right .title > div:last-child {
    align-items: center;
    color: #5e5e5e;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    transition: all .3s
}

.floor3 .floor3-1 .left .title > div:last-child img,
.floor3 .floor3-1 .right .title > div:last-child img,
.floor3 .floor3-2 .left .title > div:last-child img,
.floor3 .floor3-2 .right .title > div:last-child img {
    margin: 0 0.3rem 0 0.2rem;
    width: 1.4rem
}

.floor3 .floor3-1 .left .title > div:last-child:hover,
.floor3 .floor3-1 .right .title > div:last-child:hover,
.floor3 .floor3-2 .left .title > div:last-child:hover,
.floor3 .floor3-2 .right .title > div:last-child:hover {
    transform: scale(1.05)
}

.floor3 .floor3-1 .left .box-details,
.floor3 .floor3-1 .right .box-details,
.floor3 .floor3-2 .left .box-details,
.floor3 .floor3-2 .right .box-details {
    cursor: pointer;
    display: flex;
    margin-top: 0.9rem;
    transition: all .3s
}

.floor3 .floor3-1 .left .box-details > div:first-child,
.floor3 .floor3-1 .right .box-details > div:first-child,
.floor3 .floor3-2 .left .box-details > div:first-child,
.floor3 .floor3-2 .right .box-details > div:first-child {
    align-items: center;
    display: flex;
    height: 7.3rem;
    justify-content: center;
    margin-right: 1.2rem;
    overflow: hidden;
    width: 7.3rem
}

.floor3 .floor3-1 .left .box-details > div:first-child img,
.floor3 .floor3-1 .right .box-details > div:first-child img,
.floor3 .floor3-2 .left .box-details > div:first-child img,
.floor3 .floor3-2 .right .box-details > div:first-child img {
    border-radius: 0.2rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.floor3 .floor3-1 .left .box-details > div:last-child,
.floor3 .floor3-1 .right .box-details > div:last-child,
.floor3 .floor3-2 .left .box-details > div:last-child,
.floor3 .floor3-2 .right .box-details > div:last-child {
    width: 25rem
}

.floor3 .floor3-1 .left .box-details > div:last-child > div:first-child,
.floor3 .floor3-1 .right .box-details > div:last-child > div:first-child,
.floor3 .floor3-2 .left .box-details > div:last-child > div:first-child,
.floor3 .floor3-2 .right .box-details > div:last-child > div:first-child {
    color: #2c2c2c;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0.7rem 0 0.8rem
}

.floor3 .floor3-1 .left .box-details > div:last-child > div:nth-child(2),
.floor3 .floor3-1 .right .box-details > div:last-child > div:nth-child(2),
.floor3 .floor3-2 .left .box-details > div:last-child > div:nth-child(2),
.floor3 .floor3-2 .right .box-details > div:last-child > div:nth-child(2) {
    color: #807f7f;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.1rem
}

.floor3 .floor3-1 .left .box-details > div:last-child > div:nth-child(3),
.floor3 .floor3-1 .right .box-details > div:last-child > div:nth-child(3),
.floor3 .floor3-2 .left .box-details > div:last-child > div:nth-child(3),
.floor3 .floor3-2 .right .box-details > div:last-child > div:nth-child(3) {
    color: #757575;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.7rem;
    margin-top: 1.25rem
}

.floor3 .floor3-1 .left .box-details:hover,
.floor3 .floor3-1 .right .box-details:hover,
.floor3 .floor3-2 .left .box-details:hover,
.floor3 .floor3-2 .right .box-details:hover {
    box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, .23);
    transform: scale(1.01)
}

/* floor3 end */


/* floor4 start */
.floor4 {
    background-image: url(https://img.julankj.cn/guangju/profile/img/index-3.png);
    background-size: 100% 100%;
    margin-top: 2rem;
    width: 100%
}

.floor4 .floor4-box {
    margin-top: 2rem
}

.floor4 .floor4-box > .numBox {
    align-items: center;
    display: flex;
    justify-content: center
}

.floor4 .floor4-box > .numBox > div {
    margin: 0 3rem;
    width: 9rem
}

.floor4 .floor4-box > .numBox > div > div:first-child {
    align-items: flex-end;
    display: flex;
    font-size: 0.8rem;
    font-weight: 400;
    justify-content: center
}

.floor4 .floor4-box > .numBox > div > div:first-child span {
    color: #006eff;
    font-size: 2.2rem;
    font-style: italic;
    font-weight: 700;
    line-height: 2rem
}

.floor4 .floor4-box > .numBox > div > div:last-child {
    color: #7e8080;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    margin: 0.7rem auto 0;
    text-align: center
}

.floor4 .floor4-box > .numBox > div:last-child {
    width: 17rem
}

.floor4 .floor4-box > .company-case {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 4.7rem auto 0;
    min-height: 10rem;
    width: calc(100% - 10rem)
}

.floor4 .floor4-box > .company-case > div {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    margin-left: 2rem;
}

.floor4 .floor4-box > .company-case > div img {
    /*height: 3.8rem;*/
    width: 10rem;
}

.floor4 .floor-title div {
    color: #333;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.9rem;
    margin: 0 1rem
}

/* floor4 end */


/* floor5 start */
.floor5 {
    position: relative
}

.floor5 img,
.floor5 {
    height: 17rem;
    width: 100%
}

.floor5 .floor5-title {
    left: 16rem;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 5rem
}

.floor5 .floor5-title > div:first-child {
    color: #d43f36;
    font-family: PF75;
    font-size: 3.6rem;
    line-height: 3.6rem
}

.floor5 .floor5-title > div:last-child {
    color: #fff;
    font-family: PF35;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 1.7rem;
    text-align: center
}

.floor5 .floor5-btn {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    right: 20rem;
    top: 5rem;
    width: 20rem
}

.floor5 .floor5-btn > div {
    align-items: center;
    background: #d43f36;
    border-radius: 1.5625rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: PF45;
    font-size: 1.3rem;
    height: 3rem;
    justify-content: center;
    transition: transform .3s ease-in-out;
    width: 20rem
}

.floor5 .floor5-btn > div:first-child {
    background: #fff;
    color: #181818;
    margin-bottom: 2rem
}

.floor5 .floor5-btn > div:hover {
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3);
    transform: scale(1.05)
}

/* floor5 end */

/* floor11 start */
.floor11 {
    background-image: url(../image/product-1.png);
    height: 12rem;
    padding-top: 7.5rem;
    background-size: 100% 100%;
    width: 100%
}

/* floor11 end */


/* floor20 start*/
.floor20 {
    /*height: 18rem;*/
    position: relative;
    width: 100%;
}

.floor20 .floor-telephone {
    background-image: url(../image/contact-telephone-10.png);
    background-size: 100% 100%;
    color: #000;
    height: 13rem;
    margin: 1.4rem;
    padding-left: 4rem;
    position: relative;
    width: 33rem
}

.floor20 .floor-service {
    background-image: url(../image/contact-service-10.png);
    background-size: 100% 100%;
    color: #000;
    height: 13rem;
    margin: 1.4rem;
    padding-left: 4rem;
    position: relative;
    width: 33rem
}

.floor20 .floor-service > div:nth-child(3) {
    background: rgba(1, 110, 255, .89);
    cursor: pointer;
    font-size: 1.3rem;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in-out;
    width: 100%
}

.floor20 .floor-service > div:nth-child(3) > div {
    background: #fff;
    border-radius: 0.2rem;
    color: #016eff;
    font-weight: 800;
    height: 35%;
    width: 35%
}

.floor20 > div:last-child:hover > div:nth-child(3) {
    opacity: 1
}

/* floor21 start */
.floor21 {
    align-items: center;
    background: #e8f5ff;
    color: #2c2c2c;
    display: flex;
    font-size: 0.9rem;
    font-weight: 400;
    height: 2.9rem;
    line-height: 1.2rem;
    padding-left: 12.5rem;
    width: 100%
}

.floor21 img {
    height: 1.3rem;
    margin-right: 0.3rem;
    width: 1.3rem
}

/* floor21 end */

/* floor22 start */
.floor22 {
    background-image: url(https://img.julankj.cn/guangju/profile/img/product-2.png);
    background-size: 100% 100%;
    width: 100%;
    min-height: 56.25rem;
    padding-bottom: 6rem;
    position: relative
}

.floor22 > img {
    width: 100%
}

.floor22 > img:first-child {
    position: absolute;
    top: 0
}

.floor22 > img:nth-child(2) {
    bottom: 0;
    position: absolute
}

.floor22 .floor2-box {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 3.8rem 10rem 0;
    width: 100%;
    z-index: 100
}

.floor22 .floor2-box > div {
    margin: 0 0.5rem 1rem;
    width: 23.5%
}

.floor22 .pagination {
    margin-bottom: 2.6rem;
    position: relative;
    z-index: 100
}

.floor22 .title {
    border-bottom: 1px solid #ddd;
    color: #2c2c2c;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 0 2rem 0.7rem;
    position: relative;
    width: 70rem
}

.floor22 .title:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 1.2rem;
    left: 0;
    position: absolute;
    top: calc(50% - .16406rem);
    width: 0.2rem
}

/* floor22 end */


/* floor23 start */
.floor-index-product {
    background-image: url(https://img.julankj.cn/guangju/profile/img/index-1.png);
    background-size: 100% 100%;
    width: 100%;
    min-height: 56.25rem;
    padding-bottom: 6rem;
    position: relative;
}

.floor-index-product .floor-title {
    margin: 0 1rem;
    padding: 3.75rem 0;
    color: #333;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.9rem;
    align-items: center;
    justify-content: center;
}

.floor-index-product .floor-title > img {
    height: 1px;
    width: 10rem;
}

.floor-index-product .floor-title > div {
    margin: 0 1rem
}

.floor-index-product .swiper-slide {
    width: 296px;
    margin-right: 20px;
}

.floor-index-product .floor2-box {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 3.8rem 10rem 0;
    width: 100%;
    z-index: 100
}

.floor-index-product .floor2-box > div {
    margin: 0 0.5rem 1rem;
    width: 23.5%
}

.floor-index-product .pagination {
    margin-bottom: 2.6rem;
    position: relative;
    z-index: 100
}

/* floor23 end */



/* floor31 start */
.floor31 {
    min-height: 30rem;
    padding: 0 13rem;
    width: 100%
}

.floor31 > .title {
    color: #2c2c2c;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8rem;
    margin: 2.3rem 0 1rem;
    padding-left: 0.8rem;
    position: relative
}

.floor31 > .title > span {
    color: #cacaca;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0.4rem
}

.floor31 > .title:before {
    background: #2880fe;
    content: "";
    height: 1.1rem;
    left: 0;
    position: absolute;
    top: 0.3rem;
    width: 0.2rem
}

.floor31 .moreTitle {
    display: flex;
    justify-content: space-between
}

.floor31 .moreTitle > div:last-child {
    color: #999;
    font-size: 0.8rem
}

.floor31 .moreTitle > div:last-child a {
    cursor: pointer;
    margin: 0 0.2rem;
    transition: all .3s
}

.floor31 .moreTitle > div:last-child a:hover {
    color: #2880fe
}

.floor31 .html-text {
    font-size: 0.8rem !important
}

.floor31 .html-text .title {
    font-size: 36px;
    color: #0852bf;
    text-align: center;
    padding: 1rem 0 0 0;
}

.floor31 .html-text > div img,
.floor31 .html-text > p img {
    margin-bottom: -0.4rem
}

.floor31 .html-text img {
    height: auto !important;
    width: 100% !important
}

.floor31 .floor-box {
    display: flex;
    margin-top: 2rem
}

.floor31 .floor-box > a {
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, .23);
    cursor: pointer;
    height: 23rem;
    margin-right: 2rem;
    transition: all .3s;
    width: 17rem
}

.floor31 .floor-box > a > div:first-child {
    align-items: center;
    background: #f5f6f7;
    display: flex;
    height: 18rem;
    justify-content: center;
    margin: 1rem auto 0;
    width: 16rem
}

.floor31 .floor-box > a > div:first-child img {
    height: 14rem;
    width: 13rem
}

.floor31 .floor-box > a > div:last-child {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin: 0.8rem auto 0;
    text-align: center;
    width: 95%
}

.floor31 .floor-box > a:hover {
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .23);
    transform: scale(1.05)
}

.floor31 .hen {
    background: #ddd;
    height: 1px;
    width: 100%
}

.floor31 .details-bottom {
    margin-top: 2rem
}

/* floor31 stop */

/* floor32 start*/
.floor32 {
    display: flex;
    justify-content: center;
    margin-top: 2.3rem;
    min-height: 45rem;
    width: 100%
}

.floor32 .news-detail {
    display: flex;
    margin: 0 12.5rem 2rem;
    padding-top: 0.8rem;
    position: relative
}

.floor32 .news-detail .news-trunk {
    padding-right: 1.5rem;
}

.floor32 .news-detail .title-header {
    border-bottom: 1px solid #9e9e9e;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 0.3rem 2rem 0.7rem;
    position: relative;
    width: 100%
}

.floor32 .news-detail .title-header > div:first-child {
    color: #2c2c2c;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem
}

.floor32 .news-detail .title-header > div:last-child {
    color: #8c8c8c;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.8rem
}

.floor32 .news-detail .title-header:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 1.1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.2rem
}

.floor32 .news-detail .html-text {
    font-size: 0.8rem !important
}

.floor32 .news-detail .html-text > div img,
.floor32 .news-detail .html-text > p img {
    margin-bottom: -0.4rem
}

.floor32 .news-detail .html-text img {
    height: auto !important;
    margin: 0 10% !important;
    width: 80% !important
}

.floor32 .news-detail .html-text h2 {
    font-size: 1rem !important
}

.floor32 .news-detail .html-text h3 {
    font-size: 1rem !important
}

.floor32 .news-detail .keywords {
    align-items: center;
    border-bottom: 1px solid #9e9e9e;
    color: #999;
    display: flex;
    font-size: 0.8rem;
    font-weight: 300;
    justify-content: flex-end;
    line-height: 0.8rem;
    margin-bottom: 1.3rem;
    padding: 3.4rem 0.2rem 0.7rem 0
}

.floor32 .news-detail .keywords span {
    margin: 0 0.4rem
}

.floor32 .news-detail .prev-next {
    display: flex;
    margin: 2rem auto 1rem;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.floor32 .news-detail .prev-next .the-next,
.floor32 .news-detail .prev-next .the-previous {
    color: #2c2c2c;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    width: 50%
}

.floor32 .news-detail .prev-next .the-next span,
.floor32 .news-detail .prev-next .the-previous span {
    color: #006eff
}


.floor32 .news-leaf {
}

.floor32 .news-leaf .title {
    align-items: flex-end;
    color: #2c2c2c;
    display: flex;
    font-size: 1.1rem;
    height: 1.5rem;
    padding-left: 0.7rem;
    position: relative;
}

.floor32 .news-leaf .title span {
    color: #cacaca;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0.7rem
}

.floor32 .news-leaf .title:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 1.1rem;
    left: 0;
    position: absolute;
    top: 0.2rem;
    width: 0.2rem
}

.floor32 .news-leaf .box1 {
    padding: 0.2rem 0 2.2rem
}

.floor32 .news-leaf .box1 > a {
    cursor: pointer;
    display: flex;
    font-size: 0.8rem;
    height: 1.2rem;
    line-height: 0.8rem;
    margin-top: 1.3rem;
    transition: all .3s
}

.floor32 .news-leaf .box1 > a span {
    background: #ddd;
    border-radius: .01042rem;
    color: #000;
    font-size: 0.8rem;
    margin-right: 0.7rem;
    text-align: center;
    width: 1.2rem
}

.floor32 .news-leaf .box1 > a > div:last-child {
    max-width: 18rem
}

.floor32 .news-leaf .box1 > a .active {
    background: #2880fe;
    color: #fff
}

.floor32 .news-leaf .box1 > a:hover {
    transform: scale(1.02)
}

.floor32 .news-leaf .box2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0 1.4rem
}

.floor32 .news-leaf .box2 > a {
    background: #fff;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-top: 1.6rem;
    position: relative;
    transition: all .3s;
    width: 100%;
    margin-left: 1rem;
}

.floor32 .news-leaf .box2 > a:after {
    background: #2880fe;
    border-radius: 0.1rem;
    content: "";
    display: inline-block;
    height: 0.3rem;
    left: -1rem;
    position: absolute;
    top: 0.5rem;
    width: 0.3rem
}

.floor32 .news-leaf .box2 > a:hover {
    transform: scale(1.02)
}

.floor32 .news-leaf .box3 {
    display: flex;
    margin-top: 2.9rem
}

.floor32 .news-leaf .box3 img {
    margin: 0 1rem 0 1rem;
    width: 3.5rem
}

.floor32 .news-leaf .box3 > div:last-child {
    color: #2c2c2c;
    font-size: 1.6rem;
    font-weight: 800
}

/* floor32 stop*/

/* floor33 start */
.floor33 {
    margin-top: 1.5rem;
    width: 100%
}

.floor33 .floor-title {
    align-items: center;
    justify-content: center;
    padding: 2.7rem 0
}

.floor33 .floor-title > img {
    height: 1px;
    width: 10rem
}

.floor33 .floor-title div {
    color: #333;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.9rem;
    margin: 0 1rem
}

.floor33 .new-info-box {
    padding: 0 8rem;
    position: relative
}

.floor33 .new-info-box .type-box > div {
    background: #f4f7fa;
    color: #595959;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 400;
    height: 3.4rem;
    margin: 0 1px;
    width: 19.5%
}

.floor33 .new-info-box .type-box .select-type {
    background-image: url(../image/bg-100.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700
}

.floor33 .new-info-box .item-box {
    justify-content: flex-start;
    margin-top: 3rem
}

.floor33 .new-info-box .item-box > a {
    cursor: pointer;
    height: 1.5rem;
    margin-bottom: 1.45rem;
    padding: 0 1rem 0 2.35rem;
    position: relative;
}

.floor33 .new-info-box .item-box > a > div:first-child {
    color: #000;
    font-size: 0.9rem;
    max-width: 17rem
}

.floor33 .new-info-box .item-box > a > div:last-child {
    color: #9f9f9f;
    font-size: 1rem;
    font-weight: 400
}

.floor33 .new-info-box .item-box > a > div:first-child:after {
    background: #2880fe;
    content: "";
    height: 0.3rem;
    left: 1rem;
    position: absolute;
    top: 0.8rem;
    width: 0.3rem
}

/* floor33 stop */


/* floor41 start */
.floor41 {
    margin: 1.5rem 12.7rem 6rem;
    position: relative
}

.floor41 .title {
    border-bottom: 1px solid #ddd;
    color: #2c2c2c;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0 2rem 0.7rem;
    position: relative;
    width: 73rem
}

.floor41 .title:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 1.2rem;
    left: 0;
    position: absolute;
    top: calc(50% - 1.6rem);
    width: 0.2rem
}

.floor41 .floor-box {
    display: flex;
    margin-top: 2rem
}

.floor41 .floor-box > a {
    background: #fff;
    border-radius: .01042rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, .23);
    cursor: pointer;
    height: 22.8rem;
    margin-right: 2rem;
    transition: all .3s;
    width: 17rem
}

.floor41 .floor-box > a > div:first-child {
    align-items: center;
    background: #f5f6f7;
    display: flex;
    height: 18rem;
    justify-content: center;
    margin: 1rem auto 0;
    width: 15.6rem
}

.floor41 .floor-box > a > div:first-child img {
    height: 14rem;
    width: 135rem
}

.floor41 .floor-box > a > div:last-child {
    color: #000;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0.8rem auto 0;
    text-align: center;
    width: 95%
}

.floor41 .floor-box > a:hover {
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .23);
    transform: scale(1.05)
}

/* floor41 end */


/* floor51 start */
.floor51 {
    margin: 0 12.7rem
}

.floor51 .title {
    border-bottom: 1px solid #ddd;
    color: #2c2c2c;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0 2rem 0.7rem;
    position: relative;
    width: 73rem;
}

.floor51 .title:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 1.2rem;
    left: 0;
    position: absolute;
    top: calc(50% - 1.6rem);
    width: 0.2rem
}

.floor51 .quote-info-box {
    padding-top: 0.3rem
}

.flex-center {
    align-items: center;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}

/* floor51 end */

/* floor honer start */
.pc-banner {
    padding: 0 9rem;
    position: relative
}

.pc-banner .swiper-container {
    position: relative;
    width: 100%
}

.pc-banner .swiper-slide {
    align-items: center;
    background: #fff;
    border-radius: 0.4rem;
    display: flex;
    height: 18rem;
    justify-content: center;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    width: 100%
}

.pc-banner .swiper-slide img {
    height: 17rem;
    transition: transform .5s ease-in-out;
    width: 12.5rem
}

.pc-banner .swiper-slide img:hover {
    box-shadow: 0 0 0.1rem 0.1rem #ccc;
    transform: scale(1.05)
}

.pc-banner .swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.pc-banner .swiper-button-next-q,
.pc-banner .swiper-button-prev-q {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out
}

.pc-banner .swiper-button-next-q {
    right: 5rem
}

.pc-banner .swiper-button-next-q img {
    width: 1.4rem
}

.pc-banner .swiper-button-prev-q {
    left: 5rem
}

.pc-banner .swiper-button-prev-q img {
    width: 1.4rem
}

.floor-honer {
    background-image: url(https://img.julankj.cn/guangju/profile/img/index-2.png);
    background-size: 100% 100%;
    height: 35rem;
    padding-bottom: 0.5rem;
    width: 100%
}

.floor-honer .floor-title {
    margin: 0 1rem;
    padding: 3.75rem 0;
    color: #333;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.9rem;
}

.floor-honer .floor-title > img {
    height: 1px;
    width: 10rem;
}

.floor-honer .floor-title > div {
    margin: 0 1rem
}

.floor-honer .swiper-slie {
    width: 296px;
    margin-right: 20px;
}

/* floor honer start */

/* news-leaf start */
.news-leaf {
}

.news-leaf .title {
    align-items: flex-end;
    color: #2c2c2c;
    display: flex;
    font-size: 1.1rem;
    height: 1.5rem;
    padding-left: 0.7rem;
    position: relative;
}

.news-leaf .title span {
    color: #cacaca;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0.7rem
}

.news-leaf .title:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 1.1rem;
    left: 0;
    position: absolute;
    top: 0.2rem;
    width: 0.2rem
}

.news-leaf .box1 {
    padding: 0.2rem 0 2.2rem
}

.news-leaf .box1 > a {
    cursor: pointer;
    display: flex;
    font-size: 0.8rem;
    height: 1.2rem;
    line-height: 0.8rem;
    margin-top: 1.3rem;
    transition: all .3s
}

.news-leaf .box1 > a span {
    background: #ddd;
    border-radius: .01042rem;
    color: #000;
    font-size: 0.8rem;
    margin-right: 0.7rem;
    text-align: center;
    width: 1.2rem
}

.news-leaf .box1 > a > div:last-child {
    max-width: 18rem
}

.news-leaf .box1 > a .active {
    background: #2880fe;
    color: #fff
}

.news-leaf .box1 > a:hover {
    transform: scale(1.02)
}

.news-leaf .box2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0 1.4rem
}

.news-leaf .box2 > a {
    color: #2c2c2c;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-top: 1.6rem;
    position: relative;
    transition: all .3s;
    width: 100%;
    margin-left: 1rem;
}

.news-leaf .box2 > a:after {
    background: #2880fe;
    border-radius: 0.1rem;
    content: "";
    display: inline-block;
    height: 0.3rem;
    left: -1rem;
    position: absolute;
    top: 0.5rem;
    width: 0.3rem
}

.news-leaf .box2 > a:hover {
    transform: scale(1.02)
}

.news-leaf .box3 {
    display: flex;
    margin-top: 2.9rem
}

.news-leaf .box3 img {
    margin: 0 1rem 0 1rem;
    width: 3.5rem
}

.news-leaf .box3 > div:last-child {
    color: #2c2c2c;
    font-size: 1.6rem;
    font-weight: 800
}

/* news-leaf stop */


/* details-bottom start */
.details-bottom {
    position: relative;
    width: 100%
}

.details-bottom > img {
    height: 100%;
    width: 100%
}

.details-bottom .btn-block {
    align-items: center;
    background: #d43f36;
    border-radius: 0.2rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    height: 2.8rem;
    justify-content: center;
    left: 30rem;
    position: absolute;
    top: 13rem;
    transition: transform .3s ease-in-out;
    width: 11rem
}

.details-bottom .btn-block:hover {
    transform: scale(1.1)
}

.details-bottom .maskQuoteInfo {
    height: 2.1875rem;
    left: -5.20833rem;
    opacity: 0;
    position: absolute;
    top: -5.20833rem;
    transition: opacity .5s ease-in-out;
    width: 3.80208rem
}

.details-bottom .maskQuoteInfo > img:first-child {
    width: 100%
}

.details-bottom .maskQuoteInfo > img:nth-child(2) {
    cursor: pointer;
    position: absolute;
    right: .05208rem;
    top: .05208rem;
    transition: transform .3s ease-in-out;
    width: .10625rem
}

.details-bottom .maskQuoteInfo > img:nth-child(2):hover {
    transform: scale(1.2)
}

.details-bottom .maskQuoteInfo .mask-left {
    background: #fff;
    border-radius: .05208rem;
    height: 2.1875rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.9375rem
}

.details-bottom .maskQuoteInfo .mask-left .title {
    color: #1f6be5;
    font-size: .11458rem;
    margin: .39583rem 0 .22396rem
}

.details-bottom .maskQuoteInfo .mask-left > div:nth-child(3) {
    margin: .11458rem auto .07292rem
}

.details-bottom .maskQuoteInfo .mask-left > div:nth-child(4) {
    color: #999;
    font-size: .07292rem;
    padding-left: .42188rem;
    text-align: left
}

.details-bottom .maskQuoteInfo .mask-left > div:last-child {
    background: #ff6481;
    border-radius: .09896rem;
    box-shadow: 0 .01042rem .02604rem 0 rgba(109, 13, 31, .17);
    color: #fff;
    cursor: pointer;
    font-size: .07292rem;
    height: .19792rem;
    line-height: .19792rem;
    margin: .28125rem auto 0;
    transition: transform .3s ease-in-out;
    width: 1.35417rem
}

.details-bottom .maskQuoteInfo .mask-left > div:last-child:hover {
    transform: scale(1.05)
}

.details-bottom .maskQuoteInfo .mask-left .el-input {
    height: .20833rem;
    width: 1.35417rem
}

.details-bottom .maskQuoteInfo .mask-left .el-input__inner {
    background: #f2f5fb;
    border: none;
    border-radius: .10417rem;
    color: #1f1f1f;
    font-size: .07292rem;
    height: 100%;
    padding: 0 0 0 .19792rem;
    width: 100%
}

.details-bottom .maskQuoteInfo .mask-left .el-input__inner::-moz-placeholder {
    color: #b4c0d7
}

.details-bottom .maskQuoteInfo .mask-left .el-input__inner::placeholder {
    color: #b4c0d7
}

.details-bottom .maskQuoteInfo .mask-left .el-input__prefix {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    width: .19792rem
}

.details-bottom .maskQuoteInfo .mask-left .el-input__prefix img {
    width: .05208rem
}

.details-bottom .maskQuoteInfo .mask-right {
    background: #fff;
    border-radius: .05208rem;
    height: .98958rem;
    position: absolute;
    right: .34896rem;
    top: .59896rem;
    width: 1.16146rem
}

.details-bottom .maskQuoteInfo .mask-right .qrcode {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.details-bottom .maskQuoteInfo .mask-right .qrcode > div {
    color: #565656;
    line-height: .08333rem
}

.details-bottom .maskQuoteInfo .mask-right .qrcode > div img {
    height: .32813rem;
    margin: .21875rem 0 .04688rem;
    width: .32813rem
}

.details-bottom .maskQuoteInfo .mask-right .qrcode > div:nth-child(2) {
    margin-left: .125rem
}

.details-bottom .maskQuoteInfo .mask-right .qrcode .oneQrcode img {
    height: .52083rem;
    margin: 32px 0 9px;
    width: .52083rem
}

.details-bottom .maskQuoteInfo .mask-right > div:last-child {
    color: #565656;
    font-size: .0625rem;
    line-height: .08333rem;
    margin-top: .13021rem;
    text-align: center
}

.details-bottom .maskQuoteInfo .mask-right .oneQrcodeTiele {
    margin-top: .05208rem !important
}

.details-bottom .maskQuoteInfo .mask-right:after {
    background: #fff;
    border-radius: .02083rem;
    box-shadow: -.01042rem .01042rem .02604rem 0 rgba(0, 0, 0, .1);
    content: "";
    display: block;
    height: .19271rem;
    left: -.09375rem;
    position: absolute;
    top: .39583rem;
    transform: rotate(45deg);
    width: .19271rem
}

.details-bottom .mask-show {
    left: 1.80208rem;
    opacity: 1;
    top: -.05208rem
}

/* details-bottom stop */

.floor31 .henMb {
    margin-bottom: 3rem
}

.floor31 .relatedArticles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}

.floor31 .relatedArticles > a {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.1rem;
    margin: 1.5rem 1.25% 0;
    position: relative;
    transition: all .3s;
    width: 45%
}

.floor31 .relatedArticles > a:after {
    background: #2880fe;
    border-radius: 0.1rem;
    content: "";
    display: inline-block;
    height: 0.3rem;
    left: -0.7rem;
    position: absolute;
    top: 0.5rem;
    width: 0.3rem
}

.floor31 .relatedArticles > a:hover {
    transform: scale(1.02)
}

.floor31 .quote-info-box {
    margin: 4rem 0.8rem
}

.quote-info-box {
    background: #fff;
    border-radius: 0.8rem;
    margin: 0 auto;
    padding-bottom: 3.9rem;
    position: relative;
    width: 70rem;
    z-index: 100
}

.quote-info-box .box-item > div {
    justify-content: center
}

.quote-info-box .btn-submit {
    background: linear-gradient(90deg, #62a3ff, #2880fe);
    border-radius: 0.4rem;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    height: 2.9rem;
    line-height: 2.9rem;
    margin: 2.3rem auto 0;
    text-align: center;
    width: 13rem
}

.quote-info-box .item1,
.quote-info-box .item2 {
    margin-top: 1rem
}

.quote-info-box .item1 .el-input {
    background: #fff;
    border-radius: 0.5rem;
    height: 3rem;
    width: 24rem
}

.quote-info-box .item1 > .el-input:nth-child(2) {
    margin-left: 4rem
}

.quote-info-box .item2 .el-textarea {
    background: #fff;
    border-radius: 0.5rem;
    width: 52rem
}

.quote-info-box .el-input__inner,
.quote-info-box .el-textarea__inner {
    border: 1px solid #c8c9cd;
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    height: 100%;
    width: 100%
}

.quote-info-box .el-input__inner::-moz-placeholder,
.quote-info-box .el-textarea__inner::-moz-placeholder {
    color: #c8c9cd
}

.quote-info-box .el-input__inner::placeholder,
.quote-info-box .el-textarea__inner::placeholder {
    color: #c8c9cd
}

/* floor31 end */

/** floor32 start */
.floor-big > div > div:first-child {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin: 4rem 0 1.7rem
}

.floor-big > div > div:nth-child(2) {
    font-size: 2rem;
    font-weight: 800;
    line-height: 2rem
}

.floor-big > div > div:nth-child(3) {
    font-size: 1.7rem
}

/* floor20 end*/


/* floor30 start */
.floor30 {
    margin: 0 auto 1rem auto;
    width: 73rem
}

.floor30 .title {
    border-bottom: 1px solid #ddd;
    color: #2c2c2c;
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin: 0 auto 2rem;
    padding: 0 0 2rem 0.7rem;
    position: relative;
    width: 73rem
}

.floor30 .title:before {
    background: #2880fe;
    content: "";
    height: 1.1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.2rem
}

.floor30 > img {
    height: 25rem;
    margin-left: 5rem;
    width: 43rem
}

.floor30 .floor30-left {
    text-align: center;
    width: 21rem;
    margin-bottom: 1rem;
}

.floor30 .floor30-left > img {
    width: 13rem
}

.floor30 .floor30-left > div {
    color: #000;
    width: 100%
}

.floor30 .floor30-left > div:nth-child(2) {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.8rem;
    margin: 2.6rem 0 2.4rem
}

.floor30 .floor30-left > div:nth-child(3) {
    color: #2c2c2c;
    font-size: 1.1rem
}

.floor30 .floor30-left > div:nth-child(3) > div {
    text-align: left;
    width: calc(100% - 2.7rem)
}

/* floor30 end */


/* detail-banner start*/
.details-banner {
    height: 45rem;
    position: relative;
    width: 100%
}

.details-banner > img {
    height: 100%;
    width: 100%
}

.details-banner .left {
    left: 18rem;
    position: absolute;
    top: 16rem
}

.details-banner .btn-block {
    left: 50rem;
    position: absolute;
    top: 27rem
}

.details-banner .btn-block > div {
    align-items: center;
    background: linear-gradient(0deg, #ebf5ff, #fff);
    border-radius: 1.7rem;
    box-shadow: 0.1rem 0.1rem 0.3rem 0 rgba(49, 94, 207, .14);
    color: #555;
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    height: 3.4rem;
    justify-content: flex-start;
    transition: transform .3s ease-in-out;
    width: 26rem
}

.details-banner .btn-block > div img {
    margin: 0 8.3rem 0 0.5rem;
    width: 2.6rem
}

.details-banner .btn-block > div:last-child {
    background: linear-gradient(0deg, #f65d78, #fa859a);
    color: #fefefe;
    margin-top: 1.3rem
}

.details-banner .btn-block > div:hover {
    box-shadow: 0 1px 1px 1px hsla(0, 0%, 100%, .3);
    transform: scale(1.02)
}

.details-banner .btn-info {
    top: 18rem !important
}

.details-banner .maskQuoteInfo {
    height: 2.1875rem;
    left: -5.20833rem;
    opacity: 0;
    position: absolute;
    top: -5.20833rem;
    transition: opacity .5s ease-in-out;
    width: 3.80208rem
}

.details-banner .maskQuoteInfo > img:first-child {
    width: 100%
}

.details-banner .maskQuoteInfo > img:nth-child(2) {
    cursor: pointer;
    position: absolute;
    right: .05208rem;
    top: .05208rem;
    transition: transform .3s ease-in-out;
    width: .10625rem;
    z-index: 10
}

.details-banner .maskQuoteInfo > img:nth-child(2):hover {
    transform: scale(1.2)
}

.details-banner .maskQuoteInfo .mask-left {
    background: #fff;
    border-radius: .05208rem;
    height: 2.1875rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.9375rem
}

.details-banner .maskQuoteInfo .mask-left .title {
    color: #1f6be5;
    font-size: .11458rem;
    margin: .39583rem 0 .22396rem
}

.details-banner .maskQuoteInfo .mask-left > div:nth-child(3) {
    margin: .11458rem auto .41667rem
}

.details-banner .maskQuoteInfo .mask-left > div:last-child {
    background: #ff6481;
    border-radius: .09896rem;
    box-shadow: 0 .01042rem .02604rem 0 rgba(109, 13, 31, .17);
    color: #fff;
    cursor: pointer;
    font-size: .07292rem;
    height: .19792rem;
    line-height: .19792rem;
    margin: 0 auto;
    transition: transform .3s ease-in-out;
    width: 1.35417rem
}

.details-banner .maskQuoteInfo .mask-left > div:last-child:hover {
    transform: scale(1.05)
}

.details-banner .maskQuoteInfo .mask-left .el-input {
    height: .20833rem;
    width: 1.35417rem
}

.details-banner .maskQuoteInfo .mask-left .el-input__inner {
    background: #f2f5fb;
    border: none;
    border-radius: .10417rem;
    color: #1f1f1f;
    font-size: .07292rem;
    height: 100%;
    padding: 0 0 0 .19792rem;
    width: 100%
}

.details-banner .maskQuoteInfo .mask-left .el-input__inner::-moz-placeholder {
    color: #b4c0d7
}

.details-banner .maskQuoteInfo .mask-left .el-input__inner::placeholder {
    color: #b4c0d7
}

.details-banner .maskQuoteInfo .mask-left .el-input__prefix {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    width: .19792rem
}

.details-banner .maskQuoteInfo .mask-left .el-input__prefix img {
    width: .05208rem
}

.details-banner .maskQuoteInfo .mask-right {
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1.85938rem
}

.details-banner .maskQuoteInfo .mask-right > img {
    margin: .5625rem 0 .15104rem;
    width: .63542rem
}

.details-banner .maskQuoteInfo .mask-right > div:nth-child(2) {
    color: #000;
    font-size: .10417rem;
    line-height: .10417rem
}

.details-banner .maskQuoteInfo .mask-right > div:nth-child(3) {
    color: #000;
    font-size: .10417rem;
    line-height: .10417rem;
    margin: .34896rem 0 .04688rem
}

.details-banner .maskQuoteInfo .mask-right > div:nth-child(4) {
    color: red;
    font-size: .15625rem;
    line-height: .15625rem
}

.details-banner .mask-show {
    left: 3.09896rem;
    opacity: 1;
    top: 1.35938rem
}

/* detail-banner end*/

/* product-item start */
.products-item {
    background: #fff;
    border-radius: 0.1rem;
    height: 22.7rem;
    padding-top: 0.7rem;
    position: relative;
    transition: transform .5s ease-in-out;
    width: 100%
}

.products-item .products-item__box {
    align-items: center;
    background: #f5f6f7;
    display: flex;
    height: 19rem;
    justify-content: center;
    margin: 0 auto 0.7rem;
    width: 90%
}

.products-item .products-item__box img {
    display: none;
    width: 100%
}

.products-item .ellipsis {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    width: 80%
}

.products-item .select-item {
    background-color: rgba(40, 128, 254, .9);
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    padding: 2.4rem 1.7em 0;
    position: absolute;
    text-align: center;
    transform: scale(0);
    transition: transform .5s ease-in-out;
    width: 100%
}

.products-item .select-item {
    transform-origin: 1.5rem 15rem 0;
    transform: scale(0);
}

.products-item:hover .select-item {
    transform: scale(1);
}

.products-item .select-item div:first-child {
    font-size: 1.7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.products-item .select-item div:nth-child(2) {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 0.7rem;
    font-weight: 400;
    height: 9.3rem;
    line-height: 1.3rem;
    margin: 2.7rem auto 4rem;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%
}

.products-item .select-item div:nth-child(3) {
    background: hsla(0, 0%, 100%, .9);
    border: 1px solid #eee;
    border-radius: 0.9rem;
    color: #2880fe;
    font-size: 0.7rem;
    font-weight: 400;
    height: 1.7rem;
    line-height: 1.7rem;
    margin: 0 auto;
    width: 6.25rem
}

.products-item--move {
    box-shadow: 0 0.2rem 0.5rem 0 rgba(79, 113, 133, .2);
    transform: scale(1.05);
    z-index: 110
}

/* product-item end */

/* news-block start */
.news-block {
    font-family: "PF55";
}

.news-block > .news-item:nth-child(2n) {
    padding-right: 10px;
    margin-bottom: 50px;
    min-height: 720px;
}

.news-block > .news-item:nth-child(2n+1) {
    padding-right: 20px;
    margin-bottom: 50px;
    min-height: 720px;
}

.news-block .title-block {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    height: 59px;
    justify-content: space-between;
    margin-bottom: 7px;
    width: 100%
}

.news-block .title-block .title {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    padding-left: 15px;
    position: relative;
}

.news-block .title-block > div:first-child {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    padding-left: 20px;
    position: relative
}

.news-block .title-block > div:first-child:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 24px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 4px
}

.news-block .title-block > div:last-child {
    align-items: center;
    color: #5e5e5e;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s
}

.news-block .title-block > div:last-child:hover {
    transform: scale(1.05);
}

.news-block .title-block > div:last-child a {
    font-size: 20px;
}

.news-block .title-block > div:last-child a img {
    margin: 0 6px 0 5px;
    width: 27px;
    position: relative;
    top: -1px;
}

.news-block > img {
    position: absolute;
    top: 0;
    width: 100%
}

.news-block .box-details {
    cursor: pointer;
    display: flex;
    margin-top: 1rem;
    transition: all .3s;
}

.news-block .box-details:hover {
    box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, .23) !important;
    transform: scale(1.2);
}

.news-block .box-details > div:first-child {
    align-items: center;
    display: flex;
    height: 7rem;
    justify-content: center;
    margin-right: 1rem;
    overflow: hidden;
    width: 7rem;
}

.news-block .box-details > div:first-child img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.news-block .box-details > div:last-child {
    width: 25rem;
}

.news-block .box-details > div:last-child > div:first-child {
    color: #2c2c2c;
    font-size: 1rem;
    line-height: 20px;
    margin: 0.7rem 0 0.8rem;
}

.news-block .box-details > div:last-child > div:nth-child(2) {
    color: #807f7f;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 22px
}

.news-block .box-details > div:last-child > div:nth-child(3) {
    color: #757575;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.75rem;
    margin-top: 1.2rem
}

.news-block .box-details:hover {
    box-shadow: 0 0 .0625rem 0 rgba(0, 0, 0, .23);
    transform: scale(1.01)
}

/* news-block end */


/* customer-page start*/
.customPage {
    position: relative
}

.customPage .customBox {
    margin: 0 auto;
    max-width: 88%;
    overflow: hidden;
    padding: 0 .5%
}

.customPage .customBox .swiper-wrapper {
    align-items: center;
    height: 3rem
}

.customPage .customBox .swiper-wrapper .swiper-slide {
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 1px 1px 1px hsla(0, 0%, 100%, .3);
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    height: 2.6rem;
    justify-content: center;
    min-width: 9.6rem;
    padding: 0 0.5rem;
    transition: transform .3s ease-in-out
}

.customPage .customBox .swiper-wrapper .swiper-slide-active {
    background: #2880fe !important;
    color: #fff !important
}

.customPage .customBox .swiper-wrapper .swiper-slide:hover {
    box-shadow: 0 0.2rem 0.5rem 0 rgba(79, 113, 133, .2);
    color: #2880fe;
    transform: scale(1.05)
}

.customPage .swiper-button-next,
.customPage .swiper-button-prev {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: calc(50% - 0.1rem)
}

.customPage .swiper-button-next img,
.customPage .swiper-button-prev img {
    cursor: pointer;
    width: 0.9rem
}

.customPage .swiper-button-next {
    right: 9%
}

.customPage .swiper-button-prev {
    left: 9%
}

/* customer-page end*/

/* footer start */
.ub-header-b .logo {
    float: left;
    margin-right: 8rem;
    padding-top: 0.25rem;
}

.ub-footer-link {
    padding: 0;
}

.ub-footer-link.reverse {
    background: #000000;
    color: #c4cfdb;
}

.footer-page {
    background: #000;
    color: #c0cede;
    /*height: 20rem;*/
    width: 100%;
    z-index: 500
}

.footer-page .floor1 {
    align-content: flex-start;
    display: flex;
    /*height: 17rem;*/
    justify-content: center;
    padding-top: 3rem;
    width: 100%
}

.footer-page .floor1 .floor1-left {
    margin-right: 4rem;
    padding-left: 1rem;
}

.footer-page .floor1 .floor1-left > div:first-child {
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1rem;
    margin-bottom: 2rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:first-child {
    display: flex;
    font-size: 0.9rem;
    font-weight: 400
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:first-child > div {
    margin-right: 1.2rem;
    text-align: center
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:first-child > div > div:first-child {
    align-items: center;
    background: #fff;
    display: flex;
    height: 5.7rem;
    justify-content: center;
    margin-bottom: 0.8rem;
    width: 5.6rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:first-child > div > div:first-child > img {
    height: 5rem;
    width: 5rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:first-child {
    align-items: flex-start;
    display: flex;
    margin-bottom: 0.8rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:first-child > img {
    height: 2rem;
    margin-right: 0.7rem;
    width: 2.3rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child > div:first-child {
    font-size: 1rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child > div:nth-child(2),
.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child > div:nth-child(3) {
    color: #418fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:last-child {
    align-items: flex-start;
    display: flex;
    font-size: 1rem;
    margin: 0 0.5rem 0 0.2rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:last-child > img {
    height: 1rem;
    margin-right: 0.4rem;
    width: 0.8rem
}

.footer-page .floor1 .floor1-left > div:nth-child(2) > div:nth-child(2) > div:last-child > div {
    font-weight: 400;
    line-height: 1rem;
    width: 11.2rem
}

.footer-page .floor1 .floor1-right {
    padding-left: 1rem;
}

.footer-page .floor1 .floor1-right > div > div:first-child {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1rem;
    margin-bottom: 2rem
}

.footer-page .floor1 .floor1-right > div > div:last-child .nav-menu {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-right: .15625rem;
    width: 12rem
}

.footer-page .floor1 .floor1-right > div > div:last-child .nav-menu .item {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 12rem
}

.footer-page .floor1 .floor1-right > div > div:last-child .nav-menu .item div:hover {
    color: #2880fe
}

.footer-page .dividing-line {
    background: #343b52;
    height: 1px;
    width: 100%
}

.footer-page .floor2 {
    align-items: center;
    display: flex;
    font-size: 0.8rem;
    font-weight: 400;
    min-height: 3rem;
    justify-content: center
}

.footer-page .floor2 > div:nth-child(2) {
    margin: 0 2.2rem 0 1rem
}

.footer-page .floor2 .nav-menu {
    display: flex;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-page .floor2 .nav-menu .item {
    cursor: pointer;
    margin-left: 0.625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.footer-page .floor2 .nav-menu .item:hover {
    color: #2880fe
}

/* footer end */

@media screen and (min-width: 40rem) {
    .ub-header,
    .ub-header-b {
        transition: top .3s;
        z-index: 2000;
        top: 0;
        position: absolute;
        width: 100%;
        background: transparent;
    }

    .ub-header-b .contact {
        right: 0;
        top: 0;
        padding: 0.5rem 0;
        color: #ffffff;
    }
}

@media screen and (max-width: 40rem) {
    .ub-header-b .nav .nav-item, .ub-header-b .nav a {
        font-size: 1rem;
        padding: 0 1.5rem;
        color: #010101;
    }

    .ub-header-b .contact {
        right: 0;
        top: 0;
        padding: 0.5rem 0;
        color: #010101;
        font-size: 0.8rem;
    }

    .ub-header-b .contact img {
        width: 1rem;
        height: 1rem;
    }

    .ub-header-b .logo {
        margin-right: 0;
    }

    .floor2 .title {
        left: 19rem;
    }

    .floor2 .floor2-box {
        margin: 1rem 0 5rem 1rem;
        width: 28rem;
        padding-top: 19rem;
    }

    .floor3 .floor3-1, .floor3 .floor3-2 {
        margin: 0 0 4rem;
    }

    .floor4 .floor4-box > .company-case {
        width: 100%;
    }

    .floor4 .floor4-box > .company-case > div {
        margin-left: 2rem;
    }

    .floor4 .floor4-box > .company-case > div img {
        width: 9rem;
    }

    .floor21 {
        padding-left: 0.5rem;
        font-size: 0.65rem;
    }

    .floor21 img {
        height: 0.65rem;
        width: 0.65rem;
    }

    .floor30 {
        width: 100%;
    }

    .floor31 {
        padding: 0 0.5rem;
    }

    .details-banner {
        height: auto;
    }

    .footer-page .floor1 {
        flex-direction: column;
    }

    .footer-page .floor1 .floor1-left .sub-blocks {
        flex-direction: column;
    }

    .footer-page .floor1 .floor1-left .sub-blocks .sub-block {
        margin-bottom: 1rem;
    }

    .footer-page .floor1 .floor1-right .nav-menus {
        flex-direction: column;;
    }

    .footer-page .floor2 {
        flex-direction: column;
        padding-bottom: 1rem;
    }
}
