/*外部公共样式*/
@import url("bootstrap.min.css");
@import "../swiper/css/swiper.min.css";
@import url("../font-awesome/css/font-awesome.min.css");

/*END-外部公共样式*/
body{font-family: "微软雅黑";}
/*头部+导航+大图*/
.topbox{width:100%; background-color: #f6f6f6; line-height:36px; font-size:14px; color:#666666;}
.topbox a{ color:#666666; margin:0 5x;background-repeat: no-repeat;background-position: left center;padding-left: 20px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#192847; text-decoration:underline !important;}
a{ color:#222;}
.header{width:100%; position: relative;padding: 10px 0;top: 0;left: 0;z-index: 999999;}
.logo img{width:100%; max-width:552px; max-height:95px;}

.header_dianhua{background:url(../img/images/dianhua_07.png) no-repeat left center; padding-left:60px;font-size: 14px;color: #131313;margin-top: 19px;}
.header_dianhua span{font-size: 26px;color: #0343f0;margin-top: 5px;font-weight: bold;display: block;}

nav{position:relative; left:0; top:0; z-index:999999;background: -webkit-linear-gradient(top,#2962ff 50%,#0343f0 50%);width: 100%;background:linear-gradient(top,#2962ff 50%,#0343f0 50%);}
.nav{width:100%;}
.nav>li{position:relative;width: 16.6666%;}
.nav>li>a{width:100%;height: 50px;line-height: 50px;font-size:16px; color:#ffffff; text-align:center;position: relative;}
.nav>li>a::after{display: block;content: "";width: 1px;height: 20px;border-left: 2px dashed #FFFFFF;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.nav>li:nth-child(1)>a::before{display: block;content: "";width: 1px;height: 20px;border-left: 2px dashed #FFFFFF;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.nav>li:hover>a{color:#fff;background: -webkit-linear-gradient(top,#f28605 50%,#eb6b2d 50%);background:linear-gradient(top,#f28605 50%,#eb6b2d 50%);}
.nav>li:hover>a::after{display: none;}
.nav>li:hover>a::before{display: none;}
.nav>li>a.on{background: -webkit-linear-gradient(top,#f28605 50%,#eb6b2d 50%);background:linear-gradient(top,#f28605 50%,#eb6b2d 50%);color:#fff;}
.nav>li>a.on::after{display: none;}
.nav>li>a.on::before{display: none;}
.nav_sub{display:none; width:100%; float:left; padding-top:2px; 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: -webkit-linear-gradient(top,#2962ff 50%,#0343f0 50%);background:linear-gradient(top,#2962ff 50%,#0343f0 50%);}
.nav_sub>dd>a:hover{background: -webkit-linear-gradient(top,#f28605 50%,#eb6b2d 50%);background:linear-gradient(top,#f28605 50%,#eb6b2d 50%); 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: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-头部+导航+大图*/
.return{position: fixed;right: 0;bottom: 0;width: 30px;height: 30px;z-index: 9999999999999;}
.return img{max-width: 100%;}
/*首页内容*/
.search{width:100%;box-sizing: border-box;display: block;clear: both;position: relative;top: -30px;z-index: 9999;}
.sech{width: 100%;height: 50px;background-color: #ffffff;box-shadow: 0px 4px 4px #CCCCCC;}
.search_form{width:430px; float:left;background-color: #2962ff;padding: 0px 30px;height: 50px;}
.sercbor{border-bottom: 1px dashed #FFFFFF;display: block;overflow: hidden;padding: 5px 0;}
.search_inp1{width:calc(100% - 46px); float:left; height:30px;font-family:SimSun; font-size:14px;color: #FFFFFF;background-color: transparent;}
.search_inp1::-webkit-input-placeholder{color:#FFFFFF;} 
.search_inp1:-moz-placeholder{color:#FFFFFF;} 
.search_btn{width:46px; float:left; height:30px; background:url(../img/images/serch_03.png) no-repeat center center ;}
.search_txt{display:block; overflow:hidden; font-size:14px; color:#333333; line-height:50px;padding-left: 35px;}
.search_txt>span{float:left;font-size: 18px;color: #2962ff;}
.search_txt>a{color:#000; margin:0 10px;}
.search_txt>a:hover{color:#2962ff; text-decoration:underline!important;}

.cpzs{display: block;overflow: hidden;width: 100%;padding: 35px 10px;background-image: url(../img/images/cpzs_bg_02.png);background-size: cover;}
.cpzs_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.cpzs_l{width: 260px;}
.cpzs_tit{text-align: center;background-image: url(../img/images/cpzs_titbg_17.png);padding: 18px 0;background-size: cover;}
.cpzs_t1{font-size: 28px;color: #ffffff;line-height: 28px;}
.cpzs_t2{font-size: 18px;font-family: arial;color: #FFFFFF;text-transform: uppercase;line-height: 18px;margin-top: 15px;}
.cpzs_lul{width: 100%;border: 1px solid #CCCCCC;}
.cpzs_lul li{border-bottom: 1px dashed #CCCCCC;line-height: 52px;padding-left: 60px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;transition: all .5s;}
.cpzs_lul li a{display: block;font-size: 16px;color: #131313;}
.cpzs_lul li:last-child{border-bottom: transparent;}
.cpzs_lul li::after{width: 8px;height: 8px;border: 2px solid #CCCCCC;display: block;content: "";position: absolute;top: 50%;transform: translateY(-50%);left: 40px;border-radius: 4px;}
.cpzs_lul li:hover{background-color: #0075e6;}
.cpzs_lul li:hover a{color: #FFFFFF;}
.cpzs_lul li:hover::after{border-color: #FFFFFF;}
.cpzs_lian{margin-top: 10px;border: 1px solid #CCCCCC;}
.cpzs_liant{text-align: center;font-size: 24px;color: #FFFFFF;line-height: 50px;background-color: #0075e6;}
.cpzs_liant span{font-size: 16px;text-transform: uppercase;}
.cpzs_lianimg img{width: 100%;}
.cpzs_lianp{font-size: 14px;color: #3a3a3a;padding: 10px 20px 10px;line-height: 30px;}
.cpzs_r{width: calc(100% - 280px);padding: 10px 0px 0;}

.cpzs_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.cpzs_ul li{width: 298px;border: 1px solid #CCCCCC;margin-bottom: 15px;background-color: #FFFFFF;}
.cpzs_ul::after{width: 298px;content: "";}
.cpzs_B{overflow: hidden;padding: 1px;}
.cpzs_imgbg{background-position: center;background-size: cover;padding-top: 83%;transition: all 2s;}
.cpzs_p{padding: 0 35px 25px;}
.cpzs_pt{color: #131313;text-align: center;font-size: 18px;line-height: 70px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.cpzs_pm{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;font-size: 14px;color: #FFFFFF;}
.cpzs_pl{width: 100px;height: 30px;text-align: center;line-height: 30px;background-color: #999999;}
.cpzs_pr{width: 100px;height: 30px;text-align: center;line-height: 30px;background-color: #0075e6;}
.cpzs_ul li:hover .cpzs_imgbg{transform: scale(1.2,1.2);}
.cpzs_ul li:hover .cpzs_pt{color: #0075E6;}
.cpzs_btn{width: 170px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #0075e6;border-radius: 5px;margin: 50px auto 0;transition: .25s;overflow: hidden;}
.cpzs_btn a{font-size: 14px;color: #0075e6;display: block;}
.cpzs_btn:hover a{background-color: #0075E6;color: #FFFFFF;}

.about{display: block;overflow: hidden;width: 100%;position: relative;}
.about_m{display: flex;justify-content: space-between;flex-wrap: wrap;}
.about_l::after{width: 50%;height: 100%;display: block;content: "";background-image: url(../img/images/about_lbg_28.png);background-position: center;background-repeat: no-repeat;position: absolute;left: 0;top: 0;z-index: 1;background-size: cover;}

.about_l{width: 50%;}
.about_lxq{position: relative;z-index: 999;padding: 85px 55px 85px 0;}
.about_p1{font-size: 34px;color: #FFFFFF;line-height: 50px;position: relative;}
.about_p1::after{width: 166px;height: 2px;background-color: #FFFFFF;position: absolute;bottom: 0;left: 0;display: block;content: "";z-index: 2;}
.about_p1::before{width: 42px;height: 2px;background-color: #F28605;position: absolute;bottom: 0;left: 0;display: block;content: "";z-index: 22;}
.about_p1 span{font-size: 60px;color: #f28605;text-transform: uppercase;}
.about_p2{font-size: 24px;font-weight: bold;color: #FFFFFF;margin-top: 20px;}
.about_p3{font-size: 16px;color: #ffffff;line-height: 34px;margin-top: 30px;}
.about_btn{width: 140px;height: 40px;text-align: center;line-height: 40px;margin-top: 45px;}
.about_btn a{font-size: 14px;color: #0075e6;display: block;background-color: #FFFFFF;}
.about_btn a:hover{background-color: #0075E6;color: #FFFFFF;}
.about_r{background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;width: 50%;height: 100%;right: 0;top: 0;z-index: 2;}

.ys{display: block;overflow: hidden;width: 100%;padding: 35px 10px;}
.ys_tit{text-align: center;}
.ys_titbg{text-align: center;}
.ys_titbg img{max-width: 100%;}
.ys_t1{font-size: 36px;font-weight: bold;color: #131313;line-height: 60px;}
.ys_t1 span{font-size: 70px;font-weight: bold;color: #0075e6;}
.ys_t2{font-size: 16px;color: #555555;}
.ys_m{margin-top: 40px;}
.ys_one{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ys_l{width: 46%;}
.ys_l1{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 45px;}
.ys_ll{width: 70px;background-image: url(../img/images/ystit_bg_03.png);background-repeat: no-repeat;font-size: 30px;font-weight: bold;color: #FFFFFF;padding: 20px 0 0 10px;position: relative;}
.ys_ll::after{width: 30px;height: 2px;display: block;content: "";background-color: #FFFFFF;position: absolute;top: 60px;left: 14px;}
.ys_lr{width: calc(100% - 80px);}
.ys_lr1{font-size: 24px;font-weight: bold;color: #131313;border-bottom: 1px dashed #131313;padding-bottom: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ys_lr2{font-size: 14px;color: #696969;line-height: 30px;margin-top: 15px;}
.ys_l2{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 55px;}
.ys_r{width: 46%;}
.ys_r img{max-width: 100%;}
.ys_two{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: -75px;}
.ys_two .ys_l1{margin-top: 120px;}

.henfu{display: block;overflow: hidden;width: 100%;background-image: url(../img/images/henfu_bg_38.png);background-size: cover;padding: 50px 10px;}
.henfu_m{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.henfu_t1{font-size: 30px;color: #ffffff;line-height: 34px;}
.henfu_t2{font-size: 22px;color: #ffffff;margin-top: 15px;line-height: 30px;}
.henfu_r{width: 182px;height: 45px;text-align: center;line-height: 45px;background-color: #f28605;}
.henfu_r a{font-size: 18px;color: #FFFFFF;}

.anli{display: block;overflow: hidden;width: 100%;padding: 40px 10px;}
.anli_tit{font-size: 30px;font-weight: bold;color: #0075e6;padding-left: 20px;padding-top: 5px;line-height: 30px;border-left: 6px solid #0075e6;}
.anli_tit span{font-size: 18px;font-family: arial;color: #8e8d8d;margin-left: 10px;}
.anli_p{display: block;overflow: hidden;line-height:16px;margin-top: 25px;}
.anli_pl{font-size: 16px;color: #555555;}
.anli_pr a{font-size: 14px;color: #333333;}
.anli_m{margin-top: 30px;}
.anli_B{overflow: hidden;}
.anli_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 84%;transition: all 2s;}
.anli_lp{line-height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;color: #FFFFFF;background-color: #a9aeb1;text-align: center;transition: .5s;}
.anli_m .swiper-slide:hover .anli_imgbg{transform: scale(1.2,1.2);}
.anli_m .swiper-slide:hover .anli_lp{background-color: #2962ff;}

.news{display: block;overflow: hidden;width: 100%;padding: 55px 10px;background-image: url(../img/images/news_bg_02.png);background-size: cover;}
.news_tit{text-align: center;}
.news_t1{font-size: 30px;color: #0075e6;line-height: 30px;}
.news_t2{font-size: 18px;font-family: arial;color: #0075e6;text-transform: uppercase;margin-top: 20px;line-height: 18px;}
.news_t3{margin-top: 20px;font-size: 16px;color: #555555;}
.news_ul{margin-top: 45px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_ul li{width: 49%;padding: 5px 10px;border: 1px solid #CCCCCC;margin-bottom: 25px;background-color: #FFFFFF;transition: all 1s;}
.news_ul li a{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_l{width: 175px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.news_r{width: calc(100% - 175px);padding: 18px 0 18px 18px;}
.news_t{font-size: 18px;color: #131313;line-height: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_p{font-size: 14px;color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 14px;margin-top: 20px;}
.news_txt{margin-top: 20px;font-size: 14px;color: #666666;line-height: 14px;}
.news_ul li:hover{background-color: #0075E6;}
.news_ul li:hover .news_t{color: #FFFFFF;}
.news_ul li:hover .news_p{color: #FFFFFF;}
.news_ul li:hover .news_txt{color: #FFFFFF;}
.news_btn{width: 170px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #0075E6;border-radius: 5px;margin: 30px auto 0;transition: all 1s;transition: .25s;overflow: hidden;}
.news_btn a{font-size: 14px;color: #0075e6;display: block;}
.news_btn:hover a{background-color: #0075E6;color: #FFFFFF;}

.footer{display: block;overflow: hidden;width: 100%;padding: 0px 10px 0;background-image: url(../img/images/footer_bg_48.png);background-size: cover;background-repeat: no-repeat;}
.f_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 45px 10px;}
.f1{width: 410px;}
.f_tit{text-decoration: underline;font-size: 16px;color: #FFFFFF;}
.f_inp{margin-top: 30px;}
.message_form{display:block; overflow:hidden; max-width:280px;}
.message_B{width:100%; float:left; margin-bottom:18px;}
.message_sp{width:52px; float:left; height:26px; line-height:26px; font-size:14px; color:#ffffff; padding-right:10px; text-align:right;}
.message_inp1{width:calc(100% - 52px); float:left; height:26px; line-height:26px; border:1px solid #82807e; padding:0 10px; font-size:16px; color:#FFFFFF;background-color: transparent;border-radius: 5px;}
.message_inp2{width:calc(100% - 52px); float:left; height:56px; line-height:22px; border:1px solid #82807e; padding:10px; font-size:16px; color:#FFFFFF; outline:none;background-color: transparent;border-radius: 5px;}
.message_btn{width:90px; height:28px; font-size:14px; color:#fff;border-radius: 3px;}
.message_btn1{background:#2962ff;color: #FFFFFF;}

.f2{width: auto;}
.f2_p{margin-top: 16px;line-height: 38px;font-size: 14px;color: #FFFFFF;}

.f3{width: 230px;}
.f3_xq{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 28px;}
.f3_img img{max-width: 100%;}
.f3_p{text-align: center;color: #FFFFFF;}

.boot{padding: 0 10px;font-size: 14px;color: #FFFFFF;line-height: 45px;background-color: #2962ff;display: block;overflow: hidden;margin-top: -2px;}
/* 工程现场 */
.proner{display: block;overflow: hidden;width: 100%;padding: 0 10px 40px;}
.proner_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_l{width: 260px;}
.proner_tit{text-align: center;background-image: url(../img/images/cpzs_titbg_17.png);padding: 18px 0;background-size: cover;}
.proner_t1{font-size: 28px;color: #ffffff;line-height: 28px;}
.proner_t2{font-size: 18px;font-family: arial;color: #FFFFFF;text-transform: uppercase;line-height: 18px;margin-top: 15px;}
.proner_lul{width: 100%;border: 1px solid #CCCCCC;}
.proner_lul li{border-bottom: 1px dashed #CCCCCC;line-height: 52px;padding-left: 60px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;transition: all .5s;}
.proner_lul li a{display: block;font-size: 16px;color: #131313;}
.proner_lul li:last-child{border-bottom: transparent;}
.proner_lul li::after{width: 8px;height: 8px;border: 2px solid #CCCCCC;display: block;content: "";position: absolute;top: 50%;transform: translateY(-50%);left: 40px;border-radius: 4px;}
.proner_lul li:hover{background-color: #0075e6;}
.proner_lul li:hover a{color: #FFFFFF;}
.proner_lul li:hover::after{border-color: #FFFFFF;}
.proner_lian{margin-top: 10px;border: 1px solid #CCCCCC;}
.proner_liant{text-align: center;font-size: 24px;color: #FFFFFF;line-height: 50px;background-color: #0075e6;}
.proner_liant span{font-size: 16px;text-transform: uppercase;}
.proner_lianimg img{width: 100%;}
.proner_lianp{font-size: 14px;color: #3a3a3a;padding: 10px 20px 10px;line-height: 30px;}
.proner_r{width: calc(100% - 280px);}
.proner_rtit{display: flex;justify-content: space-between;flex-wrap: wrap;line-height: 42px;background-color: #e9e9e9;}
.proner_rtl{width: 146px;text-align: center;background-color: #0075e6;color: #ffffff;font-size: 18px;}
.proner_rtr{width: calc(100% - 146px);padding-right: 15px;text-align: right;font-size: 14px;color: #999999;}
.proner_main{margin-top: 20px;}
.proner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_ul li{width: 298px;border: 1px solid #CCCCCC;margin-bottom: 15px;background-color: #FFFFFF;}
.proner_ul::after{width: 298px;content: "";}
.proner_B{overflow: hidden;padding: 1px;}
.proner_imgbg{background-position: center;background-size: cover;padding-top: 83%;transition: all 2s;}
.proner_p{padding: 0 35px 25px;}
.proner_pt{color: #131313;text-align: center;font-size: 18px;line-height: 70px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.proner_pm{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;font-size: 14px;color: #FFFFFF;}
.proner_pl{width: 100px;height: 30px;text-align: center;line-height: 30px;background-color: #999999;}
.proner_pr{width: 100px;height: 30px;text-align: center;line-height: 30px;background-color: #0075e6;}
.proner_ul li:hover .proner_imgbg{transform: scale(1.2,1.2);}
.proner_ul li:hover .proner_pt{color: #0075E6;}

.cpxq_tit{font-size: 18px;text-align: center;}
.cpxq_img{text-align: center;margin-top: 20px;}
.cpxq_img img{max-width: 100%;}
.cpxq_p{font-size: 14px;line-height: 30px;margin-top: 10px;}
/* 关于我们 */
.abner_p{font-size: 16px;line-height: 34px;}
/* 案例展示 */
.anliner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.anliner_ul li{width: 32%;margin-bottom: 15px;}
.anliner_ul::after{width: 32%;content: "";}
.anliner_B{overflow: hidden;border: 1px solid #CCCCCC;}
.anliner_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 83%;transition: all 2s;}
.anliner_p{line-height: 40px;text-align: center;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #131313;border: 1px solid #CCCCCC;margin-top: 5px;transition: all .25s;}
.anliner_ul li:hover .anliner_B{border-color: #0075E6;}
.anliner_ul li:hover .anliner_imgbg{transform: scale(1.2,1.2);}
.anliner_ul li:hover .anliner_p{background-color: #0075E6;color: #FFFFFF;border-color: #0075E6;}
/* 资讯动态 */
.news-ul{display:block;padding:15px 0;}
.news-ul li{width:100%;margin-bottom:20px;border: 1px solid #d2d2d2;background-color: #fff;padding:15px;transition: all 0.25s;}
.news-ul li a{display:flex;color:#333;}
.news-ul li a .pic{width:200px;position:relative;overflow:hidden;}
.news-ul li a .pic:before{padding-top:71%;display:block;content:"";}
.news-ul li a .txt{width:calc(100% - 200px);padding:0 10px 0 20px;display:flex;flex-wrap:wrap;align-content: space-around;}
.news-ul li a .txt .txt-bt{position:relative;display:flex;justify-content:space-between;width:100%;}
.news-ul li a .txt .txt-bt .t1{font-size:18px;}
.news-ul li a .txt .txt-bt .t2{font-size:14px;}
.news-ul li a .txt .txt-nr{line-height:22px;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%;}
.news-ul li a h5{width:100px;line-height: 32px;font-size:14px;color:#fff;background: #c5c5c5;text-align: center;transition: 0.5s;}
.news-ul li:hover .img_cover{transform:scale(1.1);}
.news-ul li:hover{transform:translateY(-5px);box-shadow:0 0 5px #999;}
.news-ul li:hover .txt-bt .t1{color:#0075E6;}
.news-ul li:hover h5{background: #0075E6;color:#fff;}
.news-ul li a .pic .img_cover {position: absolute;top: 0;bottom: 0;left: 0;right: 0;
max-width: 100%;max-height: 100%;display: block;margin: auto;padding: auto;}
.overflow {overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}

.xwxq_tit{font-size: 18px;text-align: center;}
.xwxq_img{text-align: center;margin-top: 20px;}
.xwxq_img img{max-width: 100%;}
.xwxq_p{font-size: 14px;line-height: 30px;margin-top: 10px;}
/* 联系我们 */
.conner_p{font-size: 16px;line-height: 34px;}
.map{width: 100%;height: 400px;margin-top: 10px;}
.map iframe{width: 100%;height: 100%;border: transparent;}
@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
.logo img{max-width: 420px;}
/*END-头部+导航*/


/*首页内容*/

.cpzs_ul li{width: 32%;}
.cpzs_ul::after{width: 32%;}
.cpzs_p{padding: 0 10px 25px;}
/* 产品展示 */
.proner_ul li{width: 32%;}
.proner_ul::after{width: 32%;}
.proner_p{padding: 0 10px 25px;}

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu span{width:100%; height:6px; float:left;  background:#0075E6;}
.logo a{background-image: none;}
.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:calc(100% - 40px); padding:20px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:#FFFFFF;}
.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; color:#000;}
.nav>li:last-child{border-right: transparent;}
.nav>li>a::after{display: none;}
/*END-头部+导航*/
.search_txt{line-height: 30px;}
/*首页内容*/
.cpzs_ul{margin-top: 10px;}
.cpzs_pm{font-size: 12px;}
.cpzs_pl{width: 49%;}
.cpzs_pr{width: 49%;}

.ys_two{margin-top: 0;}
.ys_two .ys_l1{margin-top: 0;}
/* 产品展示 */
.proner_ul{margin-top: 10px;}
.proner_pm{font-size: 12px;}
.proner_pl{width: 49%;}
.proner_pr{width: 49%;}

}

@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-头部+导航*/
.sech{height: auto;padding: 0 10px;}
.search{top: -10px;}
.search_form {width:100%;padding: 0 10px;}
.search_txt {width:100%; float:left; line-height:20px; padding-top:0px; font-size:12px;padding-left: 0px;padding-right: 0px;}
.search_txt a{margin:0 5px;}
/*首页内容*/
.cpzs{padding: 3px 10px 10px;}
.cpzs_l{width: 100%;}
.cpzs_tit{padding: 0;}
.cpzs_t1{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;}
.cpzs_lul{display: none;}
.cpzs_r{width: 100%;}
.search{padding: 10px 0;}
.cpzs_ul{margin-top: 0;}
.cpzs_ul li{width: 48.5%;margin-bottom: 10px;}
.cpzs_pt{line-height: 40px;font-size: 14px;}
.cpzs_p{padding: 0 10px 10px;}
.cpzs_btn{margin: 0 auto;width: 110px;height: 30px;line-height: 30px;}

.about{padding: 10px;}
.about_l{width: 100%;}
.about_l::after{width: 100%;}
.about_lxq{padding: 0px;}
.about_p1{font-size: 20px;line-height: 20px;}
.about_p1 span{font-size: 20px;}
.about_p1::after{display: none;}
.about_p1::before{display: none;}
.about_p2{font-size: 18px;margin-top: 5px;}
.about_p3{font-size: 14px;margin-top: 5px;line-height: 24px;}
.about_btn{margin-top: 6px;}
.about_r{width: 100%;position: relative;padding-top: 62%;margin-top: 10px;}

.ys{padding: 10px;}
.ys_m{margin-top: 10px;}
.ys_l{width: 100%;}
.ys_l1{margin-top: 0;}
.ys_lr1{font-size: 18px;padding-bottom: 6px;}
.ys_lr2{margin-top: 0;}
.ys_l2{margin-top: 0;}
.ys_r{width: 100%;}

.henfu{padding: 10px;}
.henfu_t1{font-size: 18px;line-height: 24px;}
.henfu_t2{font-size: 16px;line-height: 24px;margin-top: 6px;}
.henfu_r{margin-top: 6px;width: 100px;height: 30px;line-height: 30px;}
.henfu_r a{font-size: 14px;}

.anli{padding: 10px;}
.anli_tit{font-size: 18px;padding-left: 10px;}
.anli_p{margin-top: 6px;line-height: 24px;}
.anli_m{margin-top: 10px;}
.anli_pl{width: calc(100% - 78px);}

.news{padding: 10px;}
.news_t1{font-size: 18px;line-height: 18px;}
.news_t2{font-size: 14px;line-height: 14px;margin-top: 10px;}
.news_t3{font-size: 14px;margin-top: 10px;}
.news_ul{margin-top: 10px;}
.news_ul li{width: 100%;margin-bottom: 10px;}
.news_l{width: 120px;}
.news_r{width: calc(100% - 120px);padding: 10px 0 10px 10px;}
.news_t{font-size: 16px;}
.news_p{font-size: 14px;margin-top: 10px;}
.news_txt{margin-top: 10px;}
.news_btn{margin: 0 auto;}

.boot{line-height: 20px;}
/* 产品展示 */
.proner{padding: 3px 10px 10px;min-height: 600px;}
.proner_l{width: 100%;}
.proner_tit{padding: 0;}
.proner_t1{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;}
.proner_lul{display: none;}
.proner_r{width: 100%;margin-top: 10px;}
.proner_main{margin-top: 10px;}
.proner_rtit{font-size: 14px;line-height: 40px;}
.proner_rtl{width: 100px;}
.proner_rtr{width: calc(100% - 100px);}
.proner_ul{margin-top: 0;}
.proner_ul li{width: 48.5%;margin-bottom: 10px;}
.proner_pt{line-height: 40px;font-size: 14px;}
.proner_p{padding: 0 10px 10px;}

.cpxq_tit{font-size: 16px;}
.cpxq_img{margin-top: 10px;}
.cpxq_p{margin-top: 0;}
/* 关于我们 */
.abner_p{font-size: 14px;line-height: 24px;}
/* 案例展示 */
.anliner_ul li{width: 48.5%;margin-bottom: 10px;}
/* 资讯动态 */
.news-ul{display:block;padding:0px 0;}
.news-ul li{width:100%;margin-bottom:10px;border: 1px solid #d2d2d2;background-color: #fff;padding:10px;transition: all 0.25s;}
.news-ul li a .pic{width:120px;position:relative;overflow:hidden;}
.news-ul li a .txt{width:calc(100% - 120px);padding:0 10px 0 10px;display:flex;flex-wrap:wrap;align-content: space-around;}
.news-ul li a .txt .txt-bt .t1{font-size:16px;}
.news-ul li a .txt .txt-nr{line-height:22px;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%;}

.xwxq_tit{font-size: 16px;}
.xwxq_img{margin-top: 10px;}
.xwxq_p{margin-top: 0;}
/* 联系我们 */
.conner_p{font-size: 14px;line-height: 24px;}
.search_txt>span{float:left;font-size: 16px;color: #2962ff;}
}
/*手机底部*/
.hot{width:100%;background:#414141; 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;}

.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;}