@media (min-width:200px) and (max-width:1199px){
/*隐藏_pc_html*/
.pc_box{display:none !important;}

/*页脚置底*/
html,body{min-height:100%;margin:0;padding:0;min-height:100vh;}

/*head_box*/
 .nav_box>li>a>h1{font-size:1.6rem;}
.nav_box>li>dl a{font-size:1.6rem;}

/*foot_box*/
.foot_box_height{height:303px;} 
.foot_line{width:100%;height:30px;background:#fff;}
.foot_box_bg{width:100%;background:#4EC0EF;position:absolute;left:0;bottom:0;}
.foot_box{
    width:100%;margin:0 auto;padding:40px 2.5%;
    display:Flex;align-items:flex-start;
}
.foot_logo{width:24%;margin-right:3%;}
.foot_box dl{width:20%;display:Flex;align-items:Center;justify-content:space-between;flex-wrap:wrap;margin-right:1%;}
.foot_box dl a{width:50%;font-size:1.7rem;color:#000;line-height:55px;transition:0.3s;}
.foot_box dl a:hover{color:#fff;}
.foot_code{width:86px;margin-right:2.5%;}

.foot_right{width:40%;}
.foot_right p{font-size:1.8rem;color:#484848;line-height:30px;margin-bottom:25px;}
.foot_right a{display:Flex;align-items:center;font-size:1.8rem;color:#484848;}
.foot_right a img{margin-right:10px;}



/*home_pd*/
.home_pd{width:95%;margin:0 auto;margin-top:30px;display:Flex;align-items:Center;justify-content:Center;gap:20px;}
.home_pd a{width:100%;height:500px;background:#F4F4F4;display:flex;align-items:Center;justify-content:flex-start;flex-direction:column;padding:50px 30px 30px 30px;transition:0.3s;}
.home_pd img:nth-child(1){width:60px;}
.home_pd img:nth-child(4){width:50px;}
.home_pd h1{font-size:2.6rem;color:#000;margin-top:20px;margin-bottom:30px;font-weight:bold;}
.home_pd p{font-size:1.8rem;color:#808080;line-height:40px;height:190px;margin-bottom:30px;transition:0.3s;}

.home_pd a:hover{background:#4EC0EF;}
.home_pd a:hover p{color:#000;}

.home_top_banner{width:100%;margin:0 auto;}

/*home_case*/
.home_case{width:100%;}
.home_case a{width:20%;height:320px;position:relative;border:solid 1px #fff;
    background-size:cover;background-position:center center;background-repeat:no-repeat;
}

.home_news ul{width:95%;margin:0 auto;gap:20px;}

/*home_brand_box*/
.home_brand_box{width:100%;background:#fff;display:flex;align-items:Center;justify-content:Center;flex-wrap:wrap;}
.home_brand_box img{width:33.33%;margin-right:0;}


/*about_list*/
.about_list{width:95%;margin:0 auto;padding:20px 0;}
.about_list ul{display:flex;align-items:center;justify-content:space-between;flex-direction:column;margin-bottom:20px;}
.about_list ul:last-child{margin-bottom:0;}
.about_list ul li{width:100%;padding:40px 2.5%;background:#F4F4F4;min-height:auto;}
.about_list ul li h1{font-size:3.2rem;color:#000;margin-bottom:40px;}
.about_list ul li p{font-size:2rem;color:#575756;line-height:40px;}
.about_list ul li a{width:280px;line-height:80px;background:#4EC0EF;color:#fff;text-align:center;font-size:2.4rem;margin-top:40px;}
.about_list_img{width:100%;min-height:600px;
background-size:cover;background-position:center top;background-repeat:no-repeat;}

/*sus_title*/
.sus_title{width:95%;margin:0 auto;padding:35px 0 10px 0;color:#515151;font-size:1.8rem;text-align:center;line-height:40px;}


/*search_box*/
.search_box{width:90%;margin:0 auto;display:FLex;align-items:center;justify-content:space-between;border:solid 1px #D6D6D6;border-radius:52px;overflow:hidden;margin-top:100px;}
.search_box input{width:80%;line-height:90px;padding:0 50px;font-size:3rem;color:#000;background:#FCFCFC;border:none;}
.search_box a{width:20%;line-height:90px;text-align:Center;font-size:3rem;color:#fff;background:#4EC0EF;border-radius:49px;cursor:pointer;}


/*news_list*/
.news_list{width:95%;margin:0 auto;display:flex;align-items:Center;justify-content:space-between;padding:0 0;flex-direction:column;}
.news_list a{width:100%;display:flex;align-items:flex-start;padding:80px 0;border-bottom:solid 1px #CFCFCF;position:relative;}
.news_list_more{width:30px;position:absolute;right:0;top:50%;margin-top:-15px;transition:0.3s;}
.news_list_photo{width:30%;height:208px;margin-right:40px;overflow:hidden;}
.news_list_photo img{width:100%;height:100%;object-fit:cover;transition:0.5s;}

.news_list a ul{width:55%;height:208px;position:relative;}
.news_list a ul h1{width:100%;font-size:3rem;color:#000;margin-bottom:30px;transition:0.3s;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list a ul p{font-size:1.8rem;color:#515151;line-height:35px;height:70px;margin-bottom:40px;transition:0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list a ul p1{font-size:1.8rem;color:#808080;position:absolute;left:0;bottom:10px;transition:0.3s;}
.news_list a:hover ul h1,.news_list a:hover ul p,.news_list a:hover ul p1{color:#4EC0EF;}
.news_list a:hover .news_list_more{transform:translate(10px,0);}
.news_list a:hover .news_list_photo img{transform:scale(1.1);}


/*news_list_title*/
.news_list_title{width:95%;margin:0 auto;padding:30px 0px;font-size:6rem;color:#000;}

/*news_list_date*/
.news_list_date{width:95%;margin:0 auto;padding:0 0px;display:Flex;align-items:center;margin-bottom:40px;gap:20px;}
.news_list_date select{width:33.33%;height:60px;line-height:60px;padding:0 40px 0 20px;background:#FCFCFC;border:solid 1px #D6D6D6;font-size:2rem;margin-right:0;
background-image:url('../image/select_down.png');background-size:20px;background-position:90% center;background-repeat:no-repeat;
}


/*news_list_top*/
.news_list_top{width:95%;margin:0 auto;padding:0 0px;display:flex;align-items:Center;flex-direction:column;}
.news_list_top_photo{width:100%;height:600px;background-size:cover;background-position:center top;background-repeat:no-repeat;} 
.news_list_top ul{width:100%;height:600px;background:#F4F4F4;padding:60px 40px;}
.news_list_top ul h1{font-size:4rem;color:#000;margin-bottom:40px;line-height:60px;
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list_top ul p{font-size:2.4rem;color:#000;line-height:50px;margin-bottom:80px;
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list_top a{width:280px;line-height:80px;color:#fff;text-align:Center;font-size:2.4rem;cursor:pointer;user-select: none;
background-image:url('../image/btn_bg.png');background-size:cover;background-position:center center;background-repeat:no-repeat;}


/*news_detail_title*/
.news_detail_title{width:95%;margin:0 auto;padding:70px 0 0 0;}
.news_detail_title ul{border-bottom:solid 1px #CFCFCF;padding-bottom:40px;}
.news_detail_title h1{font-size:5rem;color:#000;font-weight:bold;line-height:70px;text-align:Center;margin-bottom:20px;}
.news_detail_title p{font-size:1.8rem;color:#808080;text-align:center;}

/*news_edit*/
.news_edit{width:95%;margin:0 auto;font-size:1.8rem;color:#515151;line-height:40px;margin-bottom:80px;padding:0 0;margin-top:40px;}


/*check_title*/
.check_title{width:95%;margin:0 auto;padding:40px 0 0 0;font-size:1.8rem;color:#515151;line-height:40px;}
.check_title a{font-size:1.8rem;color:#4EC0EF;display:inline;}

/*check_list*/
.check_list{width:95%;margin:0 auto;padding:80px 0;}
.check_list ul{margin-bottom:40px;}
.check_list h1{font-size:3rem;color:#000;font-weight:bold;margin-bottom:40px;}
.check_list p{font-size:1.8rem;color:#515151;line-height:40px;}
.check_list p a{font-size:1.8rem;color:#4EC0EF;display:inline;}
.check_list ul>img{margin:0 auto;}
.check_list dl{padding:0 40px;display:Flex;align-items:Center;gap:100px;margin-top:40px;}
.check_list dl>img{width:calc((100% - 300px)/4);}


/*agent_title*/
.agent_title{width:95%;margin:0 auto;padding:40px 0px;font-size:1.8rem;color:#515151;line-height:40px;}

/*agent_note*/
.agent_note{width:95%;margin:0 auto;padding:0 0 40px 0;font-size:2.4rem;color:#000;}

/*agent_search*/
.agent_search_bg{width:95%;margin:0 auto;}
.agent_search{width:700px;display:FLex;align-items:center;justify-content:space-between;border-radius:0;overflow:hidden;margin-left:0;margin-bottom:60px;}
.agent_search input{width:500px;line-height:60px;padding:0 20px;font-size:2rem;color:#000;background:#FCFCFC;border:solid 1px #D6D6D6;}
.agent_search a{width:200px;line-height:60px;text-align:Center;font-size:2.4rem;color:#fff;background:#4EC0EF;border:solid 1px #4EC0EF;cursor:pointer;}

/*agent_list*/
.agent_list{width:95%;margin:0 auto;padding:0 0px;margin-bottom:150px;}
.agent_list thead{background:#F4F4F4}
.agent_list thead tr th{font-size:2.4rem;color:#000;text-align:Center;font-weight:bold;line-height:60px;}
.agent_list tbody td{font-size:2.4rem;color:#000;text-align:center;line-height:33px;padding:20px 20px;}



/*history_bg*/
.history_bg{width:100%;background:#F4F4F4;padding:50px 2.5% 80px 2.5%;}
.history_main{width:100%;margin:0 auto;}

/*history_swiper*/
.history_swiper{width:100%;;margin:0 auto;position:relative;padding-bottom:100px;}

/*history_line*/
.history_line{width:90%;height:4px;background:#E8E8E8;position:absolute;left:50%;margin-left:-45%;top:80%;z-index:100;}

/*brand_text*/
.brand_text{width:95%;margin:0 auto;padding:30px 0 30px 0;font-size:1.8rem;color:#515151;line-height:40px;text-align:justify;}

/*brand_list*/
.brand_list{width:95%;margin:0 auto;padding:0;}
.brand_list ul{display:FLex;align-items:center;margin-bottom:50px;}
.brand_list img{width:30%;}
.brand_list ul p{width:70%;font-size:2rem;color:#515151;line-height:40px;}


/*city_list*/
.city_list{max-width:1920px;margin:0 auto;display:Flex;align-items:flex-start;margin-top:60px;padding:0 2.5%;}
.city_list ul{width:16.66%;line-height:40px;}
.city_list ul h1{font-size:1.3rem;color:#000;font-weight:bold;}
.city_list ul p{font-size:1.3rem;color:#666;}
.city_list_title{max-width:1920px;margin:0 auto;font-size:1.3rem;color:#000;font-weight:bold;margin-bottom:-40px;margin-top:30px;padding:0 2.5%;}


/*pd_list*/
.pd_list a dl h1{font-size:1.6rem;}
.pd_list a dl p{font-size:1.4rem;}

/*industry_title*/
.industry_title{width:95%;margin:0 auto;padding:40px 0;font-size:1.8rem;color:#515151;line-height:40px;}


/*industry_list*/
.industry_list ul{width:100%;margin:0 auto;padding:100px 0;background:#F4F4F4;}
.industry_list ul li{width:95%;margin:0 auto;display:FLex;align-items:Center;justify-content:space-between;}
.industry_list ul img{width:30%;}
.industry_list ul dl{width:55%;}
.industry_list ul dl h1{font-size:3.2rem;color:#000;margin-bottom:20px;}
.industry_list ul dl p{font-size:2rem;color:#575756;line-height:40px;}

.industry_ul_right{background:#fff !important;}



/*pd_detail_top*/
.pd_detail_top{width:100%;position:relative;}
.pd_detail_top ul{width:95%;height:400px;margin:0 auto;background:#fff;display:Flex;align-items:flex-start;justify-content:space-between;}
.pd_detail_top ul:after{content:'';width:350px;height:100%;background:#4EC0EF;position:absolute;left:50%;margin-left:-100px;top:0;transform:skew(-15deg);}

.pd_detail_top dl{width:65%;position:relative;z-index:10;margin-top:10%;margin-left:5%;}
.pd_detail_type,.pd_detail_name{font-size:4rem;color:#000;line-height:80px;font-weight:bold;}
.pd_detail_img{width:35%;position:relative;z-index:10;margin-top:7%;margin-right:5%;}

/*pd_edit_tilte*/
.pd_edit_tilte{width:95%;margin:0 auto;font-size:1.8rem;color:#515151;line-height:40px;padding:30px 0;}


/*pd_edit*/
.pd_edit{margin:0 auto;font-size:1.8rem;color:#515151;line-height:40px;margin-bottom:80px;padding:0 60px;}

/*battery_icon*/
.battery_icon_bg{padding:60px 0;background:#f2f2f3;}
.battery_icon{width:95%;margin:0 auto;display:flex;align-items:flex-start;gap:40px;flex-wrap:wrap;}
.battery_icon dl{width:calc((100% - 120px)/4)}
.battery_icon img{width:70%;margin:0 auto;}
.battery_icon dl p{font-size:1.8rem;color:#000;text-align:Center;line-height:25px;}


/*pd_content*/
.pd_content{width:95%;margin:0 auto;padding:60px 0;margin-bottom:70px;}
.pd_content table{width:100%;}
.pd_content table thead tr th{background:#fafafa;line-height:40px;text-align:center;padding:10px 20px;font-size:2.4rem;color:#000;font-weight:normal;}
.pd_content table tbody tr td{background:#fff;font-size:2.4rem;color:#000;text-align:Center;padding:10px 20px;line-height:40px;}



/*support_top*/
.support_top{width:95%;margin:0 auto;padding:40px 0%;font-size:1.8rem;color:#515151;line-height:40px;}

/*support_note*/
.support_note{width:95%;margin:0 auto;padding:0 0 40px 0;font-size:2.4rem;color:#000;}

/*support_title*/
.support_title{width:95%;margin:0 auto;padding:0 0;font-size:3.2rem;color:#000;font-weight:bold;margin-bottom:50px;}

/*support_list*/
.support_list{width:95%;margin:0 auto;padding:0 0;display:Flex;align-items:flex-start;justify-content:space-between;}
.support_list ul{width:40%;}
.support_list ul input,.support_list ul select,.support_list ul textarea{width:100%;line-height:60px;background:#FCFCFC;border:solid 1px #D6D6D6;border-radius:0;font-size:2rem;color:#000;margin-bottom:20px;padding:0 20px;}
.support_list ul select{padding:0 60px 0 20px;color:#999;
background-image:url('../image/select_down.png');background-size:20px;background-position:97% center;background-repeat:no-repeat;
}
.support_list ul textarea{height:150px;line-height:40px;padding:10px 20px;}
.support_list input::-webkit-input-placeholder,.support_list textarea::-webkit-input-placeholder { color: #999;}

.support_list dl{width:55%;}
.support_list dl h1{font-size:3rem;color:#000;font-weight:bold;margin-bottom:40px;}
.support_list dl h2{font-size:2.4rem;color:#000;margin-bottom:30px;}
.support_list dl dd{font-size:1.8rem;color:#515151;line-height:40px;margin-bottom:50px;}

/*support_btn*/
.support_btn_bg{width:95%;margin:0 auto;}
.support_btn{width:168px;line-height:60px;background:#4EC0EF;border-radius:8px;font-size:2rem;color:#fff;text-align:center;margin-bottom:100px;margin-top:30px;cursor:pointer}


/*contact_box*/
.contact_box{width:95%;margin:0 auto;margin-top:65px;display:Flex;align-items:flex-start;flex-direction:column-reverse;}
.contact_img{width:100%;height:auto;}
.contact_img img {width:100%;height:100%;}
.contact_box dl{width:100%;}



/*vision_note*/
.vision_note{width:95%;margin:0 auto;padding:0 0px;margin-top:33px;margin-bottom:60px;font-size:6rem;color:#000;font-weight:bold;}

/*vision_top*/
.vision_top{width:95%;margin:0 auto;padding:0 0;display:Flex;align-items:flex-start;gap:0;flex-direction:column;}
.vision_top dl{width:100%;background:#F4F4F4;}
.vision_top img{width:100%;}
.vision_top ul{width:100%;background:#F4F4F4;}
.vision_top ul li{padding:40px 50px;}
.vision_top ul h1{font-size:5rem;color:#000;margin-bottom:40px;}
.vision_top ul p{font-size:2.4rem;color:#000;line-height:50px;}

/*vision_main*/
.vision_main_bg{width:95%;margin:0 auto;margin-top:60px;margin-bottom:60px;}
.vision_main{padding:0 0;display:Flex;align-items:Center;}
.vision_main ul{width:33.33%;text-align:center;height:360px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;background:#4EC0EF;transition:0.6s;}
.vision_main ul h1{font-size:2.4rem;color:#fff;margin-bottom:30px;transition:1s;}
.vision_main ul p{font-size:1.8rem;color:#fff;display:none;opacity:0;transition:1s;}

.vision_main ul:hover{width:60%;background:#142630;}
.vision_main ul:hover h1{font-size:3.4rem;}
.vision_main ul:hover p{display:block;opacity:1;}



/*contact_intro*/
.contact_intro{width:95%;margin:0 auto;padding:60px 0;display:flex;align-items:Center;justify-content:space-between;gap:0;flex-direction:column;}
.contact_intro ul{width:100%;margin-bottom:50px;}
.contact_intro ul h1{font-size:4rem;color:#000;line-height:70px;margin-bottom:50px;font-weight:bold;}
.contact_intro ul p{font-size:2.4rem;color:#000;line-height:40px;}
.contact_intro_img{width:100%;}
.contact_intro_img img{width:100%;height:100%}

/*contact_title*/
.contact_title{width:95%;margin:0 auto;padding:0 0 40px 0;font-size:3rem;color:#000;font-weight:bold;margin-top:40px;}
    
/*job_search*/
.job_search{width:95%;margin:0 auto;padding:0 0;display:FLex;align-items:center;justify-content:space-between;border-radius:0;overflow:hidden;margin-bottom:30px;}
.job_search input{width:95%;line-height:60px;padding:0 20px;font-size:2rem;color:#000;background:#FCFCFC;border:solid 1px #D6D6D6;border-radius:4px;}
.job_search a{width:242px;line-height:60px;text-align:Center;font-size:2.4rem;color:#fff;background:#4EC0EF;border:solid 1px #4EC0EF;cursor:pointer;user-select:none;}
.job_search input::-webkit-input-placeholder{color:#999;}

/*job_select*/
.job_select{width:95%;margin:0 auto;padding:0 0;display:Flex;align-items:Center;gap:24px;margin-bottom:20px;}
.job_select select{width:300px;line-height:60px;height:60px;background:#FCFCFC;border:solid 1px #D6D6D6;border-radius:4px;font-size:2.4rem;padding:0 50px 0 20px;color:#999;
background-image:url('../image/select_down.png');background-size:20px;background-position:95% center;background-repeat:no-repeat;
}

/*job_list*/
.job_list{width:95%;margin:0 auto;padding:0 0;margin-bottom:100px;}
.job_list a{display:Flex;align-items:Center;justify-content:space-between;padding:40px 0;border-bottom:solid 1px #CFCFCF;}
.job_list a ul{width:70%;}
.job_list a ul h1{font-size:3rem;color:#000;font-weight:Bold;
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.job_list a ul h2{font-size:2.4rem;color:#808080;margin-top:20px;margin-bottom:20px;

     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.job_list a ul p{font-size:2.4rem;color:#515151;}

.job_list dl{display:Flex;align-items:flex-end;flex-direction:column;}
.job_list dl h1{width:140px;line-height:60px;border-radius:30px;font-size:1.8rem;color:#fff;background:#4EC0EF;text-align:Center;margin-bottom:25px;}
.job_list dl p{font-size:1.8rem;color:#808080;}




/*job_detail_top*/
.job_detail_top{width:95%;margin:0 auto;padding:0 0;margin-bottom:60px;}
.job_detail_top ul{padding:40px 0;border-bottom:solid 1px #CFCFCF;}
.job_detail_top p1{font-size:2rem;color:#808080;margin-bottom:30px;}
.job_detail_top h1{font-size:5rem;color:#000;font-weight:Bold;margin-bottom:30px;line-height:70px;}
.job_detail_top h2{font-size:3rem;color:#808080;margin-top:20px;margin-bottom:30px;}
.job_detail_top p{font-size:2.8rem;color:#515151;}

/*job_title*/
.job_title{width:95%;margin:0 auto;padding:0 0;font-size:3rem;color:#000;font-weight:Bold;margin-bottom:40px;}

/*job_edit*/
.job_edit{width:95%;margin:0 auto;padding:0 0;}
.job_edit h1{font-size:2.4rem;color:#000;font-weight:Bold;margin-bottom:40px;}  
.job_edit ul{font-size:2.4rem;color:#515151;line-height:4   0px;}

/*job_info*/
.job_info{width:95%;margin:0 auto;padding:0 0;margin-top:40px;}
.job_info ul{padding:40px 0 0 0;border-top:solid 1px #CFCFCF;}
.job_info ul .job_title{padding:0;width:100%;}

/*job_info_list*/
.job_info_list{width:100%;margin:0 auto;display:Flex;align-items:Center;flex-wrap:wrap;}
.job_info_list dl{width:50%;margin-bottom:60px;}
.job_info_list dl h1{font-size:3rem;color:#808080;margin-bottom:15px;}
.job_info_list dl p{font-size:3rem;color:#000;font-weight:bold;}

.job_info_mail{font-size:2.4rem;color:#000;font-weight:Bold;margin-bottom:60px;}

.job_submit{width:280px;line-height:80px;margin:0 auto;margin-bottom:100px;color:#fff;text-align:Center;font-size:2.4rem;cursor:pointer;user-select: none;
background-image:url('../image/btn_bg.png');background-size:cover;background-position:center center;background-repeat:no-repeat;}



}