/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/
body{ font-family:"微软雅黑"}

/*头部+导航+大图*/
.topbox{width:100%; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; line-height:32px; font-size:12px; color:#737373; font-family:微软雅黑;}
.topbox a{ color:#737373; padding:10px;}

.topbox a:hover{ background-color: #0059ab; text-decoration:none !important;color: #FFFFFF;}

.header{width:100%; padding:30px 0;}
.logo img{width:100%; max-width:450px; max-height:70px;}

.header_dianhua{height:54px; color:#0059ab;background:url(../images/dianhua_06.png) no-repeat left center; padding-left:60px; margin-left:35px;}
.dianhua1{font-size: 14px;font-weight: bold;}
.dianhua1 span{font-size: 24px;}

nav{background:#0059ab; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:14.2%; position:relative;}
.nav>li>a{width:100%; height:52px; line-height:52px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#ffb426; color:#fff;}
.nav>li>a.on{background:#ffb426; color:#fff;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:#0059AB}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#ffb426; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.ouys{display: block;overflow: hidden;width: 100%;padding: 60px 10px;}
.title{width: 280px;margin: 0 auto;text-align: center;background-image: url(../images/title_bg_03.png);background-repeat: no-repeat;}
.title_t{font-size: 36px;}
.title_t span{color: #0059ab;}
.title_p{color: #b1b1b1;font-size: 14px;font-family: Arial, Helvetica, sans-serif;padding-top: 4px;text-transform: uppercase;}
.ou_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding-top: 50px;}
.ou_ul li{width: 24%;}
.ou_ul a{display: block;width: 100%;}
.ou_img{text-align: center;width: 140px;height: 140px;border: 1px solid #CCCCCC;border-radius: 50%;margin: 0 auto;}
.ou_bg1{background-image: url(../images/1.png);background-position: center;background-size: cover;width: 64px;height: 62px;margin: 38px auto;background-repeat: no-repeat;}
.ou_bg2{background-image: url(../images/list2_03.png);background-position: center;background-size: cover;width: 64px;height: 62px;margin: 38px auto;background-repeat: no-repeat;}
.ou_bg3{background-image: url(../images/list3_03.png);background-position: center;background-size: cover;width: 64px;height: 62px;margin: 38px auto;background-repeat: no-repeat;}
.ou_bg4{background-image: url(../images/list4_06.png);background-position: center;background-size: cover;width: 64px;height: 62px;margin: 38px auto;background-repeat: no-repeat;}
.ou_tp{text-align: center;padding: 20px 0px 15px;font-size: 18px;font-weight: bold;color: #B1B1B1;}
.ou_p{color: #7c7c7c;font-size: 12px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;text-align: center;}
.ou_ul li:hover .ou_bg1{background-image: url(../images/list1_03.png);}
.ou_ul li:hover .ou_bg2{background-image: url(../images/2.png);}
.ou_ul li:hover .ou_bg3{background-image: url(../images/3_03.png);}
.ou_ul li:hover .ou_bg4{background-image: url(../images/4.png);}
.ou_ul li:hover .ou_tp{color: #0059ab;}
.ou_ul li:hover .ou_img{border-color: #0059AB;}
.cpzx{display: block;overflow: hidden;width: 100%;padding: 40px 10px 20px;background-image: url(../images/chanpin_bg_03.png);background-size: cover;}
.cpzx_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 45px 0 20px;}
.cpzx_ul li{width: 32%;}
.cpzx_ul::after{width: 32%;content: "";}
.cpzx_ul a{width: 100%;display: block;}
.cpzx_img{width: 100%;overflow: hidden;position: relative;border: 1px solid #7C7C7C;}
.cpzx_img .cp_img{background-repeat: no-repeat;background-size: cover;padding-top: 75%;}
.cp_hover{width:100%; float:left; height:0; overflow:hidden; position:absolute; left:0;top:50%; transform:translateY(-50%); background:rgba(26,144,240,0.6);}
.cpho_p{width:100%; overflow:hidden;position:absolute; left:-100%; top:0%; font-size:16px; color:#fff;padding: 25px 0 0 20px;line-height: 30px; height:90%; overflow:hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
overflow: hidden;} 
.cpzx_img:hover .cp_hover{height:100%;}
.cpzx_img:hover .cpho_p{left:0;}
.cpzs_p{padding: 15px 0;text-align: center;font-size: 16px;color: #000000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cpzx_ul li:hover .cpzs_p{color: #0059AB;}

.yspo{display: block;overflow: hidden;width: 100%;clear: both;}
.yspo_img{width: 100%;position: relative;}
.yspo_img_img img{width: 100%;}
.ys_tel{width: 62%;background-image: url(../images/posi_dianhua_03.png);background-position: left center;background-repeat: no-repeat;background-color: #ffb426;padding: 14px 0;padding-left: 100px;color: #FFFFFF;font-size: 18px;position: absolute;right: 0;top: 75%;}
.ys_tel span{font-size: 24px;font-weight: bold;}
.yspo_bom{display: block;clear: both;}
.yspo_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 0 0 60px;}
.yspo_l{width: 48%;position: relative;}
.yspo_limg1{position: absolute;top: -20%;left: 2%;z-index: 99;width: 100%;}
.yspo_limg1 img{width: 100%;}
.yspo_r{width: 48%;}
.yspo_ulws li{margin-bottom: 20px;}
.yspo_tone{background-position: left center;background-repeat: no-repeat;padding: 25px 0 15px 90px;font-size: 18px;font-weight: bold;color: #105dc6;}
.yspo_weizi{border-bottom: 1px dotted #CCCCCC;padding-bottom: 15px;}
.yspo_ttwo{position: relative;font-size: 14px;padding-left: 40px;}
.yspo_ttwo::after{width: 10px;height: 10px;border-radius: 10px;display: block;position: absolute;top: 6px;left: 20px;background-color: #105DC6;content: "";}


.serve{display: block;overflow: hidden;width: 100%;padding: 50px 10px;}
.serve_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding-top: 40px;}
.serve_ul li{width: 14%;background-color: #0059ab;padding: 30px 0;border-radius: 10px;}
.serve_ul li:hover{background-color: #ffb426;}
.serve_img{text-align: center;overflow: hidden;}
.serve_img img{transition: all 0.8s;}
.serve_ul li:hover .serve_img img{transform: rotateY(360deg);}
.serve_p{padding-top: 30px;color: #FFFFFF;font-size: 18px;text-align: center;}

.news{display: block;overflow: hidden;width: 100%;padding: 55px 10px 30px;}
.news_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 40px 0 10px;}
.news_l{width: 48%;}
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.xw_ul li:nth-child(1){padding-bottom: 40px;border-bottom: 1px solid #CCCCCC;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; }
.xw_ul li a .xw_img{width:215px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;border: 1px solid #cccccc;}
.xw_ul li a .xw_R{width:calc(100% - 215px); float:left; padding:0px 0px 0px 20px; color:#363636;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:15px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:16px; font-size:12px; margin-top:15px;}
.xw_ul li:hover a .xw_p{color: #007AFF;}

.news_r{width: 48%;}
.news_rul li{width: 100%;padding: 18px 30px;background-color: #f5f5f5;}
.news_rul a{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;width: 100%;color: #535353;}
.news_rt2{padding-top: 15px;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_rl{width: 80%;}
.newsr_rr{line-height: 66px;font-size: 30px;width: 20%;text-align: right;}
.news_rul li:hover{background-color: #0059ab;}
.news_rul li:hover a{color: #FFFFFF;}

.about{display: block;overflow: hidden;width: 100%;padding: 60px 10px 30px;background-image: url(../images/ab_bg_06.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
.about .title{width: 280px;margin: 0 auto;text-align: center;background: url(../images/about_tbg_07.png) no-repeat;}
.about .title_t{color: #FFFFFF;}
.about_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding-top: 40px;}
.about_l{width: 48%;}
.about_l img{width: 100%;height: 100%;}
.about_r{width: 46%;color: #FFFFFF;}
.about_rt{font-size: 12px;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;color: #d2ddec;}
.about_rt span{font-size: 18px;font-family: "微软雅黑";font-weight: bold;color: #FFFFFF;}
.about_rp{padding-top: 10px;line-height: 30px;}
.btn{width: 90px;height: 30px;text-align: center;line-height: 30px;border: 1px solid #CCCCCC;border-radius: 10px;margin-top: 10px;}
.btn a{display: block;color: #FFFFFF;}

.linyu{display: block;width: 100%;overflow: hidden;padding: 55px 10px 40px;}
.linyu_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 30px 0;}
.linyu_ul li{width: 23%;border: 1px solid #7C7C7C;border-radius: 10px;border-bottom: 10px solid #7C7C7C;transition: all 1.5s;overflow: hidden;}
.linyu_ul a{display: block;color: #7d7d7d;}
.linyu_img{overflow: hidden;width: 100%;}
.linyu_img .linyu_cpg{background-position: center;background-size: cover;background-repeat: no-repeat;padding-top: 80%;transition: all 0.8s;}
.linyu_img .linyu_cpg:hover{transform: scale(1.15);}
.linyu_t{padding: 20px 0;text-align: center;font-size: 16px;font-weight: bold;}
.linyu_p{margin: 0 25px 20px; line-height:26px; height:78px; overflow:hidden}
.linyu_ul li:hover{border-bottom-color: #0059ab;}
.linyu_ul li:hover .linyu_t{color: #0059ab;}


.footer{display: block;overflow: hidden;width: 100%;background-color: #0059AB;padding: 0 10px;}
.youqin {padding: 30px 0;color: #FFFFFF;border-bottom: 1px solid #CCCCCC;font-size: 16px;}
.youqin a{ color:#FFFFFF; padding:10px;}
.f_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;padding: 20px 0;flex-wrap: wrap;}
.f_l{width: 70%;border-right: 1px solid #737373;}

.f_nav{color: #FFFFFF;font-size: 16px;padding: 15px 0;}
.f_nav a{color:#FFFFFF; padding:10px;}
.f_nav a:nth-child(1){padding-left: 0;}
.f_lp{color: #FFFFFF;font-size: 14px;padding: 20px 0;}
.f_r{width: 25%;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 20px 0 10px;}
.f_diant{font-size: 16px;color: #FFFFFF;}
.f_diant span{font-size: 12px;}
.f_dian_p{font-size: 24px;font-weight: bold;color: #FFFFFF;padding-top: 10px;}
.bottom{width: 100%;background-color: #ffb426;text-align: center;color: #FFFFFF;padding: 12px 0;}
/* 公司简介 */
.abner{display: block;overflow: hidden;width: 100%;padding: 60px 10px;}
.abner_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.abner_l{width: 22%;}
.about_title{display: block;width: 100%;text-align: center;padding: 20px 0;background-image: url(../images/ner_tbg_03.png);font-size: 18px;color: #FFFFFF;margin-bottom: 10px;background-size: cover;background-repeat: no-repeat;}
.about_ul{width: 100%;}
.about_ul>li{width: 100%;text-align: left; text-indent:50px; margin-bottom: 5px;}
.about_ul>li>a{display: block;color: #5e5e5e;background-color: #ededed;width: 100%;padding: 10px 0;}
.about_ul li:hover a{color: #FFFFFF;background-color: #0059ab;}
.about_ul>li>a.on{color: #FFFFFF;background-color: #0059ab;}
.about_B{margin-top: 30px;}
.about_img{width: 100%;}
.about_img img{width: 100%;}
.about_lp{font-size: 13px;background-color: #f6f6f6;padding: 20px 0 30px 15px; line-height:28px;}
.abner_r{width: 76%;}
.abner_rt{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 10px 0 15px;border-bottom: 3px solid #d3d3d3;}
.abner_rl{font-size: 18px;}
.abner_rr{font-size: 12px;}
.abner_rr span{color: #0059AB;}
.ner_rner{margin-top: 30px;width: 100%;height: 300px;}
.ner_rner iframe{width: 100%;height: 100%;}
.abner_nep{padding-top: 30px; font-size: 14px; line-height: 30px;}
.abner_nep img{ max-width:100% !important; height:auto !important;}

/* 产品中心 */
.proner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 45px 0 20px;}
.proner_ul li{width: 32%;}
.proner_ul::after{width: 32%;content: "";}
.proner_ul a{width: 100%;display: block;}
.proner_img{width: 100%;overflow: hidden;position: relative;border: 1px solid #7C7C7C;}
.proner_img .proneri_img{background-repeat: no-repeat;background-size: cover;padding-top: 75%;}
.proner_hover{width:100%; float:left; height:0; overflow:hidden; position:absolute; left:0;top:50%; transform:translateY(-50%); background:rgba(26,144,240,0.6);}
.proner_p{width:100%; overflow:hidden;position:absolute; left:-100%; top:0%; font-size:16px; color:#fff;padding:15px;line-height: 28px; font-size:14px;} 
.proner_img:hover .proner_hover{height:100%;}
.proner_img:hover .proner_p{left:0;}
.proner_pp{padding: 15px 0;text-align: center;font-size: 14px;color: #000000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.proner_ul li:hover .proner_pp{color: #0059AB;}
/* 联系我们 */
.contact_p{font-size: 13px;padding-top: 20px;line-height: 30px;}
/* 售后服务 */

.servener_p{margin-top: 20px;font-size: 13px;line-height: 30px;width: 100%;}
/* 新闻中心 */
.newsner_ul{display:block; overflow:hidden;margin-top: 20px;}
.newsner_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.newsner_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#ededed; border:1px solid #a1a1a1;}
.newsner_ul li a .xw_img{width:255px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;transition: all 0.8s; overflow:hidden;}
.newsner_ul li a .xw_img:hover{transform: scale(1.05);}

.newsner_ul li a .xw_R{width:calc(100% - 255px); float:left; padding:15px 20px; color:#363636;  border-left:1px solid #a1a1a1;}
.newsner_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.newsner_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:5px;}
.newsner_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:16px; font-size:12px; margin-top:5px;}
.newsner_ul li a:hover{background:#0059ab;}
.newsner_ul li a:hover .xw_R{color:#fff;}
/* 新闻详情 */
.xwxq{display:block; overflow:hidden;margin-top: 20px;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#1e1e1e; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:14px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#1e1e1e;}
.xwxq_txt img{ max-width:100% !important; height:auto !important}

/* 产品详情 */
.cpxq{display: block;overflow: hidden;width: 100%;margin-top: 20px;}
.cpxq_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.cpxq_l{width: 40%;overflow: hidden;}
.cpxq_img{background-repeat: no-repeat;background-size: cover;background-position: center;padding-top: 75%;border: 1px solid #CCCCCC;transition: all 0.8s;}
.cpxq_img:hover{border-color: #007AFF;}
.cpxq_r{width: 56%;}
.cpxq_rt{font-size: 18px; font-weight:bold;}
.cpxq_rp{font-size: 14px;margin-top: 20px;line-height: 30px;}
.cpxq_tit{font-size: 18px;font-weight: bold;padding: 20px 0 10px;color: #0059ab;}
.cpxq_p{font-size: 14px;line-height: 30px;}
.cpxq_p img{ max-width:100% !important; height:auto !important;}
.cpxq_p table{ width:100% !important;height:auto !important;}
.cpxq_p table tr td{ width:auto !important; height:auto !important; border:1px solid #CCCCCC  !important; padding:2px !important;}
/* 应用领域 */
.linyu_ner{margin-top: 20px;}
.linyu_ner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 20px 0;}
.linyu_ner_ul::after{width: 30%;content: "";}
.linyu_ner_ul li{width: 30%;border: 1px solid #7C7C7C;border-radius: 10px;border-bottom: 10px solid #7C7C7C;transition: all 1.5s;overflow: hidden;margin-bottom: 20px;}
.linyu_ner_ul a{display: block;color: #7d7d7d;}
.linyuner_img{overflow: hidden;width: 100%;}
.linyuner_img .linyuner_cpg{background-position: center;background-size: cover;background-repeat: no-repeat;padding-top: 80%;transition: all 0.8s;}
.linyuner_img .linyuner_cpg:hover{transform: scale(1.15);}
.linyuner_t{padding: 15px;text-align: center;font-size: 16px;font-weight: bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.linyuner_p{margin: 0 15px 20px; font-size:14px; line-height:26px; height:78px; overflow:hidden;}
.linyu_ner_ul li:hover{border-bottom-color: #0059ab;}
.linyu_ner_ul li:hover .linyu_t, .linyu_ner_ul li:hover .linyuner_t{color: #0059ab;}

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/


/*首页内容*/
.search{padding:14px 1%;}

.yspo_img_img img{width: 100%;height: 200px;}
.ys_tel{font-size: 12px;padding: 8px 0;padding-left: 100px;width: 66%;top: 72%;}
.ys_tel span{font-size: 16px;}
.yspo_limg1 {top: -16%;left: 8%;}

.youqin{font-size: 14px;}
.youqin a{padding: 0px 6px;}

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu span{width:100%; height:6px; float:left;  background:#192847;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:85%; padding:20px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(25, 40, 71, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:10px;}

.serve_ul li{width: 28%;margin-bottom: 40px;}
.ys_tel{width: 80%;left: 10%;right: 10%;}
.yspo_limg1{position: static;padding-top: 20%;}
.xw_ul li a .xw_img{width:200px;}
.xw_ul li a .xw_R{width:calc(100% - 200px); padding:15px;}
.xw_ul li a .xw_R .xw_txt{margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{margin-top:10px;}

/*新闻中心*/
.newsner_ul li a .xw_img{width:200px;}
.newsner_ul li a .xw_R{width:calc(100% - 200px); padding:15px;}
.newsner_ul li a .xw_R .xw_txt{margin-top:10px;}
.newsner_ul li a .xw_R .xw_sp{margin-top:10px;}

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:95%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:10px;}
.search_form {width:100%;}
.search_txt {width:100%; float:left; line-height:20px; padding-top:5px; font-size:12px;}
.search_txt a{margin:0 5px;}

.title_t{font-size: 24px;}
.title_p{font-size: 12px;}

.ouys{padding: 20px 10px;}
.ou_ul{padding-top: 20px;}
.ou_ul li{width: 46%;margin-bottom: 20px;}
.ou_img{width: 120px;height: 120px;}
.ou_bg1{margin: 30px auto;}
.ou_bg2{margin: 30px auto;}
.ou_bg3{margin: 30px auto;}
.ou_bg4{margin: 30px auto;}
.ou_tp{padding: 10px 0;}

.cpzx_ul{padding: 20px 10px 20px;}
.cpzx_ul li{width: 48%;}

.yspo_limg1{position: static;padding-top: 0;}
.ys_tel{width: 100%;left: 0;right: 0;padding:0px 0 0 100px;}
.yspo_l{width: 100%;}
.yspo_r{width: 100%;}

.news{padding: 0 10px 20px;}
.news_l{width: 100%;}
.news_r{width: 100%;}

.about{background-image: url(../images/about_bg_08.jpg);padding: 20px 10px 10px;}
.about_m{padding-top: 20px;}
.about_l{width: 100%;}
.about_r{width: 100%;padding-top: 20px;}
.abner_rt{ display:none;}

.cpho_p{width:100%; overflow:hidden;position:absolute; left:-100%; top:0%; font-size:14px; color:#fff;padding: 15px 0 0 20px;line-height: 26px; height:90%; overflow:hidden; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;} 
.cpzs_p{font-size: 14px;color: #000000;}

.yspo_ul{padding:0px;}


.serve_ul li {width: 48%;margin-bottom: 12px;}
.linyu_ul li{width: 48%;margin-bottom: 20px;}

.f_l{width: 100%;border-right: transparent;}
.f_r{width: 100%;}
.f_m{padding: 0;}
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:5px;}
.xw_ul li a .xw_R .xw_txt{margin-top:2px; height:60px; line-height:20px;-webkit-line-clamp:3;}
/* 公司简介 */
.abner{padding: 20px 10px;}
.about_title{text-align:left; background:url(../images/sj_jiantou.png) no-repeat right center, url(../images/ner_tbg_03.png) no-repeat center center; background-size:auto,cover; font-size:20px; padding-left:20px;}
.about_ul{display: none;}
.abner_l{width: 100%;}
.abner_r{width: 100%;}
/* 产品中心 */
.proner_ul li{width: 48%;}
.proner_ul::after{width: 48%;content: "";}
/* 售后服务 */
.servener_p{margin-top: 20px;font-size: 13px;line-height: 30px;width: 100%;}
/* 新闻中心 */
.newsner_ul li{margin-bottom:10px;}
.newsner_ul li a .xw_img{width:100px;}
.newsner_ul li a .xw_R{width:calc(100% - 100px); padding:5px; padding-left:15px;}
.newsner_ul li a .xw_R .xw_txt{margin-top:2px; height:60px; line-height:20px;-webkit-line-clamp:3;}
/* 新闻详情 */
.xwxq_p{font-size:16px; line-height:24px;}
.xwxq_img{padding-top:10px;}
.xwxq_txt{padding-top:10px; line-height:24px;}
/* 产品详情 */
.cpxq_l{width: 100%;overflow: hidden;}
.cpxq_r{width: 100%;padding-top: 20px;}
/* 应用领域 */
.linyu_ner_ul::after{width: 100%;content: "";}
.linyu_ner_ul li{width: 50%; float:left}
}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#192847;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#389e2e; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #389e2e;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/