@import url(common.css);

::-webkit-scrollbar {
    width: .0208rem;
    height: .0521rem;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

p {
    font-size: .0938rem;
    opacity: 0.7;
    text-align: justify;
}

a {
    font-size: .0938rem;
}

h1 {
    font-size: .2604rem;
    font-weight: 500;
}

h2 {
    font-size: .2344rem;
    font-weight: 500;
}

h3 {
    font-size: .2083rem;
    font-weight: 500;
}

h4 {
    font-size: .1563rem;
    font-weight: 500;
}

h5 {
    font-size: .1146rem;
    font-weight: 400;
}

h6 {
    font-weight: 500;
    font-size: .1042rem;
}

.br10 {
    border-radius: .0521rem;
}

.br15 {
    border-radius: .0781rem;
}

.br20 {
    border-radius: .1042rem;
}

.br30 {
    border-radius: .1563rem;
}

.br40 {
    border-radius: .2083rem;
}

.br50 {
    border-radius: .2604rem;
}

.con {
    width: 83.3333%;
    margin: 0 auto;
}

.big-con {
    width: 91.14%;
    margin: 0 auto;
}

.small-con {
    width: 72.91%;
    margin: 0 auto;
}

.fy-btn {
    background-color: #fff;
    width: .2604rem;
    height: .2604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.fy-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

.index-btn {
    background: var(--main-color);
    text-align: center;
    color: #fff;
    padding: .1146rem .2813rem;
    overflow: hidden;
    display: inline-block;
    border-radius: .2604rem;
}

.index-btn:hover {
    transform: translateY(-0.026rem);
    color: #fff;
}

/*Ã¥Â¤Â´Ã©Æ’Â¨Ã¥Â¼â‚¬Ã¥Â§â€¹*/
header {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

.logo {
    margin-right: 2.0729rem;
}

.logo img {
    width: 1.1823rem;
    height: 0.2917rem;
}
.header-right{
    flex: 1;
}
.header-menu>span {
    display: none;
}

.header-menu {
    margin-right: 0.5052rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: 0.0938rem;
    line-height: 1;
    padding: 0.1823rem 0;
    display: block;
    position: relative;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0.0156rem;
    border-radius: .0208rem;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a.on::after,
nav>ul>li>a:hover::after {
    width: 100%;
}

header.on {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
}

header.on nav>ul>li>a {
    color: #000;
}

header.on nav>ul>li>a.on,
header.on nav>ul>li>a:hover {
    color: var(--main-color);
}

header.on nav>ul>li>a.on::after,
header.on nav>ul>li>a:hover::after {
    background-color: var(--main-color);
}

.header-search-btn {
    width: 0.1771rem;
    height: 0.1771rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-search-btn>span {
    color: #fff;
    font-size: 0.0938rem;
    line-height: 1;
}

.header-search-btn:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

header.on .header-search-btn {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

header.on .header-search-btn>span {
    color: #000;
}

header.on .header-search-btn:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}

.header-search-form {
    top: 0.5rem;
    right: 0.5rem;
}

.header-search-box {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem;
}

.header-search-box input[type=text] {
    font-size: 0.0938rem;
    width: 100%;
    padding: 0 .1563rem;
    display: block;
}

.header-search-box input[type=text]::placeholder {
    color: #666;
    font-family: 'HarmonyOS Sans';
}

.search-btn {
    background-color: var(--main-color);
    border: none;
    outline: none;
    padding: 0.0521rem .1302rem;
}

.search-btn span {
    font-size: .1563rem;
    color: #fff;
    line-height: 1;
}

/*Ã©Â¦â€“Ã©Â¡ÂµÃ¥Â¼â‚¬Ã¥Â§â€¹*/
.index-ba .index-ba-pagination {
    bottom: .1042rem;
    left: 0;
    z-index: 1;

}

.index-ba .index-ba-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    width: .0625rem;
    height: .0625rem;
    display: block;
    opacity: 0.8;
    margin: 0 .040rem;
    border-radius: 50%;
}

.index-ba .index-ba-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color);
    opacity: 1;
    width: 0.0781rem;
    height: 0.0781rem;
}

.index-box {
    padding: 0.651rem 0;
}

.index-tit {
    margin-bottom: .3438rem;
}

.index-tit h2 {
    margin-bottom: .1458rem;
}

.index-tit p {
    font-size: .1042rem;
    line-height: 1;
}

.index-ad-swiper {
    margin: 0 auto;
    overflow: unset;
    width: 70%;
}

.index-ad-txt {
    padding: 0.25rem 0.1979rem;
}

.index-ad-txt-l h4 {
    margin-bottom: .0885rem;
}

.index-pp {
    background-color: #F9F9F9;
}

.index-pp-l {
    width: 20.06%;
    background-color: #fff;
    padding: 0.2813rem .3854rem;
    margin-right: 0.125rem;
}

.index-pp-l-tit {
    margin-bottom: .2708rem;
}

.index-pp-l-list span {
    font-size: 0.1042rem;
    line-height: 1;
    margin-bottom: .1563rem;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.0521rem;
}

.index-pp-l-list span:hover,
.index-pp-l-list span.on {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.index-pp-r {
    background-color: #7B91C8;
}

.index-pp-r-item {
    padding: 0 .5208rem;
}

.index-pp-r-item-l h1 {
    color: #fff;
    margin-bottom: .1354rem;
}

.index-pp-r-item-l p {
    color: #fff;
    font-size: 0.1024rem;
    margin-bottom: .2083rem;
}

.index-pp-r-item-r {
    width: 51.65%;
    margin-left: .651rem;
}
.index-pp-r-item-r a:hover .cases-show2-ico{
    display: flex;
}

.index-pp-r .index-pp-pagination {
    bottom: .1406rem;
    z-index: 1;
}

.index-pp-r .index-pp-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: .0625rem;
    height: .0625rem;
    display: block;
    opacity: 0.8;
    margin: 0 .040rem;
    border-radius: 50%;
}

.index-pp-r .index-pp-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color);
    opacity: 1;
}

