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

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: BlueSkyStandard, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

body {
    overflow-x: hidden;
    background-color: #f8f9fa;
}

label {
    max-width: inherit
}

input {
    -webkit-appearance: none;
    /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

tr,
td,
dd,
dl,
dt {
    margin: 0;
    padding: 0
}

img {
    border: none;
    vertical-align: middle;
}

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

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.news1200 {
    width: 95%;
    margin: 0 auto;
}

/*有字体加入*/
/* @font-face {
  font-family: "pang";
  src: url("../font/pang.woff2") format("woff2"),
       url("../font/pang.woff") format("woff"),
       url("../font/pang.ttf") format("truetype"),
       url("../font/pang.eot") format("embedded-opentype"),
       url("../font/pang.svg") format("svg");
} */
/*有字体加入 end*/
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .mySwiper {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide img.pcImg{
    display: none;
}
.banner .swiper-slide img.moblieImg{
    display: block;
}
.brandSecond .swiper-slide img,
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meixueText .swiper-pagination-bullet,
.brandFourBox .swiper-pagination-bullet,
.brandSecond .swiper-pagination-bullet,
.banner .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 100%;
    width: 10px;
    height: 10px
}


.brandFourBox .swiper-pagination-bullet-active,
.brandSecond .swiper-pagination-bullet-active,
.banner .swiper-pagination-bullet-active {
    background-color: #fff
}
.meixueText .swiper-button-next,
.meixueText .swiper-button-prev,
.brandFourBox .swiper-button-next,
.brandFourBox .swiper-button-prev,
.brandSecond .swiper-button-next,
.brandSecond .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.brandFourBox .swiper-button-next,
.brandSecond .swiper-button-next {
    right: 10px;
}
.brandFourBox .swiper-button-prev,
.brandSecond .swiper-button-prev {
    left: 10px;
}
.meixueText .swiper-button-next:after,
.meixueText .swiper-button-prev:after,
.brandFourBox .swiper-button-next:after,
.brandFourBox .swiper-button-prev:after,
.brandSecond .swiper-button-next:after,
.brandSecond .swiper-button-prev:after {
    font-size: 15px;
    color: #fff
}
.meixueText .swiper-button-next:hover,
.meixueText .swiper-button-prev:hover,
.brandFourBox .swiper-button-next:hover,
.brandFourBox .swiper-button-prev:hover,
.brandSecond .swiper-button-next:hover,
.brandSecond .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.header {
    background-color: transparent;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;

}

.paddingBox {
    padding-left: 20px;
    padding-right: 20px;
}

.header .headerFlex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerCenter {
    position: absolute;
    left: 50%;
    margin-left: -23px;
}

.headerCenter h1 img {
    width: 30px;
    height: 30px;
}

.headerCenter h1 img.logo1 {
    display: block;
}

.headerCenter h1 img.logo2 {
    display: none;
}

.headerRight {
    display: flex;
    align-items: center;
    gap: 32px;
}

.headerRight .menu {
    position: relative;
}

.headerRight .menu i {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.headerRight .menutianmao i {
    background-image: url(../images/menu.png);
}

.headerRight .menujingongd i {
    background-image: url(../images/menu2.png);
}

.headerRight .langage i {
    background-image: url(../images/lanage.png);
}

.headerRight .menutianmao:hover i {
    background-image: url(../images/menu_hover.png);
}

.headerRight .menujingongd:hover i {
    background-image: url(../images/menu2_hover.png);
}

.headerRight .langage:hover i {
    background-image: url(../images/lanage_hover.png);
}

.headerRight .langageText {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    right: 0;
    width: 120px;
    text-align: center;
    padding: 10px;
    margin-left: -50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    margin-top: 24px;
}

.headerRight .langage:hover .langageText {
    opacity: 1;
    visibility: visible;
}

.headerLeft>ul>li .headerLeftSub.headerLeftSubActive {
    display: block;
}

.headerRight .langageText::after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: #ffffff;
    pointer-events: none;
    top: 0px;
    transform: translateY(-4px) rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
}

.headerRight .langageText a {
    display: inline-block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f8f9fa;
}

.headerRight .langageText a:hover {
    background-color: #f3f3f3;
}

.headerRight .langageText a:last-child {
    border-top: 1px solid #f8f9fa;
}

.headerLeft>ul {
    display: none;
    align-items: center;
    gap: 20px;
}

.headerLeft>ul>li {
    list-style: none;
}

.headerLeft>ul>li>a {
    display: inline-block;
    padding: 30px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13.5px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.headerLeft>ul>li.active>a {
    border-bottom: 2px solid #05c2de;
    /* color: #05c2de !important; */
}

.headerLeft>ul>li:hover>a {
    color: #05c2de !important;
}

.headerLeft>ul>li>.headerLeftSub {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #fff;
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
}

.header.headerActiveZiye,
.header.headerActive {
    background-color: #fff;
}
.header.headerActive .headerLeft>ul>li.active>a{
    color: #05c2de !important;
}
.header.headerActiveZiye .menuBtn .line,
.header.headerActive .menuBtn .line {
    background-color: #000;
}

.header.headerActiveZiye .headerCenter .logo1,
.header.headerActive .headerCenter .logo1 {
    display: none;
}

.header.headerActiveZiye .headerCenter .logo2,
.header.headerActive .headerCenter .logo2 {
    display: block;
}

.header.headerActiveZiye .headerLeft>ul>li>a,
.header.headerActive .headerLeft>ul>li>a {
    color: #999999;
}

.header.headerActiveZiye .headerRight .menutianmao i,
.header.headerActive .headerRight .menutianmao i {
    background-image: url(../images/menu_hover.png);
}

.header.headerActiveZiye .headerRight .menujingongd i,
.header.headerActive .headerRight .menujingongd i {
    background-image: url(../images/menu2_hover.png);
}

.header.headerActiveZiye .headerRight .langage i,
.header.headerActive .headerRight .langage i {
    background-image: url(../images/lanage_hover.png);
}

.headerLeftSubMask {
    height: 100%;
    box-sizing: border-box;
    padding-top: 60px;
}

.headerLeftSub .headerLeftSubItem {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    position: relative;
}

.headerLeftSub .headerLeftSubItem .headerLeftSubItemLeft {
    width: 200px;

    height: 100%;
    position: sticky;
}

.headerLeftSub .headerLeftSubItem .headerLeftSubItemRight {
    width: calc(100% - 200px);
    border-left: 1px solid #e5e5e5;
    padding-left: 85px;
    padding-right: 100px;
    overflow-y: auto;
    height: 100%;
    position: relative;
}

/* .headerLeftSubItemRight .headerLeftSubItemRightItem{display: none;} */
.headerLeftSub .headerLeftSubItem .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
}

.headerLeftSub .headerLeftSubItem .close img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.headerLeftSub .headerLeftSubItem .close:hover img {
    transform: rotate(180deg);
}

.headerLeftSub .headerLeftSubItem .headerLeftSubItemRight::-webkit-scrollbar {
    width: 0;
}

.headerLeftSubItemLeft h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
}

