<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

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

b{word-break: break-all;}



.wz_list_img{width:100%;height:auto;}
.wz_list_img li{float:left;width:25%;padding:0 25px;}
.wz_list_img li .a_dia{margin:0 0 30px 0;background:#f8f8f8;padding:30px 25px 25px;}
.wz_list_img li:hover .a_dia{background:#94070a;}
.wz_list_img li .a_dia .hshsi{display:block;}
.wz_list_img li a{display:block;text-align:center;font-size:20px;}
.wz_list_img li a p{display:block;width:90px;height:80px;margin:0 auto;}
.wz_list_img li a .list1{background:url("../images/pic/lisi_h1.png") no-repeat center top;}
.wz_list_img li:hover a .list1{background:url("../images/pic/lisi_b1.png") no-repeat center top;}
.wz_list_img li a .list2{background:url("../images/pic/lisi_h2.png") no-repeat center top;}
.wz_list_img li:hover a .list2{background:url("../images/pic/lisi_b2.png") no-repeat center top;}
.wz_list_img li a .list3{background:url("../images/pic/lisi_h3.png") no-repeat center top;}
.wz_list_img li:hover a .list3{background:url("../images/pic/lisi_b3.png") no-repeat center top;}
.wz_list_img li a .list4{background:url("../images/pic/lisi_h4.png") no-repeat center top;}
.wz_list_img li:hover a .list4{background:url("../images/pic/lisi_b4.png") no-repeat center top;}
.wz_list_img li a .list5{background:url("../images/pic/lisi_h5.png") no-repeat center top;}
.wz_list_img li:hover a .list5{background:url("../images/pic/lisi_b5.png") no-repeat center top;}
.wz_list_img li a .list6{background:url("../images/pic/lisi_h6.png") no-repeat center top;}
.wz_list_img li:hover a .list6{background:url("../images/pic/lisi_b6.png") no-repeat center top;}
.wz_list_img li a .list7{background:url("../images/pic/lisi_h7.png") no-repeat center top;}
.wz_list_img li:hover a .list7{background:url("../images/pic/lisi_b7.png") no-repeat center top;}
.wz_list_img li a .list8{background:url("../images/pic/lisi_h8.png") no-repeat center top;}
.wz_list_img li:hover a .list8{background:url("../images/pic/lisi_b8.png") no-repeat center top;}
.wz_list_img li:hover a{color:#fff;font-weight:bold;}








@media screen and(min-width:1024px) {

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

::-webkit-scrollbar-track {
width: 3px;
background: #666;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}

::-webkit-scrollbar-thumb {
background-color: #ef9e12;
background-clip: padding-box;
min-height: 28px;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
background-color: #ef9e12
}
}

html,
body {
color: #333;
font-size: 16px;

font-family: 'Noto Serif SC';
max-width: 1920px;
margin-left: auto !important;
margin-right: auto !important;
text-align: left;
}

html {

}

li {
list-style: none;
}

a {
text-decoration: none;
color: #333;
}

img,
input {
border: 0;
outline: none;
}

.icon img {
transition: all 0.3s;
}

a:hover .icon img {
animation: icon-yh 0.6s linear;
}



.icon2 img {}

a:hover .icon2 img {
animation: jello 1s linear;
}

@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
-moz-transform: none;
transform: none;
}

22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg)
}

33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
-moz-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg)
}

44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg)
}

55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg)
}

66.6% {
-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}

77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg)
}

88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}

@keyframes icon-yh {
0% {
transform: rotateZ(0);
}

10% {
transform: rotateZ(10deg);
}

20% {
transform: rotateZ(0);
}

30% {
transform: rotateZ(-10deg);
}

40% {
transform: rotateZ(0);
}

50% {
transform: rotateZ(10deg);
}

60% {
transform: rotateZ(0);
}

70% {
transform: rotateZ(-10deg);
}

80% {
transform: rotateZ(0);
}

90% {
transform: rotateZ(10deg);
}

100% {
transform: rotateZ(0);
}
}

