/* 公共样式 */


/* 视频播放css  */

#maske {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9;
    transition: all 0.4s;
    top: 0
}

.videobox {
    position: fixed;
    top: 18%;
    width: 800px;
    height: 600px;
    background: #010101;
    left: 50%;
    margin-left: -400px;
    display: none;
    z-index: 9;
    border-radius: 10px;
    overflow: hidden;
}

.videobox .closevideo {
    position: absolute;
    right: 26px;
    top: 26px;
    cursor: pointer;
    z-index: 20;
    width: 26px;
}

.videobox .videologo {
    position: absolute;
    left: 20px;
    top: 25px;
}


/* 关闭谷歌浏览器的视频下载按钮提示  */

.xl-chrome-ext-bar {
    display: none;
}


/* html {
    scroll-behavior: smooth;
} */

 ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

 ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

 ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.wp {
    padding: 0 8.3%;
    margin: 0 auto;
    min-width: 1170px;
    max-width: 1600px;
}

.wp .titledemo {
    text-align: center;
    padding: 0;
}

.wp .titledemo p {
    font-size: calc(2vw + 7.6px);
    font-weight: bold;
    color: #000;
    text-align: center;
}

.wp .titledemo span {
    font-size: calc(0.5vw + 14.4px);
    color: #000;
    display: block;
    text-align: center;
}

header {
    height: 120px;
    background: #fff;
    position: relative;
    z-index: 101;
}

header .logo {
    /* padding: 0.22rem 0 0 0.1rem; */
}

header .logo img {
    max-width: 100%;
}

header .wp .menuicon {
    margin: 0 0.15rem 0 0;
    position: relative;
}

header .wp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .wp .rside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .wp nav {
    width: 35.59vw;
    /* max-width: 650px; */
    min-width: 600px;
}

header .wp nav ul {
    display: flex;
    height: 120px;
    align-items: center;
    width: 100%
}

header .wp nav ul .item {
    /* position: relative; */
    text-align: center;
    /* margin: 0 .1vw; */
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    /* width: calc(); */
}

header .wp nav ul .item a {
    font-size: calc(0.5vw + 6.4px);
    color: #000;
    text-align: center;
    font-weight: 400;
    /* padding: 0 .5vw; */
}

header .wp nav ul .item:hover a {
    font-weight: bold;
    /* color: #fff; */
    /* color: #e50012; */
}

header .wp nav ul .current {
    background: #2e324f;
}

header .wp nav ul .current a {
    color: #fff;
}

header .wp nav ul .current {
    background: #2e324f;
}

header .subnav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 120px;
    background: rgba(255, 255, 255, .5);
    z-index: 99;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 2s;
}

header .subnav a {
    margin: 0 2vw;
    font-size: calc(0.5vw + 6.4px);
    color: #000;
    position: relative;
    height: 100%;
    line-height: 70px;
    overflow: hidden;
    font-weight: 400;
}

header .subnav a i {
    width: 0%;
    transition: all 0.4s;
    height: 3px;
    background: #2e324f;
    display: block;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

header .subnav a:hover {
    color: #2e324f;
}

header .subnav a:hover i {
    width: 100%;
    transition: all 0.4s;
}

header .subnav .active {
    color: #2e324f;
}

header .subnav .active i {
    width: 0;
}

header .wp .head_func {
    margin: 0 4vw 0 2vw;
    display: flex;
    align-items: center;
}

header .wp .head_func .langbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .wp .head_func .langbox img {
    margin: 0 10px 0 0;
}

header .wp .head_func .langbox span {
    font-size: calc(0.5vw + 8.4px);
    color: #333;
}

header .wp .head_func .server {
    cursor: pointer;
}

header .servicebox {
    width: calc(100% - 40px);
    height: 80vh;
    padding: 20px 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: -90vh;
    z-index: 99;
    transition: all 0.8s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

header .servicebox #ser {
    width: calc(70% - 20px);
    border-radius: 25px;
    height: 54px;
    outline: none;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: calc(0.5vw + 6.4px);
    margin: 15vh 0 30px 0;
}

header .servicebox #sub {
    width: 12vw;
    height: 3vw;
    border-radius: 30px;
    display: block;
    margin: 0 0 0 10px;
    font-size: calc(.5vw + 10.4px);
    border: 0;
    outline: 0;
    color: #fff;
    background: #2e324f;
    cursor: pointer;
}

header .wp .head_funcbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

header .wp .head_funcbar img {
    height: 42px;
    transform: scale(.8);
    margin: 0 5px 0 0;
    height: 50px;
}

header .wp .phonenum {
    margin: 0 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .wp .phonenum p {
    font-size: clamp(16px, calc(0.5vw + 20.4px), 30px);
    color: #1a2347;
    padding: 0 0 0 10px;
    font-weight: bold;
}


/* * {
transition: all 0.6s;
} */


/* 分页样式 */

.pagination {
    display: flex;
    justify-content: center;
    padding: 0 0 3vw 0;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: #2e324f;
    color: #fff;
}


/* banner */

.banner {
    line-height: 0.6;
}

.banner img {
    max-width: 100%;
}

.banner .swiper .swiper-wrapper .swiper-slide .tbox {
    position: absolute;
    max-width: max-content;
    right: 8.3%;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9;
}

.banner .swiper .swiper-wrapper .swiper-slide .tbox .en {
    font-size: calc(2vw + 8.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.banner .swiper .swiper-wrapper .swiper-slide .tbox .cn {
    font-size: calc(1vw + 12.8px);
    color: #fff;
    margin: 20px 0 0 0;
}

.indexabout {
    padding: 5vw 0 9vw 0;
}

.indexabout .wp .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexabout .wp .wrap .lside {
    width: 47.25%;
}

.indexabout .wp .wrap .lside img {
    max-width: 100%;
    cursor: pointer;
    border-radius: 10px;
}

.indexabout .wp .wrap .rside {
    width: 48.1145%;
}

.indexabout .wp .wrap .rside .top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.indexabout .wp .wrap .rside .top .left .en {
    font-size: calc(2vw + 7.65px);
    font-weight: bold;
    color: #000;
}

.indexabout .wp .wrap .rside .top .left .cn {
    color: #000;
    font-size: calc(0.5vw + 14.5px);
    margin: 0 0 18px 0;
}

.indexabout .wp .wrap .rside .top .left .cont {
    font-size: clamp(14px, calc(0.5vw + 5.4px), 16px);
    line-height: calc(1vw + 10.8px);
}

.indexabout .wp .wrap .rside .top .right {
    width: max-content;
}

.indexabout .wp .wrap .rside .top .right .war {
    width: 190px;
    height: 46px;
    border-radius: 26px;
    border: 2px solid #2e324f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0 0 0;
    transition: all 0.4s;
}

.indexabout .wp .wrap .rside .top .right .war span {
    font-size: 12px;
    color: #2e324f;
}

.indexabout .wp .wrap .rside .top .right .war img {
    display: inline-block;
    margin: 0 0 0 10px;
}

.indexabout .wp .wrap .rside .top .right .war:hover {
    /* width: 46px; */
    transition: all 0.4s;
    background: #2e324f;
    border: 2px solid #fff;
}

.indexabout .wp .wrap .rside .top .right .war:hover span {
    color: #fff;
}

.indexabout .wp .wrap .rside .top .right .war:hover img {
    /* width: 60%; */
    transition: all 0.4s;
    filter: invert(1) brightness(5);
}

.indexabout .wp .wrap .rside .numbox {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.indexabout .wp .wrap .rside .numbox .item p {
    font-size: calc(1vw + 10.8px);
}

.indexabout .wp .wrap .rside .numbox .item p span {
    position: relative;
    padding: 0 15px 0 0;
}

.indexabout .wp .wrap .rside .numbox .item p span i {
    font-size: calc(1vw + 20.8px);
    color: #000;
    font-family: 'Gilory-Bold';
    font-weight: bold;
}

.indexabout .wp .wrap .rside .numbox .item p span sup {
    color: #000;
    position: absolute;
    right: 0;
    top: -10px;
}

.numbox .item p b {
    font-size: calc(1vw + 4.8px);
    color: #000;
}

.indexabout .wp .wrap .rside .numbox .item em {
    font-size: calc(0.5vw + 5.4px);
    color: #000;
    text-align: left;
    width: 100%;
    display: block;
}

.indexabout .wp .wrap .rside .numbox .wp .wrap .item #num1 {
    width: 146px;
}

.indexabout .wp .wrap .rside .numbox .wp .wrap .item #num2 {
    width: 118px;
}

.indexabout .wp .wrap .rside .numbox .wp .wrap .item #num3 {
    width: 120px;
}

.indexabout .wp .wrap .rside .numbox .wp .wrap .item #num4 {}

.adv {
    height: 520px;
    width: 100%;
    background: #2e324f;
    position: relative;
}

.adv .p1 {
    position: absolute;
    left: 0;
    top: 0;
}

.adv .wp {
    position: relative;
    height: 100%;
}

.adv .wp .ttbox {
    width: 420px;
    padding: 0 0 0 70px;
    height: 650px;
    background: rgba(67, 160, 66, 0.5);
    position: absolute;
    top: -65px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.adv .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.adv .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.adv .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #fff;
}

.adv .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -6px;
    top: 0;
}

