/* 公共样式 */

section {
    overflow: hidden;
}

@font-face {
    font-family: impact;
    src: url(../font/IMPACT.TTF);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.spacevideo .container video {
    width: 100%;
    height: 32vw;
    max-height: 600px;
    display: block;
    margin: 0 auto;
    background: #000;
    max-width: 1600px;
}

.spacevideo .container .boxer {
    /* background: #000; */
    margin: 50px auto;
}

.empty {
    height: 100px;
    background: #fff;
}

.container {
    max-width: 1600px;
    margin: 30px auto;
    min-width: 1280px;
    padding: 0 calc(60px + 1vw);
}

.container .titledemo {
    padding: calc(30px + 2vw) 0 30px 0;
}

.container .titledemo .title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.container .titledemo .subtitle {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 26px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: #1b3665;
    color: #fff;
}


/* 内页导航 */

.sub-cate {
    height: 100px;
    border-bottom: 1px solid #ededed;
}

.sub-cate .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.sub-cate .wrapper .leftside {
    background-color: #1b3665;
    line-height: 100px;
    padding: 0 0 0 160px;
    width: 585px;
    transition: all 0.4s;
}

.sub-cate .wrapper .leftside .page_name {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.sub-cate .wrapper .leftside .page_name::before {
    content: '';
    width: 53px;
    height: 25px;
    background: url(../image/home-icon.png) no-repeat center;
    position: absolute;
    top: 37px;
    left: -66px;
}

.sub-cate .wrapper .leftside .page_name::after {
    content: '';
    width: 11px;
    height: 21px;
    background: url(../image/arrow-icon.png) no-repeat center;
    position: absolute;
    right: 76px;
    top: 38px;
}

.sub-cate .wrapper .rightside {
    background-color: #fff;
    height: 100px;
}

.sub-cate .wrapper .rightside .catelist {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 0 0 20px
}

.sub-cate .wrapper .rightside .catelist .cateitem {
    font-size: 20px;
    color: #323232;
    margin: 0 25px;
    height: 100px;
    line-height: 100px;
    user-select: none;
    white-space: nowrap;
}

@media screen and (max-width: 1360px) {
    .sub-cate .wrapper .rightside .catelist .cateitem {
        font-size: 18px;
    }
}

.sub-cate .wrapper .rightside .catelist .active {
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #1b3665;
}


/* 关于我们——生产基地 */

.pro-base {
    padding: 0 0 calc(20px + 1vw) 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.pro-base .container .swiper .swiper-wrapper {
    padding: 0 0 45px 0;
}

.pro-base .container .swiper .swiper-wrapper .swiper-slide img {
    width: 98%!important;
    height: 345px;
    object-fit: cover;
}

.pro-base .container .swiper .swiper-pagination-bullet {
    border-radius: 0;
    border: 2px solid #b6b6b6;
    background: #fff;
}

.pro-base .container .swiper .swiper-pagination-bullet-active {
    background: #1b3665;
    border-color: #1b3665;
}

.pro-base .container .titledemo .title {
    color: #000;
    font-size: 32px;
}

#certifi .container .titledemo .title {
    font-size: 32px;
}


/*职业发展通道*/

.develop {
    border-top: 1px solid #efefef;
    padding: 0 0 calc(30px + 2vw) 0;
}

.zhiyefazhan .subtitle2 {
    max-width: 650px;
    font-size: 16px;
    display: block;
    margin-bottom: calc(30px + 1.5vw);
    padding-top: 10px;
}

.zhiyefazhan .peiyangul li {
    width: calc(100% / 3 - calc(10px + 1vw));
    float: left;
    margin-right: calc(15px + 1.5vw);
    padding: 0px 0;
}

.zhiyefazhan .peiyangul li:nth-of-type(3n) {
    margin-right: 0px;
}

.zhiyefazhan .peiyangul li p {
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
}

.zhiyefazhan .peiyangul li p strong {
    font-size: 20px;
    display: block;
    margin-bottom: calc(6px + 0.3vw);
    font-weight: 600;
}

.zhiyefazhan .peiyangul li img {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.develop .container .titledemo .title {
    color: #000;
    text-align: left;
}

.develop .container .content {
    padding: 10px 0;
}

.develop .container .content .subtitle {
    font-size: 24px;
    color: #000;
    text-align: left;
}

.develop .container .content .job {
    font-size: 20px;
    color: #333;
    text-align: left;
    margin: 20px 0
}

.develop .container .content .job span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    padding: 0 0 10px 0;
}


/*人才培养体系*/

.talent {
    border-top: 1px solid #efefef;
}

.talent .container .titledemo .title {
    color: #000;
    text-align: left;
}

.talent .container .subtitle {
    font-size: 22px;
    text-align: left;
    color: #000;
    line-height: 38px;
    margin: 0 0 40px 0;
}

.talent .container .job {
    font-size: 20px;
    color: #333;
    text-align: left;
    margin: 20px 0
}

.talent .container .job span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    padding: 0 0 10px 0;
}

.talent .container .talentpic {
    display: block;
    margin: 30px auto;
}


/* 关于我们vr-mode */

.vr-mode {
    background: #f4f4f4;
    display: block;
}

.vr-mode .container .titledemo {
    padding: 0px 0 0 0;
}

.vr-mode .container .titledemo .title {
    color: #000;
    font-size: 32px;
    padding: 50px 0 0 0;
    font-weight: bold;
}

.vr-mode .container .titledemo .subtitle {
    color: #000;
}

.vr-mode .container .vr-icon {
    display: block;
    margin: 0 auto;
    padding: calc(20px + 1.5vw) 0 10px;
}

.vr-mode .container .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 50px 0;
}

.vr-mode .container .wrapper .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 166px;
    width: calc(100% / 4 - 5px);
    margin: 0 5px 0 0;
    background: #fff;
}

.vr-mode .container .wrapper .item:last-child {
    margin: 0;
}

.vr-mode .container .wrapper .item .picbox {
    margin: 0 10px 0 0;
}

.vr-mode .container .wrapper .item .picbox img {
    filter: grayscale(1);
}

.vr-mode .container .wrapper .item .txtbox .title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.vr-mode .container .wrapper .item .txtbox .desc {
    font-size: 16px;
}

.vr-mode .container .wrapper .item .txtbox .desc a {
    font-size: 16px;
}

.vr-mode .container .wrapper .item .txtbox .desc a:hover {
    color: #1b3665;
}

.vr-mode .container .wrapper .item .txtbox .desc {}

.vr-mode .container .wrapper .item:hover .picbox img {
    filter: grayscale(0);
}


/* 产品优势 */

.product-adv {
    padding: 80px 0;
    background: #f4f4f4;
}

.product-adv .titledemo {
    padding: 0;
}

.product-adv .titledemo .title {
    color: #000;
    font-size: 32px;
}

.product-adv .container .adv-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 40px 0 0 0;
}

.product-adv .container .adv-list .item {
    width: calc(100% / 5 - 10px);
    margin: 0 10px 0 0;
    height: 187px;
    background-color: #fff;
    padding: 10px 0;
}

.product-adv .container .advlist .item:last-child {
    margin: 0;
}

.product-adv .container .adv-list .item .title {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 35px 0;
}

.product-adv .container .adv-list .item .title span {
    font-weight: bold;
    font-size: 32px;
    margin: 0 10px 0 0;
}

.product-adv .container .adv-list .item:nth-child(1) .title span {
    color: #26629c;
}

.product-adv .container .adv-list .item:nth-child(2) .title span {
    color: #e03a33;
}

.product-adv .container .adv-list .item:nth-child(3) .title span {
    color: #6ebb46;
}

.product-adv .container .adv-list .item:nth-child(4) .title span {
    color: #ce06e0;
}

.product-adv .container .adv-list .item:nth-child(5) .title span {
    color: #ffc000;
}

.product-adv .container .adv-list .item .desc {
    font-size: 15px;
    color: #000;
    padding: 5px 25px;
    line-height: 28px;
}


/* 头部样式 */

header {
    position: relative;
    height: 80px;
    z-index: 99;
    width: 100%;
    background: #fff;
}

header .container {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .logobox {
    max-width: 410px;
    overflow: hidden;
    flex-grow: 1;
}

header .logobox img {
    height: 63px;
    margin: 8px 0 0 0;
}

header nav {
    height: 80px;
    line-height: 80px;
    width: 800px;
}

header nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
    border-radius: 2px;
    text-align: center;
    z-index: 99;
}

header nav .mainnav .subnav a {
    padding: 20px 10px;
    display: block;
    font-size: 16px;
}

header nav .mainnav .subnav a:hover {
    color: #fff;
    background: #1b3665;
}

header nav .mainnav li {
    float: left;
    width: calc(100%/6);
    position: relative;
    text-align: center;
}

header nav .mainnav li:hover {
    background: #1b3665;
}

header nav .mainnav li:hover .subnav {
    display: block;
}


/* header nav .mainnav li:hover {
    border-bottom: 3px solid #2864be;
} */

header nav .mainnav li:hover>a {
    color: #fff;
}

header nav .mainnav li a {
    font-size: 16px;
    color: #000;
    padding: 0 0px;
    display: block;
}

header nav .mainnav li a:hover {
    text-decoration: none;
}

header nav .mainnav li .subnav a {
    color: #333;
    font-size: 16px;
}

header .container .phonebox {
    width: 120px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

header .container .phonebox .search_ {
    position: absolute;
    left: -232px;
    width: 0px;
    display: none;
    outline: none;
    border: 1px solid #efefef;
    z-index: 99;
    transition: all 0.4s;
    height: 30px;
    border-radius: 25px;
    top: 70px;
}

header .container .phonebox img {
    width: 34px;
    height: 34px;
    cursor: pointer;
}

header .container .phonebox .search_btn {
    height: 32px;
    width: 0;
    position: absolute;
    border-radius: 4px;
    outline: 0;
    border: 0;
    display: none;
    left: 0px;
    transition: all 0.4s;
    top: 70px;
}

.banner {
    position: relative;
}

.banner .s-ban {
    width: 60%;
    position: absolute;
    bottom: 5%;
    right: 10%;
    z-index: 99;
}

.banner .s-ban {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .s-ban .item {
    cursor: pointer;
    margin: 0 10px;
    overflow: hidden;
}

.banner .s-ban .item img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner .s-ban .item.active img {
    transform: scale(1.15);
}

.banner .s-ban .active {
    border: 4px solid #1b3665;
}

.banner .s-ban .active {
    margin: 0 6px;
}

.banner img {
    width: 100%;
}


/* 首页简介 */

.index-about {
    height: 884px;
    background: url(../image/index-about.jpg) no-repeat center;
    background-size: cover;
}

.index-about .container {
    display: flex;
    justify-content: space-between;
}

.index-about .container .introbox {
    width: 43%;
    padding: 124px 0 0 10px;
}

.index-about .container .introbox .indexaboutlogo {
    display: block;
    margin: 0 0 70px 0;
}

.index-about .container .introbox .intro {
    font-size: 16px;
    color: #000000;
    margin: 17px 0;
    line-height: 32px;
}

.index-about .container .introbox .intro strong {
    font-weight: bold;
    font-size: 18px;
}

.index-about .container .seemore {
    width: 187px;
    color: #fff;
    height: 56px;
    border-radius: 28px;
    background: #1b3665;
    text-align: center;
    display: block;
    line-height: 56px;
    margin: calc(35px + 2vw) 0 0 0;
    font-size: 16px;
}

.index-about .container .numlist {
    display: flex;
    flex-direction: column;
    padding: 90px 1% 0 0;
    transition: all 0.4s;
}

.index-about .container .numlist .item {
    margin: calc(20px + 0.3vw) 0;
}

.index-about .container .numlist .item div {
    font-size: calc(40px + 1vw);
    color: #2557ae;
    font-weight: bold;
    font-family: impact;
    transition: all 0.4s;
}

#map {
    transition: all 0.4s;
}

.index-about .container .numlist .item div i {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.index-about .container .numlist .item div i sup {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.index-about .container .numlist .item p {
    font-size: 16px;
    color: #333333;
}


/* 首页手风琴 */

#index-productbox {
    position: relative;
    padding: calc(30px + 3vw) 0;
    background: #fff;
}

#index-productbox:before {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../image/product_back.jpg) no-repeat;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
}

#index-productbox ul {
    max-width: 1600px;
    min-width: 1280px;
    padding: 0 calc(60px + 1vw);
    margin: 0 auto;
}

