<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**title**/
:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
    margin-top: 134px;
}

.swiper-bn-list {
    position: absolute;
    width: 100%;
    bottom: 50px !important;
    z-index: 9;
    text-align: center;
}

.swiper-bn-list span {
    background: none;
    width: 12px;
    height: 12px;
    margin: 0px 4px !important;
    opacity: 1;
    border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
    background: #fff;
}

.index1 .swiper-slide {
    width: 100% !important;
}

.index_bn .text {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    transition: all 1s;
}

.index_bn .swiper-slide-active .text {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0.5s;
}


.index_bn .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
    color: #fff;
}

.index_bn .center .title {
    font-size: 46px;
    font-weight: bold;
}

.index_bn .center .subtitle {}

.carousel-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/**pagtitle**/
.pagtitle {
    margin-bottom: 40px;
}

.pagtitle .name {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.pagtitle .name:after {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #ca0309;
    margin: 10px auto 0px;
}


/**pag1**/

.pag1 {
    background: url(../images/syjjbg.jpg) repeat-x bottom;
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}

.pag1 .center {
    max-width: 1300px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
}

.pag1 .center .left {
    width: 50%;
    padding-right: 30px;
}
.pag1 .center .left a.more
{
    color: rgba(185, 3, 8, 1);
}



.pag1 .center .title {
    font-size: 36px;
    color: #333;
    text-align: left;
}

.pag1 .center .title:after {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #ca0309;
    margin: 10px 0px 10px;
}


.pag1 .center .right {
    padding-left: 30px;
}

.pag1 .center .right img {
    max-width: 100%;
}

.pag1 .fgsan {
    margin-top: 5%;
}




/**pag2**/
.pag2 {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 80px 0px 80px;
    background: url(../images/sycpbg.jpg) no-repeat center bottom;
    background-size: 100%;
}

.pag2 .center {
    max-width: 1400px;
    padding: 0px 70px 0px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.pag2 .center a {
    display: block;
    overflow: hidden;
    transition: all 0.5s;
    background: #f6f6f6;
    padding: 10px 10px 20px;
}

.pag2 .center a:hover {
    background-color: rgba(185, 3, 8, 1);
}


.pag2 .center a .text {
    width: 28%;
    background: #0955B1;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
    padding: 45px;
    transform: translateY(-50%);
}

.pag2 .center a .title {
    line-height: 2em;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    color: #333;
    display: block;
    transition: all 0.5s;
    text-align: center;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pag2 .center a:hover .title {
    color: #fff;
}


.pag2 .center a .summary {
    color: #fff;
    display: block;
    margin-top: 30px;
    line-height: 1.8em;
}

.pag2 .center a .more {
    color: #fff;
    margin-top: 30px;
    display: block;
}



.pag2 .center a .ico {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 100%;
    background: #fff;
}

.pag2 .center a .ico img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;
}

.pag2 .center a:hover .ico img {
    transform: translateY(-50%)scale(1.1);
}

#in-products {
    overflow: hidden;
}

.pag2 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    transition: all 0.5s;
}

.pag2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    transition: all 0.5s;
}

.pag2 .swiper-button-next:hover,
.pag2 .swiper-button-prev:hover {
    background: rgba(185, 3, 8, 1);
}


.pag2 .swiper-button-next::after,
.pag2 .swiper-button-prev::after {
    font-size: 18px;
    color: rgba(185, 3, 8, 1);
}

.pag2 .swiper-button-next:hover::after,
.pag2 .swiper-button-prev:hover::after {
    color: #fff;
}
.inprfl
{display: flex;justify-content: center;width: 100%;margin-bottom: 30px;padding: 0px 20px;}
.inprfl a
{
    font-size: 16px;
    padding: 0 20px;
    line-height: 40px;
    background-color: #f4f2f2;
    border-radius: 20px;
    margin: 0px 5px;
    color: #666;
    display: block;
    transition: all 0.5s;
}
.inprfl a:hover
{
    background-color: rgba(185, 3, 8, 1); 
    color:#fff;
}
.pag2 a.more
{
    width: 149px;
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    background-color: #ca0309;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    min-height: inherit;
    display: block;
    margin: 0 auto;
    line-height: 44px;
    font-size: 16px;
    margin-top: 40px;
}
.pag2 a.more:hover
{
    background-color: #ffcb00; 
}


/**pag6**/
.pag6 {
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
}

.pag6 .center {
    max-width: 1300px;
    margin: auto;
    display: flex;
    padding: 0px 20px;
}

.pag6 .left {
    width: 50%;
    padding-right: 20px;
}

.pag6 .left li {
    height: 100%;
}

.pag6 .left a {
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.pag6 .left a .ico {
    overflow: hidden;
    position: relative;
    float: right;
    width: 100%;
    height: 0px;
    padding-top: 65%;
}

.pag6 .left a .ico img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;
}

.pag6 .left a:hover .ico img {
    transform: translateY(-50%)scale(1.1);
}


.pag6 .left a .text {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pag6 .left a .summary {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 15px;
    line-height: 1.8em;
}

.pag6 .right {
    width: 50%;
    padding-left: 20px;
}

.pag6 .right li {
    margin-bottom: 20px;
    background: #f6f6f6;
    transition: all 0.5s;
}

.pag6 .right li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.pag6 .right li:hover {
    background: #ca0309;
}


.pag6 .right a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pag6 .right a .ico {
    overflow: hidden;
    position: relative;
    float: right;
    width: 35%;
    height: 0px;
    padding-top: 19%;
}

.pag6 .right a .ico img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;
}

.pag6 .right a:hover .ico img {
    transform: translateY(-50%)scale(1.1);
}


.pag6 .right a .text {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
}

.pag6 .right a .title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
}

.pag6 .right a:hover .title,
.pag6 .right a:hover .summary {
    color: #fff;
}


.pag6 .right a .summary {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pag6 .right a .time {
    background: #ca0309;
    color: #fff;
    padding: 24px 0px;
    width: 20%;
    text-align: center;
}

.pag6 .right a .time span {
    display: block;
    font-size: 36px;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
}</pre></body></html>