﻿/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: 'Pc';
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }


@media only screen and (max-width: 1600px) {
    html{font-size:6vw; overflow-x:hidden;}
    .wrap, .mwrap { width:85%;}
    .history .bd_l.fixed{left:7.5%;}
    .history .bd_l.abs{left:0%;}
    .login_page .login_wrap{width:80%; left:10%;}
}


@media only screen and (max-width: 1420px) {
    html{font-size:6.5vw;}
    .wrap, .mwrap { width:90%; }
    .history .bd_l{width: 1.34rem;}
    .history .bd_l.fixed{left:5%;}
    .history .bd_l.abs{left:0%;}
}


/*
* PadMode
*/
@media only screen and (max-width: 1240px) {

    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none; overflow-x:hidden;}
    html{font-size:7vw;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    /*padMode 1240px 网站样式*/

    .header .top, .header .bottom{position:relative; z-index:10;}
    .m_ctrl{position:relative; z-index:1;}

    /*------------------手机端下拉---------------------*/
    .header .bottom .right .inav{display:none;}
    /*移动端搜索*/
    .header .bottom .search_box{position:absolute; left:0; right:0; top:100%; bottom:auto; background:#1a99d8; display:none; padding:0 5%;}
    .header .bottom .search_box.search_hide {-webkit-transform:none; -ms-transform:none; transform:none; display:none;}
    .header .bottom .search_box .search_close{display:none;}
    .header .bottom .search_box form{margin:0.12rem 0;}
    .header .bottom .search_box input{width:100%; box-sizing:border-box;}


    /*导航按钮*/
    .header .bottom .mobile_key{position:relative; cursor:pointer; transition:all 0.3s ease-in-out; z-index:10; display:block; width:0.3rem; height:0.3rem; margin-top:0.18rem; margin-left: 0.18rem;} 
    .header .bottom .mobile_key span,
    .header .bottom .mobile_key:before,
    .header .bottom .mobile_key:after {position:absolute; top:50%; left:50%; width:0.25rem; height:0.01rem; margin-left:-0.1rem; background:#fff; border-radius:0.02rem; display:inline-block; transition:all 0.3s ease-in-out;}
    .header .bottom .mobile_key span{margin-top:-0.08rem;}
    .header .bottom .mobile_key:before{content:''; margin-top:0.02rem;}
    .header .bottom .mobile_key:after{content:''; margin-top:0.12rem;}
    .menu-open.header .bottom .mobile_key:before{opacity:0; transition:0.2s ease 0.1s;}
    .menu-open.header .bottom .mobile_key:after{margin-top:0.02rem !important; -webkit-transform:rotateZ(-45deg); transform:rotateZ(-45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}
    .menu-open.header .bottom .mobile_key span{margin-top:0.02rem !important; -webkit-transform:rotateZ(45deg); transform:rotateZ(45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}
    /*导航下拉列表*/
    .m_nav{position:fixed; left:0; top:1rem; right:0; width:100%; background:#1ca4e6; z-index:20; display:none; max-height:calc(100vh - 1rem); max-height:calc(var(--vh, 1vh) * 100 - 2.5rem); overflow-y:auto;} 
    .header.fixed .m_nav{top:0.7rem;}
    .m_nav .m_wrap{padding:0 5%;}
    .m_nav .mNav_bott .m_navli{position:relative; transition:all 0.3s ease-out; border-bottom:solid 0.01rem #7ebeff;}
    .m_nav .mNav_bott .m_navli:last-child{border-bottom:none;}
    .m_nav .mNav_bott .m_navli>a{display:block; padding:0.15rem 0.35rem 0.15rem 0.15rem; position:relative; overflow:hidden; color:#fff;}
    .m_nav .mNav_bott .m_navli>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli>a:after,
    .m_nav .mNav_bott .m_navli>a:before{content:''; background:#fff; width:0.09rem; height:0.02rem; display:block; position:absolute; top:0; bottom:0; right:0.15rem; margin:auto;}
    .m_nav .mNav_bott .m_navli>a:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
    .m_nav .mNav_bott .m_navli>a:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
    .m_nav .mNav_bott .m_navli.active{background:#2a7ecc;}
    .m_nav .mNav_bott .m_navli.active>a:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a{font-weight:bold;}
    .m_nav .mNav_bott .m_navli .m_secNav{display:none;}
    .m_nav .mNav_bott .m_navli .m_secNav .li-title{width:100%; padding:0.08rem 0.25rem; border-top:solid 0.01rem #58a3e7; padding-top:0.18rem; box-sizing:border-box; color:#fff; position:relative;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a{padding:0.05rem 0 0.05rem 0.25rem; display:block; position:relative; transition:all 0.3s ease-out;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a:after{content:''; width:0.15rem; height:0.15rem; background:url(../images/m_anniu1.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-0.07rem; background-size:cover;}
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav ul{padding-bottom:0.18rem;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav ul{overflow:hidden;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav li{width:50%; float:left;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a{padding:0.08rem 0.25rem; line-height:0.28rem; display:block; position:relative; color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a.cur{color:#fff;}

    /*无连接的话去掉加号*/
    .m_nav .mNav_bott .m_navli.nav_link>a:after,
    .m_nav .mNav_bott .m_navli.nav_link>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before,
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link a:after{content:''; display:block; width:0.16rem; height:0.16rem; background:url(../images/link_ico.png) no-repeat center; position:absolute; top:0; bottom:0; right:0.15rem;}

    /*------------------手机端下拉 end-----------------*/
    /*手机端语言下拉*/
    .header .h_tools{width:40%;}
    .header .h_tools .h_language.mobile_language{float:right; padding-right:0.1rem;}
    .header .h_tools .h_language.mobile_language>a{line-height:0.25rem;}
    .header .h_tools .h_language.mobile_language i{display:none;}
    .header .h_tools .h_language.mobile_language>a{font-size:0;}
    .header .h_tools .h_language.mobile_language>a i:first-child{display:none;}
    .header .mLan_down{position:absolute; left:0; top:100%; width:100%; display:none;}
    .header .mLan_down ul{background:#f1f5fa;}
    .header .mLan_down li{transition:all 0.3s ease-out; border-bottom:solid 0.01rem #e4e4e4;} 
    .header .mLan_down a{display:block; padding:0.15rem; position:relative; color:#666; overflow:hidden;}
    .header .mLan_down a:after{content:''; background:url(../images/mlan_anniu1.png) no-repeat center; width:0.15rem; height:0.15rem; display:block; position:absolute; top:0; bottom:0; right:0.15rem; margin:auto; background-size:cover;}
    /*手机端搜索下拉*/
    .header .h_tools .h_search.nolink{display:none;}
    .header .h_tools .h_search.a_link{display:block; padding-right:0.1rem;}
    .header .h_tools .h_search.a_link .icon{width:0.2rem; height:0.2rem; background:url(../images/mobile_sear.png) no-repeat center; background-size:cover; display:inline-block; vertical-align:-0.05rem;}
    .header .mSearch{background:#3687d1; padding:0.15rem 0.1rem; position:absolute; width:100%; left:0; top:100%; box-sizing:border-box; display:none;}
    .header .mSearch .search-inner .search-input input{width:100%; height:0.38rem; border-radius:0.38rem; border:none; padding:0.1rem 0.17rem; box-sizing:border-box;}
    .header .mSearch .search-inner .search-btn button{position:absolute; top:0; bottom:0; right:0.16rem; margin:auto; width:0.27rem; height:0.27rem; background-color:transparent; border:none; border-radius:50%; padding:0;}
    
    /*下拉黑色背景*/
    .header .header-overlay {transition:all 0.2s ease-out;background:rgba(0, 0, 0, 0.5);/* width:100%; */height:100%;position:fixed;left:0;z-index:1;top:0;opacity:0;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';visibility:hidden; right:0;}
    .bg-open.header .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .menu-open.header .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}


    .footer .footer_top>.wrap{display:none;}
    .footer .footer_top .f_pinpai{display:block; margin-bottom: 0;}
    .footer .footer_top .f_pinpai a img{height:0.7rem;}
    .footer .footer_top{padding:0;}

    /*关于*/
    .about01 .left .pic img{height:100%;}
    /*营销网络*/
    .network01 .left{width:7rem;}

}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    html{font-size:10vw;}
    /*padMode 992px 网站样式*/
    .sec_banner{height:2.5rem;}
    .sec_bread{display:none;}
    .sec_bread#twonav59{display:block;}
    .footer_btm .l, .footer_btm .r{float:none; text-align:center;}

    .index01 .con_wrap{min-width:0; width:90%;}
    .index01 .content{width:100%; min-width:0;}
    .index02 .con .words{left: 0.2rem; right: 0.2rem; opacity: 1; visibility: visible; transform: none; bottom: 0.2rem; }
    .index02 .con .tit{display:none;}
    .index02 .con .tit i{margin-left: 0;}
    .index02 .con .words .t{line-height: 0.36rem; margin-bottom: 0.1rem;}

    /*新闻列表*/
    .news_list_banner .left .info{padding: 0.5rem 0.4rem;}
    .news_list_banner .right a{padding:0.5rem 0.4rem 0.5rem;}
    .news_list_banner .left{width:100%;}
    .news_list_banner .left .link{width:100%;}
    .news_list_banner .right{position:static; width:100%; padding-bottom: 0.4rem; margin-top:0.25rem;}
    .index03 .top .news_item{padding-top: 0.3rem;}
    .index03 .news_item .t{margin:0.1rem 0;}


    /*关于*/
    .about01 .left{width:65%;}
    .about01 .right{padding:0.4rem 0;}
    .about01 .right .num{font-size: 0.54rem;}

    /*通知公告*/
    .doc01 .lists>li{width:100%; margin-right: 0;}


    /*发展历程*/
    .history .bd_l{width:1.85rem;}
    .history .bd_r{width:80%;}

    /*自媒体*/
    .media01 .content .li_{width:31.3333%; margin-right:2%;}
    .media01 .content .li_:nth-child(4n){margin-right:2%;}
    .media01 .content .li_:nth-child(3n){margin-right:0;}

    /*产品综合*/
    .pro_center01 .content .search_box{width:70%;}
    .pro_center01 .content .pro_content a{width:80%; margin:0 auto;}
    .pro_center01 .content .pro_content .pic{width:70%;}

    /*产品列表*/
    .pro_list02 .left {width: 30%; background: #eaf0ff; }
    .pro_list02 .right .item{padding-left: 2.2rem; padding-right: 0rem;}


    /*产品详细*/
    .pro_detail02 .tab li{width:25%; margin:0;}

    /*解决方案*/
    .solution02 .tab .links{padding-left:0;}
    .solution02 .tab .links a{width:25%;}
    .solution03 .icon_list .icon_item{padding:0; width:15%;}
    .solution06 .case_item .info .info_d{height:3.6rem; }


    /*营销网络*/
    .network01 .left{width:100%; float:none}
    .network01 .right{width:4.2rem; margin:0.2rem auto; float:none;}

    /*联系我们*/
    .contact01 .left{width:50%;}
    .contact01 .right{left:50%;}

    /*企业文化*/
    .culture01 .right{display:none;}
    .culture01 .left{width:100%;}
    .culture01 .left .info{width:auto;right:0.55rem;}


    /*成员公司*/
    .child01 li{width:48.5%;}
    .child01 li:nth-child(3n) {margin-right:2%; }
    .child01 li:nth-child(even){margin-right:0;}

    /*成员公司详细页*/
    .child_detail01 .zqd_cont_l {width: 100%; margin-bottom: 0.4rem;}
    .child_detail01 .zqd_cont_r {width: 100%}
    .child_detail01 .zqd_cont_r .zqd_link{margin-top: 0.3rem;}

    /*系统*/
    .system01 ul li a{padding:0.3rem 0.4rem;}
    .system01 ul li .icon{width:24%;}
    .system01 ul li .info{width:72%;}

    .book01 ul li{width:48%; margin-right:4%;}
    .book01 ul li:nth-child(2n){margin-right: 0;}
    .book01 ul li:nth-child(5n){margin-right: 2%;}

    .login_page .left{display:none;}
    .login_page .right{width:100%;}
    .login_page .login_wrap {width:70%; left: 15%; }

    .service02 li{margin-bottom: 0.2rem;}
    .service01 .word_info{padding:8% 10%;}
    .service01 .hy_list li{padding:0.08rem 0;}
    .footer .footer_top .f_pinpai a img{height: 0.5rem;}

    .index03 .top .news_item a{padding:0.2rem 0.5rem;}
    .index02 .bigdata ul li .num{font-size: 0.6rem;}
    .media_box .content .left{display:none;}
    .media_box .content .right{width:100%;}
    

}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap {width:94%;}
    html{font-size:24vw;}
    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
        -webkit-user-select:none; /*webkit浏览器*/   
        -khtml-user-select:none; /*早期浏览器*/   
        -moz-user-select:none;/*火狐*/   
        -ms-user-select:none; /*IE10*/   
        user-select:none; 
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    textarea { -webkit-user-select:auto; /*webkit浏览器*/   }
    /*mobileMode 760 网站样式*/
    body{font-size: 0.14rem;    }
    .fz26{font-size: 0.18rem; line-height:0.27rem;}
    .fz34{font-size: 0.20rem; line-height:0.34rem;}
    .fz44{font-size: 0.22rem; line-height:0.4rem;}

    .header .bottom .logo img{height:0.4rem; margin-top: 0.15rem;}
    .header .bottom .logo{width:auto;}

    .channel_content{padding:0.4rem 0;}
    

    /*新闻列表*/
    .news_list_banner{padding:0.3rem 0;}
    .news_list_banner .left .info{padding:0.3rem 0.3rem;}
    .news_list_banner .left .info .desc{display:none;}
    .news_list_banner .right a{padding:0.4rem 0.3rem 0.3rem;}

    .news_list01 ._item .con{transform:none; margin-bottom: 0.25rem;}

    /*新闻详细*/
    
    .newsDetail_ban .intro .con a{margin-top: 0;}
    .news_detail01 .left{display:none;}
    .news_detail01 .right{float:none; width:100%;}
    .news_detail01 .right .intro .title {margin-top: 0.2rem; padding-bottom: 0.2rem; margin-bottom: 0.2rem; }
    .news_detail02 {padding: 0.45rem 0; margin-top: 0.4rem; }
    .news_detail03{padding:0.4rem 0;}
    .news_detail03 .content li{width:100%; margin:0.1rem 0;}
    .news_detail03 .infor{margin-bottom:0.2rem;}
    .news_detail03 .content li .li_box .tit {margin: 0.05rem 0 0.2rem; height: 0.6rem; }

    /*关于*/
    .about01{margin-bottom: 0.4rem;}
    .about01 .left{width:100%;}
    .about01 .left .info {padding:0.5rem 0.3rem;}
    .about01 .left .info .t span{font-size: 0.4rem;}
    .about01 .right{position:static; width:auto;}
    .right .num {font-size: 0.4rem; line-height: 0.6rem; }

    /*通知公告*/
    .doc01 .time_box{width:25%;}
    .doc01 .info_box{width: 75%;}
    .doc01 .info_box .tit{height:0.9rem;}
    .doc01 .info_box .pd{padding:0.3rem;}

    /*图片列表*/
    .pic_list ul li{width:48%; margin-right:4%; margin-bottom: 0.2rem;}
    .pic_list ul li.three_item{margin-right:4%;}
    .pic_list ul li:nth-child(2n){margin-right: 0;}


    /*荣誉*/
    .honor .honor_tab{margin-bottom: 0.3rem;}
    .honor .honor_tab li{text-align: left; display: block; margin: 0 0 0.2rem; padding-left: 0.5rem; padding-top:0; line-height: 0.22rem;}
    .honor .honor_tab li:after, .honor .honor_tab ul:after{display:none;}
    .honor .honor_tab li .dot:before{left:0.12rem; margin-left: 0;}
    .honor .honor_tab li .dot:after{left:0.19rem; margin-left: 0;}
    .honor .honor-bd{background:#1ba4e7;}
    .honor .bd_l{display:none;}
    .honor .bd_r{width:100%;}
    .honor .bd_r_box{padding:0.4rem 0.2rem;}
    .honor .bd_r li{width:48.5%}
    .honor .bd_r li:nth-child(2n){margin-right: 0;}
    .honor .bd_r .img_box{height:1.6rem;}
    .honor .bd_r .img_list{height:auto;}

    /*发展历程*/
    .history .bd_l{width:100%; position:static;}
    .history .bd_r{width:100%; padding-left: 0; border:none;}
    .history .bd_l .year_line, .history .bd_l .year_bot, .history .bd_l .active .year_bot{display:none;}
    .history .bd_l ul{overflow:hidden; margin-bottom: 0.3rem;}
    .history .bd_l li{float:left; width:25%; padding:0.1rem 0;}
    .history .bd_l .list_box{margin:0 auto;}
    .history .bd_r dd{padding:0.3rem;}


    /*自媒体*/
    .media01 .inp_wrap{width:100%;}
    .media01 .content .li_{width:100%; margin-right:0; height:auto; margin-bottom: 0.3rem;}
    .media01 .content .li_:nth-child(4n){margin-right:0;}
    .media01 .content .li_:nth-child(3n){margin-right:0;}
    .media03 .classify .link{width:48%; margin-right: 0;}
    .media03 .classify .link:nth-child(5n){margin-right: 0;}
    .media03 .classify .link:nth-child(odd){margin-right:4%;}


    /*产品综合*/
    .pro_center01{background:none; height:auto; padding:0.4rem 0;}
    .pro_center01 .content .search_box{width:100%;}
    .pro_center01 .content .dots_content{margin-top: 0.3rem;}
    .pro_center01 .content .dots_content .left, .pro_center01 .content .dots_content .right{position:static; text-align:center;}
    .pro_center01 .content .dots_content .dot{display:inline-block; width:0.8rem; height:0.8rem; margin:0 0.05rem !important; transform:none !important;}
    .pro_center01 .content .dots_content .dot .icon {width: 0.25rem; height: 0.25rem; margin: 0.1rem auto 0; }
    .pro_center01 .content .pro_content a{width:100%;}
    .pro_center01 .content .pro_content .pic{margin:0.3rem auto 0.3rem;}

    /*产品列表*/
    .pro_list01 .classify{overflow:hidden;}
    .pro_list01 .classify .link{float:left; width:48%; margin:1%;}
    .pro_list02{margin-top: 0.3rem; background:#eaf0ff;}
    .pro_list02 .left{width:100%;}
    .pro_list02 .left .list{height:2.5rem;}
    .pro_list02 .right{width:100%;}
    .pro_list02 .right .item {padding-left:1rem; padding-top:0.6rem; padding-right: 0.1rem; background: url(../images/pro_list_bg.jpg) no-repeat center/auto 7.4rem; height:4.5rem;}
    .pro_list02 .right .item .img{width:1rem;}
    .pro_list02 .right .owl-dots{left:1rem; right:0;}

    /*产品详细*/
    .pro_detail01 .left{width:100%; padding: 0.3rem 0;}
    .pro_detail01 .left .item{height:3rem;}
    .pro_detail01:after{display:none;}
    .pro_detail01 .right{width:100%; background: url(../images/pro_detail_banbg.jpg) no-repeat center center; background-size: cover; padding:0.4rem; margin-bottom: 0.4rem;}
    .pro_detail02 .tab ul{text-align:center;}
    .pro_detail02 .tab li{font-size: 0.14rem; padding:0 0.1rem; width:auto;}
    .pro_detail02 .tab li a img{width:0.3rem;}
    .pro_detail02 .content .item{padding:0.3rem 0;}
    .pro_detail02 .content .item .t{padding-bottom: 0.2rem;}
    .pro_detail02 .content .item1 .left li{padding-left: 0.1rem;}
    .pro_detail02 .content .item1 .right{padding:0.3rem;}

    /*解决方案*/
    .solution .solution_pt{padding:0.4rem 0;}
    .solution .solution_pt .desc{margin-top:0.2rem ;margin-bottom: 0.3rem;}
    .solution01{padding-bottom: 0.4rem;}
    .solution02{height:auto;}
    .solution02 .tab{line-height:0.6rem;}
    .solution02 .tab .links a{width:50%; line-height: 0.6rem;}
    .solution02 .tab .links a:nth-child(3):before{content:""; position:absolute; top:0; bottom:0; left:0; width:0.01rem; background:#fff;}
    .solution03 .icon_list .icon_item{width:32%; margin-bottom: 15px;}
    .solution03 .icon_list .icon_item .icon{width:45px; margin:0 auto;}
    .solution04 .owl-nav>*{font-size: 0.3rem; color:#3f3f3f;}
    .solution04 .owl-nav .owl-prev{left:0;}
    .solution04 .owl-nav .owl-next{right:0;}
    .solution04 .item .info_desc{height:auto;}
    .solution05 ul{margin-bottom: 0;}
    .solution05 ul li{width:100%; margin-left: 0; margin-bottom: 0.3rem;}
    .solution06 .case_item{margin-top: 0.3rem;}

    /* 招聘列表 */
    .job_list02 .left{width:100%; margin-top: 0.3rem;}
    .job_list02 .right{width:100%;}
    .job_list02 .left .content{padding:0.2rem;}
    .job_list02 .bd .j_c .intro .job_btn{position:static; margin-top: 0.2rem;}
    .job_list02 .filter .condition{margin-bottom: 0.1rem;}


    /*营销网络*/
    .network01 .right{width:100%;}
    .network01 .right .circle .item{width:45%;}
    .network01 .right .circle .item:nth-child(2n){margin-left: 10%;}

    /*董事长致辞*/
    .chairman01 .pic .detail{position:static; width:100%;}
    .chairman01 .pic .info{position:static; margin:0.2rem 0;}
    .chairman01 .pic{padding-left: 0;}
    .chairman01 .pic .detail{padding:0.3rem 0.2rem;}
    .chairman01 .pic .detail .t{padding-right: 0;}
    .chairman01 .pic .detail .con{padding-right:0; height:auto;}
    .chairman01{padding-bottom: 0.4rem;}

    /*联系我们*/
    .contact02 .item .t{height:auto;}
    .contact02 .item .info{height:auto;}
    .contact01 .left{width:100%;}
    .contact01 .right{position:static;height:4rem;}
    .contact01 .left .top{padding:0.3rem;}
    .contact01 .left .center{padding:0 0.3rem;}
    .contact01 .left .btm{padding:0.3rem 0.3rem 0.5rem;}

    /*企业文化*/
    .culture01 .left{height:7rem;}
    .culture01 .left .pic{height:100%; width:auto; max-width:none;}
    .culture01 .btm ul li{width:100%; margin-bottom: 0.2rem;}
    .culture01 .btm, .culture02{padding:0.4rem 0;}

    /*成员公司*/
    .child01 li{width:100%;}
    .child01 li:nth-child(3n) {margin-right:0; }
    .child01 li:nth-child(even){margin-right:0;}

    /*系统*/
    .system01 ul li{width:100%; margin-right: 0;}

    /*pdf*/
    .pic_list01 .classify .link{width:100%;}
    .pdf_page01{font-size: 0.14rem;}
    .pdf_page01 ul .td1{padding-left: 0.1rem;}
    .pdf_page01 .item .td1{padding-left: 0.1rem;}
    .pdf_page01 .item .td4 a{font-size:12px;}
    /*.pdf_page01 .item .td4 i{font-size: 20px;}*/
    .pdf_page01 .td3{width:15%;}
    .pdf_page01 .td4{width:30%;}
    .pdf_page01 .td1{width:35%;}


    /*首页*/
    .ibanner li .banner_img{height:auto;}
    .ibanner li .banner_img img{width:100%; margin:0; position:static; height:auto; transform:none;}
    .ibanner li .cover{display:none;}
    .ibanner{height:auto;}
    .index01{padding-bottom: 0;}
    .index01 .tab li{width:25%; margin-bottom: 0.2rem;}
    .index01 .top:after{display:none;}
    .index01 .item .info_box{width:auto; right:0.3rem; position:relative; left:0; right:0; bottom:0; top:0; z-index: 2; background:rgba(255,255,255,0.8); padding:0.4rem 0.2rem;}
    .index01 .item .pic{position:absolute; bottom:0; top:0; left:0; right:0; z-index:0;}
    .index01 .item .pic img{height:100%; max-width:none; width:auto;}
    .index01 .tab .pic{width: 0.45rem; height: 0.45rem; margin: 0 auto 0.04rem; padding:0;}
    .index01 .tab{padding: 0.4rem 0 0.2rem;}
    .index02 .con .item_left, .index02 .con .item_right{width:100%; margin-left: 0; margin-bottom: 0.2rem;}
    .index02 .con{margin-bottom: 0;}
    .index02 .bigdata ul li{width:50%; height:1.6rem;}
    .index02 .bigdata ul li .num{font-size:0.34rem; line-height:1.2 }
    .index02 .bigdata ul li .more{margin-top: 0.1rem;}
    .index02 .bigdata ul li a{padding-bottom: 0.2rem;}
    .index .index_tit{padding:0.4rem 0 0.2rem;}
    .index03 .video_box, .index03 .news_item{width:100%;}
    .index03 .btm .news_item:first-child{background:#f5f5f5;}
    .index03{padding-bottom: 0.4rem;}

    .book01 ul li{width:100%; margin-right:0;}
    .book01 ul li:nth-child(5n){margin-right: 0;}
    .book01 ul li:nth-child(2n){margin-right: 0;}

    .login_page .login_wrap {width:96%; left: 2%; }
    .login_page .right .login_box{padding:0 0.3rem;}
    .login_page .right{height:5rem;}
    .login_page .right .logo{margin:0.4rem 0 0.2rem;}
    .login_page .right .login_box .fun{margin-bottom: 0.4rem;}
    .login_page .right .login_box .inp_con{margin-top: 0.2rem;}
    .login_page .right .login_box .login_page_btn{line-height:0.5rem;}
    .header .top .right>*{padding: 0 0.1rem;}
    .pro_list02 .right .item .con .t{font-size: 0.24rem; margin-bottom: 0.1rem;}
    .culture02 .owl-dots .owl-dot{width: 0.05rem; height: 0.05rem; margin: 0 0.02rem;}
    .culture02 .owl-dots{margin-top: 0;}
    .social01 li{width:48%; margin-bottom:0.2rem;}
    .social01 li:nth-child(even){margin-right: 0;}
    .social01 li .t{height:0.6rem; margin-bottom: 0;}
    body{font-weight: normal;}
    .media_box .content{width:90%; left:5%; top:10%; height:80%;}
    .ibanner .owl-nav>*{font-size: 0.3rem;}
    .ibanner .owl-nav>* i{margin:0;}
    .ibanner .owl-carousel .owl-dots{bottom:0.2rem;}
    .ibanner .owl-carousel .owl-dot{width:0.08rem; height:0.08rem;}
    .pro_detail02 .content .item2 .detail{overflow-x:auto;}

    .sec_banner .sec_word{top:70%; text-shadow: 0 0 5px rgba(0,0,0,0.4)}
    .solution01 .tit{background: #1ca3e6; padding: 0 0.2rem;}

    .service{padding:0;}
    .service01 .img{display:none;}
    .service01 .span-4{margin-bottom: 0.2rem;}
    .service01, .service02{padding:0.4rem 0;}
    .service01 .word_info .n_channelIn{margin-bottom: 0.2rem;}
    .service02 li .info{padding:8%;}

    .index03 .top .news_item a, .index03 .news_item{padding:0.3rem 0.2rem;}
    .index03 .top .news_item{padding-top: 0;}
    .footer .footer_top .f_pinpai a{margin-right: 0.08rem;}
    .footer .footer_top .f_pinpai a:first-child{width:100%; margin-right: 0;}
    .footer .footer_top .f_pinpai a img{height:0.28rem;}
    .footer .footer_top .f_pinpai{padding:0.15rem 0;}
    .sec_bread#twonav59{padding:0.1rem 0;}
    .sec_bread#twonav59 a{margin-right: 0.1rem; line-height: 0.4rem;}


}
@media only screen and (max-width: 480px) {
    /*mobileMode 480 网站样式*/

}

