@charset "utf-8";
/*css reset*/
@media(max-width:1200px){
    *{font-size:1rem;}
}
* {
    box-sizing: inherit;
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b,
i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time,
mark, audio, video,input,button{margin:0;padding:0;border:none;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
ul,ol,li{list-style:none;}
i,em{font-style:normal;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
table {border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
a{text-decoration:none;}
em{font-style:normal;}
a,i,b,img,span,em{display: block;}
a,button,input,textarea{outline:none;-webkit-appearance:none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
input[type="text"]{-webkit-appearance:none;background:none;}
input[type="submit"]{-webkit-appearance:none;}
input[type="checkbox"]{border:1px solid #ccc;border-radius:0;}
input[type="password"]{-webkit-appearance:none;}
input[type="tel"]{-webkit-appearance:none;background:none;}
input[type="tel"]{-webkit-appearance:none;background:none;}
body{font-family:微软雅黑,Helvetica,Arial,sans-serif;}
td,th{vertical-align:middle; }
.clear{clear:both;}
/*reset end*/

/*basic start*/

/* @media screen and (min-width:320px){html,body{font-size:10px;}}
@media screen and (min-width:480px){html,body{font-size:13px;}}
@media screen and (min-width:560px){html,body{font-size:15px;}}
@media screen and (min-width:640px){html,body{font-size:17px;}}
@media screen and (min-width:750px){html,body{font-size:20px;}}
@media screen and (min-width:800px){html,body{font-size:20px;}}
@media screen and (min-width:1024px){html,body{font-size:20px;}} */



/* @media screen and (min-width:320px){html,body{font-size:50px;}}
@media screen and (min-width:480px){html,body{font-size:64px;}}
@media screen and (min-width:560px){html,body{font-size:74px;}}
@media screen and (min-width:640px){html,body{font-size:85px;}}
@media screen and (min-width:750px){html,body{font-size:100px;}}
@media screen and (min-width:800px){html,body{font-size:100px;}}
@media screen and (min-width:1024px){html,body{font-size:100px;}}

 */



.rotate30{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);-moz-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg);}
.rotate-30{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);-moz-transform:rotate(-30deg);-o-transform:rotate(-30deg);transform:rotate(-30deg);}
.rotate45{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.rotate-45{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.rotate180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}



* input::-moz-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}
* input::-webkit-input-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}
* input::-o-input-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}
* input::-ms-input-placeholder{font-family:微软雅黑,Helvetica,Arial,sans-serif;}


/*========定义基础样式========*/
#cnzz_stat_icon_1279843622 {
    display: none;
}
body{word-break: break-all;background: #FAFAFA;}
.w1300{width:67.7%;min-width: 1300px; margin: 0 auto;}
.w{margin:0 auto; width: 88%;}
.hide { display:none;}
.vis{visibility: hidden;}
.fl { float:left;}
.fr { float:right;}
.clearfix:after { content:" "; display:block; clear:both; height:0; /*visibility:hidden;*/}
.clearfix { zoom:1; }
a .opacity { filter:alpha(opacity=100); opacity:1; -moz-opacity:1; }
a:hover .opacity { filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8; }
.bac{background: #fff;}
a:hover{text-decoration: none !important;}

a.button{
    display:block;
    height:2.5em;
    line-height: 2.5em;
    font-size: 0.9375em;
    color: #fff;
    text-align:center;
    background: #ee3749;
    border-radius:0.3rem;
    }
a.buttons{
    display:block;
    height:2.5em;
    line-height: 2.5em;
    font-size: 0.9375em;
    color: #666;
    text-align:center;
    background: #ccc;
    border-radius:0.3rem;
    }


.over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.text_over1{width: 100%;white-space:nowrap;overflow: hidden; text-overflow: ellipsis;}
.text_over2{overflow: hidden;
text-overflow: ellipsis;
display: -ms-box;
-ms-line-clamp: 2;
-ms-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -o-box;
-o-line-clamp: 2;
-o-box-orient: vertical;
}
.text_over3{overflow: hidden;
text-overflow: ellipsis;
display: -ms-box;
-ms-line-clamp: 3;
-ms-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 3;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -o-box;
-o-line-clamp: 3;
-o-box-orient: vertical;
}

/* .header{width: 5rem;height: 300px; background: #000;}
 */




.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;-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);}


