/*超大PC屏幕下的专用样式*/
@media screen and (min-width: 1920px) {
    .logoImg {
        width: 200px;
    }

    .navUnit {
        width: 100px !important;
        height: 70px;
        line-height: 70px;
    }
    .headerRight {
        visibility: visible;
        padding-right: 100px;
    }

    .serviceImg {
        width: 70%;
    }

    .banner {
        height: 650px;
    }

    .bannerUnique {
        height: 350px;
    }
   /* .swiper3 {
        height: 500px;
    }*/

    .bannerTitle, .bannerUniqueTitle {
        font-size: 30px;
    }

    .bannerTitleDown, .bannerUniqueTitleDown {
        font-size: 26px;
    }

    .bannerCon {
        left: 200px;
    }

    .serveTip {
        font-size: 22px;
    }

    .serveAccount {
        font-size: 22px;
    }



    .shaow {
        height: 360px !important;
    }

    .heading {
        font-size: 24px !important;
    }

    .headingEng {
        font-size: 16px !important;
    }

    .shaow:hover .imgDown {
        height: 360px !important;
    }

    .sideCon {
        font-size: 18px !important;
    }

    .imgDown {
        font-size: 18px !important;
    }
    .productServiceIdea {
        height: 300px;
    }
}

/*较大PC屏幕下的专用样式*/
@media screen and (min-width: 1200px) and (max-width: 1919px) {
    .logoImg {
        width: 200px;
    }
    .headerRight {
        visibility: visible;
    }
    .navUnit {
        width: 100px !important;
        height: 70px;
        line-height: 70px;
    }

    .serviceImg {
        width: 70%;
    }

    .banner {
        height: 650px;
    }

    .bannerUnique {
        height: 300px;
    }

   /* .swiper3 {
        height: 500px;
    }*/

    .bannerTitle, .bannerUniqueTitle {
        font-size: 30px;
    }

    .bannerTitleDown, .bannerUniqueTitleDown {
        font-size: 26px;
    }

    .bannerCon {
        left: 200px;
    }

    .serveTip {
        font-size: 22px;
    }

    .serveAccount {
        font-size: 20px;
    }


    .shaow {
        height: 360px !important;
    }

    .heading {
        font-size: 24px !important;
    }

    .headingEng {
        font-size: 16px !important;
    }

    .shaow:hover .imgDown {
        height: 360px !important;
    }

    .imgDown {
        font-size: 18px !important;
    }
    .productServiceIdea {
        height: 300px;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1340px) {
    .headerRight {
        visibility: visible;
    }
}
@media screen and (min-width: 970px) and (max-width: 1190px) {
    .headerRight {
        visibility: hidden;
    }
}
/*中等PC屏幕下的专用样式*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .footImg {
        width: 60% !important;
        height: 60% !important;
    }

    .logoImg {
        width: 200px;
    }

    .serviceImg {
        width: 70%;
    }

    .banner {
        height: 600px;
    }

    .bannerUnique {
        height: 300px;
    }

   /* .swiper3 {
        height: 500px;
    }*/

    .navUnit {
        width: 100px !important;
        height: 70px;
        line-height: 70px;
    }

    .bannerTitle, .bannerUniqueTitle {
        font-size: 28px;
    }

    .bannerTitleDown, .bannerUniqueTitleDown {
        font-size: 24px;
    }

    .bannerCon {
        left: 200px;
    }

    .serveTip {
        font-size: 22px;
    }

    .serveAccount {
        font-size: 18px;
    }



    .shaow {
        height: 300px !important;
    }

    .heading {
        font-size: 24px !important;
    }

    .headingEng {
        font-size: 16px !important;
    }

    .shaow:hover .imgDown {
        height: 300px !important;
    }

    .sideCon {
        font-size: 16px !important;
    }

    .featHead {
        font-size: 24px !important;
    }

    .featurette-heading {
        font-size: 20px !important;
    }

    .imgDown {
        font-size: 16px !important;
    }
}

/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width: 991px ) {
    .footImg {
        width: 60% !important;
        height: 60% !important;
    }

    .logoImg {
        width: 170px;
    }
    .navUnit {
        width: 100% !important;
        min-height: 60px;
        line-height: 60px;
    }

    .serviceImg {
        width: 70%;
    }

    .banner {
        height: 600px;
    }

    .bannerUnique {
        height: 300px;
    }

  /*  .swiper3 {
        height: 400px;
    }*/

    .bannerTitle, .bannerUniqueTitle {
        font-size: 24px;
    }

    .bannerTitleDown, .bannerUniqueTitleDown {
        font-size: 20px;
    }

    .bannerCon {
        left: 150px;
    }

    .serveTip {
        font-size: 20px;
    }

    .serveAccount {
        font-size: 16px;
    }



    .shaow {
        height: 300px !important;
    }

    .heading {
        font-size: 22px !important;
    }

    .headingEng {
        font-size: 14px !important;
    }

    .shaow:hover .imgDown {
        height: 300px !important;
    }

    .sideCon {
        font-size: 16px !important;
    }

    .featHead {
        font-size: 24px !important;
    }

    .featurette-heading {
        font-size: 20px !important;
    }
}

