<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --html-fontSize: 16px;
    /* 姝ｆ枃瀛椾綋澶у皬 */
    --dh-height: 80px;
    /* 缃戦〉瀵艰埅楂樺害 */
    --dh-size: 16px;
    /* 缃戦〉瀵艰埅瀛椾綋澶у皬 */
    --spT-height: 90px;
    /* 鏍囬涓婇棿闅� */
    --spTb-height: 45px;
    /* 鏍囬鍚戜笅闂撮殧 */
    --mt-fontSize: 36px;
    /* 涓绘爣棰樻枃瀛楀ぇ灏� */
}

@media (max-width: 1430px) {
    :root {
        --html-fontSize: 12px;
        --dh-height: 60px;
        --dh-size: 14px;
        --spT-height: 65px;
        --spTb-height: 32px;
        --mt-fontSize: 28px;
    }
}

html {
    font-size: var(--html-fontSize);
    min-width: 1200px;
    max-width: 1920px;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #666;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

body::-webkit-scrollbar-track {
    background: #f6f6f6;
}

body::-webkit-scrollbar-thumb {
    background: #aaa;
}

body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

body::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

body::-webkit-scrollbar-track {
    background: #f6f6f6;
}

body::-webkit-scrollbar-thumb {
    background: #aaa;
}

body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

body::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}

img {
    border: 0;
}
.box1200{
    width: 1200px;
    margin: 0 auto;
}
.box800{
    width: 800px;
    margin: 0 auto;
}
.bgc{
    background: #f2f2f2;
}
.bgc02{
    background: #fff;
}
.spTop {
    height: var(--dh-height);
}
.spTitle{
    height: var(--spT-height);
}
.spBody{
    padding: 0 7%;
}
.webTitle{
    margin: 0;
    padding: 0;
    padding-bottom: var(--spTb-height);
    color: #333;
    font-size: var(--mt-fontSize);
    text-align: center;
    text-transform: uppercase;
}
.webTitle span{
    display: block;
    font-size: var(--html-fontSize);
    color: #888;
    font-weight: normal;
    padding-top: 5px;
    text-transform: lowercase;
}
.detailTitle{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
    text-align: center;
    border-bottom: 4px solid #666;
    padding-bottom: 25px;
}
.detailTitle span{
    font-size: 12px;
    display: block;
    padding-top: 8px;
    color: #888;
}
.resetDiv ul,
.resetDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zwnr {
    line-height: 180%;
}

.zwnr img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.zwnr ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-bottom: 0;
}

.zwnr li {
    list-style: disc;
    list-style-position: outside;
}

