.banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* 首页关于我们 */
.home-about {
    padding: 150px 0;
    background: url(../images/bgabout.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
}

.home-about .aboutbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.home-about .aboutbox .aboutcontent {
    width: 45%;
}

.home-about .aboutbox .aboutcontent .abouttitle h3 {
    font-weight: bold;
    font-size: 38px;
}

.home-about .aboutbox .aboutcontent .abouttext {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
    font-size: 18px;
    text-indent: 2em;
    margin: 3vw 0 4vw 0;
}

.home-about .aboutbox .aboutcontent .aboutbtn a {
    display: block;
    border: 1px solid #285dad;
    color: #285dad;
    width: fit-content;
    padding: 10px 40px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-about .aboutbox .aboutcontent .aboutbtn a span {
    position: relative;
    z-index: 1;
}

.home-about .aboutbox .aboutcontent .aboutbtn a::before {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #285dad;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-about .aboutbox .aboutcontent .aboutbtn a:hover {
    color: #fff;
}

.home-about .aboutbox .aboutcontent .aboutbtn a:hover::before {
    height: 100%;
}

.home-about .aboutbox .aboutimg {
    padding: 0 5%;
    position: relative;
}

.home-about .aboutbox .aboutimg .l2 .img {
    position: relative;
    z-index: 1;
    padding: 10% 0;
}

.home-about .aboutbox .aboutimg .l2 .img img {
    max-width: 100%;
    height: auto;
}

/* 首页产品 */
.home-product {
    background: url(../images/bgproduct.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0;
}

.home-product .protitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-product .protitle h3 {
    font-weight: bold;
    font-size: 38px;
}

.home-product .protitle .probtn {
    display: flex;
    align-items: center;
}

.home-product .protitle .probtn .probtn-left {
    margin-right: 30px;
    cursor: pointer;
}

.home-product .protitle .probtn .probtn-right {
    cursor: pointer;
}

.home-product .prohbox {
    margin: 5vw 0;
}

.home-product .proitem {
    background: #fff;
}

.home-product .proitem .proimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100%;
}

.home-product .proitem .proimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.home-product .proitem:hover .proimg img {
    transform: translate(-50%, -50%) scale(1.1);
}

.home-product .proitem .protxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}

.home-product .proitem .protxt span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-right: 10px;
}

.home-product .proitem .protxt img {
    max-width: 100%;
}

.home-product .productbtn a {
    display: block;
    border: 1px solid #285dad;
    color: #285dad;
    width: fit-content;
    padding: 10px 40px;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .productbtn a span {
    position: relative;
    z-index: 1;
}

.home-product .productbtn a::before {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #285dad;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .productbtn a:hover {
    color: #fff;
}

.home-product .productbtn a:hover::before {
    height: 100%;
}

/* 首页案例 */
.home-case {
    background: #212121;
    padding: 100px 0;
}

.home-case .protitle h3 {
    font-weight: bold;
    color: #fff;
    font-size: 38px;
}

.home-case .casebox {
    display: flex;
    margin-top: 3vw;
}

.home-case .casebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 首页新闻 */
.home-news {
    padding: 150px 0;
}

.home-news .newstop {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1vw;
}

.home-news .newstop .newstitle h3 {
    font-weight: bold;
    color: #333;
    font-size: 38px;
}

.home-news .newsrow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3vw;
}