.adv .wp .ttbox .cn {
    font-size: calc(1vw + 2.8px);
    color: #fff;
}

.adv .wp .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.adv .wp .wrap .leftempty {
    width: 30%;
}

.adv .wp .wrap .advbox {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


/* .adv .wp .wrap .advbox .list {
    margin: 0 66px 0 0;
} */

.adv .wp .wrap .advbox .list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
}

.adv .wp .wrap .advbox .list .item .pbox {
    margin: 0 10px 0 0;
    height: 92px;
}

.adv .wp .wrap .advbox .list .item .pbox img {
    width: 80px;
    height: 92px;
}

.adv .wp .wrap .advbox .list .item .tbox {
    height: 92px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.adv .wp .wrap .advbox .list .item .tbox .name {
    color: #fff;
    font-size: calc(0.5vw + 10.5px);
    margin: 0 0 6px 0;
}

.adv .wp .wrap .advbox .list .item .tbox .cont {
    font-size: calc(0.5vw + 5.4px);
    color: #ffff;
}

.service {
    padding: 170px 0 80px 0;
}

.service .wp {
    max-width: 1600px;
}

.service .wp .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1.5vw 0 0 0;
}

.service .wp .wrap .lside {
    width: 75%;
    height: 35.4vw;
    max-height: 680px;
    min-height: 460px;
}

.service .wp .wrap .lside .top {
    height: calc(17.7vw - 10px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 10px 10px 0;
}

.service .wp .wrap .lside .top i {
    height: 100%;
    width: 1px;
    background: #fff;
}

.service .wp .wrap .lside .top .item {
    width: calc(100% / 3 - 7.5px);
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 0 0;
}

.service .wp .wrap .lside .top .item:last-child {
    margin: 0;
}

.service .wp .wrap .lside .top .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.service .wp .wrap .lside .btm {
    height: calc(17.7vw - 30px);
    /* min-height: 230px;
    max-height: 340px; */
    width: calc(100% - 10px);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.2);
    max-height: 354px;
}

.service .wp .wrap .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.service .wp .wrap .namebox {
    height: 65px;
    width: 100%;
    background: rgba(46, 50, 79, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s;
}

.service .wp .wrap .lside .btm .namebox {
    height: 100%;
}

.service .wp .wrap .namebox .name {
    font-size: calc(0.5vw + 10.4px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.service .wp .wrap .namebox .ename {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.2;
}

.service .wp .wrap .lside .btm .item img {
    width: 103%;
    height: 100%;
    object-fit: cover;
}

.service .wp .wrap .lside .btm .namebox .cont {
    font-size: calc(0.5vw + 4.4px);
    color: rgba(255, 255, 255, 0.6);
    line-height: calc(1vw + 4px);
    max-width: 350px;
    text-align: center;
    margin: 10px 0;
}

.service .wp .wrap .vi {
    width: 1px;
    height: 100%;
    background: #fff;
}

.service .wp .wrap .rside {
    width: 25%;
    overflow: hidden;
    border-radius: 10px;
    height: calc(34.4vw - 12px);
    box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.2);
    max-height: 805px;
}

.service .wp .wrap .rside .item img {
    width: 102%;
    height: 103%;
    transition: all 0.2s;
}

.service .wp .wrap .lside .btm .namebox .war {
    width: 190px;
    height: 46px;
    border-radius: 26px;
    border: 2px solid #bebebe;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 15px;
    transition: all 0.2s;
}

.service .wp .wrap .lside .btm .namebox .war .line {
    width: 80%;
    height: 2px;
    background: #bebebe;
    position: relative;
    margin: 0 0 0 -8px;
    transition: all 0.2s;
}

.service .wp .wrap .lside .btm .namebox .war .line::after {
    content: '';
    width: 9px;
    height: 16px;
    background: url(../images/about/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -3px;
    top: -7px;
    filter: brightness(3.5);
}

.service .wp .wrap .lside .btm .namebox .war:hover {
    /* width: 46px; */
    transition: all 0.2s;
    background: #2e324f;
}

.service .wp .wrap .lside .top .item:hover .namebox {
    height: 100%;
    transition: all 0.2s;
}

.service .wp .wrap .lside .btm .item img {
    transition: all 0.4s;
}

.service .wp .wrap .lside .btm .item:hover img {
    transition: all 0.2s;
    transform: scale(1.03);
}

.service .wp .wrap .lside .top .item:hover img {
    transition: all 0.2s;
    transform: scale(1.03);
}

.service .wp .wrap .rside .namebox {
    transition: all 0.2s;
}

.service .wp .wrap .rside:hover .namebox {
    transition: all 0.2s;
    height: 100%;
}

.service .wp .wrap .rside .item img {
    transition: all 0.2s;
}

.service .wp .wrap .rside:hover img {
    transition: all 0.2s;
    transform: scale(1.04);
}

.cases {
    position: relative;
    overflow-x: hidden;
}

.cases .wp {
    position: relative;
    height: 100%;
}

.cases .wp .by_win {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 2vw auto 4vw;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}

.cases .wp .by_win .item {
    position: relative;
    width: calc(100% / 4);
    overflow: hidden;
    height: 34.375vw;
    max-height: 660px;
    min-height: 440px;
    transition: all 0.2s;
    overflow: hidden;
}

.cases .wp .by_win .item img {
    /* width: inherit; */
    height: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
    transform: translateX(-42%);
    transition: all 0.4s;
}

.cases .wp .by_win .item:hover {
    width: 65%;
    transition: all 0.8s;
}

.cases .wp .by_win .item:hover img {
    transform: translateX(0);
    transition: all 0.4s;
    width: 100%;
}

.cases .wp .by_win .item .name {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: -100%;
    transition: all 0.4s;
}

.cases .wp .by_win .item:hover .name {
    bottom: 0;
    transition: all 0.4s;
}

.cases .rightarr {
    position: absolute;
    right: 3%;
    top: 50%;
    cursor: pointer;
    z-index: 99;
}

.cases .leftarr {
    transform: rotate(180deg);
    position: absolute;
    left: 3%;
    cursor: pointer;
    top: 50%;
    z-index: 99;
}

.cases .swiper {
    max-width: 100%;
    margin: 0 auto;
}

.brandlist {
    padding: 2vw 8px 4vw;
    align-items: center;
    width: 83.3vw;
    margin: 0 auto;
    max-width: 1600px;
}

.brandlist .swiper-pagination-bullet-active {
    background: #2e324f;
}

.brandlist .swiper-wrapper {
    padding-right: 10px;
    /* 右侧留空 */
}

.brandlist .item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.1)
    /* height: 90px; */
}

.brandlist .item:last-child {
    margin: 0;
}

.brandlist .item img {
    transition: all .4s;
    width: 100%;
    height: 100%;
    display: block;
}

.brandlist .item:hover img {
    transition: all .4s;
    transform: scale(1.05);
}

.indexnews {
    padding: 3vw 0 6vw 0;
}

.indexnews .wp .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.indexnews .wp .wrap .lside {
    width: 46%;
    border-radius: 10px;
    height: 27.947916vw;
}

.indexnews .wp .wrap .lside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.1);
}

.indexnews .wp .wrap .rside {
    width: 49%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 27.947916vw;
}

.indexnews .wp .wrap .rside .titledemo {
    text-align: left;
    margin: 0 0 1vw 0;
}

.indexnews .wp .wrap .rside .titledemo p {
    text-align: left;
    line-height: 0.8;
    margin: 0 0 4px 0;
}

.indexnews .wp .wrap .rside .titledemo span {
    text-align: left;
}

.indexnews .wp .wrap .rside .list .item {
    height: 6.5935vw;
    width: calc(100% - 60px);
    padding: calc(1.7vw) calc(1.5vw);
    background: #f8f8f8;
    margin: 27px 0 0 0;
    border: 1px solid #f8f8f8;
    display: block;
}

