/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑" !important;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.of {
    overflow: hidden;
}

.wh1120 {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.wh1512 {
    max-width: 1542px;
    margin: 0 auto;
    padding: 0 15px;
}

.wh1210 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.wh1400 {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.com-img {
    overflow: hidden;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/*头部样式*/

.top2 {
    height: 105px;
}

.logo {
    float: left;
    line-height: 105px;
    overflow: hidden;
    height: 105px;
    width: 16.17%;
}

.logo img {
    width: 100%;
}

.mass {
    line-height: 105px;
    overflow: hidden;
    height: 105px;
    margin: 0 15px 0 2.5vw;
}

.product_list1 {
    margin-top: 38px;
}

.product_list1 li {
    float: left;
    margin-right: 57px;
    margin-bottom: 28px;
}

.product_list1 li:nth-child(4n) {
    margin-right: 0;
}

.product_list1 li img {
    width: 257px;
    height: 293px;
    display: block;
}

.product_list1 li h3 {
    text-align: center;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 20px;
}

/*主体样式*/

/* wmy-about */

.wmy-about {
    background: url(//cdn.myxypt.com/cc134605/24/04/59448026f4450090404b240038bcc00028e68686.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 8vw 0 6vw;
}

.wmy-about .about-wz {
    text-align: center;
}

.wmy-about .about-wz h3 {
    font-size: 50px;
    color: #00296d;
    text-transform: uppercase;
}

.wmy-about .about-wz h3 span {
    font-size: 80px;
    margin-right: 1.3vw;
}

.ab {
    font-size: clamp(12px, 2.5vw, 18px);
    line-height: 1.9;
    color: #444444;
    margin: 1.46vw 0 1.89vw;
}

.ab .about-text {
    font-family: arial, helvetica, sans-serif;
    font-size: inherit;
}

a.wmy-more {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid rgb(98, 98, 98);
    color: #737373;
    border-radius: 20px;
    width: 168px;
    line-height: 48px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

a.wmy-more:hover {
    background: #c53752;
    border-color: #c53752;
    color: #fff !important;
}

@media (max-width:1024px) {
    .wmy-about .about-wz h3 span {
        font-size: 60px;
    }
    .wmy-about .about-wz h3 {
        font-size: 40px;
    }
}

@media (max-width: 990px) {
    .wmy-about {
        padding: 70px 0;
    }
    .wmy-about .about-wz {
        padding: 0;
    }
    .wmy-about .about-wz h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .wmy-about .about-wz h3 span {
        font-size: 40px;
    }

    a.wmy-more {
        width: 145px;
        line-height: 40px;
    }
}

/*wmy-product*/

.wmy-product {
    padding-bottom: 50px;
}

.wmy-title {
    text-align: center;
    font-size: 50px;
    color: #00296d;
    text-transform: uppercase;
    line-height: 50px;
}

@media (max-width: 990px) {
    .wmy-title {
        font-size: 28px;
    }
}

.wmy-product .product-soprt {
    text-align: center;
    margin: 50px 0;
}

.wmy-product .product-soprt a {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid transparent;
    font-size: 16px;
    color: #bbbbbb;
    text-transform: uppercase;
    margin: 0 10px 10px 10px;
    border-radius: 20px;
}

.wmy-product .product-soprt a:hover,
.wmy-product .product-soprt a.cur {
    border-color: #ee1c25;
    color: #ee1c25;
}

@media (max-width: 990px) {
    .wmy-product .product-soprt a {
        padding: 5px 10px;
        font-size: 14px;
        margin: 0 5px 10px 5px;
        border-radius: 10px;
    }
}

.product-slick {
    position: relative;
}

.product-slick .slick-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 123px;
    margin-top: -61px;
    z-index: 99;
    outline: none;
    border: none;
    font-size: 0;
}

.product-slick .slick-arrow.slick-prev {
    left: 0;
    background: url(../images/pro-ljt.png) center no-repeat;
}

.product-slick .slick-arrow.slick-next {
    right: 0;
    background: url(../images/pro-rjt.png) center no-repeat;
}

.product-slick .slick-list {
    margin: 0 48px;
}

.product-slick .slick-slide {
    outline: none;
}

.product-slick .slick-con {
    display: block;
    border: 1px solid transparent;
}

.product-slick .slick-con .img {
    display: block;
    text-align: center;
    padding-top: 20px;
}

.product-slick .slick-con .img img {
    max-width: 100%;
    display: inline-block;
}

.product-slick .slick-con .wz {
    padding: 15px 0;
    text-align: center;
    transition-duration: .6s
}

.product-slick .slick-con .wz h3 {
    font-size: 28px;
    color: #222222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}

.product-slick .slick-con .wz p {
    font-size: 18px;
    color: #666666;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.product-slick .slick-con .wz .more {
    font-size: 18px;
    color: #222222;
    text-decoration: underline;
    text-transform: lowercase;
}

.product-slick .slick-con:hover {
    border-color: #dcdcdc;
}

.product-slick .slick-con:hover .wz {
    transform: translateY(-20px);
}

.box2 {
    padding: 4vw 0 5.5vw;
}

.tabzz {
    margin: 2vw 0;
    text-align: center;
}

.tabzz li {
    line-height: 38px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    border-radius: 20px;
    margin: 5px 0.5%;
    padding: 0 24px;
    font-weight: bold;
}

.tabzz li a {
    color: #bbbbbb;
}

.tabzz li.cur {
    border-color: #c53752;
}

.tabzz li.cur a {
    color: #c53752;
}

.tabzz_content {
    position: relative;
}

.ttzz {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    margin: 0 60px;
    padding-bottom: 1px;
}

.ttzz.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.ttzz {
    position: relative;
    overflow: hidden;
}

.ttzz .swiper-slide {
    text-align: center;
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 20px 20px 0;
}

.ttzz .swiper-slide .img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 1px dashed #ddd;
}

.ttzz .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ttzz .swiper-slide .det {
    padding: 20px 0 40px;
}

.ttzz .swiper-slide .wz {
    color: #222222;
    font-size: 23px;
    overflow: hidden;
    line-height: 30px;
    height: 60px;
    word-break: break-all;
    white-space: normal;
}

.ttzz .swiper-slide .mo {
    color: #666666;
    font-size: 18px;
    position: relative;
    margin-top: 20px;
}

.ttzz .swiper-slide .mo:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #a9a9a9;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.ttzz .swiper-slide:hover,
.ttzz .swiper-slide:active,
.ttzz .swiper-slide:focus,
.ttzz .swiper-slide.touch-active {
    border-color: #c53752;
    transform: scale(1.02);
    box-shadow: 0 4px 20px rgba(197, 55, 82, 0.15);
    transition: all 0.3s ease;
}

.tabzz_content .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 123px;
    opacity: 1;
    z-index: 99;
    background: url(//cdn.myxypt.com/cc134605/24/04/0ce2d7883d60da5232fee521903f4589be174517.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.tabzz_content .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 123px;
    opacity: 1;
    z-index: 99;
    background: url(//cdn.myxypt.com/cc134605/24/04/9998e918febdbc394f1861bd9e7ffa12721653ca.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.tabzz_content .swiper-button-prev:hover {
    background: url(//cdn.myxypt.com/cc134605/24/05/9f81742800fa3c839bf9931429993f200798b8a4.png) no-repeat;
}

.tabzz_content .swiper-button-next:hover {
    background: url(//cdn.myxypt.com/cc134605/24/05/66646d8dc34096e1bf98271d97be8c8e0e92edd9.png) no-repeat;
}

/*event-photos*/

.event-photos {
    padding-bottom: 50px;
}

.event-photos .event-lists {
    margin: 40px 0 50px;
}

.event-photos .workshop-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: none;
}

.event-photos .workshop-list li {
    float: none;
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.event-photos .event-lists li {
    width: 25%;
    float: left;
    position: relative;
}

.event-photos .event-lists li .img {
    overflow: hidden;
}

.event-photos .event-lists li .img img {
    width: 100%;
    display: block;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.event-photos .event-lists li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.event-photos .event-lists li .mask {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(186, 186, 186, .85);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.event-photos .event-lists li .nr {
    width: 83%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.event-photos .event-lists li .wz {
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    width: 46%;
}

.event-photos .event-lists li .hx {
    width: 100%;
    height: 1px;
    background-color: #868684;
    margin: 1.5vw 0;
}

.event-photos .event-lists li .wz2 {
    font-size: 14px;
    color: #303030;
    line-height: 25px;
    width: 100%;
    margin-bottom: 1.6vw;
}

.event-photos .event-lists li:hover .mask {
    opacity: 1;
}

/* 频道标题样式 */
.channel-header {
    position: relative;
    padding: 30px 0;
    background: linear-gradient(135deg, rgba(197, 55, 82, 0.05) 0%, rgba(0, 41, 109, 0.05) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.channel-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c53752 0%, #00296d 50%, #c53752 100%);
}

.channel-title-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.channel-badge {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #c53752 0%, #e84a6a 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 4px 15px rgba(197, 55, 82, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow:
            0 4px 15px rgba(197, 55, 82, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow:
            0 6px 20px rgba(197, 55, 82, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

.badge-icon {
    color: #ffffff;
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.channel-title {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    letter-spacing: -0.5px;
    position: relative;
}

.channel-title:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c53752 0%, #00296d 100%);
    border-radius: 2px;
}

.channel-subtitle {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 66px;
}

.channel-subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #cccccc 100%);
}

.channel-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 16px;
}

.divider-line {
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #dddddd 50%, transparent 100%);
}

.divider-dot {
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #c53752 0%, #00296d 100%);
    border-radius: 50%;
    box-shadow:
        0 0 0 4px rgba(197, 55, 82, 0.1),
        0 0 10px rgba(197, 55, 82, 0.3);
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 4px rgba(197, 55, 82, 0.1),
            0 0 10px rgba(197, 55, 82, 0.3);
    }
    50% {
        transform: scale(1.2);
        box-shadow:
            0 0 0 6px rgba(197, 55, 82, 0.15),
            0 0 15px rgba(197, 55, 82, 0.4);
    }
}

/* 响应式适配 */
@media (max-width: 768px) {
    .channel-header {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .channel-title {
        font-size: 26px;
    }

    .channel-badge {
        width: 40px;
        height: 40px;
    }

    .badge-icon {
        font-size: 18px;
    }

    .channel-subtitle {
        padding-left: 56px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .divider-line {
        width: 60px;
    }
}

.news-more {
    margin: 0 auto;
    border: 1px solid rgb(98, 98, 98);
    border-radius: 20px;
    width: 196px;
    line-height: 42px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.news-more a {
    color: #737373;
}

.news-more:hover {
    background: #c53752;
    border-color: #c53752;
    color: #fff !important;
}

.news-more:hover a {
    color: #fff;
}

@media (max-width:1440px) {
    .event-photos .event-lists li .wz {
        font-size: 20px;
        width: 50%;
    }
    .ttzz .swiper-slide .wz {
        font-size: 20px;
    }
}

@media (max-width: 990px) {
    .event-photos .event-lists li {
        width: 50%;
    }
    .event-photos .event-lists {
        margin: 20px 0 30px;
    }
    .event-photos .workshop-list li {
        width: 45%;
    }
}

@media (max-width: 576px) {
    .event-photos .workshop-list li {
        width: 46%;
        margin: 0 2% 20px;
    }
}

/* wmy-news */

.wmy-news {
    background: #f2f2f2;
    padding: 55px 0;
}

.wmy-news .wmy-news-lists {
    margin-top: 45px;
}

.wmy-news .wmy-news-lists li {
    width: 50%;
    float: left;
    background: #fff;
    position: relative;
}

.wmy-news .wmy-news-lists li a {
    display: block;
}

.wmy-news .wmy-news-lists li a:after {
    content: '';
    clear: both;
    display: table;
}

.wmy-news .wmy-news-lists li .img,
.wmy-news .wmy-news-lists li .wz {
    width: 50%;
    float: left;
}

.wmy-news .wmy-news-lists li .img {
    position: relative;
}

.wmy-news .wmy-news-lists li .img img {
    width: 100%;
}

.wmy-news .wmy-news-lists li .img:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: transparent #fff transparent transparent;
    z-index: 999;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.wmy-news .wmy-news-lists li .wz {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    padding: 0 3.5%;
    transform: translateY(-50%);
}

.wmy-news .wmy-news-lists li .wz h3 {
    font-size: 30px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: "wmya";
}

.wmy-news .wmy-news-lists li .wz p {
    font-size: 18px;
    color: #666666;
}

@media (min-width: 990px) {
    .wmy-news .wmy-news-lists li.news-item2 .wz,
    .wmy-news .wmy-news-lists li.news-item3 .wz {
        left: 0;
        right: auto;
    }
    .wmy-news .wmy-news-lists li.news-item2 .img,
    .wmy-news .wmy-news-lists li.news-item3 .img {
        float: right;
    }
    .wmy-news .wmy-news-lists li.news-item2 .img:before,
    .wmy-news .wmy-news-lists li.news-item3 .img:before {
        border-color: transparent transparent transparent #fff;
        z-index: 999;
        right: auto;
        left: 0;
    }
}

@media (max-width: 990px) {
    .wmy-news {
        padding: 20px 0;
    }
    .wmy-news .wmy-news-lists {
        margin-top: 20px;
    }
    .wmy-news .wmy-news-lists li {
        width: 100%;
    }
    .wmy-news .wmy-news-lists li .wz {
        right: 0;
        left: auto;
    }
    .wmy-news .wmy-news-lists li .wz h3 {
        font-size: 20px;
    }
    .wmy-news .wmy-news-lists li .wz p {
        font-size: 14px;
    }
}

/*wmy-contact*/

.wmy-contact {
    padding: 160px 0;
    background: #f1f1f1;
}

.wmy-contact .wh1210 {
    position: relative;
}

.wmy-contact .wz-bg {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wmy-contact .wz-bg img {
    width: 100%;
    display: block;
}

.wmy-contact .wz-box {
    width: 80%;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
}

.wmy-contact .wz-box .wz-title {
    font-size: 50px;
    color: #00296d;
    text-transform: uppercase;
}

.wmy-contact .wz-box .wz-main {
    font-size: clamp(13px, 2.8vw, 24px);
    line-height: 1.9;
    color: #333333;
    margin: 1.2vw 0 40px;

    font-family: arial, helvetica, sans-serif;
}
.wmy-contact .wz-box .wz-main p {

    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 990px) {
    .wmy-contact {
        padding: 50px 0;
    }
    .wmy-contact .wz-box {
        width: 90%;
    }
    .wmy-contact .wz-box .wz-title {
        font-size: 30px;
    }
    .wmy-contact .wz-box .wz-main {
        font-size: 16px;
        line-height: 1.7;
    }
}

/* 閫氭爮 */

.wmy-tonglan {
    border-top: 55px solid #f1f1f1;
    background: #fafafa;
    padding: 60px 0;
}

.wmy-tonglan h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.wmy-tonglan a {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wmy-tonglan a:hover {
    color: #ee1c25;
}

@media (max-width: 990px) {
    .wmy-tonglan {
        padding: 20px 0;
    }
}

.wmy-footer {
    border-top: 1px solid #ededed;
    padding: 35px 0;
    background: #fafafa;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
}

.wmy-footer .footer-share {
    text-align: right;
}

.wmy-footer .footer-share a {
    border: none !important;
    background: none !important;
}

.wmy-footer .footer-share a:before {
    color: #cccccc !important;
}

.wmy-footer .footer-share a:hover:before {
    color: #ee1c25 !important;
}

@media (max-width: 990px) {
    .wmy-footer {
        padding: 15px 0;
        text-align: center;
    }
    .wmy-footer .footer-share {
        text-align: center;
    }
    .event-photos {
        padding-bottom: 30px;
    }
}

/**/

.jqzoom {
    width: 100%;
}

.jqzoom .small {
    max-width: 100%;
    height: auto;
}

.product-list .content .list .img {
    text-align: center;
}

.product-list .content .list .img img {
    max-width: 100%;
    width: auto;
}

/*友情链接*/

.link a {
    margin: 0 3px;
}

/*页面底部*/

.foot {
    background: #202020;
}

.font1 {
    padding: 4vw 0;
}

.fotb2 {
    width: 77%;
}

.foot_nav2>li {
    width: 25%;
    float: left;
}

.foot_nav2>li>a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.foot_nav2 .x-nav-menu {
    margin-top: 20px;
}

.foot_nav2 .x-nav-menu dd {
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
}

.foot_nav2 .x-nav-menu dd a {
    color: #666666;
}

.foot_nav2 .x-nav-menu dd a:hover {
    color: #c53752;
}

.fadd {
    width: 21.98%;
}

.fadd li {
    width: 47%;
    text-align: center;
}

.fadd li img {
    width: 100%;
    display: block;
}

.bq {
    border-top: 1px solid #5b5b5b;
    padding: 27px 0;
}

.copy {
    color: #666666;
    font-size: 15px;
    text-align: center;
}

.copy a {
    color: #666666;
}

.fadd2 {
    width: 19.01%;
}

/*内页左侧样式*/

.page-product-inquiry a {
    color: #fff;
}

@media (max-width:768px) {
    .foot_nav2>li>a {
        font-size: 17px;
    }
}

@media (max-width:480px) {
    .news-more {
        font-size: 14px;
        width: 160px;
        line-height: 38px;
    }
    .wmy-about {
        padding: 40px 0;
    }
    .wmy-about .about-wz h3 span {
        font-size: 32px;
    }
    .wmy-about .about-wz h3 {
        font-size: 25px;
    }
    .ab {
        margin: 20px 0;
    }
    .wmy-title {
        font-size: 25px;
    }
    .tabzz li {
        font-size: 15px;
        padding: 0 18px;
        line-height: 32px;
    }
    .ttzz .swiper-slide .wz {
        font-size: 17px;
        line-height: 25px;
        height: 50px;
    }
    .event-photos .event-lists li .wz {
        width: 100%;
        font-size: 16px;
    }
    .event-photos .event-lists li .wz2 {
        height: 50px;
        overflow: hidden;
    }
    .event-photos .event-lists li .mo {
        width: 40px;
    }
    .event-photos .event-lists li .mo img {
        width: 100%;
        display: block;
    }
    .wmy-contact .wz-box .wz-title {
        font-size: 25px;
    }
    .wmy-contact .wz-box .wz-main {
        margin: 15px 0 20px;
    }
    .fotb2 {
        display: none;
    }
    .font1 {
        padding: 25px 0;
    }
    .fadd {
        width: 60%;
    }
    .fadd2 {
        display: none;
    }
    .box2 {
        padding: 35px 0;
    }
}
/* PC端搜索图标样式 */
.search-box{
    line-height: 115px;
    overflow: hidden;
    height: 105px;
    margin: 0 15px 0 2.5vw;
}
.search-item {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.search-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.search-icon-link:hover {
    background: #e0e0e0;
}

.search-icon-link svg {
    transition: fill 0.3s ease;
}

.search-icon-link:hover svg {
    fill: #007bff;
}

/* 语言选择样式 */

.lang-item:hover {
    background: #e4dfdf;
    border-color: #ddd;
}

.lang-item.active {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.lang-item.active img {
    opacity: 0.9;
}