.home-news .newsrow .newsbox {
    width: 49%;
    background-color: #f4f4f4;
    padding: 20px 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.home-news .newsrow .newsbox .newsboximg {
    overflow: hidden;
    height: 10vw;
    width: 30%;
}

.home-news .newsrow .newsbox .newsboximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.home-news .newsrow .newsbox .newsboxtext {
    width: 65%;
}

.home-news .newsrow .newsbox .newsboxtext .ntitle {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.home-news .newsrow .newsbox .newsboxtext .ndata {
    font-size: 14px;
    margin-bottom: 20px;
}

.home-news .newsrow .newsbox .newsboxtext .ncontent {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-news .newsrow .newsbox .newsboxtext .nmore a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #a7a7a7;
    color: #fff;
    font-size: 14px;
}

.home-news .newsrow .newsbox:hover {
    background-color: #0167cb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.home-news .newsrow .newsbox:hover .newsboximg img {
    transform: scale(1.1);
}

.home-news .newsrow .newsbox:hover .newsboxtext .ntitle,
.home-news .newsrow .newsbox:hover .newsboxtext .ndata,
.home-news .newsrow .newsbox:hover .newsboxtext .ncontent {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.home-news .newsrow .newsbox:hover .newsboxtext .nmore a {
    background-color: #fff;
    color: #0167cb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* 内页 */
.innertext .ind-tit {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    padding-bottom: 20px;
}

.innertext .ind-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #285dad;
    margin-left: -20px;
}

.aboutcontent {
    padding: 80px 0;
}

.aboutcontent .info {
    margin: 30px auto;
    line-height: 2;
    color: #666;
    font-size: 18px;
}

.aboutpic .aboutimg {
    width: 50vw;
    height: 30vw;
    margin: 0 auto;
}

.aboutpic .aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutpic .rightbtn,
.aboutpic .leftbtn {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.aboutpic .rightbtn::after,
.aboutpic .leftbtn::after {
    font-size: 20px;
    color: #fff;
}

.aboutpic .swiper-pagination-bullet {
    background: #fff;
}

.newscontent .info {
    margin-top: 50px;
}

.newscontent .newsitem {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.newscontent .newsitem .lyNyNew_text1 {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_name {
    overflow: hidden;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms {
    margin: 6px auto;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.newscontent .newsitem .lyNyNew_text2 {
    padding: 0 48px 0 25px;
    position: relative;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time {
    color: #aaa;
    font-size: 14px;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 14px 10px 14px 0;
    padding: 0;
    float: left;
    background: url(../images/time_icon2.png) center center no-repeat;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_more {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eee;
    background: url(../images/jt2.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.newscontent .newsitem:hover {
    background-color: #285dad;
    border: 1px dashed #285dad;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.newscontent .newsitem:hover .lyNyNew_text1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_name,
.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_ms p,
.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time {
    color: #fff;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time i {
    background: url(../images/time_icon3.png) center center no-repeat;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_more {
    background: url(../images/jt16.png) center center no-repeat;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.newsdetail h2 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 20px;
}

.newsdetail .share {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e7e7e7 solid;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
}

.newsdetail .share p {
    margin: 0 10px;
    font-size: 14px;
    color: #999;
}

.newsdetail .newsdetailtext {
    margin: 24px 0;
}

.newsdetail .newsdetailtext p {
    line-height: 2;
}

.honorcontent .info {
    margin-top: 50px;
}

.honorcontent .honoritem {
    border: 1px solid #ddd;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.honorcontent .honoritem .honorimg {
    position: relative;
    width: 100%;
    padding: 38% 0;
    overflow: hidden;
    background: #ececec;
}

.honorcontent .honoritem .honorimg img {
    transform: scale(0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.honorcontent .honoritem:hover .honorimg img {
    transform: scale(1.1);
}

.honorcontent .honoritem .honortext {
    transition: 0.6s;
    font-size: 16px;
    color: #5b5c5c;
    margin-top: 2%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zjxycontent .sczs {
    margin-top: 70px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.zjxycontent .sczs h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.zjxycontent .sczs .sczsimg {
    height: 16vw;
    overflow: hidden;
}

.zjxycontent .sczs .sczsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zjxycontent .sczs .sczstxt {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.productcontent {
    display: flex;
    justify-content: space-between;
}

.nyleft {
    width: 20%;
    /* padding-left: 20px;
    padding-top: 20px;
    background: url(../images/nyleftbg1.png) no-repeat top center;
    background-size: 100% auto; */
}

/* .left_menus {
    position: relative;
    padding: 30px 30px;
    background-size: 100% auto;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    background-color: #285dad;
} */

.nyleftList {
    background: #f6f6f6;
    /* padding: 10px;
    padding-bottom: 16px; */
    border-bottom: 3px solid #285dad;
    /* min-height: 300px; */
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.2);
}

.nyleftList>li {
    border-bottom: 1px solid #e5e5e5;
}

.nyleftList>li:last-child {
    border-bottom: 0;
}

.nyleftList>li>p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.nyleftList>li>p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(../images/mulu1.png) center center no-repeat;
    cursor: pointer;
    height: 20px;
}

.nyleftList>li:hover>p span {
    background: url(../images/mulu2.png) center center no-repeat;
}

.nyleftList>li.on>p span {
    background: url(../images/mulu3.png) center center no-repeat;
}

.nyleftList>li>p a {
    color: #333;
    display: block;
    width: 74%;
    margin: 0 0 0 6%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    font-size: 16px;
}

.nyleftList>li:hover,
.nyleftList>li.on {
    background-color: #f35602;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nyleftList>li:hover>p>a,
.nyleftList>li.on>p>a {
    color: #fff;
}

.nyleftList>li .twoul {
    background-color: #efefef;
    display: none;
}

.nyleftList>li .twoul>li {
    position: relative;
}

.nyleftList>li .twoul>li>p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nyleftList>li .twoul>li>p .em1 {
    display: block;
    width: 10%;
    height: 10px;
    background: url(../images/icon2.png) 6% no-repeat;
    background-position: center center;
}

.nyleftList>li .twoul>li>p .em2 {
    display: block;
    width: 10%;
    height: 10px;
}

.nyleftList>li .twoul>li>p>a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #666;
    font-size: 15px;
    border-top: 1px solid #e7e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nyleftList>li .twoul>li.on>p em {
    transform: rotate(90deg);
}

.nyleftList li .twoul>li:hover>p>a,
.nyleftList li .twoul>li.on>p>a {
    color: #f35602;
}

/* .nyleftList li .twoul>li .threeul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
}

.nyleftList li .twoul>li .threeul li {
    width: 300px;
}

.nyleftList li .twoul>li .threeul li h3 {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.nyleftList li .twoul>li .threeul li a {
    display: block;
    color: #7b8a96;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    position: relative;
} */

.nyleftList li .twoul>li .threeul {
    background-color: #e2e2e2;
    display: none;
}

.nyleftList li .twoul>li .threeul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 15px;
    border-top: 1px solid #e7e5e5;
    padding: 0 0 0 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nyleftList li .twoul>li .threeul li:hover a,
.nyleftList li .twoul>li .threeul li.on a {
    color: #f35602;
}

.product-catelog {
    border: 1px solid #dee2e6;
    background: #f6f6f6;
    padding: 1rem;
    margin-bottom: 15px;
    margin-top: 35px;
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.2);
}

.product-catelog h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.product-catelog h2 a {
    color: #274d7c;
}

.product-catelog ul {
    margin: 20px 0 0 0;
    padding: 0
}

.product-catelog ul li {
    border-bottom: 1px solid #dee2e6;
}

.product-catelog ul li a {
    padding: 7px 0;
    display: inline-block;
    color: #888;
}

.product-catelog ul li .con {
    padding: 7px 0;
    color: #888;
    font-size: 15px;
}

.product-catelog ul li .con a {
    padding: 0;
}

.nyright {
    width: 75%;
}

.productitem {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    position: relative;
}

.productitem .proimg {
    height: 15vw;
}

.productitem .proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productitem .txtbox {
    padding: 20px 20px 40px 20px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productitem i {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #f35602;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -22px;
    z-index: 3;
    transform: translateY(20px);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.productitem i img {
    transition: 0.3s ease-out;
    transform: translateX(0px);
    width: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.productitem a::before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #f35602;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #f35602;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem .proimg span::before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #dc1018;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem .proimg span::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #dc1018;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem a:hover::before,
.productitem:hover .proimg span::before {
    height: 100%;
}

.productitem a:hover::after,
.productitem:hover .proimg span::after {
    width: 100%;
}

.productitem:hover i {
    transform: translateY(0);
    opacity: 1;
}

.productitem:hover i img {
    transform: translateX(0px) rotate(180deg);
}

.proview .box_content .proimgdetail {
    padding: 0 20px;
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.proview .box_content .proimgdetail .leftbox {
    width: 46%;
}

.proview .box_content .proimgdetail .leftbox .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.proview .box_content .proimgdetail .leftbox .bigimg {
    width: 100%;
    height: 26.61vw;
    overflow: hidden;
    border: 2px #e1e1e1 solid;
}

.proview .box_content .proimgdetail .leftbox .bigimg img {
    width: 95%;
    object-fit: contain;
    max-height: 95%;
}

.boots {
    position: relative;
    outline: none;
}

.boots .thumbs {
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    height: 5vw;
}

.boots .thumbs .swiper-slide {
    border: 3px #e1e1e1 solid;
}

.boots .thumbs .swiper-slide-thumb-active {
    border: 3px solid #0167cb;
}

.boots .thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boots .swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 9;
    background: #f4f4f4 url(../images/rbt1.png) no-repeat 50%;
    width: 40px;
    height: 5vw;
    border-radius: 0;
}

.boots .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 9;
    background: #f4f4f4 url(../images/lbt1.png) no-repeat 50%;
    width: 40px;
    height: 5vw;
    border-radius: 0;
}

.boots .swiper-button-next::after,
.boots .swiper-button-prev::after {
    content: '';
}

.boots .swiper-button-next:hover {
    background: #0167cb url(../images/rbt2.png) no-repeat 50%;
}

.boots .swiper-button-prev:hover {
    background: #0167cb url(../images/lbt2.png) no-repeat 50%;
}

.proview .box_content .proimgdetail .rightbox {
    width: 50%;
}

.proview .box_content .proimgdetail .rightbox h3 {
    margin-bottom: 2.08vw;
    color: #2D3235;
    font-size: 42px;
    font-weight: bold;
}

.proview .box_content .proimgdetail .rightbox .viewdesc {
    margin-bottom: 3.13vw;
}

.proview .box_content .proimgdetail .rightbox .viewdesc .p1 {
    margin-bottom: 1vw;
}

.proview .box_content .proimgdetail .rightbox .viewdesc .p1,
.proview .box_content .proimgdetail .rightbox .viewdesc .p2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.proview .box_content .proimgdetail .rightbox .viewdesc .p1 .psvg,
.proview .box_content .proimgdetail .rightbox .viewdesc .p2 .psvg {
    color: rgba(27, 36, 43, 1);
}

.proview .box_content .proimgdetail .rightbox .viewdesc .p1 .psvg svg,
.proview .box_content .proimgdetail .rightbox .viewdesc .p2 .psvg svg {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.proview .box_content .proimgdetail .rightbox .viewdesc .p1 .pcate,
.proview .box_content .proimgdetail .rightbox .viewdesc .p2 .pcate {
    line-height: 1.8;
    font-size: 18px;
    color: rgba(27, 36, 43, 1);
    margin-left: 5px;
    font-weight: bold;
}

.proview .box_content .proimgdetail .rightbox .viewdesc .p1 .pcatetext,
.proview .box_content .proimgdetail .rightbox .viewdesc .p2 .pcatetext {
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(153, 153, 153, 1);
    font-weight: bold;
}

.proview .box_content .proimgdetail .rightbox .viewdesc .p2 .pcatetext {
    color: #0064b2;
    font-size: 22px;
    line-height: 1.5;
    margin-left: 10px;
}

.proview .box_content .proimgdetail .rightbox .probtn a {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #0064b2;
    border-radius: 10px;
    border: 1px solid #0064b2;
    transition: all .3s;
}

.proview .box_content .proimgdetail .rightbox .probtn a:hover {
    background: #fff;
    color: #0064b2;
}

.proview .box_content .proimgdetail .rightbox .prosummary {
    color: #333;
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.proview .box_content .viewcontent {
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
    margin: 50px 20px 20px 20px;
}

.proview .box_content .viewcontent p {
    line-height: 2;
    font-size: 14px;
}

.proview .box_content .viewcontent img {
    max-width: 100%;
    height: auto;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

.probox {
    background: #f7f7f7;
}

.probox .proinfo {
    display: flex;
    padding: 1.5rem;
}

.probox .proinfo .proinfoimg {
    width: 43%;
    overflow: hidden;
}

.probox .proinfo .proinfoimg img {
    max-width: 100%;
    height: auto;
}

.probox .proinfo .protxt {
    padding-top: .5rem;
    width: calc(100% - 43% - 2.5rem);
    margin-left: 2.25rem;
}

.probox .proinfo .protxt .tit3 {
    color: #555;
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.probox .proinfo .protxt .p2 {
    margin-bottom: 1.25rem;
}

.probox .proinfo .protxt .p2 .tipli {
    padding-left: 35px;
    margin-bottom: 10px;
    background: url(../images/proicon1.png) no-repeat left 5px;
    background-size: 18px 18px;
    min-height: 24px;
    line-height: 26px;
}

.probox .proinfo .f-nobtn {
    display: flex;
}

.probox .proinfo .f-nobtn a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    background: #285dad;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prodetail {
    padding-bottom: 2rem;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.prodetail .title,
.hotpro .title {
    height: 60px;
    line-height: 58px;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 20px;
}

.prodetail .title span,
.hotpro .title span {
    float: left;
    font-size: 24px;
    line-height: 58px;
    font-weight: bold;
    color: #285dad;
    border-bottom: solid 2px #285dad;
}

.prodetail .itemlibox {
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
}

.prodetail .itemlibox table tr td {
    padding: 0 15px;
}

.hotpro .hotitem {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.hotpro .hotitem .hotimg {
    height: 13vw;
}

.hotpro .hotitem .hotimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotpro .hotitem .hottxt {
    text-align: center;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px 10px;
}

.hotpro .hotitem .protbox {
    position: relative;
}

.hotpro .hotitem .protbox .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.hotpro .hotitem .protbox .showBox .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.hotpro .hotitem .protbox .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.hotpro .hotitem .protbox .showBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.hotpro .hotitem:hover .protbox .showBox {
    opacity: 1;
}

.hotpro .hotitem:hover .protbox .showBox .showBoxLink::before,
.hotpro .hotitem:hover .protbox .showBox .showBoxLink::after {
    width: 1rem;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

.contactcontent .info h3 {
    margin: 50px 0 20px 0;
}

.contactcontent .info p {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.contactcontent .info a {
    color: #333;
}

.search h2 {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.search h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #285dad;
    margin-left: -20px;
}

.search .txtbox {
    padding: 20px;
}