/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.header{width:100%; position:relative; left:0; top:0; z-index:999999; background:#fff;}
.logo{padding:15px 0;}
.logo img{width:100%; max-width:378px; max-height:70px;}
.header_R{width:65%;}
.header_dianhua{height:50px; line-height:50px; color:#7e7e7e; font-size:12px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:30px;}
.header_dianhua span{float:right; font-size:16px; font-weight:bold; color:#ff0000;}

.nav{float:right!important;}
.nav>li{margin-left:55px;}
.nav>li>a{width:100%; height:50px; line-height:50px; font-size:14px; color:#000; text-align:center; border-bottom:2px solid transparent;}
.nav>li:hover>a{border-bottom-color:#105eab;color:#105eab;}
.nav>li>a.on{border-bottom-color:#105eab;color:#105eab;}
.nav>li:hover>.nav_sub{display: block;}

.nav_sub{display:none; width:100%; max-width:1200px; float:left; position:absolute; left:50%; top:100%; transform:translateX(-50%); z-index:999999; background:#fff; border:1px solid #e3e3e3;}
.nav_dl{overflow:hidden; padding:30px 15px 15px 15px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.nav_dl>dd{width:calc(50% - 15px); float:left; margin-bottom:15px;}
.nav_dl>dd>a{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; background:#e0e0e0;}
.nav_dl>dd>a>.nav_img{width:140px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.nav_dl>dd>a>.nav_R{width:calc(100% - 140px); float:left; padding:13px 20px;}
.nav_dl>dd>a>.nav_R .nav_p{display:block; overflow:hidden; line-height:30px; font-size:18px; color:#000; text-overflow:ellipsis; white-space: nowrap; background:url(../images/nav_jiantou.png) no-repeat left center; padding-left:10px;}
.nav_dl>dd>a>.nav_R .nav_txt{display:block; overflow:hidden; height:32px; line-height:16px; font-size:12px; color:#737373; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.nav_dl>dd>a:hover{background:#105eab;}
.nav_dl>dd>a:hover>.nav_R .nav_p{color:#fff;}
.nav_dl>dd>a:hover>.nav_R .nav_txt{color:#fff;}

.nav_ul{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;  -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:15px;}
.nav_ul>li{width:32%; float:left; margin-bottom:5px;}
.nav_ul>li>a{display:block; overflow:hidden; border:1px solid #ccc; padding:0 15px; height:34px; line-height:32px; font-size:14px; color:#000;}
.nav_ul>li>a>span{ padding-left:10px; background:url(../images/arrow_right.gif) no-repeat left center;}
.nav_ul>li>a:hover{background:#105eab; color:#fff;}
.nav_ul>li>a:hover>span{ background:url(../images/arrow_right1.gif) no-repeat left center;}

/*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/imgs/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/imgs/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-头部+导航+大图*/

/*首页内容*/
.gsjj{width:100%; overflow:hidden; padding:30px 0;}
.gsjj_title{display:block; overflow:hidden; position:relative; padding-bottom:17px; text-align:center;}
.gsjj_title::before{content:""; width:100%; float:left; height:1px; background:#ccc; position:absolute; left:0; bottom:0;}
.gsjj_title::after{content:""; width:100%; max-width:120px; float:left; height:1px; background:#828282; position:absolute; left:50%; bottom:1px; transform:translateX(-50%);}
.gsjj_p{line-height:42px; font-size:30px; color:#0c3874; font-weight:bold;}
.gsjj_sp{line-height:30px; font-size:22px; color:#7c7d7d; text-transform:uppercase;}
.gsjj_contect{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px; padding-top:25px;}
.gsjj_contect img{ display:block; max-width:100%; height:auto; margin:20px auto 0 auto; border:1px solid #4d87c1;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px;}
.gsjj_more a{display:block; margin:0 auto; width:120px; height:34px; line-height:32px; border:1px solid #4d87c1; text-align:center; font-size:14px; color:#105eab;}
.gsjj_more a:hover{background:#105eab; color:#fff;}

.picbox{width:100%; overflow:hidden; background:#0c3874; padding:50px 0;}
.pic_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; overflow:hidden;}
.pic_ul li{width:261px; float:left;}
.pic_ul li a{display:block; overflow:hidden; height:102px; background:url(../images/pic_bj.png) no-repeat center center; background-size:100% 100%; display:-webkit-box; display:-ms-flexbox; display:flex; /*-ms-flex-wrap:wrap; flex-wrap:wrap;*/ -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.pic_ul li a img{float:left; margin-right:5px;}
.pic_ul li a .pic_R .pic_p{line-height:24px; font-size:16px; color:#000;}
.pic_ul li a .pic_R .pic_sp{line-height:18px; font-size:12px; color:#000; opacity:0.6;}

.cpzs{width:100%; overflow:hidden; background:url(../images/cpzs_bj.jpg) no-repeat center bottom #ededed; background-size:1920px auto; padding:50px 0;}
.cpzs-imgbox{margin-top:70px;}
.cpzs-imgbox .swiper-slide a{width:100%; float:left; background-position:center; background-repeat:no-repeat; background-size:contain; overflow:hidden; position:relative;}
.cpzs-imgbox .swiper-slide a::before{content:""; display:block; padding-top:70%;}
.cpzs-imgbox .swiper-slide a .cpzs_hover{width:0; height:0; float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(16,94,171,0.5);}
.cpzs-imgbox .swiper-slide a .cpzs_logo{width:52px; float:left; height:52px; border:1px solid #fff; position:absolute; left:-100%; top:34%; transform:translateX(-50%);}
.cpzs-imgbox .swiper-slide a .cpzs_logo::before{content:""; width:20px; height:1px; float:left; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzs-imgbox .swiper-slide a .cpzs_logo::after{content:""; width:1px; height:20px; float:left; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzs-imgbox .swiper-slide a .cpzs_txt{width:100%; float:left; height:34px; line-height:34px; text-align:center; font-size:18px; color:#fff; position:absolute; right:-100%; bottom:20%;}
.cpzs-imgbox .swiper-slide a:hover .cpzs_hover{width:100%; height:100%;}
.cpzs-imgbox .swiper-slide a:hover .cpzs_logo{left:50%;}
.cpzs-imgbox .swiper-slide a:hover .cpzs_txt{right:0;}
.cpzs_more{display:block; overflow:hidden; padding-top:70px;}
.cpzs_more a{display:block; overflow:hidden; width:120px; height:34px; border:1px solid #fff; line-height:32px; text-align:center; margin:0 auto; font-size:14px; color:#fff;}
.cpzs_more a:hover{background:#105eab; border-color:#105eab; color:#fff;}

.news{width:100%; overflow:hidden; padding:50px 0; background:url(../images/news_bj.jpg) no-repeat center center; background-size:cover;}
.news_left{width:38%; float:left; margin-top:50px;}
.news_left .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_left .news_img::before{content:""; display:block; padding-top:46.71053%;}
.news_left .news_p{display:block; overflow:hidden; height:40px; line-height:40px; margin-top:10px; font-size:18px; color:#2f3131; font-weight:bold;}
.news_left .news_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:14px; color:#2f3131;}
.news_left .news_more{display:block; overflow:hidden; padding-top:10px; line-height:24px; font-size:12px; color:#105eab;}
.news_left:hover .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_left:hover .news_p{color:#105eab;}
.news_left:hover .news_more{color:#105eab; text-decoration:underline!important;}
.news_right{width:54%; float:right; margin-top:50px;}
.news_right li{display:block; overflow:hidden; padding-bottom:20px; margin-bottom:20px; border-bottom:1px dotted #a7a6a6;}
.news_right li .news_sub{width:77px; float:left; border-right:1px dashed #8e8c8c; font-family:'Microsoft YaHei'; color:#000; padding-right:15px; margin-right:15px; transition:all 0.4s;}
.news_right li .news_sub .news_sub_p{line-height:40px; font-size:48px; font-weight:bold; opacity:0.6;}
.news_right li .news_sub .news_sub_sp{line-height:16px; font-size:12px; text-align:center;}
.news_right li .news_p{display:block; overflow:hidden; height:24px; line-height:24px; font-size:16px; color:#000; transition:all 0.4s;}
.news_right li .news_txt{display:block; overflow:hidden; height:32px; line-height:16px; font-size:12px; color:#000; opacity:0.7; transition:all 0.4s;}
.news_right li:hover .news_sub{color:#105eab;}
.news_right li:hover .news_p{color:#105eab;}
.news_right li:hover .news_txt{color:#105eab;}

.case{width:100%; overflow:hidden; padding:50px 0; background:url(../images/case_bj.jpg) no-repeat center center; background-size:cover;}
.case .gsjj_title::before{background:#fff; opacity:0.5;}
.case .gsjj_title::after{background:#fff; opacity:0.2;}
.case .gsjj_p{color:#fff;}
.case .gsjj_sp{color:#fff; opacity:0.7;}
.case-imgbox{margin-top:50px;}
.case-imgbox .swiper-slide a{width:100%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden; position:relative;}
.case-imgbox .swiper-slide a::before{content:""; display:block; padding-top:89.773%;}
.case-imgbox .swiper-slide a .case_txt{width:100%; float:left; height:58px; line-height:58px; text-align:center; font-size:18px; color:#fff; background:rgba(0,0,0,0.6); position:absolute; left:0; bottom:0;}
.case-imgbox .swiper-slide a:hover .case_txt{background:rgba(12,56,116,0.6);}
.case_more{padding-top:30px;}

.lxwm{width:100%; overflow:hidden; padding:30px 0;}
.lxwm_map{width:100%; overflow:hidden; border:none; margin-top:25px; height:295px;}
.lxwm_contect{width:100%; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:25px;}
.lxwm_B{width:30%; float:left; background:#6b798a; padding:25px 35px;
display:-webkit-box; display:-ms-flexbox; display:flex;
-ms-flex-wrap:wrap; flex-wrap:wrap;
-webkit-box-align:center; -ms-flex-align:center; align-items:center;
-ms-flex-line-pack:center; align-content:center; margin:0 auto;
}
.lxwm_B img{width:71px; float:left; height:71px;}
.lxwm_B .lxwm_R{width:calc(100% - 71px); float:left; padding-left:10px;}
.lxwm_B .lxwm_R .lxwm_p{line-height:38px; font-size:18px; color:#fff; font-weight:bold;}
.lxwm_B .lxwm_R .lxwm_sp{line-height:14px; font-size:12px; color:#fff;}
/*END-首页内容*/

/*底部*/
footer{background:#0c3874; font-size:14px; color:#fff; line-height:24px; padding:12px 0; text-align:center;}
footer a{color:#fff; margin:0 5px;}
footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*关联企业/售后服务*/
.main{width:100%; overflow:hidden; padding:30px 0;}
.main_left{width:275px; float:left;}
.about{width:100%; float:left; margin-bottom:20px;}
.about_title{display:block; overflow:hidden; height:105px; line-height:105px; text-align:center; background:#105eab; font-size:14px; color:#fff; text-transform:uppercase;}
.about_title>span{font-size:24px; font-weight:bold; padding-right:10px;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:10px;}
.about_ul>li>a{display:block; overflow:hidden; height:40px; line-height:40px; background:#efefef; font-size:14px; color:#575757; text-align:center;}
.about_ul>li:hover>a{background:#105eab; color:#fff;}
.about_dl{display:none; overflow:hidden; padding:0 5px;}
.about_dl>dd{display:block; overflow:hidden; margin-top:3px;}
.about_dl>dd>a{display:block; overflow:hidden; height:34px; line-height:34px; border-bottom: 1px dashed #ccc; font-size:14px; color:#575757; text-align:center;}
.about_dl>dd>a:hover{background:#105eab; color:#fff;}
.about_B{display:block; overflow:hidden; margin-top:15px;}
.about_B img{display:block; overflow:hidden; width:100%; height:auto;}
.about_txt{display:block; overflow:hidden; padding:10px 0; font-size:14px; color:#000; line-height:24px;}
.about_txt>span{font-size:16px; font-weight:bold;}

.main_right{width:900px; float:right;}
.dqwz_title{width:100%; float:left; line-height:60px; border-bottom:1px solid #d9d9d9;}
.dqwz_p{float:left; font-size:18px; color:#105eab; font-weight:bold;}
.dqwz_nav{float:right; font-size:14px; color:#7b7b7b;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px;}
.company img{max-width: 100% !important; height: auto !important;}
/*END-关联企业/售后服务*/

/*产品介绍/案例展示*/
/*.cp_ul{display:block; overflow:hidden; width:916px;}
.cp_ul li{width:213px; float:left; margin:0 16px 16px 0;}
.cp_ul li .cp_B{width:100%; overflow:hidden;}
.cp_ul li .cp_B .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul li .cp_B .cp_img::before{content:""; display:block; padding-top:77.4648%;}
.cp_ul li .cp_txt{display:block; overflow:hidden; height:40px; line-height:38px; border:1px solid #ccc; text-align:center; font-size:14px; color:#000;}
.cp_ul li:hover .cp_B .cp_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul li:hover .cp_txt{border-color:#0e549a; background:#0e549a; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#000; line-height:26px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px;}*/

.cp_ul{display:block; overflow:hidden; width:915px;display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.cp_ul li{width:290px; float:left; margin:0 15px 15px 0; background:#f1f1f1; padding:20px;}
.cp_ul li .cp_p{display:block; overflow:hidden; font-size:18px; color:#666; text-transform:uppercase; line-height:20px;}
.cp_ul li .cp_B{width:100%; overflow:hidden; margin-top:10px;}
.cp_ul li .cp_B .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul li .cp_B .cp_img::before{content:""; display:block; padding-top:77.4648%;}
.cp_ul li .cp_txt{display:block; overflow:hidden; line-height:26px; font-size:16px; color:#666; margin-top:10px;}
.cp_ul li .cp_M{display:block; overflow:hidden; padding-left:10px; background:url(../images/arrow_right.gif) no-repeat left center; line-height:18px; margin-top:10px;}
.cp_ul li .cp_M a{ font-size:14px; color:#3498db;}
.cp_ul li .cp_M a:hover{text-decoration:underline!important;}

.cpxq_T{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; overflow:hidden;}
.cpxq_T>span{float:left;  line-height:50px; padding:0 20px; position:relative; font-size:40px; color:#000; font-weight:bold;}
.cpxq_T>span::before{content:""; width:1000px; float:left; height:1px; background:url(../images/dot_line.gif) repeat; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpxq_T>span::after{content:""; width:1000px; float:left; height:1px; background:url(../images/dot_line.gif) repeat; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.cpxq_contect{display:block; overflow-x:auto; padding-top:30px;}
.cpxq_contect img{max-width: 100% !important;height: auto !important;}
.cpxq_contect table{width: 100% !important;}
.cpxq_contect table tr td{word-wrap : break-word ;word-break:break-all}
.cpxq{width:100%; float:left; margin-bottom:30px; padding-bottom:30px; border-bottom:2px solid #eee;}
.cpxq .cpxq_p{line-height:30px; font-size:30px; display:block; overflow:hidden; color:#666; margin-bottom:15px;}
.cpxq_B{display:block; overflow:hidden; font-size:16px; color:#666; line-height:30px;}
.cpxq_B img{ max-width:100%; height: auto; margin-right:5px;}
/*END-产品介绍/案例展示*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.xw_ul li a{display:flex; overflow:hidden; background:#ececec; padding:1px;}
.xw_ul li a .xw_img{width:273px; float:left; border:1px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 273px); float:left; padding:25px 35px; color:#3e3e3e; border-left:1px solid #a1a1a1;}
.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:20px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:15px; font-size:12px; margin-top:20px;}
.xw_ul li a:hover{background:#0e549a;}
.xw_ul li a:hover .xw_R{color:#fff;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; font-weight:bold; color:#000; line-height:26px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#a4a4a4; padding-top:5px; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:15px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:24px; color:#000;}
/*END-新闻中心*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px;}
.contact_txt>span{font-size:16px; font-weight:bold;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.header{padding:0 1%;}
.header_R {width:62%;}
.nav>li {margin-left:30px;}
/*END-头部+导航*/

/*首页内容*/
.gsjj{padding:30px 1%;}

.picbox{padding:40px 1%;}
.pic_ul li{width:25%;}

.cpzs {padding:40px 1%;}
.cpzs-imgbox {margin-top:40px;}
.cpzs_more {padding-top:40px;}

.news{padding:40px 1%;}
.news_left{margin-top:40px;}
.news_right{margin-top:40px;}

.case {padding:40px 1%;}
.case-imgbox {margin-top:40px;}

.lxwm {padding:30px 1%;}
.lxwm_B {padding:20px;}
/*END-首页内容*/

/*关联企业/售后服务*/
.main{padding:30px 1%;}
.main_left{width:26%;}
.main_right{width:72%;}
/*END-关联企业/售后服务*/

/*产品介绍/案例展示*/
/*.cp_ul{width:100%;}
.cp_ul li{width:24%; margin:0 0.5% 16px 0.5%;}*/
.cp_ul{width:100%;}
.cp_ul li{width:31.33%; margin:0 1% 15px 1%; padding:10px;}
/*END-产品介绍/案例展示*/

}

@media (max-width:991px){
/*头部+导航*/
.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%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#0c3874;}

.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:100%; padding:15px 10px;}
.header_R{width:100%;}

.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:100%; background:rgba(0, 0, 0, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; color:#000; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li:hover>a{background:#0c3874; color:#fff; border:none;}
.nav>li>a.on{background:#0c3874; color:#fff; border:none;}
/*END-头部+导航*/

/*首页内容*/
.gsjj{padding:30px 10px;}

.picbox{padding:30px 10px;}
.pic_ul li .pic_R {width:45%;}
.pic_ul li a .pic_R .pic_sp {line-height:16px;}

.cpzs {padding:30px 10px;}
.cpzs-imgbox {margin-top:30px;}
.cpzs_more {padding-top:30px;}

.news{padding:30px 10px;}
.news_left{margin-top:30px;}
.news_right{margin-top:30px;}

.case {padding:30px 10px;}
.case-imgbox {margin-top:30px;}

.lxwm {padding:30px 10px;}
.lxwm_B {width:32%; padding:10px;}
.lxwm_B img {width:50px; height:50px;}
.lxwm_B .lxwm_R {width:calc(100% - 50px);}
.lxwm_B .lxwm_R .lxwm_p {line-height:24px; font-size:16px;}
/*END-首页内容*/

/*关联企业/售后服务*/
.main{padding:30px 10px;}
.main_left{width:34%;}
.main_right{width:64%;}
/*END-关联企业/售后服务*/

/*产品介绍/案例展示*/
/*.cp_ul li{width:31.33%; margin:0 1% 16px 1%;}*/
.cp_ul li{width:48%;}
/*END-产品介绍/案例展示*/

/*新闻中心*/
.xw_ul li a .xw_img{width:180px;}
.xw_ul li a .xw_R{width:calc(100% - 180px); padding:15px;}
.xw_ul li a .xw_R .xw_txt {margin-top:5px;}
.xw_ul li a .xw_R .xw_sp {margin-top:5px;}
/*END-新闻中心*/
}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.gsjj{padding:10px;}
.gsjj_title {padding-bottom:6px;}
.gsjj_p {line-height:28px; font-size:18px;}
.gsjj_sp {line-height:22px; font-size:14px;}
.gsjj_contect {padding-top:10px;}
.gsjj_contect img {margin:10px auto 0 auto;}
.gsjj_more {padding-top:10px;}

.picbox {padding:10px 10px 0 10px;}
.pic_ul li{width:calc(50% - 5px); margin-bottom:10px;}
.pic_ul li a{display:block; overflow:hidden; background:#fff; border-radius:5px; padding:10px;}
.pic_ul li a img{float:none; display:block; max-width:100%; margin:0 auto;}
.pic_ul li .pic_R {width:100%; text-align:center; padding-top:5px;}
.pic_ul li a .pic_R .pic_sp {line-height:16px;}

.cpzs {padding:10px;}
.cpzs-imgbox {margin-top:10px;}
.cpzs_more {padding-top:10px;}
.cpzs-imgbox .swiper-slide a .cpzs_logo {width:30px; height:30px; top:30%;}
.cpzs-imgbox .swiper-slide a .cpzs_txt {height:30px; line-height:30px; font-size:14px;}

.news{padding:10px;}
.news_left{width:100%; margin-top:10px;}
.news_left .news_p {height:30px; line-height:30px; margin-top:5px; font-size:16px;}
.news_left .news_txt {height:80px; line-height:20px;}
.news_left .news_more {padding-top:5px;}
.news_right{width:100%; margin-top:10px;}
.news_right li {padding-bottom:10px; margin-bottom:10px;}

.case {padding:10px;}
.case-imgbox {margin-top:10px;}
.case-imgbox .swiper-slide a .case_txt {height:38px; line-height:38px; font-size:14px;}

.lxwm {padding:10px;}
.lxwm_map {margin-top:10px; height:250px;}
.lxwm_contect{padding-top:0;}
.lxwm_B {width:100%; padding:10px; margin-top:5px;}
/*END-首页内容*/

/*底部*/
footer{padding:10px;}
/*END-底部*/

/*关联企业/售后服务*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title{height:50px; line-height:50px; text-align:left; padding-left:20px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #105eab; font-size:18px; font-weight:bold;}
.about_ul{display:none; padding:0 2px}
.about_ul>li {margin-top:2px;}
.about_dl {padding:0 2px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
/*END-关联企业/售后服务*/

/*产品介绍/案例展示*/
/*.cp_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cp_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}*/
.cp_ul li{width:100%; margin:0 0 10px 0;}

.cpxq_T{padding:10px;}
.cpxq_T>span{height:40px; line-height:40px; padding:0 10px; font-size:30px;}

.cpxq_contect{padding-top:10px;}
.cpxq{margin-bottom:10px; padding:0 10px 10px 10px;}
.cpxq .cpxq_p{line-height:24px; font-size:20px; margin-bottom:10px;}
.cpxq_B{font-size:14px; line-height:24px; padding-top:10px;}
.cpxq_B img{/*float:none; display:block; margin:0 auto; max-width:100%;*/}
/*END-产品介绍/案例展示*/

/*新闻中心*/
.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:0 10px;}
.xw_ul li a .xw_R .xw_txt {height:60px; line-height:20px; -webkit-line-clamp:3; margin-top:0;}
/*END-新闻中心*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

}
/*手机底部*/
.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:#000;}
.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:#0c3874; 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 #0c3874;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}