/* 多屏适配 */

/* 超小屏 <768px */

@media screen and (max-width:767px) {
    .header {
        height: 10vw !important;
    }
    .logo img {
        width: 20vw !important;
        height: 6vw !important;
    }
    /* 首页 */
    /* 第二屏 */
    .second .textLeft{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 40vh !important;
        padding: 0 12.542vw 0 13.542vw;
    }
    .second .imgRight {
        position: absolute;
        top: 45vh;
        left: 0;
        width: 100% !important;
        height: 40vh !important;
        padding: 0 12.542vw 0 13.542vw;
    }
    .textItem {
        width: 100% !important;
        padding-top: 18vw !important;
        padding-left: 0.5vw !important;
    }
    .second .textItem>div p {
        width: 100% !important;
        padding-left: 0.5vw !important;

    }
    .second .textItem>div>a {
        width: 20vw !important;
        height: 8vw !important;
        line-height: 8vw !important;
        padding-top: 0 !important;
    }
    .second .imageItem {
        padding-top: 0 !important;
        height: 40vh !important;
    }
    .swiper-pagination {
        display: none !important;
    }
    .btn1 {
        width: 25vw !important;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 8vw !important;
        height: 8vw !important;
    }
    .floor {
        display: none;
    }
    /* 第三屏 */
    .image_swiper, .text_swiper {
        width: 100% !important;
        height: 49vh !important;
    }
    .text_swiper .textContainer {
        width: 100% !important;
        top: 13vh !important;
    }
    .text_swiper .commonIntro {
        top: 5vh !important;
    }
    .btn2 {
        width: 25vw !important;
        bottom: 5vh !important;
    }
    .btn2 img {
        width: 8vw !important;
        height: 8vw !important;
    }
    .text_swiper .textContainer p {
        width: 80% !important;
        height: 15vw !important;
        line-height: 5vw !important;
        overflow: hidden;
    }
    .text_swiper .detail {
        width: 30vw !important;
        height: 7vw !important;
        line-height: 6vw !important;
    }
    /* 第四屏 */
    .fourth p:nth-child(2) {
        text-align: center;
    }

    /* 第五屏 */
    .fifth .news {
        width: 80% !important;
        top: 55% !important;
    }
    .fifth .news li {
        height: 45vh !important;
    }
    .fifth .news .newsBody span:first-child {
        line-height: 8vh !important;
    }

    .fifth .news .newsBody span:last-child {
        line-height: 3vh !important;
    }

    .fifth .more {
        width: 25vw !important;
        height: 8vw !important;
        line-height: 8vw !important;
    }
    /* 页脚 */
    .pageFoot {
        height: 18vh !important;
    }
    /* 产品与设备 */
    /* 侧导航栏 */
    .navAside {
        display: none !important;
    }
    /* 第二屏 */
    .products-second .title {
        top: 10vh !important;
    }
    .products-second .eq-intro-img {
        top: 25vh !important;
        width: 75vw !important;
        height: 30vh !important;
    }
    .products-second .eq-intro-txt {
        top: 60vh !important;
        width: 75vw !important;
        height: 30vh !important;
    }
    .products-second .eq-intro-txt>div {
        float: none !important;
        width: 65vw !important;
    }
    .eq-intro-txt>div div p:nth-child(1) span:nth-child(1) {
        text-align: center !important;
        margin-top: 0 !important;
    }
    .eq-intro-txt p:nth-child(2) {
        width: 60vw !important;
        height: auto !important;
        line-height: 3vh !important;
    }
    .btn2 {
        bottom: -7vh !important;
    }
    /* 第三屏 */
    .products-third .title {
        top: 10vh !important;
    }
    .products-third .third-body {
        top: 20vh !important;
        width: 75vw !important;
        padding: 0 !important;
    }
    .products-third .third-body .third-body-left {
        float: none;
        width: 75vw !important;
    }
    .products-third .third-body .intro {
        width: 25vw !important;
        bottom: -9vw !important;
        right: 50% !important;
        transform: translateX(50%);
    }
    
    .products-third .third-body .third-body-right {
        float: none;
        padding-left: 0;
        margin-top: 8vh !important;
    }
    .products-third .third-body-right>p:nth-child(2) {
        display: none;
    }
    .products-third .third-body-right ul {
        width: 100% !important;
    }
    .products-third .third-body-right ul li {
        width: 100% !important;
        flex: 100% !important;
    }
    .products-third .third-body-right ul li p:nth-child(2) {
        width: 100% !important;
        line-height: 3vh !important;
    }
    /* 第四屏 */
    .products-fourth .fourth-left {
        float: none;

    }
    .products-fourth .fourth-left>p:nth-child(1){
        width: 100%;
    }

    .products-fourth .fourth-left>p:nth-child(2) {
        display: none;
    }

    .products-fourth .fourth-left ul {
        width: 100%;
    }

    .products-fourth .fourth-left ul li {
        width: 100%;
        flex: 100%;
    }
    .products-fourth .fourth-left ul li p:nth-child(2) {
        width: 100%;
        line-height: 3vh !important;
        text-align: left;
    }

    .products-fourth .fourth-right {
        height: 30vh;
    }
    .products-fourth .fourth-right img {
        height: 30vh;
    }

    /* 第五屏 */
    .products-fifth .fifth-body-up {
    }
    .products-fifth .fifth-body>div:nth-child(1) {
        top: 10vh;
        width: 100%;
        height: 25vh;

    }
    .products-fifth .fifth-body-down {
        top: 40vh !important;
    }
    .products-fifth .fifth-body>div:nth-child(2) ul {
        flex-wrap: wrap;
    }
    .products-fifth .fifth-body>div:nth-child(2) ul li {
        width: 80vw !important;
        flex: 100%;
        margin-bottom: 3vh;
    }
    .products-fifth .fifth-body>div:nth-child(2) ul li p:nth-child(1) {
        text-align: left;
    }
    .products-fifth .fifth-body>div:nth-child(2) ul li p:nth-child(2) {
        line-height: 3vh;
        text-align: left;
    }
    /* 第六屏 */
    .products-sixth .sixth-head {
        top: 10vh;
    }
    .products-sixth .sixth-body {
        top: 15vh;
        display: block;
    }
    .products-sixth .sixth-body .tips {
        bottom: -9vh;
        line-height: 3vh;
        width: 80vw !important;
        text-align: left;
    }
    .products-sixth .sixth-body>div {
        margin: 0 0 13vh;

    }
    .wordText p:nth-child(1) {
        position: absolute;
        right: -20vw;
        top: 1vh;
    }
    .wordText p:nth-child(2) {
        display: none;
    }
    /* 业务合作 */
    /* 第三屏 */
    .bc-third-body ul li {
        height: 75vw;
    }
    .bc-third-body ul li div {
        height: 100%;
    }
    .bc-third-body ul li:hover img {
        height: 70%;
    }
    .bc-third-body ul li:hover div {
        height: 30%;
        padding: 3vw 6vw;
    }
    /* 第四屏 */
    .fourth-body>div:nth-child(3) p {
        height: 12vw !important;
    }
    /* 关于翼蔚 */
    /* 第二屏 */
    .diamond {
        display: none;
    }
    .second-body-left {
        margin-bottom: 2vw;
        text-align: center;
    }
    .second-body-left img {
        width: 60% !important;
    }
    /* 第四屏 */
    .aboutUsFourth {
        padding: 0 8vw !important;
        top: 30% !important;
    }
    .aboutUsFourth ul li img {
        height: 30vw !important;
    }
    .aboutUsFourth .more {
        width: 25vw;
        height: 10vw;
        line-height: 10vw;
    }
    /* 新闻中心 */
    .newsBodyRight {
        margin-top: 5vw;
    }
}