.indexnews .wp .wrap .rside .list .item .name {
    font-size: calc(0.5vw + 10.4px);
    color: #2e334f;
    font-weight: bold;
    margin: 0 0 1vw 0;
}

.indexnews .wp .wrap .rside .list .item .desc {
    font-size: calc(0.5vw + 5.4px);
    color: #2e334f;
}

.indexnews .wp .wrap .rside .list .item .cont {
    color: #444;
    font-size: calc(0.5vw + 5.4px);
    margin: 8px 0 0 0;
}

.indexnews .wp .wrap .rside .list .item:hover {
    border: 1px solid #eaeaea;
    background: none;
}

.certifi {
    height: 46.875vw;
    max-height: 900px;
    min-height: 800px;
    background: #2e324f;
    padding: 3vw 0 0 0;
}

.certifi .wp .titledemo p {
    color: #fff;
}

.certifi .wp .titledemo span {
    color: #fff;
}

#certify {
    position: relative;
    width: 1600px;
    margin: 3vw auto 0
}

#certify .swiper {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 380px;
    height: 540px;
    background: #fff;
    /* box-shadow: 0 8px 30px #ddd; */
}

#certify .swiper-slide img {
    display: block;
    height: 100%;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
    content: '';
}

.certifi .war {
    width: 188px;
    height: 45px;
    border-radius: 26px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    transition: all 0.4s;
}

.certifi .war span {
    font-size: 12px;
    color: #fff;
}

.certifi .war img {
    display: inline-block;
    margin: 0 0 0 10px;
    filter: invert(1) brightness(5);
}

.certifi .war:hover {
    /* width: 46px; */
    transition: all 0.4s;
    background: #fff;
    border: 2px solid #fff;
}

.certifi .war:hover span {
    color: #2e324f;
}

.certifi .war:hover img {
    /* width: 60%; */
    transition: all 0.4s;
    filter: invert(0);
}

.message {
    padding: 2vw 0 5vw 0;
}

.message .wp .titledemo i {
    display: block;
    margin: 22px auto 30px;
    width: 25px;
    height: 3px;
    background: #000;
}

.message .wp .titledemo em {
    font-size: calc(1vw + 5.8px);
    color: #000;
}

.message .wp .formbox {
    padding: 2vw 0;
}

.message .wp .formbox .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message .wp .formbox .top .item {
    width: 48%;
}

.message .wp .formbox .top .item p {
    font-size: calc(0.5vw + 7.4px);
    color: #000;
    margin: 0 0 15px 0;
    font-weight: bold;
    display: none;
}

.message .wp .formbox .top .item input {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 50px;
    border: 1px solid #888;
    font-size: calc(0.5vw + 4.4px);
}

.message .wp .formbox .top .item input::placeholder {
    font-size: calc(0.5vw + 4.4px);
    color: #666;
}

.message .wp .formbox .btm {
    margin: 1vw 0 0 0;
}

.message .wp .formbox .btm .item {
    width: 100%;
}

.message .wp .formbox .btm .item p {
    font-size: calc(0.5vw + 7.4px);
    color: #000;
    margin: 0 0 15px 0;
    font-weight: bold;
    display: none;
}

.message .wp .formbox .btm .item textarea {
    width: calc(100% - 20px);
    padding: 10px;
    resize: none;
    height: 16vw;
    min-height: 110px;
    /* max-height: 160px; */
    font-size: calc(0.5vw + 4.4px);
    color: #666;
}

.message .wp .formbox .btm .item textarea::placeholder {
    font-size: calc(0.5vw + 4.4px);
    color: #666;
}

.message .wp .submit {
    width: 150px;
    height: 48px;
    border-radius: 30px;
    background: #2e324f;
    border: 0;
    outline: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: calc(0.5vw + 6.4px);
    padding: 1vw;
    margin: 0 auto;
    box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    color: #fff;
}

.message .wp .submit:hover {
    background: #43a042;
    transition: all 0.4s;
}

footer {
    background: #2e324f;
    padding: 2vw 0 4vw 0;
}

footer .wp .wrap1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .wp .wrap1 .lside {
    width: 30%;
    padding: 2vw 0 0 0;
}

footer .wp .wrap1 .lside img {
    max-width: 100%;
}

footer .wp .wrap1 .wrap .btmnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2vw 0;
}

footer .wp .wrap1 .wrap .btmnav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .wp .wrap1 .wrap .btmnav ul li {
    margin: 0 1.5vw 0 0;
}

footer .wp .wrap1 .wrap .btmnav ul li a {
    font-size: calc(0.5vw + 5.8px);
    color: #fff;
}

footer .wp .wrap1 .wrap {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

footer .wp .wrap1 .wrap .rside {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .wp .wrap1 .wrap .rside .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

footer .wp .wrap1 .wrap .rside .item .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px 0;
}

footer .wp .wrap1 .wrap .rside .item .top img {
    display: inline-block;
    margin: 0 10px 0 0;
}

footer .wp .wrap1 .wrap .rside .item .top .tbox p {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

footer .wp .wrap1 .wrap .rside .item .top .tbox span {
    font-size: calc(0.5vw + 6.4px);
    color: #fff;
    font-weight: bold;
}

footer .wp .wrap1 .wrap .rside .item .desc {
    font-size: calc(0.5vw + 5.4px);
    color: #fff;
    padding: 0 0 0 55px;
}

.navbar {
    height: 80px;
    background: #f8f8f8;
}

.navbar .wp {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .wp ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .wp ul li {
    margin: 0 3vw 0 0;
}

.navbar .wp ul li a {
    font-size: calc(0.5vw + 6.4px);
    color: #000;
}

.navbar .wp ul li .active {
    color: #43a042;
}

.contactinfo {
    padding: 3vw 0;
}

.contactinfo .wp .wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-shadow: 1px 2px 17px 0px rgba(0, 0, 0, 0.2);
}

.contactinfo .wp .wrap .map {
    width: 64%;
    height: 30.2vw;
    max-height: 580px;
    min-height: 400px;
}

.contactinfo .wp .wrap .contactus {
    height: 30.2vw;
    max-height: 580px;
    min-height: 400px;
    width: calc(36% - 60px);
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #f8f8f8;
}

.contactinfo .wp .wrap .contactus .company {
    /* font-size: calc(1vw + 8.8px); */
    font-size: 20px;
    color: #2e324f;
    font-weight: bold;
}

.contactinfo .wp .wrap .contactus i {
    display: block;
    width: 35px;
    height: 4px;
    background: #2e324f;
    margin: 1.5vw 0;
}

.contactinfo .wp .wrap .contactus .info {
    font-size: clamp(16px, calc(0.5vw + 6.4px), 16px);
    color: #000;
    line-height: 2.3;
}

.numbox {
    padding: 2vw 0;
}

.numbox .wp .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.numbox .wp .wrap .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.numbox .wp .wrap .item p {
    font-weight: bold;
    position: relative;
    /* font-size: calc(1vw + 20.8px); */
    font-size: 15px;
    color: #000;
}

.numbox .wp .wrap .item p::after {
    content: '';
    width: 100%;
    height: 7px;
    background: #bfc2ca;
    position: absolute;
    bottom: 11px;
    left: 0;
    z-index: -1
}

.numbox .wp .wrap .item p span {
    font-size: 40px;
    color: #000;
    font-family: 'Gilroy-Bold';
    display: inline-block;
}

.numbox .wp .wrap .item p sup {
    font-size: calc(0.5vw + 14.4px);
    color: #000;
    position: absolute;
    top: 0;
    right: 21px;
}

.numbox .wp .wrap .item em {
    font-size: calc(0.5vw + 5.4px);
    color: #000;
    display: block;
    text-align: left;
}

.numbox .item p b {
    font-size: calc(1vw + 4.8px);
    color: #000;
}

.numbox .wp .wrap .item #num1 {
    width: 138px;
}

.numbox .wp .wrap .item #num2 {
    width: 105px;
}

.numbox .wp .wrap .item #num3 {
    width: 113px;
}

.numbox .wp .wrap .item #num4 {}

.aboutus {
    padding: 40px 0 80px 0;
}

.aboutus .wp .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.aboutus .wp .wrap .lside {
    width: 30%;
    overflow: hidden;
}

.aboutus .wp .wrap .lside img {
    max-width: 100%;
}

.aboutus .wp .wrap .rside {
    width: 61.875%;
    padding: 20px 0 0 0;
}

