/* 公共样式 */

@font-face {
    font-family: impact;
    src: url(../font/IMPACT.TTF);
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 1px;
    /*高宽分别对应横竖滚动条的尺寸*/
    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;
}

.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: #2a4371;
    color: #fff;
}

.empty {
    height: 126px;
    background: #fff;
}

.wp {
    min-width: 1170px;
    max-width: 1680px;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 0 calc(1vw + 20px);
}


/* 头部样式 */

header {
    height: 126px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .wp {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .logobox {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 90px;
}

header .logobox p {
    font-size: 28px;
    color: #2a4371;
    font-weight: bold;
    line-height: 0.8;
    margin: 0 0 0 20px;
}

header .logobox p span {
    font-size: 15px;
    color: #000;
}

header nav {
    height: 90px;
    line-height: 90px;
}

header .navbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header nav .mainnav {
    display: flex;
    justify-content: flex-end;
}

header nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
}

header nav .mainnav .subnav a {
    padding: 20px;
    display: block;
    font-size: 16px;
}

header nav .mainnav .subnav a:hover {
    color: #2a4371;
}

header nav .mainnav li {
    flex-grow: 1;
    height: 90px;
    position: relative;
}

header nav .mainnav li:hover .subnav {
    display: block;
}


/* header nav .mainnav li:hover {
    border-bottom: 3px solid #172989;
} */

header nav .mainnav li:hover>a {
    color: #2a4371;
    font-weight: 700;
}

header nav .mainnav li a {
    font-size: 18px;
    color: #000;
    padding: 0 20px;
}

header nav .mainnav .current {
    color: #2a4371;
    font-weight: bold;
}

header .topbar {
    height: 35px;
    background: #2a4371;
}

header .topbar .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 35px;
}

header .topbar .wrap .title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

header .topbar .wrap .func {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .topbar .wrap .func .webmap {
    font-size: 14px;
    color: #fff;
    position: relative;
    margin: 0 50px 0 0;
}

header .topbar .wrap .func .webmap::before {
    content: '';
    width: 22px;
    height: 20px;
    background: url(../images/topicon1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -28px;
    top: 2px;
    filter: invert();
}

header .topbar .wrap .func .servewechat {
    font-size: 14px;
    color: #fff;
    position: relative;
}

header .topbar .wrap .func .servewechat::before {
    content: '';
    width: 22px;
    height: 20px;
    background: url(../images/topicon2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -28px;
    top: 2px;
    filter: invert();
}

.wp .titledemo {
    padding: 30px 0;
    text-align: center;
}

.wp .titledemo .title {
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.wp .titledemo .desc {
    font-size: 20px;
    color: #000;
}

header .wp .phonebox {
    position: relative;
    padding: 17px 0 0 50px;
}

header .wp .phonebox::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../images/phoneicon.png)no-repeat center;
    position: absolute;
    left: 0px;
    top: 32px;
}

header .wp .phonebox p {
    font-size: 24px;
    font-weight: bolder;
    color: #2864be;
}

header .searchbox {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .searchbox input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
    height: 38px;
    background: none;
    color: #fff;
    width: 0;
    transition: all 0.4s;
}

header .searchbox .search-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

header .searchbox-active .search-close {
    display: block;
    z-index: 9;
}

header .searchbox-active input {
    width: 150px;
    transition: all 0.4s;
    margin: 0 10px 0 0;
}

header .searchbox input::placeholder {
    color: #fff;
}

.banner {
    position: relative;
}

.banner .bant {
    position: absolute;
    bottom: 20%;
    left: 10%;
    z-index: 99;
    max-width: 398px;
    min-width: auto;
    transition: all 1.2s;
}

.banner .swiper-pagination-bullet {
    background: #333333;
}

.banner .btn-a {
    width: 120px;
    height: 40px;
    display: block;
    /* border: 1px solid #000; */
    position: absolute;
    z-index: 9;
    top: 58%;
    left: 8.3%;
}

.banner .swiper img {
    max-width: 100%;
    width: 100%;
    min-width: 1250px;
}

.banner .funcbox {
    width: 81.77vw;
    min-width: 1170px;
    height: 95px;
    border: 1px solid #f2f2f2;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    max-width: 1680px;
    width: 100%;
}

.banner .funcbox .crumb {
    padding: 0 0 0 60px;
    position: relative;
}

.banner .funcbox .crumb::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/home.png) no-repeat center;
    position: absolute;
    top: -2px;
    left: 30px;
}

