*,
::before,
::after {
    box-sizing: border-box;
}


html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}


html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
.nav_children {
    margin: 20px 0;
}

body {
    margin: 0;
}


body {
    font-family: system-ui,
    -apple-system,
    'segoe ui',
    roboto,
    helvetica,
    arial,
    sans-serif,
    'apple color emoji',
    'segoe ui emoji';
}


hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}


abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}


code,
kbd,
samp,
pre {
    font-family: ui-monospace,
    sfmono-regular,
    consolas,
    'liberation mono',
    menlo,
    monospace; /* 1 */
    font-size: 1em; /* 2 */
}


small {
    font-size: 80%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}


button,
select {
    text-transform: none;
}


button,
[type='button'] {
    -webkit-appearance: button;
}

legend {
    padding: 0;
}


progress {
    vertical-align: baseline;
}

summary {
    display: list-item;
}


blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


html {
    font-family: ui-sans-serif, system-ui, -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji"; /* 1 */
    line-height: 1.5; /* 2 */
}


body {
    font-family: inherit;
    line-height: inherit;
}


*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentcolor; /* 2 */
}
a:hover{
	color:#c69c47;
	transition:.3s;
}
hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}


a {
    color: inherit;
    text-decoration: inherit;
}


button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}


pre,
code,
kbd,
samp {
    font-family: ui-monospace, sfmono-regular, menlo, monaco, consolas, "liberation mono", "courier new", monospace;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}


img,
video {
    max-width: 100%;
    height: auto;
}

*, ::before, ::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

/*头部开始*/

:root {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-border-opacity: 1;
}