/*超大移动终端屏幕下的专用样式*/
@media screen and (min-width: 480px) and (max-width: 767px) {
    .logoImg {
        width: 130px;
    }

    .navUnit {
        width: 100% !important;
        min-height: 60px;
        line-height: 60px;
    }

    .serviceImg {
        width: 70%;
    }

    .banner {
        height: 450px;
    }

    .bannerUnique {
        height: 250px;
    }

   /* .swiper3 {
        height: 400px;
    }*/

    .bannerTitle, .bannerUniqueTitle {
        font-size: 20px;
    }

    .bannerTitleDown, .bannerUniqueTitleDown {
        font-size: 16px;
    }

    .bannerCon {
        left: 100px;
    }

    .serveTip {
        font-size: 16px;
    }

    .serveAccount {
        font-size: 14px;
    }

    /*.serveImg{*/
    /*    width: 100%!important;*/
    /*    height: 100px;*/
    /*}*/


    .shaow {
        height: 360px !important;
    }

    .heading {
        font-size: 22px !important;
    }

    .headingEng {
        font-size: 14px !important;
    }

    .shaow:hover .imgDown {
        height: 360px !important;
    }

    .mydivTitle {
        font-size: 16px !important;
    }

    .sideCon {
        font-size: 16px !important;
    }

    .featHead {
        font-size: 22px !important;
    }

    .featurette-heading {
        font-size: 18px !important;
    }
}

/*大屏移动终端屏幕下的专用样式*/
@media screen and (min-width: 414px) and (max-width: 479px) {
    #mydiv {
        height: 240px !important;
    }

    .logoImg {
        width: 120px;
    }

    .serviceImg {
        width: 70%;
    }

    .navUnit {
        width: 100% !important;
        min-height: 60px;
        line-height: 60px;
    }

    .banner {
        height: 400px;
    }

    .bannerUnique {
        height: 200px;
    }

   /* .swiper3 {
        height: 360px;
    }*/

    .bannerTitle, .bannerUniqueTitle {
        font-size: 18px;
    }

    .bannerTitleDown, .bannerUniqueTitleDown {
        font-size: 14px;
    }

    .bannerCon {
        left: 50px;
    }

    .serveTip {
        font-size: 16px;
    }

    .serveAccount {
        font-size: 14px;
    }

    /*.serveImg{*/
    /*    width: 100%!important;*/
    /*    height: 100px;*/
    /*}*/


    .shaow {
        height: 360px !important;
    }

    .heading {
        font-size: 22px !important;
    }

    .headingEng {
        font-size: 14px !important;
    }

    .shaow:hover .imgDown {
        height: 360px !important;
    }

    .mydivTitle {
        font-size: 16px !important;
    }

    .sideCon {
        font-size: 14px !important;
    }

    .featHead {
        font-size: 22px !important;
    }

    .featurette-heading {
        font-size: 18px !important;
    }
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width: 413px) {
    .footImg {
        width: 30% !important;
        height: 30% !important;
    }

    #mydiv {
        height: 240px !important;
    }

    .logoImg {
        width: 100px;
    }

    .navUnit {
        width: 100% !important;
        min-height: 60px;
        line-height: 60px;
    }

    .serviceImg {
        width: 70%;
    }

    .banner {
        height: 300px;
    }

    .bannerUnique {
        height: 200px;
    }

    /*.swiper3 {
        height: 300px;
    }*/

    .bannerTitle, .bannerUniqueTitle {
        font-size: 16px;
    }

    .bannerTitleDown, .bannerUniqueTitleDown {
        font-size: 12px;
    }

    .bannerCon {
        left: 30px;
    }

    .serveTip {
        font-size: 16px;
    }

    .serveAccount {
        font-size: 14px;
    }

    /*.serveImg{*/
    /*    width: 100%!important;*/
    /*    height: 100px;*/
    /*}*/


    .shaow {
        height: 360px !important;
    }

    .heading {
        font-size: 18px !important;
    }

    .headingEng {
        font-size: 12px !important;
    }

    .shaow:hover .imgDown {
        height: 360px !important;
    }

    .mydivTitle {
        font-size: 14px !important;
    }

    .sideCon {
        font-size: 14px !important;
    }

    .featHead {
        font-size: 22px !important;
    }

    .featurette-heading {
        font-size: 18px !important;
    }
}

/*.uniqueImg{
    width: 100%;
    height: 100%;
}*/
.uniqueTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.footImg {
    width: 45%;
    height: 45%;
}

.sideCon {
    font-size: 18px;
}

.featHead {
    color: #47afef;
    font-size: 28px;
    margin: 15px auto;
}

.featurette-heading {
    font-size: 20px;
    text-align: center;
}

.mydivTitle {
    font-size: 24px;
    color: white;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}

.heading {
    margin: 20px 10px 10px;
    font-weight: 600;
    font-size: 24px;
}

.headingEng {
    margin: 20px;
    font-size: 16px;
}

.shaow {
    height: 330px;
    padding: 40px 20px;
    margin-bottom: 20px;
    transition: all .3s linear;
    border: 1px solid #00ae90;
    border-radius: 10px;
    overflow: hidden;
}