.aboutus .wp .wrap .rside .ename {
    font-size: calc(1.5vw + 17.2px);
    font-weight: bold;
    color: #000;
}

.aboutus .wp .wrap .rside .cname {
    font-size: calc(0.5vw + 14.2px);
    color: #000;
}

.aboutus .wp .wrap .rside i {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #9d9fad;
    margin: 20px 0;
}

.aboutus .wp .wrap .rside .cont {
    font-size: calc(0.5vw + 5.4px);
    color: #444;
    line-height: calc(1vw + 8.8px);
    margin: 0 0 5px 0;
    text-indent: calc(1vw + 4.8px);
}

.aboutus .wp .wrap .rside .arr {
    display: block;
    margin: 15px 0;
}

.aboutvideo {
    margin: 3vw 0;
    position: relative;
    height: auto;
    width: 100%;
}

.aboutvideo .wp video {
    max-width: 80%;
    /* max-height: 800px; */
    width: 100%;
    /* background: #000; */
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}

.aboutvideo .wp .playicon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.culture {
    background: url(../images/about/culturebg.jpg) no-repeat center;
    background-size: contain;
    height: 50.260vw;
}

.culture .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 5vw 0 4vw;
    margin: 0 auto;
}

.culture .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.culture .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.culture .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #fff;
}

.culture .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -6px;
    top: 0;
}

.culture .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #fff;
}

.culture .wp .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.culture .wp .wrap .lside {
    width: 37.75%;
    overflow: hidden;
    margin: 0 3vw 0 0;
}

.culture .wp .wrap .lside .item {
    width: calc(100% - 48px);
    padding: 10px 24px;
    position: relative;
    transition: all 0.4s;
    margin: 1.2vw 0px;
}

.culture .wp .wrap .lside .item::before {
    content: '';
    width: 11px;
    height: 12px;
    background: url(../images/about/trang.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 19px;
    transition: all 0.2s;
}

.culture .wp .wrap .lside .item .vl {
    width: 4px;
    height: 100px;
    position: absolute;
    left: 0;
    background: rgba(0, 51, 153, 1);
    top: 30px;
    display: none;
}

.culture .wp .wrap .lside .item .title {
    font-size: calc(1vw + 0.8px);
    font-weight: bold;
    color: #fff;
}

.culture .wp .wrap .lside .item .title span {
    font-size: calc(0.5vw + 2.4px);
    color: #fff;
    margin: 0 0 0 10px;
}

.culture .wp .wrap .lside .item .hl {
    display: none;
    width: 100%;
    height: 1px;
    background: rgba(33, 81, 124, 1);
    margin: 10px 0 20px 0;
}

.culture .wp .wrap .lside .item .desc {
    font-size: calc(0.5vw + 4.4px);
    color: #fff;
    width: 70%;
    display: none;
}

.culture .wp .wrap .lside .active {
    background: rgba(0, 51, 153, .2);
    padding: 30px 24px;
    transition: all 0.4s;
}

.culture .wp .wrap .lside .active::before {
    opacity: 0;
    transition: all 0.2s;
}

.culture .wp .wrap .lside .active .title {
    font-size: calc(0.5vw + 10.4px);
}

.culture .wp .wrap .lside .active .vl {
    display: block;
}

.culture .wp .wrap .lside .active .hl {
    display: block;
}

.culture .wp .wrap .lside .active .desc {
    display: block;
}

.culture .wp .wrap .rside {
    width: 49.125%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.culture .wp .wrap .rside img {
    width: 100%;
}

.culture2 {
    background-color: #fff;
    position: relative;
    min-width: 1200px;
}

.culture2 .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 4vw 0 4vw;
    margin: 0 auto;
}

.culture2 .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.culture2 .wp .ttbox .en1 img {
    filter: invert();
}

.culture2 .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.culture2 .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #000;
}

.culture2 .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -6px;
    top: 0;
}

.culture2 .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #000;
}

.culture2 .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 49.4vw;
    z-index: 0;
}

.culture2 .wp .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 2vw;
    z-index: 2;
    position: relative;
}

.culture2 .wp .list .item {
    width: calc(100% / 3 - 30px);
    margin: 0 45px 45px 0;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.culture2 .wp .list .item:nth-child(3n) {
    margin: 0 0 45px 0;
}

.culture2 .wp .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certifi .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 2vw 0 0vw;
    margin: 0 auto;
}

.certifi .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.certifi .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.certifi .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #fff;
}

.certifi .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -6px;
    top: 0;
}

.certifi .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #fff;
}

.muteam .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 4vw 0 4vw;
    margin: 0 auto;
}

.muteam .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.muteam .wp .ttbox .en1 img {
    filter: invert();
}

.muteam .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.muteam .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #000;
}

.muteam .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -6px;
    top: 0;
}

.muteam .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #000;
}

.muteam .wp .teamlist {
    padding: 0 0 8vw 0;
}

.muteam .wp .teamlist .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 320px;
    box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.2);
}

.muteam .wp .teamlist .list .item {
    width: 25%;
    height: 320px;
    overflow: hidden;
}

.muteam .wp .teamlist .list .item.tbox {
    width: 25%;
    background: #111938;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.muteam .wp .teamlist .list .item.long {
    width: 50%;
}

.muteam .wp .teamlist .list .item img {
    width: 101%;
    height: 101%;
    object-fit: cover;
    transition: all 0.4s;
}

.muteam .wp .teamlist .list .item .cname {
    padding: 0 0 0 50px;
    color: #fff;
    font-size: clamp(20px, calc(1vw + 10.8px), 21px);
}

.muteam .wp .teamlist .list .item .ename {
    padding: 0 0 0 50px;
    color: #fff;
    font-size: clamp(16px, calc(0.5vw + 6.4px), 16px);
}

.muteam .wp .teamlist .list.btm .item {
    align-items: flex-end;
    justify-content: flex-start;
}

.muteam .wp .teamlist .list.btm .item {
    align-items: flex-end;
}

.muteam .wp .teamlist .list.btm .item .cname {
    padding: 21% 50px 0 0;
    text-align: right;
}

.muteam .wp .teamlist .list.btm .item .ename {
    padding: 0 50px 0 0;
    text-align: right;
}

.muteam .wp .teamlist .list .item:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.procate {
    padding: 2vw 0;
}

.procate .wp span {
    font-size: calc(0.5vw + 5.4px);
    color: #333;
    margin: 0 10px 0 0;
}

.procate .wp a {
    font-size: calc(0.5vw + 5.4px);
    color: #333;
    margin: 0 0.8vw 0 0;
}

.procate .wp .active {
    color: #43a042;
}

.procenter .wp .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.procenter .wp .list .item {
    width: calc(100% / 4 - 30PX);
    margin: 0 40px 40px 0;
    background-color: #fff;
    height: max-content;
    box-shadow: 1px 2px 17px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 10px;
    padding: 0 0 2vw 0;
}

.procenter .wp .list .item:nth-child(4n) {
    margin: 0 0 40px 0;
}

.procenter .wp .list .item .pbox {
    height: 325px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.procenter .wp .list .item .pbox img {
    max-width: 40%;
    object-fit: contain;
    transition: all 0.4s;
}

.procenter .wp .list .item .name {
    font-size: calc(0.5vw + 10.4px);
    display: -webkit-box;
    margin: .5vw auto;
    width: max-content;
    text-align: center;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.procenter .wp .list .item .desc {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: calc(0.5vw + 6.4px);
    text-align: center;
    height: 30px;
}

.procenter .wp .list .item .detail {
    display: flex;
    margin: .5vw auto;
    justify-content: center;
    align-items: center;
}

.procenter .wp .list .item .detail span {
    font-size: calc(0.5vw + 4.4px);
    color: #e30920;
    margin: 0 0 0 8px;
}

.procenter .wp .list .item .detail img {
    width: 18px;
}

.procenter .wp .list .item .pbox:hover img {
    transition: all 0.4s;
    transform: scale(1.02);
}

.procenter .wp .list .item .icontxt {
    position: absolute;
    padding: 3px 8px;
    font-size: 14px;
    color: #fff;
    background: #e30920;
    border-radius: 5px;
    left: 25px;
    top: 25px;
    z-index: 9;
}

.pro_detail {
    padding: 0 0 3vw 0;
    background: #f8f8f8;
}

.pro_detail .wp .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px 0;
}

.pro_detail .wp .crumb {
    padding: 2vw 0;
}

.pro_detail .wp .crumb i {
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    color: #000;
}

.pro_detail .wp .crumb a {
    font-size: 14px;
    color: #000;
}

.pro_detail .wp .wrap .picbox {
    width: 54%;
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.pro_detail .wp .wrap .picbox .swiper1 {
    height: 600px;
    margin: 0 10px 0 0;
    width: 80%;
    /* border: 1px solid #e5e3e3; */
    ;
}

.pro_detail .wp .wrap .picbox .swiper1 .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_detail .wp .wrap .picbox .swiper1 .swiper-slide img {
    max-width: 100%;
    object-fit: contain;
    max-height: 90%;
}

.pro_detail .wp .wrap .rside {
    width: 20%;
    position: relative;
    padding: 66px 0;
    height: 600px;
}

.pro_detail .wp .wrap .picbox .swiper2 {
    width: 120px;
    height: 420px;
    position: relative;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start; */
    /* border: 1px solid #e5e3e3; */
}

.pro_detail .wp .wrap .picbox .up {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 66px;
    height: 66px;
    left: 50%;
    transform: translateX(-50%);
}

.pro_detail .wp .wrap .picbox .down {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 66px;
    height: 66px;
    left: 50%;
    transform: translateX(-50%);
}

.pro_detail .wp .wrap .picbox .swiper2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.96)
}