#index-productbox .title {
    text-align: center;
    margin-bottom: calc(20px + 1.5vw);
    color: #000;
}

#index-productbox .title strong {
    font-size: 32px;
    display: block;
    font-weight: bold;
    margin-bottom: calc(10px + 0.2vw);
}

#index-productbox .title p {
    font-size: 18px;
    display: block;
}

.index-box-2 .name {}


/* .index-box-2 {
    padding-left: 185px;
} */

.index-box-2 .key {
    font-size: 16px;
    color: #fff;
    font-family: "sy";
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: flex-end;
    line-height: 16px;
}

.index-box-2 .key .line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 30px;
}

.index-box-2 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.index-box-2 ul li {
    width: 18.536%;
    flex: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #1b3665;
}

.index-box-2 ul li .pic img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index-box-2 ul li .name {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index-box-2 ul li .en {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index-box-2 ul li.on .name {
    transform: scale(1.2);
}

.index-box-2 ul li.on .en {
    transform: scale(1.2);
}

.index-box-2 ul li.on .pic img {
    opacity: 0.6;
    transform: scale(1.1);
}

.index-box-2 ul li:nth-child(4n).on a:before {
    background: url(../image/shadow2.png) repeat-y;
}

.index-box-2 ul li.on {
    flex: 0 0 37.3%;
    width: 37.3%;
}

.index-box-2 ul li.on .info {}

.index-box-2 ul li.on .key,
.index-box-2 ul li.on .inner {
    padding-right: 0px;
}

.index-box-2 ul li.on .pic {
    opacity: 1;
}

.index-box-2 ul li.on .icon img {
    display: none;
}

.index-box-2 ul li.on .icon img.on {
    display: block;
}

.index-box-2 ul li.on .a-more {
    background: url(../image/more.png) no-repeat;
    background-size: contain;
}

.index-box-2 ul li a {
    position: relative;
    display: block;
    transform: perspective(0px) translateZ(0);
}

.index-box-2 ul .li1 a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #00a2e9 url(../image/1.jpg) no-repeat left bottom;
    background-size: cover;
}

.index-box-2 ul .li2 a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #00a2e9 url(../image/2.jpg) no-repeat left bottom;
    background-size: cover;
}

.index-box-2 ul .li3 a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #00a2e9 url(../image/3.jpg) no-repeat left bottom;
    background-size: cover;
}

.index-box-2 ul .li4 a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #00a2e9 url(../image/4.jpg) no-repeat left bottom;
    background-size: cover;
}

.index-box-2 .pic img {
    height: 70vh;
    object-fit: cover;
}

.index-box-2 .pic img.phone {
    display: none;
}

.index-box-2 .info {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 10;
    line-height: 30px;
    padding: 0px 0;
    padding-right: 0;
}

.index-box-2 .inner {
    padding-right: 0px;
}

.index-box-2 .icon {
    margin: 80px auto 85px;
}

.index-box-2 .icon img {
    display: block;
    width: 45px;
    height: 50px;
    object-fit: contain;
}

.index-box-2 .icon img.on {
    display: none;
}

.index-box-2 .name {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 40px;
    /* height: 80px; */
}

.index-box-2 .en {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: avan;
    text-transform: uppercase;
    margin: 10px 0 50px;
}

.index-box-2 .a-more {
    background: url(../image/more2.png) no-repeat;
}

.box-container-fluid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pic {
    font-size: 0;
    overflow: hidden;
}

.pic img {
    display: block;
    width: 100%;
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -ms-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
}


/* 首页案例展示 */

