/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; line-height:32px; font-size:12px; color:#737373; font-family:SimSun;}
.topbox a{ color:#737373; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#192847; text-decoration:underline !important;}

.header{width:100%; padding:28px 0;}
.logo img{width:100%; max-width:416px; max-height:54px;}

.header_dianhua{height:54px; line-height:27px; color:#fe670e; font-size:24px; font-weight:bold; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:60px; margin-left:35px;}
.header_form{width:232px; float:left; border:1px solid #8f8f8f; margin-top:6px;}
.header_inp1{width:calc(100% - 40px); float:left; height:40px; line-height:40px; padding:0 10px; font-size:14px; color:#000;}
.header_btn{width:40px; float:left; height:40px; background:url(../images/search_ss.png) no-repeat left center;}

nav{background:#192847; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:12.5%; 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:#389e2e; color:#fff;}
.nav>li>a.on{background:#389e2e; color:#fff;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:rgba(25, 40, 71, 0.8);}
.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:#389e2e; 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/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-头部+导航+大图*/

/*首页内容*/
.search{width:100%; overflow:hidden; background:#fff; border-bottom:1px solid #dfdfdf; padding:14px 0;}
.search_form{width:296px; float:left; border:1px solid #c5c5c5;}
.search_inp1{width:calc(100% - 46px); float:left; height:26px; line-height:26px; font-family:SimSun; font-size:12px; color:#000; padding:0 8px;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#5b5b5b;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color:#5b5b5b;} 
.search_btn{width:46px; float:left; height:26px; background:url(../images/search_ss1.png) no-repeat center center #192847;}
.search_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:28px;}
.search_txt>span{float:left;}
.search_txt>a{color:#000; margin:0 10px;}
.search_txt>a:hover{color:#fe6a17; text-decoration:underline!important;}

.cpfl{width:100%; overflow:hidden; padding:20px 0; background:url(../images/cpfl_bj.jpg) no-repeat center top; background-size:cover;}
.cpfl_title{display:block; overflow:hidden; text-align:center;}
.cpfl_p{line-height:30px; font-size:24px; color:#b0b0b0; text-transform:uppercase;}
.cpfl_sp{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.cpfl_sp>span{float:left; padding:0 20px; position:relative; line-height:40px; font-size:30px; color:#000;}
.cpfl_sp>span::before{content:""; width:66px; float:left; height:1px; background:#000; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpfl_sp>span::after{content:""; width:66px; float:left; height:1px; background:#000; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.cpfl_contect{display:block; overflow:hidden; padding-top:35px;}
.cpfl_left{width:270px; float:left;}
.cpfl_about{width:100%; float:left;}
.cpfl_about_title{display:block; overflow:hidden; height:66px; line-height:66px; text-align:center; font-size:24px; color:#fff; background:url(../images/about_title_bj.jpg) no-repeat center center; background-size:cover;}
.cpfl_about_ul{display:block; overflow:hidden; border:2px solid #192847; padding:15px;}
.cpfl_about_ul li{display:block; overflow:hidden; margin-bottom:10px;}
.cpfl_about_ul li:last-child{margin:0;}
.cpfl_about_ul li a{display:block; overflow:hidden; height:36px; line-height:34px; border:1px solid #b8b8b8; text-align:center; font-size:14px; color:#9d9d9d;}
.cpfl_about_ul li a:hover{background:#389e2e; border-color:#389e2e; color:#fff;}
.cpfl_about_ul li.cpfl_about_on a{background:#389e2e; border-color:#389e2e; color:#fff;}
.cpfl_about_B{display:block; overflow:hidden; background:url(../images/about_bj.jpg) no-repeat center center; background-size:cover; border:2px solid #192847; border-top:none; padding-top:42px;}
.cpfl_about_p{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.cpfl_about_p>span{float:left; line-height:24px; padding:0 12px; position:relative; font-size:14px; color:#fff;}
.cpfl_about_p>span::before{content:""; width:52px; float:left; height:1px; background:#fff; position:absolute; right:100%; top:50%;}
.cpfl_about_p>span::after{content:""; width:52px; float:left; height:1px; background:#fff; position:absolute; left:100%; top:50%;}
.cpfl_about_sp{display:block; overflow:hidden; text-align:center; line-height:42px; font-size:24px; color:#fff;}
.cpfl_about_img{display:block; overflow:hidden; padding:12px 0;}
.cpfl_about_wx{display:block; overflow:hidden; padding:30px 13px 13px 13px;}
.cpfl_about_wx img{display:block; max-width:100%; height:auto; margin:0 auto;}
.cpfl_right{width:895px; float:right;}
.cpfl_dqwz_title{display:block; overflow:hidden; border-top:3px solid #d3d3d3; border-bottom:3px solid #d3d3d3; line-height:38px;}
.cpfl_dqwz_p{float:left; font-size:18px; color:#222;}
.cpfl_dqwz_more{width:95px; float:right;}
.cpfl_dqwz_more>a{display:block; overflow:hidden; height:38px; line-height:38px; text-align:center; background:#d3d3d3; font-size:12px; color:#fff;}
.cpfl_dqwz_more>a:hover{background:#389e2e; color:#fff;}
.cpfl_ul{display:block; width:930px; overflow:hidden; padding-top:25px;}
.cpfl_ul li{width:275px; float:left; margin:0 35px 0 0;}
.cpfl_ul li .cpfl_B{width:100%; overflow:hidden; border-radius:5px; border:1px solid #a1a1a1;}
.cpfl_ul li .cpfl_B .cpfl_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpfl_ul li .cpfl_B .cpfl_img::before{content:""; display:block; padding-top:81.6850%;}
.cpfl_ul li .cpfl_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#696969;}
.cpfl_ul li:hover .cpfl_B{border-color:#1a2948;}
.cpfl_ul li:hover .cpfl_B .cpfl_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpfl_ul li:hover .cpfl_txt{color:#1a2948;}

.gsjj{width:100%; overflow:hidden; padding:20px 0;}
.gsjj_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; padding-top:35px;}
.gsjj_left{width:47.5%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_right{width:52.5%; float:left; padding-left:40px;}
.gsjj_p{display:block; overflow:hidden; line-height:26px; font-size:16px; color:#999; text-transform:uppercase;}
.gsjj_sp{display:block; overflow:hidden; line-height:40px; font-size:30px; color:#192847; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; margin-top:30px; font-size:14px; color:#393939; line-height:28px; height:224px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:8; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:30px;}
.gsjj_more>a{width:130px; float:left; height:44px; background-image:url(../images/gsjj_more.png); background-repeat:no-repeat; background-position:center; background-color:#192847; position:relative;}
.gsjj_more>a::before{content:""; width:calc(100% - 4px); float:left; height:calc(100% - 4px); border:1px solid #fff; position:absolute; left:2px; top:2px;}
.gsjj_more>a:hover{background-color:#389e2e;}

.List{width:100%; overflow:hidden; padding:20px 0; background:#f8f8f8;}
.List_ul{display:block; overflow:hidden; width:1232px;}
.List_ul li{width:276px; float:left; margin:30px 32px 0 0;}
.List_ul li .List_B{width:100%; overflow:hidden; border:1px solid #a1a1a1; border-radius:5px;}
.List_ul li .List_B .List_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.List_ul li .List_B .List_img::before{content:""; display:block; padding-top:81.6850%;}
.List_ul li .List_txt{display:block; overflow:hidden; height:52px; line-height:52px; text-align:center; font-size:16px; color:#696969;}
.List_ul li:hover .List_B{border-color:#1a2948;}
.List_ul li:hover .List_B .List_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.List_ul li:hover .List_txt{color:#1a2948;}

.news{width:100%; overflow:hidden; padding:20px 0;}
.news_contect{display:block; overflow:hidden; padding-top:35px;}
.news_left{width:calc(50% - 25px); float:left;}
.news_title{width:100%; float:left; border-bottom:1px solid #d6d6d6; height:40px; line-height:38px;}
.news_p{float:left; height:40px; line-height:38px; border-bottom:2px solid #565656; font-size:22px; color:#565656; margin-right:6px;}
.news_sp{float:left; font-size:22px; color:#565656; text-transform:uppercase; opacity:0.5;}
.news_M{float:right; font-size:12px;}
.news_M>a{color:#b7b7b7; text-transform:uppercase;}
.news_M>a:hover{color:#192847; text-decoration:underline!important;}
.news_up{width:100%; float:left; padding-top:35px;}
.news_up a{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.news_up a .news_B{width:226px; float:left; border:1px solid #373b8f; padding:2px;display:-webkit-box; display:-ms-flexbox; display:flex;}
.news_up a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_up a .news_R{width:calc(100% - 226px); float:left; padding-left:20px;}
.news_up a .news_R .news_T{display:block; overflow:hidden; line-height:24px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.news_up a .news_R .news_txt{display:block; overflow:hidden; font-size:12px; color:#a1a1a1; line-height:24px; height:72px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:15px;}
.news_up a .news_R .news_more{display:block; overflow:hidden; margin-top:25px; width:118px; height:34px; line-height:34px; text-align:center; background:#192847; font-size:14px; color:#fff;}
.news_up a:hover .news_R .news_T{color:#389e2e;}
.news_up a:hover .news_R .news_more{background:#389e2e;}
.news_ul{width:100%; float:left; padding-top:25px;}
.news_ul li{display:block; overflow:hidden; border-bottom:1px dotted #a3a3a3; margin-bottom:10px;}
.news_ul li a{display:block; overflow:hidden; height:50px; line-height:50px; font-size:16px; color:#737373; text-overflow:ellipsis; white-space: nowrap; padding-left:32px; position:relative;} 
.news_ul li a>span{float:right; font-size:12px; color:#797979;}
.news_ul li a::before{content:""; width:20px; float:left; height:20px; border-radius:50%; background:#192847; border:5px solid #d1d4da; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.news_ul li a:hover{color:#389e2e;}
/*END-首页内容*/

/*底部*/
footer{background:#192847;}
.link{display:block; overflow:hidden; border-bottom:1px solid rgba(255,255,255,0.2); font-size:16px; color:#fff; line-height:24px; padding:20px 0;}
.link p{display: inline-block!important;}
.link p a{color:#fff; margin:0 10px;}
.link p a:hover{color:#fff; text-decoration:underline !important;}

.foot{display:block; overflow:hidden; padding:25px 0; border-bottom:1px solid rgba(255,255,255,0.2);}
.foot_L{width:70%; float:left;}
.foot_nav{display:block; overflow:hidden; color:#fff; font-size:16px; line-height:26px;}
.foot_nav a{color:#fff; margin:0 10px;}
.foot_nav a:first-child{ margin:0 10px 0 0;}
.foot_nav a:hover{color:#fff; text-decoration:underline!important}
.foot_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#fff; padding-top:15px;}
.foot_R{float:right; display:flex;}
.foot_R img{width:88px; float:left; height:88px; margin-right:15px;}
.foot_B{display:block; overflow:hidden; line-height:22px; color:#fff; font-size:16px;}
.foot_B>span{display:block;}
.foot_B>span:nth-child(2){ line-height:44px; font-size:24px; font-weight:bold;}
.foot_B>span:nth-child(3){font-size:12px;}
.footer_txt{width:100%; overflow:hidden; text-align:center; font-size:12px; color:#fff; line-height:20px; padding:15px 0;}
.footer_txt a{color:#fff; margin:0 10px;}
.footer_txt a:hover{color:#fff; text-decoration:underline!important}
/*END-底部*/

/*关于我们/客服服务*/
.main{width:100%; overflow:hidden; padding:30px 0;}
.main_left{width:262px; float:left;}
.about{width:100%; float:left; margin-bottom:35px;}
.about_title{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; background:url(../images/about_title_bj.jpg) no-repeat center center; background-size:100% 100%; font-size:18px; color:#fff;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:4px;}
.about_ul>li>a{display:block; overflow:hidden; height:36px; line-height:36px; text-align:center; font-size:16px; color:#5e5e5e; background:#ededed;}
.about_ul>li:hover>a{background:#192847; color:#fff;}
.about_ul>li.about_on>a{background:#192847; color:#fff;}
.about_dl{display:none; padding-top:1px;}
.about_dl>dd{display:block; overflow:hidden; border-bottom:1px dotted #c9ccce;}
.about_dl>dd>a{display:block; overflow:hidden; height:36px; line-height:36px; text-align:center; font-size:14px;color:#8a8a8a;}
.about_dl>dd>a:hover{background:#192847; color:#fff;}
.about_B{display:block; overflow:hidden; padding-top:10px;}
.about_B img{width:100%; display:block; height:auto;}
.about_B>span{display:block; overflow:hidden; background:#f6f6f6; padding:10px; font-size:14px; color:#282828; line-height:24px;}

.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left; line-height:42px; border-bottom:3px solid #d3d3d3;}
.dqwz_p{float:left; font-size:18px; color:#222222;}
.dqwz_nav{float:right; font-size:12px; color:#5f5f5f;}
.dqwz_nav>span{color:#389e2e;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#1e1e1e; line-height:30px;}
.company img{max-width: 100%;height: auto!important;}
.company table{width: 100%!important;}
/*END-关于我们/客服服务*/

/*产品介绍/工程名录*/
.cpfl_ul1{display:block; width:930px; overflow:hidden;}
.cpfl_ul1 li{width:275px; float:left; margin:0 35px 0 0;}
.cpfl_ul1 li .cpfl_B{width:100%; overflow:hidden; border-radius:5px; border:1px solid #a1a1a1;}
.cpfl_ul1 li .cpfl_B .cpfl_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpfl_ul1 li .cpfl_B .cpfl_img::before{content:""; display:block; padding-top:81.6850%;}
.cpfl_ul1 li .cpfl_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#696969;}
.cpfl_ul1 li:hover .cpfl_B{border-color:#1a2948;}
.cpfl_ul1 li:hover .cpfl_B .cpfl_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpfl_ul1 li:hover .cpfl_txt{color:#1a2948;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#1e1e1e; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#1e1e1e; line-height:30px;}
.cpxq_txt img{max-width: 100%;height: auto!important;}
.cpxq_txt table{width: 100%;border:1px solid #ccc; border-collapse:collapse;}
.cpxq_txt table td{ border:1px solid #ccc;text-align: center;}
/*END-产品介绍/工程名录*/

/*技术说明*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#ededed; border:1px solid #a1a1a1;}
.xw_ul li a .xw_img{width:275px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 275px); float:left; padding:25px 30px; color:#363636;  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: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 a:hover{background:#192847;}
.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: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%;height:auto!important;}
/*END-技术说明*/

/*在线订单*/
.message_form{display:block; overflow:hidden; max-width:600px;}
.message_B{width:100%; float:left; margin-bottom:20px;}
.message_sp{width:70px; float:left; height:48px; line-height:48px; font-size:16px; color:#141414; padding-right:10px; text-align:right;}
.message_inp1{width:calc(100% - 70px); float:left; height:48px; line-height:46px; border:1px solid #dfdfdf; padding:0 10px; font-size:16px; color:#141414;}
.message_inp2{width:calc(100% - 70px); float:left; height:200px; line-height:26px; border:1px solid #dfdfdf; padding:10px; font-size:16px; color:#141414; outline:none;}
.message_btn{width:42%; height:48px; font-size:16px; color:#fff;}
.message_btn1{background:#192847;}
.message_btn2{background:#389e2e;}
/*END-在线订单*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#1e1e1e; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:14px 1%;}

.cpfl{padding:20px 1%;}
.cpfl_left{width:24%;}
.cpfl_right{width:74%;}
.cpfl_ul{width:100%;}
.cpfl_ul li{width:31.33%; margin:0 1%;}

.gsjj{padding:20px 1%;}
.gsjj_contect{padding-top:30px;}
.gsjj_right{padding-left:30px;}

.List{padding:20px 1%;}
.List_ul{width:100%;}
.List_ul li{width:23%; margin:30px 1% 0 1%;}

.news{padding:20px 1%;}
/*END-首页内容*/

/*底部*/
.link{padding:25px 1%;}
.foot{ padding:20px 1%;}
/*END-底部*/ 

/*关于我们/客服服务*/
.main{padding:30px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-关于我们/客服服务*/

/*产品介绍/工程名录*/
.cpfl_ul1{width:100%;}
.cpfl_ul1 li{width:31.33%; margin:0 1%;}
/*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:#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:100%; 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;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:10px;}

.cpfl{padding:30px 10px;}
.cpfl_left{width:29%;}
.cpfl_right{width:69%;}
.cpfl_ul li .cpfl_txt {height:50px; line-height:50px;}

.gsjj{padding:30px 10px;}
.gsjj_contect{padding-top:25px;}
.gsjj_right{padding-left:20px;}

.List{padding:30px 10px;}

.news{padding:30px 10px;}
.news_sp {font-size: 16px;}
.news_up a .news_B {width:180px;}
.news_up a .news_R {width: calc(100% - 180px);}
/*END-首页内容*/

/*底部*/
.link{padding:20px 10px;}
.foot{ padding:20px 10px;}
.foot_L {width:63%;}
.foot_nav a {margin:0 5px;}
.foot_nav a:first-child {margin:0 5px 0 0;}
/*END-底部*/ 

/*关于我们/客服服务*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-关于我们/客服服务*/

/*产品介绍/工程名录*/
.cpfl_ul1 li .cpfl_txt {height:50px; line-height:50px;}
/*END-产品介绍/工程名录*/

/*技术说明*/
.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;}
/*END-技术说明*/

}

@media (max-width:767px){
	.cpfl_ul li:nth-child(n+9){display:none;}
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.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;}

.cpfl{padding:10px;}
.cpfl_p {line-height: 20px; font-size: 14px;}
.cpfl_sp>span {padding:0 10px; line-height: 30px; font-size: 20px;}
.cpfl_contect {padding-top:10px;}
.cpfl_left{width:100%;}
.cpfl_about_title{height:50px; line-height:50px; text-align:left; background:url(../images/imgs/sj_jiantou.png) no-repeat right center,url(../images/about_title_bj.jpg) no-repeat center center; background-size:auto,cover; font-size:20px; padding-left:20px;}
.cpfl_about_ul{display:none; padding:2px;}
.cpfl_about_ul li{margin-bottom:2px;}
.cpfl_right{width:100%;}
.cpfl_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.cpfl_ul li{width:calc(50% - 5px); margin:0;}
.cpfl_ul li .cpfl_txt {height:40px; line-height:40px; font-size:14px;}

.gsjj{padding:10px;}
.gsjj_contect{padding-top:10px;}
.gsjj_left{width:100%;}
.gsjj_left::before{content:""; display:block; padding-top:73%;}
.gsjj_right{width:100%; padding:10px 0 0 0;}
.gsjj_p {line-height: 16px; font-size: 12px;}
.gsjj_sp {line-height: 30px; font-size: 20px;}
.gsjj_txt {margin-top:10px; font-size:12px; line-height:20px; height:200px; -webkit-line-clamp:10;}
.gsjj_more {padding-top:10px;}

.List{padding:10px;}
.List_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.List_ul li{width:calc(50% - 5px); margin:0;}
.List_ul li .List_txt {height:40px; line-height:40px; font-size:14px;}

.news{padding:10px;}
.news_contect{padding:0;}
.news_left{width:100%; margin-top:10px;}
.news_p {font-size:18px;}
.news_sp {font-size: 12px;}
.news_up {padding-top:10px;}
.news_up a .news_B {width:110px;}
.news_up a .news_R {width: calc(100% - 110px); padding-left:10px;}
.news_up a .news_R .news_txt {line-height:20px; height:60px; margin-top:5px;}
.news_up a .news_R .news_more {margin-top:5px; width:100px; height:30px; line-height:30px;}
.news_ul {padding-top:10px;}
.news_ul li a {height:40px; line-height:40px; font-size:14px;}
/*END-首页内容*/

/*底部*/
.link{padding:10px; font-size:12px; line-height:20px;}
.link a{margin:0 5px;}
.foot{ padding:10px;}
.foot_L {width:100%;}
.foot_nav {font-size:12px; line-height:20px; text-align:center;}
.foot_nav a{margin:0 5px;}
.footer_txt {padding:10px;}
/*END-底部*/

/*关于我们/客服服务*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title {height:50px; line-height:50px; text-align:left; background:url(../images/imgs/sj_jiantou.png) no-repeat right center,url(../images/about_title_bj.jpg) no-repeat center center; background-size:auto,cover; font-size:20px; padding-left:20px;}
.about_ul{display:none;padding:0 2px;}
.about_ul>li{margin-top:2px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-关于我们/客服服务*/

/*产品介绍/工程名录*/
.cpfl_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpfl_ul1 li{width:calc(50% - 5px); margin:0;}
.cpfl_ul1 li .cpfl_txt {height:40px; line-height:40px; font-size:14px;}
.cpxq_p{font-size:16px; line-height:24px;}
.cpxq_img{padding-top:10px;}
.cpxq_txt{padding-top:10px; line-height:24px;}
/*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:5px;}
.xw_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;}
/*END-技术说明*/

/*在线订单*/
.message_B{margin-bottom:10px;}
.message_sp{width:55px; height:36px; line-height:36px; font-size:14px; padding-right:5px;}
.message_inp1{width:calc(100% - 55px); height:36px; line-height:34px; font-size:14px;}
.message_inp2{width:calc(100% - 55px); height:150px; line-height:24px; padding:6px 10px; font-size:14px;}
.message_btn{width:39%; height:40px; }
/*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:#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*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#F00;}	