/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/
.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}
/*头部+导航+大图*/
.topbox{width:100%; line-height:32px; font-size:12px; color:#737373; font-family:SimSun;background-color: #f2f2f2;}
.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:#3f3f3f; font-size:18px; font-weight:bold; background:url(../img/images/logo_06.png) no-repeat left center; padding-left:60px; margin-left:35px;font-family: "宋体";}
.header_dianhua span{font-family: "微软雅黑";font-size: 24px;color: #20478f;font-weight: bold;}
.header_form{width:232px; float:left; border:1px solid #8f8f8f; margin-top:6px;border-radius: 2px;}
.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(../img/images/search_09.png) no-repeat center center;}
nav{background:#20478f; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{position:relative;}
.nav>li>a{width:100%; height:52px; line-height:52px; font-size:16px; color:#fff; text-align:center;padding: 0 53px;}
.nav>li:hover>a{background:#1163bd; color:#fff;}
.nav>li>a.on{background:#1163bd; color:#fff;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:#20478f;}
.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:#1163bd; 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(../img/bibeiimg/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(../img/bibeiimg/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-头部+导航+大图*/

/*首页内容*/
.cpzx{display: block;overflow: hidden;width: 100%;padding: 55px 10px 30px;background-image: url(../img/images/cpzs_bg_02_01.png);background-repeat: no-repeat;background-size: auto;}
.title{text-align: center;}
.title_t{font-size: 30px;color: #1e1a17;position: relative;}
.title_p{font-size: 16px;color: #999999;font-family: arial;text-transform: uppercase;padding-top: 6px;}
.title_t::after{display: block;content: "";width: 200px;height: 2px;background-color: #cac9c8;position: absolute;left: 320px;top: 46%;}
.title_t::before{display: block;content: "";width: 200px;height: 2px;background-color: #cac9c8;position: absolute;right: 320px;top: 46%;}

.tab_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;padding: 30px 0;}
.tab_ul li{margin-right: 15px;margin-bottom: 15px;}
.tab_ul li:nth-child(5n){margin-right: 0;}
.tab_ul a{display: block;width: 227px;height: 45px;line-height: 45px;text-align: center;color: #565656;background-color: #f2f2f2;}
.tab_ul li:hover a{color: #FFFFFF;background-color: #20478f;}

.cpzs_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.cpzs_ul::after{width: 24.5%;content: "";}
.cpzs_ul li{width: 24.5%;margin-bottom: 20px;}
.cpzs_ul a{display: block;}
.cpzs_B{overflow: hidden;}
.cpzs_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 80%;transition: all 2s;}
.cpzs_p{width: 100%;height: 40px;line-height: 40px;text-align: center;color: #565656;background-color: #FFFFFF;margin-top: 4px;font-size: 16px;}
.cpzs_ul li:hover .cpzs_imgbg{transform: scale(1.2,1.2);}
.cpzs_ul li:hover .cpzs_p{background-color: #20478f;color: #FFFFFF;}

.about{display: block;overflow: hidden;width: 100%;}
.about_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;height: 410px;}
.about_l {width: 50%;}
.about_l img{width: 100%;height: 100%;}
.about_r{width: 50%;background-image: url(../img/images/about_bg_03.png);background-repeat: no-repeat;background-size: auto;}
.about_con{padding: 35px 0 0 35px;background-color: #20478f;width: 600px;height: 410px;}
.about_t{font-size: 24px;color: #FFFFFF;padding: 25px 0 15px;font-weight: bold;}
.about_tp{font-size: 18px;color: #FFFFFF;font-weight: bold;}
.about_p{padding-top: 20px;padding-right: 35px;font-size: 14px;color: #FFFFFF;line-height: 30px;}

.serve{display: block;overflow: hidden;width: 100%;background-image: url(../img/images/serve_bg_02.png);background-repeat: no-repeat;background-size: auto;height: 410px;}
.serve_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.serve_l{width: 50%;background-color: #FFFFFF;padding: 35px 0 0 35px;height: 410px;}
.serve_t{font-size: 24px;color: #3c3c3c;padding: 25px 0 15px;font-weight: bold;}
.serve_tp{font-size: 18px;color: #3c3c3c;font-weight: bold;}
.serve_p{padding-top: 20px;padding-right: 35px;font-size: 14px;color: #3c3c3c;line-height: 30px;}
.serve_r{width: 50%;text-align: right;}
.serve_r img{position: relative;top: 50%;transform: translateY(-50%);}

.anli{display: block;overflow: hidden;width: 100%;padding: 55px 10px 65px;}
.anli_m{position:relative; padding-top:30px;}
.anli-imgbox .swiper-slide{background-color: #FFFFFF;}
.anli-imgbox .swiper-slide .anli_B{width:100%; overflow:hidden;}
.anli-imgbox .swiper-slide .anli_B video{width:100%; height: 170px;}
.anli-imgbox .swiper-slide .anli_B .anliba_img{width: 100%;}
.anli-imgbox .swiper-slide .anli_B .anliba_img{background-position: center;background-size: cover;background-repeat: no-repeat;padding-top: 80%;transition: all 2s;}
.anli-imgbox .swiper-slide .anli_B .anliba_img:hover{border-color: #FC4E17;}
.anli-imgbox .swiper-slide .anli_p{text-align: center;color: #565656;background-color: rgba(209,207,208,0.8);padding: 10px 0;margin-top: -44px;transition: all 2s;}
.anli-imgbox .swiper-slide:hover .anli_p{color: #FFFFFF;background-color: rgba(32,71,143,0.8);}
.anli-prev{left:-87px;position:absolute;top:50%; transform:translateY(-50%); width: 30px;height: 30px;overflow:hidden; opacity:1;  cursor:pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; z-index:99;background-position: center;background-repeat: no-repeat;background-image: url(../img/images/prev1_03.png);}
.anli-next{left:initial; right:-87px; position:absolute;top:50%; transform:translateY(-50%); width: 30px;height: 30px;overflow:hidden; opacity:1;  cursor:pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; z-index:99;background-position: center;background-repeat: no-repeat;background-image: url(../img/images/next1_03.png);}
.anli-prev:hover{background-image: url(../img/images/prev2_03.png);}
.anli-next:hover{background-image: url(../img/images/next2_03.png);}

.news{display: block;overflow: hidden;width: 100%;background-color: #f6f6f6;padding: 55px 10px 65px;}
.news_m{margin-top: 30px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_l{width: 50%;position: relative;z-index: 999;}
.news_limg{height: 290px;}
.news_limg img{width: 100%;height: 100%;}
.news_time{font-size: 16px;font-family: arial;color: #FFFFFF;padding: 30px 15px 15px 15px;background-color: #1163bd;width: 100px;position: absolute;top: 0;left: 0;z-index: 9999999;}
.news_time span{font-size: 57px;}
.news_lo{background-color: #FFFFFF;padding: 20px;}
.new_lt{font-size: 16px;color: #20478f;}
.news_lp{font-size: 12px;color: #000000;line-height: 24px;height: 50px;overflow: hidden;text-overflow: ellipsis;margin-top: 10px;}

.news_r{width: 48%;}
.news_rul li{width: 100%;background-color: #FFFFFF;padding: 15px;margin-bottom: 12px;}
.news_rul a{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.news_rl{font-size: 16px;font-family: arial;color: #5c5c5c;width: 130px;height: 100px;text-align: center;padding-top: 25px;border: 1px solid #CAC9C8;position: relative;}
.news_rl::after{width: 30px;height: 1px;display: block;content: "";background-color: #20478f;position: absolute;top:4px;left: 4px;}
.news_rl::before{width: 1px;height: 30px;display: block;content: "";background-color: #20478f;position: absolute;top:4px;left: 4px;}
.news_rl span{font-size: 48px;color: #20478f;}
.news_rr{width: calc(100% - 150px);}
.news_rrt{font-size: 16px;color: #000000;padding-top: 10px;}
.news_rrp{font-size: 12px;color: #000000;padding-top: 15px;height: 60px;overflow: hidden;text-overflow: ellipsis;}
.news_rul li:hover {background-color: #3a5c9c;}
.news_rul li:hover .news_rl{color: #FFFFFF;border-color: #FFFFFF;}
.news_rul li:hover .news_rl span{color: #FFFFFF;}
.news_rul li:hover .news_rl::after{background-color: #FFFFFF;}
.news_rul li:hover .news_rl::before{background-color: #FFFFFF;}
.news_rul li:hover .news_rrt{color: #FFFFFF;}
.news_rul li:hover .news_rrp{color: #FFFFFF;}

.fwlc{display: block;overflow: hidden;width: 100%;padding: 55px 10px;}
.fwlc_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.fwlc_ul li{width: 12%;text-align: center;}
.fwlc_p{color: #868686;font-size: 16px;}
.fwlc_ul li:hover .fwlc_img img{transform: rotateY(360deg);transition: all 2s}
.fwlc_ul li:hover .fwlc_p{color: #20478f;}

.footer{display: block;overflow: hidden;width: 100%;background-color: #2e3033;padding: 10px 0 45px;}
.youqin {padding: 25px 0;color: #FFFFFF;border-bottom: 1px solid #000;font-size: 14px;}
.youqin a{ color:#aaaaaa; padding:10px 20px;}
.youqin a:nth-child(1){color: #FFFFFF;font-size: 16px;}

.footer_m{display: flex;display: -ms-flexbox;display: -webkit-flex;margin-top: 40px;flex-wrap: wrap;}
.footer1{width: 285px;border-right: 1px solid #000000;}
.footer_tit{font-size: 16px;color: #FFFFFF;}
.footer_1ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 25px;}
.footer_1ul li{width: 50%;margin-bottom: 10px;}
.footer_1ul a{font-size: 14px;color: #aaaaaa;}
.footer2{width: 320px;padding-left: 30px;}

.footer3{width: 130px;}
.footer3 .footer_tit{text-align: center;}
.footer_3ul{width: 100%;margin-top: 25px;}
.footer_3ul li{width: 100%;margin-bottom: 10px;text-align: center;}
.footer_3ul a{display: block;font-size: 14px;color: #aaaaaa;}

.footer4{width: 330px;padding-left: 30px;border-left: 1px solid #000000;}
.footer_ph{font-size: 36px;color: #1163bd;font-family: impact;padding: 25px 0;}
.footer_mes{color: #aaaaaa;font-size: 14px;line-height: 40px;}

.footer5{padding-top: 10px;}
.footer_pp{text-align: center;color: #AAAAAA;}
.boot{width: 100%;text-align: center;padding: 15px 0;font-size: 12px;background-color: #27292b;color: #FFFFFF;}
/* 关于我们 */
.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(../img/images/abner_img_03.png);font-size: 18px;color: #FFFFFF;margin-bottom: 10px;background-size: cover;background-repeat: no-repeat;font-weight: bold;}
.about_ul{width: 100%;}
.about_ul>li{width: 100%;text-align: center;margin-bottom: 2px;}
.about_ul>li>a{display: block;color: #5e5e5e;background-color: #ededed;width: 100%;padding: 8px 0;}
.about_ul li:hover a{color: #FFFFFF;background-color: #20478f;}
.about_ul>li>a.on{color: #FFFFFF;background-color: #20478f;}
.about_B{margin-top: 30px;}
.aboutner_img{width: 100%;height: 130px;}
.aboutner_img img{width: 100%;height: 100%;}
.about_lp{font-size: 14px;background-color: #f6f6f6;padding: 20px 0 30px 15px;line-height: 30px;}
.abner_r{width: 74%;}
.abner_rt{padding: 10px 0;border-bottom: 2px solid #CCCCCC;font-size: 12px;color: #8a8a8a;display: flex;display:-ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.about_rtl{font-size: 18px;color: #222222;}
.abner_rt span{color: #20478f;}
.abner_p{margin-top: 30px;line-height: 30px;font-size: 14px;}
/* 产品中心 */
.proner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.proner_ul::after{width: 32.2%;content: "";}
.proner_ul li{width: 32.2%;margin-bottom: 20px;}
.proner_ul a{display: block;}
.proner_B{overflow: hidden;}
.proner_B video{ width: 100%; height: 165px;}
.proner_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 80%;transition: all 2s;}
.proner_p{width: 100%;height: 40px;line-height: 40px;text-align: center;color: #565656;background-color: #f2f2f2;margin-top: 4px;font-size: 16px;}
.proner_ul li:hover .proner_imgbg{transform: scale(1.2,1.2);}
.proner_ul li:hover .proner_p{background-color: #20478f;color: #FFFFFF;}
/* 视频展示 */
.video_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.video_ul::after{width: 48%;content: "";}
.video_ul li{width: 48%;margin-bottom: 20px;}
.video_ul a{display: block;}
.video_B{overflow: hidden;}
.video_B video{ width: 100%; height: 245px;}
.video_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 80%;transition: all 2s;}
.video_p{width: 100%;height: 40px;line-height: 40px;text-align: center;color: #565656;background-color: #f2f2f2;margin-top: 4px;font-size: 16px;}
.video_ul li:hover .video_imgbg{transform: scale(1.2,1.2);}
.video_ul li:hover .video_p{background-color: #20478f;color: #FFFFFF;}
/* 案例展示 */
.anliner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.anliner_ul::after{width: 32%;content: "";}
.anliner_ul li{width: 32%;margin-bottom: 20px;}
.anliner_ul a{display: block;}
.anliner_B{width:100%; overflow:hidden;}
.anlinerba_img{background-position: center;background-size: cover;background-repeat: no-repeat;padding-top: 80%;transition: all 2s;}
.anliner_ul li:hover  .anliba_img{border-color: #FC4E17;}
.anliner_p{text-align: center;color: #565656;background-color: rgba(209,207,208,0.8);padding: 10px 0;margin-top: -44px;transition: all 2s;}
.anliner_ul li:hover .anliner_p{color: #FFFFFF;background-color: rgba(32,71,143,0.8);}
/* 联系我们 */
.conner_m{margin-top: 30px;}
.conner_map{width: 100%;height: 300px;}
.conner_map iframe{width: 100%;height: 100%;}
.conner_p{font-size: 14px;color: #222222;padding-top: 20px;line-height: 30px;width: 100%;}
/* 新闻资讯 */
.newsner_ul{display:block; overflow:hidden;margin-top: 30px;}
.newsner_ul li{display:block; overflow:hidden; margin-bottom:30px;}
.newsner_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#ededed; }
.newsner_ul li a .xw_img{width:285px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.newsner_ul li a .xw_R{width:calc(100% - 285px); float:left; padding:25px 30px; color:#363636;}
.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:15px;}
.newsner_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:16px; font-size:12px; margin-top:15px;}
.newsner_ul li a:hover{background:#20478f;}
.newsner_ul li a:hover .xw_R{color:#fff;}
/* 产品详情 */
.cpxq_m{margin-top: 30px;}
.cpxq_t{text-align: center;font-size: 16px;color: #2e3033;}
.cpxq_img{text-align: center;padding: 20px 0;}
.cpxq_img img{ max-width:85%; height:auto;}
.cpxq_p{font-size: 14px;color: #222222;line-height: 30px;}
/* 新闻详情 */
.xwxq_m{margin-top: 30px;}
.xwxq_t{text-align: center;font-size: 16px;color: #2e3033;}
.xwxq_img{text-align: center;padding: 20px 0;}
.xwxq_p{font-size: 14px;color: #222222;line-height: 30px;}
@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
.nav>li>a{padding: 0 39px;}
.title_t::after{left: 210px;}
.title_t::before{right: 210px;}
/*END-头部+导航*/
.tab_ul a{width: 188px;}

/*首页内容*/
.fwlc_ul li{width: 12%;}
.fwlc_ul li .fwlc_img img{width: 100%;}

.youqin a{padding: 10px 10px;}
.footer1{width: 250px;}
.footer2{width: 250px;}
.footer3{width: 100px;}
.footer4{width: 280px;}
}

@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: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;}
.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-头部+导航*/

/*首页内容*/
.about_m{height: auto;}
.about_l{width: 100%;}
.about_r{width: 100%;}

.serve{height: auto;background-image: none;}
.serve_l{width: 100%;}
.serve_r{width: 100%;text-align: center;}

.title_t::after{left: 80px;}
.title_t::before{right: 80px;}
.news_l{width: 100%;}
.news_r{width: 100%;}

.tab_ul a {width: 170px;}
.tab_ul li:nth-child(5n){margin-right: 15px;}
.footer1{width: 40%;}
/*新闻中心*/
.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:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding: 20px 10px;}
.cpzx .title_t{text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center,url(../img/images/abner_img_03.png) no-repeat center center; background-size:auto,cover; font-size:20px; padding-left:20px;height: 60px;line-height: 60px;color: #FFFFFF;}
.cpzx .title_t::after{display: none;}
.cpzx .title_t::before{display: none;}
.tab_ul{display: none;}
.tab_ul li{width: 100%;margin-right: 0;}
.tab_ul li a{width: 100%;}
.tab_ul li:nth-child(5n){margin-right: 0px;}
.cpzs_ul{margin-top: 20px;}
.cpzs_ul li{width: 48%;}

.about_con{width: 100%;height: auto;}
.serve_r img{width: 100%;}

.title_t::after{left: 10px;width: 100px;}
.title_t::before{right: 10px;width: 100px;}
.title_t{font-size: 24px;}

.news_limg{height: auto;}

.news_time{text-align: center;padding: 10px;width: 80px;}
.news_time span{font-size: 30px;}

.news_rl{width: 80px;height: 80px;padding-top: 15px;}
.news_rl span{font-size: 30px;}
.news_rr{width: calc(100% - 90px);}
.news_rrp {padding-top: 0;height: 42px;}
.fwlc_ul li{width: 24%;}
.footer1{width: 100%;border-right: transparent;}
.footer_1ul{text-align: center;}
.footer_tit{text-align: center;}
.footer2{width: 100%;padding-left: 0;}
.footer3{width: 100%;}
.footer_3ul{display: flex;display: -ms-flexbox;display: -webkit-flex;}
/* 关于我们 */
.abner{padding: 20px 10px;}
.about_title{text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center,url(../img/images/abner_img_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%;margin-top: 20px;}
/* 产品中心 */
.proner_ul li{width: 48%;}
/* 视频中心 */
.video_ul li{width: 48%;}
.video_B video {
    width: 100%;
    height: 130px;
}
/* 案例展示 */
.anliner_ul li{width: 48%;}
/* 联系我们 */
.conner_map{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;}
.newsner_ul li a .xw_R .xw_txt{margin-top:2px; height:60px; line-height:20px;-webkit-line-clamp:3;}
/* 产品详情 */
.cpxq_img img{width: 100%;}
/* 新闻详情 */
.xwxq_img img{width: 100%;}
}
/*手机底部*/
.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*/