.banner .funcbox .crumb a {
    font-size: 16px;
}

.banner .funcbox .searchbox {
    width: 360px;
    position: relative;
}

.banner .funcbox .searchbox input {
    width: 90%;
    padding: 0 0 0 10px;
    background: #f2f2f2;
    height: 45px;
    border-radius: 50px;
    outline: 0;
    border: 1px solid #e8e8e8;
    font-size: 16px;
}

.banner .funcbox .searchbox input::placeholder {
    font-size: 16px;
}

.banner .funcbox .searchbox img {
    position: absolute;
    right: 12%;
    top: 26%;
}

footer .backtotop {
    right: 5%;
    bottom: 30%;
    cursor: pointer;
    position: fixed;
}

footer {
    background: #333333;
    clear: both;
}

footer .wp {
    max-width: 1400px;
}

footer .wp .wrap {
    display: flex;
    padding: 80px 0;
    justify-content: space-between;
    animation-name: fadeInUp;
    visibility: visible;
    align-items: center;
}

footer .wp .wrap .left {
    display: flex;
    align-items: center;
}

footer .wp .wrap .left .qrcode {
    display: flex;
    margin: 0 30px 0 0;
}

footer .wp .wrap .left .qrcode img {
    width: 98px;
    height: 98px;
    margin: 0 10px 0 0;
}

footer .wp .wrap .left .phonebox .phone {
    font-size: 37px;
    color: #fff;
    font-weight: bold;
}

footer .wp .wrap .left .phonebox .address {
    font-size: 18px;
    color: #fff;
}

footer .wp .wrap .right p {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

footer .wp .wrap .right p a {
    color: #fff;
    font-size: 14px;
}

.workshops {
    background: #f4f4f4;
    padding: 80px 0 45px 0;
}

.workshops .wp .list {
    display: flex;
}

.workshops .wp .list .item {
    width: calc(100% / 5 - 10px);
    margin: 0 10px 0 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.workshops .wp .list .item:last-child {
    margin: 0;
}

.workshops .wp .list .item .name {
    font-size: 26px;
    color: #000;
    margin: 6px 0;
}

.workshops .wp .list .item .desc {
    width: 60%;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.inabout {
    position: relative;
    min-height: 830px;
}

.inabout .bgpic {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    z-index: -1;
}

.inabout .year {
    position: absolute;
    top: 5%;
    left: 6%;
}

.inabout .wp .name {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding: 128px 0 0 90px;
}

.inabout .wp .name i {
    font-size: 58px;
    color: #fff;
    font-weight: bold;
}

.inabout .wp .desc1 {
    font-size: 24px;
    color: #fff;
    padding: 0 0 0 90px;
}

.inabout .wp .enname {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    margin: 17px 0 60px 0;
    padding: 0 0 0 90px;
}

.inabout .wp .cont {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    max-width: 700px;
    text-align: justify;
    margin: 0 0 30px 0;
    padding: 0 0 0 90px;
}

.inabout .wp .more {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 90px;
}

.inabout .wp .more img {
    margin: 0 0 0 10px;
}

.wp .numbox {
    display: flex;
    height: 210px;
    background-color: #f5f5f5;
    justify-content: space-between;
    align-items: center;
    margin: 90px 0 0 0;
}

.wp .numbox .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 5);
}

.wp .numbox .item p {
    font-size: 16px;
    color: #c40000;
    font-weight: bold;
}

.wp .numbox .item p span {
    font-weight: bold;
    font-size: 56px;
    color: #2a4371;
}

.wp .numbox .item .desc {
    font-size: 22px;
    color: #222222;
}

.videodemo {
    margin: 20px 0 30px 0;
}


/* .videodemo .wp .titlepic {} */

.videodemo .wp .list {
    display: flex;
    padding: 30px 0;
}

.videodemo .wp .list .item {
    width: calc(100% / 3 - 20px);
    margin: 0 20px 0 0;
}

.videodemo .wp .list .item .videobox {
    width: 100%;
    height: 410px;
    border: 1px solid #efefef;
    background: #000;
}

.videodemo .wp .list .item .videobox video {
    width: 100%;
    height: 100%;
}

.videodemo .wp .list .item .name {
    font-size: 22px;
    color: #000;
    margin: 5px 0;
}

.videodemo .wp .list .item .desc {
    font-size: 16px;
    color: #666;
}

.videocenter .wp .list {
    flex-wrap: wrap;
}

.videocenter .wp .list .item {
    margin: 0 20px 20px 0;
}

.videodemo .wp .list .item:nth-child(3n) {
    margin: 0 0 20px 0;
}

.custom {
    height: 840px;
    background: url(../images/picture/custom/bg.jpg) no-repeat center;
    background-position: 0 0;
}

.custom .wp .top .wrap {
    display: flex;
}

.custom .wp .top .wrap .lside {
    width: 47.6vw;
}

.custom .wp .top .wrap .lside .titlepic {
    padding: 123px 0 0 0;
}

.custom .wp .top .wrap .lside .numbox {
    display: flex;
    justify-content: flex-start;
    width: 60%;
    padding: 15px 0 0px 0;
    margin: 0;
}

.custom .wp .top .wrap .lside .numbox .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 2);
}

