/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2020-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}
.m_xcbanner{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); }
/*1440*/
@media only screen and (max-width:1440px){
	.mwrap{ width:1300px;}
    .history01 .content .right li .intro{padding:50px 40px;}
    .history01 .content .right li .cover .box{padding:35px 40px;}
    .history01 .bg .cover .year{bottom:25px;}

}

@media only screen and (max-width:1366px){
	.wrap{ width: 1160px;}
	.header_bott .logo{margin-right:6%;}
	.header_bott .inav_wrapper{ width:74%;}
	.header_bott .inav .nav_li .xiala_nav .right .r_infor{ padding-left:22%;}
    .ibanner .dots_btn{bottom:170px;}
	.ipartcase{ height: 700px;}
	.ipartab .right .content .con_lll .intro .box .t{ font-size:21px;}
	.header .erji_nav .erji_content .erji_list .erji_intro ul li{ margin:0 6px;}
	.mwrap{ max-width: 1160px;}
	.pro_center01 .left li .tab{ line-height:47px;}
	.pro_center01 .left li .sec_con .sec_list a{ line-height:32px;}
	.pro_center01 .right .r_top{ margin-bottom:30px;}
	.pro_list01 .bd .bd_list li .infor .con{ font-size:30px;}
	.pro_detail02 .hd ul{ margin-right:130px;}
	.pro_detail02 .hd ul li{ margin-left:44px;}
	.pro_detail02 .sections05 .content li .infor .con{ font-size:30px;}
	.about_us02 li .box{ padding:85px 55px;}
    .history01 .content .right li .cover .box{padding:15px 40px;}
    .history01 .content .left .box .tit{font-size:45px;}
	.culture01 .con_pt1 .left .box .tit{ font-size:30px;}
	.culture01 .con_pt1 .left .box .con{ font-size:24px;}
	.culture01 .con_pt1 .left .box .txt{ height:0;}
	.culture01 .con_pt1 .right .cover .tit{ font-size:30px;}
	.culture01 .con_pt1 .right .cover .con{ font-size:24px;}
	.culture01 .con_pt2 .left .intro{ left:10px;}
	.culture01 .con_pt2 .left .intro .tit{ font-size:30px;}
	.culture01 .con_pt2 .left .intro .con{ font-size:18px;}
	.culture01 .con_pt2 .right .item .box .tit{ font-size:30px;}
	.culture01 .con_pt2 .right .item .box .con{ font-size:24px;}
	.culture01 .con_pt2 .right .item .box .txt{ height: 0;}
	.contact_us03 ul li.li_img .img_box .txt{ font-size: 14px;}

}