/* 小屏 [768,992) */

@media screen and (min-width:768px) and (max-width:991px) {
    .header {
        height: 8vw !important;
    }
    .logo img {
        width: 20vw !important;
        height: 5vw !important;
    }
    /* 关于翼蔚 */
    /* 第二屏 */
    .diamond {
        display: none;
    }
    .second-body-right {
        padding: 3vw 2vw 0 !important;
    }
}

/* 中屏及以上 [992,1200)+[1200,...) */

@media screen and (min-width:992px) {}

@media screen and (min-width:1200px) {}

/* 样式初始化 */

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    color: #ffffff;
    outline: none;
    background: none;
    text-decoration: none;
}

ul li {
    list-style: none;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

p {
    padding: 0;
    margin: 0;
    cursor: default;
}
span {
    cursor: default;
}

/* 顶部导航栏 */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.542vw;
    margin-left: 0;
    background-color: #000000;
    /* opacity: 0.6; */
    z-index: 9999999;
    color: #ffffff;
}

/* 左侧logo部分 */

.logo {
    display: block;
    height: 100%;
    position: relative;
}

.logo img {
    position: absolute;
    top: 50%;
    left: 13.542vw;
    transform: translate(0, -50%);
    width: 9.4vw;
    height: 2.4vw;
    cursor: pointer;
}

/* 中部导航栏 */

.nav {
    position: relative;
    height: 3.542vw;
}

.nav ul {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    width: 70%;
    height: 3.542vw;
}

.nav ul li {
    display: inline-block;
    height: 3.542vw;
    text-align: center;
}

.nav ul li a {
    display: inline-block;
    height: 3.542vw;
    margin: 0 auto;
    padding: 1.3vw 0;
    font-size: 0.833vw;
}

.nav ul li a:hover {
    border-bottom: 0.2vw solid #1189eb;
    text-decoration: none;
    color: #1189eb !important;
    opacity: 1;
}

/* 右侧搜索框 */

.search {
    position: relative;
    height: 3.542vw;
}

.search input {
    position: absolute;
    top: 50%;
    right: 12.542vw;
    transform: translate(0, -50%);
    width: 12.917vw;
	height: 1.979vw;
    padding: 0 5%;
    background-color: #dcdcdc;
    opacity: 0.6;
    border: 1px solid #ffffff;
    border-radius: 0.99vw;
    outline: none;
    cursor: auto;
    color: #000;
}