.custom .wp .top .wrap .lside .numbox .item p {
    font-size: 16px;
    color: #c40000;
    font-weight: bold;
}

.custom .wp .top .wrap .lside .numbox .item p span {
    font-weight: bold;
    font-size: 48px;
    color: #2a4371;
}

.custom .wp .top .wrap .lside .numbox .item .desc {
    font-size: 22px;
    color: #222222;
}

.custom .wp .top .wrap .lside .cont {
    font-size: 25px;
    color: #000;
}

.custom .wp .top .wrap .lside .cont i {
    font-size: 39px;
    color: #2a4371;
}

.custom .wp .top .wrap .lside .cont span {
    font-weight: bold;
    font-size: 32px;
    color: #c40000;
}

.custom .wp .top .wrap .rside {
    width: 52.3vw;
}

.custom .wp .top .wrap .rside img {
    max-width: 100%;
    display: block;
    margin: 30px auto 0;
}

.custom .wp .btm {
    padding: 40px 0;
}

.custom .wp .btm .list {
    display: flex;
    justify-content: flex-start;
}

.custom .wp .btm .list .item {
    width: calc(100% / 5 - 3px);
    margin: 0 3px 0 0;
    background: #2a4371;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom .wp .btm .list .item:last-child {
    margin: 0;
}

.custom .wp .btm .list .item img {
    transition: all 0.8s;
    cursor: pointer;
}

.custom .wp .btm .list .item:hover img {
    transition: all 0.8s;
    transform: scale(1.09)
}

.custom .wp .btm .list .item p {
    font-size: 26px;
    color: #fff;
}

.indexcate {
    height: 780px;
    background: url(../images/picture/pro/catebg.jpg) no-repeat center;
    background-size: cover;
}

.indexcate .wp .titlepic {
    padding: 80px 0 0 0;
}

.indexcate .wp .desc {
    font-size: 21px;
    color: #fff;
    margin: 10px 0 40px 0;
}