/*
* 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_top .son_company li{width:33%;}
	.header_top .h_top_tool .guanhui{ margin-right: 0;}
	.header_bott .logo{ margin-right:2%; width:138px;}
	.header_bott .inav_wrapper{ width:80%;}
	.header_bott .inav_wrapper .inav .nav_li{ margin-right:14px;}

    .header_bott .lan_down .lan_content .sl{padding-left:30px;}
    .header_bott .lan_down .lan_content .sl .map{display:none;}
    .header_bott .lan_down{display: none!important;}

    .xc_nav{display:none;}
    .xc_banner .infor .con{font-size:30px;}
	.header_bott .inav .nav_li .xiala_nav .left .nav_infor .list li{ font-size: 15px;}
	.header_bott .inav .nav_li .xiala_nav .right .r_infor{ padding-left:10%;}
	.header_bott .inav_wrapper .inav .nav_li .xiala_nav{ background:url(/images/xiala_bg.jpg) no-repeat -500px;}

    /*------------------手机端下拉---------------------*/
    .m_nav{position:fixed; left:0; top:107px; 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;}

    /*------------------手机端下拉 end-----------------*/
    /*手机端语言下拉*/
    .header_bott .h_tools{width:40%;}
    /*手机端搜索下拉*/
    .header_bott .h_tools .h_search.nolink{display:none;}
    .header_bott .h_tools .h_search.a_link{display:block; padding-right:10px;}
    .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;}
    /*导航下拉*/
    .header_bott .mobile_key{position:relative; cursor:pointer; transition:all 0.3s ease-in-out; z-index:10; display:block; width:20px; height:20px;} 
    .header_bott .mobile_key span,
    .header_bott .mobile_key:before,
    .header_bott .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 .mobile_key span{margin-top:-4px;}
    .header_bott .mobile_key:before{content:''; margin-top:3px;}
    .header_bott .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;}

	.ibanner .item .content .infor{ padding-left: 20px;}
	.ibanner .item .content .infor .tit{ font-size:28px;}
	.ibanner .item .content .infor .con{ font-size:16px;}
	.ipartpro{ padding: 40px 0;}
	.ipartpro .infor .con{ width: 80%; margin-top:20px;}
	.ipartpro .infor .tit{ font-size: 44px;}
	.ipartpro .content .li_ .box .li_box .img_{width:211px; height:88px;}
	.ipartpro .content .li_.active .box .li_box .img_{background-position:0 -88px;}

	.ipartcase{ height: 600px; display:none}
	.ipartcase .infor .con{ width: 80%}
	.ipartcase .infor .con .ss{ display: none;}
	.ipartcase .infor .tit{ font-size: 44px;}
	.ipartab .right .content .con_lll .intro .box{ padding:24px 15px;}
	.ipartkehu .infor .con{ width: 60%;margin-left:150px;}
	.ipartkehu .infor .tit{ font-size: 44px;}
	.ipartmt .infor .con{ width: 85%;margin-left: 20px;}
	.ipartmt .infor .con .ss{ display: none;}
	.ipartmt .infor .tit{ font-size: 44px;}
	
	/*产品中心*/
	.pro_center01 .left ul{ width: 184px;}
	.pro_center01 .left li{ padding: 0 14px;}
	.pro_center01 .left li .tab{ line-height:38px;}
	.pro_center01 .left li .tab .t{ font-size:15px;}
	.pro_center01 .left li .sec_con{ left:204px;}
	.pro_center01 .left li .sec_con .sec_list a{ line-height: 30px;}
	.pro_center01 .right .r_top{ margin-bottom:26px;}
	.pro_center02 .content .bd .li_ .intro .box .tit a{ font-size: 22px;}
	
		/*.row>.midd-4{width:32.33333333%} 2024-04-08-修改*/
		.row>.midd-4{width:49%; height:360px;}
		.pro_list01 .bd .bd_list li{ margin-bottom:5px;}
		.pro_list01 .bd .bd_list li .infor .tit{ height:30px;}
			/* 2024-04-08-修改*/
	
	.pro_detail02 .hd .title{ font-size:20px;}
	.pro_detail02 .hd span.father{ display:none;}
	.pro_detail02 .hd ul{ margin-right:0;}
	.pro_detail02 .hd ul li{ font-size:20px;}
	.pro_detail02 .sections05 .content li .more_box .more.more01{ display:none;}
	
	/*case*/
	.service_case02 .tab_c .content2 .item .box .more{ display:none;}
	.video_list01 .infor .tit{ font-size:38px;}
	.channel_Right{ width:74%;}
	.downlist01 .content li .li_box{ padding-right:22px;}
	.downlist01 .infor .tit{ font-size:38px;}
	.downlist01 .content li .li_box .tools a.look{ display:none;}
	.downlist01 .content li .li_box .intro{ width:58%;}
	.case_detail01 .content .c_right .hot_pro .infor .tit{ font-size:22px;}
	.news_detail01 .content .c_right .hot_news .infor .more{ display:none;}
	.news_detail01 .content{ padding-left:70px;}
	.about_us01 .infor .txt1{ padding-right:300px;}
	.about_us01 .infor .txt2{ padding-right:300px;}
	.about_us02 li .box{ padding:45px 35px;}
	.about_us02 li .box .tit{ font-size: 28px;}
	.contact_us01 .left ul li{ width: 40%;}
	.contact_us03 ul li.li_img .img_box .img_{ width: 100px; height: 100px;}
	.contact_us03 ul li.li_img .img_box .txt{ font-size:13px;}
	.contact_us03 ul li .box{ padding:30px;}
	.contact_us03 ul li .box .left{ font-size:22px; line-height: 98px;}
	.contact_us03 ul li .box .right{ width: 55%; min-height: 98px;}
	.news_list01 .content .bd .li_box .intro .t{ font-size:24px;}
    /*品牌文化 改*/
    .culture02 .item .box .intro{padding-right:110px;}
    .culture01 .bd .content .item .box .t{font-size:28px;}
    .culture01 .bd .content>.wrap{padding-top:80px;}


    /* 新闻综合 */
    .news_center01{padding:60px 0;}
    .news_center01 .infor .tit{font-size:35px; line-height:40px;}
    .news_center01 .content .left .intro .box{padding:40px;}
    .news_center01 .content .right .r_bott .bott_l .box{padding:24px;}
    .news_center01 .content .right .r_bott .bott_r .box{padding:24px;}
    .news_center02{padding:60px 0;}
    .news_center02 .infor .tit{font-size:35px; line-height:40px; margin-bottom:5px;}
    .news_center02 .list .item .item_box{padding-top:20px;}
    .news_center03 .intro{font-size:35px; line-height:40px;}
    .news_center03 .owl-nav .owl-prev{left:-30px;}
    .news_center03 .owl-nav .owl-next{right:-30px;}
    .news_center03 .content .item .box .tit{font-size:20px;}
    .news_center04 .infor .tit{font-size:35px; line-height:40px;}
    .news_center05{padding:30px 0 60px;}
    

    /* 新闻列表 */
    .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;}



    /*联系我们*/
    .contact_us01 .infor .tit{font-size:30px;}
    .contact_us01 .content .top_ .cover .box{padding:20px;}
    .contact_us01 .content .bott_ .li_box .con dd a,
    .contact_us01 .content .bott_ .li_box .con dd span{display:block;}




    .job_list .form_box .inp_wrap{width:16%;}
    .job_list .form_box .inp_wrap .inp{text-indent: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;}
    

}
@media only screen and (max-width:992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
	.header_bott .inav{display:none;}
	
	 /*新增2024-4-2*/
.topbommenu{display: block !important;}
.about_us01 .infor .txt2{ padding-right:0}
.news_list01 .content .bd .li_box{ padding:0}
.channel_Right{ width:100%}

.ipartpro .infor .con a{ width:100%}
 /*新增2024-4-2*/

    /*首页*/
    .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:289px;}
    /*.ipart01 .infor{padding-top:50px;}
    .ipart01 .infor .tit{font-size:30px;}
    .ipart02{padding-top:130px; padding-bottom:50px;}
    .ipart02 .infor .tit{font-size:30px;}
    .ipart02 .content{margin-top:35px;}
    .ipart02 .content .left{width:100%;}
    .ipart02 .content .right{width:100%; margin-top:35px;}
    .ipart02 .content .right .r_top{margin-bottom:35px;}
    .ipart02 .content .right .r_top .intro{width:100%;}
    .ipart02 .content .right .r_bott .bott_l .cover .play{margin-top:80px;}
    .ipart02 .content .right .r_bott .bott_r .box{padding:15%;}
    .ipart03 .infor .tit{font-size:30px;}
    .ipart03 .infor .tit .img_{width:60px; height:auto; left:-70px; bottom:10px;}
    .ipart03 .infor .con{font-size:25px;}
    .ipart03 .content .form_box{padding:40px 6% 0;}
    .ipart03 .content .list{padding:30px 6% 0;}
    .ipart04{padding:50px 0; background-size:cover;}
    .ipart04 .infor .tit{font-size:30px;}
    .ipart04 .infor .con{padding:0 5%;}
    .ipart04 .content{margin-top:35px;}
    .ipart04 .content .list li .li_box .number .num{font-size:35px;}
    .ipart04 .content .list li .li_box sup{font-size:20px;}
    .ipart04 .content .list li:first-child .li_box .number{margin-top:-4px;}
    .ipart05{padding:50px 0; background-size:cover;}
    .ipart05 .right{width:75%;}
    .ipart05 .right .infor .tit{font-size:30px;}
    .ipart05 .right .content .con_r .r_top{margin-bottom:13px;}
    .ipart05 .right .content .con_r .intro .box{padding:25px;}*/

    /*.solution01 .infor .tit{font-size:30px;}
    .solution01 .infor .tit .img_{width:60px; height:auto; left:-70px; bottom:10px;}
    .solution01 .infor .con{font-size:25px;}
    .solution01 .content .form_box{padding:40px 6% 0;}
    .solution03 .content .item .box .more{display:none;}
    .solution03 .content .item .box .c{text-overflow:ellipsis;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}*/
   

    /*人才综合*/
    /*.job_center_ban{height:431px;}
    .job_center_ban>img{width:1200px; margin-left:-600px;}
    .job_center_ban .infor{bottom:100px;}
    .job_center_ban .infor .tit{font-size:30px; line-height:30px;}
    .job_center_ban .infor .con{padding:0 5%; margin-top:15px;}
    .job_center_ban .infor .form_box{padding:0;}
    .job_center01 {margin-top:60px;}
    .job_center01 .content{margin-top:0;}
    .job_center02{padding:60px 0;}
    .job_center02 .job02_top .infor .job02_top_anniu a{padding:0 15px 0 30px;}
    .job_center02 .job02_top .infor .job02_top_anniu a span{margin-right:20px;}
    .job_center02 .job02_bott li{height:260px;}
    .job_center02 .job02_bott li.on{height:260px}*/


    .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;}
    


    /*视频列表*/
    .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;}



    /* 新闻综合 */
    .news_center01{background-size:cover;}
    .news_center01 .content .left{width:100%; margin-bottom:35px;}
    .news_center01 .content .right{width:100%;}
    .news_center01 .content .right .r_top{margin-bottom:35px;}
    .news_center01 .content .right .r_bott .bott_l .box{padding:60px 50px;}
    .news_center01 .content .right .r_bott .bott_r .box{padding:60px 50px;}
    .news_center03{padding:50px 0;}
    .news_center03 .content .item .box .tit{font-size:18px;}
    .news_center03 .owl-nav>div{top:0;}
    .news_center03 .owl-nav .owl-next{right:0;}
    .news_center03 .owl-nav .owl-prev{left:91%;}
    .news_center05 .content .right .intro{bottom:5px; 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;}


    /*联系我们*/
    .contact_us01 .content .top_ .cover .box{padding:100px 30px;}
    .contact_us01 .content .bott_ .li_box .tit{font-size:25px; line-height:26px; height:auto;}
    .contact_us01 .content .bott_ li{margin-bottom:30px;}
    .contact_us01 .content .bott_ li:last-child{margin-bottom:0;}
    .contact_us01 .content .bott_ .li_box .con dd a, .contact_us01 .content .bott_ .li_box .con dd span{display:inline-block}
    .contact_us01 .content .bott_ .li_box .con{height:auto;}

}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
	.ipartpro .content .li_{width: 48%;}
    body,input,textarea,button,select {font-size:16px;}
    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 网站样式*/
	
	    /*2024-04-08*/