.zwnr a {
    cursor: pointer;
}
.linkMore{
    margin: var(--spTb-height) 0;
    text-align: center;  
}
.linkMore a{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #666;
    background: #fff;
    padding: 10px 26px;
}
.linkMore a:hover{
    border-color: #666;
    background: #666;
    color: #fff;
}
@media (max-width: 1430px){
    .linkMore a{
      padding: 8px 20px;  
    }
}
.casenpbtn{
    padding-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.casenpbtn a{
    display: block;
    border-radius: 5px;
    border: 1px solid #666;
    background: #fff;
    padding: 10px 26px;
    margin: 0 6px;
}
.casenpbtn a:hover{
    border-color: #666;
    background: #666;
    color: #fff;
}
@media (max-width: 1430px){
    .casenpbtn a{
      padding: 8px 20px;  
    }
}
.webHeader {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    height: var(--dh-height);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    z-index: 999;
}

.webHeader .webHeaderLogo {
    display: block;
    height: 62%;
}

.webHeader .webHeaderLogo img {
    display: block;
    height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navlist .nLi {
    float: left;
    position: relative;
    display: inline;
}

.navlist .nLi h3 {
    margin: 0 12px;
    padding: 0;
    font-weight: normal;
    height: var(--dh-height);
    line-height: var(--dh-height);
}

.navlist .nLi h3 a {
    display: block;
    color: #666;
    font-size: var(--dh-size);
}

.navlist .sub {
    display: none;
    position: absolute;
    top: var(--dh-height);
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -10px;
}

.navlist .sub i {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
}

.navlist .sub div {
    background-color: #000;
    padding: 20px 5px;
    border-radius: 0 0 8px 8px;
}

.navlist .sub a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 5px;
    font-size: var(--dh-size);
}

.navlist .sub a:hover {
    color: #fff;
}

.navlist .on h3 a {
    color: #000;
}

.navlist .webLan {
    float: left;
    height: var(--dh-height);
    font-size: var(--dh-size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navlist .webLan a {
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navlist .webLan img {
    display: block;
    height: 16px;
    margin-right: 2px;
}

.webFooter{
    border-top: 6px solid #9a0004;
    background: #333 url(../imgs/footerbg.jpg) 50% no-repeat;
    background-size: cover;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.webFooter &gt; img{
    width: 165px;
    margin-top: 45px;
}
.webFooter &gt; span{
    display: block;
    margin-top: 10px;
    font-size: 12px;
}
.webFooter .btnInfo{
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.webFooter .btnInfo a, .webFooter .btnInfo span{
    margin: 0 10px;
    color: #999;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;    
}
.webFooter .btnInfo span:hover{
    color: #fff;
}
.webFooter .btnInfo a:hover{
    color: #ff0000;
}
.webFooter .btnInfo i{
    display: block;
    font-size: 23px;
    margin-right: 5px;
}
.webFooter .btnDH &gt; span{
    display: inline-block;
    padding: 0 5px;
}

.nydhbox{
    padding-bottom: 35px;
    background: #333 url(../imgs/footerbg.jpg) 50% no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.locTitle{
    margin: 0;
    padding: 0;    
    color: #fff;
    font-size: var(--mt-fontSize);
    text-align: center;
    text-transform: uppercase;
}
.webLoc{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.webLoc a{
    color: #fff;
}
.webLoc a:hover{
    color: #ff0000;
}
.webLoc span{
    display: inline-block;
    padding: 0 5px;
}
.nydhlink{
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;   
}
.nydhlink a{
    display: block;
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin: 0 5px;
}
.nydhlink a:hover{
    color: #ff0000;
    border-color: #ff0000;
}
.nydhlink .on,.nydhlink .on:hover{
    color: #333;
    border: none;
    background: #fff;
}
.nyban img{
    display: block;
    width: 100%;
    height: auto;
}

.cbp-bislideshow{
    background: #666 url(../imgs/loader.gif) 50% no-repeat;
}
.cbp-bislideshow a{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.cbp-bislideshow a:hover{
    color: #fff;
}
.cbp-bislideshow a h2{
    margin:0;
    padding: 0;
    margin-top: 20px;
    max-width: 80%;
    text-align: center;
    text-transform: uppercase;
    background: rgba(181, 149, 99, 0.5);
    font-size: 60px;
}
.cbp-bislideshow a h1{
    margin:0;
    padding: 0;
    max-width: 80%;
    text-align: center;
    background: rgba(181, 149, 99, 0.5);
    font-size: 36px;
}
@media (max-width: 1430px) {
    .cbp-bislideshow a h2{
        font-size: 50px;
    }
    .cbp-bislideshow a h1{
        font-size: 28px;
    }
}
.tsIc{
    width: 64px;
    height: 84px;
    position:absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -32px;
    background: rgba(0,0,0,0.2) url(../imgs/ic_sb.png) 50% no-repeat;
    border-radius: 10px;
    }
.webAboutBox{
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}
.webAboutBox &gt; img{
    display: block;
    width: 34%;
    height: auto;
    -ms-flex-negative: 0;flex-shrink: 0;
}
.contact_map{
    width: 34%;
    height: 50vh;
    background: #666;
    -ms-flex-negative: 0;flex-shrink: 0;
}
.webAboutBox &gt; .webAboutIntro{
    padding-left: 3%;
}
.webAboutBox .webTitle{
    text-align: left;
    margin-top: var(--html-fontSize);
}
.webAboutBox &gt; .webAboutIntro .zwnr &gt; p:first-child{
    margin-top: 0;
    padding-top: 0;
}
.webAboutBox .linkMore{
    text-align: left;
}
.webAboutIC{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: var(--html-fontSize);
    -moz-column-gap: var(--html-fontSize);
            column-gap: var(--html-fontSize);
}
.webAboutIC a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    border: 1px solid #666;
    padding: 15px 15px;
    border-radius: 10px;
    background: #fff;
}
.webAboutIC a:hover{
    color: #333;
    border-color: #fff;
    box-shadow: 0 0 var(--html-fontSize) rgba(0, 0, 0, 0.3);
}
.webAboutIC i{
    font-size: 80px;
}
.webAboutIC span{
    padding-top: 10px;
}
#webYWFW {
    position: relative;    
    margin: 0 auto;
    width: 1200px;
}
@media (max-width: 1430px) {
    #webYWFW {
        width: 100%;
    }
}

#webYWFW .swiper-container {
    padding-bottom: 3.75rem;
}

#webYWFW  .swiper-slide {
    width: 520px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#webYWFW  .swiper-slide:hover{
    cursor: move;
}
#webYWFW  .swiper-slide img{
    display:block;
    width: 100%;
    height: auto;
}
#webYWFW  .swiper-slide p {
    font-size: 16px;
    margin: 0;
    padding: 25px 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

#webYWFW .swiper-pagination {
    width: 100%;
    bottom: 0px;
}

#webYWFW .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #000;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#webYWFW .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #ff4904;
    background-color: #fff;
}