.headerLeftSubItemLeftList {
    margin-bottom: 30px;
}

.headerLeftSubItemLeftList h5 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.headerLeftSubItemLeftList ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-bottom: 10px;
    display: inline-block;
}

.headerLeftSubItemLeftList ul li.active a {
    color: #05c2de;
}

.titleBox a:hover,
.footerTopCenter p a:hover,
.headerLeftSubItemLeftList ul li a:hover {
    color: #05c2de;
}

.headerLeftSubItemRightItem ul li {
    width: 33.33%;
    float: left;
}

.headerLeftSubItemRightItem ul li .headerLeftSubItemRightItemMask {
    margin: 10px;
}

.headerLeftSubItemRightItem ul li .headerLeftSubItemRightItemImg {
    overflow: hidden;
}

.headerLeftSubItemRightItem ul li .headerLeftSubItemRightItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.headerLeftSubItemRightItem ul li .headerLeftSubItemRightItemMask p {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    background-color: #f8f9fa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
}

.headerLeftSubItemRightItem ul li .headerLeftSubItemRightItemImg:hover img {
    transform: scale(1.1);
}

.black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    display: none;
    z-index: 900;
}

.black.menuOpen {
    display: block;
}

.menuBtn {
    transition: 400ms 300ms;
    width: 24px;
    height: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.menuBtn .line {
    transition: 300ms;
    width: 100%;
    height: 2px;
    background: #fff;
}

.menuBox {
    z-index: 9999;
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0px;
    width: 340px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 400ms;
    -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
    right: 0px;
}

.navMobile dd {
    display: block;
    width: 100%;
}

.navMobile dd p a {
    text-transform: uppercase;
    background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
    display: block;
    padding: 10px 34px 10px 18px;
    line-height: 1.4;
    font-size: 14px;
    color: #8d8d8d;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
    background: none #05c2de!important;
    color: #fff!important;
}

.navMobile dd a.cur {
    background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
    background: none #05c2de;
}

.navMobile dd .msubnav {
    background-color: #fff;
    display: none;
}

.navMobile dd .msubnav>ul>li>a {
    position: relative;
    padding-left: 36px;
    background: url(../images/m_ico1.png) no-repeat scroll 95% center #fff;
}
.navMobile dd .msubnav ul li .mzisubnav{
    display: none;
    
}
.navMobile dd .msubnav ul li .mzisubnav li a{
    padding-left: 50px;
}
.menuBottom {
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;

    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.12);
    position: absolute;
}