.pro_detail .wp .wrap .picbox .swiper2 .swiper-slide img {
    max-width: 86%;
    object-fit: cover;
}

.pro_detail .wp .wrap .picbox .swiper2 .swiper-slide-thumb-active {
    border: 1px solid #4b9d3d;
}

.pro_detail .wp .wrap .tbox {
    width: 41%;
    min-width: 480px;
    height: 600px;
}

.pro_detail .wp .wrap .tbox .cname {
    font-size: 16px;
    color: #333;
    font-family: 'Lato-Bold';
    font-weight: bold;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c4c4c4;
}

.pro_detail .wp .wrap .tbox .name {
    font-size: calc(1vw + 10.8px);
    color: #555;
    font-family: 'Lato-Bold';
    /* font-weight: 400; */
    font-weight: bolder;
    margin: 0 0 10px 0;
}

.pro_detail .wp .wrap .tbox .cname a {
    color: #333;
    font-size: 16px;
}

.pro_detail .wp .wrap .tbox .cont {
    font-size: clamp(13px, calc(0.5vw + 5.4px), 15px);
    color: #666;
    line-height: 32px;
    max-width: 550px;
    text-align: justify;
}

.pro_detail .wp .wrap .tbox table {
    /* background: #e3e1e13d; */
    padding: 1vw;
    display: block;
    margin: 3vw 0 0 0;
    width: 100%;
    max-width: 550px;
}

.pro_detail .wp .wrap .tbox table .tname {
    font-size: clamp(12px, calc(0.5vw + 4.4px), 14px);
    color: #000;
    height: calc(1vw + 25px);
    line-height: calc(1vw + 25px);
    font-weight: 600;
}

.pro_detail .wp .wrap .tbox table .detail {
    font-size: clamp(12px, calc(0.5vw + 3.4px), 14px);
    color: #000;
    width: 28%;
}

.pro_detail .wp .wrap .tbox table td {
    width: 137px
}

.pro_detail .wp .wrap .tbox .btnbox {
    display: flex;
    justify-content: flex-start;
    padding: 25px 0;
}

.pro_detail .wp .wrap .tbox .btnbox a {
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(12px, calc(0.5vw + 4.4px), 14px);
    border-radius: 30px;
    color: #fff;
    background: #1b254b
}

.pro_detail .wp .wrap .tbox .btnbox .go_back {
    margin: 0 30px 0 0;
}

.pro_detail .wp .detail_content {
    max-width: 1200px;
    margin: 60px auto;
}

.pro_detail .wp .detail_content .item {
    margin: 20px 0 40px 0;
    border-top: 1px dashed #e3e2e2;
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.pro_detail .wp .detail_content .item:first-child {
    border: 0;
}

.pro_detail .wp .detail_content .item .title {
    font-size: calc(1vw + 2.8px);
    font-weight: bold;
    color: #1b254b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
    width: 20%;
}

.pro_detail .wp .detail_content .item .title img {
    margin: 0 10px 0 0;
    width: 25px;
}

.pro_detail .wp .detail_content .item .tbox {
    width: 75%
}

.pro_detail .wp .detail_content .item .tbox .cont {
    font-size: clamp(13px, calc(0.5vw + 5.8px), 16px);
    color: #333;
    line-height: 2;
}

.pro_detail .wp .detail_content .item .tbox img {
    max-width: 100%;
}

.pro_detail .wp .detail_content .item .tbox .processlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_detail .wp .detail_content .item .tbox .processlist .xitem {
    height: 65px;
    width: calc(100% / 4 - 10px);
    /* background: #111a39; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* padding: 0 0 0 20px; */
    position: relative;
}

.pro_detail .wp .detail_content .item .tbox .processlist .xitem span {
    font-size: clamp(13px, calc(0.5vw + 5.8px), 16px);
    color: #000;
    font-weight: bold;
}


/* .pro_detail .wp .detail_content .item .tbox .processlist .xitem::after {
    content: '';
    height: 65px;
    background: url(../images/product/detailpic2arr.png) no-repeat center;
    width: 99px;
    background-size: contain;
    right: -49px;
    top: 0;
    position: absolute;
} */


/* .pro_detail .wp .detail_content .item .tbox .processlist .xitem:last-child::after {
    display: none;
} */


/* .pro_detail .wp .detail_content .item .tbox .processlist .xitem:last-child {
    width: max-content;
    padding: 0 20px;
} */

.pro_detail .wp .detail_content .lastitem .title {
    color: #4b9d3d;
}

.pro_detail .wp .detail_content .lastitem .cont {
    margin: 0 0 30px 0;
}

.newscenter {
    padding: 4vw 0;
}

.newscenter .list {
    padding: 0 0 3vw 0;
}

.newscenter .list .item {
    padding: 50px 0;
}

.newscenter .list .item:nth-child(even) {
    background: #f9f9f9;
}

.newscenter .list .item .wp .wrap {
    display: flex;
    justify-content: flex-start;
}

.newscenter .list .item .wp .wrap .pbox {
    width: 420px;
    height: 230px;
    overflow: hidden;
}

.newscenter .list .item .wp .wrap .pbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newscenter .list .item .wp .wrap .datebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.newscenter .list .item .wp .wrap .datebox p {
    font-size: calc(2vw + 26.2px);
    color: #333;
    font-weight: bold;
    font-family: 'Gilory-Bold'
}

.newscenter .list .item .wp .wrap .datebox span {
    font-size: 12px;
    color: #666;
}

.newscenter .list .item .wp .wrap .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.newscenter .list .item .wp .wrap .cont .txt .title {
    font-size: calc(0.5vw + 10.4px);
    color: #000;
    margin: 0 0 15px 0;
}

.newscenter .list .item .wp .wrap .cont .txt .desc {
    font-size: calc(0.5vw + 4.4px);
    color: #666;
    width: 70%;
}

.newscenter .list .item .wp .wrap .cont .more {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d6d6d6;
    padding: 10px 10px;
    transition: all 0.2s
}

.newscenter .list .item:hover .wp .wrap .cont .more {
    background: #2e324f;
    border: 1px solid #2e324f;
    transition: all 0.2s
}

.newscenter .list .item:hover .wp .wrap .cont .more img {
    filter: brightness(5);
}

.newscenter .list .item:hover .wp .wrap .cont .txt .title {
    color: #43a042;
}

.newscenter .list .item:hover {
    background: #f9f9f9;
}

.ccases {
    background: #f8f8f8;
}

.ccases .wp {
    padding: 0 0 5vw 0;
}

.ccases .wp .ttbox {
    width: max-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4vw 0 2vw 0;
}

.ccases .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.ccases .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #000;
}

.ccases .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -6px;
    top: 0;
}

.ccases .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #000;
}

.ccases .wp .wrap {
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 17px 0px rgba(0, 0, 0, 0.2);
}

.ccases .wp .wrap .swiper1 {
    width: 63.75%;
    height: 31.77vw;
    max-height: 610px;
    min-height: 460px;
}

.ccases .wp .wrap .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.ccases .wp .wrap .swiper2 {
    width: 36.2%;
    padding: 0 0px 0 0px;
    background: #f8f8f8;
    height: 31.77vw;
    max-height: 610px;
    min-height: 460px;
}

.ccases .wp .wrap .swiper2 .tbox {
    padding: 0 60px;
}

