
/*css reset*/
@media(max-width:1200px){
    *{font-size:1rem;}
}
* {
    box-sizing: inherit;
}



/* .header{width: 5rem;height: 300px; background: #000;}
 */











.topMain {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 2;
    width: 60px;
    background: #fff;
    padding: 18px 0;
    border-radius: 50px 0 0 50px;
    border: 1px solid #ededed;
    box-sizing: content-box !important;
    display: none;
}
.topMain .goImg{position: relative; width: 100%;}
.topMain .goImg .icon{width:100%;height: 65px;cursor: pointer;}
.topMain .goImg .pos{transition: all 0.5s; position: absolute;right: 116%; top: 50%;transform: translateY(-50%);width: 0px;height: 100px;overflow: hidden;}

.topMain .goImg:hover .pos{transition: all 0.5s;width: 100px;box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.topMain .goImg .pos img{width: 100px;}
.topMain .goQq .icon{background: url(../image/qq.png) center no-repeat;}
.topMain .goQq .icon:hover{background: url(../image/qqs.png) center no-repeat;}
.topMain .goWechart .icon{background: url(../image/wechart.png) center no-repeat;}
.topMain .goWechart .icon:hover{background: url(../image/wecharts.png) center no-repeat;}
.topMain .goTop .icon{background: url(../image/top.png) center no-repeat;}
.topMain .goTop .icon:hover{background: url(../image/tops.png) center no-repeat;}





.pcMax{
    position: relative;
}
.mMax{
    display: none;
}

/*banner公共样式*/
.pcTopTotal {
    overflow: hidden;
}

.banner {
    animation: pic_m 2s ease;
    overflow: hidden;
}

.banner img, .navImg img, .topMain img, .detailsImg img, .companyImg img, .chartImg img, .topLevelRight img, .industrialImg img, .hgtechAll img, .bulbImg img, .widList img{
    width: 100%;
}

.rotation .paragraph.paragraph-news-slider .news-slider .flickity-viewport img, .paragraph.paragraph-news-slider .news-slider .carousel-cell img{
    width: 100%;
}

.pcTopTotal .title {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 900;
    left:10%;
    right: 10%;
    line-height: 1.2;
}

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

.aboutUs {
    position: absolute;
    left: 0;
    top: calc(100% - 48px);
    width: 10%;
    z-index: 3;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.aboutUs{
    animation-name: fadeInUpSmall;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.aboutText {
    text-align: center;
    width: 0;
    color: #ccc;
    font-size: 18px;
}

.navBottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    background: #fff;
    overflow-x: auto;
}

.navBottom ul {
    width: 100%;
    overflow-x: auto;
    height: 100%;
    white-space: nowrap;
}

.navBottom li.active{
    background: #d43a36;
}
.navBottom li.active a{
    color: #fff;
}

.js-viewport-children > :first-child > * {
    transition-delay: .1s;
}

.js-viewport-children > :nth-child(2) > * {
    transition-delay: .15s;
}

.js-viewport-children > :nth-child(3) > * {
    transition-delay: .2s;
}

.js-viewport-children > :nth-child(4) > * {
    transition-delay: .25s;
}

.js-viewport-children > :nth-child(5) > * {
    transition-delay: .3s;
}

.js-viewport-children > :nth-child(6) > * {
    transition-delay: .35s;
}

.js-viewport-children > :nth-child(7) > * {
    transition-delay: .4s;
}

.js-viewport-children > :nth-child(8) > * {
    transition-delay: .45s;
}

.js-viewport-children > :nth-child(9) > * {
    transition-delay: .5s;
}

.js-viewport-children > :nth-child(10) > * {
    transition-delay: .55s;
}

.js-viewport-children > :nth-child(11) > * {
    transition-delay: .6s;
}

.js-viewport-children > :nth-child(12) > * {
    transition-delay: .65s;
}

.js-viewport-children > :nth-child(13) > * {
    transition-delay: .7s;
}

.js-viewport-children > :nth-child(14) > * {
    transition-delay: .75s;
}
.js-viewport-children > :nth-child(15) > * {
    transition-delay: .8s;
}

.js-viewport-children > .viewed > * {
    opacity: 1;
    transform: translateZ(0);
}

.js-viewport-children > * > * {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
    transition: transform 1.5s cubic-bezier(.14, 1, .34, 1), opacity .4s;
}

.navBottom li:hover {
    background: #d43a36;
}

.navBottom li:hover a {
    color: #fff;
}

.navBottom ul {
    display: flex;
}

.navBottom li {
    line-height: 80px;
}

.navBottom li a {
    width: 100%;
    color: #000;
    padding: 0 50px;
    display: block;
    font-size: 16px;
}

.scroll-animate.animated:not(.go) {
    opacity: 0;
}

.pcBg{
    display: block;
}

.mBg{
    display: none;
}

.titleIntroduce {
    font-size: 26px;
    margin-top: 20px;
    width: 60%;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.bannerHide{
    display: none;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -60%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0%, -50%, 0);
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 40%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes pic_m {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
.bannerApp{
    display: none;
}


.m_header,.m_footer,.m_nav{display: none;}
.suspend{display: none;}
@media(max-width:1200px){
    .header,.footer{display: none;}


    .m_header{display: block; position: fixed;left: 0;top: 0;z-index: 11;width: 100%;
        -webkit-transition:all .8s cubic-bezier(0.22, 0.61, 0.36, 1); -moz-transition:all .8s cubic-bezier(0.22, 0.61, 0.36, 1); -ms-transition:all .8s cubic-bezier(0.22, 0.61, 0.36, 1); -o-transition:all .8s cubic-bezier(0.22, 0.61, 0.36, 1); transition:all .8s cubic-bezier(0.22, 0.61, 0.36, 1);}
    .m_header .logo{display:flex;align-items: center; width:calc(100% - 0.8rem);height: 1.24rem;}
    .m_header .logo img{display: block;max-width:100%;}
    .m_header .logo .m2{display: none;}
    .m_header .nav_icon{width: 0.52rem;height: 1.24rem;background: url(../image/icon_1.png) center no-repeat;background-size: 100% auto;}
    .m_header .nav_icon.cur{background: url(../image/icon_2.png) center no-repeat;background-size: 0.41rem auto;}
    .m_header_fixed{background: #fff;box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);}
    .m_header_fixed .logo .m1{display: none;}
    .m_header_fixed .logo .m2{display: block;}
    .m_header_fixed .nav_icon{background: url(../image/icon_1s.png) center no-repeat;background-size: 100% auto;}
    .m_header_fixed .nav_icon.cur{background: url(../image/icon_2s.png) center no-repeat;background-size: 0.41rem auto;}
    
    
    .m_nav{transition: all 0.7s;display: block; position: fixed;left: 100%;top: 0;z-index: 10; width: 100%;height: 100vh;background: rgba(0,0,0,0.7);}
    .m_nav.cur{transition: all 0.7s;left: 0%;}
    .m_nav ul{margin-top: 1.54rem;height: calc(100% - 1.34rem - 1.14rem - 0.6rem);overflow-y: auto;}
    .m_nav ul .one{transition: all 0.5s;padding-left: 0.5rem; position: relative;font-size: 0.36rem;line-height: 1.2rem;color: #fff;}
    .m_nav ul .one::after{transition: all 0.5s;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0;height: 0.03rem;background: #d43935;content: "";}
    .m_nav ul .pos{display: none;}
    .m_nav ul .pos a{padding-left: 0.72rem; line-height: 0.66rem; font-size: 0.3rem;color: #fff;}
    .m_nav ul .pos .on a{color: #ff0000;}
    .m_nav ul .on .one,.m_nav ul .one:hover{transition: all 0.5s;color: #ff0000;}
    .m_nav ul .on .one::after,.m_nav ul .one:hover::after{transition: all 0.5s;width: 0.4rem;}

      .m_nav ul  .posdel{
        display: none;
    }
    .m_nav ul .pos .posdel  .pos_a{
        margin-left: 10px;
    }

    .m_nav ul .pos .posdel  .posfore{
        display: none;
    }
    .m_nav ul .pos .posdel  .posfore a{
        margin-left: 26px;
    }
    .m_nav ul .pos .posdel a{
        font-size: 0.28rem;
        color: #bebbbb;
    }

    .m_nav .b_text{position: absolute;left: 0;bottom: 0;width: 100%;height: 1.14rem;line-height: 1.14rem; font-size: 0.3rem;color: #fff;border-top: #ccc 1px solid;}
    .m_nav .b_text p{padding-left: 0.59rem;background: url(../image/icon_3.png) left center no-repeat;background-size: 0.44rem auto;}
    .m_nav .search input{width: 2rem;height: 1.14rem;text-align: right;color: #fff;}
    .m_nav .search input::-moz-placeholder{color: #fff;opacity: 1;}
    .m_nav .search input::-webkit-input-placeholder{color: #fff;opacity: 1;}
    .m_nav .search input::-o-input-placeholder{color: #fff;opacity: 1;}
    .m_nav .search input::-ms-input-placeholder{color: #fff;opacity: 1;}
    .m_nav .search .but{display: block; width: 0.5rem;height: 1.14rem;background: url(../image/icon_4.png) right center no-repeat;background-size:0.38rem auto;}
    

    .m_footer{display: block;position: relative;z-index: 2;}
    .m_footer .bac{background: #1d1d1d;}
    .m_footer .logo img{padding: 0.9rem 0 0.4rem; max-width:calc(100% - 0.8rem);}
    .m_footer .next{margin:0 0 0.2rem ; }
    .m_footer .next p{padding-left: 0.56rem;line-height: 0.7rem; font-size: 0.28rem;color: #fff;background: url(../image/icon_51.png) left center no-repeat;background-size: 0.3rem auto;}
    .m_footer .next p a{font-size: 0.28rem;color: #e6222a;}
    .m_footer .next p:nth-child(2){background: url(../image/icon_61.png) left center no-repeat;background-size: 0.34rem auto;}
    .m_footer .text .text_box{display: block; padding-top: 0.28rem; font-size: 0.26rem;line-height: 0.45rem;color: #fff;text-align: center; border-top: #fff 1px solid;}
    .m_footer .text .clearfix{margin: 0 auto;padding: 0.32rem 0 0.78rem; width:2.38rem;}
    .m_footer .text .clearfix i{float: left;margin: 0 0.06rem; width: 0.64rem;height: 0.64rem;}
    .m_footer .text .clearfix i:nth-child(1){background: url(../image/icon_71.png) center no-repeat;background-size: 100% auto;}
    .m_footer .text .clearfix i:nth-child(2){background: url(../image/icon_81.png) center no-repeat;background-size: 100% auto;}
    .m_footer .text .clearfix i:nth-child(3){background: url(../image/icon_91.png) center no-repeat;background-size: 100% auto;}

    .susPage{position: relative;z-index:9; height: 0.76rem;}
    .suspend{position: relative;z-index: 5; display: none; width: 100%;height: 0.76rem;background: #fff;box-shadow: 0 0 0.6rem rgba(0,0,0,0.14);border-radius: 0.52rem 0.52rem 0 0;}
    .suspend i{float: left;width: 33.33%;height: 0.76rem;}
    .suspend .qq{background: url(../image/icon_10.png) center no-repeat;background-size: 0.29rem auto;}
    .suspend .wx{position: relative; background: url(../image/icon_111.png) center no-repeat;background-size: 0.4rem auto;}
    .suspend .wx .pos{transition: all 0.5s; position: absolute;left: 50%;bottom: 0.9rem;transform: translateX(-50%);width: 2.6rem;height: 0rem;overflow: hidden;}
    .suspend .wx .pos img{width: 2.6rem;height: 2.6rem;}
    .suspend .wx.cur .pos{transition: all 0.5s;height: 2.6rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);}

    .suspend .top{background: url(../image/icon_12.png) center no-repeat;background-size: 0.39rem auto;}

    .suspend .qq:hover{background: url(../image/icon_10s.png) center no-repeat;background-size: 0.29rem auto;}
    .suspend .wx:hover{background: url(../image/icon_11s.png) center no-repeat;background-size: 0.4rem auto;}
    .suspend .top:hover{background: url(../image/icon_12s.png) center no-repeat;background-size: 0.39rem auto;}

    .suspend_fixed{transition: all 0.3s;bottom: 6.31rem;}
    .suspend_block{display: block;}
    .suspend_fixedPage{position: fixed;left: 0;bottom: 0;z-index: 9;}

    .topMain {
        width: 100%;
        position: static;
        border-radius: 50px 50px 0 0;
        justify-content: space-around;
        min-height: auto;
        padding: 0.1rem;
        box-sizing: border-box!important;
        display: flex;
    }

    .goQq,.goWechart,.goTop{
        margin: 0;
    }

    .pcBg{
        display: none;
    }

    .mBg{
        display: block;
    }

    .mMax{
        display: block;
    }
    .pcTopTotal .title {
        font-size: 0.54rem;
    }
    .pcMax .header, .headerRight, .aboutUs {
        display: none;
    }
    .content{
        clear: both;
    }
    .navBottom{
        margin: 0 auto;
        height: 1.5rem;
        background: transparent;
        overflow-x: auto;
    }
    .navBottom ul{
        width: 100%;
        overflow-x: auto;
        height: 100%;
        white-space: nowrap;
    }
    .navBottom li{
        line-height: 1.5rem;
    }
    .navBottom li a{
        padding: 0 0.2rem;
    }

    .titleIntroduce{
        font-size: 0.32rem;
    }
    .titleIntroduce{
        width: 90%;
        line-height: 0.6rem;
    }
    .topMain{
        display: none;
    }

    .bannerApp{
        display: block;
    }
    .bannerPc{
        display: none;
    }
}


/*分页*/
.paging{padding: 43px 0 120px;text-align: center;}
.paging li{display: inline-block; font-size: 18px;color: #666;}
.paging li span{padding: 0 17px;}
.paging li a{color: #666;padding: 0 17px;}
.paging li.active,.paging li a:hover{color: #ff0000;}
.paging li:first-child{float: left; padding-left: 43px;font-size: 18px;color: #333;background: url(../image/icon_15.png) left center no-repeat;}
.paging li:first-child a,.paging li:first-child span{padding: 0;}

.paging li:last-child{float: right;padding-right: 43px;font-size: 18px;color: #333; background: url(../image/icon_16.png) right center no-repeat;}
.paging li:last-child a,.paging li:last-child span{padding: 0;}

/*人才招聘banner*/
.join_banner{position: relative; height: 78.6vh;}
.join_banner .pic{position: fixed;left: 0;top: 0; width: 100%;height: 78.6vh;overflow: hidden;}
.join_banner .pic i{display: none; width: 100%;height: 100%;animation:pic_m 2s ease}
.join_banner .pic .i1{display: block;}
.join_banner .pos{position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);width: 88%;text-align: center;}
.join_banner .pos p{font-size: 60px;color: #fff;font-weight: 900;}

.join_banner .posVideo{
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%,-50%);
    width:856px;
    height: 480px;
}
.join_banner .posVideo video{
    width: 100%;
    height: 100%;
}
.join_banner .posVideo i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/icon_11.png) center no-repeat;
}

@media(max-width:1200px){
    .join_banner{position: relative; height: 63.71vh;}
    .join_banner .pic{height: 63.71vh;}
    .join_banner .pic .i1{display: none;}
    .join_banner .pic .i2{display: block;}
    .join_banner .pos p{font-size: 0.6rem;}
    .noty_bar span.noty_text{font-size: 0.22rem;}

    .paging{display: none;}
    
    
    .join_banner .posVideo{
        width:92%;
        height: 3.87rem;
    }

    .join_banner .posVideo i{
        width: 100%;
        height: 100%;
        background: url(../image/icon_11.png) center no-repeat;
    }
}

.header .nav .posbox{
    margin: 6px 0;
    /*height:350px;*/
    /*overflow-y: auto;*/
}
/*.header .nav .posbox::-webkit-scrollbar {*/
/*    width:4px;*/
/*    height:2px;*/
/*}*/
/*.header .nav .posbox::-webkit-scrollbar-thumb {*/
    /*滚动条里面小方块*/
/*    margin: 0 1px;*/
/*    border-radius:4px;*/
/*    background-color: #d90c1c;*/
/*}*/
/*.header .nav .posbox::-webkit-scrollbar-track {*/
    /*滚动条里面轨道*/
/*    border-radius: 4px;*/
/*    background:rgba(255,255,255,0.5);*/

/*}*/




.header .nav .posbox dd{
    padding-top: 6px;
    width: 100%;
    overflow: hidden;
}

.header .nav .posbox dd a {
    line-height: 24px;
    cursor: pointer;
}

/*.header .nav .posbox dd a.cur {*/
/*    color: #ff0000;*/
/*}*/

.header .nav .posbox dd.cur .bor a{
    color: #ff0000;
}
.header .nav .posbox dd.cur .per{
    display: block;
}


.header .nav .posbox .per {
    
    display: none;
}
.header .nav .posbox .per a{
   
}


.header .nav .posbox .per a {
    display: block;
     width: 100%;
    padding-left: 6px;
    line-height: 24px;
    font-size: 12px;
    color: #bebbbb;
}
.header .nav .posbox .per a.cur{
    color: #ff0000;
}