.menuBottom .menumaimai {

    flex: 33.3%;
    text-align: center;
    padding: 10px 0;
}

.menuBottom .menumaimai img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.menuBottom .menumaimai p {
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.footer {
    background-color: #fff;
    padding-top: 40px;
}

.footerTop {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footerTop .footerTopLeft {
    flex: 0 0 100%;
    text-align: center;
}

.footerTop .footerTopCenter {
    flex: 0 0 45%;
    display: none;
    padding-top: 22px;
}

.footerTop .footerTopRight {
    flex: 0 0 100%;
    padding-top: 22px;
}

.footerTopLeft>img {
    width: 23px;
}

.footerTopLeft dl {
    margin-top: 20px;
}

.footerTopRight dl {
    margin-bottom: 87px;
}

.footerTopRight dl:last-child {
    margin-bottom: 0;
}

.footerTopCenter ul li h2,
.footerTopRight dl dt,
.footerTopLeft dl dt {
    font-size: 13.5px;
    color: #000;
    margin-bottom: 15px;
}

.footerTopLeft dl dd {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.footerBottom {
    padding: 24px 0;
}

.footerBottom p a,
.footerBottom p {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    text-align: center;
}

.footerBottom p a:hover {
    color: #05c2de;
}
.footerTopRight dl{
    text-align: center;
}
.footerTopRight dl dd {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footerTopRight dl dd a {
    position: relative;
    flex-shrink: 0;
}

.footerTopRight>dl>dd>a>img {
    width: 28px;
    height: 28px;
}

.footerTopCenter ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footerTopCenter p a {
    font-size: 13.5px;
    color: #666;
    display: block;
    line-height: 3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.footerTopRight .weixin {
    width: 170px;
    height: 170px;
    background-color: #fff;
    box-shadow: 0 0 5px #666;
    border-radius: 3px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.footerTopRight .weixin::after {
    content: "";
    bottom: -9px;
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 8px;
    box-shadow: -1px 1px 1px -1px #aaa;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: rotate(-45deg) translateX(-50%);
    transform-origin: 0 0;
    width: 0;
}

.footerTopRight .weixin img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.footerTopRight dl dd a:hover .weixin {
    opacity: 1;
    visibility: visible;
}

/* 中间区域 */
.titleBox {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
    margin-bottom: 40px;
}

.titleBox h3 {
    font-size: 18.5px;
    color: #333;
    font-weight: 600;
}

.titleBox a {
    font-size: 14px;
    color: #333;
}

/* .first {
    margin: 120px 0 100px;
} */

.firstBoxTotal .firstBoxTotalItem {
    float: left;
    width: 44%;
    margin-right: 12%;
    margin-bottom: 20px;
}
.firstBoxTotal{
    width: 85%;
    margin: auto;
}

.text1 {
    font-size: 13.5px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.text2 {
    font-size: 11.5px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.firstBoxTotalItemImg {
    overflow: hidden;
}

.firstBoxTotalItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.firstBoxTotalItem .line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 20px 0;
}

.firstBoxTotalItem h5 {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.firstBoxTotal .firstBoxTotalItem:hover img {
    transform: scale(1.1);
}

.firstBoxTotal .firstBoxTotalItem:hover h5 {
    color: #05c2de;
}

.mt-120 {
    margin-top: 40px;
}

.mb-120 {
    margin-bottom: 40px;
}

.second .secondBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-direction: column;
   
}

.second .secondBox .secondBoxLeft {
    width: 100%;
    margin-bottom: 40px;
}
.second .secondBox .secondBoxRight{
    width: 100%;
}
.second .secondBox .secondBoxLeft h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.second .secondBox .secondBoxLeft p {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.second .secondBox .secondBoxLeft p:last-child {
    margin-bottom: 0;
}

.secondBox .secondBoxRight .secondBoxRightItem {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.secondBox .secondBoxRight .secondBoxRightItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.secondBox .secondBoxRight .secondBoxRightItem::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44;
}

.secondBox .secondBoxRight .secondBoxRightItem::before {
    content: "";
    width: 74px;
    height: 74px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/bofang.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 44;
}

.secondBox .secondBoxRight .secondBoxRightItem:hover img {
    transform: scale(1.1);
}

.shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background: rgba(12, 17, 20, 0.6);
}

.shadow .videll {
    width: 960px;
    height: 553px;
    z-index: 200;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.shadow .videll video {
    width: 100%;
    height: 100%;
    background-color: #000
}

.btn_close {
    cursor: pointer;
    position: absolute;
    right: -16px;
    top: -20px;
    z-index: 10;
    display: block;
    font-size: 14px;
    background: url(../images/btn_close.png) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.thirdBox {
    margin-top: 40px;
}

.thirdBoxItem {
    width: 100%;
    height:auto;
    overflow: hidden;
    position: relative;
}

.thirdBoxItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thirdBoxItem .thirdBoxItemMask {
    position: absolute;
    bottom:10px;
    left: 10px;
    z-index: 44;
}

/* .thirdBoxItem .thirdBoxItemMask::after {
    content: "";
    background-image: url(../images/xuehua.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 92px;
    height: 106px;
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: -1;
} */

/* .thirdBoxItemMask h2 {
    color: #05c2de;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.thirdBoxItemMask h2 span {
    color: #000;
} */

.thirdBoxItemMask p {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    
}
.thirdBoxItemMask p img{
    width: 120px;
    margin-bottom: 10px;
}
.thirdBoxItemMask p:last-child {
    margin-bottom: 0;
}


/* 产品 */
.ziyeBoxBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 50px;
}

.ziyeBoxBarLeft {
    width: 100%;
}

.ziyeBoxBarLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ziyeBoxBarRight {
    width: 100%;
    padding: 30px 0;
}

.ziyeBoxBarRightBox {
    text-align: center;
}

.ziyeBoxBarRightBox h4 {
    font-size: 18.5px;
    color: #333;
    font-weight: 600;
    margin-bottom: 24px;
}

.ziyeBoxBarRightBox p {
    font-size: 13.5px;
    color: #666;
    line-height: 2;
    width: 225px;
    margin: auto;
}

.ziyeBoxBarRightBox a {
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #000000;
    color: #fff;
    margin-top: 45px;
    transition: all 0.3s ease;
}

.ziyeBoxBarRightBox a:hover {
    background-color: #05c2de;
}

.zitefirstTitle {
    font-size: 18.5px;
    color: #333;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.zitefirstContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zitefirstContentLeft {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.zitefirstContent:nth-child(odd){
    flex-direction: column-reverse;
}
.zitefirstContent:nth-child(even){
    flex-direction: column;
}
.zitefirstContentRight {
    width: 100%;
}

.zitefirstContentRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zitefirstContentLeft .padding h6 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.zitefirstContentLeft .padding p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.8;

}

.zitefirstContentBox .zitefirstContent:nth-of-type(odd) {
    background-color: #e7f2f5;
}

.zitefirstContentBox .zitefirstContent:nth-of-type(even) {
    background-color: #fff;
}

.ziyeThird {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.ziyeThirdLeft {
    width: 100%;
}

.ziyeThirdLeft h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}

.ziyeThirdRight {
    width: 100%;
}

.ziyeThirdRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ziyeThirdLeft ul li {
    font-size: 13.5px;
    color: #666666;
    line-height: 1.8;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}

.ziyeThirdLeft ul li:first-child {
    border-top: 1px solid #d9d9d9;
}

/* .zhaoshang .mySwiper {
    width: 100%;
    height: 100vh;
    overscroll-behavior: contain;
} */

/* .zhaoshang .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.zhaoshang .sectionImg img.pcImg{
    display: block;
}
.zhaoshang .sectionImg img.moblieImg{
    display: none;
}
.zhaoshangbox {
    width: 260px;
    height: 130px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    background-image: url(../images/han.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.zhaoshangboxItem {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
    width: 24px;
}

.shubiao {
    width: 24px;
    height: 33px;

    background-image: url(../images/shubiao.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: blink 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.shubiao2 .shubiao2Img {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}

.brandFive .brandFiveBox {
    background-color: #fff;
}

.brandFive .brandFiveBox .padding {
    padding: 10px 20px 20px;
}

.brandFiveBox ul li {
    border-bottom: 1px solid #ddd
}

.brandFiveBox ul li a {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.brandFiveBox ul li a p {
    font-size: 13.5px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.brandFiveBox ul li a span {
    font-size: 13.5px;
    color: #999;
}

.brandFiveBox ul li a:hover p {
    color: #05c2de;
}

.titledeta {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.titledeta h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px
}

.titledeta span {
    font-size: 14px;
    color: #999
}

.necom p {
    font-size: 13px;
    color: #333;
    line-height: 2
}

.necom img {
    max-width: 100%;
}
.brandFour{
    overflow: hidden;
}
.brandFourBox{
    background-color: #f4f4f4;
    height: 420px;
    position: relative;
}
.brandFourBox:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 110px;
    background-color: #dfdfdf;
}
.brandFourBox .padding{
    padding:30px 0 0;
}
.brandFourBox .mySwiper {
    left: 32px;
}
.brandFourBox .swiper-slide{
    text-align: center;
}
.brandFourBox .swiperKuang{
    width: 322px;
    height: 340px;
    background-image: url(../images/kuang.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 27px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
}
.brandFourBox .swiperKuang img{
    width: 195px;
    height: 286px;
    object-fit: cover;
    margin-left: -75px;
}
.brandFourBox .swiper-pagination{
    bottom:20px!important;
}
.meixue{
    background-color: #f8f9fa;
    margin-top: 80px;
    position: relative;
}
.meixue .swiper-slide{
    width: inherit;
}
.meixue .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meixue .meixueText{
    position: absolute;
    left: 0;
    right: 0;
    height: 85%;
    top: 0;
}

.meixue .meitext{
    display: none;
}
.meixueTextBottom{
    text-align: center;
}
.meixueTextBottom h4{
    font-size: 15px;
    color: #333;
    margin:40px 0 20px;
    font-weight: 600;
}
.meixueTextBottom p{
    font-size: 13.5px;
    color: #333;
    line-height: 1.8;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.zhaoshang .sectionImg,
.zhaoshang .fp-overflow{
    height: 100%;
}
.sectionImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background-color: #fff!important;
}
#fp-nav ul li:last-child { display: none !important; }