/*
* 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); }


/* 1366*/
@media only screen and (max-width:1366px){
    /*首页*/
    .ibanner .owl-dots{bottom:170px;}

}
/*
* PadMode
*/
@media only screen and (max-width: 1240px) {

    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none;}
    html { overflow-x:hidden;}
    body,input,textarea,button,select { font-size:14px;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap, .mwrap { width:940px; }
    /*padMode 1240px 网站样式*/

    .header_bott .inav{display:none;}
    .xc_nav{display:none;}
    .xc_banner .infor .con{font-size:30px;}
    .footer_top .share_box a{margin:0 2px;}
    .footer_top .ser_tel{font-size:20px;}
    
    /*手机端导航下拉按钮*/
    .header_bott .h_tools .mobile_key{position:relative; cursor:pointer; transition:all 0.3s ease-in-out; z-index:10; display:block; width:20px; height:20px; margin-top:4px;} 
    .header_bott .h_tools .mobile_key span,
    .header_bott .h_tools .mobile_key:before,
    .header_bott .h_tools .mobile_key:after {position:absolute; top:50%; left:50%; width:17px; height:2px; margin-left:-10px; background:#666; border-radius:2px; display:inline-block; transition:all 0.3s ease-in-out;}
    .header_bott .h_tools .mobile_key span{margin-top:-4px;}
    .header_bott .h_tools .mobile_key:before{content:''; margin-top:3px;}
    .header_bott .h_tools .mobile_key:after{content:''; margin-top:10px;}
    .menu-open .header_bott .mobile_key:before{opacity:0; transition:0.2s ease 0.1s;}
    .menu-open .header_bott .mobile_key:after{margin-top:2px !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_bott .mobile_key span{margin-top:2px !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:105px; right:0; width:100%; background:#00a1e9; z-index:20; display:none; max-height:calc(100vh - 55px); max-height:calc(var(--vh, 1vh) * 100 - 55px); overflow-y:auto;} 
    .m_nav .m_wrap{padding:0 5%;}
    .m_nav .mNav_bott .m_navli{position:relative; transition:all 0.3s ease-out; border-bottom:solid 1px #58a3e7;}
    .m_nav .mNav_bott .m_navli:last-child{border-bottom:none;}
    .m_nav .mNav_bott .m_navli>a{display:block; padding:15px 35px 15px 15px; font-size:14px; 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:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; 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{/*border-bottom:solid 1px #58a3e7;*/ 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:8px 25px; border-top:solid 1px #58a3e7; padding-top:18px; box-sizing:border-box; color:#fff; font-size:13px; position:relative;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a{padding:5px 0 5px 25px; display:block; position:relative; font-size:14px; line-height:1.25; transition:all 0.3s ease-out;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a:after{content:''; width:15px; height:15px; background:url(../img/m_anniu1.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-7px; background-size:cover;}
    .m_nav .mNav_bott .m_navli .m_secNav ul{font-size:0; padding-bottom:18px;}
    .m_nav .mNav_bott .m_navli .m_secNav li{font-size:14px;}
    .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:8px 25px; line-height:28px; 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:16px; height:16px; background:url(../img/link_ico.png) no-repeat center; position:absolute; top:0; bottom:0; right:15px;}
    
    /*下拉黑色背景*/
    .header_bott .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;}
    .bg-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .bg-open1 .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .menu-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .header_bott .h_tools .h_language.mobile_language{display:block;}
    .header_bott .h_tools .h_language.pc_language{display:none;}

    /*手机端搜索下拉*/
    .header_bott .h_tools .h_search.nolink{display:none;}
    .header_bott .h_tools .h_search.a_link{display:block; padding-right:10px; height:35px; line-height:35px;}
    .header_bott .h_tools .h_search.a_link .icon{width:20px; height:20px; background:url(../img/mobile_sear.png) no-repeat center; background-size:cover; display:inline-block; vertical-align:-5px;}
    .header_bott .mSearch{background:#3687d1; padding:15px 10px; position:absolute; width:100%; left:0; top:100%; box-sizing:border-box; display:none;}
    .header_bott .mSearch .search-inner .search-input input{width:100%; height:38px; font-size:13px;border-radius:38px; border:none; padding:10px 17px; box-sizing:border-box;}
    .header_bott .mSearch .search-inner .search-btn button{position:absolute; top:0; bottom:0; right:16px; margin:auto; width:27px; height:27px; background-color:transparent; border:none; border-radius:50%; padding:0;}

    /*手机端二级导航*/
    .m_sencondNav{display:block;}

    /*新闻列表*/
    .news_list01 .news_list_r .search_box .search_title{font-size:25px;}
    .news_list01 .news_list_r .news_gjc{padding:20px;}
    .news_list01 .news_list_r .news_gjc .gjc_con a{padding:0 15px;}
    .news_list01 .news_list_r .search_inp .select_box01{width:100%; box-sizing:border-box;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro {padding:15px 0 0 20px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:23px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .d{margin-top:5px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{display:none;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .tool ._tool{display:block;}

    /* 新闻详细 */
    .news_detail01 .news_det_top .right .share{margin-right:30px;}
    .news_detail01 .news_det_top .right .share:after{right:-15px;}

    /*产品列表*/
    .pro_list02 .hd .content .tit{font-size:30px; line-height:35px; margin-bottom:10px;}
    .pro_list02 .hd .content{padding:30px; background-size:cover;}
    .pro_list02 .hd .content .list li{width:16%; padding-left:3%;}
    .pro_list02 .bd li .intro_ .box{padding:30px;}
    .pro_list02 .bd li .intro_ .box .tit{font-size:25px;}
    .pro_list02 .bd li .intro_ .box .tit span{ margin-left:0;}
    .compare_product .compare-selbtn .comparea-selbtn-closeall{width:100px;}
    /*产品分类弹窗*/
    .xl_fenlei li .txt{font-size:15px;}

    /* 产品详细 */
    .pro_detail01 .left{width:58%;}
    .pro_detail01 .right{width:40%;}
    .pro_detail01 .right .intro .c span{font-size:40px;}
    .pro_detail01 .right .content .text .txt{padding-right:0;}
    .pro_detail01 .right .content:after{width:100%;}
    .pro_detail02 .bd .selection3 .item .box .list ul li{margin:5px;}
    .pro_detail02 .bd .selection3 .item .box .tit{width:100%; height:34px; white-space:nowrap; text-overflow:ellipsis;}
    .pro_detail04 .content{padding:0 16%;}

    /*联系我们*/
    .contact_us01 .left .box{padding:20px;}
    .contact_us01 .left .box .tit{font-size:20px;}
    .contact_us01 .right .map{height:449px; background:#c9c9c9;}

    /* 首页 */
    .ipart02 .content .item .box{padding:5px 0;}
    .ipart02 .content .item .box .txt{font-size:14px;}
    .ipart02 .content .item1, .ipart02 .content .item3{margin-bottom:16px;}
    .ipart03 .content .right .box{padding:20px;}
    .ipart03 .content .right .box .tit{margin-bottom:10px;}
    .ipart03 .content .right .box .con{margin-bottom:10px;}
    .ipart03 .content .right .box .t{font-size:16px; line-height:26px;}
    .ipart03 .content .right .box .con:after{top:-5px;}

    /* 企业文化 */
    .culture01 .item .box .intro{padding-right:110px;}

    /* 员工风采 */
    .fengcai01 .content .right .box{padding:30px;}
    .fengcai01 .content .owl-dots{bottom:15px; right:130px;}

    /* 人才理念 */
    .person_concept02 .txt .t{padding-top:47px;}

    /* 关于我们 */
    .about_us01 .content .bd .item .left .box{padding:30px 25px;}
    .about_us02 ul li .txt{margin-left:10px;}
    .about_us02 ul li .txt .t span{font-size:50px;}
    .about_us03 .content .right .right_more .box{padding-top:60px;}
    .about_us03 .content .right .right_more .box .intro{font-size:30px;}
    .about_us03 .content .left .intro .box{padding-top:35px;}

    /* 科学介绍 */
    .science01 .txt .box{padding:28px;}
    .science01 .txt .box .con{height:150px; overflow:auto;}

    /*品牌理念*/
    .brand_concept01 .hd li .icon{display:none;}
    .brand_concept01 .bd .section3 .content li {width:20%; vertical-align:middle;}

    /*品牌文化*/
    .culture02 .item .box .intro{padding-right:110px;}
    .common_tc .content{width:1000px; margin-left:-500px;}
    .culture01 .bd .content .item .box .t{font-size:28px;}
    .culture01 .bd .content>.wrap{padding-top:80px;}

    .contact_us01 .left .box dl dd.tel{margin-left:0%;}
    #contact-map-49010{width:100%!important;}

    /* 品牌活动 */
    .brand_activity01 .content .item .intro .box{padding:20px;}
    .brand_activity01 .content .item .intro .box .d span{margin-left:0;}
    .brand_activity01 .content .item .intro .box .t{font-size:20px; line-height:26px; height:52px}

    .sj_media02 .content li .box .intro .t{font-size:20px;}
    .sj_media02 .content li .box{padding:15px;}

    .ibanner .nav_l,
    .ibanner .nav_r{margin-top:0; }
    .ibanner .owl-dots{bottom:55px;}


    /* 20200722 */
    .history_xc01 .container .l_box .pd{padding:80px 50px 0 50px;}
    .culture01 .bd .content .item .box .c{height:120px;}
    .culture01 .bd .content .item .box{padding:63px 25px 22px;}

    .pro_detail02 .hd.fixed{top:50px;}



    /*社会责任*/
    .social_respon01 .hd .right .box{padding:20px;}
    .social_respon01 .hd .right .box .tit{font-size:25px; margin-bottom:10px;}
    .social_respon01 .hd .right .box .con{font-size:16px;}
    .social_respon01 .bd .box .t{font-size:23px; margin-bottom:0;}
    .social_respon01 .bd .box .c{font-size:14px;}
    .social_respon02 li .cover .box{padding:15px 20px;}
    .social_respon02 li .cover .box .t{font-size:24px;}

    /* 2021-0716 */
    .intelligent02 ul li .intro .box{padding:25px;}
    .intelligent02 ul li .intro .box .t{font-size:20px; line-height:30px; margin-bottom:20px;}
    .intelligent02 ul li .intro .box .t:after{bottom:-10px;}
    .intelligent02 ul li .intro .box .c{font-size:14px; line-height:25px; height:125px; padding-right:5px;}
    .ipart04 .content ul li{padding:0 20px;}
    .ipart04 .content ul li .txt .t span{font-size:30px; line-height:30px;}
    .ipart04 .content ul li .txt .c{font-size:16px;}
    



}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    /* 分页2 */
    .page_bott .page_prev{width:100%;}
    .page_bott .page_next{width:100%;}
    .page_bott .page_next .page_btn{float:left; padding-left:45px; padding-right:0;}
    .page_bott .page_next .page_btn .icon{left:0;}
    .page_bott .box{padding:20px;}
    .page_bott .page_center{display:none;}

    .footer_top dl{width:12%}
    .footer_top dl.dl05{width:32%;}
    .footer_top dl.dl06{width:18%;}
    .footer .f_son_company .content .con .cell a{width:33%;}

    /*首页*/
    .ibanner{height:403px;;}
    .ibanner .owl-carousel.owl-loaded .item{height:403px;}
    .ibanner .owl-carousel .owl-item img{width:1060px; margin-left:-530px;}
    .ibanner .dots_btn{bottom:30px;}
    .ipart{margin-top:295px;}
    .ipart01 .infor .tit{font-size:30px;}
    .ipart01 .content .item .intro .box{padding:30px 20px;}
    .ipart02{padding:50px 0;}
    .ipart02 .infor .tit{font-size:30px;}
    .ipart02 .content .item .box .icon{width:55px; height:35px; background-size:400%;}
    .ipart02 .content .item .box{padding:12px 0}
    .ipart02 .content .item1 .box .icon{background-position:0 -35px;}
    .ipart02 .content .item2 .box .icon{background-position:-55px -35px;}
    .ipart02 .content .item3 .box .icon{background-position:-110px -35px;}
    .ipart02 .content .item4 .box .icon{background-position:-165px -35px;}
    .ipart02 .content .item1:hover .box .icon,
    .ipart02 .content .item1.cur .box .icon{background-position:0 0;}
    .ipart02 .content .item2:hover .box .icon,
    .ipart02 .content .item2.cur .box .icon{background-position:-55px 0;}
    .ipart02 .content .item3:hover .box .icon,
    .ipart02 .content .item3.cur .box .icon{background-position:-110px 0;}
    .ipart02 .content .item4:hover .box .icon,
    .ipart02 .content .item4.cur .box .icon{background-position:-165px 0;}
    .ipart03 .infor .tit{font-size:30px;}
    .ipart03 .list .item .item_box{padding:20px 20px 0;}
    .ipart04 .infor .tit{font-size:30px;}
    .ipart04 .content ul li .txt{font-size:14px;}

    /*新闻列表*/
    .news_list01 .news_list_r{display:none;}
    .news_list01 .news_list_l{width:100%;}
    .news_list01 .news_list_l ul li .box .img{margin-left:20px;}
    .news_list01 .news_list_l ul li .box .txt .t{margin:10px 0;}

    /* 新闻详细 */
    .news_detail01 .news_det_bott .content ._t{font-size:25px;}
    .news_detail01 .news_det_bott .content ._date{margin-bottom:30px;}
    .news_detail01 .news_det_bott{padding-bottom:50px;}

    /* 产品详细 */
    .pro_detail01{padding-top:30px; background-size:cover;}
    .pro_detail01 .left{width:100%;}
    .pro_detail01 .left .content .text .txt{height:auto;}
    .pro_detail01 .left .intro .t{font-size:25px;}
    .pro_detail01 .left .intro .c{font-size:48px;}
    .pro_detail01 .left ul.service li{width:15%;}
    .pro_detail01 .right{width:100%; margin-top:20px;}
    .pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd{font-size:18px;}
    .pro_detail02 .bd .selection1 .content .left{width:100%;}
    .pro_detail02 .bd .selection1 .content .right{width:100%; margin-right:0;}
    .pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd{width:15%;}
    .pro_detail02 .hd.fixed .search{width:20%;}
    .pro_detail02 .hd.fixed .order{width:20%;}
    .pro_detail02 .bd .selection3 .infor{font-size:25px;}
    .pro_detail04 .tit .t{font-size:25px;}
    .pro_detail04 .content{padding:0 6%;}
    .pro_detail02 .bd .selection1 .content{padding-left:0;}
    .pro_detail02 .bd .selection1 .content .t{float:none; font-size:25px;}
    .pro_detail02 .bd .selection1 .content .c{width:100%;}
    .pro_detail02 .bd .selection2 .tit{font-size:25px; margin-bottom:30px;}
    .pro_detail02 .bd .selection3{padding:30px 0;}
    .pro_detail02 .bd .selection3 .intro .tit{font-size:25px;}
    .pro_detail02 .bd .selection3 .content .infor .t{font-size:18px;}
    .pro_detail03{padding:30px 0;}
    .pro_detail03 .tit{font-size:25px;}
    /* 产品详细页表格 补充 20190904*/
    .pro_detail02 .bd .selection2 .content{overflow:auto;}

    /* 联系我们 */
    .contact_us01 .left{width:50%; margin-bottom:20px;}
    .contact_us01 .right{width:50%;}
    .contact_us01 .right .map{height:428px;}

    /*视频列表*/
    .video_list01 .content li .cover .play{width:60px; height:60px; margin-left:-30px; margin-top:-30px; background-size:cover;}
    .video_list01 .content li .intro .box .icon{width:30px; height:30px; margin-left:-15px; margin-top:-15px; background-size:cover;}

    /* 员工风采 */
    .fengcai01 .content .right .box{padding:15px;}
    .fengcai01 .content .right .box .tit{font-size:18px;}
    .fengcai01 .content .owl-dots{right:95px; bottom:10px;}
    .fengcai01 .content .owl-dots .owl-dot{width:12px; height:12px;}
    .fengcai02 .txt{padding:15px 0 20px;}

    /* 人才理念 */
    .person_concept01 .content .cover_r .box {padding:20px 0 20px 20px;}
    .person_concept02 .txt .t{font-size:30px; padding-top:30px;}
    .about_us03 .content .left .intro .box{padding-top:25px;}

    /* 关于我们 */
    .about_us01 .content .bd .item .left .box .tit{font-size:28px;}
    .about_us03 .content .right .right_more .box{padding-top:46px;}
    .about_us02 ul li .img{display:none;}

    /* 订购咨询 */
    .order01 .tit .t{font-size:25px;}
    .order01 .content{padding:0 6%;}

    /* 科学介绍 */
    .science01 .txt .box{padding:20px;}
    .science01 .txt .box .con{font-size:14px; line-height:24px; height:120px;}

    /* 发展历程下层 */
    .history_xc01 .container .r_box ul {padding:80px 30px 0 80px;}
    .history_xc01 .container .l_box .pd{padding:80px 80px 0 30px;}

    /*品牌理念*/
    .brand_concept01 .bd .section5 .content .cover{width:46%;}
    .brand_concept01 .bd .section1 .content .right .cell span{margin-top:0;}
    .brand_concept01 .bd .section1 .content .cell span{height:80px; overflow-y:auto;}
    .brand_concept01 .hd.fixed{top:50px;}

    /*品牌文化*/
    .culture01{padding:50px 0;}
    .culture01 .infor .tit{font-size:30px;}
    .culture01 .bd{background-size:cover; height:auto;}
    .culture01 .bd .content>.wrap{padding-top:5%; padding-bottom:5%; }
    .culture01 .bd .content .item .box{padding:0 20px; border-right:0;}
    .culture01 .bd .content .item{width:100%; border-bottom:1px solid rgba(255,255,255,.4);}
    .culture01 .bd .content .item .box .t{font-size:20px;}
    .culture01 .bd .content .item .box .c{margin-bottom:5%; height:auto;}
    .culture01 .bd .content .item .box .icon{display:none;}
    /* 弹窗 */
    .common_tc .content {width:100%;margin-left: 0; left:0;}
    .common_tc .content .box .tc_con .left{width:100%;}
    .common_tc .content .box .tc_con .right{width:100%; margin-top:30px;}
    .common_tc .content .box{height:400px; overflow:auto; padding:75px 30px 60px;}
    
    .contact_us01 .left .box dl dd.tel{margin-left:0;}

     /* 社交媒体 */
    .sj_media02 .content li{width:30%; margin-bottom:15px;}

    /* 品牌活动 */
    .brand_activity01 .right .intro .tit{font-size:20px;}

    .contact_us01 .left .box dl dd{font-size:16px; line-height:42px;}



    /*社会责任*/
    .social_respon01 .hd .left{width:100%;}
    .social_respon01 .hd .right{width:100%;}
    .social_respon01 .bd .box{padding:10px 20px;}
    .social_respon01 .bd .box .c{height:75px;}
    .social_respon02 li.three_li{margin-right:0;}
    .social_respon02 li.li_{width:48%; margin-right:4%;}
    .social_respon02 li.li_:nth-child(2n){margin-right:0;}

    /* 2021-0716 */
    .intelligent02 ul li .intro .box .c{height:100px;}



}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:14px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:2%; padding-right:2%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }

    /*移动端防恶意复制信息*/
    * {
        -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 网站样式*/
    /* 分页2 */
    .page_bott{margin-top:15px;}
    .page_bott .page_btn{font-size:14px;}
    .page_bott .t{font-size:14px; line-height:22px;}
    .page_bott .box{padding:10px 20px;}
    .page_bott .page_prev{border:none;}
    .page_bott .page_next{border:none;}
    .header_top{display:none;}
    .header_bott{padding:15px 0;}
    .header_bott .logo{width:240px; height:auto; margin-right:0;}
    .header_bott .h_tools .h_search.a_link{height:24px; line-height:24px;}
    .header_bott .h_tools .mobile_key{margin-top:0;}
    .m_nav{top:54px;}
    .xc_banner{height:224px;}
    .xc_banner>img{width:1000px; margin-left:-500px;}
    .xc_banner .cover{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.3));}
    .xc_banner .infor {display:none;}
    .xc_banner .xc_crumbs{display:block;}
    .xc_banner .cover{position:absolute; width:100%; height:100%; background-image:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.3));}
    .footer_top{display:none;}
    .footer_bott .left{text-align:center; width:100%;}
    .footer_bott .left .beian{display:block;}
    .footer_bott .left em{display:none;}

    .channel_content{padding:0 0 20px;}
    .time_order{padding:15px 10px; margin-bottom:0;}
    .time_order .time_con{margin-top:5px;}
    .time_order .time_con a{margin:0 3px; font-size:14px;}
    /* 弹窗 */
    .common_tc .content .box .tc_con .tit .t{font-size:18px;}
    .common_tc .content .box .tc_con .tit .c{font-size:16px; margin:40px 0 20px;}
    .common_tc .content .box{height:460px;}
    /* 新闻列表 */
    .widgets_common_pages_6{margin-top:30px;}
    .widgets_common_pages_6 a, 
    .widgets_common_pages_6 span{line-height:30px; padding:0 6px;}
    .news_list01{padding:20px 0 0;}
    .news_list01 .news_list_l .recommend_news{display:none;}
    .news_list01 .news_list_l ul li{margin-bottom:15px;}
    .news_list01 .news_list_l ul li:last-child{margin-bottom:0;}
    .news_list01 .news_list_l ul li .box{padding:15px;}
    .news_list01 .news_list_l ul li .box .img{width:35%; margin:10px 0 20px 10PX;}
    /* .news_list01 .news_list_l ul li .box .txt{width:60%; float:left;} */
    .news_list01 .news_list_l ul li .box .txt .t{font-size:16px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; height:auto;}
    .news_list01 .news_list_l ul li .box .txt .d{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{display:none;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool.d{display:block;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:14px; font-weight:bold; margin:0 0 5px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; line-height:22px; height:44px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    .news_list01 .widgets_common_pages_5 {padding:15px 0 0;}
     
    /* 新闻详细 */
    .news_detail01 .news_det_top{display:none;}
    .news_detail01 .news_det_bott .content .share{width:30px; height:30px; background-size:cover}
    .news_detail01 .news_det_bott .content .box{padding:35px 20px 20px;}
    .news_detail01 .news_det_bott .content ._t{font-size:18px;}
    .news_detail01 .news_det_bott .content ._date{font-size:14px; margin-bottom:20px;}
    .news_detail01 .news_det_bott .content .con{font-size:13px;}
    .news_detail01 .news_det_bott .keywords{margin-top:30px; font-size:16px;}
    .news_detail01 .news_det_bott .keywords a{font-size:14px;}
    .news_detail01 .news_det_top .logo{width:27%;}
    .news_detail01 .news_det_top .tit{font-size:14px;}
    .news_detail01 .news_det_top .tit span{font-size:15px;}
    .news_detail01 .news_det_top .right{display:none;}
    .news_detail01 .news_det_bott{padding:20px 0 15px;}
    .news_detail01 .news_det_bott ._tools{margin-top:5px;}
    .news_detail01 .news_det_bott ._tools ._tool{height:30px; line-height:30px; margin-right:3px}
    .news_detail01 .news_det_bott ._tools ._tool:last-child{margin-right:0;}
    .news_detail01 .news_det_bott ._tools #switcher{height:25px; line-height:25px;}

    /*产品列表*/
    .pro_list01 .pro_secnav .infor .tit{font-size:13px;}
    .pro_list01 .pro_secnav .list ul li{font-size:13px;}
    .pro_list01 .pro_secnav:after{display:none;}
    .pro_list01 .pro_crumbs_box{display:none;}
    .pro_list02 .hd .content{padding:15px 10px;}
    .pro_list02 .hd .content .tit{font-size:20px; line-height:25px; margin-bottom:15px;}
    .pro_list02 .hd .content .list li{padding-left:8%; width:42%; line-height:30px; font-size:13px; margin:0;}
    .pro_list02 .hd .content .list1 li{padding-left:8%; width:42%; line-height:30px; font-size:14px; margin:0;}
    .pro_list02 .hd .content .list2 li{padding-left:8%; width:42%; line-height:30px; font-size:14px; margin:0;}
    .pro_list02 .bd{padding-top:15px;}
    .pro_list02 .bd .cover{padding:0;}
    .pro_list02 .bd li{margin-bottom:15px;}
    .pro_list02 .bd li .intro_ .box{padding:10px;}
    :root .pro_list02 .bd ul li .li_box {min-height:260px;}
    .pro_list02 .bd li .intro_ .box .tit{font-size:14px;}
    .pro_list02 .bd li .intro_ .box .tit span{font-size:14px; font-weight:normal; line-height:15px; display:block;}
    .pro_list02 .bd li .intro_ .box .txt {display:none;}
    .pro_list02 .bd li .intro_ .box .con{margin-top:0px;}
    .pro_list02 .bd li .intro_ .box .prolist_more a{width:95%; height:36px; line-height:36px; margin-top:10px;}
    .pro_list02 .bd li.li3 .li_box, 
    .pro_list02 .bd li.li6 .li_box, 
    .pro_list02 .bd li.li9 .li_box {border-right-color:#dadada;}
    .pro_list02 .bd li:nth-child(2n) .li_box{border-right-color:transparent;}
    .pro_list02 .bd li .intro_ .box .pro_compare span{font-size:12px;}
    .pro_list02 .bd li .intro_ .box .pro_compare .order{font-size:12px; margin-top:5px;}
    .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox{width:10px; height:10px; background-size:cover;}
    .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox.plp-item-chked{background-position:0 -10px;}
    .pro_list02 .bd ul li .li_box{min-height:445px;}
    :root .pro_list02 .bd li .intro_ .box .pro_compare{bottom:15px;}
    .compare_product .compare-sel{padding:15px 0;}
    .comparePro_list .bott_ li .intro .c .get_price{font-size:13px;}

    .compare_product .compare-selli{font-size:13px; width:32%; margin-right:1%;}
    .compare_product .compare-selli:last-child{margin-right:0;}
    .compare_product .compare-selli-name{margin-right:5px;}
    .compare_product .compare-selbtn{border-left:none;}
    .compare_product{height:122px;}
    .compare_product .compare-selbtn .comparea-selbtn-btn{font-size:13px;}
    .comparePro_list .bott_ li .intro .t{font-size:16px; margin:20px 0;}
    .comparePro_list .bott_ li .intro .c .get_price{padding:0 5%;}
    .comparePro_list .bott_ .table_information{/*margin-top:25px; */width:90%; margin:25px auto 0; overflow-x:auto;}
    .comparePro_list .bott_ .table_information .table-responsive{min-width:800px;}
    .compare_product .compare-selbtn .comparea-selbtn-btn{line-height:35px; height:35px;}
    .compare_product .compare-selbtn{margin-top:10px;}
    .compare_product .compare-selbtn .comparea-selbtn-btn.comparea-selbtn-abled{width:120px; font-size:13px;}
    .compare_product .compare-selbtn .comparea-selbtn-closeall{line-height:35px; height:35px; font-size:13px;}
    /*产品分类及弹窗*/
    .pro_list01 .pro_fenlei{display:none;}
    .xl_fenlei{display:none;}
    .pro_rightbar{display:none;}
    .pro_list02 .widgets_common_pages_5{padding-bottom:0; font-size:13px; padding-top:0;}
    .pro_list02 .bd li:hover{box-shadow:none;}
    .pro_list02 .bd li:hover .li_line{display:none;}

    /* 产品详细 */
    .detail_crumbs .right{font-size:14px;}
    .detail_crumbs .left{font-size:13px;}
    .detail_crumbs .left span{margin:0 5px;}
    .detail_crumbs .left{line-height:25px; padding:5px 0;}
    .detail_crumbs .right{float:left; line-height:35px; display:none;}
    .pro_detail01{padding-bottom:15px; padding-top:15px;}
    .pro_detail01 .left{width:100%;}
    .pro_detail01 .left .intro .t{font-size:20px; line-height:1; margin-bottom:15px;}
    .pro_detail01 .left .intro .c{font-size:30px; font-weight:bold; font-family:Arial;}
    .pro_detail01 .left .content ul li{font-size:16px;}
    .pro_detail01 .left .activity{font-size:14px;}
    .pro_detail01 .left .down .t{font-size:14px;}
    .pro_detail01 .left .down .icon{height:42px;}
    .pro_detail01 .right{margin-top:15px;}
    .pro_detail01 .right .content:before{top:-15px;}
    .pro_detail01 .right .content:after{top:-15px;}
    .pro_detail01 .right .content .text .con .con_c{font-size:13px;}
    .pro_detail01 .right .content .text .con2{margin:15px 0;}
    .pro_detail01 .right .content .text{margin:15px 0 0 0;}
    .pro_detail01 .right .btn .icon{margin-right:12px;}
    .pro_detail01 .right .down{font-size:13px; margin-top:15px;}
    .pro_detail01 .right .intro .t{font-size:20px; line-height:40px;}
    .pro_detail01 .right .intro .c span{font-size:20px;}
    .pro_detail01 .right .intro .c .share{font-size:13px;}
    .pro_detail01 .right .img_list{width:100%;}
    .pro_detail01 .right .btn>a{font-size:13px; padding:5px 10px;}
    .pro_detail02 .hd.fixed .order{display:none;}
    .pro_detail02 .hd.fixed .search{display:none;}
    .pro_detail02 .bd .selection1 .content .right .t{font-size:20px;}
    .pro_detail02 .bd .selection1 .content .right .c{margin-top:15px; font-size:13px; height:auto;}
    .pro_tc .top .tit{font-size:13px;}
    .pro_tc .top .con{font-size:20px;}

    .pro_detail02 .hd{margin-bottom:15px;}
    .pro_detail02 .hd .list dt, 
    .pro_detail02 .hd .list dd{font-size:18px; line-height:50px;width:30%;}
    .pro_detail02 .hd .list .item.active:after{width:100%; height:2px;}
    .pro_detail02 .bd{padding-top:0;}
    .pro_detail02 .bd .selection1 .content .t{width:100%; font-size:16px;}
    .pro_detail02 .bd .selection1 .content .con_bott{font-size:14px;}
    .pro_detail02 .bd .selection1 .owl-dots{bottom:10px;}
    .pro_detail02 .bd .selection1 .content .con_top{padding:15px 0;}
    .pro_detail02 .bd .selection1 .content .t {display: none;}
    .pro_detail02 .bd .selection1 .content .c{font-size:13px; margin-top:15px;}
    .pro_detail02 .bd .selection1{padding-bottom:15px;}
    .pro_detail02 .bd .selection2{margin:15px 0;}
    .pro_detail02 .bd .selection2 .down{display:none;}
    .pro_detail02 .bd .selection2 .tit {display: none;}
    .pro_detail02 .bd .selection2 .content {margin-top: 25px;}
    
    .pro_detail02 .bd .selection3{padding:0 0 15PX 0;}
    .pro_detail02 .bd .selection3 .item .box .tit{font-size:18px; height:auto;}
    .pro_detail02 .bd .selection3 .infor .btn_all{top:6px;}
    .pro_detail02 .bd .selection3 .infor {margin-bottom:15px;}
    .pro_detail02 .bd .selection3 .infor .line{top:6px; right:27px;}
    .pro_detail02 .bd .selection3 .infor .btn_all .owl-next{right:10px;}
    .pro_detail02 .bd .selection3 .item{margin-top:0;}
    .pro_detail02 .bd .selection3 .item .box .list ul li{font-size:12px;}
    .pro_detail02 .bd .selection3 .item .box .list{font-size:12px;}
    .pro_detail02 .bd .selection3 .item .box{padding:15px;}
    .pro_detail02 .bd .selection1 .content{padding-bottom:30px;}
    .pro_detail02 .bd .selection3 .item:hover{box-shadow:none;}
    .pro_detail02 .bd .selection3 .item:hover .li_line{display:none;}
    .pro_detail03{padding:15px 0;}
    .pro_detail03 .tit{font-size:20px; margin-bottom:45px;}
    .pro_detail03 .con ul li .icon{width:40px; height:40px; background-size:401%; margin-bottom:0;}
    .pro_detail03 .con ul li.li1 .icon{background-position:0 0;}
    .pro_detail03 .con ul li.li2 .icon{background-position:-40px 0;}
    .pro_detail03 .con ul li.li3 .icon{background-position:-80px 0;}
    .pro_detail03 .con ul li.li4 .icon{background-position:-120px 0;}
    .pro_detail03 .con ul li.li1:hover .icon{background-position:0 -40px;}
    .pro_detail03 .con ul li.li2:hover .icon{background-position:-40px -40px;}
    .pro_detail03 .con ul li.li3:hover .icon{background-position:-80px -40px;}
    .pro_detail03 .con ul li.li4:hover .icon{background-position:-120px -40px;}
    .pro_detail03 .con ul li .t{font-size:13px;}
    .pro_detail04 .tit{margin-bottom:10px;}
    .pro_detail04 .tit .t{font-size:20px; margin-top:15px;}
    .pro_detail04 .content{padding:0;}
    .pro_detail04 .content .inp_box{width:100%; margin:7px 0;}
    .pro_detail04 .content .yzm .input_area{margin:0 1% 0 0;}
    .pro_detail04 .content .send{float:none; font-size:13px; width:130px; height:35px; line-height:35px; margin-top:15px;}
    .pro_detail04{padding:0 0 15px 0;}
    .pro_detail04 .tit .c{font-size:13px; padding:0 15px;}
    .pro_detail04 .content .inp_box .type{font-size:13px;}
    .pro_detail04 .content .inp_box .input_area{font-size:13px; line-height:35px; height:35px;}
    .pro_detail04 .content .con{margin-top:15px; padding-top:15px;}
    .pro_detail04 .content .t{line-height:20px;}
    .pro_detail04 .content .inp_box textarea.input_area{height:80px;}
    .pro_detail04 .content .yzm .input_area{font-size:13px; line-height:35px; height:35px;}
    .pro_detail04 .content .yzm .yzmImg{height:35px;}
    .pro_tc .top .close{width:30%;}

    /*发展历程*/
    .history_xc01{padding:15px 0;}
    .history_xc01 .stage_box li {border-bottom:0; width:50%;}
    .history_xc01 .stage_box li.cur { border-color:#fff; color:#fff;}
    .history_xc01 .stage_box li .year{display:inline-block; margin-right:10px;}
    .history_xc01 .stage_box li .desc{display:inline-block; line-height:25px;;}
    .history_xc01 .stage_box li .year span{font-size:14px;}
    .history_xc01 .stage_box li .year i{display:none;}
    .history_xc01 .stage_box li:hover .year span,
    .history_xc01 .stage_box li:hover .desc{color:#fff;}
    .history_xc01 .stage_box li .pd { padding:5px 10px; }
    .history_xc01 .stage_box .desc { font-size:14px; }
    .history_xc01 .container{background:none; margin-top:15px;}
    .history_xc01 .container .l_box{width:100%; text-align:left; }
    .history_xc01 .container .r_box{width:100%; padding-top:0;}
    .history_xc01 .container ul li{padding:15px; margin-bottom:15px; background:#f6f6f6;}
    .history_xc01 .container .year{font-size:18px; margin-bottom:0;}
    .history_xc01 .container .l_box .year:after{display:none;}
    .history_xc01 .container .r_box .year:after{display:none;}

    /*联系我们*/
    .contact_us01{padding:20px 0;}
    .contact_us01 .left{width:100%;}
    .contact_us01 .right{width:100%;}
    .contact_us01 .right .map{height:230px;}

    /* 首页 */
    .ibanner{position:static;}
    .ibanner,
    .ibanner .owl-carousel.owl-loaded .item{height:0; padding-bottom:62.5%;}
    .ibanner .owl-carousel .owl-item img{position:static; width:100%; margin-left:0;}
    .ibanner .dots_btn{bottom:10px; z-index:7;}
    .ibanner .owl-dots{bottom:20px;}
    .ipart{margin-top:0;}
    .ipart01 .infor{padding-top:15px;}
    .ipart01 .infor .tit{font-size:20px; margin-bottom:10px;}
    .ipart01 .infor .con{font-size:13px;}
    .ipart01 .content{margin-top:15px;}
    .ipart01 .content .item{width:100%;}
    .ipart01 .content .item.cur{width:100%;}
    .ipart01 .content .item .intro .box{padding:15px;}
    .ipart01 .content .item .intro .box .t{font-size:16px;}
    .ipart02{padding:15px 0;}
    .ipart02 .infor .tit{font-size:20px;}
    .ipart02 .infor .con{font-size:13px;}
    .ipart02 .content{margin-top:15px;}
    .ipart02 .content .center{position:relative; height:200px;}
    .ipart02 .content .center .img{width:100%; left:0;}
    .ipart02 .content .left{width:49%;}
    .ipart02 .content .right{width:49%;}
    .ipart02 .content .item:hover:after, .ipart02 .content .item.cur:after{opacity:0; visibility:hidden;}
    .ipart03 .infor .tit{font-size:20px;}
    .ipart03 .infor .con{font-size:13px;}
    .ipart03 .content{margin:15px 0;}
    .ipart03 .content .left{width:100%;}
    .ipart03 .content .left .cover .box{padding:25px 20px;}
    .ipart03 .content .left .cover .box .t{font-size:16px;}
    .ipart03 .content .right{width:100%;}
    .ipart03 .rect-878{padding-bottom:0; height:auto;}
    .ipart03 .content .right .box .tit{font-size:18px;}
    .ipart03{padding-bottom:15px; padding-top:15px;}
    .ipart03 .list .item{width:50%;}
    .ipart03 .list .item .item_box{padding:0 10px 0;}
    .ipart03 .list .item .item_box .intro .t{font-size:16px;}
    .ipart03 .list .item .item_box .intro .d{margin-bottom:10px;}
    .ipart03 .list .item .item_box .intro .c{margin-bottom:20px;}
    .ipart04{padding:15px 0;}
    .ipart04 .content{margin:15px 0 0;}
    .ipart04 .infor .tit{font-size:20px;}
    .ipart04 .content ul li .img{float:none; width:50%; padding-top:0; margin:0 auto;}
    .ipart04 .content ul li .txt .t span{font-size:25px;}
    .ipart04 .content ul li .txt .c{font-size:13px;}
    .ipart04 .content ul li .txt .t{font-size:14px; margin-top:15px;}
    .ipart04 .owl-nav>div{font-size:20px; margin-top:-18px;}

    /* 企业文化 */
    .culture01{padding:15px 0;}
    .culture01 .infor{margin-bottom:20px;}
    .culture01 .infor .tit{font-size:20px; line-height:30px;}
    .culture01 .infor .con{font-size:16px; margin-top:10px; line-height:24px;}
    .culture01 .item{margin-bottom:15px;}
    .culture01 .item .box{height:auto;}
    .culture01 .item .box .intro{padding:15px 20px;}
    .culture01 .item .box .intro .tit{font-size:18px; margin-bottom:0;}
    .culture01 .item .box .intro .con{font-size:13px;}
    .culture01 .item .box .intro .icon{right:10px;}

    /* 视频中心 */
    .video_list01{padding:15px 0;}
    .video_list01 .content li{margin-bottom:15px;}
    .video_list01 .content li:last-child{margin-bottom:0;}
    .video_list01 .content li .intro {background:#fff;}
    .video_list01 .content li .intro .box{padding:15px;}
    .video_list01 .content li .intro .box .tit{font-size:13px; white-space:normal; height:24px; line-height:24px;}

    /* 员工风采 */
    .fengcai01{padding:15px 0;}
    .fengcai01 .infor{margin-bottom:20px;}
    .fengcai01 .infor .tit{font-size:20px; line-height:30px;}
    .fengcai01 .infor .con{font-size:16px; margin-top:10px; line-height:24px;}
    .fengcai01 .content .left{width:100%;}
    .fengcai01 .content .right{width:100%;}
    .fengcai01 .content .owl-dots{width:100%; right:0; text-align:center;}
    .fengcai01 .content .right .box{padding:15px 15px 30px;}
    .fengcai02 .txt{font-size:13px; padding:10px 0 15px;}

    /* 人才理念 */
    .person_concept01{padding:15px 0;}
    .person_concept01 .content{height:auto;}
    .person_concept01 .content .left{width:100%; position:static; margin-left:0; margin-right:0;}
    .person_concept01 .content .left{height:auto;}
    .person_concept01 .content .right{display:none;}
    .person_concept01 .content .cover_r{position:static; background:#00a1e9; width:100%; height:auto;}
    .person_concept01 .content .cover_r .box{padding:15px;}
    .person_concept01 .content .cover_r .box .tit{font-size:20px; padding-left:40px;}
    .person_concept01  .content .cover_r .box .tit i {width:25px; height:34px; background-size:contain;}
    .person_concept01 .content .cover_r .box .tit1{font-size:16px; margin:15px 0;}
    .person_concept01 .content .cover_r .box .con{font-size:13px;}
    .person_concept02{padding-bottom:15px;}
    .person_concept02 .left{margin-bottom:15px;}
    .person_concept02 .txt .t{font-size:20px;}
    .person_concept02 .txt .d{font-size:13px;}
    .person_concept02 .txt{margin-bottom:15px;}

    /* 关于我们 */
    .about_us01 .content .bd .item .left{width:100%;}
    .about_us01 .content .bd .item .left .box{padding:15px;}
    .about_us01 .content .bd .item .left .box .tit{font-size:20px;}
    .about_us01 .content .bd .item .left .box .con{font-size:13px; padding-right:0; margin-top:15px; min-height:auto; height:208px; overflow-y:auto;}
    .about_us01 .content .bd .item .right{width:100%;}
    .about_us01 .content .bd .item .right{margin-top:15px;}
    .about_us01 .content .bd .item .right.video:after{width:50px; height:50px; background-size:cover; margin-top:-25px; margin-left:-25px;}
    .about_us01 .content .hd .item .icon{display:none;}
    .about_us01 .content .hd{height:auto; overflow:hidden;}
    .about_us01 .content .hd .item .txt{font-size:14px; padding:15px 0;}
    .about_us02{padding:15px 0;}
    .about_us02 ul li .img{width:40%; display:none; margin:0 auto 15px;}
    .about_us02 ul li .txt{margin-left:0; text-align:center;}
    .about_us02 ul li .txt .t,
    .about_us02 ul li .txt .c{font-size:14px;}
    .about_us02 ul li .txt .t span{font-size:35px;}
    .about_us03 .infor .tit{font-size:20px; margin-bottom:15px;}
    .about_us03 .content .left{width:100%; margin-bottom:15px;}
    .about_us03 .content .right{width:100%;}
    .about_us03 .content .cover .ico{display:none;}
    .about_us03 .content .cover{display:none;}
    .about_us03 .content .right .right_more .box{padding:20px;}
    .about_us03 .content .right .right_more .box .intro{font-size:20px;}
    .about_us03 .content .rect-3322,
    .about_us03 .content .rect-2197{padding-bottom:0;height:auto;}
    .about_us03 .content .right .right_more .box .intro .icon{margin-left:15px; width:20px; height:20px; background-size:cover;}
    .about_us03 .content .left .intro .box{padding:15px 0;}

    /* 常见问题 */
    .question01{padding-top:15px;}
    .question01 li{margin-bottom:15px;}
    .question01 li .qte{width:15%; }
    .question01 li .te{width:65%;}
    .question01 li .qte{font-size:25px;}
    .question01 li .top{line-height:40px; height:40px;}
    .question01 li .top .te{font-size:16px;}
    .question01 li .top:before{right:6%; }
    .question01 li .bot .te{padding:15px; font-size:13px;}

    /* 订购咨询 */
    .order01{padding:0 0 15px 0;}
    .order01 .tit{margin-bottom:10px;}
    .order01 .tit .t{font-size:20px; margin-top:15px;}
    .order01 .content{padding:0;}
    .order01 .content .inp_box{width:100%; margin:7px 0;}
    .order01 .content .yzm .input_area{margin:0 1% 0 0;}
    .order01 .content .send{float:none; font-size:13px; width:130px; height:35px; line-height:35px; margin-top:15px;}
    .order01 .tit .c{font-size:13px; padding:0 15px;}
    .order01 .content .inp_box .type{font-size:13px;}
    .order01 .content .inp_box .input_area{font-size:13px; line-height:35px; height:35px;}
    .order01 .content .con{margin-top:15px; padding-top:15px;}
    .order01 .content .t{line-height:20px;}
    .order01 .content .inp_box textarea.input_area{height:80px;}
    .order01 .content .yzm .input_area{font-size:13px; line-height:35px; height:35px;}
    .order01 .content .yzm .yzmImg{height:35px;}

    /* 资料下载 */
    .download01{padding-top:15px;}
    .download01 ul li{margin-bottom:15px;}

    /* 科学介绍 */
    .science01{padding:15px 0 0;}
    .science01 .infor{margin-bottom:20px;}
    .science01 .infor .tit{font-size:20px; line-height:30px;}
    .science01 .infor .con{font-size:16px; padding-top:10px; line-height:24px;}
    .science01 ul li{margin-bottom:15px;}
    .science01 .img{width:100%;}
    .science01 .txt{width:100%;}
    .science01 .txt .box{padding:15px;}
    .science01 .txt .box .con{height:auto;}

    /* 图片列表 */
    .img_list01{padding:15px 0;}
    .img_list01 .infor{margin-bottom:15px;}
    .img_list01 .infor .tit{font-size:20px; line-height:30px}
    .img_list01 .infor .con{font-size:14px; line-height:20px;}
    .img_list01 .infor .row-wrap .shuzi{width:50%;}

    /*发展历程*/
    .history_xc01{padding:15px 0;}
    .history_xc01 .stage_box li {border-bottom:0; width:50%;}
    .history_xc01 .stage_box li.cur { border-color:#fff; color:#fff;}
    .history_xc01 .stage_box li .year{display:inline-block; margin-right:10px;}
    .history_xc01 .stage_box li .desc{display:inline-block; line-height:25px;;}
    .history_xc01 .stage_box li .year span{font-size:14px;}
    .history_xc01 .stage_box li .year i{display:none;}
    .history_xc01 .stage_box li:hover .year span,
    .history_xc01 .stage_box li:hover .desc{color:#fff;}
    .history_xc01 .stage_box li .pd { padding:5px 10px; }
    .history_xc01 .stage_box .desc { font-size:14px; }
    .history_xc01 .container{background:none;}
    .history_xc01 .container .l_box{width:100%; text-align:left; background:#f6f6f6;}
    .history_xc01 .container .r_box{width:100%;}
    .history_xc01 .container .l_box .pd{padding:20px;}
    .history_xc01 .container .l_box .tit{font-size:18px;}
    .history_xc01 .container .r_box ul{padding:20px 0;}
    .history_xc01 .container .r_box ul li{margin-bottom:15px;}
    .history_xc01 .container .r_box .year:after{display:none;}
    .history_xc01 .container .r_box .year{font-size:20px; margin-bottom:0;}
    .history_xc01 .container .l_box .img{float:left; width:100%;}

    /*品牌理念*/
    .brand_concept01{padding:15px 0;}
    .brand_concept01 .hd{margin-bottom:0;}
    .brand_concept01 .hd.fixed{height:50px; top:0;}
    .brand_concept01 .hd ul{height:50px; line-height:50px;}
    .brand_concept01 .hd li{font-size:12px;width:19%;}
    .brand_concept01 .hd li.li3{width:24%;}
    .brand_concept01 .bd .section1{margin-bottom:0;}
    .brand_concept01 .bd .section1 .infor{margin-bottom:0; padding-top:15px;}
    .brand_concept01 .bd .section1 .infor .tit{font-size:18px; line-height:40px; height:40px;}
    .brand_concept01 .bd .section1 .infor .con .t{font-size:16px; font-weight:normal;}
    .brand_concept01 .bd .section1 .infor .con .c{padding:15px;}
    .brand_concept01 .bd .section1 .content{padding:15px 0;}
    .brand_concept01 .bd .section1 .content .cell{height:auto; margin-bottom:15px;}
    .brand_concept01 .bd .section1 .content .left{float:none; width:100%; margin-right:0; margin-top:0px}
    .brand_concept01 .bd .section1 .content .right{float:none; width:100%; margin-left:0; margin-top:0px}
    .brand_concept01 .bd .section1 .content .center{float:none; width:100%;}
    .brand_concept01 .bd .section1 .content .center .box{padding:0;}
    .brand_concept01 .bd .section1 .content .center .box .cen_top .cell{width:100%; box-sizing:border-box; margin-bottom:15px; padding:10px 2%;}
    .brand_concept01 .bd .section1 .content .cell .line{display:none;}
    .brand_concept01 .bd .section1 .content .left .cell2 span{margin-top:0;}
    .brand_concept01 .bd .section1 .content .right .cell span{margin-top:0;}
    .brand_concept01 .bd .section1 .brand_logo{border:none; margin:15px 0;}
    .brand_concept01 .bd .section1 .brand_logo .brand_logo_tit span{font-size:14px;}
    .brand_concept01 .bd .section1 .brand_logo .box{padding:25px 20px 0px;}
    .brand_concept01 .bd .section1 .brand_logo .box .smidd-6{margin-bottom:10px;}
    .brand_concept01 .bd .section2{margin-bottom:0;}
    .brand_concept01 .bd .section2 .content{height:250px;}
    .brand_concept01 .bd .section2 .content>img{width:600px; margin-left:-300px;}
    .brand_concept01 .bd .section2 .content .cover{top:10%; left:10%; right:10%; bottom:10%;}
    .brand_concept01 .bd .section2 .content .cover .box{width:100%;}
    .brand_concept01 .bd .section2 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section2 .content .cover .box .con{font-size:16px;}
    .brand_concept01 .bd .section3{margin-bottom:15px;}
    .brand_concept01 .bd .section3 .infor .tit{font-size:20px; line-height:46px; height:46px;}
    .brand_concept01 .bd .section3 .content li{/*width:45%;*/ height:50px; line-height:50px;}
    .brand_concept01 .bd .section3 .content li a .tit{font-size:20px; margin-top:0;}
    .brand_concept01 .bd .section4{margin-bottom:15px;}
    .brand_concept01 .bd .section4 .content{height:248px;}
    .brand_concept01 .bd .section4 .content>img{width:600px; margin-left:-300px;}
    .brand_concept01 .bd .section4 .content .cover{left:10%; top:10%; right:10%; bottom:10%; width:auto; margin:0; padding:50px; box-sizing:border-box;}
    .brand_concept01 .bd .section4 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section5 .content{height:426px;}
    .brand_concept01 .bd .section5 .content>img{width:1050px; margin-left:-525px;}
    .brand_concept01 .bd .section5 .content .cover{width:100%; height:100%; padding:15px; box-sizing:border-box; margin:0;}
    .brand_concept01 .bd .section5 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section5 .content .cover .box .con{font-size:14px;}
    .brand_concept01 .bd .section5 .content .cover .box .txt{font-size:12px;}
    .brand_concept01 .bd .section1 .content .cell span{height:auto;}

    /*品牌文化*/
    .culture01{padding:15px 0;}
    .culture01 .infor{margin-bottom:20px;}
    .culture01 .infor .tit{font-size:20px; line-height:30px;}
    .culture01 .infor .con{font-size:16px; margin-top:10px; line-height:24px;}
    .culture01 .bd{padding:0px;}
    .culture01 .bd .content>.wrap{padding-bottom:0;}
    .culture01 .bd .content .item .box .t{font-size:18px; line-height:30px; margin-top:15px; padding-bottom:5px;}
    .culture01 .bd .content .item1 .box .t{margin-top:0;}
    .culture01 .bd .content .item .box .t1{margin-top:15px;}
    .culture01 .bd .content .item .box .c{font-size:13px;}
    .culture02{padding:0;}
    .culture02 .item{margin-bottom:15px;}
    .culture02 .item .box{height:auto;}
    .culture02 .item .box .intro{padding:15px 20px;}
    .culture02 .item .box .intro .tit{font-size:18px; margin-bottom:0;}
    .culture02 .item .box .intro .con{font-size:13px;}
    .culture02 .item .box .intro .icon{right:10px;}

    /* 弹窗 */
    .common_tc .content .box .tc_con .tit .t{font-size:18px;}
    .common_tc .content .box .tc_con .tit .c{font-size:16px; margin:40px 0 20px;}
    .common_tc .content .box{height:460px;}

    .float_right{display:none;}
    .thr_nav{display:none;}
    .luru{padding-top:15px;}
    .yxwl .box{padding:0;}

    /* 社交媒体 */
  .sj_media02{padding:15px 0 0;}
  .sj_media02 .infor .tit{font-size:20px; line-height:20px; margin-bottom:15px;}
  .sj_media02 .infor{margin-bottom:15px;}
  .sj_media02 .infor .con{font-size:13px; line-height:20px;}
  .sj_media02 .content li{width:47%; margin-bottom:20px; cursor:pointer;}
  .sj_media02 .content li .box .intro .t{font-size:13px;}
  .sj_media02 .content li .box .intro .c{font-size:13px;}
  .sj_media02 .content li .box{padding:15px 10px; height:150px;}
  .sj_media03{padding:15px 0;}
  .sj_media03 .infor {margin-bottom:0;}
  .sj_media03 .infor .tit{font-size:20px; line-height:25px; margin-bottom:15px;}

  /* 品牌活动 */
  .brand_activity01{padding:15px 0 0;}
  .brand_activity01 .content .item{width:49%; margin-right:2%; margin-bottom:10px;}
  .brand_activity01 .content .item.three_item{margin-right:2%;}
  .brand_activity01 .content .item.imgZoom:nth-child(2n){margin-right:0;}
  .brand_activity01 .content .item .intro .box .d{font-size:13px;}
  .brand_activity01 .content .item .intro .box .d span{display:none;}
  .brand_activity01 .content .item:last-child{margin-bottom:0;}
  .brand_activity01 .content .item .intro .box{padding:15px}
  .brand_activity01 .content .item .intro .box .t{font-size:15px; line-height:24px; margin:5px 0; height:48px; overflow:hidden;}
  .brand_activity01 .content .item .intro .box .c{font-size:13px; height:48px; line-height:24px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

  .contact_us01 .left .box dl dd{font-size:14px; line-height:26px;}
  #contact-map-49010{height:230px!important;}
  .order01 .content .inp_box .input_area{box-sizing:border-box;}
  .order01 .content .inp_box.area_box{width:100%;}
  .ibanner .nav_l,.ibanner .nav_r{width: 30px; margin-top: -10px; background-size: contain; background-repeat: no-repeat;}

    .luru .fz36{font-size:20px;}
    .luru .fz34{font-size:20px;}


    /*社会责任*/
    .social_respon01{padding:15px 0;}
    .social_respon01 .hd{margin-bottom:15px;}
    .social_respon01 .hd .right .box .tit{font-size:22px;}
    .social_respon01 .hd .right .box .con{font-size:15px;}
    .social_respon01 .hd .right .box .txt{font-size:13px;}
    .social_respon01 .bd .item{width:100%; margin-right:0; margin-bottom:15px;}
    .social_respon01 .bd .item:last-child{margin-bottom:0;}
    .social_respon01 .bd .box .t{font-size:18px;}
    .social_respon01 .bd .box .c{height:auto;}
    .social_respon02{padding-bottom:0px;}
    .social_respon02 .rect-1112{padding-bottom:100%;}
    .social_respon02 li.li_{width:49%; margin-right:2%; margin-bottom:15px;}
    .social_respon02 li.li_:nth-child(2n){margin-right:0;}
    .social_respon02 li .cover .box .t{font-size:16px; line-height:25px;}
    .social_respon02 li .cover .box .t{display:block;}
    .social_respon02 li .cover .box{position:relative;}
    .social_respon02 li .cover .box:after{content:''; width:20px; height:20px; background:url(../img/s_jt.png) no-repeat center; position:absolute; right:15px; top:50%; margin-top:-10px}
    .social_respon01 .hd .left .rect-4975{display:none;}

    /* 2021-0318 */
    .ipart04 .content ul li {
        float: left;
        width: 33%;
        text-align: center;
        color: #fff;
        overflow: hidden;
        padding:0 
    }


    /* 2021-0716 */
    .intelligent01 .rect-309{padding-bottom:40%;}
    .intelligent01{margin:25px 0;}
    .intelligent01 .content .infor .box{padding:4%;}
    .intelligent01 .content .infor .box .tit{font-size:20px; line-height:24px;}
    .intelligent01 .content .infor .box .con{font-size:14px; line-height:24px;}
    .intelligent02 ul li{margin-bottom:15px;}
    .intelligent02 ul li .img{width:100%;}
    .intelligent02 ul li .intro{width:100%;}
    .contact_us01 .right{height:230px;}
    body #contact-map-51305{margin-left:-260px; margin-top:-100px;;}
    .newsBanner img{left:0; margin-left:0;;}








    

}
@media only screen and (max-width: 480px) {
    /*mobileMode 480 网站样式*/
    
}

@media only screen and (max-width: 375px) {
    .brand_activity01 .content .item .intro .box{padding:15px 10px;}
    .brand_activity01 .content .item .intro .box .d{font-size:12px;}
}
@media only screen and (max-width: 320px) {
    /*mobileMode 320 网站样式*/
    /* 常见问题 */
    .question01 li .top:after{right:2%;}

    .culture02 .item .box .intro{padding:15px 10px;}

    .ipart02 .content .center{height:150px;}
    .ipart04 .infor .tit{font-size:18px;}


    

}