.ccases .wp .wrap .tbox .name {
    font-size: calc(0.5vw + 10.4px);
    color: #222;
    margin: 100px 0 40px 0;
}

.ccases .wp .wrap .tbox .cont {
    font-size: calc(0.5vw + 4.4px);
    color: #666;
    text-align: justify;
    line-height: 2;
}

.ccases .wp .wrap .swiper2 .ccase_pn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6vw 0 50px 0;
    position: absolute;
    bottom: 3vw;
    left: 60px;
    z-index: 99;
}

.ccases .wp .wrap .swiper2 .ccase_pn .prev {
    width: 58px;
    height: 58px;
    color: #fff;
    background: rgba(46, 50, 79, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    cursor: pointer;
    transition: all 0.4s;
}

.ccases .wp .wrap .swiper2 .ccase_pn .next {
    width: 58px;
    height: 58px;
    color: #fff;
    background: rgba(46, 50, 79, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
}

.ccases .wp .wrap .swiper2 .ccase_pn .prev:hover {
    background: #2e324f;
    transition: all 0.4s;
}

.ccases .wp .wrap .swiper2 .ccase_pn .next:hover {
    background: #2e324f;
    transition: all 0.4s;
}

.cases_cate {
    height: 80px;
    background: #f6f6f6;
}

.cases_cate .wp nav {
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cases_cate .wp nav a {
    font-size: calc(0.5vw + 8.4px);
    color: #333;
    margin: 0 2vw 0 0;
}

.cases_cate .wp nav .active {
    color: rgba(66, 160, 66, 1);
}

.caselist {
    padding: 3vw 0;
}

.caselist .wp .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.caselist .wp .list .item {
    width: calc(100% / 3 - 30px);
    margin: 0 45px 45px 0;
    height: 20.57vw;
    min-height: 340px;
    max-height: 395px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 17px 0px rgba(0, 0, 0, 0.2);
}

.caselist .wp .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caselist .wp .list .item:nth-of-type(3n) {
    margin: 0 0 45px 0;
}

.caselist .wp .list .item .name {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.4s;
}

.caselist .wp .list .item .name p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.caselist .wp .list .item .name span {
    color: #fff;
    font-size: 14px;
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.caselist .wp .list .item .name span i {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.caselist .wp .list .item .name span p {
    text-align: left;
}

.caselist .wp .list .item:hover .name {
    height: 80%;
    transition: all 0.4s;
}

.metro_intro {
    padding: 4vw 0 7vw 0;
}

.metro_intro .wp .wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.metro_intro .wp .wrap .tbox {
    width: calc(20.33vw - 80px);
    min-width: 270px;
    max-width: 400px;
    background: rgba(67, 160, 66, 0.9);
    height: 25.26vw;
    max-height: 485px;
    position: absolute;
    left: 0;
    top: -8.5vw;
    min-height: 410px;
    padding: 0 40px;
}

.metro_intro .wp .wrap .tbox .name {
    font-size: calc(1vw + 20.8px);
    font-weight: bold;
    color: #fff;
    padding: calc(1vw + 18.8px) 0 calc(1vw + 1.8px) 0;
}

.metro_intro .wp .wrap .tbox .cont {
    font-size: calc(0.5vw + 6.4px);
    color: #fff;
    margin: 0 0 .8vw 0;
    line-height: 2;
}

.metro_intro .wp .wrap .tbox .cir {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: calc(1vw + 20.8px) 0 0 0;
}

.metro_intro .wp .wrap .intro {
    display: flex;
    justify-content: flex-start;
    width: 65.625%;
}

.metro_intro .wp .wrap .intro .item {
    width: 45%;
    max-width: 380px;
}

.metro_intro .wp .wrap .intro .item p {
    font-size: calc(0.5vw + 16.4px);
    font-weight: bold;
    color: #2e324f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px 0;
}

.metro_intro .wp .wrap .intro .item span {
    font-size: calc(0.5vw + 6.4px);
    color: #333;
    display: -webkit-box;
    line-height: 2;
    text-align: justify;
    height: 160px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0 0 53px 0;
}

.metro_intro .wp .wrap .intro .item p img {
    margin: 0 8px 0 0;
}

.metro_intro .wp .wrap .intro i {
    width: 1px;
    height: 13vw;
    background: #dddddd;
    margin: 0 8%;
}

.metro_intro .wp .wrap .intro .item .more {
    width: 150px;
    height: 40px;
    border-radius: 25px;
    background-color: #2e324f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.trans {
    background: url(../images/sound/bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 0 0 5vw 0;
    position: relative;
}

.trans .wp .cont {
    font-size: calc(0.5vw + 6.4px);
    color: #fff;
    line-height: 2;
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}

.trans .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 5vw 0 2vw;
    margin: 0 auto;
}

.trans .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.trans .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.trans .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #fff;
}

.trans .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -6px;
    top: 0;
}

.trans .wp .ttbox .cn {
    font-size: calc(1vw + 2.8px);
    color: #fff;
}

.trans .wp .soundpic {
    display: block;
    margin: 3vw auto;
}

.trans .bg2txt {
    position: absolute;
    top: 0;
    left: 0;
}

.rdcenter {
    padding: 0 0 5vw 0;
}

.rdcenter .wp {
    position: relative;
}

.rdcenter .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 5vw 0 2vw;
    margin: 0 auto;
}

.rdcenter .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.rdcenter .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.rdcenter .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #000;
}

.rdcenter .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -6px;
    top: 0;
}

.rdcenter .wp .ttbox .txt {
    font-size: calc(0.5vw + 12.4px);
    color: #000;
    margin: 0 0 1.5vw 0;
}

.rdcenter .wp .ttbox .cn {
    font-size: calc(1vw + 2.8px);
    color: #000;
}

.rdcenter .wp .swiper {
    max-width: 1200px;
    margin: 0 auto;
}

.rdcenter .wp .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdcenter .wp .arrpic {
    position: absolute;
    top: 74%;
    cursor: pointer;
}

.rdcenter .wp .arrleft {
    left: 10%;
    transform: translateY(-50%);
}

.rdcenter .wp .arrright {
    right: 10%;
    transform: translateY(-50%) rotate(180deg);
}

.pronews {
    background: #f8f8f8;
}

.pronews .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 5vw 0 2vw;
    margin: 0 auto;
}

.pronews .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.pronews .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.pronews .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #000;
}

.pronews .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -6px;
    top: 0;
}

.pronews .wp .ttbox .txt {
    font-size: calc(0.5vw + 12.4px);
    color: #000;
    margin: 0 0 1.5vw 0;
}

.pronews .wp .ttbox .cn {
    font-size: calc(1vw + 2.8px);
    color: #000;
}

.pronews .wp .wrap {
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    padding: 2vw 0;
}

.pronews .wp .wrap .pbox {
    width: 32.5625%;
}

.pronews .wp .wrap .pbox img {
    max-width: 100%;
}

.pronews .wp .wrap .pbox span {
    font-size: calc(0.5vw + 8.4px);
    color: #1b254b;
    margin: 10px 0;
    width: 100%;
    display: block;
    text-align: right;
}

.pronews .wp .wrap .line {
    width: 1px;
    max-height: 426px;
    height: 22.1875vw;
    background-color: #ddd;
}

.pronews .wp .wrap .tbox {
    width: 51.4375%;
}

.pronews .wp .wrap .tbox .name {
    font-size: calc(1vw + 10.8px);
    font-weight: bold;
    color: #1b254b;
}

.pronews .wp .wrap .tbox .desc {
    font-size: calc(0.5vw + 16.4px);
    color: #333;
    margin: 0 0 calc(2vw + 7.2px) 0;
}

.pronews .wp .wrap .tbox .cont {
    font-size: calc( 0.5vw + 8.4px);
    color: #333;
    line-height: 2;
    margin: 0 0 1vw 0;
    text-indent: calc(1vw + 16.8px);
}

.pronews .wp .wrap .tbox .cont em {
    color: #1b254b;
}

.target {
    padding: 15px 0 20px 0;
    background: #f8f8f8;
}

.target .wp .wrap {
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    padding: 2.5vw 0;
}

.target .wp .wrap .tbox {
    width: 45.1875%;
}

.target .wp .wrap .tbox .name {
    font-size: calc(1vw + 10.8px);
    color: #1b254b;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.target .wp .wrap .tbox .cont {
    font-size: calc(0.5vw + 7.4px);
    color: #333;
    line-height: 1.5;
    margin: 0 0 20px 0;
    text-align: justify;
    text-indent: calc(1vw + 14.8px);
}

.target .wp .wrap .tbox .cont a {
    color: #1b254b;
}