.shaow:hover {
    border: 1px solid #00ae90;
    background: white;
    z-index: 1;
}

.serviceImg {
    width: 70%;
    height: 150px;
    border-radius: 2px;
    margin: auto;
}

.changeBg {
    width: 100%;
    height: 250px;
    padding: 20px;
}

.noChange {
    padding: 20px;
    width: 100%;
    height: 250px;
}

.change-outer:hover .noChange{
    color: white;
}

.custom {
    border: 1px solid #47afef;
    width: 100%;
    height: 250px;
    text-align: center;
    background: white;
    margin-top: 30px;
    overflow: hidden;
}
.change-outer{
    width: 100%;
    transition: all 0.3s linear;
}
.change-outer:hover {
    transform: translateY(-250px);
    background: linear-gradient(to top right, rgba(13, 111, 246, 0.70), rgba(44, 183, 250, 0.70));
}


.serveConTop {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.serveImg {
    width: 100%;
    height: 100px;
}
.serveImg img{
    height: 100%;
    margin:auto;
    display: block;
}
.bannerCon {
    width: 60%;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
}

.buttonImg {
    margin-top: 15px;
    height: 70%;
}


.logoImg{
    height: 60px;
    padding: 10px;
}
.canvas-img {
    width: 100%;
    height: 400px;
    background: #47afef;
}

#mydiv {
    width: 100%;
    height: 360px;
    background: #47afef;
    opacity: .9;
    overflow: hidden;
}

#mydiv canvas {
    width: 100%;
}

.serveTip {
    color: #cccccc;
}


/*头部导航*/
.navUnit {
    width: 130px;
    text-align: center;
    position: relative;
}


.navContent {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    background: white;
}

.headerRight {
    height: 100%;
    position: absolute;
    line-height: 70px;
    right: 0;
    top: 0;
}

.rightInner {
    padding: 5px 15px;
    border-radius: 30px;
    border: #00ae90 1px solid;
    font-size: 16px;
    margin-right: 20px;
}
.rightInner2 {
    font-size: 16px;
}

.navbar-collapse {
    flex-grow: 0;
}

.navUnit > a {
    display: block;
    width: 100%;
    color: inherit;
    transition: all .5s;
}

.navUnit::after {
    content: '';
    background: #47afef;
    position: absolute;
    width: 0;
    height: 5px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
}

.navUnit:hover {
    color: #47afef !important;
}

.navUnit:hover::after {
    content: '';
    background: #47afef;
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

#navActive {
    color: #47afef !important;
    position: relative;
}

#navActive::after {
    content: '';
    background: #47afef;
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}

.navUnitList {
    transition: all .3s linear;
    border-radius: 0 10px 0 10px;
    overflow: hidden;
    max-height: 0;
    box-sizing: border-box;
}

.navUnit:hover .navUnitList {
    max-height: 300px;
    z-index: 1000;
}

.navUnitListItem {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

.navUnitListItem a {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    background: white;
}

.navUnitListItem a:hover {
    color: #47afef;
}



.dataSrc{
    max-width:1200px;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
}
.headerRight {
    height: 100%;
    position: absolute;
    line-height: 70px;
    right: 0;
    top: 0;
}
.rightInner {
     padding: 5px 15px;
     border-radius: 30px;
     border: #00ae90 1px solid;
     font-size: 16px;
     margin-right: 20px;
 }
.rightInner2 {
    font-size: 16px;
}
.navUnitListItem a:hover {
    color: #47afef;
}

.headerRight a:hover {
    color: #00ae90;
}

/*头部导航*/
.navUnit {
    width: 130px;
    text-align: center;
    position: relative;
}


.navContent {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    background: white;
}
.headerRight {
    height: 100%;
    position: absolute;
    line-height: 70px;
    right: 0;
    top: 0;
}

.rightInner {
    padding: 5px 15px;
    border-radius: 30px;
    border: #00ae90 1px solid;
    font-size: 16px;
    margin-right: 20px;
}
.rightInner2 {
    font-size: 16px;
}

.navbar-collapse {
    flex-grow: 0;
}

.navUnit > a {
    display: block;
    width: 100%;
    color: inherit;
    transition: all .5s;
    font-size: 16px;
}

.navUnit::after {
    content: '';
    background: #47afef;
    position: absolute;
    width: 0;
    height: 5px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
}

.navUnit:hover {
    color: #47afef !important;
}

.navUnit:hover::after {
    content: '';
    background: #47afef;
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

#navActive {
    color: #47afef !important;
    position: relative;
}

#navActive::after {
    content: '';
    background: #47afef;
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}

.navUnitList {
    transition: all .3s linear;
    border-radius: 0 10px 0 10px;
    overflow: hidden;
    max-height: 0;
    box-sizing: border-box;
}

.navUnit:hover .navUnitList {
    max-height: 300px;
    z-index: 1000;
}

.navUnitListItem {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

.navUnitListItem a {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    background: white;
}

.navUnitListItem a:hover {
    color: #47afef;
}

.headerRight a:hover {
    color: #00ae90;
}
