/*外部公共样式*/
@import url("bootstrap.min.css");
@import "../swiper/css/swiper.min.css";
@import url("../font-awesome/css/font-awesome.min.css");

/*END-外部公共样式*/
body{font-family: "微软雅黑";}
/*头部+导航+大图*/
.header{width:100%; position: relative;padding: 0px 0px;top: 0;left: 0;z-index: 999999;background-color: #0d59a6;}
.wrap{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.logo img{width:100%; max-width:548px; max-height:72px;}
.header_R {width: calc(100% - 548px);float: right;display: flex;align-items: center;justify-content: space-between;position: relative;}
a{ color:#222}
a:hover{ color:#f00}
/* 导航 */
nav {width: calc(100% - 50px - 200px) !important;z-index: 999999;position: relative;}
.nav{float: left;width: 100%;z-index: 999999;}
.nav>li{float: left;position: relative;width: 16.666666%;}
.nav>li>a {width: 100%;height: 120px;float: left;font-size: 16px;color: #FFFFFF;position: relative;overflow: hidden;line-height: 120px;text-align: center;position: relative;}
.nav>li>a::after{display: block;content: "";width: 0;height: 2px;background-color: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;transition: all .5s;}
.nav>li:hover>a::after{width: 100%;}
.nav>li>a.on::after{width: 100%;}

.nav_sub{display:none; width:100%; float:left;position:absolute; left:0; top:100%; z-index:999999;}
.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;background-color: #0d59a6;}
.nav_sub>dd>a:hover{background-color: #FFFFFF;color:#0d59a6;}
/* 搜索 */
.header_nav {display: flex;align-items: center;}
.header_dianhua{max-height: 26px;position: relative;z-index: 999999;}
.search {display: none;width: 360px;overflow: hidden;padding: 2px;position: absolute;right:0;top: 100%;background-color: #0d59a6;z-index: 9999;}
.search>input {width: calc(100% - 60px);float: left;height: 40px;line-height: 40px;padding: 0 10px;color: #000;font-size: 14px;}
.search>input::-webkit-input-placeholder {color: #c5c5c5;}
.search>input:-moz-placeholder {color: #c5c5c5;}
.search>button {width: 60px;float: left;height: 40px;background-color: #0d59a6;border: none;outline: none;cursor: pointer;color: #fff;font-size: 16px;}

.header_shou{background-image: url(../img/images/dianhua_03.png);background-repeat: no-repeat;background-position: left center;padding-left: 40px;font-size: 18px;color: #FFFFFF;width: 200px;font-weight: bold;}
/*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:6%; position:absolute;top:50%; margin-top:-35px; width:70px; 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:6%; position:absolute;top:50%; margin-top:-35px; width:70px; 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-头部+导航+大图*/
/*首页内容*/

.about{display: block;overflow: hidden;width: 100%;padding: 40px 10px 30px;background-image: url(../img/images/about_bg_10.png);background-size: cover;position: relative;top: -7px;}
.title{text-align: center;}
.tit_t{font-size: 25px;color: #505050;text-transform: uppercase;line-height: 25px;}
.tit_p{font-size: 36px;font-weight: bold;color: #000000;line-height: 36px;margin-top: 25px;}
.tit_p span{color: #054fa3;}
.tit_drop{max-height: 20px;margin: 20px 0;}
.tit_pp{font-size: 16px;color: #505050;}
.about_m{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;}
.about_l{width: 755px;}
.about_li{position: relative;}
.about_li::after{width: calc(100% - 30px);height: 482px;background-color: #FFFFFF;display: block;content: "";position: absolute;top: 50px;left: 0;}
.about_limg{position: relative;z-index: 9999;padding-left: 22px;max-height: 508px;}
.about_limg img{max-width: 100%;}
.about_r{width: calc(100% - 780px);font-size: 16px;color: #000000;line-height: 58px;}
.about_btn{width: 180px;height: 50px;line-height: 50px;border-radius: 25px;margin: 40px auto 0;background-image: linear-gradient(#155fb2,#367ecf);text-align: center;}
.about_btn a{display: block;color: #FFFFFF;font-size: 17px;text-transform: uppercase;}

.cpzs{display: block;overflow: hidden;width: 100%;padding: 45px 0px 20px 15px;background-image: url(../img/images/cpzs_bg_02.png);background-size: cover;margin-top: -7px;}
.cpzs .tit_t{color: #FFFFFF;}
.cpzs .tit_p{color: #FFFFFF;}
.cpzs .tit_p span{color: #FFFFFF;}
.cpzs .tit_pp{color: #FFFFFF;}
.cpzs_m{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.cpzs_l{width: 350px;}
.cpzs_lm{border: 1px solid #FFFFFF;}
.cpzs_lt{text-align: center;padding: 25px 0;background-color: #FFFFFF;}
.cpzs_lt1{font-size: 36px;font-weight: bold;color: #185799;line-height: 36px;}
.cpzs_lt2{font-size: 26px;color: #185799;line-height: 26px;margin-top: 10px;}
.cpzs_lul{width: 100%;}
.cpzs_lul>li{width: 100%;}
.cpzs_lul>li>a{line-height: 60px;padding: 0 53px 0 20px;border-bottom: 1px solid #CCCCCC;display: block;font-size: 22px;color: #FFFFFF;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.cpzs_lul>li>a::after{width: 33px;height: 33px;text-align: center;display: block;content: "";background-image: url(../img/images/cpzs_right_03.png);background-repeat: no-repeat;background-size: cover;position: absolute;top: 50%;transform: translateY(-50%);right: 20px;}
.cpzs_lul>li:last-child>a{border-bottom: transparent;}
.cpzs_lul>li:hover>a::after{background-image: url(../img/images/cpzs_down_03.png);}
.index_ul{width: 100%;display: none;}
.index_ul>li{line-height: 50px;padding: 0 20px;border-bottom: 1px solid #FFFFFF;background-image: linear-gradient(#155fb2,#367ecf);}
.index_ul>li>a{display: block;padding-left: 30px;background-image: url(../img/images/jiantou_03.png);background-position: left center;background-repeat: no-repeat;font-size: 22px;color: #FFFFFF;}
.index_ul>li:hover{background-image: linear-gradient(#0063d4,#0063d4);}
.cpzs_r{width: calc(100% - 370px);}
/* .cpzs_ul{width: calc(100% - 10px);margin-left: -5px;display: block;overflow: hidden;}
.cpzs_ul li{width: 367px;float: left;margin: 0 5px 12px 5px;background-color: #FFFFFF;} */
.cpzs_r .swiper-wrapper .swiper-slide{background-color: #FFFFFF;}
.cpzs_B{overflow: hidden;}
.cpzs_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 80%;transition: all .5s;}
.cpzs_p{text-align: center;}
.cpzs_p1{font-size: 22px;color: #000000;line-height: 22px;padding: 8px 0 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.cpzs_p2{display: flex;justify-content: center;align-items: center;line-height: 36px;font-size: 14px;color: #222222;border-top: 1px solid #aaaaaa;}
.cpzs_p2 span{width: 14px;height: 14px;border-radius: 7px;background-color: #000000;color: #FFFFFF;text-align: center;line-height: 14px;font-size: 11px;font-family: "宋体";margin-left: 10px;}
.cpzs_r .swiper-wrapper .swiper-slide:hover .cpzs_imgbg{transform: scale(1.2,1.2);}
.cpzs_btn{width: 180px;height: 50px;line-height: 50px;border-radius: 25px;margin: 10px auto 0;background-image: linear-gradient(#155fb2,#367ecf);text-align: center;border: 1px solid #FFFFFF;}
.cpzs_btn a{display: block;color: #FFFFFF;font-size: 17px;text-transform: uppercase;}

.anli{display: block;overflow: hidden;width: 100%;padding: 50px 10px 30px;background-image: url(../img/images/anli_bg_02.png);background-size: cover;}
.anli_m{margin-top: 55px;position: relative;}
.anli_m .swiper-slide{background-color: #FFFFFF;}
.anli_B{overflow: hidden;padding: 13px 13px 0;}
.anli_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 72%;transition: all .5s;}
.anli_p{text-align: center;}
.anli_p1{font-size: 20px;color: #000000;line-height: 22px;padding: 18px 0 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.anli_p2{display: flex;justify-content: center;align-items: center;line-height: 36px;font-size: 14px;color: #222222;border-top: 1px solid #aaaaaa;}
.anli_p2 span{width: 14px;height: 14px;border-radius: 7px;background-color: #000000;color: #FFFFFF;text-align: center;line-height: 14px;font-size: 11px;font-family: "宋体";margin-left: 10px;}
.anli_m .swiper-slide:hover .anli_imgbg{transform: scale(1.2,1.2);}
.anli_prev,.anli_next{width: 40px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #FFFFFF;position: absolute;top: 50%;transform: translateY(-50%);background-color: #054fa3;color: #FFFFFF;font-family: "宋体";font-size: 20px;}
.anli_prev{left: -60px;}
.anli_next{right: -60px;}
.anli_btn{width: 180px;height: 50px;line-height: 50px;border-radius: 25px;margin: 40px auto 0;background-image: linear-gradient(#155fb2,#367ecf);text-align: center;border: 1px solid #FFFFFF;}
.anli_btn a{display: block;color: #FFFFFF;font-size: 17px;text-transform: uppercase;}

.news{display: block;overflow: hidden;width: 100%;padding: 30px 10px 40px;background-image: url(../img/images/news_bg_21.png);background-size: cover;}
.news .tit_t{color: #FFFFFF;}
.news .tit_p{color: #FFFFFF;}
.news .tit_p span{color: #FFFFFF;}
.news .tit_pp{color: #FFFFFF;}
.news_ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.news_ul li{width: 24%;padding: 5px;background-color: #FFFFFF;}
.news_B{overflow: hidden;}
.news_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 71%;transition: all .5s;}
.news_p{padding: 0 10px 20px;border-bottom: 1px solid #CCCCCC;}
.news_pt{font-size: 16px;color: #2a2a2a;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 16px;margin: 15px 0 10px;}
.news_pp{font-size: 14px;color: #636363;line-height: 30px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;height: 90px;}
.news_boo{display: flex;justify-content: space-between;align-items: center;height: 80px;padding: 0 20px;}
.news_bol{width: 80px;height: 28px;text-align: center;line-height: 28px;border-radius: 14px;text-transform: uppercase;color: #FFFFFF;background-image: linear-gradient(#155fb2,#367ecf);}
.news_bor{font-size: 14px;color: #0068b7;}
.news_bor span{font-size: 18px;font-weight: bold;}
.news_ul li:hover .news_imgbg{transform: scale(1.2,1.2);}
.news_btn{width: 180px;height: 50px;line-height: 50px;border-radius: 25px;margin: 60px auto 0;background-image: linear-gradient(#155fb2,#367ecf);text-align: center;border: 1px solid #FFFFFF;}
.news_btn a{display: block;color: #FFFFFF;font-size: 17px;text-transform: uppercase;}

.footer{display: block;overflow: hidden;width: 100%;padding: 0px 0px;background-color: #e6e7e7;}
.f_top{background-image: url(../img/images/f_topbg_01.png);background-size: cover;text-align: center;font-size: 30px;color: #142c58;font-size: 30px;line-height: 42px;padding: 40px 10px;}
.f_m{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 50px 10px ;}
.f_1{width: 295px;}
.f_t{font-size: 14px;color: #ad8d4c;line-height: 36px;position: relative;}
.f_t::after{display: block;content: "";width: 60px;height: 1px;background-color: #ad8d4c;}
.f1_ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 14px;}
.f1_ul li{width: 50%;font-size: 14px;line-height: 14px;margin-bottom: 20px;}
.f1_ul li a{color: #ad8d4c;}

.f2_ul{margin-top: 14px;}
.f2_ul li{font-size: 14px;line-height: 14px;margin-bottom: 20px;}
.f2_ul li a{color: #ad8d4c;}

.f_3p{font-size: 14px;color: #ad8d4c;line-height: 30px;margin-top: 4px;}

.f_4{width: 130px;}
.f_er{width: 100%;}
.f_er1{width: 100%;}
.f_erimg img{width: 100%;}
.f_erp{text-align: center;font-size: 16px;color: #ad8d4c;line-height: 16px;}
.f_er2{width: 100%;margin-top: 30px;}

.f_5{width: 402px;}
.f_5m{display: flex;justify-content: space-between;flex-wrap: wrap;}
.f_5l{width: 178px;border: 2px solid #AD8D4C;padding: 25px 30px 40px;}
.f_5t{text-align: center;}
.f_5t img{max-width: 100%;}
.f_5p{text-align: center;font-size: 20px;color: #ad8d4c;padding: 33px 0 40px;}
.f_5k{width: 100px;height: 2px;background-color: #ad8d4c;}
.f_5dian{font-size: 20px;color: #ad8d4c;text-align: center;margin-top: 40px;line-height: 30px;}

.f_lbo{display: block;overflow: hidden;width: 100%;padding: 15px 10px 8px;background-image: url(../img/images/f_topbg_01.png);background-size: cover;}
.f_lbom{display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;align-items: center;}

.bootom{display: block;overflow: hidden;line-height: 60px;font-size: 14px;color: #054fa3;padding: 0 10px;text-align: center;}
/* 产品展示 */
.proner_top{top: -7px;display: block;overflow: hidden;width: 100%;line-height: 66px;position: relative;border-bottom: 1px solid #CCCCCC;}
.proner_topp{font-size: 22px;color: #000000;}
.proner{display: block;overflow: hidden;width: 100%;padding: 23px 10px;}
.proner_m{display: flex;justify-content: space-between;flex-wrap: wrap;}
.proner_l{width: 350px;}
.proner_lm{border: 1px solid #CCCCCC;}
.proner_lt{text-align: center;padding: 25px 0;background-color: #0068b7;}
.proner_lt1{font-size: 36px;font-weight: bold;color: #FFFFFF;line-height: 36px;}
.proner_lt2{font-size: 26px;color: #FFFFFF;line-height: 26px;margin-top: 10px;}
.proner_lul{width: 100%;}
.proner_lul>li{width: 100%;}
.proner_lul>li>a{line-height: 48px;padding: 0 53px 0 20px;border-bottom: 1px solid #CCCCCC;display: block;font-size: 18px;color: #000000;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.proner_lul>li>a::after{width: 33px;height: 33px;text-align: center;display: block;content: "";background-image: url(../img/images/proner_rig_03.png);background-repeat: no-repeat;background-size: cover;position: absolute;top: 50%;transform: translateY(-50%);right: 20px;}
.proner_lul>li:last-child>a{border-bottom: transparent;}
.proner_lul>li:hover>a::after{background-image: url(../img/images/proner_drop_03.png);}
.proindex_ul{width: 100%;display: none;}
.proindex_ul>li{line-height: 48px;padding: 0 20px;border-bottom: 1px solid #FFFFFF;background-image: linear-gradient(#155fb2,#367ecf);}
.proindex_ul>li>a{display: block;padding-left: 30px;background-image: url(../img/images/jiantou_03.png);background-position: left center;background-repeat: no-repeat;font-size: 18px;color: #FFFFFF;}
.proindex_ul>li:hover{background-image: linear-gradient(#0063d4,#0063d4);}
.proner_r{width: calc(100% - 370px);}
.proner_ul{width: calc(100% + 10px);margin-left: -5px;display: block;overflow: hidden;}
.proner_ul li{width: 300px;float: left;margin: 0 5px 12px 5px;background-color: #FFFFFF;border: 1px solid #CCCCCC;}
.proner_B{overflow: hidden;}
.proner_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 80%;transition: all .5s;}
.proner_p1{text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 36px;font-size: 18px;color: #000000;}
.proner_p2{border-top: 1px solid #CCCCCC;font-size: 14px;color: #777777;padding: 10px;line-height: 30px;max-height: 140px;overflow: hidden;text-overflow: ellipsis;}
.proner_p3{display: flex;justify-content: center;align-items: center;line-height: 36px;font-size: 14px;color: #222222;}
.proner_p3 span{width: 14px;height: 14px;border-radius: 7px;background-color: #000000;color: #FFFFFF;text-align: center;line-height: 14px;font-size: 11px;font-family: "宋体";margin-left: 10px;}
.proner_ul li:hover .proner_imgbg{transform: scale(1.2,1.2);}

.cpxq_t{text-align: center;font-size: 18px;line-height: 45px;}
.cpxq_xq{display: flex;justify-content: space-between;flex-wrap: wrap;}

.cpxq_img{text-align: center;width: 30%;}
.cpxq_img img{max-width: 100%;}
.cpxq_p{font-size: 16px;line-height: 35px;width: 68%;}
.cpxq_pp{font-size: 16px;line-height: 35px;}
.cpxq_pp table{max-width: 100%;}
.cpxq_pp table td{ border:1px solid #CCCCCC}
.cpxq_img11{text-align: center;width: 100%;}
.cpxq_img11 img{max-width: 100%;}

/* 案例展示 */
.anliner_ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.anliner_ul li{width: 32%;margin-bottom: 20px;border: 1px solid #CCCCCC;}
.anliner_ul::after{width: 32%;content: "";}
.anliner_B{overflow: hidden;padding: 13px 13px 0;}
.anliner_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 72%;transition: all .5s;}
.anliner_p{text-align: center;}
.anliner_p1{font-size: 20px;color: #000000;line-height: 56px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.anliner_p2{display: flex;justify-content: center;align-items: center;line-height: 36px;font-size: 14px;color: #222222;border-top: 1px solid #aaaaaa;}
.anliner_p2 span{width: 14px;height: 14px;border-radius: 7px;background-color: #000000;color: #FFFFFF;text-align: center;line-height: 14px;font-size: 11px;font-family: "宋体";margin-left: 10px;}
.anliner_ul li:hover .anliner_imgbg{transform: scale(1.2,1.2);} 
/* 新闻资讯 */
.xw_ul{width: 100%;}
.xw_ul li{padding: 22px;margin-bottom: 20px;background-color: #f4f4f4;border: 1px solid transparent;transition: all .5s;}
.xw_ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;}
.xw_l{width: 215px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.xw_r{width: calc(100% - 250px);}
.xw_rt{font-size: 18px;color: #000000;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height:18px;margin-top: 8px;}
.xw_rp{font-size: 14px;color: #6c6c6c;line-height: 28px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;margin-top: 20px;height: 56px;}
.xw_rbtn{width: 85px;height: 24px;line-height: 24px;text-align: center;font-size: 13px;color: #FFFFFF;background-color: #d4d4d4;margin-top: 20px;}
.xw_ul li:hover{background-color: transparent;border-color: #000000;}
.xw_ul li:hover .xw_rbtn{background-color: #0480c8;}

.xwxq_t{text-align: center;font-size: 18px;line-height: 45px;}
.xwxq_img{text-align: center;}
.xwxq_img img{max-width: 100%;}
.xwxq_p{font-size: 16px;line-height: 35px;}
.xwxq_p table{max-width: 100%;}
.xwxq_p table td{ border:1px solid #CCCCCC}
/* 关于我们 */
.abner{display: flex;justify-content: space-between;flex-wrap: wrap;}
.abner_l{width: 49%;}
.abner_l img{max-width: 100%;}
.abner_r{width: 100%;font-size: 16px;color: #000000;line-height: 36px;}
/* 联系我们 */
.conner{display: flex;justify-content: space-between;flex-wrap: wrap;}
.conner_p{width: 49%;font-size: 14px;line-height: 30px;}
.map{width: 49%;height: 400px;}
.map iframe{width: 100%;height: 100%;border: transparent;}
@media (max-width:1680px) {
.cpzs{padding: 45px 10px 20px;}
.cpzs_ul{width: 102%;margin-left: -1%;}
.cpzs_ul li{margin: 0 1% 10px 1%;width: 23%;}
/* 产品展示 */
.proner_top{padding: 0 10px;}
.proner{padding: 45px 10px 20px;}
.proner_ul{width: 102%;margin-left: -1%;}
.proner_ul li{margin: 0 1% 10px 1%;width: 23%;}
}
@media (max-width:1400px) {
.header_R{width: calc(100% - 500px);}

.about_li::after{height: calc(100% - 30px);}
.about_l{width: 40%;}
.about_r{width: 58%;line-height: 30px;}
/* 产品展示 */
.proner{padding: 45px 10px 20px;}
.proner_ul{width: 102%;margin-left: -1%;}
.proner_ul li{margin: 0 1% 10px 1%;width: 31%;}
}
@media (max-width:1200px) {
/*头部+导航*/
.header{padding:0px 1%;}
.logo img{max-width: 300px;}
.header_R{width: calc(100% - 300px);}
/*END-头部+导航*/
/*首页内容*/

.f_1{width: 280px;}
.f_4{width: 180px;}

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu span{width:100%; height:6px; float:left;  background:#FFFFFF;}
.logo a{background-image: none;}
.topbox{padding:0 10px;}
.header{padding:0;box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:calc(100% - 40px); padding:20px 10px;}
.logo img{max-width: 100%;}
nav{width: 100% !important;}
.nav {display:none; width:150px;position:absolute; right:10px; top:0;background-color: #007AFF;}
.nav>li{width:100%; border-bottom:1px solid #CCCCCC; margin:0; background:none;border-left: transparent;}
.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;}
.header_R{width: 100%;position: relative;}
/*END-头部+导航*/
/*首页内容*/

.cpzs_ul li{width: 31%;}
/* 关于我们 */
.abner_l{width: 100%;}
.abner_r{width: 100%;}
/* 联系我们 */
.conner_p{width: 100%;}
.map{width: 100%;}
}

@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-头部+导航*/
/*首页内容*/
.about{padding: 10px;}
.tit_t{font-size: 20px;line-height: 20px;}
.tit_p{font-size: 18px;line-height: 18px;margin-top: 5px;}
.tit_drop{display: none}
.tit_pp{margin-top: 5px;}
.about_m{margin-top: 10px;}
.about_l{width: 100%;}
.about_li::after{display: none;}
.about_limg{padding-left: 0;}
.about_r{width: 100%;line-height: 25px;height: 175px;overflow:hidden;}
.about_btn{margin: 6px auto 0;}

.cpzs{padding: 10px;}
.cpzs_m{margin-top: 10px;}
.cpzs_l{width: 100%;}
.cpzs_lt{padding: 0;background-color: transparent;}
.cpzs_lt1{height:50px; line-height:50px; text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center;background-size:auto,cover; font-size:18px; padding-left:10px;color: #FFFFFF;border-bottom: 1px solid #CCCCCC;}
.cpzs_lt2{display: none;}
.cpzs_lul{display: none;}
.cpzs_lul>li>a{line-height: 40px;font-size: 16px;padding: 0 38px 0 10px;}
.cpzs_lul>li>a::after{width: 28px;height: 28px;right: 10px;}
.index_ul{display: block;}
.index_ul>li{line-height: 40px;}
.index_ul>li>a{font-size: 16px;}
.cpzs_r{width: 100%;margin-top: 10px;}
.cpzs_ul li{width: 48%;}
.cpzs_p1{font-size: 16px;line-height: 16px;}
.cpzs_btn{margin: 0 auto;margin-top:10px;}

.anli{padding: 10px;}
.anli_m{margin-top: 10px;}
.anli_B{padding: 5px 5px 0;}
.anli_p1{font-size: 16px;padding: 8px 0 5px;}
.anli_btn{margin: 10px auto 0;}

.news{padding: 10px;}
.news_ul{margin-top: 10px;}
.news_ul li{width: 100%;margin-bottom: 10px;padding: 5px 5px 0;}
.news_p{padding: 0 10px 10px;}
.news_btn{margin: 0 auto;}
.news_boo{padding: 0;height: 40px;}

.bootom{line-height: 30px;padding: 10px;}
/* 产品展示 */
.proner_top{padding: 0 10px;line-height: 40px;}
.proner_topp{font-size: 16px;}
.proner{padding: 0px 10px 10px;}
.proner_l{width: 100%;}
.proner_lt{padding: 0;}
.proner_lt1{height:50px; line-height:50px; text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center;background-size:auto,cover; font-size:18px; padding-left:10px;color: #FFFFFF;border-bottom: 1px solid #CCCCCC;}
.proner_lt2{display: none;}
.proner_lul{display: none;}
.proner_lul>li>a{line-height: 40px;font-size: 16px;padding: 0 38px 0 10px;}
.proner_lul>li>a::after{width: 28px;height: 28px;right: 10px;}
.proindex_ul{display: block;}
.proindex_ul>li{line-height: 40px;}
.proindex_ul>li>a{font-size: 16px;}
.proner_r{width: 100%;margin-top: 10px;}
.proner_ul{width: 102%;margin-left: -1%;}
.proner_ul li{margin: 0 1% 10px 1%;width: 48%;}
.proner_p1{font-size: 16px;}
.proner_p2{padding: 5px;max-height: 130px;}

.cpxq_img{margin-right: 0;width: 100%;}
.cpxq_p{width: 100%;}
/* 案例展示 */
.anliner_ul li{width: 48.5%;margin-bottom: 10px;}
.anliner_B{padding: 5px 5px 0;}
.anliner_p1{font-size: 16px;line-height: 30px;}
/* 新闻资讯 */
.xw_ul li{padding: 10px;margin-bottom: 10px;}
.xw_l{width: 110px;}
.xw_r{width: calc(100% - 120px);}
.xw_rt{margin-top: 0;font-size: 16px;line-height: 16px;}
.xw_rp{margin-top: 5px;}
.xw_rbtn{margin-top: 5px;}
}
/*手机底部*/
.hot{width:100%;background:#ad8d4c; position:fixed; bottom:0; left:0; z-index:9900000; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;color: #FFFFFF;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
/* .hot .text-center:hover{background-color: #007AFF;} */

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #666666;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}