.titline i {
display: inline;
font-style: normal;
position: relative;
background-image: linear-gradient(#94070a, #94070a);
background-position: 0 100%;
background-size: 0 1px;
background-repeat: no-repeat;
transition: background-size .5s;
}
.titline:hover i {
  font-weight:bold;
}

a:hover .titline {
color: #94070a;
}


.wap {
display: none;
}

.top&gt;img.wap {
display: none;
}

body .clear {
clear: both;
height: 0 !important;
width: 0 !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
float: none !important;
}

.px1600 {
max-width: 1600px;
margin: 0 auto;
}

.px1400 {
max-width: 1400px;
margin: 0 auto;
}

.px1300_1 {
max-width: 1300px;
margin: 0 auto;
}


.t-search-zzc {
position: fixed;
z-index: 99998;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, .6);
}

.t-search {
padding: 0 0 10px 0;
display: none;
display: block;
position: fixed;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 99999;
}

.t-search&gt;div {
min-width: 500px;
margin: 0 auto;
position: relative;
padding-right: 50px;
padding: 5px 0;
background: #fff;
}

.t-search&gt;div input[type="text"] {
display: block;
width: 100%;
padding: 0 70px 0 20px;
font-size: 16px;
height: 30px;
box-sizing: border-box;
}

.search-btn {
position: absolute;
right: 0;
top: 0;
height: 40px;
width: 40px;
background: #9a080b;
}

.search-btn input {
display: block;
width: 20px;
margin: 10px auto;
}

.search-box {
overflow: hidden;
}

.search-box&gt;div {
float: right;
padding-left: 9px;
}

.search-box input[type="text"] {
width: 149px;
padding: 0 10px 0 0;
line-height: 30px;
height: 30px;
background: none;
color: #fff;
vertical-align: middle;
transition: all 0.3s;
font-size: 14px;
}

.search-box input[type="text"]::placeholder {
color: #aaaaaa;
}

.search-box input.p-submit {
width: 30px;
color: #aaaaaa;
height: 30px;
font-size: 14px;
vertical-align: middle;
background: no-repeat;
background-position: center center;
cursor: pointer;
font-size: 0;
}

.search-box img {
display: block;
cursor: pointer;
}


.b-top {
line-height: 40px;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
display: none;
}



.b-top-l {
float: left;
font-size: 14px;
color: #fff;
color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
overflow: hidden;
padding-top:15px;
}

.b-top-r&gt;ul {
float: right;
overflow: hidden;
}

.b-top-r&gt;ul&gt;li {
float: left;

}

.b-top-r&gt;ul&gt;li:nth-child(1) {
margin-left: 0;
}

.b-top-r&gt;ul&gt;li a {
font-size: 14px;
display: block;
line-height:30px;
color: #cfcfcf;
position: relative;
padding-left: 23px;
margin-left: 23px;
}


.b-top-r&gt;ul&gt;li a::after {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 12px;
background: rgba(255, 255, 255, 0.6);
}

.b-top-r&gt;ul&gt;li:first-child a::after {
content: none;
}

.b-top-r&gt;ul&gt;li a img {
display: block;
}

.b-top-r&gt;ul&gt;li a span {
display: block;
vertical-align: middle;
position: relative;
}

.b-top-r&gt;ul&gt;li a span::before {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 2px;
background: #fff;
transition: all 0.3s;
top: 5px;
}

.b-top-r&gt;ul&gt;li a span:hover::before {
width: 100%;
}

.search-switch {
cursor: pointer;
}

.b-top-r&gt;ul&gt;li a:hover {
color: #fff;
}

.b-t-search {
float: left;
}

.b-t-search&gt;div {
position: relative;
border: 1px solid #595959;
height: 25px;
line-height: 25px;
margin-top: 10px;
padding: 0 10px;
font-size: 0;
background: #373535;
}

.b-t-search&gt;div .search-text {
border: none;
outline: none;
line-height: 25px;
height: 25px;
width: 125px;
vertical-align: middle;
background: none;
color: #fff;
}

.b-t-search&gt;div .search-btn {
width: 25px;
height: 25px;
background: url(../images/search.png) no-repeat;
background-position: center center;
border: none;
outline: none;
vertical-align: middle;
}

.head {
z-index: 999;
position: fixed;
left: 0;
right: 0;
top: 0;
transition: all 0.5s;
padding: 0 0 15px 0;
}

.head:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
bottom: 0;
background: url(../images/head-zzc1.png) repeat-x;
background-position: center bottom;
transition: all 0.5s;
z-index: -2;
pointer-events: none;
}