.header .con{width: 89.479%;margin: 0 auto;min-width: 1200px;}
.header .logo{height: 130px;background: url(../images/icon/logo.png) center no-repeat;width: 20.139%;width: 424px;background-size: 100% auto;}
.header .nav{width:75%;width:calc(100% - 424px)}
.header .nav .nav_box{display: inline-block;float: right;}
.header .nav .ls{position: relative; float: left;/*margin-right: 3vw;*/margin-right: 2vw;}
.header .nav .ls:nth-last-child(1){padding-right: 0;margin-right: 0;}
.header .nav .ls:last-child .pos{left: initial !important;margin-left: 0 !important; right:-30%;}
.header .nav .ls .one{position: relative;display: block;line-height: 130px;font-size: 16px;color: #fff;}
.header .nav .ls .one::after{transition: all 0.5s; position: absolute;left:50%;top: 110px;transform: translateX(-50%); width: 0%;height: 3px;background: #fff;opacity:1;content: "";}
.header .nav .ls .one.other::after,.header .nav .ls:hover .one::after{transition: all 0.5s;width: 100%;}


.header .nav .pos{position: absolute;top:113px;left: 50%; z-index: 4;width: 1200px; height: 0px;overflow: hidden; text-align: center;}
.header .nav .pos ul{display:inline-block;height: 56px;}
.header .nav .pos ul li{margin:0 18px;display: inline-block;line-height: 80px;border: 0;}
.header .nav .pos ul li a{display: block; font-size: 14px;color: #fff;}
.header .nav .pos ul li a:hover{color: #ff0000;}

.header .nav .pos_list{transition: all 0.6s; position: fixed;left: 0;top: 113px;z-index: 4; width: 100%;max-height: 0;overflow: hidden; background: rgba(0,0,0,0.6);
    -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);}
.header .nav .pos_list .w1400{padding: 18px 0 26px;display: block; margin: 0 auto;width: 89.479%;min-width: 1200px;}
.header .nav .pos_list dl{float: left;margin-right: 3%; width:calc(85% / 6);}
.header .nav .pos_list dl:nth-child(6n){margin-right: 0;}
.header .nav .pos_list dl:nth-child(7){margin-top:-130px;margin-left:calc((85% / 6) + 3%);}
.header .nav .pos_list dl:nth-child(8){margin-top:-130px;margin-left:calc((85% / 6)*2 + 6%);}
.header .nav .pos_list dl:nth-child(9){margin-top:-130px;margin-left:calc((85% / 6)*3 + 9%);}

.header .nav .pos_list dt a{display: block; line-height: 50px;font-size: 14px;color: #fff;border-bottom: #fff 2px solid;}
.header .nav .pos_list dd{padding-top: 12px;}
.header .nav .pos_list dd a{display: block; line-height: 28px;font-size: 14px;color: #fff;}
.header .nav .pos_list dd img{width: 186px;max-width: 100%;}
.header .nav .pos_list a:hover{color: #ff0000;}



.header .nav .ls:hover .pos_list{transition: all 0.6s; max-height:480px;/* border-top: #e2e2e2 1px solid;border-bottom: #e2e2e2 1px solid; */}


.header .nav .search{margin-left:2.3vw ;width: 24px;height: 130px;background: url(../images/icon/i1.png) center no-repeat;background-size: 100% auto;}

.header .drop{transition: all 0.5s; display: block;position: absolute;top: 113px;left: 0;z-index: 3;width: 100%;height:0px;
    background: rgba(0,0,0,0.6);
    -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);}
.header .drop.cur{transition: all 0.5s;height: 80px;/* border-top: #e2e2e2 1px solid;border-bottom: #e2e2e2 1px solid; */}
.header a{text-decoration: none !important;}


.header.grays{background: #fff;border-bottom: #e2e2e2 1px solid;}
.header.grays .logo{height: 100px; background-image: url(../images/icon/logo2.png);}
.header.grays .nav .ls .one{ line-height: 100px; color: #333;}
.header.grays .nav .ls .one::after{top: 97px;background: #ff0000;}
.header.grays .nav .pos,.header.grays .drop,.header.grays .nav .pos_list{top: 101px;}
.header.grays .nav .search{ height: 100px;background-image: url(../images/icon/i5.png);}

.header.grays .nav .pos ul li a{color: #333;}
.header.grays .nav .pos ul li a:hover{color: #ff0000;}
.header.grays .nav .pos_list{background: #fff;}
.header.grays .nav .ls:hover .pos_list{border-bottom: #f0f0f0 2px solid;}
.header.grays .nav .pos_list dt a{color: #333;border-bottom: #f0f0f0 2px solid;}
.header.grays .nav .pos_list dd a{color: #999;}
.header.grays .nav .pos_list a:hover{color: #ff0000;}
.header.grays .drop{background: #fff;}
.header.grays .drop.cur{border-bottom: #e2e2e2 1px solid;}



.header.grays_box{background: #fff;border-bottom: #e2e2e2 1px solid;}
.header.grays_box .logo{height: 100px; background-image: url(../images/icon/logo2.png);}
.header.grays_box .nav .ls .one{ line-height: 100px; color: #333;}
.header.grays_box .nav .ls .one::after{top: 97px;background: #ff0000;}
.header.grays_box .nav .pos,.header.grays_box .drop,.header.grays .nav .pos_list{top: 101px;}
.header.grays_box .nav .search{ height: 100px;background-image: url(../images/icon/i5.png);}

.header.grays_box .nav .pos ul li a{color: #333;}
.header.grays_box .nav .pos ul li a:hover{color: #ff0000;}
.header.grays_box .nav .pos_list{background: #fff;}
.header.grays_box .nav .ls:hover .pos_list{border-bottom: #f0f0f0 2px solid;}
.header.grays_box .nav .pos_list dt a{color: #333;border-bottom: #f0f0f0 2px solid;}
.header.grays_box .nav .pos_list dd a{color: #999;}
.header.grays_box .nav .pos_list a:hover{color: #ff0000;}
.header.grays_box .drop{background: #fff;}
.header.grays_box .drop.cur{border-bottom: #e2e2e2 1px solid;}





.footer{position: relative;z-index: 1; background: #1d1d1d;}
.footer .next>.fl{padding: 1px 0; width: 23.3%;height: 450px; border-right: #343434 1px solid;}
.footer .next>.fl:last-child{width: calc(100% - 69.9% - 3px);border-right: none;}
.footer .next dl{padding:58px 0 0 31.69%;}
.footer .next dt{float: left;margin: 11px 14px 0 0; width: 21px;height: 3px;background: #ff0000;}
.footer .next dd{float: left;}
.footer .next dd p{margin-bottom: 13px; font-size: 18px;color: #fff;}
.footer .next dd a{font-size: 14px;line-height: 38px;color: #fff;display: block;}
.footer .next dd a:hover{color: #ff0000;}
.footer .next .text{margin: 0 auto;width: 55.2%;}
.footer .next .text .logo img{opacity: 1; padding: 55px 0 44px; width:346px;max-width: 100%;}
.footer .next .text .next_box p{margin-bottom: 46px; padding-left: 44px; font-size: 16px;color: #fff;background: url(../images/icon/icon_5.png) left center no-repeat;}
.footer .next .text .next_box p a{font-size: 20px; color: #ff0000;}
.footer .next .text .next_box p:nth-child(2){margin-bottom: 17px; background: url(../images/icon/icon_6.png) left center no-repeat;}
.footer .next .select{position: relative; border-bottom: #8c8c8c 1px solid;cursor: pointer;}

.footer .next .select p{display: inline-block;padding-right: 22px;height: 53px;line-height: 53px; font-size: 14px;color: #fff; /*background: url(../images/icon/icon_10.png) right center no-repeat;*/}
.footer .next .select .pos{display: none; position: absolute;left: 0;bottom: 53px;border: #fff 1px solid;width: calc(100% - 20px);padding:20px 10px; border-radius: 5px;background: rgba(29, 29, 29, 0.9);}
.footer .next .select .pos a{padding-left: 22px;line-height: 40px;font-size: 16px;color: #fff;}
.footer .next .select .pos a:hover{color: #ff0000;}


.footer .text_b{border-top: #4a4a4a 1px solid;}
.footer .text_box{padding-left: 4.89%;line-height: 104px;}
.footer .text_box p{font-size: 14px;color: #fff;}
.footer .text_b .icon{padding:0 20px 0 5%;}

.footer .text_b .icon i{float: left;margin: 0 6px; width: 49px;height:104px;cursor: pointer;}
.footer .text_b .icon i:nth-child(1){background: url(../images/icon/icon_7.png) center no-repeat;background-size: 100% auto;}
.footer .text_b .icon i:nth-child(2){background: url(../images/icon/icon_8.png) center no-repeat;background-size: 100% auto;}
.footer .text_b .icon i:nth-child(3){background: url(../images/icon/icon_9.png) center no-repeat;background-size: 100% auto;}


.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(../images/about/qq.png) center no-repeat;}
.topMain .goQq .icon:hover{background: url(../images/about/qqs.png) center no-repeat;}
.topMain .goWechart .icon{background: url(../images/about/wechart.png) center no-repeat;}
.topMain .goWechart .icon:hover{background: url(../images/about/wecharts.png) center no-repeat;}
.topMain .goTop .icon{background: url(../images/about/top.png) center no-repeat;}
.topMain .goTop .icon:hover{background: url(../images/about/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(../images/mobile/icon/icon_1.png) center no-repeat;background-size: 100% auto;}
    .m_header .nav_icon.cur{background: url(../images/mobile/icon/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(../images/mobile/icon/icon_1s.png) center no-repeat;background-size: 100% auto;}
    .m_header_fixed .nav_icon.cur{background: url(../images/mobile/icon/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(../images/mobile/icon/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(../images/mobile/icon/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(../images/mobile/icon/icon_5.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(../images/mobile/icon/icon_6.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(../images/mobile/icon/icon_7.png) center no-repeat;background-size: 100% auto;}
    .m_footer .text .clearfix i:nth-child(2){background: url(../images/mobile/icon/icon_8.png) center no-repeat;background-size: 100% auto;}
    .m_footer .text .clearfix i:nth-child(3){background: url(../images/mobile/icon/icon_9.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(../images/mobile/icon/icon_10.png) center no-repeat;background-size: 0.29rem auto;}
    .suspend .wx{position: relative; background: url(../images/mobile/icon/icon_11.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(../images/mobile/icon/icon_12.png) center no-repeat;background-size: 0.39rem auto;}

    .suspend .qq:hover{background: url(../images/mobile/icon/icon_10s.png) center no-repeat;background-size: 0.29rem auto;}
    .suspend .wx:hover{background: url(../images/mobile/icon/icon_11s.png) center no-repeat;background-size: 0.4rem auto;}
    .suspend .top:hover{background: url(../images/mobile/icon/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(../images/zjpage/pc/icon/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(../images/zjpage/pc/icon/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(../images/icon/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(../images/icon/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;
}



