@font-face {
    font-family: 'PF';
    src: url('../font/Ã¨â€¹Â¹Ã¦â€“Â¹Ã©Â»â€˜Ã¤Â½â€œ-Ã¥â€¡â€ -Ã§Â®â‚¬.ttf') format('truetype');
}
@font-face {
    font-family: 'SoneBold';
    src: url('../font/SoneBold.otf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}

@media only screen and (min-width: 1441px) {
    *,html,body {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1140px) and (max-width: 1440px) {
    *,html,body {
        font-size: 8.95px;
    }
}

/* Ã¦â€“â€¡Ã¥Â­â€”Ã©Â»ËœÃ¨Â®Â¤Ã¥Â¤Â§Ã¥Â°Â */
a, p ,span {
    font-size: 1.6rem;
}
h1 {
    font-size: 3.6rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
/* Ã¦â€“â€¡Ã¥Â­â€”Ã©Â»ËœÃ¨Â®Â¤Ã¥Â¤Â§Ã¥Â°Â end */

a {
    text-decoration: none;
    font-size: 1.6rem;
}

li {
    list-style: none;
}
.wk-container {
    width: 128rem;
    margin: 0 auto;
}

.banner img {
    width: 100%;
    height: 100vh;
}
.banner-1 img {
    width: 100%;
    height: 62vh;
    object-fit: cover;
    display: block;
}

.mbx-bt-ner {
    border-bottom: 1px solid #A9A9A9;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}
.mbx-bt-ner a {
    color: #000;
    cursor: pointer;
}
.mbx-bt-ner .home img {
    width: 2rem;
    height: 1.792rem;
    margin-right: 0.8rem;
}
.mbx-bt-ner a img {
    width: 0.6rem;
    height: 1.133rem;
    margin: 0 0.6rem;
}
.mbx-bt-ner p {
    color: #565656;
}


.mbx-bt1-ner {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
.mbx-bt1-ner .le {
    display: flex;
    align-items: center;
}
.mbx-bt1-ner a {
    color: #000;
    cursor: pointer;
}
.mbx-bt1-ner .home img {
    width: 2rem;
    height: 1.792rem;
    margin-right: 0.8rem;
}
.mbx-bt1-ner a img {
    width: 0.6rem;
    height: 1.133rem;
    margin: 0 0.6rem;
}
.mbx-bt1-ner p {
    color: #565656;
}
.mbx-bt1-ner .ri {
    display: flex;
    align-items: center;
}
.mbx-bt1-ner .ri a {
    margin-left: 6rem;
    display: block;
    font-family: PF;
    font-size: 1.8rem;
    color: #747474;
}
.mbx-bt1-ner .ri a.active {
    color: #42A5F5;
    position: relative;
}
.mbx-bt1-ner .ri a.active::before {
    content: '';
    width: 100%;
    height: 0.2rem;
    background-color: #42A5F5;
    display: block;
    position: absolute;
    bottom: -0.75rem;
    left: 0;
}

.news {
    padding: 2rem 0 5rem 0;
}
.news .ner {
    display: flex;
    justify-content: space-between;
}
.news .ner-le {
    width: 70%;
}
.news .ner-le .n {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d8d8d8;
    padding: 2rem;
    margin-bottom: 2rem;
}
.news .ner-le .n .img {
    width: 30rem;
    height: 20rem;
}
.news .ner-le .n .img img {
    width: 100%;
    height: 100%;
}
.news .ner-le .n .tex {
    width: calc(100% - 32.5rem);
}
.news .ner-le .n .tex h4 {
    font-size: 2rem;
    color: #020202;
    padding-bottom: 1.5rem;
}
.news .ner-le .n .tex p {
    color: #626262;
    line-height: 2;
}
.news .ner-le .n .tex span {
    color: #42A5F5;
    display: block;
    padding-top: 1.5rem;
}
.news .ner-ri {
    width: 26%;
    border: 1px solid #d8d8d8;
    height: 100%;
    padding: 2rem 1.5rem;
}
.news .ner-ri h3 {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: PF;
    padding-bottom: 1rem;
}
.news .ner-ri a {
    color: #626262;
}
.news .ner-ri p {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.news .ner-ri p a:nth-child(1) {
    width: 24.5rem;
}
.news .ner-ri p:hover a {
    color: #42A5F5;
}

.contact-1 {
    padding: 5rem 0 8rem 0;
}
.contact-1 .ner {
    display: flex;
    gap: 3rem;
}
.contact-1 .ner .n {
    flex: 1;
    text-align: center;
}
.contact-1 .ner .n h4 {
    font-size: 2.4rem;
    font-family: PF;
    padding-top: 2rem;
}

.contact-2 {
    display: flex;
}
.contact-2 .tex {
    width: 30%;
    background: #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3% 3%;
}
.contact-2 .tex h3 {
    font-size: 1.5vw;
    letter-spacing: 0.15vw;
    padding-bottom: 0.75vw;
}
.contact-2 .tex b {
    font-size: 1vw;
    letter-spacing: 0.15vw;
    margin-bottom: 2vw;
}
.contact-2 .tex p {
    line-height: 3;
    font-size: 0.9vw;
}
.contact-2 .tex .t-1 {
    padding-top: 2vw;
}
.contact-2 .tex .t-1 img {
    width: 7.5vw;
    height: 7.5vw;
}
.contact-2 .tex span {
    display: block;
    width: 7.5vw;
    text-align: center;
    font-size: 0.9vw;
    padding-top: 0.5vw;
}
.contact-2 .ditu {
    width: 70%;
}
.contact-2 .ditu img {
    width: 100%;
    display: block;
}

.contact-3 {
    padding: 5rem 0;
}
.contact-3 .ner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-3 .ner .n {
    width: 48.5%;
    border: 1px solid #DEDEDE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1% 0;
    padding: 2rem 1.5rem;
}
.contact-3 .ner .n-1 {
    width: 14%;
}
.contact-3 .ner .n-1 b {
    font-size: 4rem;
    color: #42A5F5;
    font-family: PF;
    display: block;
    text-align: center;
}
.contact-3 .ner .n-1 p {
    color: #42A5F5;
    font-family: PF;
    font-size: 1.8rem;
    text-align: center;
}
.contact-3 .ner .n-2 {
    width: 25%;
    height: 14.5rem;
}
.contact-3 .ner .n-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-3 .ner .n-3 {
    width: 55%;
}
.contact-3 .ner .n-3 h4 {
    font-family: PF;
    padding-bottom: 1rem;
}
.contact-3 .ner .n-3 p {
    font-size: 1.4rem;
    color: #767272;
}
.contact-3 .ner .n-3-a {
    display: flex;
    justify-content: right;
    padding-top: 1rem;
}
.contact-3 .ner .n-3-a a {
    color: #42A5F5;
    font-size: 1.4rem;
    margin-right: 1rem;
}
.contact-3 .ner .n:hover {
    background-color: #42A5F5;
    transition: all .3s;
}
.contact-3 .ner .n:hover b,
.contact-3 .ner .n:hover p,
.contact-3 .ner .n:hover a,
.contact-3 .ner .n:hover h4 {
    color: #fff;
    transition: all .3s;
}

/* footer */
.footer {
    background-color: #fff;
}
.footer-top {
    padding: 5rem 0 10rem 0;
}
.footer-top-le {    
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}
.footer-top-le p {
    padding-bottom: 1rem;
    color: #fff;
    line-height: 1.75;
}
.footer-top-le .le-1 img {
    width: 15rem;
    display: block;
}
.footer-top-le .le-1-en {
    display: flex;
    align-items: center;
    color: #D6D6D6;
    padding-top: 2rem;
    font-size: 1.6rem;
    line-height: 1;
}
.footer-top-le .le-1-en span {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    margin-top: 0.2rem;
    margin-right: 0.6rem;
}
.footer-top-le .le-2 {
    padding-top: 2rem;
    display: flex;
    align-items: center;
}
.footer-top-ri .le-2 b {
    display: block;
    font-weight: 700;
    color: #7f7f7f;
    font-size: 1.6rem;
    margin-top: 2rem;
}
.footer .le-2 h4 {
    color: #000;
    font-weight: 700;
    font-family: PF;
    font-size: 1.6rem;
}
.footer .le-2-img img {
    margin-top: 2rem;
    width: 10rem;
    height: 10rem;
}
.footer .le-2-input .ip-1 {
    width: 30rem;
    height: 5rem;
    position: relative;
    margin-top: 1rem;
}
.footer .le-2-input input {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    overflow: none;
    background-color: transparent;
    border-radius: 1rem;
    padding: 0 1.5rem;
    font-size: 1.6rem;
    color: #fff;
    outline: none;
}
.footer .le-2-input input::placeholder {
    color: #D9D9D9;
}
.footer .le-2-input button {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    border: 0;
    border-radius: 1rem;
    cursor: pointer;
}
.footer-top-ri {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-top-ri h4 {
    color: #000;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: PF;
    font-weight: 700;
}
.footer-top-ri .ri-1 {
    width: 23%;
}
.footer-top-ri .ri-1 p {
    color: #000;
    padding: 1rem 0;
    line-height: 1.5;
}
.footer-top-ri a {
    color: #000;
    display: block;
    padding: 1rem 0;
}
.footer-top-ri a:hover {
    text-decoration: underline;
}
.footer-top-ri .le-2 {
    border-left: 1px solid #d8d8d8;
    width: 27%;
    padding-left: 6%;
}
.footer-bottom {
    padding: 2.5rem 0 2.5rem 0;
    background-color: #42A5F5;

}
.footer-bottom p {
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05rem;
}
/* footer end */

/* header */
.header {
    height: 6rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffffbf;
    z-index: 99;
    box-shadow: 0 0 2px 0 #ccc;
}
.header .h-2 .logo {
    display: flex;
    align-items: center;
}
.header .h-2 .logo img {
    height: 4rem;
    display: block;
    margin-right: 10px;
}
.header .h-2 .ner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .h-2 ul {
    width: calc(100% - 40rem);
    display: flex;
    justify-content: space-between;
    height: 6rem;
}
.header .h-2 ul li {
    text-align: center;
    line-height: 6rem;
    position: relative;
}
.header .h-2 ul li a {
    color: #2b2b2b;
    display: block;
    font-size: 1.6rem;
}
.header .h-2 ul li a:hover {
    color: #000;
}
.header .h-2 ul .active {
    color: #000;
}
.header .h-2 ul li .sub {
    position: absolute;
    top: 6rem;
    left: -50%;
    display: none;
    padding-top: -0.4rem;
    z-index: 9;
    width: 200%;
}
.header .h-2 ul li:nth-child(2) .sub {
    width: 400%;
    left: -150%;
}
.header .h-2 ul li:nth-child(3) .sub {
    width: 150px;
  
}
.header .h-2 ul li .sub p a {
    text-align: center;
    line-height: 4rem;
    display: block;
    width: 100%;
    background-color: #e1f3ff;
    position: relative;
    font-size: 1.6rem;
}
.header .h-2 ul li:hover .sub {
    display: block;
}
.header .h-2 ul li .sub a {
    color: #705157;
}
.header .h-2 ul li .sub a:hover { 
    background-color: #42A5F5;
    color: #fff;
}
.header .h-2 ul li .sub p:nth-child(1) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 0;
	height: 0;
	border-left: 10px solid transparent;  
	border-right: 10px solid transparent;  
	border-bottom: 10px solid #e1f3ff; 
}
.header .h-2 ul li .sub p:nth-child(1) a:hover::before {
    border-bottom: 10px solid #e1f3ff; 
}
.header .h-2 .en {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
}
.header .h-2 .en img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}
/* header end */

/* header1 */
.header1 {
    height: 6rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99;
    box-shadow: 0 0 2px 0 #ccc;
}
.header1 .h-2 .logo {
    display: flex;
    align-items: center;
}
.header1 .h-2 .logo img {
    height: 4rem;
    display: block;
    margin-right: 10px;
}
.header1 .h-2 .ner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header1 .h-2 ul {
    width: calc(100% - 40rem);
    display: flex;
    justify-content: space-between;
    height: 6rem;
}
.header1 .h-2 ul li {
    text-align: center;
    line-height: 6rem;
    position: relative;
}
.header1 .h-2 ul li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
}
.header1 .h-2 ul li a:hover {
    color: #fff;
}
.header1 .h-2 ul .active {
    color: #fff;
}
.header1 .h-2 ul li .sub {
    position: absolute;
    top: 6rem;
    left: -50%;
    display: none;
    padding-top: -0.4rem;
    z-index: 9;
    width: 200%;
}
.header1 .h-2 ul li:nth-child(2) .sub {
    width: 400%;
    left: -150%;
}
.header1 .h-2 ul li:nth-child(3) .sub {
    width: 180px;

}
.header1 .h-2 ul li .sub p a {
    text-align: center;
    line-height: 4rem;
    display: block;
    width: 100%;
    background-color: #E1F3FF;
    position: relative;
    font-size: 1.6rem;
}
.header1 .h-2 ul li:hover .sub {
    display: block;
}
.header1 .h-2 ul li .sub a {
    color: #705157 ;
}
.header1 .h-2 ul li .sub a:hover {
    color: #fff;
    background-color: #42A5F5;
}
.header1 .h-2 ul li .sub p:nth-child(1) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 0;
	height: 0;
	border-left: 10px solid transparent;  
	border-right: 10px solid transparent;  
	border-bottom: 10px solid #e1f3ff; 
}
.header1 .h-2 ul li .sub p:nth-child(1) a:hover::before {
    border-bottom: 10px solid #e1f3ff; 
}
.header1 .h-2 .en {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
    color: #fff;
}
.header1 .h-2 .en img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}
.header1 .h-2 .en svg {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
}
.header1 .h-2 .en svg path {
    fill: #fff;
}
/* header1 end */


.header .h-2 ul li .sub p:nth-child(1) a {
    border-radius: 1.25rem 1.25rem 0 0;
}
.header .h-2 ul li .sub p:last-child a {
    border-radius: 0 0 1.25rem 1.25rem;
}
.header1 .h-2 ul li .sub p:nth-child(1) a {
    border-radius: 1.25rem 1.25rem 0 0;
}
.header1 .h-2 ul li .sub p:last-child a {
    border-radius: 0 0 1.25rem 1.25rem;
}


.index-product {
    padding: 6rem 0 3rem 0;
}
.index-product-bt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
}
.index-product-bt h3 {
    font-size: 2rem;
    margin-top: -3rem;
}
.index-product-bt p {
    padding-top: 1rem;
    font-size: 1.125rem;
}
.index-product-ner-bt {
    margin-left: 29rem;
    display: flex;
    width: 70rem;
    margin-bottom: 5rem;
    border: 0.3rem solid #42A5F5;
    border-radius: 4rem;
    padding: 0.2rem;
}
.index-product-ner-bt li {
    width: 50%;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    cursor: pointer;
    font-size: 2.4rem;
}
.index-product-ner-bt li:nth-child(1) {
    border-radius: 4rem 0 0 4rem;
}
.index-product-ner-bt li:nth-child(3) {
    border-radius: 0 4rem 4rem 0;
}
.index-product-ner-bt li.active {
    background-color: #42A5F5;
    color: #fff;
    border-radius: 4rem;
}
.index-product-cp .index-product-cp-ner {
    display: none;
}
.index-product-cp .index-product-cp-ner:nth-child(1) {
    display: block;
}
.index-product-cp .index-product-cp-ner .ner {
    display: flex;
    justify-content: space-between;
}
.index-product-cp-ner .img {
    width: 60rem;
}
.index-product-cp-ner .img img {
    width: 100%;
    height: 59.3rem;
    display: block;
}
.index-product-cp-ner .tex {
    width: 63rem;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-product-cp-ner .tex h3 {
    font-size: 3.6rem;
    padding-bottom: 3rem;
}
.index-product-cp-ner .tex p {
    font-size: 1.8rem;
    font-family: PF;
    color: #252525;
    line-height: 2.25;
}
.index-product-cp-ner .tex a {
    border: 1px solid #42A5F5;
    width: 16rem;
    height: 5rem;
    display: block;
    text-align: center;
    line-height: 5rem;
    color: #42A5F5;
    border-radius: 1rem;
    font-size: 1.8rem;
    font-family: PF;
}

.index-solution {
    padding: 5rem 0 0 0;
}
.index-solution .ner {
    display: flex;
    width: 100%;
}
.index-solution .ner .n {
    cursor: pointer;
    display: flex;
    flex: 1;
    box-sizing: border-box;
    border-radius: 1rem;
}
.index-solution .ner .n-1 {
    width: 100%;
    height: 80vh;
    position: relative;
}
.index-solution .ner .n-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.index-solution .ner .n-1 .tex-2 {
    position: absolute;
    width: 80%;
    height: 16rem;
    bottom: 10vh;
    left: 10%;
    padding: 2vh 3vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
    overflow: hidden;
    border-radius: 4.5rem;
    background: rgba(66, 165, 245, 0.9);
}
.index-solution .ner .n-1 .tex-2-0 {
    display: flex;
}
.index-solution .ner .n-1 .tex-2-1 {
    border-right: 1px solid #ccc;
    width: 80%;
    padding-right: 5%;
    box-sizing: border-box;
}
.index-solution .ner .n-1 .tex-2-2 {
    width: 20%;
}
.index-solution .ner .n-1 .tex-2 h4 {
    color: #fff;
    padding-bottom: 1rem;
    font-size: 3.6rem;
    font-weight: 400;
}
.index-solution .ner .n-1 .tex-2 p {
    color: #fff;
    line-height: 1.5;
    padding-bottom: 1rem;
    font-size: 1.8rem;
}
.index-solution .ner .n-1 .tex-2 a {
    color: #fff;
    text-align: center;
    display: block;
}
.index-solution .ner .n-1 .tex-1 p {
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.75;
    font-size: 1rem;
    text-align: center;
}
.index-solution .ner .n:hover {
    flex: 4;
    transition: all .8s;
}
.index-solution .ner .n:hover .tex-2 {
    opacity: 1;
}


.style-bt-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
}
.style-bt-1 h3 {
    font-size: 4rem;
    padding: 1.5rem 0 1rem 0;
}
.style-bt-1 p {
    font-size: 2.2rem;
    color: #42A5F5;
}


.style-bt-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}
.style-bt-2 p {
    font-size: 1.125rem;
}
.style-bt-2 h3 {
    font-size: 2rem;
}
.style-bt-2 h4 {
    font-size: 2rem;
    display: flex;
    align-items: center;
    font-family: 'SoneBold';
    font-size: 1.75rem;
    color: #D1111B;
    letter-spacing: 2px;
    padding: 0.75rem 0 1rem 0;
}
.style-bt-2 h4 img {
    height: 1px;
    display: block;
    margin: 0 1rem;
}

.index-hezuo {
    padding-top: 4rem;
}
.index-hezuo .style-bt-1 {
    padding-bottom: 2.5rem;
}
.index-hezuo .ner {
    display: flex;
    flex-wrap: wrap;
}
.index-hezuo .ner .n {
    width: 20%;
    height: 11.4rem;
    margin: 1.5rem 0;
    overflow: hidden;
    cursor: pointer;
}
.index-hezuo .ner .n:hover img {
    transform: scale(1.1);
    transition: all .4s;
    background: #f5f5f5;
}



.style-qiehuan {
    padding: 4rem 0 3rem 0;
}
.style-qiehuan-bt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
}
.style-qiehuan-bt h3 {
    font-size: 2rem;
    margin-top: -3rem;
}
.style-qiehuan-bt p {
    padding-top: 1rem;
    font-size: 1.125rem;
}
.style-qiehuan-ner-bt {
    display: flex;
    margin-bottom: 5rem;
    border-radius: 4rem;
    padding: 0.2rem;
    gap: 2rem
}
.style-qiehuan-ner-bt li {
    flex: 1;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    cursor: pointer;
    border: 1px solid #747474;
    font-size: 2.2rem;
    border-radius: 4rem 4rem;
}
.style-qiehuan-ner-bt li a {
    color: #000;
    font-size: 2.2rem;
    display: block;
    width: 100%;
    height: 100%;
}
.style-qiehuan-ner-bt li.active {
    background-color: #42A5F5;
    color: #fff;
    border-radius: 4rem;
    border-color: #42A5F5;
}
.style-qiehuan-ner-bt li.active a {
    color: #fff;
}
.style-qiehuan-cp .style-qiehuan-cp-ner {
    display: none;
}
.style-qiehuan-cp .style-qiehuan-cp-ner:nth-child(1) {
    display: block;
}
.style-qiehuan-a {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.style-qiehuan-a a {
    border: 1px solid #42A5F5;
    display: block;
    width: 20rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    color: #42A5F5;
    font-family: PF;
    border-radius: 2rem;
    font-size: 2rem;
    letter-spacing: 1px;
}

.wk-9261 {
    display: flex;
    gap: 3rem;
}
.wk-9261 .n {
    flex: 1;
    padding: 6rem 4rem;
    border-radius: 2rem;
}
.wk-9261 .n {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wk-9261 .n .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24rem;
    height: auto !important;
    flex-direction: column;
}
.wk-9261 .n .img h4 {
    padding-bottom: 2rem;
    font-weight: 400;
    font-family: PF;
    color: #535353;
    font-size: 2rem;
}
.wk-9261 .n p {
    text-align: center;
    width: 100%;
    line-height: 1.75;
}
.wk-9261 .n img {
    width: 100%;
}
.wk-9262 {
    display: flex;
    flex-wrap: wrap;
}
.wk-9262 .n {
    width: 50%;
    text-align: center;
    padding: 3rem;
}
.wk-9262 .n img {
    width: 16rem;
    height: 16rem;
}
.wk-9262 .n h3 {
    font-size: 2.2rem;
    font-weight: 400;
    font-family: PF;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.wk-9262 .n p {
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
}
.wk-9263 {
    padding-bottom: 3rem;
}
.wk-9263 img {
    width: 100%;
}
.wk-9264 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}
.wk-9264 .n {
    width: 32%;
    height: 24rem;
    margin-bottom: 2.5rem;
}
.wk-9264 .n:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.wk-9264 .n img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.wk-9265 {
    padding-bottom: 8rem;
}
.wk-9265 h1 {
    text-align: center;
    padding-bottom: 1rem;
}
.wk-9265 p {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    font-size: 1.6rem;
    color: #6F6F6F;
    line-height: 1.5;
}
.wk-9266 {
    position: relative;
}
.wk-9266 .mySwiper {
    width: 70%;
    overflow: hidden;
    height: 5rem;
    margin-bottom: 4rem;
}
.wk-9266 .swiper-button-prev, 
.wk-9266 .swiper-rtl .swiper-button-next {
    top: 2.5rem;
    left: 10%;
}
.wk-9266 .swiper-button-next, 
.wk-9266 .swiper-rtl .swiper-button-prev {
    top: 2.5rem;
    right: 10%;
}
.wk-9266 .swiper-button-next:after, 
.wk-9266 .swiper-rtl .swiper-button-prev:after {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
}
.wk-9266 .swiper-button-prev:after, 
.wk-9266 .swiper-rtl .swiper-button-next:after {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
}
.wk-9266 .mySwiper .swiper-slide {
    font-size: 1.8rem;
    font-family: PF;
    text-align: center;
    line-height: 5rem;
    cursor: pointer;
}
.wk-9266 .mySwiper2 .swiper-slide .img {
    display: flex;
    width: 100%;
}
.wk-9266 .mySwiper2 .swiper-slide .img img {
    width: 32%;
    height: 26.6rem;
}
.wk-9266 .mySwiper2 .swiper-slide .img img:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}
.wk-9266 .mySwiper .swiper-slide {
    opacity: 0.6;
    position: relative;
  }