.search i {
    position: absolute;
    top: 50%;
    right: 13vw;
    transform: translate(0, -50%);
    font-size: 1vw;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.search:hover input {
    display: inline-block;
}

.showXsSm {
    position: absolute;
    top: 0;
    right: 0;
    width: 10vw;
    height: 100%;
    background-color: #dcdcdc;
    box-sizing: border-box;
    padding: 1.5vw 1.5vw;
    border-radius: 0.5vw;
}

.showXsSm span {
    display: block;
    height: 15%;
    width: 100%;
    background-color: #fff;
    opacity: 0.6;
    margin: 1vw 0 0 0;
}

.showXsSmNav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1189eb;
    text-align: right;
    padding-right: 5vw;
    padding-bottom: 5vw;
    width: 400% !important;
}

.showXsSmNav li {
    padding: 3vw 0;
}

.showXsSmNav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1vw;
}

/* 滚动页面后顶部导航栏 */
[class^='col'] {
    padding: 0;
}
.headerDown {
    background-color: #fff;
    opacity: 1;
    box-shadow: 0vw 0vw 1vw 0vw 
        rgba(27, 27, 27, 0.1);
}
.headerDown li {
    text-align: center;
}

.headerDown li::after {
    position: absolute;
    right: 0;
    bottom: 32%;
    transform: translate(0,-50%);
    content: '';
    display: inline-block;
    width: 0.1vw;
    height: 0.5vw;
    background-color: #333333;;
}

.headerDown li:nth-child(5)::after {
    display: none;
}
.headerDown .nav ul li a {
    color: #333333;
    opacity: 1;
}

/* 第一屏 */

/* .first {
    background: url(../images/index0.png) no-repeat;
    background-size: 100% 100%;
} */

/* 第六屏-页脚 */

.pageFoot {
    /* height: 16.667vw; */
    height: 33vh;
    background: url(../images/pageFoot.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 12.542vw 0 13.542vw;
}

.footLeft {
    height: 33vh;
    margin: 0 !important;
    color: #fff;
}

.footLeft ul {
    margin: 3vh 0 2vh;
    padding: 0;
    overflow: hidden;
}

.footLeft ul li {
    display: inline-block;
    text-align: center;
    font-family: AdobeHeitiStd-Regular;
    font-weight: normal;
    margin-right: 2vw;
    overflow: hidden;
}

.footLeft ul li a {
    font-size: 0.9vw;
    overflow: hidden;
}

.footLeft ul li p {
    margin: 0.5vw 0;
    font-size: 0.6vw;
}

.address {
    padding: 1vh 0;
}

.footLeft .address p {
    margin: 0.5vh 0;
    font-size: 0.9vw
}

.footRight {
    position: relative;
    height: 33vh;
    color: #fff;
}

.footRight>div:first-child {
    position: absolute;
    top: 3vh;
    right: 0;
    text-align: right;
}

.footRight>div:first-child img {
    width: 7.813vw;
	height: 2.031vw;
}

.footRight>div:nth-child(2) {
    position: absolute;
    top: 32%;
    right: 0;
}

.footRight>div:nth-child(2) div {
    float: right;
    text-align: right;
}

.footRight>div:nth-child(2) div:nth-child(2) {
    margin-right: 0.7vw;
}

.footRight>div:nth-child(2) img {
    width: 6.25vw;
	height: 6.25vw;
    margin-bottom: 0.7vw;
}

.footRight>div:nth-child(2) p {
    padding-right: 0.8vw;
    font-size: 0.7vw;
}

/* 竖屏轮播图圆点 */

#fp-nav ul li, .fp-slidesNav ul li {
    position: relative;
    display: block;
    width: 1vw;
    height: 1vw;
    margin: 1vw;
    text-align: center;
}

#fp-nav ul li a span {
    width: 1vw;
    height: 1vw;
    margin: 0;
}

#fp-nav ul li a span:nth-child(2)::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 50%;
    background-color: #dcdcdc;
    content: "";
}

#fp-nav ul li a:hover span:nth-child(2)::before, #fp-nav ul li a.active span:nth-child(2)::before {
    background-color: #1189eb;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
    width: 1vw;
    height: 1vw;
    margin: 0;
    border: 1px solid #1189eb;
}

#fp-nav ul li:hover a span {
    width: 1vw;
    height: 1vw;
    margin: 0;
    border: 1px solid #1189eb;
}

/* 点击向下按钮 */

#moveDown {
    position: fixed;
    right: 1vw;
    bottom: 5vw;
    border-radius: 50%;
    cursor: pointer;
    width: 3vw;
    height: 3vw;
    z-index: 2;
    background: #eaeaea;
}

#moveDown span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5vw;
    color: #b5b5b5;
}

/* 标题头 */

.section-head {
    position: absolute;
    top: 12vh;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.section-head p:nth-child(1) {
    font-family: MicrosoftYaHeiLight;
    font-size: 1.458vw;
	font-weight: bold;
    color:  #333333
}

.section-head p:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 0.729vw;
    font-weight: bold;
    line-height: 5vh;
    color: #1189eb;
}