.indexcate .wp .list {
    display: flex;
    width: 790px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.indexcate .wp .list .item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.indexcate .wp .list .item img {
    display: block;
    margin: 0 auto 20px
}

.indexcate .wp .list .item .name {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.indexcate .wp .list .item:hover {
    background: #c40000
}

.indexcate .wp .list .item:hover .name {
    color: #fff;
}

.indexcate .wp .list .item:hover img {
    filter: brightness(0) invert(1);
}

.applicate {
    padding: 0 0 50px 0;
    overflow-x: hidden;
}

.applicate .wp .titlebox {
    padding: 80px 0 30px 0;
    text-align: center;
}

.applicate .wp .titlebox .titlepic {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.applicate .wp .titlebox .desc {
    font-size: 24px;
    color: #000;
}

.applicate .wp .catelist {
    width: 80%;
    display: flex;
    margin: 0 auto 20px;
}

.applicate .wp .catelist .item {
    flex-grow: 1;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}

.applicate .wp .catelist .item span {
    font-size: 20px;
    color: #000;
}

.applicate .wp .catelist .active {
    background: #2a4371;
}

.applicate .wp .catelist .active span {
    color: #fff;
}

.applicate .swiper {
    overflow: visible;
}

.applicate .swiper .swiper-slide .tbox {
    position: absolute;
    z-index: 99;
    bottom: 10%;
    left: 5%;
}

.applicate .swiper .swiper-slide .tbox .name {
    font-size: 38px;
    color: #fff;
    margin: 0 0 10px 0;
}

.applicate .swiper .swiper-slide .tbox .desc {
    font-size: 18px;
    color: #fff;
}

.applicate .swiper .swiper-slide .more {
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 99;
    width: 195px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    background: #fff;
    ;
}

.applicate .swiper .swiper-slide {
    margin: 0 1% 0 0%;
}

.applicate .swiper .swiper-slide img {
    width: 100%;
}

.applicate .swiper-button-prev {
    width: fit-content;
}

.applicate .swiper-button-next {
    width: fit-content;
}

.applicate .swiper-button-prev:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/picture/applicate/prev.png) no-repeat center;
    background-size: contain;
}

.applicate .swiper-button-next:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/picture/applicate/next.png) no-repeat center;
    background-size: contain;
}

.brand {
    background: #f2f2f2;
}

.brand .titlebox {
    padding: 80px 0 50px 0;
    text-align: center;
}

.brand .titlebox .title {
    font-size: 52px;
    color: #000;
    ;
}

.brand .titlebox .desc {
    font-size: 50px;
    font-weight: bold;
}

.brand .titlebox .cont {
    font-size: 24px;
    color: #000;
}