.target .wp .wrap .line {
    width: 1px;
    max-height: 426px;
    height: 22.1875vw;
    background-color: #ddd;
}

.target .wp .wrap .pbox {
    width: 37.1875%;
}

.target .wp .wrap .pbox img {
    max-width: 100%;
}

.target .wp .wrap2 {
    display: flex;
    width: calc(100% - 120px);
    padding: 2vw 60px;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    height: calc(530px - 2vw);
}

.target .wp .wrap2 .lside {
    width: 37.8139%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.target .wp .wrap2 .lside .name {
    color: #1b2547;
    font-size: calc(1vw + 10.8px);
    font-weight: bold;
}

.target .wp .wrap2 .lside .cont {
    font-size: clamp(16px, calc(0.5vw + 8.4px), 18px);
    color: #000;
    line-height: 1.8;
}

.target .wp .wrap2 .lside .cont span {
    float: right;
}

.target .wp .wrap2 .lside img {
    margin: 1.5vw 0 0 0;
    max-width: 100%;
}

.target .wp .wrap2 .rside {
    width: 58.1837%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.target .wp .wrap2 .rside .cont {
    font-size: calc( 0.5vw + 8.4px);
    color: #000;
    line-height: 1.8;
}

.target .wp .wrap2 .rside img {
    max-width: 100%;
    margin: 2vw 0 0 0;
}

.rdcertifi {
    padding: 0 0 4vw 0;
    background: #f8f8f8;
}

.rdcertifi .wp .wrap {
    display: flex;
    justify-content: space-evenly;
    padding: 25px 0;
    background: #fff;
}

.rdcertifi .wp .wrap .pbox {
    width: 32.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rdcertifi .wp .wrap .pbox img {
    max-width: 100%;
}

.rdcertifi .wp .wrap .line {
    width: 1px;
    max-height: 426px;
    height: 22.1875vw;
    background-color: #ddd;
}

.rdcertifi .wp .wrap .tbox {
    width: 51.875%;
}

.rdcertifi .wp .wrap .tbox .name {
    font-size: calc(1vw + 10.8px);
    color: #1b254b;
    font-weight: bold;
    padding: 3vw 0 2vw 0;
}

.rdcertifi .wp .wrap .tbox .cont {
    font-size: calc(0.5vw + 8.4px);
    color: #333;
    line-height: 2;
    margin: 0 0 2vw 0;
    text-indent: calc(1vw + 16.8px);
}

.cooper {
    padding: 7vw 0 3vw 0;
}

.cooper .wp .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cooper .wp .wrap .lside {
    width: 27%;
}

.cooper .wp .wrap .lside .name {
    font-size: calc(2vw + 7.8px);
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}

.cooper .wp .wrap .lside .desc {
    font-size: calc(0.5vw + 14.8px);
    color: #000;
}

.cooper .wp .wrap .rside {
    width: 63.125%;
}

.cooper .wp .wrap .rside .title {
    font-size: calc(0.5vw + 10.8px);
    color: #1b254b;
    font-weight: 600;
}

.cooper .wp .wrap .rside .cont {
    font-size: calc(0.5vw + 4.4px);
    color: #333;
    line-height: 2;
    margin: 15px 0 0 0;
}

.promise {
    width: 100%;
    padding: 2vw 0 0 0;
    margin: 0 0 8.3vw 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    min-width: 1170px;
}

.promise .p1 {
    position: absolute;
    left: 0;
    bottom: -4.5vw;
    width: 61.4%;
    max-height: 588px;
    height: 30.625vw;
    min-height: 370px;
    background: #2e324f;
}

.promise .p1 .tbox {
    padding: 0 0 0 8.3vw;
    width: calc(100% - 8.3vw);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 588px;
    height: 30.625vw;
    min-height: 370px;
    flex-direction: column;
}

.promise .p1 .tbox .name {
    font-size: 20px;
    color: #fff;
    position: relative;
    margin: 0 0 2.125vw 0;
}

.promise .p1 .tbox .name::after {
    content: '';
    width: 5.1875vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: -7vw;
    top: calc(0.5vw + 6.4px);
}

.promise .p1 .tbox .desc {
    font-size: 16px;
    color: #fff;
}

.promise .p1 .swiper .swiper-pagination-bullets {
    bottom: 5vw;
    left: 8.3vw;
    width: max-content;
}

.promise .p1 .swiper .swiper-pagination-bullet {
    background: none;
    width: 6px !important;
    height: 6px !important;
    border: 1px solid #fff;
}

.promise .p2 {
    width: 60%;
}

.cop_mode .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 4vw 0 4vw;
    margin: 0 auto;
}

.cop_mode .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.cop_mode .wp .ttbox .en1 img {
    filter: invert();
}

.cop_mode .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.cop_mode .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #000;
}

.cop_mode .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -6px;
    top: 0;
}

.cop_mode .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #000;
}

.cop_mode {
    padding: 2vw 0;
}

.cop_mode .wp .copcate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cop_mode .wp .copcate .item {
    width: 300px;
    padding: 0 0 0 40px;
    height: 90px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 10px 0 0;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 10px;
    box-shadow: 1px 2px 17px 0px rgba(0, 0, 0, 0.2);
}

.cop_mode .wp .copcate .item img {
    margin: 0 8px 0 0;
}

.cop_mode .wp .copcate .item span {
    font-size: 16px;
    color: #fff;
}

.cop_mode .wp .copcate .active {
    background: #2e324f;
}