.index-cases {
    position: relative;
    padding: 0 0 5% 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.index-cases {
    position: relative;
    padding: calc(20px + 2vw) 0;
    background: #f4f4f4;
}


/*.index-cases:before{position: fixed;width: 100%;height: 100%;background: url(../image/product_back.jpg) no-repeat;content: '';left: 0;top: 0;z-index: -1;}
*/

.index-cases .index-cases-dec {
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
    object-fit: cover;
    height: 100%;
}

.index-cases .container {
    max-width: 1600px;
    min-width: 1280px;
    padding: 0 calc(60px + 1vw);
    margin: 0 auto;
    position: relative;
}

.index-cases .container .entitle {
    padding: 50px 0 0px 0;
    font-weight: 400;
    color: #333;
    font-size: 22px;
}

.index-cases .container .cntitle {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: calc(10px + 1vw);
}

.index-cases .container .control {
    width: 100%;
    padding: 0 calc(90px + 2vw);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    margin: 0 0 15px 0;
}

.index-cases .container .control .prev {
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.index-cases .container .control .next {
    cursor: pointer;
    float: right;
    border-radius: 50%;
    overflow: hidden;
}

.index-cases .container .swiper {
    width: 100%;
}

.index-cases .container .swiper .swiper-button-prev {
    opacity: 0;
    ;
}

.index-cases .container .swiper .swiper-button-next {
    opacity: 0;
}

.index-cases .container .swiper .name {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    background: rgba(27, 54, 101, 0.8);
    padding: 15px 0 15px 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.index-cases .container .swiper .subname {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: left;
}

.index-cases .container .swiper .swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 70vh;
    object-fit: cover;
}


/* 证书资质 */

.certifi {
    padding-bottom: calc(20px + 0.5vw);
    background: url(../image/bg.jpg) no-repeat;
    background-size: cover;
}

.certifi .swiper-wrapper {
    padding: 0 0 30px 0;
}

.certifi .swiper .swiper-wrapper .swiper-slide img {
    max-width: 93%;
    height: calc(260px + 7vw);
    margin: 0 auto;
}

.certifi .swiper .neiceng .swiper-slide {
    position: relative;
    overflow: hidden;
    width: calc(100% / 5 - 20px);
    margin-right: 20px;
    background: #fff;
}

.certifi .swiper .neiceng .swiper-slide:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: url(../image/rongyupng.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.certifi .swiper .neiceng .swiper-slide.d-img:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: url(../image/rongyupng.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    display: none;
}

.certifi .swiper-slide.d-img {
    display: block;
}

.certifi .swiper .neiceng .swiper-slide.d-img .dimg {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: calc(50% - 10px);
}

.certifi .swiper .neiceng .swiper-slide.d-img .dimg:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: url(../image/rongyupng.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.certifi .swiper .neiceng .swiper-slide.d-img .dimg img {
    width: 100%;
    height: calc(145px + 2.2vw);
    padding-left: 2.5%;
}

.certifi .swiper .neiceng .swiper-slide img {
    transform: scale(0.9);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.certifi_nav {
    text-align: center;
    margin-bottom: calc(15px + 0.5vw);
}

.certifi_nav ul li {
    padding: 15px 35px;
    background: #dbdbdb;
    color: #000;
    margin: 0 5px;
    display: inline-block;
    font-size: 17px;
}

.certifi_nav ul li.active {
    background: #1b3665;
    color: #fff;
}

.pro-cate-list {
    text-align: center;
    margin-bottom: calc(15px + 0.5vw);
}

.pro-cate-list ul li {
    padding: 15px 35px;
    background: #dbdbdb;
    color: #000;
    margin: 0 5px;
    display: inline-block;
    font-size: 17px;
}

.pro-cate-list ul li.active {
    background: #1b3665;
    color: #fff;
}

.pro-center {
    padding: 0px 0 calc(20px + 2vw);
}

.product-center .swiper-slide a {
    width: calc(100% / 3 - 15px);
    display: block;
    float: left;
    height: auto;
    object-fit: contain;
    margin-right: 20px;
    margin-bottom: 20px;
    object-fit: cover;
    height: 500px;
    overflow: hidden;
}

.product-center .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.product-center .swiper-slide a:nth-of-type(3n) {
    margin-right: 0;
}


/* 品牌合作 */

.brand {
    padding-bottom: calc(30px + 2vw);
    background: url(../image/bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.brand .container .brandlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.brand .container .brandlist .item {
    width: calc(100% / 6 - 2px);
    height: calc(60px + 1.6vw);
    margin: 1px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.brand .container .brandlist .item img {
    max-width: 80%;
}


/* 首页新闻 */

.index-news {
    background: #fff;
    padding: 10px 0 50px 0;
}

.index-news .container .wrapper {
    display: flex;
    justify-content: space-between
}

.index-news .container .wrapper .leftside {
    width: 220px;
}

.index-news .container .wrapper .leftside .titledemo {
    max-width: 100%;
}

.index-news .container .wrapper .leftside .titledemo .title {
    color: #000;
    text-align: left;
}

.index-news .container .wrapper .leftside .titledemo .subtitle {
    color: #000;
    text-align: left;
}

.index-news .container .wrapper .leftside .catelist {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-news .container .wrapper .leftside .catelist .item {
    width: 192px;
    background: #e7e7e7;
    font-size: 18px;
    color: #333;
    height: 68px;
    text-align: center;
    line-height: 68px;
    margin: 0 0 1px 0;
}

.index-news .container .wrapper .leftside .catelist .item:hover {
    background: url(../image/cate-bg.png) no-repeat center;
    color: #fff;
    width: 204px;
}

.index-news .container .wrapper .leftside .catelist .active {
    background: url(../image/cate-bg.png) no-repeat center;
    color: #fff;
    width: 204px;
    user-select: none;
}

.index-news .container .wrapper .rightside {
    width: 1324px;
}

.newslist {
    display: flex;
    justify-content: flex-start;
    padding: 60px 0 0 0;
}

.newslist .item {
    width: 406px;
    margin: 5px 0;
    padding: 20px 16px;
    background: #f4f4f4;
    flex-grow: 1;
}

.newslist .item:nth-child(2) {
    margin: 5px 3px;
}

.newslist .item .picbox {
    width: 393px;
    height: 233px;
    margin: 0 auto;
}

.newslist .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newslist .item .textbox {
    padding: 10px 0;
    width: 393px;
    margin: 0 auto;
}

.newslist .item .textbox .title {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    padding: 10px 0 10px 0;
}

.newslist .item .textbox .cont {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-news .container .swiper-wrapper {
    padding: 0 0 30px 0;
}

.index-news .container .swiper .swiper-pagination-bullet {
    background: #1b3665;
}

footer {
    background: #333333;
}

footer .container .backtotop {
    position: fixed;
    right: 5%;
    bottom: 20%;
    cursor: pointer;
}

footer .container {
    padding: 60px calc(60px + 2vw) 0;
}

footer .container .wrapper {
    display: flex;
    justify-content: space-between;
}

footer .container .wrapper .contact-info {
    padding: 0 0 35px 0;
}

footer .container .wrapper .contact-info .title {
    font-size: 22px;
    color: #fff;
    padding: 0 0 20px 0;
}

footer .container .wrapper .contact-info .name {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

footer .container .wrapper .contact-info .address {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

footer .container .wrapper .contact-info .address1 {
    padding: 22px 0 0 0;
}

footer .container .wrapper .btm-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

footer .container .wrapper .btm-nav .item {
    width: 140px;
    margin: 0 20px 0 0;
}

footer .container .wrapper .btm-nav .item .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    user-select: none;
}

footer .container .wrapper .btm-nav .item a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 15px 0;
    text-align: left;
}

footer .container .sharebox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

footer .container .sharebox .item {
    margin: 0 20px 0 0;
    position: relative;
}

footer .container .sharebox .item img {
    width: 48px;
    height: 48px;
}

footer .container .sharebox .item:hover .qrcodebox {
    display: block;
    /* animation-name: fadeIn;
    visibility: visible; */
}

footer .container .sharebox .qrcodebox {
    background: #fff;
    padding: 5px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -75px;
    display: none;
}

footer .container .sharebox .qrcodebox img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

footer .container .btm-info {
    height: 50px;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}

footer .container .btm-info .info {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

footer .container .btm-info .info a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

footer .container .btm-info .support {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}


/* 关于领盛 */

.about {
    background: url(../image/about-bg.jpg) no-repeat center;
    background-size: cover;
}

.about .container .wrapper {
    padding: calc(80px + 2vw) 0;
}

.about .container .wrapper .left {
    width: 49%;
    float: left;
}

.wenhua .container .wrapper .left {
    font-size: 16px;
}

.wenhua .container .wrapper .left strong {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.wenhua .container .wrapper .left span {
    font-size: 18px;
    display: block;
}

.wenhua .container {
    max-width: 1200px;
}

.about .container .wrapper .right {
    width: 32%;
    float: right;
}

.about .container .wrapper .leftside img {
    width: 252px;
    height: 119px;
}

.about .container .wrapper .middle {
    flex-grow: 2;
    padding: 0 80px calc(60px + 2vw) 0;
    width: 80%;
    transition: all 0.4s;
}

.about .container .wrapper .middle p {
    font-size: 16px;
    padding: 20px 0;
    line-height: 28px;
    transition: all 0.4s;
}

.about .container .wrapper .middle p span {
    font-weight: bold;
}

.about .container .wrapper .rightside {
    width: 51%;
    float: right;
}

.about .container .wrapper .rightside img {
    width: 100%;
    height: auto;
}

.about-certifi {
    background: #f4f4f4!important;
}

.about-certifi .container .titledemo .title {
    color: #000;
}

.about-certifi .container .titledemo .subtitle {
    color: #000;
}

.certifi .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shengchanjd {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

#pro-base2 .container {
    padding-top: calc(20px + 2vw);
}

.shengchanjd ul li {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
}

.shengchanjd ul li img {
    width: 100%;
}

.shengchanjd ul li:nth-of-type(3n) {
    margin-right: 0px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}


/* 联系我们contact-us */

.contact-us {
    background: #f4f4f4;
    padding-top: calc(15px + 4vw);
    padding-bottom: calc(15px + 2vw);
}

.contact-us .title {
    text-align: center;
    margin-bottom: calc(15px + 1vw);
}

.contact-us .title strong {
    font-size: 32px;
    display: block;
    font-weight: bold;
    color: #1b3665;
}

.contact-us .container .logo {
    display: block;
    margin: 90px auto 0;
}

.contact-us .container .qrcode {
    display: block;
    margin: 30px auto 60px;
}

.infolist {
    width: 100%;
    padding: 20px 0 50px;
}

.infolist .item {
    padding: calc(15px + 1.5vw) calc(15px + 1vw);
    box-sizing: border-box;
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    background: #fff;
}

.infolist .item:nth-of-type(2n) {
    margin-right: 0;
}

.infolist .item .img {
    width: calc(50px + 1.4vw);
    float: left;
    position: relative;
    margin: 0 auto;
}

.infolist .item .text {
    width: calc(100% - 70px - 2.2vw);
    float: right;
    text-align: left;
}

.infolist .item .img img {
    width: 100%;
    height: auto;
}

.infolist .item .img .icon2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    opacity: 1;
}

.infolist .item:hover .img .icon2 {
    opacity: 0;
}

.trans4 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.infolist .item .icon {
    width: 88px;
    height: 88px;
}

.infolist .item .name {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.infolist .item .cont {
    font-size: 18px;
    color: #000;
    display: block;
}

.mapwrapper {
    background: #f4f4f4;
    padding-bottom: calc(20px + 2vw);
}

.mapwrapper ul {}

.mapwrapper ul li {
    margin-bottom: 20px;
}

.mapwrapper ul li .map {
    width: 50%;
    height: 500px;
    float: left;
}

.mapwrapper ul li:nth-of-type(2n) .map {
    float: right;
}

.mapwrapper ul li .infolist {
    width: 50%;
    height: 500px;
    float: right;
    position: relative;
    background: #fff;
    padding: 0;
}

.mapwrapper ul li:nth-of-type(2n) .infolist {
    left: inherit;
    right: 0;
}

.mapwrapper ul li .infolist .item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.mapwrapper ul li:nth-of-type(2n) .infolist .item {
    float: left;
}

.zhiyefazhan .titledemo {
    padding-bottom: 0;
    padding-top: calc(30px + 5vw);
}

.zhiyefazhan .subtitle {
    display: block;
    font-size: 20px!important;
    margin-bottom: calc(20px + 1vw);
}

.zhiyefazhantong li {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.zhiyefazhantong li span {
    font-size: 24px;
    display: block;
    font-weight: bold;
}

.zhiyefazhantong li p {
    font-size: 16px;
    display: block;
}

.zhiyefazhantong li:nth-of-type(2n) {
    margin-right: 0%;
}

.zhiyefazhantong li .img {
    width: 100%;
    margin-bottom: 10px;
}

.zhiyefazhantong li .img img {
    display: block;
    width: 100%;
}


/* 新闻详情 */

.news-detail {
    background: #f4f4f4;
    padding: calc(10px + 1vw) 0;
}

.news-detail .container .content {
    background: #fff;
    padding: 0 calc(30px + 5vw) 50px;
    line-height: 36px;
}

.news-detail .container .content .title {
    font-size: 36px;
    color: #000;
    padding: 136px 0 10px;
    text-align: center;
    margin-bottom: 12px;
}

.news-detail .container .content .date {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0 0 calc(30px + 1vw) 0;
}

.news-detail .container .content .cont {
    font-size: 16px;
    text-indent: 32px;
    line-height: 32px;
    text-align: center;
    max-width: 880px;
    margin: 20px auto;
}

.news-detail .container .content img {
    max-width: 100%;
    display: block;
    margin: 10px auto!important;
}


/* 新闻中心 */

.news-center {
    background: #f4f4f4;
}

.news-center .container .newslist .item {
    background: #fff;
}

.news-center .container .newslist .item .picbox {
    width: 460px;
    height: 280px;
}

.news-center .container .newslist2 {
    display: flex;
    flex-direction: column;
}

.news-center .container .newslist2 .item {
    width: 100%;
    height: 233px;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    margin: 10px 0;
    padding: 1% 0 1% 1%;
}

.news-center .container .newslist2 .item .picbox {
    width: 393px;
    height: 233px;
}

.news-center .container .newslist2 .item .picbox img {
    width: 100%;
    height: 100%;
}

.news-center .container .newslist2 .item .textbox {
    margin: 0 0 0 20px;
    width: 840px;
}

.news-center .container .newslist2 .item .textbox .title {
    font-size: 22px;
    padding: 36px 0 16px 0;
    width: 99%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-center .container .newslist2 .item .textbox .cont {
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.news-center .container .newslist2 .item .textbox .date {
    font-size: 16px;
    margin: 50px 0 0 0;
}


/* 招聘 */

.recruit .container .title {
    font-size: 32px;
    color: #333333;
    padding: 70px 0 30px 0;
}

.recruit .container .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 68px 0;
}

.recruit .container .wrapper .catelist {
    width: 304px;
    margin: 0 30px 0 0;
}

.recruit .container .wrapper .catelist .cateitem {
    height: 70px;
    font-size: 18px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 70px;
}

.recruit .container .wrapper .catelist .active {
    background: #1b3665;
    color: #fff;
}

.recruit .container .wrapper .contentlist {
    width: 1190px;
}

.recruit .container .wrapper .contentlist .content {
    margin: 0 0 5px 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.recruit .container .wrapper .contentlist .content .v {
    position: absolute;
    right: 60px;
    top: 45px;
}

.recruit .container .wrapper .contentlist .content .h {
    position: absolute;
    right: 55px;
    top: 50px;
}

.recruit .container .wrapper .contentlist .content .title {
    font-size: 22px;
    color: #000;
    padding: 29px;
}

.recruit .container .wrapper .contentlist .content .cont {
    padding: 0 0 0 50px;
    max-height: 1px;
    overflow: hidden;
    transition: all 0.4s;
}

.recruit .container .wrapper .contentlist .active .cont {
    max-height: 1000px;
    transition: all 0.4s;
}

.recruit .container .wrapper .contentlist .active .cont strong {
    font-weight: bold;
}

.recruit .container .wrapper .contentlist .active .v {
    display: none;
}

.recruit .container .wrapper .contentlist .content .cont p {
    font-size: 16px;
    color: #333;
}

.recruit .container .wrapper .contentlist .content .cont span {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    display: block;
    margin: 0 0 30px 0;
}

.message {
    padding-top: calc(20px + 0.5vw);
}

.message .container .titledemo .title {
    color: #000;
}

.message .container .formbox {
    width: 100%;
    margin: 0 0 calc(25px + 3vw);
}

.message .container .titledemo {
    padding: 0;
}

.linghepro .container .titledemo {
    padding-top: 0;
}

.linghepro .container .titledemo .title {
    font-size: 32px;
}

.message .container .formbox .item {
    display: flex;
    margin: 20px 0;
    justify-content: flex-start;
    align-items: center;
}

.message .container .formbox .item span {
    font-size: 16px;
    color: #000;
    width: 50px;
    margin: 0 20px 0 0;
}

.message .container .formbox .item input {
    width: 100%;
    height: 50px;
    outline: 0;
    border: 1px solid #efefef;
    padding: 0 20px;
    color: #000;
}

.message .container .formbox .item input::placeholder {
    font-size: 16px;
    color: #666;
}

.message .container .formbox .item textarea {
    color: #000;
    font-size: 16px;
    resize: none;
    outline: none;
    border: 1px solid #efefef;
    width: 100%;
    padding: 20px;
}

.message .container .formbox .item textarea::placeholder {
    font-size: 16px;
    color: #666;
}

.message .container .formbox button {
    width: 220px;
    background-color: #1b3665;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 25px;
    user-select: none;
}


/* 领创全钢爬架 */

.climb {
    background: url(../image/21.jpg) no-repeat;
    background-position-x: right;
    background-position-y: center;
    width: 100%;
    background-size: 48%;
}

.climb .container .content {
    padding: calc(30px + 6vw) 0;
}

.climb .container .content .title {
    font-size: 32px;
    color: #1b3665;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.climb .container .content .title2 {
    font-size: 38px;
    color: #2d2d2d;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.climb .container .content .subtitle {
    font-size: 16px;
    color: #2d2d2d;
    margin: 0 0 50px 0;
}

.climb .container .content .subtitle2 {
    font-size: 17px;
    color: #2d2d2d;
    margin: 0 0 10px 0;
    max-width: 630px;
    text-align: justify;
}

.climb .container .content .subtitle2 strong {
    font-weight: bold;
}

.climb .container .content img {
    display: block;
}


/* 产品特点 */

.Product-features .container .maintitle {
    font-size: 32px!important;
    text-align: left;
    margin: 20px 0;
    color: #000;
    font-weight: bold;
}

.Product-features .container .module {
    margin: 50px 0;
}

.Product-features .container .module .name {
    background: url(../image/titlebg.png) no-repeat center;
    width: 458px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Product-features .container .module .name .num {
    width: 29px;
    height: 29px;
    background: #fff;
    color: #1b3665;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    margin: 0 20px;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
}

.Product-features .container .module .name .txt {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.Product-features .container .module .wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
}

.Product-features .container .module .wrapper .item {
    width: calc(100% / 2 - 10px);
    margin: 0 10px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d8d8d8;
    padding: 0px 0;
}

.Product-features .container .module .wrapper .item:last-child {
    margin: 0;
    width: calc(100% / 2 + 100px);
    background-color: #fff;
}

.Product-features .container .module .wrapper .item .picbox {
    margin: 0 30px;
    max-width: 50%;
}

.Product-features .container .module .wrapper .item .picbox img {
    max-width: 100%;
}

.Product-features .container .module .wrapper .item .txtbox .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.Product-features .container .module .wrapper .item .txtbox .desc {
    max-width: 330px;
    margin: 20px 0;
    line-height: 26px;
    font-size: 16px;
}

.elevator-system .wrapper .item {
    flex-direction: column;
    justify-content: flex-start!important;
    align-items: flex-start!important;
    padding: 0px 32px!important;
    border: 0!important;
}

.elevator-system .wrapper .item .title {
    font-size: 19px;
    color: #000;
    font-weight: bold;
}

.elevator-system .wrapper .item .desc {
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    max-width: 475px;
    margin: 8px 0;
}

.elevator-system .wrapper .item .desc::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1b3665;
    position: absolute;
    left: -12px;
    top: 10px;
    border-radius: 50%;
}

.Product-features .control-system .wrapper .item {
    border: 0!important;
}

.Product-features .control-system .wrapper .item:last-child {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 50px;
}

.Product-features .control-system .wrapper .item .desc {
    font-size: 18px;
    margin: 6px 0;
    font-weight: 300;
}

.Product-features .control-system .wrapper .item .desc span {
    font-weight: bold;
}


/* 生产实力 */

.product-pow {
    background: #f4f4f4;
}

.product-pow .container {
    display: flex;
    justify-content: space-around;
}

.product-pow .container .picbox {
    margin: 0 80px 0 0;
    padding: 46px 0 80px 0;
}

.product-pow .container .picbox img {
    width: 800px;
    height: 540px;
}

.product-pow .container .txtbox {
    padding: calc(60px + 4vw) 0 0 0;
}

.product-pow .container .txtbox .title {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.product-pow .container .txtbox .cont {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    text-indent: 32px;
}

.product-pow .container .txtbox .cont span {
    font-size: 20px;
    font-weight: bold;
    color: #ee0000;
}


/* 项目案例 */

.case-base {
    position: relative;
    overflow: auto;
    padding: 0 0 20px 0;
    overflow-x: hidden;
    background: #f4f4f4;
}

.case-base .swiper-slide {
    background: #26629c;
    padding: 0 0 0px 0;
}

.case-base .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    transform: scale(1.05);
}

.case-base .container .swiper .swiper-wrapper .swiper-slide .img {
    overflow: hidden;
}

.case-base .container .swiper .swiper-wrapper {
    padding: 0 0 60px 0;
}

.case-base .container .cntitle {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    padding: 76px 0 30px 0;
}

.case-base .container .swiper .name {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 10px;
    color: #fff;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-base .container .swiper .subname {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 5px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    min-height: 31px;
}

.case-base .container .swiper .swiper-pagination-bullet {
    border-radius: 0;
    border: 2px solid #b6b6b6;
    background: #fff;
}

.case-base .container .swiper .swiper-pagination-bullet-active {
    background: #1b3665;
    border-color: #1b3665;
}

.shengchanjd .swiper-pagination {
    bottom: 0;
}

.shengchanjd .swiper-pagination-bullet {
    border-radius: 0;
    border: 2px solid #b6b6b6;
    background: #fff;
}

.shengchanjd .swiper-pagination-bullet-active {
    background: #1b3665;
    border-color: #1b3665;
}


/* weiyu */

.weiyu {
    background: url(../image/31.jpg) no-repeat;
    background-color: #f4f4f4;
    background-position-x: right;
    width: 100%;
    background-size: auto 100%;
}

.weiyu .container .content {
    padding: calc(30px + 5vw) 0;
}

.weiyu .container .content .title {
    font-size: 32px;
    color: #1b3665;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.weiyu .container .content .title2 {
    font-size: 24px;
    color: #2d2d2d;
    margin: 0 0 6px 0;
    font-weight: 500;
}

.weiyu .container .content .subtitle {
    font-size: 16px;
    color: #333;
    margin: 0px 0 50px 0;
    width: 50%;
}

.weiyu .container .content .subtitle2 {
    font-size: 16px;
    color: #2d2d2d;
    margin: 0 0 9px 0;
    line-height: 30px;
    width: 46%;
    text-align: justify;
}

.weiyu .container .content .subtitle2 strong {
    font-weight: bold;
}

.weiyu .container .content img {
    display: block;
}


/* 生产实力 */

.pro-power {
    padding: 50px 0;
}

.pro-power .container .wrapper {
    display: flex;
    justify-content: flex-start;
    background: #fff;
}

.pro-power .container .wrapper .picbox {
    max-width: 50%;
}

.pro-power .container .wrapper .picbox img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.pro-power .container .wrapper .txtbox {
    padding: 0px 0 0 4%;
    max-width: 45%;
    background: #fff;
}

.pro-power .container .wrapper .txtbox .title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.pro-power .container .wrapper .txtbox .desc {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    max-width: 550px;
}

.pro-power .container .wrapper .txtbox .list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pro-power .container .wrapper .txtbox .list .item {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: 1px solid #f4f4f4;
    padding: 10px;
}

.pro-power .container .wrapper .txtbox .list .picbox {
    width: 148px;
    height: 107px;
    overflow: hidden;
}

.pro-power .container .wrapper .txtbox .list .picbox img {
    width: 100%;
    height: auto;
}

.pro-power .container .wrapper .txtbox .list .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 30px;
}

.pro-power .container .wrapper .txtbox .list .txtbox .name {
    font-size: 1.24rem;
    font-weight: bold;
    color: #225e97;
    margin: 0 0 8px 0;
}

.pro-power .container .wrapper .txtbox .list .txtbox .desc {
    font-size: 15px;
    color: #000;
}


/* 产品特点 */

.pro-features {
    background: #fff;
    padding: 0 0 60px 0;
}

.pro-features .container .titledemo .title {
    color: #000;
    text-align: center;
    font-size: 32px!important;
}

.pro-features .container .pro-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pro-features .container .pro-list .item {
    width: 49%;
    margin: 0 1% 1% 0;
    padding: calc(15px + 0.5vw) 0;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 8%);
    border-radius: 20px;
    flex-grow: 1;
}

.pro-features .container .pro-list .item:nth-child(2n) {
    margin: 0 0 1% 0;
}

.pro-features .container .pro-list .item:last-child {
    margin: 0 0 1% 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pro-features .container .pro-list .item:last-child .txtbox {
    max-width: 25%;
    margin: 0 0 0 2.5%;
}

.pro-features .container .pro-list .item:last-child .picbox {
    margin: 0;
    max-width: 72%;
}

.pro-features .container .pro-list .item:last-child .picbox img {
    max-width: 100%;
    padding: 0;
}

.pro-features .container .pro-list .item .picbox {
    /* width: 481px; */
    /* max-height: 200px; */
    display: block;
    margin: 0 auto;
}

.pro-features .container .pro-list .item .picbox img {
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.4s;
    display: block;
    padding: 0 5%;
}

.pro-features .container .pro-list .item .picbox:hover img {
    transition: all 0.4s;
    transform: scale(1.01);
}

.pro-features .container .pro-list .item .txtbox {
    width: 90%;
    margin: 0 auto;
}

.pro-features .container .pro-list .item .txtbox .name {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 10px 60px;
    text-align: left;
    width: 90%;
    position: relative;
}

.pro-features .container .pro-list .item .txtbox .name::before {
    content: '';
    width: 53px;
    height: 61px;
    position: absolute;
    left: 0;
    top: -4px;
}

.pro-features .container .pro-list .item .txtbox .name1::before {
    background: url(../image/proicon1.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name2::before {
    background: url(../image/proicon2.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name3::before {
    background: url(../image/proicon3.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name4::before {
    background: url(../image/proicon4.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name5::before {
    background: url(../image/proicon5.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name6::before {
    background: url(../image/proicon6.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name7::before {
    background: url(../image/proicon7.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name8::before {
    background: url(../image/proicon8.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name9::before {
    background: url(../image/proicon7.png) no-repeat center;
}

.pro-features .container .pro-list .item .txtbox .name span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 6px 0 0 10px;
    display: block;
}

.pro-features .container .pro-list .item .txtbox .desc {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}


/* 产品中心 */

.pro-center .container .titledemo .title {
    color: #000;
}

.pro-center .container .wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 0 60px 0;
}

.pro-center .container .wrapper .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 32.5%;
}

.pro-center .container .wrapper .item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pro-center .container .wrapper .item:first-child {
    margin: 0 0 21px 0;
}

.pro-center .container .wrapper .item img {
    width: 100%;
    transition: all 0.4s;
}

.pro-center .container .wrapper .item:hover img {
    transition: all 0.4s;
    transform: scale(1.02);
}

.pro-center .container .wrapper .item .title {
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.pro-center .container .wrapper .center {
    width: 32.5%;
    margin: 0 21px;
}

.pro-center .container .wrapper .center .item {
    width: 100%;
    height: 100%;
    margin: 0;
}

.pro-center .container .wrapper .right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 32.5%;
}

.workers {
    height: 526px;
    background: url(../image/41.jpg) no-repeat center;
    background-position-x: right;
    background-position-y: top;
    width: 97%;
    background-size: contain;
    min-width: 1360px;
}

.workers .container .cont {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin: 0 0 20px 0;
    transition: all 0.4s;
}

.workers .container .cont strong {
    font-weight: bold;
}

.workers .container .content {
    padding: calc(30px + 3vw) 0;
    width: 41%;
    background: #fff;
    text-align: justify;
}

.workers .container .content .title {
    font-size: 32px;
    color: #1b3665;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.workers .container .content .title2 {
    font-size: 32px;
    color: #2d2d2d;
    margin: 0 0 12px 0;
    font-weight: bold;
}

.workers .container .content .subtitle {
    font-size: 16px;
    color: #333;
    margin: 0px 0 50px 0;
    width: 50%;
}

.workers .container .content .subtitle2 {
    font-size: 24px;
    color: #2d2d2d;
    margin: 0 0 40px 0;
}

.workers .container .content img {
    display: block;
    width: 256px;
    height: 162px;
}


/* 新型"四有"产业工人队伍  */

.four {
    background: #f4f4f4;
    padding: 0 0 50px 0;
}

.four .container .titledemo .title {
    color: #000;
    font-size: 32px;
}

.four .container .fourlist {
    display: flex;
    justify-content: flex-start;
}

.four .container .fourlist .item {
    width: 24.4%;
    margin: 0 1% 0 0;
    padding: 21px 10px 30px;
    background: #fff;
}

.four .container .fourlist .item:last-child {
    margin: 0;
}

.four .container .fourlist .item .picbox {
    width: 94%;
    display: block;
    margin: 0 auto;
}

.four .container .fourlist .item .picbox .pic {
    width: 100%;
    max-height: 211px;
    overflow: hidden;
}

.four .container .fourlist .item .picbox .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
}

.four .container .fourlist .item:hover .picbox .pic img {
    transition: all 0.4s;
    transform: scale(1.2);
}

.four .container .fourlist .item .picbox .type {
    background: #1b3665;
    font-size: 24px;
    text-align: left;
    height: 49px;
    line-height: 49px;
    width: 96%;
    display: block;
    color: #fff;
    padding: 0 0 0 4%;
    margin-top: -1px;
}

.four .container .fourlist .item .txtbox {
    width: 94%;
    padding: 20px 0 0 10px;
}

.four .container .fourlist .item .txtbox .cont {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}


/* robot */

.robot {
    background: url(../image/5.jpg) no-repeat;
    background-position-x: right;
    background-position-y: center;
    width: 100%;
    background-size: 48% auto;
}

.robot .container .content {
    padding: calc(30px + 5vw) 0;
}

.robot .container .content .title {
    font-size: 32px;
    color: #1b3665;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.robot .container .content .subtitle {
    font-size: 16px;
    color: #333;
    margin: 0 0 calc(20px + 0.6vw) 0;
}

.robot .container .content .cont {
    width: 43%;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
}

.robot .container .content .cont strong {
    font-weight: bold;
}

.robot .container .content .cont:last-child {
    font-weight: bold;
}


/* 全覆盖 */

.coverit {
    height: 791px;
    background: url(../image/bg2.jpg) no-repeat center;
    background-size: cover;
}

.coverit .container .ps {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 30px 0;
}

.coverit .container {
    padding: 80px 0;
}

.coverit .container .titlepic {
    display: block;
    margin: 0 auto;
}

.coverit .container .contro-box {
    width: 1046px;
    height: 236px;
    border-radius: 10px;
    background: url(../image/controbg.png) no-repeat center;
    margin: 62px auto 0;
}

.coverit .container .contro-box .wrapper {
    padding: 62px 0 0 0;
}

.coverit .container .contro-box .cont {
    width: 831px;
    display: block;
    margin: 6px auto;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.coverit .container .contro-box .cont::before {
    content: '';
    background: #18c4fc;
    position: absolute;
    left: -13px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
}

.coverit .container .contro-box .cont span {
    color: #fea700;
    font-weight: bold;
}

.table {
    width: 1046px;
    margin: 20px auto 0;
}

.table thead {
    height: 48px;
    background: #09529b;
}

.table thead tr th {
    width: 72px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.table thead tr th:first-child {
    width: 93px;
}

.table tr td {
    background: #fff;
    height: 31px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border: 1px solid #666;
}

.automatic {
    height: 791px;
    background: url(../image/bg2.png) no-repeat center;
    background-size: cover;
}

.automatic .container .titlepic {
    display: block;
    margin: 0 auto;
}

.automatic .container {
    padding: 80px 0 0 0;
}

.automatic .container .wrapper {
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
}

.automatic .container .wrapper .left {
    width: 725px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 20px 0 0;
}

.automatic .container .wrapper .left .top {
    width: 725px;
    height: 212px;
    background: url(../image/controbg2.png) no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 20px 0;
}

.automatic .container .wrapper .left .top .cont {
    width: 533px;
    display: block;
    margin: 6px auto;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.automatic .container .wrapper .left .top .cont::before {
    content: '';
    background: #18c4fc;
    position: absolute;
    left: -13px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
}

.automatic .container .wrapper .left .top .bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cases {
    height: 1070px;
    background: url(../image/casesbg.jpg) no-repeat center;
    background-size: cover;
}

.cases .title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 87px 0 28px 0;
}

.cases .container .caselist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cases .container .caselist .item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
    background: #0d4278;
    border: 1px solid #149cd8;
}

.cases .container .caselist .item:nth-child(3n) {
    margin: 0 0 10px 0;
}

.cases .container .caselist .item .picbox {
    width: 92%;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
}

.cases .container .caselist .item .picbox img {
    max-width: 100%;
}

.cases .container .caselist .item .name {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}


/* 系统特点 */

.system {
    background: #f4f4f4;
    padding: 0 0 50px 0;
}

.system .container .titledemo .title {
    color: #000;
}

.system .container .systemlist {
    display: flex;
    justify-content: flex-start;
}

.system .container .systemlist .item {
    width: 24.4%;
    margin: 0 1% 0 0;
    padding: 21px 10px 30px;
    background: #fff;
}

.system .container .systemlist .item:last-child {
    margin: 0;
}

.system .container .systemlist .item .picbox {
    width: 94%;
    display: block;
    margin: 0 auto;
}

.system .container .systemlist .item .picbox .pic {
    width: 100%;
    max-height: 211px;
    overflow: hidden;
}

.system .container .systemlist .item .picbox .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
}

.system .container .systemlist .item .picbox .pic:hover img {
    transition: all 0.4s;
    transform: scale(1.15);
}

.system .container .systemlist .item .picbox .type {
    background: #1b3665;
    font-size: 24px;
    text-align: left;
    height: 49px;
    line-height: 49px;
    width: 96%;
    display: block;
    color: #fff;
    padding: 0 0 0 4%;
    margin-top: -1px;
}

.system .container .systemlist .item .txtbox {
    width: 94%;
    padding: 20px 0 0 10px;
}

.system .container .systemlist .item .txtbox .cont {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    padding: 0 0 8px 20px;
    position: relative;
}

.system .container .systemlist .item .txtbox .cont::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #2864be;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 8px;
}

.fangxiang {
    padding-bottom: calc(20px + 2vw);
}

.fangxiang .titledemo .title {
    color: #000;
    display: block;
    font-size: 32px;
}

.fangxiang img {
    margin: 0 auto;
    display: block;
}

.fangxiang ul li {
    width: calc(100% / 3 - 30px);
    margin-right: 15px;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: calc(20px + 2vw) 0;
    color: #000;
    text-align: center;
}

.fangxiang ul li i {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto 20px;
    background: #1b3665;
    border-radius: 50%;
}

.fangxiang ul li i img {
    display: block;
    padding-top: 15px;
}

.fangxiang ul li strong {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.fangxiang ul li p {
    font-size: 17px;
    display: block;
}

.fangxiang ul li:nth-of-type(3n) {
    margin-right: 0px;
}


/* closed loop */

.closed-loop .container .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
}

.closed-loop .container .wrapper .txtbox {
    width: 560px;
}

.closed-loop .container .wrapper .txtbox .title {
    font-size: 42px;
    color: #000;
    font-weight: bold;
    padding: 70px 0 20px 0;
}

.closed-loop .container .wrapper .txtbox .title2 {
    font-size: 32px;
    font-weight: bold;
    color: #1b3665;
    margin: 50px 0 0 0;
}

.closed-loop .container .wrapper .txtbox .subtitle {
    font-size: 16px;
    color: #000;
}

.closed-loop .container .wrapper .txtbox .subtitle2 {
    font-size: 16px;
    color: #000;
}


/* 统计 */

.statistical {
    background: #f4f4f4;
}

.statistical .container .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
}

.statistical .container .wrapper .txtbox {
    width: 400px;
    padding: 70px 200px 0 0;
}

.statistical .container .wrapper .txtbox .title2 {
    font-size: 42px;
    font-weight: bold;
    color: #1b3665;
    margin: 50px 0 0 0;
    text-align: center;
}

.statistical .container .wrapper .txtbox .subtitle2 {
    font-size: 26px;
    color: #000;
    text-align: center;
}


/* 可定制化报告形式 */

.report {
    height: 889px;
    background: url(../image/report-bg.jpg) no-repeat center;
    background-size: cover;
}

.report .container .titledemo .title {
    color: #fff;
    font-size: 32px;
}

.report .container .reportimg {
    display: block;
    padding: 30px 0 40px;
    margin: 0 auto;
    max-width: 100%;
}


/* 特色功能 */

.characteristic {
    padding: 0 0 90px 0;
}

.characteristic .container .title {
    color: #000;
}

.characteristic .container .wrapper {
    display: flex;
    justify-content: space-between;
}

.characteristic .container .wrapper .txtbox {
    padding: 20px 0 0 0;
}

.characteristic .container .wrapper .txtbox .title {
    font-size: 42px;
    color: #1b3665;
    font-weight: bold;
}

.characteristic .container .wrapper .txtbox .subtitle {
    font-size: 16px;
    padding: 30px 0 60px 0;
    color: #000;
}

.characteristic .container .wrapper .txtbox .cont {
    font-size: 16px;
    color: #000;
    max-width: 460px;
    padding: 0 0 20px 0;
}

.characteristic .container .wrapper .txtbox .cont span {
    font-weight: bold;
}

.characteristic .container .wrapper .picbox {
    max-width: 65%;
}

.characteristic .container .wrapper .picbox img {
    max-width: 100%;
}

.characteristic .container .btmtxt {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    color: #000;
}


/* 自动识别规律性爆点 */

.law {
    height: 471px;
    background: url(../image/law-bg.jpg) no-repeat center;
    background-size: cover;
}

.law .container .titledemo .title {
    color: #000;
    font-size: 32px;
}

.law .container .law-pic {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}


/* 深度学习功能 */

.study {
    padding: 50px 0;
}

.study .container .title {
    font-size: 32px;
    color: #1b3665;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.study .container .subtitle {
    font-size: 16px;
    color: #000;
    padding: 0 0 50px 0;
}

.study .container img {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}

.study .container .btmtxt {
    font-size: 16px;
    color: #000;
}

.recruit-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 71px 0 0 0;
}

.recruit-box .item {
    width: 28%;
    margin: 0 1% 1% 0;
    background: #f4f4f4;
    padding: 40px 20px;
    display: none;
}

.recruit-box .item:nth-child(-n+6) {
    display: block;
}

.recruit-box .item:nth-child(3n) {
    margin: 0 0 1% 0;
}

.recruit-box .item .title {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.recruit-box .item .cont {
    font-size: 17px;
    color: #000;
}

.contact_left {
    width: 40%;
    float: left;
}

.contact_right {
    float: right;
    width: 100%;
    line-height: 24px;
    color: #666;
    font-size: 16px;
}

.contact_right ul li {
    width: calc(100% / 4 - 20px);
    margin-right: 25px;
    float: left;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    text-align: center;
    padding: 50px 0;
    height: 100px;
    background: #fff;
    position: relative;
}

.contact_right ul li:nth-of-type(4n) {
    margin-right: 0px;
}

.contact_right ul li:hover {
    background: #1b3665;
}

.contact_right ul li:hover strong {
    color: #fff;
}

.contact_right ul li:hover p {
    color: #fff;
}

.contact_right strong {
    font-size: 24px;
    color: #1b3665;
    margin-bottom: calc(10px + 0.2vw);
    display: block;
    font-weight: bold;
}

.contact_right ul li .text {
    width: 90%;
    margin: 0 auto;
}

.brand .container .titledemo .title {
    color: #fff;
    font-size: 32px;
}

.index_background_video {
    position: relative;
    z-index: 0;
}

.index_background_video .text {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
}

.index_background_video .text h3 {
    font-size: calc(28px + 0.73vw);
}

.index_background_video .text h3 span {
    display: inline-block;
}

.index_background_video .text h3 strong {
    font-weight: bold;
    margin-left: calc(0.5rem + 0.5vw);
}

.index_background_video .text em {
    font-family: OPTIAKROGROTESK;
    color: rgba(255, 255, 255, 0.5);
    font-size: calc(13px + 0.3vw);
    text-transform: uppercase;
}

.index_background_video .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(5% + 3vw);
    z-index: 6;
}

.index_background_video .more a {
    padding: calc(6px + 0.5vw) calc(1rem + 1vw);
    background: #d80c18;
    display: block;
    color: #fff;
    border-radius: calc(4px + 0.3vw);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.index_background_video .more a span {
    font-size: calc(18px + 0.1vw);
    font-weight: bold;
    margin-right: calc(0.6rem + 0.6vw);
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.index_background_video .more:hover a span {
    transform: translateX(10%);
}

.index_background_video .more:hover a {
    background: #5a2cae;
}

.banner .swiper-slide img {
    animation: mymove 12s infinite;
    -webkit-animation: mymove 12s infinite;
    animation-direction: alternate;
    animation-timing-function: ease;
    -webkit-animation: mymove 12s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease;
}

@keyframes mymove {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide .text {
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.banner .swiper-slide .text span {
    font-size: 22px;
    display: block;
}

.banner .swiper-slide .text strong {
    font-size: 32px;
    display: block;
}

.wp2 {
    width: 93%;
    margin: 0 auto;
}

.yuanjing {
    padding: calc(40px + 5vw) 0 calc(30px + 3vw);
}

.yuanjing .text {
    text-align: center;
    width: 100%;
}

.yuanjing .text strong {
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #1b3665;
}

.yuanjing .text p {
    font-size: 26px;
    color: #333333;
}

.yuanjing2 .text p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.jiazhiguan {
    position: relative;
}

.jiazhiguan .left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1b3665;
    height: 100%;
}

.jiazhiguan .left:before {
    width: 100%;
    height: 100%;
    position: relative;
    content: '';
}

.jiazhiguan .left .text {
    position: absolute;
    left: 0;
    bottom: 50%;
    left: 10%;
    color: #fff;
    transform: translateY(50%);
}

.jiazhiguan .left .text strong {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: bold;
}

.jiazhiguan .left .text span {
    font-size: 18px;
}

.jiazhiguan .left .text p {
    font-size: 18px;
}

.jiazhiguan .left img {
    position: absolute;
    right: 15%;
    top: 15%;
    opacity: 0;
}

.jiazhiguan .right {
    width: 50%;
    float: right;
}

.zunze {
    position: relative;
    overflow: hidden;
    margin-bottom: calc(20px + 2vw);
}

.zunze img {
    width: 100%;
    animation: mymove 12s infinite;
    min-height: 580px;
    object-fit: cover;
    -webkit-animation: mymove 12s infinite;
    animation-direction: alternate;
    animation-timing-function: ease;
    -webkit-animation: mymove 12s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease;
}

.zunze .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    color: #000;
    text-align: center
}

.zunze .text strong {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.zunze .text span {
    font-size: 18px;
}

.liuyan {
    background: url(../image/liuyanback.jpg) no-repeat;
    padding-bottom: calc(20px + 2vw);
}

.liuyan .titledemo .title {
    color: #fff;
}

.liuyan .titledemo {
    font-size: 32px;
    font-weight: bold;
    color: #1b3665;
    display: block;
    text-align: center;
    padding-top: calc(20px + 2vw);
}

.liuyan .container {
    width: 60%;
    height: 600px;
    background: #fff;
    float: left;
    padding: 0;
    max-width: inherit;
    min-width: inherit;
    box-sizing: content-box;
    box-sizing: border-box;
    padding: calc(20px + 2vw) calc(20px + 2vw);
}

.liuyan .erwei {
    width: 40%;
    height: 600px;
    background: #fff;
    float: right;
    position: relative;
    box-sizing: content-box;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.liuyan .erwei img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.y-kefu-box {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
    font-size: 13px
}

.y-kefu-box p {
    font-size: 12px
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto
}

.y-kefu-box01 .icon {
    display: block;
    background: url("../image/icons.png") no-repeat;
    margin: 0 auto 6px
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center
}

.y-kefu-box01 .kf-close-btn {
    width: 29px;
    height: 29px;
    background-position: -4px -114px;
    position: relative;
    cursor: pointer
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #3f5aba;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border: solid 1px #efefef;
    position: relative
}

.kf-tel {
    border-top: 0px;
}

.y-kefu-box01 .show-status {
    position: relative
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #3f5aba;
    border-color: #3f5aba;
    color: #fff;
    margin: 10px 0 7px
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px
}

.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px
}

.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px
}

.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px
}

.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px
}

.y-kefu-box01 .kf-tel {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.y-kefu-box01 .kf-tel>i {
    width: 21px;
    height: 19px;
    background-position: -5px -147px
}

.y-kefu-box01 .kf-tel:hover>i {
    background-position: -30px -147px
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef
}

.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px
}

.y-kefu-box01 .hver:hover {
    background-color: #3f5aba;
    border-color: #3f5aba
}

.y-kefu-box01 .hver:hover>p {
    color: #fff
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none
}

.kf-tel>mobile-infos {
    width: 300px !important
}

.y-kefu-box01 .mobile-infos {
    width: 250px;
    text-align: left;
    top: 0
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative
}

.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef
}

.y-kefu-box01 .mobile-infos span {
    color: #999
}

.y-kefu-box01 .mobile-infos p {
    color: #3f5aba;
    font-size: 18px
}

.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 202px;
    top: -60px
}

.y-kefu-box01 .y-ewm-box>div {
    width: 151px;
    height: 202px
}

.y-kefu-box01 .y-ewm-box img {
    width: 120px;
    height: 120px;
    margin: 30px auto 10px
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px
}

.y-kefu-box a {
    color: #666
}

.showspace {
    background: #f4f4f4;
}

.showspace .container .title {
    font-size: calc(1vw + 12.8px);
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 58px 0 0 0;
}

.showspace .container .catelist {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0 35px 0;
}

.showspace .container .catelist .cate {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(0.5vw + 11.4px);
    color: #333;
    margin: 0 22px 0 0;
    width: 276px;
    height: 80px;
    letter-spacing: 1px;
    background: #fff;
}

.showspace .container .catelist .cate img {
    margin: 0 15px 0 0;
}

.showspace .container .catelist .active {
    background: #235e9a;
    color: #fff;
}

.showspace .container .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 36.97vw;
    min-height: 640px;
    max-height: 710px;
}

.showspace .container .wrap .lside {
    height: 36.97vw;
    min-height: 640px;
    max-height: 710px;
    width: 75%;
    margin: 0 10px 0 0;
}

.showspace .container .wrap .lside .swiper .swiper-wrapper .swiper-slide {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36.97vw;
    min-height: 640px;
    max-height: 710px;
    position: relative;
}

.showspace .container .wrap .lside .swiper .swiper-wrapper .swiper-slide .namebar {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #396ea4;
    height: 80px;
    width: calc(100% - 52px);
    padding: 0 0 0 52px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 80px;
}

.showspace .container .wrap .lside .swiper .swiper-wrapper .swiper-slide img {
    max-width: 85%;
}

.showspace .container .wrap .rside {
    height: 36.97vw;
    min-height: 640px;
    max-height: 710px;
    width: 23.125%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
}

.showspace .container .wrap .rside .item {
    margin: 0 0 10px 0;
    flex-grow: 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showspace .container .wrap .rside .item:last-child {
    margin: 0;
}

.showspace .container .wrap .rside .item img {
    max-width: 85%;
}

.showspace .container .wrap .rside .item:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.showspace #w0 {
    display: flex;
}

.showspace #w1 {
    display: none;
}

.showspace #w2 {
    display: none;
}

.showspace #w3 {
    display: none;
}

.showspace #w4 {
    display: none;
}

.shipshow {
    background: #f4f4f4;
    padding: 30px 0 50px 0;
}

.shipshow .container .wrap {
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    display: none;
}

.shipshow .container .L0 {
    display: flex;
}

.shipshow .container .wrap .item {
    width: calc(100% / 5 - 60px);
    margin: 0 25px 0 0;
    padding: 25px 20px;
    background: #fff;
}

.shipshow .container .wrap .item:last-child {
    margin: 0;
}

.shipshow .container .wrap .item .top {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 18px 0;
    align-items: center;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 18px 0;
}

.shipshow .container .wrap .item .top img {
    margin: 0 8px 0 0;
}

.shipshow .container .wrap .item .top .name {
    font-size: calc(1vw + 6.8px);
    color: #333;
    font-weight: bold;
}

.shipshow .container .wrap .item span {
    display: block;
    margin: 0 0 5px 0;
    font-size: calc(0.5vw + 6.4px);
    color: #333;
}

.lesadv {
    padding: 60px 0 100px 0;
}

.lesadv .container .title {
    text-align: center;
    font-size: calc(1vw + 12.8px);
    color: #333;
    font-weight: bold;
}

.lesadv .container .wrap {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 0 0;
}

.lesadv .container .wrap .item {
    width: calc(100% / 4 - 61px);
    margin: 0 15px 0 0;
    border: 2px solid #ddd;
    padding: 76px 30px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 200px;
    background: #fff;
}

.lesadv .container .wrap .item:last-child {
    margin: 0;
}

.lesadv .container .wrap .item img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.lesadv .container .wrap .item .name {
    font-size: calc(1vw + 6.8px);
    color: #333;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.lesadv .container .wrap .item .desc {
    font-size: calc(0.5vw + 6.4px);
    color: #333;
    line-height: calc(1vw + 12.8px);
}

.lesadv .container .wrap .item .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #235e9a;
    z-index: -1;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 0.1s;
}

.lesadv .container .wrap .item:hover .cover {
    opacity: 1;
    transition: all 0.1s;
    right: -6px;
    bottom: -6px;
}

.lesadv .container .bigpic {
    max-width: 100%;
    display: block;
    margin: 30px auto;
}

.shipcases {
    background: #f4f4f4;
    padding: 60px 0 100px;
    border-bottom: 1px solid #dddddd;
}

.shipcases .container .title {
    font-size: calc(1vw + 12.8px);
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 0 0 26px 0;
}

.shipcases .container .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.shipcases .container .swiper .swiper-wrapper .swiper-slide .name {
    height: calc(2vw + 21.6px);
    width: calc(100% - 30px);
    padding: 0 0 0 30px;
    font-size: calc(0.5vw + 8.4px);
    color: #fff;
    background-color: #235e9a;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: calc(2vw + 21.6px);
}

.shipcases .container .swiper .swiper-wrapper {
    padding: 0 0 50px 0;
}

.shipcases .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shipcases .swiper-pagination-bullet {
    border-radius: 0;
    height: 11px!important;
    width: 11px!important;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 1!important;
    padding: 0!important;
}

.shipcases .swiper-pagination-bullet-active {
    background: #235e9a;
    border: 1px solid #235e9a;
}


/* 光波房 */

.banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 0;
    background: #fff
}

.banner .swiper-pagination-bullet-active {
    background: #235e9a;
}

.gbf_model1 {
    background: #f4f4f4;
    padding: calc(2vw + 21.2px) 0 1vw 0;
}

.gbf_model1 .container .wrap {
    display: flex;
    justify-content: space-between;
    width: 81.25%;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.gbf_model1 .container .wrap .pbox {
    width: 49.3%;
}

.gbf_model1 .container .wrap .pbox img {
    max-width: 100%;
}

.gbf_model1 .container .wrap .tbox {
    width: 43.07%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.gbf_model1 .container .wrap .tbox .name {
    font-size: calc(1vw + 12.8px);
    color: #333;
    font-weight: bold;
    padding: calc(2vw + 6.2px) 0 1vw 0;
}

.gbf_model1 .container .wrap .tbox .cont {
    font-size: calc(0.5vw + 8.4px);
    color: #333;
    line-height: calc(1vw + 16.8px);
}

.gbf_model1 .container .wrap:last-child {
    flex-direction: row-reverse;
}

.hotadv .container .title {
    font-size: calc(1vw + 12.8px);
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 30px 0;
}

.hotadv .container .wrap {
    display: flex;
    justify-content: center;
    padding: 0 0 30px 0;
}

.hotadv .container .wrap .lside {
    /* width: 53.75%; */
    width: 860px;
    text-align: right;
    height: 433px;
    position: relative;
}

.hotadv .container .wrap .lside .item {
    position: absolute;
    display: flex;
    align-items: center;
}

.hotadv .container .wrap .lside .item p {
    font-size: calc(0.5vw + 10.4px);
    color: #333;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 220px;
    text-align: right;
}

.hotadv .container .wrap .lside .item .line {
    display: inline-block;
    height: 2px;
    background: #235e9a;
    width: 50px;
}

.hotadv .container .wrap .lside .item .cir {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #235e9a;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -17px;
    position: absolute;
}

.hotadv .container .wrap .lside .item .cir .point {
    width: 9px;
    height: 9px;
    background: #235e9a;
    border-radius: 50%;
}

.hotadv .container .wrap .lside .item1 {
    left: 0;
    top: 50px;
}

.hotadv .container .wrap .lside .item2 {
    left: 0;
    top: 130px;
}

.hotadv .container .wrap .lside .item3 {
    left: 0;
    top: 220px;
}

.hotadv .container .wrap .lside .item4 {
    left: 0;
    top: 310px;
}

.hotadv .container .wrap .lside .item1 .line {
    width: 158px;
}

.hotadv .container .wrap .lside .item2 .line {
    width: 193px;
}

.hotadv .container .wrap .lside .item3 .line {
    width: 240px;
}

.hotadv .container .wrap .lside .item4 .line {
    width: 310px;
}


/* .hotadv .container .wrap .lside .bgpic {} */

.hotadv .container .wrap .rside {
    width: calc(33.4375% - 4.1vw);
    padding: 2vw 0 0 4.1vw;
}

.hotadv .container .wrap .rside .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 40px 0;
}

.hotadv .container .wrap .rside .item img {
    margin: 0 5px 0 0;
    display: inline-block;
}

.hotadv .container .wrap .rside .item span {
    font-size: calc(0.5vw + 10.4px);
    color: #222;
}

.hotadv .container .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hotadv .container .list .item {
    width: calc(100% / 3 - 4vw);
    margin: 0 6vw 2vw 0;
    overflow: hidden;
}

.hotadv .container .list .item:nth-child(3n) {
    margin: 0 0 2vw 0;
}

.hotadv .container .list .item .pbox {
    width: 100%;
    height: 15.625vw;
    min-height: 250px;
    max-height: 300px;
    overflow: hidden;
}

.hotadv .container .list .item .pbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.hotadv .container .list .item .pbox:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.hotadv .container .list .item .name {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.hotadv .container .list .item .cont {
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gbf_room {
    position: relative;
    min-width: 1200px;
}


/* .gbf_room .container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: max-content;
} */

.gbf_room .container .toptxt {
    position: absolute;
    width: 680px;
    left: 15%;
    top: 90px;
}

.gbf_room .container .toptxt .name {
    color: #fff;
    font-size: calc(1vw + 16.8px);
    font-weight: bold;
    margin: 0 0 2vw 0;
}

.gbf_room .container .toptxt .list {
    display: flex;
    flex-wrap: wrap;
    ;
}

.gbf_room .container .toptxt .list .item {
    display: flex;
    width: 330px;
    margin: 0 0 35px 0;
}

.gbf_room .container .toptxt .list .item img {
    margin: 0 5px 0 0;
}

.gbf_room .container .toptxt .list .item div p {
    color: #fff;
    font-size: calc(0.5vw + 12.4px);
    font-weight: bold;
}

.gbf_room .container .toptxt .list .item div span {
    color: #fff;
    font-size: calc(0.5vw + 6.4px);
}

.gbf_room .container .titlebox {
    position: absolute;
    left: 130px;
    top: 37vw;
}

.gbf_room .container .titlebox p {
    font-size: calc(1vw + 16.8px);
    color: #333;
    font-weight: bold;
}

.gbf_room .container .titlebox .cont {
    color: #333;
    font-size: calc(0.5vw + 10.4px);
    max-width: 680px;
    font-weight: 400;
}

.gbf_room .container .dlist {
    display: flex;
    flex-wrap: wrap;
    width: 40.625vw;
    position: absolute;
    top: 46.6vw;
    right: 5vw;
}

.gbf_room .container .dlist .item {
    width: calc(100% / 2 - 10px);
    margin: 0 10px 0 0;
}

.gbf_room .container .dlist .item .pbox {
    max-height: 240px;
    min-height: 170px;
}

.gbf_room .container .dlist .item .pbox img {
    max-width: 100%;
}

.gbf_room .container .dlist .item .name {
    font-size: calc(0.5vw + 6.4px);
    color: #333;
    line-height: calc(1vw + 12.8px);
    margin: 0 0 10px 0;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gbf_view {
    background: #f4f4f4;
    padding: 50px 0;
    position: relative;
}

.gbf_view .container .title {
    font-size: calc(1vw + 16.8px);
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
}

.gbf_view .container .swiper {
    max-width: 95%;
}

.gbf_view .container .swiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
}

.gbf_view .container .swiper .swiper-wrapper {
    padding: 0 0 53px 0;
}

.gbf_view .container .swiper .swiper-pagination-bullet {
    background: #ddd;
    border-radius: 0;
    width: 13px;
    height: 13px;
    opacity: 1;
}

.gbf_view .container .swiper .swiper-pagination-bullet-active {
    background: #235e9a;
}

.gbf_view .prev {
    width: 3.64vw;
    height: 3.64vw;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 1.59vw;
    top: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
}

.gbf_view .next {
    width: 3.64vw;
    height: 3.64vw;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 1.59vw;
    top: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gbf_view .next:hover {
    background: #235e9a;
}

.gbf_view .prev:hover {
    background: #235e9a;
}

.gbf_view .next img {
    max-width: 14%;
}

.gbf_view .prev img {
    max-width: 14%;
}

.gbf_view .next:hover img {
    filter: brightness(5)
}

.gbf_view .prev:hover img {
    filter: brightness(5)
}

.gbf_view .container .swiper .swiper-wrapper .swiper-slide .tbox {
    background: #235e9a;
    width: 22.91vw;
    height: 6.97vw;
    max-width: 440px;
    max-height: 134px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gbf_view .container .swiper .swiper-wrapper .swiper-slide .tbox .wrap {
    max-width: 420px;
    max-height: 110px;
    width: calc(21.875vw - 40px);
    height: calc(5.729vw - 40px);
    border: 1px solid #fff;
    padding: 20px;
}

.gbf_view .container .swiper .swiper-wrapper .swiper-slide .tbox .wrap .name {
    font-size: calc(0.5vw + 14.4px);
    color: #fff;
    font-weight: bold;
}

.gbf_view .container .swiper .swiper-wrapper .swiper-slide .tbox .wrap .cont {
    color: #fff;
    font-size: calc(0.5vw + 4.4px);
}

.gbf_pro {
    padding: 50px 0;
}

.gbf_pro .container .wrap {
    display: flex;
    justify-content: center;
}

.gbf_pro .container .wrap .mode {
    width: calc(100% / 2);
    border-right: 1px solid #ddd;
    text-align: center;
}

.gbf_pro .container .wrap .mode:last-child {
    border: 0;
}

.gbf_pro .container .wrap .mode .pbox {
    height: 22.18vw;
    min-height: 280px;
}

.gbf_pro .container .wrap .mode .pbox img {
    max-width: 100%;
    max-height: 100%;
}

.gbf_pro .container .wrap .mode .tbox {}

.gbf_pro .container .wrap .mode .tbox .name {
    font-size: calc(1vw + 6.8px);
    color: #333333;
    font-weight: bold;
    padding: 5px 0 15px 0;
}

.gbf_pro .container .wrap .mode .tbox .colorlist {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 30px 0;
}

.gbf_pro .container .wrap .mode .tbox .colorlist .color {
    width: 53px;
    height: 18px;
    border: 1px solid #000;
    margin: 0 24px 0 0;
}

.gbf_pro .container .wrap .mode .tbox .colorlist .c1 {
    background: #ccced1;
}

.gbf_pro .container .wrap .mode .tbox .colorlist .c2 {
    background: #fff;
}

.gbf_pro .container .wrap .mode .tbox .colorlist .c3 {
    background: #3e3a39;
}

.gbf_pro .container .wrap .mode .detail {
    margin: 0 auto;
    width: max-content;
}

.gbf_pro .container .wrap .mode .detail .item {
    margin: 0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
}

.gbf_pro .container .wrap .mode .detail .item img {
    margin: 0 5px 0 0;
}

.gbf_pro .container .wrap .mode .detail .item p {
    font-size: calc(0.5vw + 8.4px);
    color: #333;
    line-height: calc(1.5vw + 13.2px);
}


/* 毛巾架 */

.aboutrack .wrap {
    display: flex;
    justify-content: space-between;
}

.aboutrack .wrap .pbox {
    width: 50%;
    overflow: hidden;
}

.aboutrack .wrap .pbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutrack .wrap .tbox {
    width: calc(50% - 9.4vw);
    padding: 0 4.7vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.aboutrack .wrap .tbox .name {
    font-size: calc(1vw + 16.8px);
    color: #282828;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.aboutrack .wrap .tbox .desc {
    color: #282828;
    font-size: calc(0.5vw + 8.4px);
    line-height: calc(1vw + 16.8px);
}

.proshow {
    background: #f4f4f4;
    padding: 5.5vw 0 2.5vw 0;
}

.proshow .container .title {
    font-size: calc(1vw + 16.8px);
    color: #333;
    font-weight: bold;
    text-align: center;
}

.proshow .container .desc {
    font-size: calc(1vw + 4.8px);
    color: #333;
    position: relative;
    width: max-content;
    margin: 20px auto 0;
    text-align: center;
    display: block;
}

.proshow .container .desc::before {
    position: absolute;
    content: '';
    width: 7vw;
    height: 1px;
    background: #235e9a;
    left: -7.7vw;
    top: 19px;
}

.proshow .container .desc::after {
    position: absolute;
    content: '';
    width: 7vw;
    height: 1px;
    background: #235e9a;
    right: -7.7vw;
    top: 19px;
}

.proshow .container .catelist {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: calc(2vw + 1.2px) 0 calc(2vw + 11.2px) 0;
}

.proshow .container .catelist .cate {
    width: 270px;
    height: 80px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(0.5vw + 10.4px);
    margin: 0 20px 0 0;
    cursor: pointer;
}

.proshow .container .catelist .cate:hover {
    background-color: #235e9a;
    color: #fff;
}

.proshow .container .catelist .active {
    background-color: #235e9a;
    color: #fff;
}

.proshow .swi_wrap {
    display: none;
    justify-content: space-between;
    width: 88vw;
    min-width: 1200px;
    padding: 0 0 0 11.979vw;
    /* height: 43vw; */
}

.proshow .swi_active {
    display: flex;
}

.proshow .swi_wrap .maininfo {
    width: 37.54%;
    height: 36vw;
}

.proshow .swi_wrap .maininfo .pbox {
    height: 25vw;
}

.proshow .swi_wrap .maininfo .pbox .bigpic {
    max-width: 95%;
    display: block;
    margin: 0 auto;
    max-height: 95%;
}

.proshow .swi_wrap .maininfo .name {
    font-size: calc(1vw + 10.8px);
    font-weight: bold;
    color: #333;
    padding: 0.5vw 0;
}

.proshow .swi_wrap .maininfo .delist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.5vw 0;
}

.proshow .swi_wrap .maininfo .delist .item {
    width: calc(100% / 2);
    margin: 0 0 1vw 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.proshow .swi_wrap .maininfo .delist .item img {
    width: calc(0.5vw + 14.4px);
    height: calc(0.5vw + 14.4px);
    margin: 0 10px 0 0;
}

.proshow .swi_wrap .maininfo .delist .item span {
    /* font-size: calc(0.5vw + 8.4px); */
    font-size: 13px;
    color: #333;
}

.proshow .swi_wrap .maininfo .delist .item span b {
    margin: 0 6px 0 0;
}

.proshow .swi_wrap .maininfo .delist .item span .white {
    width: 25px;
    height: 25px;
    border: 1px solid #cdcdcd;
    background: #eeefef;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px -10px 0;
}

.proshow .swi_wrap .maininfo .delist .item span .golden {
    width: 25px;
    height: 25px;
    border: 1px solid #cdcdcd;
    background: linear-gradient(121deg, #cd973d 20%, #efe1bd 80%);
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px -10px 10px;
}

.proshow .swi_wrap .maininfo .delist .item span .black {
    width: 25px;
    height: 25px;
    border: 1px solid #cdcdcd;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px -10px 10px;
}

.proshow .swi_wrap .swiper {
    width: 59.76%;
    height: 36vw;
}

.proshow .swi_wrap .swiper .swiper-wrapper {
    padding: 0 0 2vw 0;
    height: 33vw;
}

.proshow .swi_wrap .swiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    height: 93%;
    object-fit: cover;
}

.proshow .swi_wrap .swiper .swiper-scrollbar {
    position: absolute;
    left: 14%;
    bottom: 8px;
    z-index: 50;
    height: 5px;
    width: 86%;
    background: #ebebeb;
}

.proshow .swi_wrap .swiper .swiper-scrollbar-drag {
    background: #235e9a;
}

.proshow .swi_wrap .swiper .prev {
    position: absolute;
    bottom: 1px;
    cursor: pointer;
}

.proshow .swi_wrap .swiper .next {
    position: absolute;
    bottom: 1px;
    transform: rotate(180deg);
    left: 50px;
    filter: invert(1);
    filter: grayscale(1) brightness(2.5);
    cursor: pointer;
}

.proshow .swi_wrap .swiper .next:hover {
    filter: none;
}

.proshow .container .func {
    width: 91.25vw;
    max-width: 1460px;
    margin: 45px 0 calc(2vw + 15.2px) 3.64vw;
    background: #fff;
    height: 173px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.proshow .container .func .lside {
    width: 80px;
    height: 100%;
    background: #235e9a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.proshow .container .func .lside img {
    margin: 0 0 8px 0;
}

.proshow .container .func .lside span {
    width: 20px;
    font-size: calc(0.5vw + 10.6px);
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.proshow .container .func .rside {
    width: calc(100% - 260px);
    padding: 0 120px 0 60px;
}

.proshow .container .func .rside .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.proshow .container .func .rside .list .item {
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
}

.proshow .container .func .rside .list .item i {
    display: block;
    width: 8px;
    height: 8px;
    background: #09529b;
    margin: 0 15px 0 0;
}

.proshow .container .func .rside .list .item p {
    font-size: calc(1vw + 0.4px);
    color: #333;
}

.advlist .container .wrap {
    padding: 60px 0;
    display: flex;
    justify-content: flex-start;
}

.advlist .container .wrap .item {
    width: calc(100% - 40px);
    margin: 0 25px 0 0;
    border: 2px solid #dddddd;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advlist .container .wrap .item:last-child {
    margin: 0;
}

.advlist .container .wrap .item img {
    margin: 0 0 10px 0;
}

.advlist .container .wrap .item p {
    font-size: calc(0.5vw + 10.4px);
    color: #333;
}

.pain .container .title {
    font-size: calc(1vw + 16.4px);
    color: #282828;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.pain .container .wrap {
    height: 49.4583vw;
    display: flex;
    justify-content: space-between;
}

.pain .container .wrap .lside {
    height: 49.4583vw;
    width: 31.25%;
}

.pain .container .wrap .lside .item {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.pain .container .wrap .lside .item .pbox {
    width: 100%;
    height: 87%;
    overflow: hidden;
    position: relative;
}

.pain .container .wrap .lside .item .pbox img {
    width: 100%;
    height: 100%;
}

.pain .container .wrap .lside .item .pbox span {
    position: absolute;
    background: rgba(35, 94, 154, .8);
    height: 70px;
    width: calc(100% - 20px);
    padding: 0 0 0 20px;
    line-height: 70px;
    font-size: calc(.5vw + 12.4px);
    color: #fff;
    font-weight: bold;
    bottom: 0;
    left: 0;
}

.pain .container .wrap .lside .item .tbox p {
    font-size: calc(0.5vw + 6.4px);
    color: #333;
    padding: 6px 0;
    line-height: calc(1vw + 12.4px);
}

.pain .container .wrap .rside {
    width: 65.625%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 49.4583vw;
}

.pain .container .wrap .rside .mode {
    width: 100%;
    height: 49%;
    display: flex;
    justify-content: space-between;
}

.pain .container .wrap .rside .mode .item {
    /* height: 100%; */
    width: calc(100vw / 2 - 20px);
    margin: 0 20px 20px 0;
    position: relative;
}

.pain .container .wrap .rside .mode .item:last-child {
    margin: 0 0 20px 0;
}

.pain .container .wrap .rside .mode .item .pbox {
    position: relative;
    height: 82%;
}

.pain .container .wrap .rside .mode .item .pbox img {
    width: 100%;
    height: 100%;
}

.pain .container .wrap .rside .mode .item .pbox span {
    position: absolute;
    background: rgba(35, 94, 154, .8);
    height: 70px;
    width: calc(100% - 20px);
    padding: 0 0 0 20px;
    line-height: 70px;
    font-size: calc(.5vw + 12.4px);
    color: #fff;
    font-weight: bold;
    bottom: 0;
    left: 0;
}

.pain .container .wrap .rside .mode .item .tbox p {
    font-size: calc(0.5vw + 6.4px);
    color: #333;
    padding: 6px 0;
    line-height: calc(1vw + 12.4px);
}

.hot_glass .container .title {
    font-size: calc(1vw + 16.8px);
    color: #333;
    font-weight: bold;
    text-align: center;
}

.hot_glass .container .desc {
    font-size: calc(0.5vw + 7.4px);
    color: #333;
    text-align: center;
    max-width: 990px;
    margin: 10px auto;
}

.hot_glass .container img {
    display: block;
    margin: 20px auto 0;
}

.cus_glass {
    padding: 60px 0 10px 0;
    background: #f4f4f4;
}

.cus_glass .container .maintitle {
    font-size: calc(1vw + 16.8px);
    color: #333;
    font-weight: bold;
    text-align: center;
}

.cus_glass .container .maindesc {
    font-size: calc(0.5vw + 8.4px);
    color: #333;
    text-align: center;
    max-width: 990px;
    margin: 10px auto;
}

.cus_glass .container .glasslist {
    width: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.7);
}

.cus_glass .container .glasslist .item {
    height: 34.375px;
    min-height: 600px;
    max-height: 660px;
    width: 12.5%;
    position: relative;
    transition: all 0.4s;
    overflow: hidden;
}

.cus_glass .container .glasslist .item:nth-child(1) {
    background: url(../picture/Towelrack/glass1.jpg) no-repeat center;
}

.cus_glass .container .glasslist .item:nth-child(2) {
    background: url(../picture/Towelrack/glass2.jpg) no-repeat center;
}

.cus_glass .container .glasslist .item:nth-child(3) {
    background: url(../picture/Towelrack/glass3.jpg) no-repeat center;
}

.cus_glass .container .glasslist .item:nth-child(4) {
    background: url(../picture/Towelrack/glass4.jpg) no-repeat center;
}

.cus_glass .container .glasslist .item .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.cus_glass .container .glasslist .item .name {
    font-size: calc(0.5vw + 12.4px);
    color: #fff;
    width: 22px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cus_glass .container .glasslist .item .tbox {
    position: absolute;
    bottom: -150px;
    left: 0;
    height: 70px;
    background: rgba(35, 94, 154, 0.8);
    width: calc(100% - 20px);
    padding: 0 0 0 20px;
    z-index: 4;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s;
}

.cus_glass .container .glasslist .item .tbox .title {
    font-size: calc(0.5vw + 12.4px);
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.cus_glass .container .glasslist .item .tbox .desc {
    font-size: calc(0.5vw + 6.4px);
    color: #fff;
}

.cus_glass .container .glasslist .curent {
    width: calc(100% - 12.5% * 3);
    transition: all 0.4s;
}

.cus_glass .container .glasslist .curent .tbox {
    bottom: 0;
    transition: all 0.4s;
}

.cus_glass .container .glasslist .curent .name {
    opacity: 0;
}

.shopmall {
    padding: 20px 0;
    background: #f4f4f4;
}

.shopmall .container .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopmall .container .wrap .mode {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 49.5%;
    height: 170px;
}

.shopmall .container .wrap .mode span {
    font-size: calc(1vw + 6.8px);
    color: #333;
    line-height: calc(1vw + 12.8px);
    margin: 0 0 0 12px;
}


/* ------------------------------------------媒介查询---------------------------------------------- */
@media screen and (min-width:1921px){
    .gbf_room .container .titlebox {
        top: 730px;
    }
} 
@media screen and (max-width:1600px) {
    .gbf_room .container .toptxt {
        top: 30px;
    }
    .statistical .container .wrapper .txtbox {
        padding: 70px 130px 0 0;
    }
    .robot .container .content .cont {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0;
    }
    .index-news .container .wrapper .leftside {
        width: 18%;
    }
    .index-news .container .wrapper .rightside {
        width: 82%;
    }
    .newslist .item {
        width: 32%;
    }
    .newslist .item .picbox {
        width: 100%;
    }
    .news-center .container .newslist .item .picbox {
        width: 100%;
    }
    .newslist .item .textbox {
        width: 100%;
    }
    .newslist .item .textbox .title {
        font-size: 18px;
    }
    .newslist .item .textbox .cont {
        font-size: 16px;
    }
    .sub-cate .wrapper .leftside {
        width: 322px;
        transition: all 0.4s;
    }
}

@media screen and (max-width:1440px) {
    .gbf_room .container .toptxt .name {
        color: #fff;
        font-size: calc(1vw + 9.8px);
    }
    .gbf_room .container .toptxt .list .item div p {
        color: #fff;
        font-size: calc(0.5vw + 9.4px);
    }
    .gbf_room .container .toptxt .list .item img {
        margin: 0 5px 0 0;
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width:1366px) {
    .gbf_view .container .swiper .swiper-wrapper .swiper-slide .tbox .wrap {
        width: calc(23.875vw - 40px);
        height: calc(6.729vw - 40px);
    }
    .gbf_view .container .swiper .swiper-wrapper .swiper-slide .tbox {
        width: 25.91vw;
        height: 8.97vw;
    }
    footer .container .wrapper .contact-info .address {
        font-size: 14px;
    }
    .gbf_view .container .swiper {
        max-width: 90%;
    }
    .container {
        min-width: 1200px;
        max-width: 1280px;
        padding: 0;
    }
    .statistical .container .wrapper .txtbox {
        padding: 70px 40px 0 0;
    }
    .robot .container .content .cont {
        width: 460px;
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0;
    }
    .workers .container .cont {
        font-size: 16px;
        color: #000;
        line-height: 22px;
        margin: 0 0 20px 0;
        transition: all 0.4s;
    }
    .climb {}
    .index-about .container .numlist {
        width: 384px;
    }
    .index-about .container .numlist .item div {
        font-size: 50px;
        transition: all 0.4s;
    }
    .about .container .wrapper .middle {
        padding: 60px 30px 0 30px;
        transition: all 0.4s;
    }
    .about .container .wrapper .middle p {
        font-size: 16px;
    }
    .container {
        min-width: 1200px;
        max-width: 1280px;
        padding: 0 2%;
    }
    .brand .container .brandlist .item {
        max-width: 205px;
    }
    .index-news .container .wrapper .rightside {
        width: 100%;
    }
    .index-news .container .wrapper .leftside {
        width: 18%;
    }
    .index-news .container .wrapper .rightside {
        width: 82%;
    }
    .newslist .item {
        width: 32%;
    }
    .newslist .item .picbox {
        width: 100%;
    }
    .newslist .item .textbox {
        width: 100%;
    }
    .newslist .item .textbox .title {
        font-size: 18px;
    }
    .newslist .item .textbox .cont {
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .hotadv .container .wrap .rside {
        width: calc(28.4375% - 4.1vw);
    }
    .gbf_room .container .toptxt .list .item {
        display: flex;
        width: 290px;
        margin: 0 0 20px 0;
    }
}