.wk-9266 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.wk-9266 .mySwiper .swiper-slide-thumb-active::before {
    content: '';
    width: 15%;
    height: 0.3rem;
    background-color: #42A5F5;
    position: absolute;
    bottom: 0;
    left: 42.5%;
}
.style-image .ner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 6rem;
}
.style-image img {
    margin-top: 2rem;
    height: 38.5rem;
}
.style-image img:nth-child(1),
.style-image img:nth-child(4) {
    width: 76rem;
}
.style-image img:nth-child(2),
.style-image img:nth-child(3) {
    width: 50rem;
}

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

.hezuo-ip {
    padding: 4rem 0 5rem 0;
}
.hezuo-ip .ner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hezuo-ip .ner .n {
    width: 26.6rem;
    height: 30.6rem;
    margin-bottom: 3rem;
}
.hezuo-ip .ner .n img {
    width: 100%;
    height: 100%;
}

.shengdian-1 {
    width: 100%;
    height: 70rem;
    position: relative; 
}
.shengdian-1 img {
    width: 100%;
    height: 100%;
}
.shengdian-1 .tex {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
.shengdian-1 .tex-ner,
.shengdian-1 .wk-container {
    height: 100%;
}
.shengdian-1 .tex-ner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.shengdian-1 .tex-ner h3 {
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
    padding-bottom: 10rem;
}
.shengdian-1 .tex-ner p {
    color: #fff;
    font-size: 1.8rem;
    font-family: PF;
    letter-spacing: 0.3rem;
    text-align: center;
    line-height: 2.25;
}

.shengdian-2 {
    padding: 5rem 0;
}
.shengdian-2 .wk-container {
    position: relative;
}
.shengdian-2 .swiper-button-prev, 
.shengdian-2 .swiper-rtl .swiper-button-next {
    left: -5rem;
}
.shengdian-2 .swiper-button-next, 
.shengdian-2 .swiper-rtl .swiper-button-prev {
    right: -5rem;
}
.shengdian-2 .swiper-button-prev:after, 
.shengdian-2 .swiper-rtl .swiper-button-next:after,
.shengdian-2 .swiper-button-next:after, .swiper-rtl 
.shengdian-2 .swiper-button-prev:after {
    color: #666;
    font-weight: 600;
    font-size: 2rem;
}
.shengdian-2 .n {
    box-shadow: 0 0 5px 0 #ccc;
    margin: 9rem 2rem 4rem 2rem;
    padding: 11rem 3.5rem 6rem 3.5rem;
    position: relative;
    border-radius: 2rem;
}
.shengdian-2 .n-1 {
    position: absolute;
    top: -7.5rem;
    left: calc(50% - 8rem);
    width: 16rem;
    height: 16rem;
}
.shengdian-2 .n-1 img {
    width: 100%;
    height: 100%;
}
.shengdian-2 .n-2 h4 {
    text-align: center;
    padding-bottom: 2rem;
    font-size: 2rem;
    font-family: PF;
}
.shengdian-2 .n-2 p {
    color: #666666;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
}
.shengdian-2 .n-3 {
    position: absolute;
    bottom: -2.5rem;
    left: calc(50% - 8rem);
    width: 16rem;
    height: 5rem;
}
.shengdian-2 .n-3 a {
    display: block;
    width: 100%;
    height: 100%;
    background: #42A5F5;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    border-radius: 3rem;
    font-family: PF;
    letter-spacing: 1px;
    font-size: 1.5rem;
}

.shengdian-3 {
    width: 144rem;
    height: 21rem;
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #42A5F5;
}
.shengdian-3 h3 {
    color: #fff;
    font-size: 3rem;
    letter-spacing: 3px;
}

.shengdian-4 {
    padding-bottom: 6rem;
    margin-top: -6rem;
}
.shengdian-4-cp .shengdian-4-ner {
    display: none;
}
.shengdian-4-cp .shengdian-4-ner:nth-child(1) {
    display: block;
}
.shengdian-4-bt {
    display: flex;
    gap: 1.5rem;
}
.shengdian-4-bt li {
    flex: 1;
    height: 6rem;
    background: #F2F2F2;
    border-radius: 0.75rem 0.75rem 0 0;
    text-align: center;
    line-height: 6rem;
    font-size: 1.8rem;
    font-family: PF;
    color: #686464;
    cursor: pointer;
}
.shengdian-4-bt li.active {
    background-color: #fff;
    color: #007aff;
}
.shengdian-4-cp {
    background-color: #fff;
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 6rem 3rem 6rem 3rem;
}
.shengdian-4-ner .ner {
    display: flex;
    gap: 1.5rem;
}
.shengdian-4-ner .ner .n {
    width: 20%;
    height: 9.3rem;
    cursor: pointer;
    overflow: hidden;
}
.shengdian-4-ner .ner .n img {
    width: 100%;
    height: 100%;
}
.shengdian-4-ner .ner .n img:hover {
    transform: scale(1.1);
    transition: all .4s;
    background-color: #f5f5f5;
}

.shengdian-5 {
    padding: 6rem 0;
    position: relative;
}
.shengdian-5 .mySwiper3 {
    margin-top: 1rem;
    padding: 0 0.2rem;
}
.shengdian-5 .swiper-slide img {
    width: 100%;
}
.shengdian-5 .mySwiper1 {
    padding-bottom: 60px;
}
.shengdian-5 .swiper-pagination-bullet {
    border-radius: 0;
}
.shengdian-5 .swiper-pagination-bullet-active {
    background-color: #D50318;
}
.shengdian-6 {
    padding-bottom: 6rem;
}
.shengdian-6 .ner {
    display: flex;
    justify-content: space-between;
}
.shengdian-6 .ner img {
    display: block;
}
.shengdian-6 .ner .n-1 img:nth-child(1) {
    width: 38rem;
    height: 39rem;
}
.shengdian-6 .ner .n-1 img:nth-child(2) {
    width: 38rem;
    height: 26.25rem;
    margin-top: 1.5rem;
}
.shengdian-6 .ner .n-2 img {
    width: 39rem;
    height: 66.75rem;
}
.shengdian-6 .ner .n-3 img:nth-child(1) {
    width: 48rem;
    height: 30.35rem;
}
.shengdian-6 .ner .n-3 img:nth-child(2) {
    width: 48rem;
    margin-top: 1.5rem;
    height: 35rem;
}

/* Ã¥Â½Â±Ã¨Â§â€  */
.yingshi-1 {
    padding-top: 6rem;
    padding-bottom: 8rem;
}
.yingshi-1 .wk-container {
    position: relative;
}
.yingshi-1 video {
    width: 100%;
    height: 72rem;
}
.yingshi-1 .swiper-button-prev, 
.yingshi-1 .swiper-rtl .swiper-button-next {
    left: -7rem;
}
.yingshi-1 .swiper-button-next, 
.yingshi-1 .swiper-rtl .swiper-button-prev {
    right: -7rem;
}
.yingshi-1 .swiper-button-prev:after, 
.yingshi-1 .swiper-rtl .swiper-button-next:after,
.yingshi-1 .swiper-button-next:after, .swiper-rtl 
.yingshi-1 .swiper-button-prev:after {
    color: #666;
    font-weight: 600;
    font-size: 2.4rem;
}

.about-1 {
    width: 100%;
    height: 70rem;
    position: relative; 
}
.about-1 img {
    width: 100%;
    height: 100%;
}
.about-1 .tex {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
.about-1 .tex-ner,
.about-1 .wk-container {
    height: 100%;
}
.about-1 .tex-ner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-1 .tex-ner .t-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-1 .tex-ner .t-1 img {
    width: 21rem;
    height: 12rem;
}
.about-1 .tex-ner .t-1 p {
    width: calc(100% - 24rem);
}
.about-1 .tex-ner .t-2 {
    padding-top: 6rem
}
.about-1 .tex-ner h3 {
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
    padding-bottom: 10rem;
}
.about-1 .tex-ner p {
    color: #fff;
    font-size: 1.8rem;
    font-family: PF;
    letter-spacing: 0.2rem;
    line-height: 2.25;
}
.about-1 .tex-ner .t-3 h3 {
    padding-bottom: 5rem;
}
.about-1 .tex-ner .t-3 p {
    padding: 1.5rem 0;
}

.about-2 {
    min-width: 128rem;
    padding: 6rem 5%;
}
.about-2 .hx {
    border-top: 1px solid #d8d8d8;
    margin-top: 2rem;
}
.about-2 .n {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -1rem;
    z-index: 99;
}
.about-2 .n span {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #42A5F5;
}
.about-2 .n p {
    display: block;
    width: 0.1rem;
    height: 10rem;
    background-color: #d8d8d8;
    margin: 1rem 0;
}
.about-2 .n img {
    width: 100%;
}

.mbx-bt-ner {
            font-size: 1.6rem;
        }
        .mbx-bt-ner a {
            margin: 0 0.6rem;
        }
        
        .mbx-bt1-ner .le {
            font-size: 1.6rem;
        }
        .mbx-bt1-ner .le a {
            margin: 0 0.6rem;
        }
        
        
        
        
        .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
            
                content: 'next';
        }
        
        
        
        
        
        