.pro_list01 .bd .bd_list li .more_box .more{ margin-left:0; margin-bottom:10px;}
.about_us01 .infor{ position:relative !important}

.productclass{ display:block !important}
.productclass a{     width: 80%;    float: left;    text-align: center; margin-top:10px;    font-size: 16px;
    line-height: 25px;
    display: inline-block;
 
    border: 1px #ccc solid;
    float: left;

 
    padding: 5px;}
	.wapen{ display:block !important}
.con{ margin-left:50px;}
.about_us01 .infor .right_nav{ width:100%;position:relative !important;}
.pro_detail02 .sections01 .c p{text-indent: 0em !important ;}

.pro_detail01 .right .pro_price{ width:100%; height:auto}
.ipartmt .content .left .intro .box{padding: 10px;}
.ipartmt .content .right .intro .box{padding: 10px;}

    /*2024-04-08*/

    /*公共样式*/
    .header_top{display:none;}
    .header_bott{padding:15px 0 10px;}
    .header_bott .logo{width:110px; height:auto; margin-right:0;}
    .header_bott .inav_wrapper{width:0;}
    .header.fixed .header_bott{box-shadow:none; position:relative;}
    .xc_banner{height:224px !important;}
    .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 {bottom:30px; display:none;}
    .xc_banner .infor .tit{font-size:16px;}
    .xc_banner .infor .con{font-size:18px;}
    .channel_content{padding:15px 0;}
    .footer{display:none;}
    .xc_banner .xc_crumbs{display:block}
	.contactbj{ width:100%; height:auto}
	.ipartab{display:none;}

    /*------------------手机端底部---------------------*/
    .ibanner{display:none;}
   /* .ipart{display:none;}
    .m_footer{padding:34px 5%; display:none; background:#ebedef;}
    .m_footer{display:block; border-top:1px solid #d7d7d7; background:#fff; position:relative;}
    .m_footer .m_fLogo{margin-bottom:20px; width:40%;}
    .m_footer .m_company{font-size:16px; color:#535353; line-height:30px;}
    .m_footer .m_company .beian{display:block;}
    .m_footer .m_fBott{font-size:14px; color:#535353; margin-top:15px;}
    .m_footer .m_fBott a{display:inline-block;}
    .m_footer .m_fBott em{display:inline-block; margin:0 5px;}
    .m_footer .m_share{margin-top:15px;}
    .m_footer .m_share .share_box{display:inline-block; vertical-align:middle;}
    .m_footer .m_share .share_box a{display:inline-block; padding:0; margin:0 5px; font-size:18px; width:35px; height:35px; line-height:35px; background:#e0e4eb; color:#01a2ea; border-radius:50%; text-align:center;}
    .m_footer .m_share .share_box a:first-child{margin-left:0;}
    .m_footer .m_share .share_box a i{margin:0; vertical-align:middle;}
    .m_footer .m_share .share_box a:hover{background:#43b6ea; color:#fff;}*/

    .m_footer{display:block; background:#e7e8ea; text-align:center;}
    .m_footer .m_link{text-align:center; border-bottom:1px solid #dbdcde; padding-top:14px;}
    .m_footer .m_link.active{background:#d5d9df;}
    .m_footer .m_link .tab{color:#666666; font-size:18px; line-height:1; padding:18px 48px 18px 0; display:inline-block; *display:inline; *zoom:1; position:relative;}
    .m_footer .m_link .tab:after,
    .m_footer .m_link .tab:before{content:''; background:#b3b3b3; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto;}
    .m_footer .m_link .tab:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
    .m_footer .m_link .tab:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
    .m_footer .m_link .tab.active:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#b3b3b3;}
    .m_footer .m_link .tab.active:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#b3b3b3;}
    .m_footer .m_link .tab_con{display:none; line-height:40px; border-top:1px solid #ced0d4; padding:10px 0; font-size:14px;}
    .m_footer .m_link .tab_con ul{overflow:hidden; padding:0 40px;}
    .m_footer .m_link .tab_con ul li{float:left; width:50%; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-indent:25px;}
    .m_footer .m_friend{padding:20px 8%; font-size:13px;}
    .m_footer .m_copyright{padding-bottom:20px; color:#9f9f9f; font-size:12px;}

    /*公共样式 end*/

    /*PC首页 屏幕切换时*/
    .ibanner{padding-bottom:50%; height:0; position:relative; overflow:hidden;}
    .ibanner .owl-carousel.owl-loaded .item{padding-bottom:50%; height:0;}
    .ibanner .owl-carousel .owl-item img{width:100%; left:0; position:static; margin-left:0;}
    :root .ibanner .video_item img{display:block;}
    .ibanner .dots_btn{display:none;}
    .ipart{margin-top:0;}

    /*手机端首页*/
    .ipart_link a{line-height:70px; font-size:18px;}
    .ipart_link a .icon{width:41px; height:26px; background-size:cover; margin-right:20px; top:7px;}
    .go_top{display:block;}

    /*
    .m_ipart{display:block;}
    .m_ipt01{margin:15px 0;}
    .m_ipt01 a{display:block; background-repeat:no-repeat; background-size:cover; background-position:center;}
    .m_ipt01 .t1{color:#2d2d2d; font-weight:bold;}
    .m_ipt01 .t2{font-size:13px; color:#666666; line-height:16px;}
    .m_ipt01 .left{width:49%; float:left; text-align:center;}
    .m_ipt01 .left .rect-96{padding-bottom:96%;}
    .m_ipt01 .left .t1{font-size:20px; margin-top:15px;}
    .m_ipt01 .right{width:49%; float:right;}
    .m_ipt01 .right .rect-44{padding-bottom:46%;}
    .m_ipt01 .right .text{padding:15px;}
    .m_ipt01 .right .top{margin-bottom:8px;}
    .m_ipt02{margin-bottom:15px;}
    .m_ipt02 .tab{text-align:center; font-size:16px; color:#666; line-height:50px; border-bottom: 1px solid #f2f2f2;}
    .m_ipt02 .tab .l{width:25%;}
    .m_ipt02 .tab .l.cur{color:#2d2d2d; font-weight:bold; font-size:18px;}
    .m_ipt02 .con_item{display:none;}
    .m_ipt02 .con_item.cur{display:block;}
    .m_ipt02 .tab_con .rect-667{padding-bottom:66.7%;}
    .m_ipt02 .tab_con .item{padding:15px 0; border-bottom: 1px solid #f2f2f2;}
    .m_ipt02 .tab_con .item a{display:block;}
    .m_ipt02 .tab_con .item .left{width:60%;}
    .m_ipt02 .tab_con .item .left .t{font-size:16px; margin-top:5px; line-height:26px; height:56px; overflow:hidden; margin-bottom:15px;}
    .m_ipt02 .tab_con .item .left .tag{font-size:12px; color:#b3b3b3;}
    .m_ipt02 .tab_con .item .right{width:37%;}
    .m_ipt02 .tab_con .more{font-size:16px; text-align:center; line-height:1; padding:20px 0;}
    .m_ipt03{background:#f6f6f6; text-align:center; padding-top:30px;}
    .m_ipt03 .t1{font-size:24px; font-weight:bold; color:#000000;}
    .m_ipt03 .t2{font-size:14px; color:#888888; margin-bottom:15px;}
    .m_ipt03 .form_box{padding:30px 0 53px; background:url(../img/jll/mi_03bg.jpg) no-repeat center; background-size:cover;}
    .m_ipt03 .form_box .select_wrap{float:left; margin-bottom:15px; width:100%; position:relative;}
    .m_ipt03 .form_box .select_wrap i{display:none; position:absolute; right:33px; top:0; bottom:0; color:#666666; line-height:49px; font-size:14px;}
    .m_ipt03 .form_box .select_wrap .sele{width:90%; height:49px; line-height:49px; background:#e3e7ec; font-size:16px; color:#666666; text-indent:23px; border:none; border-radius:0; margin:0 5%;}
    .m_ipt03 .form_box button{width:160px; margin:0 auto; outline:none; border:none; background:#facd00; height:49px; line-height:49px; text-align:center; cursor:pointer; font-size:16px; font-weight:bold; color:#4f4f4f;}
    .m_ipt03 .link_box{text-align:left; padding:20px 0 5px;}
    .m_ipt03 .link_box ul{overflow:hidden;}
    .m_ipt03 .link_box ul li{float:left; width:50%; margin-bottom:15px;}
    .m_ipt03 .link_box ul li a{display:block; font-size:14px; line-height:30px; margin:0 3px; background:#fff; padding-left:15px; border-radius:4px; color:#666; position:relative;}
    .m_ipt03 .link_box ul li a i{position:absolute; right:10px; top:0; font-size:10px;}
    .m_ipt04{padding-top:20px; text-align:center; margin-bottom:25px;}
    .m_ipt04 .t1{font-size:24px; font-weight:bold; color:#000000;}
    .m_ipt04 .t2{font-size:14px; color:#888888; margin-bottom:15px;}
    .m_ipt04 .con_box{border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
    .m_ipt04 .con_box .item{width:50%;}
    .m_ipt04 .con_box .info{padding:25px 0 20px;}
    .m_ipt04 .con_box .info .d{color:#888888; font-size:16px;}
    .m_ipt04 .con_box .info .d2{height:50px;}
    .m_ipt04 .con_box .info .d2 .big{font-size:26px; font-family:Arial; font-weight:bold; text-transform:uppercase;}
    .m_ipt04 .con_box .info .d2 .smal{font-size:14px;}
    .m_ipt04 .con_box .item1 .info,.m_ipt04 .con_box .item3 .info{border-right:1px solid #e6e6e6;}
    .m_ipt04 .con_box .item1 .info,.m_ipt04 .con_box .item2 .info{border-bottom:1px solid #e6e6e6;}
    .m_ipt05 .box_wrap{padding:60px 28px 70px; background-size:cover; background-repeat:no-repeat; background-position:center; border-bottom:6px solid #fff; display:block; position:relative;}
    .m_ipt05 .box_wrap:after{content:""; position:absolute; bottom:34px; right:40px; width:40px; height:9px; background:url(../img/jll/mi_05flag.png) no-repeat center;}
    .m_ipt05 .box1{color:#4f4f4f;}
    .m_ipt05 .box1 .t{font-size:24px; font-weight:bold;}
    .m_ipt05 .box1 .d{font-size:14px; margin-top:10px;}
    .m_ipt05 .box2 .box_wrap{padding:26px 28px 30px; color:#fff;}
    .m_ipt05 .box2 .t{font-size:16px; font-weight:bold; padding-left:8px;}
    .m_ipt05 .box2 .d{font-size:24px; font-weight:bold;}
    .m_ipt05 .box1 a:hover{color:#4f4f4f;}
    .m_ipt05 .box2 a:hover{color:#fff;}*/



    /*招聘列表*/
    .job_list .form_box{padding:15px;}
    .job_list .form_box .inp_wrap{width:100%; margin-right:0; margin-bottom:15px;}
    .job_list .form_box .inp_wrap:last-child{margin-bottom:0;}
    .job_list .form_box .inp_wrap .inp{height:40px; line-height:40px;}
    .job_list .form_box .inp_wrap.search_wrap{width:100%;}
    .job_list .form_box button{height:46px; line-height:46px;}
    .job_list01{margin-bottom:15px;}
    .job_list01 ._jcon{padding:15px;}
    .job_list01 .info{font-size:13px;}
    .job_list01 ._ut{font-size:13px;}
    .job_list01 ._t3{display:none;}
    .job_list01 ._t4{display:none;}
    .job_list01 ._t6{display:none;}
    .job_list01 ._t1{width:32%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t2{width:42%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t5{width:26%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}




    /*品牌文化*/
    .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;}


    /*视频列表*/
    .video_list01{padding:0}
    .video_list01 .infor{font-size:0;}
    .video_list01 .infor a{padding:0 5px; font-size:13px; margin:0 5px; height:36px; line-height:36px;}
    .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:20px;}
    .video_list01 .content li .intro .box .tit{font-size:13px; white-space:normal; height:48px; line-height:24px;}

    /* 新闻综合 */
    .news_center01{padding:30px 0;}
    .news_center01 .infor .tit{font-size:21px; line-height:30px; margin-bottom:20px;}
    .news_center01 .content .left{margin-bottom:25px;}
    .news_center01 .content .left .intro .box{padding:30px}
    .news_center01 .content .left .intro .box .t{font-size:16px; line-height:28px;}
    .news_center01 .content .right .r_top{margin-bottom:25px;}
    .news_center01 .content .right .r_top .top_r .introduce .box .t{font-size:14px;}
    .news_center01 .content .right .r_bott .bott_l .box{padding:15px;}
    .news_center01 .content .right .r_bott .bott_l .box .t{font-size:14px; line-height:22px; height:66px}
    .news_center01 .content .right .r_bott .bott_r .box{padding:15px;}
    .news_center01 .content .right .r_bott .bott_r .box .t{font-size:14px; line-height:22px; height:66px}
    .news_center02{padding:30px 0;}
    .news_center02 .infor .tit{font-size:21px; line-height:30px;}
    .news_center02 .infor .con{font-size:14px; line-height:30px;}
    .news_center02 .list .item .item_box .intro .t{font-size:18px;}
    .news_center03{padding:30px 0;}
    .news_center03 .intro{font-size:20px; margin-bottom:30px;}
    .news_center03 .content .item .box .tit{font-size:16px; height:auto;}
    .news_center03 .content .item:after{display:none;}
    .news_center03 .owl-nav .owl-prev{left:85%;}
    .news_center03 .content .item .box .con{font-size:14px;}
    .news_center04{padding:30px 0;}
    .news_center04 .infor .tit{font-size:21px; line-height:30px; margin-bottom:15px;}
    .news_center04 .content .item .intro .box{padding:24px;}
    .news_center04 .content .item .intro .box .t{font-size:17px; line-height:28px; margin:5px 0 10px;}
    .news_center04 .content .item .intro .box .c{font-size:14px;}
    .news_center05{padding:30px 0;}
    .news_center05 .content .left{width:100%; margin-bottom:25px;}
    .news_center05 .content .left .cover .box{padding:40px;}
    .news_center05 .content .left .cover .box .t{font-size:18px;}
    .news_center05 .content .left .cover .box .icon{width:40px; height:40px; background-size:cover; right:20px; bottom:20px;}
    .news_center05 .content .center{width:100%; margin-bottom:25px;}
    .news_center05 .content .center .cover .box{padding:40px;}
    .news_center05 .content .center .cover .box .t{font-size:18px;}
    .news_center05 .content .center .cover .box .icon{width:40px; height:40px; background-size:cover; right:20px; bottom:20px;}
    .news_center05 .content .right{width:100%;}
    .news_center05 .content .right .r_top{margin-bottom:25px;}
    
    /* 新闻列表 */
    .news_list01{padding:0}
    .news_list01 .news_list_l{width:100%;}
    .news_list01 .news_list_r{width:100%;}
    .news_list01 .news_list_r .search_box .search_title{font-size:20px;}
    .news_list01 .news_list_r .search_inp{font-size:14px;}
    .news_list01 .news_list_r .search_btn{font-size:16px;}
    .news_list01 .news_list_r .search_inp .select_box01{font-size:14px;}
    .news_list01 .news_list_r .search_inp input{font-size:14px;}
    .news_list01 .news_list_r .news_gjc{padding-left:15px; 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:100%; margin-left:0; margin-bottom:20px;}
    .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{font-size:13px;}
    .news_list01 .news_list_l .recommend_news{display:none;}
    .news_list01 .news_list_l .recommend_news .box{padding:25px}
    .news_list01 .news_list_l .recommend_news .box .box_left{width:100%;}
    .news_list01 .news_list_l .recommend_news .box .box_right{width:100%;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro{padding:15px 15px 0;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:20px; height:auto;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{height:auto;}
    
    /*联系我们*/
    .contact_us01{padding:15px 0;}
    .contact_us01 .infor .tit{font-size:20px;}
    .contact_us01 .infor .con{font-size:14px; margin:0 0 15px;}
    .contact_us01 .content .top_{margin-bottom:15px;}
    .contact_us01 .content .top_ .cover .box{padding:50px;}
    .contact_us01 .content .top_ .cover .box .t{font-size:20px;}
    .contact_us01 .content .top_ .owl-nav div{font-size:40px;}
    .contact_us01 .content .bott_ li{margin-bottom:15px;}
    .contact_us01 .content .bott_ .li_box .tit{font-size:16px; padding-bottom:15px; margin-bottom:15px;}
    .contact_us01 .content .bott_ .li_box .con{font-size:15px; line-height:28px;}


    .news_list01 .news_list_l ul li .box .img{width:35%; margin-top:10px;}
    .news_list01 .news_list_l ul li .box .txt{width:60%; float:left;}
    .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 .tool ._tool.d i{vertical-align:0;}
    .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;}
    .contact_us01 .content .bott_ .li_box{padding:30px;}

    .m_nav{top:55px;}
    

}
@media only screen and (max-width:400px){

}


@media only screen and (max-width:360px) {

}

@media only screen and (max-width:320px) {
    /*mobileMode 480 网站样式*/
    .m_ibanner .owl-carousel .owl-item.prev_item{right:-70px; transform:scale(0.7);}
    .m_ibanner .owl-carousel .owl-item.next_item{left:-70px; transform:scale(0.7);}

    .contact_us01 .content .top_ .cover .box{padding:20px 35px;}
    .culture02 .item .box .intro{padding:15px 10px;}

}










