<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
ul,li{list-style:none}
.proNav {
    background: #fff;
    padding: 34px 0;
}

.proNav ul li {
    float: left;
    width: 11.1%;
    margin-bottom: 25px;
}

.proNav ul li a {
    display: block;
    text-align: center;
}

.proNav ul li img {
    width: 50px;
    height: 50px;
}

.proNav ul li p {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    color: #000;
    overflow: hidden;
    margin-top: 18px;
}

.proNav ul li.active p,.proNav ul li:hover p {
    color: #d71618;
}

.proContent {
    background: #f7f7f7;
    padding: 48px 0;
}

.proName {
    text-align: center;
    margin-bottom: 55px;
}

.proName h3 {
    font-size: 36px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
}

.proName p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 655px;
    margin: 0 auto;
}

.product-list {
    padding: 0 65px;
}

/*.product-list li{float: left;width: 32.4%;margin-right: 1.4%;margin-bottom: 15px;background: #fff;}*/
.product-list li {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    background: #fff;
}

.product-list li:nth-child(3n) {
    margin-right: 1;
}

.product-list li a {
    display: block;
    position: relative;
}

.product-list li .img {
    width: 100%;
	height:227px;
    overflow: hidden;
	justify-content:center;
	align-items:center;
	display:flex;
	text-align:center;
}

.product-list li .img img {
    max-width: 100%;
	max-height:100%;
}

/*.product-list li .con{position: absolute;left: 0;top:0;width: 100%;}*/
.product-list li .con {
    left: 0;
    top: 0;
    width: 100%;
}

.product-list li .mes {
    padding: 12px 32px;
    height: 117px;
}

.product-list li .mes h3 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

.product-list li .mes p {
    font-size: 12px;
    line-height: 22px;
}

.product-list li .mes h3 {
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list li .mes p {
    color: #4c4c4c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-list li .mes span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #d71618;
    margin-top: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    ;transition: all 0.4s linear;
}

.product-list li .mes span img {
    display: inline-block;
    width: 16px;
    margin-left: 20px;
}

.product-list li:hover .mes span {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.product-list li:hover .mes h3,.product-list li:hover .mes p {
    color: #d71618;
}

/*äº§å“è¯¦æƒ…*/
.proDetail {
    background-image: url("../images/prodetail_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 36px;
}

.proDetail .proBox {
    padding: 0 45px;
    width: 65%;
    margin: 0 auto;
}

.proDetail .product-title {
    font-size: 36px;
    line-height: 56px;
    color: #505050;
    text-align: center;
    margin-bottom: 30px;
}

.proDetail .sec-tit {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    padding: 30px 0;
    text-align: center;
}

.proDetail .system-des {
    padding: 0 30px;
    margin-bottom: 40px;
}

.proDetail .system-des {
    font-size: 18px;
    line-height: 30px;
    color: #4f4f4f;
    text-align: left;
}

.proDetail .system-comp {
    width: 974px;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 0 21px rgba(0,0,0,0.07);
    margin: 0 auto 35px;
    text-align: center;
}

.proDetail .system-comp img {
    max-width: 92%;
}

.proDetail .functions {
    padding-bottom: 40px;
}

.proDetail .functions li {
    float: left;
    width: 32.6%;
    height: 285px;
    margin-right: 1.1%;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
}

.proDetail .functions li:nth-child(3n) {
    margin-right: 0;
}

.proDetail .functions li .con {
    padding: 60px 45px 0 45px;
    text-align: center;
    color: #262626;
}

.proDetail .functions li img {
    height: 56px;
}

.proDetail .functions li h3 {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    font-weight: bold;
    margin-top: 44px;
}

.proDetail .functions li p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    max-height: 60px;
    overflow: hidden;
}

.proDetail .pro-recom {
    background: #f7f7f7;
    padding-bottom: 65px;
}
</pre></body></html>