.head_wit {
background: #94070a;
box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.head_wit.head:before {
transform: translateY(-200%);
}

.head_wit .nav&gt;ul&gt;li&gt;a {
color: #fff;
}


.head-top {
position: relative;
margin-top: 0px;
}

.logo {
float: left;
}

.logo a {
display: block;
font-size: 0;
}

.logo a img {
vertical-align: middle;
display: none;
margin-top:-18px;
}

.logo a img:nth-child(1) {
display: inline-block;
}

.nav {
float: right;
position: relative;
margin-top: 23px;
}

.nav&gt;ul {
float: left;
}

.nav&gt;ul&gt;li {
float: left;
margin: 0 0 0 50px;
position: relative;
}

.nav&gt;ul&gt;li:first-child {
border-left: none;
padding-left: 0;
margin-left: 0;
}

.nav&gt;ul&gt;li&gt;a {
display: block;
font-size: 18px;
color: #fff;
text-align: center;
line-height: 24px;
position: relative;
font-weight: bold;
}

.nav&gt;ul&gt;li.active&gt;a::after {
content: "";
position: absolute;
left: 50%;
margin-left: -10px;
bottom: -20px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fefeff;
}

.head_wit .nav&gt;ul&gt;li.active&gt;a::after {
border-bottom: 10px solid #94070a;
}

.head_wit .nav&gt;ul&gt;li:active&gt;a::after {
border-bottom: 10px solid #94070a;
}

.nav&gt;ul&gt;li.active&gt;a::after {
content: "";






}

.nav&gt;ul&gt;li:hover&gt;a {}

.nav&gt;ul&gt;li:hover&gt;a::after {
content: "";
position: absolute;
left: 50%;
margin-left: -10px;
bottom: -20px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fefeff;
}

.nav&gt;ul&gt;li:hover&gt;div {
display: block;
transform: scale(1);
}

.nav&gt;ul&gt;li&gt;div {
position: absolute;
top: 100%;
width: 181px;
z-index: 9999;
padding: 35px 20px 15px 25px;
line-height: normal;
transform: scaleY(0);
transition: all 0.3s;
transform-origin: center 20px;
}

.nav&gt;ul&gt;li&gt;div::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 20px;
bottom: 0;
background: rgba(255, 255, 255, 0.9);
z-index: 8;
box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.nav&gt;ul&gt;li&gt;div&gt;ul {
overflow: hidden;
position: relative;
z-index: 9;
}

.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li {}

.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li a {
display: block;
font-size: 14px;
color: #333333;
line-height: 36px;
white-space: nowrap;
}

.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li a:hover {
color: #94070a;
padding-left: 10px;
position: relative;
}

.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li a:hover::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: 4px;
background: #94070a;
}

.nav-pic {
float: left;
overflow: hidden;
width: 140px;
margin-right: 40px;
}

.nav-pic img {
display: block;
width: 100%;
}

.nav-use {
float: right;
overflow: hidden;
font-size: 0;
line-height: 24px;
margin-left: 50px;
}

.nav-use div {
display: inline-block;
vertical-align: middle;
position: relative;
}


.nav-use div:nth-child(1) {
padding-right: 10px;
margin-right: 10px;
}

.nav-use div:nth-child(1)::after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 2px;
height: 18px;
background: rgba(255, 255, 255, 0.5);
}

.nav-use div a {
display: block;
font-size: 0;
color: #ffffff;
}

.nav-use div a img {
display: inline-block;
vertical-align: middle;
display: none;
}

.nav-use div a img:nth-child(1) {
display: inline-block;
}

.nav-use div a span {
display: block;
font-size: 20px;
}

.top {
max-width: 1920px;
margin: 0 auto;
position: fixed;
right: 10px;
top: 18px;
width: 25px;
height: 25px;
z-index: 9999;
}

.top&gt;img {
display: block;
width: 100%;
}

.wap-menu {
position: absolute;
top: 0;
right: 0;
z-index: 99999;
font-size: 0;
}

.wap-menu img {
height: 25px;
}

.close-menu {
display: none;
position: absolute;
right: 0;
top: 0;
}



.banner {
width: 100%;
position: relative;
}

.banner a {
display: block;
}

.banner&gt;img {
display: block;
width: 100%;
}

.banner .slick {
position: relative;
z-index: 9;
}