.index-jj-con {
    height: 3.526rem;
}

.index-jj-item {
    height: 1.7188rem;
    width: 40%;
}

.index-jj-item-pic {
    height: 100%;
    padding-bottom: 0;
}

.index-jj-item:first-child {
    height: 3.526rem;
    width: 57.93%;
}

.index-jj-item-txt {
    margin-bottom: .2396rem;
    margin-left: .2813rem;
}

.index-jj-item-txt h3 {
    color: #fff;
    margin-bottom: .1042rem;
}

.index-jj-item-txt p {
    font-size: .1146rem;
    margin-bottom: .4531rem;
    color: #fff;
    line-height: 1;
}

.index-jj-item-txt a {
    background-color: #fff;
    width: .2604rem;
    height: .2604rem;
}

.index-jj-item-txt span {
    font-size: .1042rem;
    font-weight: bold;
}

.index-jj-item-txt a:hover {
    background-color: var(--main-color);
    color: #fff;
    width: .3646rem;
    border-radius: .2604rem;
}

.index-cases {
    background-color: #F9F9F9;
}

.index-cases-pic {
    padding-bottom: 70%;
    margin-bottom: 0.2083rem;
    transition: all 0.3s ease-in;
}

.index-cases-item p {
    font-size: 0.1024rem;
    opacity: 1;
    transition: all 0.3s ease-in;
}

.index-cases-more {
    margin-top: 0.1927rem;
}