.head {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, 1);
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.heads-flex {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1280px;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .heads-flex {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .heads-flex {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.heads-button {
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .heads-button {
        display: none;
    }
}

.head-nav {
    display: none;
    flex-grow: 1;
    flex-direction: column;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .head-nav {
        flex-direction: row;
        justify-content: flex-end;
        padding-bottom: 0px;
    }
}

.head-gs {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1280px;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .head-gs {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .head-gs {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.head-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem;
}

.head-logo-a {
    border-radius: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.head-logo-a img {
    width: 9rem;
}

@media (min-width: 768px) {
    .head-logo-a img {
        width: auto;
    }
}

.head-button {
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .head-button {
        display: none;
    }
}

.head-nav-a {
    margin-top: 0.5rem;
    display: block;
    border-radius: 0.5rem;
    background-color: transparent;
}

.head-nav-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.head-nav-a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.head-nav-a:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .head-nav-a {
        margin-top: 0px;
    }
}

.head-nav-button {
    margin-top: 0.5rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    border-radius: 0.5rem;
    background-color: transparent
}

.head-nav-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.head-nav-button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.head-nav-button:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.head-nav-button a{
	display:block;
	width:100%;
}
@media (min-width: 768px) {
    .head-nav-button {
        margin-top: 0px;
        margin-left: 1rem;
        width: auto;
    }
}

.head-nav-xl {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, 1);
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.head-xl {
    margin-top: 0.5rem;
    display: block;
    border-radius: 0.5rem;
    background-color: transparent;
}

.head-xl:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.head-xl {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.head-xl:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .head-xl {
        margin-top: 0px;
    }
}

.head-xiabiao {
    margin-top: 0.25rem;
    margin-left: 0.25rem;
    display: inline;
    height: 1rem;
    width: 1rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translatex(0) translatey(0) rotate(0) skewx(0) skewy(0) scalex(1) scaley(1);
    transform: translatex(var(--tw-translate-x)) translatey(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
	flex:1 1 auto;
}

@media (min-width: 768px) {
    .head-xiabiao {
        margin-top: -0.25rem;
    }
}

.head-xiala {
    position: absolute;
    right: 0px;
    z-index: 50;
    width: 100%;
    transform-origin: top right;
    border-radius: 0.375rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .head-xiala {
        width: 12rem;
    }
}

/*头部结束*/

/*轮播图开始*/

.swiper-slide {
    overflow: hidden;
}
.slide-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/*轮播图结束*/

/*公司介绍开始*/
.nav-children ul{
	width:100%;
}
.nav-children ul li{
	padding:0 15px;
	
}
.nav-children ul li a{
	display:block;
	height:40px;
	line-height:38px;
	border:1px solid #888;
	border-radius:4px;
	padding:0 15px;
	cursor: pointer;
	outline:none;
	transition:.3s
}
.nav-children ul li a:hover,
.nav-children ul li.active a{
	border-color:#c69c47;
	color:#c69c47;
}
.index_about p{
	text-indent:2rem;
}
.youshi-dl > .concise {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .concise {
        width: 50%;
    }
}

.concise {
    position: relative;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
    display: flex;
    height: 100%;
    max-width: 80rem;
    flex-wrap: wrap;
    background-color: transparent;
    padding-top: 8rem;
}

@media (min-width: 1536px) {
    .concise {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, 1);
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
        padding-top: 0px;
    }
}

.concise-img {
    height: 100%;
    width: 100%;
    padding: 1rem;
}

@media (min-width: 768px) {
    .concise-img {
        width: 50%;
    }
}

.concise-img > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.concise-text {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
}

@media (min-width: 768px) {
    .concise-text {
        width: 50%;
    }
}

.concise-text > h1 {
    margin-bottom: 1rem;
    font-size: 3.75rem;
    line-height: 1;
    line-height: 1;
}

.concise-text > p {
    margin-bottom: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.625;
}

.concise-text > a {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, 1);
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: ui-sans-serif, system-ui, -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.concise-text > a > i {
    margin-left: 0.25rem;
}

/*公司介绍结束*/

/*tit开始*/

.tit {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    max-width: 80rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
	text-align:center
}

.tit-h2 {
    margin-bottom: 0.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.tit-div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    height: 0.5rem;
    width: 6rem;
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, 1);
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

/*tit结束*/

/*案例开始*/

.case-ul {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 80rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-li {
    display: flex;
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translatex(0) translatey(0) rotate(0) skewx(0) skewy(0) scalex(1) scaley(1);
    transform: translatex(var(--tw-translate-x)) translatey(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
}

.case-li:hover {
    --tw-translate-y: 0px;
}

.case-li {
    flex-direction: column;
    padding: 1rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
    .case-li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .case-li:hover {
        --tw-translate-y: -1rem;
    }
	.case-li {
        width: 25%;
    }
}

@media (min-width: 1280px) {
    .case-li {
        width: 25%;
    }
}

.case-lis {
    flex: 1 1 0%;
    overflow: hidden;
    border: 1px solid #d1d5db;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.case-a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}

.case-a:hover {
    text-decoration: none;
}

.case-img {
    width: 100%;
    height: 22rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding-bottom: 1.5rem;
}

.case-div {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    text-align: center;
}

.case-p {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: ui-serif, georgia, cambria, "times new roman", times, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

/*案例结束*/

/*风格开始*/

.columns {
    display: flex;
    flex-wrap: wrap;
}

.youshi-dl > .columns-a {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .columns-a {
        width: 50%;
    }
}

.columns-a {
    position: relative;
    display: block;
    display: flex;
    height: 18rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    text-transform: uppercase;
    letter-spacing: 0.1em;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.columns-a:hover {
    opacity: 0.75;
}

@media (min-width: 768px) {
    .columns-a {
        width: 33.333333%;
    }
}

.columns-img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translatex(0) translatey(0) rotate(0) skewx(0) skewy(0) scalex(1) scaley(1);
    transform: translatex(var(--tw-translate-x)) translatey(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
}

.columns-img:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}

.columns-img {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*风格结束*/

/*新闻开始*/

.news {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding: 1rem;
	display:flex;
	flex-wrap:wrap;
}

.news-a {
    display: flex;
    width: 100%;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translatex(0) translatey(0) rotate(0) skewx(0) skewy(0) scalex(1) scaley(1);
    transform: translatex(var(--tw-translate-x)) translatey(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
    --tw-scale-x: 1;
    --tw-scale-y: 1;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #f5f5f5;
}

.news-a:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
}

.news-a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

.news-img {
    display: block;
    width: 40%;
    overflow: hidden;
    border-radius: 0.25rem;
}


@media (min-width: 768px) {
	.news-a {
		width:50%
	}
}

.news-tit {
    margin-left: 0px;
    width: 60%;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .news-tit {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .news-tit {
        margin-left: 1rem;
        padding: 1.5rem;
    }
}

.news-p {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.news-h3 {
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.25;
}

.news-test {
    width: 100%;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media (max-width: 767px) {
	.banner_block .swiper-button-next:after,.banner_block .swiper-button-prev:after{
		font-size:16px;
	}
	.footer .footer-div{
		padding-top:0.5rem;
		padding-bottom:4rem;
		text-align:center;
	}
	.footer .footer-div img{
		margin:0 auto;
	}

    .news-test{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:5;
        overflow: hidden;
    }
    .footer-copyright,.penone{
        display: none!important;
    }
    .introduce,.contact-bar,.gy-news,.nr-content{
        padding: 48px 15px!important;
    }
    .columns-a{
        margin-bottom: 15px;
    }
    .youshi{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .tit-h2{
        font-size: 20px;
    }
    .concise-text{
        padding-left: 15px;
        padding-right: 15px;
    }
    .case-ul,.news{
        padding-bottom: 40px;
    }
    .head{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    .concise-text{
        padding-top: 0px;
    }
    .banner_block{
        padding-top: 54px;
    }
    .tit{
        padding: 0;
        margin-bottom: 0!important;
    }
}
.hr {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

/*新闻结束*/

/*优势开始*/

.youshi {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.youshi-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .youshi-ul {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .youshi {
        padding-top: 4rem;
    }
}

@media (min-width: 1024px) {
    .youshi-ul {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.youshi-h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, 1);
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.youshi-tit {
    margin-top: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    line-height: 2rem;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .youshi-tit {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.youshi-p {
    margin-top: 1rem;
    max-width: 42rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .youshi-p {
        margin-left: auto;
        margin-right: auto;
    }
}

.youshi-dl {
    display: flex;
    flex-wrap: wrap;
}

.youshi-dl > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
    .youshi-dl {
        row-gap: 2.5rem;

    }

    .youshi-dd {
        padding-right: 1.5rem;
    }

    .youshi-dl > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
}

.youshi-dl > .relative {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .relative {
        width: 50%;
    }
}

.youshi-img {
    position: absolute;
    display: flex;
    height: 6rem;
    width: 6rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.youshi-imgs {
    background: transparent;
    border: 1px solid rgba(209, 213, 219, 1);
    height: auto;
}

.youshi-ti {
    margin-left: 7rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.youshi-dd {
    margin-top: 0.5rem;
    margin-left: 7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

/*优势结束*/

.svg {
    height: 1.5rem;
    width: 1.5rem;
}

.svgss {
    height: 2.5rem;
    width: 2.5rem;
}

/*底部开始*/

.footer {
    --tw-bg-opacity: 1;
    border-top:2px rgba(17, 24, 39, var(--tw-bg-opacity)) solid;
}

.footer-div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.footer-div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.footer-div {
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

@media (min-width: 640px) {
    .footer-div {
        padding-left: 1.5rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .footer-div {
        padding-left: 2rem;
        padding-right: 1rem;
    }
}

.footer-list {
    margin-top: 1.5rem;
    width: 100%;
	display:flex;
	flex-direction:column;
	padding:0 15px;
}
.footer_link{
    height: 120px;
}
.footer-list ul,
.footer-list ul .footer_link,
.footer-list ul .footer_links{
	height:100%;
}

@media (min-width: 768px) {
    .footer-list {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .footer-list {
        margin-top: 0px;
        width: 25%;
    }
	.footer_tag{
		width:20%;
	}
	.footer_content{
		width:30%;
	}
    .footer-lists {
        width: 40%;
    }
}

.footer-h6 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(198 156 71);
}

.footer-p {
    padding: 0px;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}


.footer-a {
    display: block;
    --tw-text-opacity: 1;
	padding:4px 0;
}
.banner_block .swiper-button-next:after, .banner_block .swiper-button-prev:after{
	color:rgb(198 156 71);
	font-size:20px;
}
.footer-lists .footer-a {
    display: inline-block;
    width: 49%;

}
.footer-a:hover{
	color:rgb(198 156 71);
}

.footer-copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity));
	border-top:1px #f5f5f5 solid;
	padding-top:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:cneter;
}
.footer-copyright-txt{
	text-align:left;
	display:flex;
	flex-direction: column;
	justify-content:center;
}
.footer-copyright-ditu a{
	display:block;
	text-align:right;
	font-size:12px;
}
.footer-float {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 50;
    margin-top: 5rem;
    align-items: center;
}

.footer-float:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, 1);
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.footer-float {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
    .footer-float {
        display: none;
    }
}

.footer-float-ul {
    position: sticky;
    bottom: 0.5rem;
    margin: 0.5rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity));
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer-float-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.footer-float-li img {
    margin: 0 auto;
}

.footer-float-li p {
    font-size: 14px;
}

.footer-float-li:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, 1);
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.footer-float-li {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/*底部结束*/

/*banners开始*/

.banner {
    width: 100%;
    --tw-bg-opacity: 1;
    
    background-color: rgb(198 156 71);
}

.youshi-dl > .banners {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .banners {
        width: 50%;
    }
}

.banners {
    position: relative;
    display: flex;

    width: 100%;
    align-items: center;
    justify-content: center;
    height: 21.875rem;;
    padding-top: 6rem;
    padding-bottom: 6rem;

}

.banners img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
}

.youshi-dl > .banners div {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .banners div {
        width: 50%;
    }
}

.banners div {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
}

.banners h1 {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 900;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .banners h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.banners h2 {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .banners h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.banners a {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.banners a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(198,156,71, 1);
    background-color: rgba(198,156,71, var(--tw-bg-opacity));
}

.banners a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.banners a:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*banners结束*/

/*关于我们开始*/

/*关于开始*/

.introduce {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .introduce {
        padding-top: 1rem;
        padding-bottom: 6rem;
    }
}

.introduce .tit {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    max-width: 42rem;
    text-align: center;
}

.introduce .tit h2 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .introduce .tit h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.introduce .tit p {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .introduce .tit p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.introduce .content {
    width: 100%;
}

@media (min-width: 640px) {
    .introduce .content {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .introduce .content {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .introduce .content {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .introduce .content {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .introduce .content {
        max-width: 1536px;
    }
}

.introduce .content {
    margin-left: auto;
    margin-right: auto;
}

.introduce .layouts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.introduce .div-img {
    margin-bottom: 3rem;
    width: 100%;
    text-align: right;
}

@media (min-width: 1024px) {
    .introduce .div-img {
        margin-bottom: 0px;
        width: 40%;
    }
}

.introduce .div-img > div {
    width: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.introduce .div-img > img {
    height: auto;
    width: 100%;
    border-radius: 0.25rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.introduce .texts {
    width: 100%;
    max-width: 42rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .introduce .texts {
        flex: 1 1 0%;
        padding-left: 3rem;
    }
}

/*关于结束*/

/*联系栏开始*/

.contact-bar {
    --tw-bg-opacity: 1;
    background-color: rgba(198,156,71, 1);
    background-color: rgba(198,156,71, var(--tw-bg-opacity));
    padding: 3rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.contact-bar .layouts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.contact-bar .texts {
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center
}

@media (min-width: 1024px) {
    .contact-bar .texts {
        margin-bottom: 0px;
        width: auto;
        text-align: left;
    }
}

.contact-bar .texts strong {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500
}

@media (min-width: 768px) {
    .contact-bar .texts strong {
        font-size: 18px;
        line-height: 2.25rem;
		font-weight: 500
    }
}

.contact-bar .ban {
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .contact-bar .ban {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .contact-bar .ban {
        text-align: right;
    }
}

.contact-bar .ban a {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(198,156,71, 1);
    color: rgba(198,156,71, var(--tw-text-opacity))
}

.contact-bar .ban a:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*联系栏结束*/

/*新闻栏开始*/

.gy-news {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 6rem;
}

.gy-news .tit {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    text-align: center;
}

.gy-news .tit h2 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .gy-news .tit h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.gy-news .tit h3 {
    margin-bottom: 1.5rem;
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .gy-news .tit h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.news-block {
    height: 22rem;
}

.gy-news .news-block {
    width: 100%;
    padding: 1rem;
}
.gy-news .news-block img{
	width:100%
}
@media (min-width: 768px) {
    .gy-news .news-block {
        width: 50%;
    }
}
@media (min-width: 1100px) {
    .gy-news .news-block {
        width: 25%;
    }
}
.youshi-dl > .gy-news .news-block a {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .gy-news .news-block a {
        width: 50%;
    }
}

.gy-news .news-block a {
    position: relative;
    display: flex;
	align-items:center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gy-news .news-blocks {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center
}

.youshi-dl > .gy-news .news-blockx {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .gy-news .news-blockx {
        width: 50%;
    }
}

.gy-news .news-blockx {
    position: relative;
    max-width: 20rem;
    padding: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.gy-news .news-blockxx {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    opacity: 0.5
}

.gy-news .news-block h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.gy-news .news-block h5 {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.gy-news .news-block span {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem
}

/*新闻栏结束*/

/*关于我们结束*/

/*案例展示开始*/

/*案例开始*/

.anli {
    width: 100%;
}

@media (min-width: 640px) {
    .anli {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .anli {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .anli {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .anli {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .anli {
        max-width: 1536px;
    }
}

.anli {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 72rem;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
}

.anli-div {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .anli-div {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .anli-div {
        width: 25%;
    }
}

.anli-div h2 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.25;
}

.anli-div p {
    background: #d1d5db;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 95%;
    border-radius: 5px;
    line-height: 1.5;
}

.anli-div img {
    margin-bottom: 1.5rem;
    height: 22rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*案例结束*/

/*分页开始*/

.youshi-dl > .paging {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .paging {
        width: 50%;
    }
}

.paging {
    position: relative;
    z-index: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.paging > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.paging {
    border-radius: 0.375rem;
}

.youshi-dl > .paging a:first-child {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .paging a:first-child {
        width: 50%;
    }
}

.paging a:first-child {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a:first-child:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging a:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.youshi-dl > .paging a:last-child {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .paging a:last-child {
        width: 50%;
    }
}

.paging a:last-child {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a:last-child:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging a:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.youshi-dl > .paging a {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .paging a {
        width: 50%;
    }
}

.paging a {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging .page-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    position: relative;
    display: inline-flex;
    align-items: center;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.contact-bar .paging .fdq {
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .contact-bar .paging .fdq {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .contact-bar .paging .fdq {
        text-align: right;
    }
}

.contact-bar .paging .fdq a {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(198,156,71, 1);
    color: rgba(198,156,71, var(--tw-text-opacity))
}

.contact-bar .paging .fdq a:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.youshi-dl > .paging .paging .fdq {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .paging .paging .fdq {
        width: 50%;
    }
}

.paging .paging .fdq {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging .paging .fdq:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging .paging .fdq {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.paging .fdq {
    z-index: 10;
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, 1);
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, 1);
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.paging .fdq:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, 1);
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.paging .fdq {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, 1);
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}

/*分页结束*/

/*案例展示结束*/

/*新闻展示开始*/

.news-li {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.youshi-dl > .news-li .layout {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .news-li .layout {
        width: 50%;
    }
}

.news-li .layout {
    position: relative;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .news-li .layout {
        height: 18rem;
        flex-direction: row;
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

.youshi-dl > .news-li .img {
    width: 100%;
}

@media (min-width: 768px) {
    .youshi-dl > .news-li .img {
        width: 50%;
    }
}

.news-li .img {
    position: relative;
    z-index: 0;
    order: 1;
    height: 20rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .news-li .img {
        order: 2;
        height: 100%;
        width: 40%;
        border-radius: 0px;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
}

.news-li .bg-img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, 1);
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.3;
    background-size: cover;
    background-position: bottom;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center
}

.news-li .bg-tit {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    height: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    --tw-gradient-to: #111827;
    padding: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width: 768px) {
    .news-li .bg-tit {
        display: none;
    }
}

.news-li .bg-tit h3 {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.news-li .bg-tit h4 {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, 1);
    color: rgba(243, 244, 246, var(--tw-text-opacity))
}

.news-li svg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-left: -3rem;
    display: none;
    height: 100%;
    width: 6rem;
    fill: currentcolor;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .news-li svg {
        display: block;
    }
}

.news-li .texts {
    z-index: 10;
    order: 2;
    margin-top: -1.5rem;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center
}

@media (min-width: 768px) {
    .news-li .texts {
        order: 1;
        margin-top: 0px;
        width: 60%;
    }
}

.news-li .texts .texts-div {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 2rem;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 768px) {
    .news-li .texts .texts-div {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-right: 4rem;
        padding-left: 3.5rem;
        --tw-shadow: 0 0 #0000;
        box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

.news-li .texts h3 {
    display: none;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .news-li .texts h3 {
        display: block;
    }
}

.news-li .texts h4 {
    display: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .news-li .texts h4 {
        display: block;
    }
}

.news-li .texts p {
    text-align: justify;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.news-li .texts a {
    margin-top: 0.75rem;
    display: flex;
    align-items: baseline;
    --tw-text-opacity: 1;
    color: rgba(198,156,71, 1);
    color: rgba(198,156,71, var(--tw-text-opacity))
}

.news-li .texts a:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, 1);
    color: rgba(30, 58, 138, var(--tw-text-opacity));
}

/*新闻展示结束*/

/*新闻内容展示开始*/

.nr-body {
    --tw-bg-opacity: 1;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: ui-sans-serif, system-ui, -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
    font-weight: 100
}

.nr-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
    max-width: 72rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.nr-content img {
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .nr-content {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.crumbs {
    display: flex;
    align-items: center
}

.crumbss {
    max-width: 70rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0 auto;
}

.crumbs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.crumbs {
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.crumbs svg {
    flex: none;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.crumbs a:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.crumbs a:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nr-content .tit {
    margin-bottom: 1.5rem;
    font-size: 14px;
    line-height: 2.25rem;
    letter-spacing: 0.05em;
	padding:0 15px;
	text-align:center;
}

.nr-content .tit span{
	margin-right:15px;
}
.nr-content .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.nr-content .next {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    max-width: 48rem;
    justify-content: flex-start
}

.nr-content .prev {
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
    justify-content: flex-end
}

/*新闻内容展示结束*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.hidden {
    display: none;
}

.h-5 {
    height: 1.25rem;
}

.h-96 {
    height: 24rem;
}

.w-5 {
    width: 1.25rem;
}

.w-auto {
    width: auto;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.w-full {
    width: 100%;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-xsss {
    max-width: 28rem;
}

.items-center {
    align-items: center;
}

.rotate-0 {
    --tw-rotate: 0deg;
}

.rotate-180 {
    --tw-rotate: 180deg;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        transform: translatey(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translatey(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.flex-wrap {
    flex-wrap: wrap;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pt-4 {
    padding-top: 1rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

*, ::before, ::after {
    --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

/*联系我们*/

.tmnews {
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    max-width: 80rem;
}

.tmnews > ul {
    margin-top: -1rem;
    margin-bottom: -2.5rem;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 640px) {
    .tmnews > ul {

    }
}

.tmnews li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    display: flex;
    max-width: 24rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

@media (min-width: 768px) {
    .tmnews li {
        margin-bottom: 0px;
        width: 33.333333%;
    }
}

.tmnews .img-div {
    height: 28rem;
    border: 1px #dbeafe solid;
    width: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    background-size: cover;
    background-position: center;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tmnews .text {
    margin-top: -2.5rem;
    border: 1px #dbeafe solid;
    width: 18rem;
    overflow: hidden;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1.25rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tmnews .tit {
    flex: 1 1 0%;
    font-size: 0.875rem;
    line-height: 1.25rem
}

.tmnews .dian {
    margin: 0.25rem;
    height: 1rem;
    width: 1rem;
    flex: 1 1 0%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.tmnews .dian > div {
    margin: 0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity))
}

.tmnews .ban {
    margin :0 auto;
    margin-top: 1rem;
    display: block;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))

}

.tmnews .text-nr {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}

.lxwm {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.lxwm div{
    width: 100%
}

@media (min-width: 640px) {
    .lxwm div {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .lxwm div {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .lxwm div {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .lxwm div {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .lxwm div {
        max-width: 1536px;
    }
}

.lxwm div {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    text-align: center;
}

.lxwm-p{
    margin-bottom: 1.5rem;
    line-height: 1.5
}

.lxwm-ps{
    margin-bottom: 1.5rem;
    line-height: 1.5
}
.hiddens{
    display: none;
}
@media (min-width: 640px) {

}

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
    .hiddens{
        display: block;
    }
}

@media (min-width: 1024px) {
    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:text-center {
        text-align: center;
    }
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}