.brand .brandpic {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/* 首页新闻 */

.indexnews {
    padding: 0 0 50px 0;
    animation-name: fadeInUp;
    visibility: visible;
}

.indexnews .wp .top {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 30px 0;
    width: 83vw;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.indexnews .wp .top .catelist {
    display: flex;
    justify-content: end;
}

.indexnews .wp .top .catelist .item {
    width: 190px;
    height: 75px;
    text-align: center;
    background-position: top;
    color: #000;
    font-size: 22px;
    line-height: 60px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.indexnews .wp .top .catelist .active {
    background: url(../images/picture/news/bg.png) no-repeat center;
    background-position: top;
    font-weight: bold;
    color: #fff;
}

.indexnews .wp .newslist {
    display: flex;
    justify-content: flex-start;
    max-width: 1400px;
    width: 83vw;
    margin: 0 auto;
}

.indexnews .wp .newslist .item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 0 0;
}

.indexnews .wp .newslist .item:last-child {
    margin: 0;
}

.indexnews .wp .newslist .item .picbox {
    width: 100%;
    overflow: hidden;
    height: calc(12vw + 70px);
    min-height: 230px;
}

.indexnews .wp .newslist .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.indexnews .wp .newslist .item .picbox:hover img {
    transform: scale(1.08);
    transition: all 0.6s;
}

.indexnews .wp .newslist .item .txtbox {
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    height: 120px;
}

.indexnews .wp .newslist .item .txtbox .name {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.indexnews .wp .newslist .item .txtbox span {
    font-size: 16px;
    color: #000;
    font-weight: 100;
    display: -webkit-box;
    position: relative;
    margin: 0 0 6px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 底部导航 */

.btm-nav {
    height: 70px;
    background: #2a4371;
    animation-name: fadeInUp;
    clear: both;
    visibility: visible;
}

.btm-nav .wp ul {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 70px;
    align-items: center;
}

.btm-nav .wp ul li a {
    color: #fff;
    font-size: 18px;
    margin: 0 30px;
}

.about .wp .title {
    font-size: 42px;
    color: #000;
    margin: 70px auto 100px;
    width: fit-content;
}

.about .wp .aboutcont {
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 80px 0;
}

.about .wp .aboutcont::before {
    content: '';
    width: 78px;
    height: 65px;
    background: url(../images/quotes.png) no-repeat center;
    position: absolute;
    left: -86px;
}

.about .wp .aboutcont .name {
    font-size: 40px;
    color: #2a4371;
    font-weight: bold;
}

.about .wp .aboutcont .name span {
    font-size: 58px;
}

.about .wp .aboutcont .desc {
    font-size: 24px;
    color: #000;
    margin: 0 0 50px 0;
}

.about .wp .aboutcont .cont {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin: 0 0 30px 0;
}

.factory .wp .numbox {
    margin: -90px 0 0 0;
}

.factory .wp .titlepic {
    margin: 80px 0 50px 0;
}

.factory .wp .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 60px 0;
}

.factory .wp .list .imgbox {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.factory .wp .list .imgbox:nth-child(3n) {
    margin: 0 0 10px 0;
}

.factory .wp .list .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s;
}

.factory .wp .list .imgbox:hover img {
    transition: all 1.2s;
    transform: scale(1.08);
}


/* 证书资质 */

.certifi {
    padding: calc(20px + 0.5vw) 0;
    background: url(../images/picture/certifi/bg.jpg) no-repeat;
    background-size: cover;
}

.certifi .wp .titledemo .title {
    font-size: 32px;
}

.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;
    object-fit: contain;
}

.certifi .swiper .neiceng .swiper-slide {
    position: relative;
    overflow: hidden;
    width: calc(100% / 5 - 20px);
    margin-right: 20px;
    background: #fff;
    text-align: center;
}

.certifi .swiper .neiceng .swiper-slide:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: url(../images/picture/certifi/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(../images/picture/certifi/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(../images/picture/certifi/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: #2a4371;
    color: #fff;
}

.catelist {
    width: 76.04vw;
    max-width: 1460px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-evenly;
}

.catelist .cate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.catelist .cate span {
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #000;
    user-select: none;
}

.catelist .active span {
    color: #c40000;
}

.catelist .cate img {
    filter: grayscale(1) brightness(1);
    cursor: pointer;
}

.catelist .active img {
    filter: grayscale(0);
}

.procenter .wp .list {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 0 0;
}

.procenter .wp .list .item {
    width: calc(100% / 4 - 15px);
    margin: 0 15px 15px 0;
}

.procenter .wp .list .item:nth-child(4n) {
    margin: 0 0 15px 0;
}

.procenter .wp .list .item .imgbox {
    border: 1px solid #dbdbdb;
    height: 11.5vw;
    min-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procenter .wp .list .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.procenter .wp .list .item .tbox {
    height: 3vw;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 0 5%;
}

.procenter .wp .list .item .tbox .name {
    font-size: 18px;
    color: #000;
    user-select: none;
}

.procenter .wp .list .item .tbox .symbo {
    width: 26px;
    height: 26px;
    font-size: 18px;
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 产品详情 */

.prodetail .wp .wrapper {
    display: flex;
    padding: 120px 0;
    width: 100%;
}

.prodetail .wp .wrapper .showpic {
    width: 44.375%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
}

.prodetail .wp .wrapper .showpic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.prodetail .wp .wrapper .pro-info {
    width: 53%;
    padding: 0 0 0 3.1875%;
    line-height: 2.5;
}

.prodetail .wp .wrapper .pro-info .name {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.prodetail .wp .wrapper .pro-info .cont {
    font-size: 16px;
    margin: 16px 0;
    color: #666;
}

.prodetail .wp .wrapper .pro-info img {
    max-width: 100%;
}


/* 详情内容 */

.pro-content .wp .title {
    height: 55px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
}

.pro-content .wp .title p {
    font-size: 16px;
    color: #222;
    height: 52px;
    border-bottom: 3px solid #2a4371;
    width: 65px;
}

.pro-content .wp .content {
    width: 96%;
    margin: 2% 1%;
}

.pro-content .wp .content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.pro-content .wp .content img {
    max-width: 100%!important;
    margin: 10px auto!important;
    display: block;
}

.hot-pro .wp .title {
    height: 55px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
}

.hot-pro .wp .title p {
    font-size: 16px;
    color: #222;
    height: 52px;
    border-bottom: 3px solid #2a4371;
    width: 100px;
}

.hot-pro .wp .hot-pro-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.hot-pro .wp .hot-pro-list .proitem {
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
}

.hot-pro .wp .hot-pro-list .proitem .picbox {
    width: 100%;
    height: 16.6vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
}

.hot-pro .wp .hot-pro-list .proitem .picbox:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.hot-pro .wp .hot-pro-list .proitem .picbox:nth-child(4n) {
    margin: 0 0 10px 0;
}

.hot-pro .wp .hot-pro-list .proitem .picbox img {
    transition: all 0.4s;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.hot-pro .wp .hot-pro-list .proitem .txtbox {
    text-align: center;
    padding: 10px 0;
}

.hot-pro .wp .hot-pro-list .proitem .txtbox .name {
    text-align: center;
    font-size: 20px;
    color: #222;
}

.cases {
    padding: 80px 0 30px 0;
}

.cases .wp .catelist {
    width: 80%;
    display: flex;
    margin: 0 auto 20px;
}

.cases .wp .catelist .item {
    flex-grow: 1;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}

.cases .wp .catelist .item span {
    font-size: 20px;
    color: #000;
}

.cases .wp .catelist .active {
    background: #2a4371;
}

.cases .wp .catelist .active span {
    color: #fff;
}

.cases .wp .clist {
    display: flex;
    flex-wrap: wrap;
}

.cases .wp .clist .mode {
    width: calc(100% / 2 - 20px);
    margin: 0 20px 20px 0;
    overflow: hidden;
    height: 29.16vw;
    min-height: 350px;
}

.cases .wp .clist .mode:nth-child(2n) {
    margin: 0 0 20px 0;
}

.cases .wp .clist .mode img {
    width: 100%;
    height: 100%;
    transition: all 2.8s;
    object-fit: cover;
}

.cases .wp .clist .mode:hover img {
    transition: all 2.8s;
    transform: scale(1.08);
}

.newscenter .catelist {
    display: flex;
    justify-content: center;
}

.newscenter .catelist .item {
    width: 190px;
    height: 75px;
    text-align: center;
    background: url(../images/picture/news/bg2.png) no-repeat center;
    background-position: top;
    color: #000;
    font-size: 22px;
    line-height: 60px;
    margin: 0 10px 0 0;
}

.newscenter .catelist .active {
    background: url(../images/picture/news/bg3.png) no-repeat center;
    background-position: top;
    font-weight: bold;
    color: #fff;
}


/* 新闻中心 */

.newslist {
    margin: 60px 0;
}

.newslist .newsitem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0;
    background: #fff;
    justify-content: flex-start;
    align-items: center;
    background: #f4f4f4;
    position: relative;
}


/* .newslist .newsitem:nth-child(even) {
    background-color: #fff;
} */

.newslist .newsitem:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.newslist .newsitem .picbox img {
    width: 100%;
    height: 100%;
}

.newslist .newsitem .txtbox {
    /* width: 65%;
    padding: 30px 20px; */
    width: 51%;
    padding: 0 0 0 30px;
}

.newslist .newsitem .txtbox .name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
}

.newslist .newsitem .datebox {
    width: 20%;
    position: relative;
}

.newslist .newsitem .datebox .date {
    width: 10%;
    /* margin: 0 30px 0 0; */
    text-align: center;
}

.newslist .newsitem .datebox::before {
    content: '';
    width: 1px;
    height: 138px;
    background: #999999;
    position: absolute;
    left: 50px;
    top: 10px;
}

.newslist .newsitem .datebox .date .day {
    font-size: 80px;
    color: #000;
}

.newslist .newsitem .datebox .date .ym {
    font-size: 17px;
    color: #000;
    display: block;
}

.newslist .newsitem .txtbox .cont {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.newslist .newsitem .imgbox {
    width: 29%;
}

.newslist .newsitem .imgbox img {
    max-width: 100%;
}


/* 新闻详情 */

.newsdetail-show {
    padding: 50px 0;
    background: #f8f8f8;
}

.newsdetail-show .container .detailtitle {
    font-size: 29px;
    color: #333;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}

.newsdetail-show .container .desc {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}

.newsdetail-show .container .desc .time {
    font-size: 16px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    text-align: center;
    margin: 20px 30px 20px 0;
}

.newsdetail-show .container .desc .read {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    display: inline-block;
    text-align: center;
}

.newsdetail-show .container .detailcontent {
    padding: 0 30px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.newsdetail-show .container .detailcontent img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.newsdetail-show .container .detailcontent p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    text-indent: 32px;
    margin: 30px 0;
}

.container .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;
}

.container .prevnext .prev,
.next {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .prevnext .next {
    text-align: right;
}


/* 联系我们contact-us */

.contact-us {
    background: #f4f4f4;
    padding-top: calc(15px + 4vw);
    padding-bottom: calc(15px + 2vw);
    overflow: hidden;
}

.contact-us .title {
    text-align: center;
    margin-bottom: calc(15px + 1vw);
}

.contact-us .title strong {
    font-size: 32px;
    display: block;
    font-weight: bold;
    color: #2a4371;
}

.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);
    overflow: auto;
}

.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: #2a4371;
}

.contact_right ul li:hover strong {
    color: #fff;
}

.contact_right ul li:hover p {
    color: #fff;
}

.contact_right strong {
    font-size: 24px;
    color: #2a4371;
    margin-bottom: calc(10px + 0.2vw);
    display: block;
    font-weight: bold;
}

.contact_right ul li .text {
    width: 90%;
    margin: 0 auto;
}

.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;
}

.liuyan {
    background: url(../images/picture/contact/liuyanback.jpg) no-repeat;
    padding-bottom: calc(20px + 2vw);
}

.liuyan .titledemo .title {
    color: #fff;
}

.liuyan .titledemo {
    font-size: 32px;
    font-weight: bold;
    color: #2a4371;
    display: block;
    text-align: center;
    padding-top: calc(20px + 2vw);
}

.liuyan .wp {
    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);
}

.wp2 {
    width: 93%;
    margin: 0 auto;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.liuyan .erwei img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.message {
    padding-top: calc(20px + 0.5vw);
}

.message .wp .titledemo .title {
    color: #000;
}

.message .wp .formbox {
    width: 100%;
    margin: 0 0 calc(25px + 3vw);
}

.message .wp .titledemo {
    padding: 0;
}

.linghepro .container .titledemo {
    padding-top: 0;
}

.linghepro .container .titledemo .title {
    font-size: 32px;
}

.message .wp .formbox .item {
    display: flex;
    margin: 20px 0;
    justify-content: flex-start;
    align-items: center;
}

.message .wp .formbox .item span {
    font-size: 16px;
    color: #000;
    width: 50px;
    margin: 0 20px 0 0;
}

.message .wp .formbox .item input {
    width: 100%;
    height: 50px;
    outline: 0;
    border: 1px solid #efefef;
    padding: 0 20px;
    color: #000;
}

.message .wp .formbox .item input::placeholder {
    font-size: 16px;
    color: #666;
}

.message .wp .formbox .item textarea {
    color: #000;
    font-size: 16px;
    resize: none;
    outline: none;
    border: 1px solid #efefef;
    width: 100%;
    padding: 20px;
}

.message .wp .formbox .item textarea::placeholder {
    font-size: 16px;
    color: #666;
}

.message .wp .formbox button {
    width: 220px;
    background-color: #2a4371;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 25px;
    user-select: none;
}

.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("../images/picture/contact/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: #2a4371;
    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: #2a4371;
    border-color: #2a4371;
    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: #2a4371;
    border-color: #2a4371
}

.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: #2a4371;
    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
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1650px) {
    .inabout .bgpic {
        max-width: 98%;
    }
    .inabout .wp .numbox {
        margin: 40px 0 0 0;
    }
}

@media screen and (max-width:1440px) {
    .about .wp .aboutcont {
        max-width: 990px;
    }
    .indexcate .wp .list {
        width: 650px;
    }
    .indexcate .wp .list .item {
        padding: 26px 0;
    }
    .inabout .bgpic {
        max-width: 98%;
    }
    .inabout .wp .numbox {
        margin: 20px 0 0 0;
    }
    .inabout .wp .name {
        padding: 85px 0 0 90px;
    }
}

@media screen and (max-width:1366px) {
    .cases .wp .catelist {
        width: 100%;
    }
    .wp .catelist .item span {
        font-size: 18px;
    }
    .catelist {
        width: 100vw;
    }
    .catelist .cate span {
        font-size: 16px;
    }
    .banner .bant {
        bottom: 29%;
        left: 2%;
        transition: all 1.2s;
    }
    header .logobox p {
        font-size: 20px;
    }
    header nav .mainnav li a {
        font-size: 16px;
        padding: 0 10px;
    }
    .inabout .wp .name {
        padding: 49px 0 0 90px;
    }
    .inabout .wp .numbox {
        margin: 43px 0 0 0;
    }
    .inabout {
        min-height: 720px;
    }
    .wp .numbox .item p span {
        font-size: 42px;
    }
    .videodemo .wp .list .item .videobox {
        height: 311px;
    }
    .applicate .wp .catelist {
        width: 98%;
    }
    .applicate .wp .catelist .item {
        padding: 15px 11px;
    }
}

@media screen and (max-width:1280px) {
    .cases .wp .catelist .item span {
        font-size: 18px;
    }
    .wp .catelist {
        width: 100%;
    }
    .procenter .wp .list .item .tbox .name {
        font-size: 16px;
    }
    .inabout .wp .numbox {
        margin: 20px 0 0 0;
    }
    .inabout .wp .name {
        padding: 35px 0 0 90px;
    }
    .wp .titledemo .title {
        font-size: 42px;
    }
    .workshops {
        padding: 30px 0 45px 0;
    }
    .custom .wp .top .wrap .lside .numbox .item p span {
        font-weight: bold;
        font-size: 36px;
    }
    .custom .wp .top .wrap .lside .numbox .item .desc {
        font-size: 16px
    }
    .custom .wp .btm .list .item p {
        font-size: 20px;
    }
    .indexcate .wp .list {
        width: 560px;
    }
    .indexcate .wp .list .item .name {
        font-size: 17px;
    }
    .applicate .wp .catelist .item span {
        font-size: 16px;
    }
    .btm-nav .wp ul li a {
        font-size: 14px;
    }
    .brand .titlebox .title {
        font-size: 36px;
    }
    .brand .titlebox .desc {
        font-size: 34px;
    }
    .brand .titlebox .cont {
        font-size: 20px;
    }
    .applicate .wp .titlebox .titlepic {
        width: 45vw;
    }
}