.cop_mode .wp .copcate .item:hover {
    background: #2e324f;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap {
    display: flex;
    justify-content: flex-start;
    padding: 5vw 0 4vw 0;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap .lside {
    width: 43.75%;
    margin: 0 5% 0 0;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap .lside img {
    max-width: 100%;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap .rside {
    padding: 1.5vw 0 0 0;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap .rside .item {
    margin: 0 0 30px 0;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap .rside .item p {
    font-size: 20px;
    color: #1b254b;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap .rside .item p i {
    width: calc(1vw + 2.8px);
    height: calc(1vw + 2.8px);
    border-radius: 50%;
    border: 1px solid #1b254b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px 0 0;
}

.cop_mode .wp .swiper .swiper-wrapper .swiper-slide .wrap .rside .item span {
    font-size: 15px;
    color: #000;
}

.cop_mode .wp .processpic {
    max-width: 100%;
}

.solution {
    background: #f8f8f8;
    padding: 0 0 6vw 0;
}

.solution .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 4vw 0 4vw;
    margin: 0 auto;
}

.solution .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.solution .wp .ttbox .en1 img {
    filter: invert();
}

.solution .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.solution .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #000;
}

.solution .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -6px;
    top: 0;
}

.solution .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #000;
}

.solution .wp .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.solution .wp .list .item {
    width: calc(100% / 3 - 30px);
    box-shadow: 1px 2px 17px 0px rgba(0, 0, 0, 0.2);
}

.solution .wp .list .item .pbox {
    width: 100%;
    height: 16.92vw;
    max-height: 325px;
    min-height: 280px;
}

.solution .wp .list .item .pbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.solution .wp .list .item .tbox {
    border: 1px solid #e1e1e1;
    width: calc(100% - 40px);
    padding: 40px 0 40px 40px;
    background: #fff;
}

.solution .wp .list .item .tbox .name {
    font-size: calc(0.5vw + 10.8px);
    font-weight: bold;
    color: #000;
    margin: 0 0 1vw 0;
}

.solution .wp .list .item .tbox .cont {
    font-size: clamp(14px, calc(0.5vw + 8.4px), 15px);
    color: #666;
    line-height: 2;
    padding: 0 0 0 13px;
}

.coop_support {
    height: 50.26vw;
    background: url(../images/partner/bg2.jpg) no-repeat center;
    background-size: cover;
    max-height: 965px;
    min-height: 750px;
    position: relative;
    min-width: 1200px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.coop_support .txt {
    position: absolute;
    left: 0;
    top: 7.2vw;
    height: 39.58vw;
    max-height: 79.625%;
}

.coop_support .circle {
    width: 72.08vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8vw;
    min-width: 870px;
    min-height: 870px;
    max-width: 1380px;
    max-height: 1380px;
}

.coop_support .wp .ttbox {
    /* background: rgba(67, 160, 66, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    padding: 7vw 0 4vw;
    margin: 0 auto;
}

.coop_support .wp .ttbox .en1 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.coop_support .wp .ttbox .en1 img {
    filter: invert();
}

.coop_support .wp .ttbox .en2 {
    font-size: calc(2vw + 7.6px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.coop_support .wp .ttbox .line {
    position: relative;
    margin: 1vw 0;
    width: 64px;
    height: 2px;
    background: #fff;
}

.coop_support .wp .ttbox .line::after {
    content: '';
    width: 3px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -6px;
    top: 0;
}

.coop_support .wp .ttbox .cn {
    font-size: calc(1vw + 4.8px);
    color: #fff;
}

.coop_support .wp .cen_cir {
    width: 23.95vw;
    height: 23.95vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 300px;
    max-width: 460px;
    max-height: 460px;
}

.coop_support .wp .cen_cir .item {
    position: absolute;
    user-select: none;
    -webkit-user-select: none;
}

.coop_support .wp .cen_cir .item:nth-child(1) {
    left: -5vw;
    top: -1vw;
}

.coop_support .wp .cen_cir .item:nth-child(2) {
    left: -10vw;
    top: 6vw;
}

.coop_support .wp .cen_cir .item:nth-child(3) {
    left: -11vw;
    bottom: 6vw;
}

.coop_support .wp .cen_cir .item:nth-child(4) {
    left: -3vw;
    bottom: -1vw;
}

.coop_support .wp .cen_cir .item:nth-child(5) {
    right: -5vw;
    top: -1vw;
}

.coop_support .wp .cen_cir .item:nth-child(6) {
    right: -10vw;
    top: 6vw;
}

.coop_support .wp .cen_cir .item:nth-child(7) {
    right: -7vw;
    bottom: 6vw;
}

.coop_support .wp .cen_cir .item:nth-child(8) {
    right: -8vw;
    bottom: -1vw;
}

.coop_support .wp .cen_cir .item span {
    width: calc(1vw + 10.8px);
    height: calc(1vw + 10.8px);
    border-radius: 50%;
    /* background: rgba(67, 160, 66, 0.3); */
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: all 0.4s;
}

.coop_support .wp .cen_cir .item span i {
    width: 8px;
    height: 8px;
    /* background: rgba(67, 160, 66, 1); */
    background: #fff;
    border-radius: 50%;
    transition: all 0.4s;
}

.coop_support .wp .cen_cir .item:nth-child(1) span {
    top: 1.85vw;
    left: 10vw;
}

.coop_support .wp .cen_cir .item:nth-child(2) span {
    top: 1.85vw;
    left: 9.7vw;
}

.coop_support .wp .cen_cir .item:nth-child(3) span {
    bottom: 1.75vw;
    left: 10.72vw;
}

.coop_support .wp .cen_cir .item:nth-child(4) span {
    bottom: 1.75vw;
    left: 8.42vw;
}

.coop_support .wp .cen_cir .item:nth-child(5) span {
    top: 1.85vw;
    right: 10vw;
}

.coop_support .wp .cen_cir .item:nth-child(6) span {
    top: 1.85vw;
    right: 9.7vw;
}

.coop_support .wp .cen_cir .item:nth-child(7) span {
    bottom: 1.75vw;
    right: 6.72vw;
}

.coop_support .wp .cen_cir .item:nth-child(8) span {
    bottom: 1.75vw;
    right: 13.42vw;
}

.coop_support .wp .cen_cir .item p {
    color: #fff;
    font-size: 14px;
}

.coop_support .wp .cen_cir .lside {
    text-align: right;
}

.coop_support .wp .cen_cir .active span {
    background: rgba(67, 160, 66, 0.3);
    transition: all 0.4s;
}

.coop_support .wp .cen_cir .active span i {
    background: rgba(67, 160, 66, 1);
    transition: all 0.4s;
}

.coop_support .wp .cen_cir .active p {
    color: #43a042;
}


/* 新闻详情 */

.newsdetail-show {
    padding: 50px 0;
    /* background: #f8f8f8; */
}

.newsdetail-show .wp .detailtitle {
    font-size: calc(1vw + 4.8px);
    color: #333;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}

.newsdetail-show .wp .desc {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsdetail-show .wp .desc .time {
    font-size: 14px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    text-align: center;
    margin: 20px 30px 20px 0;
}

.newsdetail-show .wp .desc .read {
    font-size: 14px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    text-align: center;
}

.newsdetail-show .wp .detailcontent {
    padding: 0 30px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.newsdetail-show .wp .detailcontent img {
    max-width: 100%!important;
    display: block!important;
    margin: 10px auto!important;
}

.newsdetail-show .wp .detailcontent p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    text-indent: 32px;
    margin: 30px 0;
}

.wp .prevnext {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #cdcdcd;
    padding: 10px 0 0 0;
}

.wp .prevnext .prev,
.next {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wp .prevnext .next {
    text-align: right;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(../fonts/gilroy-bold-4.otf);
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../fonts/gilroy-regular-3.otf);
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url(../fonts/Gilroy-Medium-2.otf);
}


/* 媒介查询 */


/* 大屏幕（老款笔记本1366） */

@media (min-width: 1921px) and (max-width: 2560px) {
    .indexabout .wp .wrap .lside video {
        width: 91.2%;
        /* height: 24vw; */
        /* min-height: 410px;
    max-height: 536px; */
        box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.2);
        background: #000;
        border-radius: 20px;
    }
    .coop_support .txt {
        max-height: 70.625%;
    }
    .wp {
        max-width: 1920px;
    }
    .banner img {
        width: 100%;
    }
    .cases .wp .rightarr {
        right: 15%;
    }
    .cases .wp .leftarr {
        left: 15%;
    }
}

@media (max-width:1650px) {
    .target .wp .wrap {
        height: calc(478px - 2vw);
    }
    .indexnews .wp .wrap .lside {
        height: 28.647916vw;
    }
    .cases .wp .by_win {
        transform: scale(0.87);
    }
    .rdcenter .wp .arrleft {
        left: 4%;
    }
    .rdcenter .wp .arrright {
        right: 4%;
    }
    .wp {
        padding: 0 4.3%;
        margin: 0 auto;
        min-width: 1170px;
        max-width: 1600px;
    }
    #certify {
        transform: scale(0.9);
        width: 1300px;
    }
    .cases .wp .rightarr {
        right: 3%;
    }
    .cases .wp .leftarr {
        left: 3%;
    }
    .adv .wp .wrap .advbox .list {
        margin: 0 45px 0 0;
    }
}

@media (max-width:1440px) {
    header .wp .phonenum {
        margin: 0 0 0 19px;
    }
    header .wp .phonenum p {
        font-size: clamp(16px, calc(0.5vw + 12.4px), 30px);
    }
    .target .wp .wrap .rside .cont {
        font-size: clamp(15px, calc(0.5vw + 10.4px), 22px);
        line-height: 2;
    }
    .indexnews .wp .wrap .lside {
        height: 29.647916vw;
    }
    .rdcenter .wp .swiper {
        transform: scale(.8);
    }
    .adv .wp .ttbox {
        width: 350px;
    }
    .adv .wp .wrap .advbox .list {
        margin: 0 36px 0 0;
    }
}

@media (max-width: 1366px) {
    .target .wp .wrap {
        height: calc(425px - 2vw);
    }
    .pro_detail .wp .wrap .tbox .btnbox a {
        width: 140px;
        height: 45px;
    }
    .metro_intro .wp .wrap .intro .item span {
        height: 200px;
        -webkit-line-clamp: 10;
    }
    .pro_detail .wp .wrap .tbox {
        width: 45%;
    }
    header .wp .head_funcbar img {
        height: 42px;
        transform: scale(.7);
    }
    .metro_intro .wp .wrap .tbox .cont {
        font-size: calc(0.5vw + 6.4px);
    }
}

@media (max-width: 1280px) {
    .pro_detail .wp .wrap .picbox {
        width: 47%;
    }
    .indexnews .wp .wrap .lside {
        height: 30.547916vw;
    }
    #certify {
        transform: scale(0.8);
        width: 1200px;
    }
    #certify .swiper {
        padding-bottom: 60px;
        overflow: visible;
    }
    .cases .leftarr {
        left: 2%;
    }
    .cases .rightarr {
        right: 2%;
    }
    .coop_support .circle {
        top: -5vw;
    }
    .trans .wp .cont {
        font-size: calc(0.5vw + 8.4px);
    }
    .wp {
        padding: 0 2.3%;
        margin: 0 auto;
        min-width: 1170px;
        max-width: 1600px;
    }
}

@media (max-width: 1170px) {}

@media (max-width: 1024px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

@media (max-width: 414px) {}

@media (max-width: 393px) {}

@media (max-width: 375px) {}