.index-cases-fy div {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.index-cases-prev {
    left: 0.3646rem;
}

.index-cases-next {
    right: 0.3646rem;
}

.index-cases-item:hover .index-cases-pic {
    transform: translateY(0.0521rem);
}

.index-cases-item:hover p {
    color: var(--main-color);
    opacity: 1;
    transform: translateY(-0.0521rem);
}

.index-pj {
    background-color: var(--main-color);
    padding-top: .4844rem;
}

.index-pj-tit {
    margin-bottom: .2917rem;
}

.index-pj-tit h2 {
    color: #fff;
}

.index-pj-tit p {
    color: #fff;
}

.index-pj-fy div {
    margin-right: 0.0521rem;
}

.index-pj-fy div:hover {
    background-color: #000;
    color: #fff;
}

.index-pj-con-swiper {
    overflow: unset;
    margin: .3646rem 0 0;
}

.index-pj-item {
    padding-bottom: 2.1719rem;
}

.index-pj-ico {
    width: 1.375rem;
    height: 1.375rem;
    right: .8333rem;
    top: -0.1042rem
}

.index-ab-con-r {
    margin-left: 3rem;
}

.index-ab-con-r p {
    font-size: 0.0833rem;
    margin-bottom: .1823rem;
}

.index-ab-tit {
    margin-bottom: 0;
}

.index-ab-con {
    margin-top: 0.4167rem;
    width: 100%;
    height: 1.9792rem;
}

.index-ab-item:nth-child(1) {
    width: 52.06%;
}

.index-ab-item:nth-child(2) {
    width: 25.43%;
}

.index-ab-item:nth-child(1) .index-ab-pic,
.index-ab-item:nth-child(2) .index-ab-pic {
    padding-bottom: 1.9792rem;
    width: 100%;
}

.index-ab-item:nth-child(3),
.index-ab-item:nth-child(4) {
    width: 20.81%;
}

.index-ab-item:nth-child(3) .index-ab-pic,
.index-ab-item:nth-child(4) .index-ab-pic {
    padding-bottom: .9635rem;
    width: 100%;
}

.index-news {
    background-color: #F9F9F9;
    padding-bottom: 2.3229rem;
}

.index-news-item {
    width: 31%;
}

.index-news-pic {
    width: 100%;
    padding-bottom: 1.8542rem;
    transition: all 0.3s ease-in;
}

.index-news-info p {
    opacity: 1;
    color: #000;
    font-size: 0.1024rem;
    margin-top: 0.1563rem;
    transition: all 0.3s ease-in;
}

.index-news-item:hover .index-news-pic {
    transform: translateY(0.0521rem);
}

.index-news-item:hover .index-news-info p {
    color: var(--main-color);
    transform: translateY(-0.0521rem);
}

/*Ã¥Âºâ€¢Ã©Æ’Â¨Ã¥Â¼â‚¬Ã¥Â§â€¹*/
.sh {
    margin-top: -1.3229rem;
}

.sh-box {
    background-color: #fff;
    padding: 0.4167rem .5417rem .5625rem;
}

.sh-box-con>h1 {
    margin-bottom: 0.1563rem;
}

.sh-box-con>p {
    font-size: .1042rem;
    margin-bottom: .2604rem;
}

.sh-box-item {
    width: .875rem;
    height: .875rem;
    border: 1px solid #ccc;
    margin-right: .1563rem;
}

.sh-box-item-pic {
    width: .4rem;
    margin: .0781rem auto 0;
}

.sh-box-item-txt {
    margin-top: 0.0521rem;
}

.sh-box-item-txt p {
    line-height: 1.3;
    font-size: .0833rem;
}

.sh-logo {
    width: 3.6rem;
    bottom: -.7292rem;
}

.sh-ren {
    right: .8854rem;
    bottom: -1rem;
    width: 1.6rem;
}

footer {
    background-color: #fff;
    padding-top: .7292rem;
}

.footer-con {
    margin-bottom: .4rem;
}

.footer-con-l {
    margin-right: 1.6rem;
}

.footer-con-l-tel {
    margin-bottom: 0.2344rem;
}
.footer-con-l-tel h4{
    margin-bottom: 0.1rem;
}
.footer-con-l-tel h5{
    line-height: 1.7;
}

.footer-con-l-tel p {
    font-size: 0.1146rem;
    margin-top: .05rem;
}

.footer-con-l-add p {
    margin-top: 0.0701rem;
}

.footer-con-l-qr {
    margin-top: .3333rem;
}

.footer-con-l-qr-pic {
    width: 0.6164rem;
    height: 0.6164rem;
    margin-bottom: .0781rem;
}

.footer-con-l-qr-item {
    margin-right: 0.1563rem;
}

.footer-con-l-qr-item p {
    font-size: .0833rem;
}

.footer-con-r-item h6 {
    line-height: 1;
    font-weight: 500;
    margin-bottom: .1563rem;
}

.footer-con-r-item-list a {
    font-size: 0.0833rem;
    margin-bottom: .0781rem;
    opacity: 0.8;
}

.footer-con-r-item-list a:hover {
    color: var(--main-color);
    opacity: 1;
}

.footer-bt {
    padding: .1563rem 0;
    border-top: 1px solid #eee;
}

.footer-bt-l a,
.footer-bt-l span {
    font-size: 0.0833rem;
    margin-right: .0381rem;
    opacity: 0.8;
}

.footer-bt-l a:hover {
    color: var(--main-color);
    opacity: 1;
}

.footer-bt-r p,
.footer-bt-r a {
    font-size: 0.0833rem;
    margin-right: .0381rem;
    opacity: 0.8;
}

.footer-bt-r a:hover {
    color: var(--main-color);
    opacity: 1;
}

.pf-nav {
    background-color: #fff;
    right: .0485rem;
    bottom: 20%;
    padding: 0.0833rem;
}

.pf-nav-ico {
    border-bottom: 1px solid #eee;
    padding-bottom: .0781rem;
    padding-top: .0781rem;
}

.pf-nav-ico span {
    color: var(--main-color);
    font-size: .1302rem;
}

.pf-nav-ico p {
    font-size: .0833rem;
}

.pf-nav-ico:hover p {
    color: var(--main-color);
}

.pf-nav-txt {
    background-color: #fff;
    padding: 0.0781rem;
    right: 0.6rem;
    width: .8rem;
    z-index: 2;
}

.pf-nav-txt p {
    font-size: 0.0833rem;
    text-align: center;
}

/*Ã©Â¡ÂµÃ©ÂÂ¢Ã¥Â¯Â¼Ã¨Ë†Âª*/
.nav-bar {
    border-bottom: 1px solid #eee;
}

.nav-bar-con-l a {
    font-size: .0938rem;
    opacity: 0.8;
    margin-right: 0.5208rem;
    padding: .1563rem 0;
    border-bottom: 2px solid transparent;
}

.nav-bar-con-l a.on,
.nav-bar-con-l a:hover {
    color: var(--main-color);
    opacity: 1;
    border-bottom: 2px solid var(--main-color);
}

.nav-bar-con-r a,
.nav-bar-con-r em {
    font-size: 0.0833rem;
    opacity: 0.8;
    margin-right: 0.0521rem;
}

.nav-bar-con-r a:hover {
    color: var(--main-color);
    opacity: 1;
}

/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
.com-top{
    padding-bottom: 3.0729rem;
}
.ab1-con-l {
    width: 37.12%;
}

.ab1-con-l-con {
    margin-top: 0.2292rem;
}

.ab1-con-l .ab-tit h2 {
    font-weight: bold;
}

.ab1-con-l p {
    margin-bottom: .1563rem;
}

.ab1-con-r {
    width: 40%;
}

.ab1-con-item {
    width: 45%;
    margin-bottom: .5208rem;
}

.ab1-con-item h1 {
    color: var(--main-color);
    margin-bottom: .125rem;
    font-family: Arial;
    font-weight: bold;
    line-height: 1;
}
.ab1-con-item:nth-child(3),
.ab1-con-item:nth-child(4) {
    margin-bottom: 0;
}
.ab2{
    padding: 1.0885rem 0 1.0833rem;
    background-image: url(../images/ab2-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ab2-txt{
     width: 38%;
}
.ab2-txt .ab2-tit h2{
    color: #fff;
    margin-bottom: .2604rem;
}
.ab2-txt-con p{
    color: #fff;
    margin-bottom: .1354rem;
}
.ab2-txt-con p:last-child{
    margin-bottom: 0;
}
.ab3-con-l{
    width: 40.43%;
}
.ab3-tit h2{
    margin-bottom: .2604rem;
}

.ab3-con-l p{
    margin-bottom: .1354rem;
}
.ab3-con-l p:last-child{
    margin-bottom: 0;
}
.ab3-con-r{
    width: 48.81%;
}
.ab3-con-item{
    width: 32.52%;
}
.ab3-con-item:first-child{
    width: 100%;
    margin-bottom: .0417rem;
}
.ab4{
    background: #F9F9F9;
}
.ab4-con-l{
    width: 49.25%;
}
.ab4-con-r{
    width: 40.43%;
}
.ab4-con-r .ab4-tit h2{
    margin-bottom: .2344rem;
}

.ab5{
    margin-bottom: 1.6823rem;
    background-image: url(../images/ab5-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.4792rem 0;
}
.ab5-tit h2{
    color: #fff;
    margin-bottom: .2604rem;
}
.ab5-con-list{
    width: 46.75%;
}
.ab5-con-item{
    background-color: #fff;
    margin-bottom: .0833rem;
    padding: 0.2604rem;
}
.ab5-con-item-top p{
    width: .1979rem;
    height: .1979rem;
    border: 1px solid #ccc;
    color: var(--main-color);
    opacity: 1;
    
}
.ab5-con-item.on .ab5-con-item-top p,
.ab5-con-item-top p:hover{
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}
.ab5-con-item-con{
    margin-top: 0.2344rem;
    display: none;
}
.ab5-con-item.on .ab5-con-item-con{
    display: block;
}
/*Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬*/
.ca1{
    padding: .4792rem 0 .4583rem;
}
.com-tit P{
    font-size: 0.1042rem;
    margin-bottom: .1354rem;
}
.ca1-con{
    margin-top: .401rem;
    background-color: #f5f5f5;
}

.ca1-con-l{
    width: 65.75%;
    padding-bottom: 2.5729rem;
    background-position: center center;
}
.ca1-con-r{
    background-color: transparent;
    width: 34.25%;
}
.ca1-con-r-txt h4{
    margin-bottom: .349rem;
}
.ca1-con-r-txt h5{
    margin-bottom: .0781rem;
}
.ca1-con-r-txt h2{
    color: var(--main-color);
}
.ca1-con-r-txt p{
    font-size: .1042rem;
    margin-top: .1563rem;
}
.ca2{
   margin-bottom: 2.1rem;
}
.ca2-con{
    gap: .2083rem;
}
.ca2-item{
    border: 1px solid #E5E5E5;
    padding: .2865rem .2344rem;
}
.ca2-item h4{
    line-height: 1.3;
    margin-bottom: .4688rem;
}
.ca2-item p{
   margin-bottom: .0781rem;
}
/*Ã¦Â¡Ë†Ã¤Â¾â€¹*/
.cases{
    padding: .5521rem 0;
}
.cases-con{
    margin-top: .4167rem;
    gap: .2083rem;
}

/*Ã¥Ë†â€ Ã©Â¡ÂµÃ¦Å¸Â¥Ã¨Â¯Â¢Ã¦Â Â·Ã¥Â¼Â*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.pagination li a:hover,
.pagination li span:hover {
    background-color: var(--main-color);
}
.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}
.cases-pt{
    margin-bottom: 1.7rem;
}
.nodata{
    min-height: 60vh;
}
.nodata-text h4{
    opacity: 0.78;
}
/*Ã¦Â¡Ë†Ã¤Â¾â€¹Ã¨Â¯Â¦Ã¦Æ’â€¦*/
.show-top{
   padding-bottom: 3.2188rem;
}
.show-top-con{
    padding-bottom: .6927rem;
}
.show-top-con-txt{
    margin-bottom: 0.2083rem;
}
.show-top-con-txt a,
.show-top-con-txt em{
    color: #fff;
    opacity: 0.7;
    margin-right: .026rem;
}
.show-top-con-txt a:hover{
   opacity: 1;
}
.show-top-con h1{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.cases-show1{
    padding: .4167rem 0;
}
.cases-show1-item{
   border-right: 1px solid rgba(0, 0, 0, 0.1);
   margin-right: .4271rem;
   width: 33.3333%;
   padding-right: .4167rem;
}
.cases-show1-item:last-child{
    border-right: none;
    margin-right: 0;
}
.cases-show1-item h4{
    font-size: .125rem;
    margin-bottom: 0.2188rem;
    font-weight: 600;
}
.cases-show1-item-con p{
    font-size: .0833rem;
    margin-bottom: .0781rem;
    line-height: 1.6;
}
.cases-show2{
    padding: .4375rem 0 .6979rem;
    background-color: #f5f5f5;
}
.cases-show2-con{
    margin-top: .3229rem;
}
.cases-show2-pic{
    padding-bottom: 2.7188rem;
}
.cases-show2-ico{
    background-color: rgba(0, 0, 0, 0.6);
    width:  0.28rem;
    height: 0.28rem;
    display: none;
}
.cases-show2-ico span{
    font-size: .1042rem;
    color: #fff;
}
.cases-show2-item:hover .cases-show2-ico{
    display: flex;
}
.cases-show3{
    padding: .5156rem 0;
}
.cases-show-tit h4{
    font-weight: 600;
}
.cases-show3-con{
    margin-top: .3125rem;
    gap: .1823rem;
}
.cases-show3-item{
    margin-bottom: .1563rem;
}
.cases-show3-item-pic{
    padding: .2083rem;
    margin-bottom: .125rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.cases-show3-item-txt p{
    opacity: 1;
}
.cases-show3-item:hover p{
    color: var(--main-color);
}
.cases-show4{
    background-color: #f9f9f9;
    padding: 0.5208rem 0;
}
.cases-show4-con-l{
    width: 41.18%;
}
.cases-show4-con-r{
    width: 42.62%;
}
.cases-show4-con-l h2{
    font-weight: 600;
}
.cases-show4-con-l-txt{
    margin-top: .3646rem;
}
.cases-show4-con-l-txt p{
    font-size: .1042rem;
    margin-bottom: .1563rem;
}
.cases-show4-con-input input,
.cases-show4-con-input textarea{
    background-color: #fff;
    width: 100%;
    font-size: .0938rem;
    padding: .1042rem;
    margin-bottom: .0781rem;
}
.cases-show4-con-input textarea{
    height: 1.0417rem;
}
.cases-show4-btn{
    background-color: var(--main-color);
    color: #fff;
    font-size: .125rem;
    padding: .1042rem 0;
}
/*Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨*/
.news-con{
    margin-top: .3958rem;
}
.news-con::after{
    content: '';
    display: block;
    width: 31.68%;
}
.news-item{
    width: 31.68%;
    margin-bottom: .2083rem;
}
.news-item-pic{
    padding-bottom: 1.9271rem;
    margin-bottom: .1875rem;
}
.news-item p{
    font-size:0.1354rem;
    margin-bottom: .1563rem;
    opacity: 1;
}
.news-item-ico{
    width: .2604rem;
    height: .2604rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.news-item-ico span{
    font-size: .1042rem;
}
.news-item:hover P{
    color: var(--main-color);
}
.news-item:hover .news-item-ico{
    border-color: var(--main-color);
    background-color: var(--main-color);
}
.news-item:hover .news-item-ico span{
    color: #fff;
}
.news-item:nth-child(1){
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4167rem;
}
.news-item:nth-child(1) .news-item-pic{
    width: 65.75%;
    padding-bottom: 2.5729rem;
}
.news-item:nth-child(1) .news-item-txt{
    width: 28.88%;
}
.news-item-txt em{
    opacity: 0.78;
    font-size: .0938rem;
    margin-bottom: .1719rem;
    display: none;
}
.news-item:nth-child(1) .news-item-txt em{
    display: block;
}
.news-show-top{
    background-color: #ccc;
    padding: 1rem  0  .3125rem;
}
.news-show-top .show-top-con{
    padding-bottom: 0;
}

.news-show-top .show-top-con-txt a,
.news-show-top .show-top-con-txt em{ 
    color: #000;
}
.news-show-top .show-top-con h1{
    color: #000;
    font-size: .2083rem;
}
.news-show-con{
    padding: 0.4688rem 0;
}
.news-show-con-l{
    width: 70%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .2604rem;
}
.news-show-con-l-con p{
    margin-bottom: .1042rem;
}
.news-show-con-l-con img{
    display: block;
    width: auto;
    margin: 0 auto .1042rem;
}

.news-show-con-r{ 
    width: 25%;
    padding: .1823rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.news-show-con-r-list{
    margin-top: .2604rem;
}
.news-show-con-r-list .index-show-item{
    margin-bottom: .1563rem;
}
.news-show-con-r-list .index-show-pic{
    padding-bottom: 53%;
    margin-bottom: .1042rem;
}
.news-show-con-r-list .index-show-item:hover p{
    color: var(--main-color);
}
/*Ã¤Â¼ÂÃ¤Â¸Å¡Ã¨Âµâ€žÃ¨Â´Â¨*/
.zizhi-item{
    padding: .5208rem 0;
    background-color: #fff;
}
.zizhi-item:nth-child(2n){
    background-color: #f5f5f5;
}
.zizhi-item-tit p{
    margin-bottom: .1354rem;
    font-size: .1042rem;
}
.zizhi-item-tit h2{
    line-height: 1.3;
}
.zizhi-item-fy{
    background-color: var(--main-color);
}
.zizhi-item-fy .fy-btn{
    color: #fff;
    background-color: var(--main-color);
}
.zizhi-item-fy .fy-btn span{
    opacity: 0.5;
}
.zizhi-item-fy .fy-btn:hover span{
    opacity: 1;
}

.zizhi-item-swiper{
    margin-top: .2865rem;
}
.zizhi-item-i{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .2188rem 0;
}
.zizhi-item-i p{
    font-size: .1042rem;
    margin-top: .2604rem;
}
.zizhi-item-pic{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.zizhi-item-i:hover p{
    color: var(--main-color);
    opacity: 1;
}
.zizhi-item-i:hover .cases-show2-ico{
    display: flex;
}
.zizhi-item-swiper-1 .zizhi-item-pic{
     width: 2.1198rem;
     padding-bottom: 1.4844rem;
}
.zizhi-item-swiper-2 .zizhi-item-pic{
    width: 0.9948rem;
    padding-bottom: 1.4271rem;
}
.zizhi-item-swiper-3 .zizhi-item-pic{
    width: 1.0104rem;
    padding-bottom: 1.3958rem;
}
.zizhi-item-swiper-4 .zizhi-item-pic{
    width: 0.9688rem;
    padding-bottom: 1.3854rem;
}
.zizhi-item-swiper-5 .zizhi-item-pic{
    width: 1.9167rem;
    padding-bottom: 1.2865rem;
}
.zizhi-item-swiper-6 .zizhi-item-pic{
    width: 1.0052rem;
    padding-bottom: 1.4583rem;
}
.renzheng{
    padding: 0.4688rem 0;
}
.renzheng-list{
   margin-top: .3802rem;
   gap: .4688rem;
}
.renzheng-item{
    margin-bottom: .3646rem;
}
.renzheng-item-img{
    background-color: #eeeeee;
    padding: .2865rem;
}
.renzheng-item-pic{
    padding-bottom: 1.599rem;
}
.renzheng-item-img  .a-box{
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
}
.renzheng-item-img:hover .a-box{
    opacity: 1;
}
.renzheng-item-img  .a-box a{
    padding: .0938rem .1302rem;
    background-color: #fff;
    color: #000;
    font-size: .0938rem;
    margin-bottom: .1042rem;
}
.renzheng-item-img  .a-box a:hover{
    background-color: var(--main-color);
    color: #fff;
}
.renzheng-item-img  .a-box a span{
    margin-right: .0521rem;
}
.renzheng-item-txt p{
    margin-top: .1042rem;
}
.jj-con{
    margin-top: .3646rem;
}
.jj-item{
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 32.62%;
    padding: .1979rem .1979rem 0;
    margin-bottom: .0729rem;
    transition: all ease-in 0.3s;
    height: 2.3333rem;
}
.jj-item:nth-child(4){ 
   width: 66.31%;
}
.jj-item:hover{
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}
.jj-item-ico{
    top: .1458rem;
    right: .1458rem;
    width:  .3646rem;
    height: .3646rem;
    background-image: url('/static/home/images/jj-ico1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.jj-item:hover .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico1s.png');
}
.jj-item-txt{
    margin-top: 1.2396rem;
}
.jj-item-txt em{
    font-size: .0833rem;
    opacity: 0.78;
}
.jj-item:hover .jj-item-txt em{
    display: none;
}

.jj-item-txt h5{
    margin-top: .1198rem;
    margin-bottom: .1302rem;
}

.jj-item-txt p{
   padding-bottom: .2604rem;
}
.jj-item:hover .jj-item-txt h5,
.jj-item:hover .jj-item-txt p{ 
    color: #fff;
}
.jj-item-txt span{
    display: block;
    color: #fff;
    opacity: 0.1;
    font-weight: 500;
    font-size: .6771rem;
    line-height: 0.7;
    display: none;
}

.jj-item:hover .jj-item-txt span{
    display: block;
}

.jj-item:nth-child(2) .jj-item-ico{
    background-image: url('/static/home/images/jj-ico2.png');
}
.jj-item:nth-child(3) .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico3.png');
}
.jj-item:nth-child(4) .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico4.png');
}
.jj-item:nth-child(5) .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico5.png');
}
.jj-item:nth-child(2):hover .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico2s.png');
}
.jj-item:nth-child(3):hover .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico3s.png');
}
.jj-item:nth-child(4):hover .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico4s.png');
}
.jj-item:nth-child(5):hover .jj-item-ico{ 
    background-image: url('/static/home/images/jj-ico5s.png');
}
.jj-pic{
    background-color: var(--main-color);
    padding: .5781rem 0;
}
.jj-pic-tit p{
    color: #fff;
    margin-bottom: .1146rem;
}
.jj-pic-tit h2{ 
    color: #fff;
}
.jj-pic-swiper{
    margin: .3646rem auto 0; 
    width: 6.4323rem;
}
.jj-pic-item{
    padding-bottom: 2.5781rem;
}
.jj-pic-item:hover .cases-show2-ico{
    display: flex;
}
.jj-pic-swiper .swiper-slide{
    transform: scale(0.8,0.8);
}
.jj-pic-swiper .swiper-slide-active{  
     transform: scale(1,1);
}
.jj-zz{
    padding: .625rem 0;
}
.jj-zz-con{
    margin-top: .3646rem;
    gap: .1042rem;
}
.jj-zz-item{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .3125rem;
}
.jj-zz-pic{
    padding-bottom: 1.85rem;
}
.jj-zz-item p{
    margin-top: .2083rem;
    opacity: 1;
}
.product{
    padding: 0.625rem 0  .2604rem;
}
.product-top{
    margin-bottom: .3125rem;
}
.product-top-nav a,
.product-top-nav em{ 
    opacity: 0.78;
    font-size: 0.0938rem;
    margin-right: .026rem;
}
.product-top-nav a:hover{ 
    color: var(--main-color);
    opacity: 1;
}
.product-zt{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .2813rem .2083rem;
}
.product-zt-l{
    width: 28%;
    margin-right: .625rem;
}
.product-zt h4{
    margin-bottom: .1719rem;
}
.product-zt-item{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .0885rem;
    padding: .1354rem;

}
.product-zt-item span{
    font-size: .0938rem;
    opacity: 0.78;
}
.product-zt-gg{
    gap: .125rem;
}

.product-zt-gg-img{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1406rem .1146rem;
}
.product-zt-gg-pic{
    padding-bottom: 1.1458rem;
    width: .8rem;
}
.product-zt-gg-txt p{
    margin-top: .0938rem;
    opacity: 1;
}
.product-con{
    margin-top: .5208rem;
}
.product-con-list{
    margin-top: .3125rem;
}
.product-con-item{ 
    width: 48.6%;
    margin-bottom: .25rem;
}
.product-con-item-pic{
    padding-bottom: 64%;
    background-size: cover;
    background-position: center;
}
.product-con-item-txt{
    padding: .1719rem .25rem;
    transition: all ease-in 0.3s;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.product-con-item-txt p{
    color: #fff;
    opacity: 1;
    font-size: .1302rem;
    transition: all ease-in 0.3s;
}
.product-con-item:hover .product-con-item-txt{
    display: block;
}
.product-con-item:hover .product-con-item-pic{
    transform: scale(1.05,1.05);
}


.product-list{
    padding: 0.9rem 0 .625rem;
}
.product-list-top{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-list-top h3{
    padding-bottom: .15rem;
}
.product-list-nav a{
    margin-left: .1823rem;
    font-size: .125rem;
    padding-bottom: .2rem;
    border-bottom: 2px solid transparent;
}
.product-list-nav a.on,
.product-list-nav a:hover{ 
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}
.product-list-bar{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1563rem 0;
}
.product-list-bar a{
   opacity: 0.78;
   font-size: .1042rem;
   padding: .0521rem .1042rem;
   margin-right: .1563rem;
}
.product-list-bar a.on,
.product-list-bar a:hover{ 
    background-color: var(--main-color);
    opacity: 1;
    color: #fff;
}
.product-list-con{
    margin-top: .3125rem;
}
.product-list-list{
    margin-top: .3125rem;
    gap: 0.1823rem;
}
.product-list-item{
    margin-bottom: .1563rem;
    transition: all ease-in 0.3s;
}
.product-list-item:hover{
    transform: translateY(-0.026rem);
}
.prodcut-list-pic{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 100%;
    transition: all ease-in 0.3s;
}
.product-list-item-txt p{
    font-size: 0.1042rem;
    opacity: 1;
    padding-top: .1302rem;
}
.product-list-item:hover .product-list-item-txt p{ 
    color: var(--main-color);
}
.product-show{
    padding: 0.8rem 0 .625rem;
}
.product-show-top-l{
    width: 47.31%;
}
.product-show-top-r{
    width: 48%;
}
.product-show-top-l-pic{
    padding-bottom: 100%;
}
.product-show-top-l-swiper{
    border: 1px solid rgba(0, 0, 0, 0.1);   
}
.product-show-top-l-fy .index-cases-next{
    right: .1042rem;
}
.product-show-top-l-fy .index-cases-prev{
    left: .1042rem;
}
.product-show-top-l-swiper .product-show-top-l-pagination{
    bottom: 0.1563rem;
}
.product-show-top-l-swiper .product-show-top-l-pagination .swiper-pagination-bullet{
    background-color: rgba(0, 0, 0, 0.3);
    width: .1563rem;
    height: 0.0208rem;
    margin: 0 .026rem;
    border-radius: 0;
}
.product-show-top-l-swiper .product-show-top-l-pagination .swiper-pagination-bullet-active{
    background-color: var(--main-color);
    opacity: 1;
}
.product-show-top-r-tit h3{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: .1563rem;
    font-weight: 600;
}
.product-show-top-r-item{
    margin-top: .2396rem;
    padding-bottom: .1563rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-show-top-r-item-top span{
    font-size: .125rem;
    font-weight: 600;
}
.product-show-top-r-item-ico{
    width: .1875rem;
    height: .1875rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-show-top-r-item-ico span{
    color: var(--main-color);
    font-size: .0938rem;
}
.product-show-top-r-item-con{
   padding-top: .1563rem;
   display: none;
}
.product-show-top-r-item-con p{
    margin-bottom: .0521rem;
}
.product-show-top-r-item.on .product-show-top-r-item-ico{ 
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.product-show-top-r-item.on .product-show-top-r-item-ico span{
    color: #fff;
}
.product-show-top-r-item.on .product-show-top-r-item-con{ 
    display: block;
}
.product-show-top-r-item-ico:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.product-show-top-r-item-ico:hover span{
    color: #fff;
}
.product-show-detail-con{
    background-color: #f5f5f5;
    padding: 0.3125rem;
}
.product-show-detail-con-l{
    margin-right: .4167rem;
}
.product-show-detail-con-r{
    width: 24%;
}
.product-show-detail-con-r-list{
    margin-top: 0.2292rem;
}
.product-show-detail-con-r-item{
    background-color: #fff;
    padding: .1042rem;
    margin-bottom: .1563rem;
}
.product-show-detail-con-r-item-pic{
    padding-bottom: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-show-detail-con-r-item-txt p{
    margin-top: .1042rem;
}
.product-show-detail-con-r-item:hover{
     transform: translateY(-0.026rem);   
}
.product-show-detail-con-r-item:hover .product-show-detail-con-r-item-txt p{ 
    color: var(--main-color);
}