.banner .slick-slide a {
display: block;
position: relative;
}

.banner .slick-slide a img {
display: block;
width: 100%;
position: relative;
z-index: 7;
transition: all 8s;
transform: scale(1.1);
}

.banner .slick-slide.slick-current a img {
animation: img_scale ease 5s infinite;
}

@keyframes img_scale {
0% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}

}

.banner .slick-slide a p {
position: absolute;
width: 100%;
left: 50%;
max-width: 1300px;
transform: translateX(-50%);
font-size: 30px;
bottom: 40px;
color: #fff;
z-index: 9;
}

.banner .slick-dots {
font-size: 0;
text-align: center;
bottom: 30px;
}

.banner .slick-dots li {
border: 1px dashed transparent;
display: inline-block;
padding: 3px;
margin: 0;
width: auto;
height: auto;
border-radius: 50%;
margin: 0 5px;
animation: cilcle 7s infinite linear;
transition: all 0.3s;
}

@keyframes cilcle {
0% {
transform: rotateZ(0);
}

100% {
transform: rotateZ(360deg);
}
}

.banner .slick-dots li button {
width: 10px;
height: 10px;
border-radius: 50%;
background: rgba(255, 255, 255, 1);
margin: 0;
padding: 0;
}

.banner .slick-dots li.slick-active {
border-color: #fff;
}

.banner .slick-dots li.slick-active button {
background: #fff;
}



.banner .slick2 {
position: relative;
z-index: 8;
opacity: 0;
}


.pic {
padding-top: 75%;
position: relative;
overflow: hidden;
}

.pic img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all 1s;
object-fit: cover;
}

a:hover .pic img {
transform: scale(1.05);
}


.footer {
    background:#94070a;
}
.footer1 {
    background:url("../images/footer_bj.png") no-repeat center center;
}
.foot-c {
width: 100%;
padding: 60px 0 35px;
padding-top: 60px;
padding-bottom: 35px;
}

.foot-logo {
padding-top: 5px;
}

.foot-logo a {
display: block;
}

.foot-logo a img {
margin: 0 auto;
max-width: 100%;
}

.foot-info {
padding-top: 30px;
}

.foot-info p {
font-size: 16px;
font-weight: normal;
line-height: 26px;
color: #cccccc;
}

.foot-r {
float: left;
padding-top: 40px;
}

.foot-r a {
display: block;
}

.foot-r a img {
display: block;
margin: 0 auto;
}

.foot-ewm {
width: 100px;
float: right;
text-align: center;
}

.foot-ewm div {
background: #fff;
padding: 5px;
margin: 0 auto;
margin-bottom: 5px;
}

.foot-ewm img {
display: block;
margin: 0 auto;
max-width: 100%;
}

.foot-ewm p {
text-align: center;
color: #fff;
font-size: 14px;
font-weight: normal;
line-height: 18px;
color: #cccccc;
}

.bq {
border-top:1px solid #b35254;
padding: 10px;
line-height: 30px;
color: #ffffff;
font-size: 16px;
font-weight: normal;
color: #cccccc;
}