#webYWFW .swiper-button-prev {
    left: -65px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #666;
    line-height: 45px;
    font-size: 40px;
    background: none;
    -webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);
}

#webYWFW .swiper-button-prev:hover {
    color: #000
}

#webYWFW .swiper-button-next {
    right: -65px;
    width: 45px;
    height: 45px;
    background: none;
    text-align: center;
    color: #666;
    line-height: 45px;
    font-size: 40px;
}
#webYWFW .swiper-button-next:hover {
    color: #000
}
.homePclass{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.homePclass a{
    display: block;
    width: 46%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.homePclass a img{
    display: block;
    width: 100%;
    height: auto;
}
.homePclass a span{
    display: block;
    position: absolute;
    bottom: 16px;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    z-index: 3;
}
.homePclass a:hover{
    color: #666;
}
.homePclass .mask{
    position:absolute;
    left:0;
    top:0;
    background-color:#000;
    width:100%;
    height:100%;
    display:none;
    z-index: 1;
}
.homePclass .ic_zoom{
    position:absolute;
    left:0;
    top:0;
    background:url(../imgs/ic_zoom.png) 50% no-repeat;
    width:100%;
    height:100%;
    display:none;
    z-index: 2;
}
.homePclass img {
    display: block;
    width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.homePclass a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.caseListBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.caseListBox &gt; a{
    width: 30%;
    margin-left: 2.5%;
    color: #666;
}
.caseListBox &gt; a:hover{
    color: #333;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.caseListBox &gt; a span{
    display: block;
    padding: 16px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.caseListBox &gt; a:hover span{
    padding: 16px 5px;
}
.caseListBox img{
    display: block;
    width: 100%;
}
.caseListBox i{
    display: block;
    position: relative;
    overflow: hidden;
}
.caseListBox .mask{
    position:absolute;
    left:0;
    top:0;
    background-color:#000;
    width:100%;
    height:100%;
    display:none;
    z-index: 1;
}
.caseListBox .ic_zoom{
    position:absolute;
    left:0;
    top:0;
    background:url(../imgs/ic_zoom.png) 50% no-repeat;
    width:100%;
    height:100%;
    display:none;
    z-index: 2;
}
.floatkf{
    position: fixed;
    right: 0px;
    bottom: 50px;
    width: 45px;
    color: #fff;
    z-index: 999999;
}
.floatkf &gt; div{
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.floatkf a{
    width: 190px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.floatkf span{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;    
    font-size: 26px;
}
.floatkf &gt; div:hover a{
    cursor: pointer;
    background: #ff0000;
    color: #fff;
}
.floatkf &gt; div:hover a[class]{
    -webkit-transform: translateX(-145px);-ms-transform: translateX(-145px);transform: translateX(-145px);
}
.floatkf i{
    padding: 9px;
    background-color: #333;
    position: absolute;
    right: 80px;
    bottom: -45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.floatkf i img{
    display: block;
    width: 90px;
    height: 90px;
}
.floatkf div:hover i{
    right: 48px;
    opacity: 1;
    visibility: visible;
}
.whBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
            column-gap: 20px;
}
.whBox &gt; div{
    width: 280px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box; 
    padding: 20px 0;
}
.whBox img{
    display: block;
    width: 80%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #f2f2f2;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.whBox h2{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    padding: 15px 10px;
    text-align: center;
    font-size: var(--dh-size);
    color: #333;
}
.whBox span{
    display: block;
    font-weight: normal;
    color: #666;
    padding-top: 5px;
}
.whBox &gt; div:hover img{
    border-radius: 10px;
}
.branddiv{
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
}
.branddiv &gt; h2{
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    font-size: var(--dh-size);
    margin: 0;
    padding: 0;
    height: 46px;
    line-height: 46px;    
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    background: #fff;
    text-align: center;
}
.brandBox{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 60px 20px 20px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}

.brandBox &gt; .brandleft{
    width: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.brandleft &gt; div{
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
}
.brandleft &gt; div img{
    display: block;
    width: 100%;
    border-radius: 15px;
}
.brandBox &gt; .brandright{
    width: 39%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.brandright &gt; div{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 15px;
}
.brandright &gt; div img{
    display: block;
    width: 48%;
    border-radius: 8px;
}

.newlist {
    padding-bottom: 20px;
}

.newlist li {
    margin-bottom: 25px;
    overflow: hidden;
}

.newlist li .newsPic {
    float: left;
    width: 385px;
    height: 276px;
    margin-right: 25px;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newlist li .newsPic a {
    display: block;
    position: relative;
    overflow: hidden;
}

.newlist li .newsPic a img {
    display: block;
    width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.newlist li .newsPic a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.newlist li .newsPic a .mask {
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.newlist li .newsPic a .ic_zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../imgs/ic_zoom.png) no-repeat 50%;
    display: none;
}

.newlist li .newsZW {
    float: left;
    display: block;
    width: 100%;
    color: #666;
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 25px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.newlist li .picYes {
    width: 790px;
    height: 276px;
}

.newlist li .newsZW&gt;h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: var(--dh-size);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.newlist li .newsZW&gt;h3{
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newlist li .newsZW:hover &gt;h3{
    color: #ff0000;
}

.newlist li .newsZW&gt;.newsIntro {
    line-height: 160%;
}

.newlist li .newsZW&gt;.newsUpdate {
    color: #888;
    padding-top: 10px;
    font-size: 12px;
}
.nppage {
    padding-top: 50px;
}

.nppage&gt;a {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #666;
    border-radius: 3px;
    height: 45px;
    color: #666;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nppage&gt;a span {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    background-color: #666;
    color: #fff;
    margin-right: 15px;
    -ms-flex-negative: 0;flex-shrink: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.nppage&gt;a div{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nppage&gt;a:hover {
    border-color: #c40d23;
}

.nppage&gt;a:hover span {
    background-color: #c40d23;
}

.scott {
    height: 30px;
    text-align: right;
    padding-bottom: 50px;
    padding-top: 50px;
}

.scott a,
.scott span {
    display: inline-block;
    font-size: var(--html-fontSize);
}

.scott a {
    border: #cccccc 1px solid;
    padding: 2px 10px;
    margin-left: 4px;
    height: 26px;
    line-height: 26px;
    color: #888;
}

.scott a:hover {
    border: #c40d23 1px solid;
    background-color: #c40d23;
    color: #fff;
}

.scott span.current {
    border: #c40d23 1px solid;
    padding: 2px 10px;
    margin-left: 4px;
    height: 26px;
    line-height: 26px;
    background-color: #c40d23;
    ;
    color: #fff;
}

.scott span.disabled {
    border: #cccccc 1px solid;
    padding: 2px 10px;
    margin-left: 4px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    color: #999999;
}

.pclass{
    padding: 45px 0;
}
.pclass &gt; h2{
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    color: #333;
    font-size: 20px;
}
.pclass &gt; div{
    display: flex;
    column-gap: 5px;
}
.pclass a{
    display: block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pclass a:hover, .pclass .on{
    background: #666;
    color: #fff;
    border-color: #666;
}
.pslist{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 7px;
}
.pslist a{
    display: block;
    width: 293px;
    color: #666;
}
.pslist img{
    display: block;
    width: 100%;
    height: auto;
}
.pslist span{
    display: block;
    padding: 15px 5px;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.pslist a:hover span{
    background: #666;
    color: #fff;
}
</pre></body></html>