.bq p a {color: #ccc;}

.bq img {
vertical-align: text-bottom;
}

.sj_footer{display:none;}

.bq_sj{display:none;}



.list_time{display:none;color:#94070a;font-size:18px;}


@media screen and (max-width: 1720px) {}

@media screen and (max-width: 1620px) {
.px1600 {
padding-left: 10px;
padding-right: 10px;
}
}

@media screen and (max-width: 1520px) {
.px1500 {
padding-left: 10px;
padding-right: 10px;
}

.nav&gt;ul&gt;li {
margin-left: 35px;
}

}

@media screen and (max-width:1400px) {
.px1400 {
padding-left: 10px;
padding-right: 10px;
}

.nav&gt;ul&gt;li&gt;a {
font-size: 18px;
}

.nav-use div a span {
font-size: 18px;
}

.nav&gt;ul&gt;li {
margin-left: 30px;
}

.nav-use {
margin-left: 30px;
}
}


@media screen and (max-width: 1320px) {


.px1320 {
padding-left: 10px;
padding-right: 10px;
}

.banner .slick-slide a p {
font-size: 24px;
padding: 0 10px;
}



.px1300 {
padding-left: 10px;
padding-right: 10px;
}

.head.on .logo a img {
height: 55px;
}


.logo a {
line-height: 66px;
}

.logo a img {
height: 55px;
}

.foot-info {
margin: 0 2% 0 3%;
}
}

@media screen and (max-width:1220px) {
.head.on .logo a img {
height: 48px;
}

.nav&gt;ul&gt;li {
margin-left: 25px;
}

.nav-use {
margin-left: 25px;
}
}

@media screen and (max-width:1024px) {
body {
padding-top: 60px;
}

.banner .slick-slide a::after {
display: none;
}

.pc {
display: none;
}

.wap {
display: block;
}

.b-top {
display: none;
}

.banner-dot ul li {
width: 10px;
height: 10px;
}

.m-head {
position: fixed;
top: 0;
left: 0;
right: 0;

z-index: 999;
}

.m-logo {
font-size: 0;
padding: 10px;
z-index: 9999;
position: relative;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.m-logo a {
font-size: 0;
line-height: 40px;
display: block;
}

.m-logo img {
max-height: 40px;
max-width: 80%;
vertical-align: middle;
}

.m-tlink {
padding: 10px 15px 0 15px;
}

.m-tlink a {
font-size: 12px;
margin-right: 10px;
color: #fff;
display: inline-block;
line-height: 24px;
background: #fff;
color: #304174;
line-height: 24px;
padding: 0 15px;
border-radius: 5px;
margin-bottom: 5px;
}

.m-search {
margin: 0 15px;
padding-right: 50px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
position: relative;
line-height: 35px;

margin-top: 15px;
border: 1px solid #fff;
}

.m-search input[type="text"] {
display: block;
width: 100%;
line-height: 25px;
background: none;
color: #fff;
}

.m-search input[type="text"]::placeholder {
color: #fff;
}

.m-search input[type="image"] {
position: absolute;
right: 10px;
top: 10px;
height: 15px;
}

.m-nav {
position: fixed;
top: 0;
left: 100%;
right: 0;
bottom: 0;
z-index: 999;
overflow-y: scroll;
background: rgba(0, 116, 87, .9);
padding-top: 60px;
background: #94070a;
}

.m-nav ul {
padding: 0 15px;

}

.m-nav ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
}

.m-nav ul li&gt;span.on {
transform: rotateZ(90deg);
}

.m-nav ul li ul {
display: none;
}

.m-nav ul li ul li {
border: none;
}

.m-nav&gt;ul&gt;li a {
display: block;
font-size: 14px;
line-height: 20px;
padding: 15px 0;
position: relative;
color: #fff;
}

.m-nav&gt;ul&gt;li ul li a {
padding: 10px 0;
}

.m-nav&gt;ul&gt;li&gt;span {
position: absolute;
width: 20px;
height: 20px;
background: url(../images/m-nav_down.png) no-repeat;
background-size: 14px 14px;
background-position: center center;
right: 0;
top: 15px;
cursor: pointer;
display: block;
color: #fff;
transition: all 0.3s;
}



.banner .slick-dots {
bottom: 10px;
}


.foot-logo {
float: none;
padding-top: 0;
}

.foot-logo a img {
margin: 0;
}

.foot-info {
margin-left: 0;
}

}

@media screen and (max-width:768px) {
.s1-r{margin-top: 40px;}
.list_time{display:block;}
.date_time{display:none;}
.banner .slick-slide a p {
bottom: 10px;
font-size: 18px;
}

.foot-c {
padding-top: 25px;
padding-bottom: 20px;
}

.foot-logo a img {
display:block;
margin: 0 auto;
}

.foot-info {
float: none;
margin: 0;
padding-top: 15px;
margin-bottom: 10px;
text-align: center;
}

.foot-r {
float: none;
margin: 0 auto;
padding-top: 0;
}

.foot-ewm {
float: none;
margin: 0 auto;
margin-top: 10px;
}

.foot-ewm div {
margin: 0 auto;
}

.bq, .foot-info p {
font-size: 14px;
}

}

@media screen and (max-width:640px) {
.sj_footer{display:block;}
.pc_footer{display:none;}
.bq_sj{display:block;}
.bq_pc{display:none;}
}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

.pb_sys_style2 span {
    margin: 5px 0 !IMPORTANT;
}






</pre></body></html>