@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#2957A4;        /* 主色 */
	--main_color_rgb:55,147,219 ;  /*rgba*/
    --second_color:#34A1DC;      /* 副色 */    

}
@font-face{font-family:'din'; src: url('../font/din.OTF');}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: Microsoft Yahei,Arial, sans-serif; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */}
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

@media screen and (max-width:1366px) {
.mt40{margin-top:15px;}
}


/*滚动条美化
body::-webkit-scrollbar {width: 10px !important;}
body::-webkit-scrollbar-track {background-color: #f3f3f3;}
body::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
body::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
body::-webkit-scrollbar-corner {background-color: #ddd;}
body::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
body::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}
::-webkit-scrollbar {width: 15px;}*/

/*图片放大*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{ transform:scale(1.05); }

/*======================主体宽度======================*/
.pc_hide{display:none;}
.top_blank{height:60px;}
.main{width: 88%; margin: auto; max-width: 1300px;}
@media screen and (max-width:1366px) {
	.main{width:92%;}
}
@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.m_show{ display:block;}
	.m_show_flex{ display:flex;}
	.m_hide{display:none;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}


@media screen and (max-width: 768px){
.m_top_blank {height: 40px;}
}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

/*头部*/
.header{z-index: 100;width: 100%; position:fixed; transition:0.5s all;background:#222;}
.header .logo {transition:0.5s all;}
.header .logo img{height:44px; display:block;transition:0.5s all;}


/*菜单*/
.navBox {  height:60px;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .2rem; position: relative;}
.navBox .nav li a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;color:#fff;transition:0.3s all;}
.navBox .nav li.curr a,.navBox .nav li a:hover{color:var(--main_color);}


/*======================搜索======================*/
.header .top_serch{width:.6rem; transition:0.5s all; position:relative;}
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px; fill:#fff;  transition:0.5s all;}
.header .top_serch a:hover svg{fill:var(--main_color);}
.header .top_serch:after{ content: ""; width:1px; height:14px; background:#ccc; display:block;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

/*搜索弹窗内容样式*/
.head_serch_box{width:100%; height:200px;background: #fafafa; padding: 60px 0 50px; position:fixed; left:0; top:60px; z-index:999; box-sizing:border-box;display:none;}
.head_serch_box .hot_key{ margin-top:15px;}
.head_serch_box .hot_key a{ margin-right:10px;}
.head_serch_box .tc-box {max-width: 700px;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;}
.head_serch_box .tc-box form {border: 1px solid #eee;height: 50px;line-height: 50px;background: #fff;position: relative;}
.head_serch_box  #keyword {width: 80%;height:50px;padding: 0 15px; font-size:16px;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none;}
.head_serch_box .btn_submit {width:50px; height:50px; background:url(../images/icon-sq2.png) no-repeat center; cursor: pointer; border:0; outline:none; position:absolute; right:60px; top:0px;}
.head_serch_box .close {width:50px; height:50px;background:url(../images/close1.png) no-repeat center; background-size:28px auto; cursor: pointer; border:0; outline:none; position:absolute;right:10px; top:0px;}
@media screen and (max-width:768px) {
.head_serch_box{width:100%; height:100%;background: #fff; padding: 0 0 50px;}
.head_serch_box .tc-box {width:90%; margin-top:25px;}
.head_serch_box .tc-box form {height: 46px;line-height: 46px;}
.head_serch_box  #keyword { height:46px; height:46px; font-size:15px;}
.head_serch_box .btn_submit {width:46px; height:46px;right:46px; top:0px; display:none;}

.head_serch_box .close {width:46px; height:46px; background-size:28px auto; right:0px;}
.head_serch_box .hot_key span{ display:block;}

.head_serch_box .hot_key a{ background:#f6f6f6; padding:0 10px; line-height:28px; display:inline-block; border-radius:28px; margin-top:10px; font-size:13px;}

}



/*电话*/
.head_right .tel{display:flex; justify-content:center; align-items:center; font-size:16px; font-weight:bold; color:#fff; margin-left:20px;}
.head_right .tel svg{width:23px; fill:#fff; margin-right:6px;}

@media screen and (max-width:768px) {
.navBox,.head_right .tel{ display:none;}
.header .top_serch{width:50px; margin-right:25px;}
.header .top_serch a svg{width:18px; fill:#666;}
.header .top_serch:after{background:#555;}
}

/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:var(--main_color);border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:var(--main_color);border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}
.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

/*======================手机搜索图标======================*/
.m_serch{ width:50px; height:62px;}
.m_serch a{height:100%;}
.m_serch a svg{width:18px; fill:#333;}



@media screen and (max-width:768px) {
.header{ height:60px; position:relative;}
.header .logo{height:60px;}
.header .logo img{ height:38px; /*filter: grayscale(0%) brightness(100%);*/}
.m_header_right{display:block;}
	

/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:60px;left: 0;bottom: 0;right: 0;background: #fff;z-index:98; display:none;}
.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y: auto;z-index: 110;}

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:6px; margin-top:10px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:15px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_tel{text-align:center; margin-top:25px; font-size:20px; font-family:din; color:#fff; background:var(--main_color); padding:15px; border-radius:5px; letter-spacing:1px;} 
.m_tel i{ font-size:18px; margin-right:5px;}
}

/*======================手机主栏目======================*/
@media screen and (max-width:768px) {
.m_main_menu{ display:flex; border-bottom: 1px solid #e5e5e5;background: #f7f7f7;line-height:40px; width:100%; position:absolute; left:0; top:60px; box-sizing:border-box; z-index:9;}
.m_main_menu.on{ position: fixed; left: 0; top: 0;}
.m_main_menu li{width:20%; text-align:center; font-size:15px;}
.m_main_menu li.on a{color: var(--main_color);}

.chanpin_2{ padding:10px 10px;box-sizing:border-box;}
.chanpin_2 li{width:48%;  height:85px;}
.chanpin_2 li img{width:100%; height:100%; object-fit:cover; display:block;}
.chanpin_2 li a{border-radius: 4px;display:block; overflow:hidden;}
}



/*================首页视频=====================*/
.pc_video{}
.pc_video video{width:100%; height:100%; object-fit:cover;display: block;}


/*================首页banner=====================*/
#banner {position:relative; z-index:0;overflow:hidden;}	
#banner .swiper-slide .pic {position:relative; height:100%;  z-index:1;overflow:hidden;}
#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; display:block;}	
	
/*分页器*/
#banner .swiper-pagination-bullet{width:25px;height:5px; display: inline-block; border-radius: 0; background:rgba(0,0,0,0.2); transition: all .5s ease;opacity: 1.0; font-size:0;}
#banner .swiper-pagination-bullet-active{background:var(--main_color);}
#banner .swiper-pagination{bottom:20px;}
	


/*页面标题*/
.main_tit{padding: .6rem 0 .4rem 0;width:100%; }
.main_tit h2{ font-size: .38rem;text-align: center;font-weight:normal;color: #363636;line-height: 1;}
.main_tit p{ font-size: .16rem;text-align: center;margin-top:.3rem;color:#666;line-height:1.6;}

@media screen and (max-width:768px) {
.main_tit{padding: 20px 0 20px;width:100%; }
.main_tit h2{ font-size:20px; font-weight:normal;line-height:1.6;}	
.main_tit p{font-size:13px;margin-top:10px;line-height:1.6;}
.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}

.zx_btn{width:108px; line-height:38px; font-size:16px;}
}


/*内页页面标题*/
.page_main_tit{text-align:center; padding:.6rem 0 .35rem;width:100%;}
.page_main_tit h2{ font-size:.4rem; color:#000; }
.page_main_tit .line {display: block;width: 20px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}
.page_main_tit p{font-size:16px; color:#666; margin-top:15px; line-height:1.6;}


@media screen and (max-width:768px) {
.page_main_tit p{font-size:13px; margin-top:10px;}

}


/*============首页--远程抄表系统主要功能===============*/
.zygn_bg{background:url(../images/system-bg.jpg) no-repeat center ; background-size: cover;text-align: center;padding: 0 0 .9rem;}
.zygn_box .tabs1{border-bottom: 1px solid #ddd;}
.zygn_box .tabs1 a{display:inline-block;padding:0 .4rem;font-size:.18rem;line-height: .5rem;color: #6b6b6b;position:relative;}
.zygn_box .tabs1 a:before {content: '';width: 60px;height: 2px;background:var(--main_color);position: absolute;left: 50%;bottom: -2px;display: none; transform:translateX(-50%);}
.zygn_box .tabs1 a.active{font-size: 20px;color: #363636;}
.zygn_box .tabs1 a.active:before{display: block;}

.zygn_box .pic{overflow:hidden;}
.zygn_box .pic img{width:100%;display:block;}

/*查看更多*/
.ck_more a{display:inline-block;width:3.2rem;height:.5rem;line-height:.5rem;font-size:.18rem;color:#363636;border:1px solid #363636; transition:all .3s;}
.ck_more a i{font-size: 14px;color:#888;margin-left:5px;transition:all .3s;}
.ck_more a:hover{background:var(--main_color);border: 1px solid var(--main_color);color:#fff;}
.ck_more a:hover i{color:#fff;}

@media screen and (max-width:768px) {
.zygn_bg{display:none;}


/*查看更多*/
.ck_more a{width:220px;height:40px;line-height:40px;font-size:14px;}
.ck_more a i{font-size: 12px;}
}


/*===============首页--推荐产品====================*/
.index_pro_bg{background: #f8fafb;text-align: center;padding: 0 0 .8rem;}
.index_pro li{width:32%; margin-right:2%;overflow:hidden;background: #fff;border: 1px solid #eef0f5;margin-bottom:.3rem; box-sizing:border-box; transition:all .3s;}
.index_pro li:nth-child(3n){margin-right:0;}
.index_pro li .pic img{width:100%;display:block;}
.index_pro li .txt{padding: .35rem 0 .4rem;display:inline-block;}
.index_pro li .txt p{font-size:.18rem;color: #555;padding: 0 0 .15rem;}
.index_pro li .tit .logo{overflow:hidden;}
.index_pro li .tit .logo img{ display:block;}
.index_pro li .tit{line-height:.3rem;}
.index_pro li .tit span{padding:0 .1rem;color:#444;font-size: .18rem;}
.index_pro li .tit h3{display: inline-block;font-size: .2rem;vertical-align: top;font-weight: normal;color: #222;}
.index_pro li:hover{box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3);}

@media screen and (max-width:768px) {
.index_pro_bg{padding: 10px 0 35px;}
.index_pro li{width:100%;border-radius:0px;margin-bottom:15px; margin-right:0;}
.index_pro li .tit .logo img{max-width:80%; max-height:22px;margin:0 auto;}
.index_pro li .txt{padding: 20px 15px;display:inline-block;}
.index_pro li .txt p{font-size:14px;padding: 0 0 15px;}
.index_pro li .tit{height:25px;line-height:25px;}
.index_pro li .tit span{padding:0 10px 0 0;font-size:16px;}
.index_pro li .tit h3{font-size:16px;}
}

/*=============左右滑动导航==============*/
.TouchNav_bg{border-bottom:1px solid #ddd;  height:50px;  box-sizing:border-box; margin-bottom:.3rem;}
#TouchNav{overflow:hidden; text-align:center;}
#TouchNav .swiper-wrapper{ text-align:center; padding:0 .3rem; box-sizing:border-box;}
#TouchNav .swiper-slide{width:auto;  margin:0 15px; height:50px; line-height:50px; text-align:center; box-sizing:border-box;}
#TouchNav .swiper-slide span{transition:all .3s ease;display:block; font-size:18px;}
#TouchNav .swiper-slide.active{border-bottom:solid 2px var(--main_color);}
@media screen and (max-width:768px) {
.TouchNav_bg{ height:46px;}
#TouchNav .swiper-wrapper{padding:0;}
#TouchNav .swiper-slide{height:46px; line-height:46px; margin:0 6px;}
#TouchNav .swiper-slide span{font-size:15px;}
}

/*=============首页--客户应用案例==============*/
.anli_box .tabs2{border-bottom: 1px solid #dee0e1;}
.anli_box .tabs2 a{display:inline-block;padding:0 .3rem;font-size:.18rem;line-height: .5rem;color: #6b6b6b;position:relative;}
.anli_box .tabs2 a:before {content: '';width: 60px;height: 2px;background: #363636;position: absolute;left: 50%;bottom: -2px;display: none; transform:translateX(-50%);}
.anli_box .tabs2 a.active{font-size:.2rem;color: #363636;}
.anli_box .tabs2 a.active:before{display: block;}

.index_yyal{}
.index_yyal li{width:32%;margin-right:2%;background: #fff;overflow:hidden;box-sizing:border-box;margin-bottom:20px;}
.index_yyal li:nth-child(3n){margin-right:0;}
.index_yyal li .pic{overflow:hidden;}
.index_yyal li .pic img{width:100%;display:block; transition:all .3s;}
.index_yyal li .txt{padding:.3rem .25rem .2rem;box-sizing:border-box;text-align:left; border: 1px solid #e9e9e9; border-top:0;}
.index_yyal li .txt h3{font-size:.18rem;color: #131313;font-weight: normal;}
.index_yyal li .txt .desc{color: #7b7b7b;font-size: 14px;line-height: 1.6;margin:.2rem 0;text-align:justify;}
.index_yyal li .xq{border-top: 1px solid #e5e5e5;}
.index_yyal li .tubiao{overflow:hidden;margin-top:.15rem; max-width:60%;}
.index_yyal li .tubiao img{max-width:100%;display:block;max-height: 24px;object-fit:cover;}
.index_yyal li .xq p{margin-top:.15rem;}
.index_yyal li .xq p i{color:#888;margin-left:5px;}




#anli li .txt{padding:.2rem .2rem;box-sizing:border-box;}
#anli li .txt .desc{margin:.1rem 0 .2rem;}

.index_yyal li:hover .pic img{transform:scale(1.05);}

@media screen and (max-width:768px) {
.anli_box .main_tit{padding-top:10px;}
.anli_box .tabs2 a{padding:0 20px 0 0;font-size:15px;line-height:30px;text-align:center;}
.anli_box .tabs2 a.active{font-size:16px;}
.anli_box .tabs2 a.active:before{display: none;}

.index_yyal{padding:5px 0 10px;}
.index_yyal li{width:100%;margin-right:0;margin-bottom:15px;}
.index_yyal li .txt{padding:15px 15px;}
.index_yyal li .txt h3{font-size:16px;margin-bottom:10px;}
.index_yyal li .txt .desc{font-size: 14px;line-height: 1.6;margin-bottom:15px;}

.index_yyal li .tubiao{margin-top:10px; max-width:50%;}
.index_yyal li .tubiao img{max-height: 24px;}
.index_yyal li .xq p{margin-top:10px;}

}




/*================底部=====================*/
.foot_bg{ width:100%; background:#1d1c20; padding:.5rem 0 0rem 0;}

.f_logo1{border-bottom:1px solid rgba(255,255,255,.08);width:100%;margin-bottom:.3rem;}
.f_logo1 img{opacity:.9;margin-bottom:.2rem;}
.f_logo1 p{display:inline-block;color:rgba(255,255,255,.5);line-height:44px;margin-left:.3rem;font-size:15px;}


.footer_nav{width:calc(100% - 5rem); }
.footer_nav .db_dh dt{/*height:46px;*/ margin-bottom:10px; position:relative; /*border-bottom:solid 1px rgba(255,255,255,0.2);*/}
.footer_nav .db_dh dt i{display:none;}
.footer_nav .db_dh dt a{font-size:17px;color:#fff;}
.footer_nav .db_dh dd{font-size:14px;}
.footer_nav .db_dh dd a{color:rgba(255,255,255,.5); transition:0.3s all; display:block;  line-height:30px;}
.footer_nav .db_dh a:hover{color:var(--main_color);}

.b_contact{width:5rem;box-sizing:border-box; padding-right:1rem;}
/*.b_contact .f_logo img { height:.46rem;}*/
.b_contact .f_info{margin-top:13px;}
.b_contact .f_info .item{margin-bottom:20px;}
.b_contact .f_info .item{ font-size:16px;}
.b_contact .f_info .item:first-child{ font-size:15px;}
.b_contact .f_info .ico{width: 34px;padding-right: 8px;display: flex;align-items: center;height: 24px; box-sizing:border-box;}
.b_contact .f_info .ico img{max-width: 100%;}
.b_contact .f_info .txt{width: calc(100% - 34px); color: #fff;opacity: 0.5;line-height: 24px;}
.b_contact .f_info .tel{ font-family:din;}
.b_contact .f_info .txt p a{position: relative; color: #fff;}
.b_contact .f_info .txt p a::after{content: "";position: absolute;width: 100%;height: 1px;background:rgba(255,255,255,0.46);left: 0;bottom: -2px;}

/* -二维码- */
.erweima{width:1.2rem;overflow:hidden;background:#fff;border-radius:8px;}
.erweima img{width:100%;display:block;}
.erweima p{text-align:center;padding-bottom:5px;}
.f_lxfs_box{margin-left:.25rem;}
.f_lxfs_box li:nth-child(1){margin-bottom:.2rem;}
.f_lxfs_box li span{font-size:16px;color:rgba(255,255,255,.5);}
.f_lxfs_box li p{font-size:.26rem;color:#e3e3e3;font-weight:bold;margin-top:3px}
.dizhi p{font-size:16px;color:#e3e3e3;margin-top:25px;}




.copyright{ padding:.2rem 0; margin-top:.3rem;background:#161518;  color:rgba(255,255,255,0.35);text-transform:uppercase; font-size:13px;}
.copyright a{color:rgba(255,255,255,0.35);}
.m_foot_bg{display:none;}

@media only screen and (max-width: 768px){
.foot_bg{ padding:.6rem 0 0rem 0;z-index: 1; position: relative;}
.b_contact{display:none;}
.footer_nav,.footer_nav dl{width:100%; }
.footer_nav dl{border-bottom:solid 1px rgba(255,255,255,0.1); margin-bottom:10px;}
.footer_nav dd{display:none; padding-bottom:5px;}
.footer_nav .db_dh dt i{display:block; color:rgba(255,255,255,0.5); transition:0.3s all;}
.footer_nav .db_dh dt.active i{transform: rotate(90deg);}
.footer_nav .db_dh dt a{font-size:15px; color:rgba(255,255,255,0.8);}
.footer_nav .db_dh dd a{ font-size:13px; line-height:30px;}


.m_foot_bg{ display:block; padding:0 15px;}
.m_foot_bg h5{font-size:14px; font-weight:normal; margin:10px 0 10px; color:rgba(255,255,255,0.4);}
.m_foot_bg h3{font-size:20px; font-family:din; margin:10px 0 10px 0;}
.m_foot_bg h3 a{color:var(--main_color);}
.m_foot_bg p{font-size:14px;   color:rgba(255,255,255,0.68); line-height:1.6; margin-bottom:5px;}
.copyright p{width:100%; line-height:1.6; text-align:center;}
.copyright p:last-child,.f_logo1{ display:none;}
}

.m_f_blank,.m_footer{display:none;}
@media screen and (max-width:768px) {
.m_f_blank{ height:56px; display:block;}
.m_footer{ display:flex; height:56px; background:#fff; border-top:solid 1px #e8e8e8; box-sizing:border-box; position:fixed; left:0; bottom:0; width:100%; z-index:99;}
.m_footer li{ width:25%; text-align:center; font-size:14px;}
.m_footer li .ico{ margin:8px auto 2px; position:relative;}
.m_footer li .ico svg{ height:22px; fill:#666;}
.m_footer li .ico span{position: absolute; right: 12px; top: -5px; font-size:10px; display:block; width:15px; line-height:15px; border-radius:100%; text-align:center;background:var(--second_color); color:#fff;}
.m_footer li a{display:block;}
.m_footer li.active .txt{color:var(--main_color);}
.m_footer li.active .ico svg,.m_footer li:hover .ico svg{fill:var(--main_color);}
}


.foot_ico {position: fixed;width: 100%;left: 0;bottom: 0;z-index: 9; padding: 0 10px 10px; overflow:hidden; overflow: hidden; box-sizing:border-box;}
.foot_ico li {width: 50%;text-align: center;background: #00b1ff; padding:10px 0;}
.foot_ico li:last-child{ background:#ff5e00;border-radius:0 30px 30px 0; }
.foot_ico li:first-child{border-radius:30px 0 0 30px; }
.foot_ico li img{width: 20px; margin-right: 10px; vertical-align: middle;}
.foot_ico li a{color: #fff;}

/*二级页面 banner*/
.page_ban{ width:100%; position:relative; overflow:hidden; background:#000; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:50vh; overflow:hidden;}
.page_ban .pic img{width:100%; height:100%;object-fit:cover; display:block;}

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; align-items:center;}
.page_ban .txt h2 { font-size:.46rem; font-weight:normal; color:#fff; margin-bottom:.15rem;}
.page_ban .txt h5 { font-size:.2rem; font-weight:normal; color:#fff; opacity:0.7; letter-spacing:1px; text-transform:uppercase;}

.page_ban:after {content: "";background: url(../images/pb.png) repeat-x;position: absolute;left: 0px; top: 0px; right: 0px; bottom: 0px;opacity:1;z-index: 3;}

@media screen and (max-width:768px) {
.page_ban .pic{height:150px;}
.page_ban .txt h2 { font-size:20px;}
.page_ban .txt h5 { font-size:14px;}

}

/*位置*/
.sub_weizhi{height:60px;  position:relative; z-index:9;/*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/}
.sub_weizhi .weizhi{ color:#333; position: relative;  display:flex; align-items:center; margin-left: 0;}
.sub_weizhi .weizhi a{color:#333;}
.sub_weizhi .weizhi i.ico { margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {height:.2rem; fill:#333;}
.sub_weizhi .weizhi span{margin:0 5px;}

.page_weizhi{line-height:.66rem; font-size:.16rem; border-bottom:solid 1px rgba(0,0,0,0.1); margin-bottom:.5rem;}

@media screen and (max-width:768px) {
.sub_weizhi{height:36px;}
.sub_weizhi .weizhi{margin-left:15px; font-size:12px;}
.sub_weizhi .weizhi i.ico {margin-right:5px;}
.sub_weizhi .weizhi i.ico svg {height: 15px;}
}


/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:15px; padding:0 25px; background: url(../images/line_n_title.jpg) right 1px center no-repeat; text-align: center; }
#n_nav a:last-child{ background: none;}
#n_nav a strong{ position: relative; display: block;z-index: 9; height: 60px; line-height:60px; color: #333; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }

.m_sub_nav{display:none;}
@media screen and (max-width:768px) {
.sub_weizhi .main{padding:0;}	
#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 2px 10px #ccc;z-index: 9; box-sizing:border-box;}
.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:20px; height:20px;  fill:var(--main_color); transition:0.3s all;}
.m_sub_nav.active svg{ -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#n_nav a{width:100%; padding:0 15px;  background:none; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a strong{height:46px; line-height:46px; color: #333;}
#n_nav a span{display:none;}
#n_nav a.on strong,#n_nav a:hover strong{ color:var(--main_color); }
}

/*===================子栏目导航2================*/
#n_nav2{ height:69px; border-top: 1px solid rgba(255, 255, 255, 0.1);width: 100%; position:relative; margin-top:-70px; z-index:99; text-align:center;}
#n_nav2 li{height: 69px; display:inline-block; position:relative;}
#n_nav2 li:before{ content:''; display:block; background:var(--main_color); height: 100%; width:0; transition:0.6s all; opacity:0; position:absolute; left:50%; top:0;}
#n_nav2 li:hover:before,#n_nav2 li.on:before{width:100%; opacity:1; left:0;}
#n_nav2 a{display:block; font-size:16px; padding:0 .5rem; line-height:69px; height: 69px; text-align: center; color:#fff; z-index:1; position:relative;}
#n_nav2 a img{display: inline-block; vertical-align: middle; margin-right:10px;}






/*======================数字======================*/
.page_shuzi{ position:relative; padding:.5rem 0 .5rem;  z-index:5; border-top:solid 2px #eee; }
.page_shuzi li{ position: relative; box-sizing:border-box; width:2rem;}
.page_shuzi li i{ font-size:.4rem; font-style:normal; font-weight:bold; margin-right:5px; font-family: arial,"Microsoft Yahei"; color:#000;}
.page_shuzi li sup{font-size:.18rem; font-weight:normal; }
.page_shuzi li span{font-size:.16rem; top:-3px; display:inline-block; position:relative;}
.page_shuzi li p{ font-size:14px; line-height:1; margin-top:5px;  font-weight:normal; color:#666;}
.page_shuzi li .ico{margin-right:.2rem;}
.page_shuzi li .ico img{ height:.5rem;}
@media screen and (max-width:768px) {
.page_shuzi{padding:.5rem 0 0 .5rem;  z-index:5; border-top:solid 2px #eee;}
.page_shuzi li{width:50%; margin-bottom:25px;}
.page_shuzi li i{ font-size:20px;}
.page_shuzi li sup{font-size:12px;}
.page_shuzi li span{font-size:12px; top:0px;}
.page_shuzi li p{ font-size:13px;}
.page_shuzi li .ico{margin-right:12px;}
.page_shuzi li .ico img{ height:30px;}
}


/*======================电表频道页======================*/
.pro_fenlei{width:220px;}

/*频道页产品分类*/
.pro_fenlei{border-radius: 5px;margin:.35rem 0;}
.pro_side_title{ background:var(--main_color);background-size: cover;padding: 0 .2rem; line-height:56px; box-sizing:border-box;}
.pro_side_title h3{display:inline-block;font-size:.2rem;font-weight:normal; color:#fff;}
.pro_side_title span {display: inline-block;width: 30px;height: 1px;background:#fff;position:relative;top:-4px;margin-left:.2rem;}
.pro_side_title i {font-size:14px;color:#fff;margin-left: 5px;}

.pro_sub_nav{padding: .1rem .2rem .25rem .2rem;background: #fff;border: 1px solid #e3e3e3;border-top:0;}
.pro_sub_nav li{width:100%;line-height:50px; border-bottom:solid 1px #e8e8e8; background:url(../images/sanjiao.png) no-repeat right 10px center; }
.pro_sub_nav li a{display:block; font-size:15px; color:#666;}
.pro_sub_nav li.on,.pro_sub_nav li:hover{background:url(../images/sanjiao1.png) no-repeat right 10px center; }
.pro_sub_nav li.on a,.pro_sub_nav li a:hover{ color:var(--main_color); font-weight:bold;}


.right_con{width: calc(100% - 250px);border: #d6d6d6 1px solid;border-radius: 5px;background: #ffffff;margin:.35rem 0;}

/*位置导航*/
.weizhi_box{line-height:58px;border-bottom: #e5e5e5 1px solid;}
.weizhi{color:#666; background:url(../images/home_icon.png) no-repeat left center; padding-left:20px;margin-left:30px;}
.weizhi a{font-size:12px;color:#666;padding-left:5px; box-sizing:border-box;}
.weizhi a:hover{color:#0384D8;}
.weizhi span{color:#999;}
.weizhi a:last-child{color:var(--main_color);}

.zhuti_box{padding:0 .3rem .3rem;box-sizing:border-box;}
.cate_title{text-align: center;line-height: .5rem;border: 1px solid #c9c9c9;border-radius: 5px;margin:.2rem 0;padding:0 .3rem;box-sizing:border-box;}
.cate_title h2{font-size: .22rem;color: #262630;font-weight:normal;}
.cate_title a i{font-size:12px;color:#666;margin-left:3px;}

/*频道页产品列表*/
.cate_pro_list li{width:49%;overflow:hidden;background: #f4f4f4;border-radius:5px;margin-bottom:.2rem;}
.cate_pro_list li .pic img{width:100%;display:block;}
.cate_pro_list li .txt{text-align: center;padding: .3rem .2rem;line-height: 1;box-sizing:border-box;}
.cate_pro_list li .txt h3{font-size: .24rem;color: #202020;font-weight:normal;}
.cate_pro_list li .txt p{font-size: .15rem;color: #747474;margin: .1rem 0 .2rem;}
.cate_pro_list li .txt .price{display:inline-block;line-height:.3rem;}
.cate_pro_list li .txt .price em{font-style:normal;font-size:30px;color:var(--main_color);margin-right:10px;}
.cate_pro_list li .txt .price span{background:var(--main_color);color: #FFF;border-radius: 30px;padding: 5px 15px;position:relative;top:-6px;}

@media screen and (max-width:768px) {
.m_category{ padding:0;} 
.pro_fenlei{width:125px; background:#F9FAFC; margin:0; position:absolute; left:0; height: 100%;}
.pro_fenlei.on{ position:fixed; left:0; top:40px;}
 
.pro_side_title{ display:none;}
.pro_sub_nav{padding:0;background:none;border: 0px;}
.pro_sub_nav li{ background:none; border-bottom:0; line-height:40px;}
.pro_sub_nav li a{font-size:14px; padding-left:10px;}
.pro_sub_nav li.on,.pro_sub_nav li:hover{background:#fff; position:relative;}
.pro_sub_nav li.on:before {content: '';width:3px;height:20px;background:var(--main_color);position: absolute;top: 50%;margin-top: -10px;left: 0;}
.pro_sub_nav li.on a,.pro_sub_nav li a:hover{ color:var(--main_color); font-weight:bold;}

.right_con{width:100%; padding:0 15px 0 140px; box-sizing:border-box; border:0; border-radius: 0; margin:0; min-height:360px;}
.right_con .weizhi_box{ display:none;}

.zhuti_box{padding:0;}
.cate_title{ line-height:30px; border-radius: 5px;margin:0 0 10px 0;padding:0;}
.cate_title h2{font-size:15px;}
.cate_title a i{font-size:12px;color:#666;margin-left:3px;}

.cate_pro_list li{width:100%; background: #fff;border-radius:0;margin-bottom:12px;}
.cate_pro_list li .txt{text-align: left;padding:15px 10px; border:solid 1px #e8e8e8; border-top:0;}
.cate_pro_list li .txt h3{font-size: 15px;}
.cate_pro_list li .txt p{font-size: 13px;margin:10px 0 0px;}
.cate_pro_list li .txt .price{display:none;}
}





/*=======================电表内容页========================*/

/*产品概述*/
.cpgs_bg{background:url(../images/focus-bg.jpg) no-repeat 50% 50%;background-size:cover; }

.cpgs_box .pic{width:55%;overflow:hidden;vertical-align: middle;}
.cpgs_box .pic img{max-width:100%;}

.cpgs_box .txt{width:43%;}
.cpgs_box .show_tit{font-size:.3rem;color: #1d2023;margin: 0 0 .1rem;}
.cpgs_box .show_fu_tit{font-size:16px;color: #1d2023;margin: 0 0 .2rem;}
.cpgs_box .jiage {border: 1px solid #ccd0d9;border-width: 1px 0;padding: .25rem 0 .1rem;}
.cpgs_box .jiage p{color: #5a5d61;margin-bottom:.2rem;}
.cpgs_box .jiage p strong{font-size:.22rem;color: var(--main_color);margin:0 15px;}
.cpgs_box .jiage span{color: #5a5d61;display:block;margin-bottom:15px;}
.cpgs_box .jiage span i{display:inline-block;font-style:normal; padding:0 15px;text-align: center;border: 1px solid var(--main_color);border-radius: 4px;line-height: 22px;color: var(--main_color);font-size: 14px;margin-right:10px;}
.cpgs_box .miaoshu{padding: .15rem 0;}
.cpgs_box .miaoshu p{font-size:.16rem;line-height:2.4;color: #5a5d61;}
.cpgs_box .tongxun{margin-top:.1rem;}
.cpgs_box .tongxun h3{display:block;width:100%;font-size:.16rem;color: #5a5d61;font-weight:normal;margin-bottom:.1rem;}
.cpgs_box .tongxun li{padding:0 .4rem;border: 1px solid var(--main_color);border-radius: 4px;line-height:.3rem;margin-right:10px;}
.cpgs_box .tongxun li:last-child{margin-right:0;}
.show_zixun{margin-top:.2rem;position:relative;}
.show_zixun a{width:156px;background:var(--main_color);height:42px;color:#fff;text-align:center;border-radius: 4px;margin-right:15px; transition:all .3s;}
.show_zixun a:after {position: absolute;bottom: 41px;left: 249px;transform: translateX(-50%);display: block;width: 0;height: 0;content: '';border: 8px solid transparent;z-index:888;}
.show_zixun .wxzx{width:150px;height:190px;background:#fff;position:absolute;top:-205px;left:167px;padding: 0 5px;display:none; transition:all .3s;}
.show_zixun .wxzx img{display:block;width:100%;}
.show_zixun .wxzx em{color:#333;font-style:normal;display:inline-block;margin-top:15px;}
.show_zixun .wxzx em i{margin-right:5px;font-size:18px;}
.show_zixun a:hover{background:#46b6f5;}
.show_zixun a:hover .wxzx{display:block;}
.show_zixun a:last-child:hover:after{border-top-color:#fff;}


@media screen and (max-width:768px) {
.cpgs_bg{background:url(../images/focus-bg.jpg) no-repeat right center;background-size:cover; }
.cpgs_box .pic,.cpgs_box .txt{width:100%;}
.cpgs_box .pic img{width:100%;display:block;}
.cpgs_box .show_tit{font-size:18px;color: #1d2023;margin:10px 0;}
.cpgs_box .jiage {padding:10px 0 0;}
.cpgs_box .jiage span{color: #5a5d61;font-size:12px;line-height:1.8;margin-bottom:10px;}
.cpgs_box .jiage span i{margin-right:5px;font-size:12px;width:55px;}
.cpgs_box .jiage p{font-size:12px;}
.cpgs_box .miaoshu{padding: 10px 0;}
.cpgs_box .miaoshu p{font-size:14px;line-height:2;}
.cpgs_box .tongxun h3{font-size:13px;margin-bottom:.1rem;}
.cpgs_box .tongxun li{padding:0 15px;line-height:24px;}
.cpgs_box .show_zixun{margin:10px 0 25px;}
.cpgs_box .show_zixun a{width:110px;height:32px;}
.show_zixun a:after {bottom: 26px;left: 180px;}
.show_zixun .wxzx{width:120px;height:160px;top:-170px;left:115px;}
.show_zixun .wxzx em i{font-size:15px;}

}


/*内容页nav*/
.show_nav_bg_fixed{ position:fixed; left:0; top:60px;}
.show_nav_bg{border-bottom: 1px solid #f3f3f3;background: #fafafc;padding: 15px 0; width:100%;}
.show_nav_list li{padding:0 25px ;position:relative; cursor:pointer;}
.show_nav_list li:before {content: '';width: 1px;height: 11px;background: #b7b8ba;position: absolute;left: -1px;top: 50%;margin-top: -5px;}
.show_nav_list li:first-child:before{display:none;}
.show_nav_list li.active{color:var(--main_color);}

.show_nav_list_fixed{position:fixed;width:100%;z-index:888;top:0; background:#fff;}
.show_nav_list_blank{ height:78px;}


.show_nav_list .goumai{background:var(--main_color);border-radius:4px;color:#fff;}
.show_nav_list .goumai a{color:#fff;}

@media screen and (max-width:768px) {
.show_nav_bg{padding: 10px 0;}
.show_nav_bg_fixed{top:40px;}
.show_nav_list li{padding:0 10px ;position:relative;}
}



/*产品详情*/
.chanshu{padding:.6rem 0;text-align:center;}
.chanshu h3{font-size:.38rem;color: #1d2023;font-weight:normal;margin: 0 0 50px;}

@media screen and (max-width:768px) {
.chanshu{padding:15px 0 30px;text-align:center;}	
.chanshu h3{font-size:20px;margin: 0 0 15px;}
}

/*表格*/
.show_biaoge{overflow:auto;}
.show_biaoge table{width:100%;border:1px solid #eff3f8; border-collapse:collapse;}
.show_biaoge th, .show_biaoge td {border: 1px solid #ececec;padding: 15px 5px;line-height: 24px;color: #6b6b6b;font-size: 16px;}
.show_biaoge th {color: #1d2023;background: #f7f9fb;min-width: 120px;font-weight: 400;}

@media screen and (max-width:768px) {
.show_biaoge{width:100%;}
.show_biaoge th, .show_biaoge td {padding: 8px 5px;line-height:1.6;font-size: 12px;}
.show_biaoge th {min-width: 80px;font-weight: 400;}
}


/*集中器*/
.cpxq_bg1{background:url(../images/cpcs_bg.jpg) no-repeat 50% 50%;background-size: cover;padding:.6rem 0;}
.cpcs_box1  h3{font-weight:normal;font-size:.38rem;color: #1d2023;}
.cpcs_box1  p{font-size: .18rem;
color: #666;margin:15px 0 20px;}

@media screen and (max-width:768px) {
.cpxq_bg1{background:url(../images/cpcs_bg.jpg) no-repeat center;background-size: cover;padding:20px 0 15px ;}
.cpcs_box1 h3{font-size:16px;}
.cpcs_box1 p{font-size:12px;margin:0 0 25px;}
}



/*系统拓扑图*/
.cpxq_bg2{background:url(../images/show_bg1.jpg) no-repeat 50% 50%;background-size: cover;padding:.6rem 0;}
.cpcs_box2 .txt{text-align:center;margin-bottom:30px;}
.cpcs_box2 .txt h3{font-weight:normal;font-size:.38rem;color: #1d2023;}
.cpcs_box2 .txt p{font-size: .18rem;line-height: .3rem;color: #333;padding: .15rem 0 0 0;}

@media screen and (max-width:768px) {
.cpxq_bg2{background:url(../images/show_bg1.jpg) no-repeat center;padding:15px 0 10px;}
.cpcs_box2 .txt{text-align:center;margin-bottom:10px;}
.cpcs_box2 .txt h3{font-size:20px;}
.cpcs_box2 .txt p{font-size:14px;line-height:1.6;padding: 15px 0 0 0;}
}



/*软件介绍*/
.cpxq_bg3{background:url(../images/show_bg2.jpg) no-repeat 50% 50%;background-size: cover;padding:.6rem 0;}
.rjjs_list li{ width:23.5%;  margin-right:2%; text-align:center; overflow:hidden; cursor:pointer;padding: .3rem .3rem .2rem;box-sizing:border-box;}
.rjjs_list li:nth-child(4n){margin-right:0;}
.rjjs_list li .pic{overflow:hidden;}
.rjjs_list li .pic img{width:100%;display:block; transition:all .3s;}
.rjjs_list li p{text-align:left;color: #1d2023;border-bottom: 1px solid #d7dae1;margin-bottom: .25rem;padding: 0 0 .2rem;font-size:16px;}
.rjjs_list li span{ display:inline-block; color:var(--main_color);padding:.15rem 0 0;}
.rjjs_list li:hover .pic img{ transform:scale(1.1);}

@media screen and (max-width:768px) {
.cpxq_bg3{padding:20px 0 10px;}
.rjjs_list li{width:47.5%; margin-right:15px;border-radius:5px;padding:0;margin-bottom:15px;}
.rjjs_list li:nth-child(2n){margin-right:0;}
.rjjs_list li p{margin-bottom:10px;padding: 0 0 8px;font-size:14px;}
.rjjs_list li span{ font-size:12px;padding:10px 0 0;}
}


/*经营理念*/
.jyln_box{padding:.6rem 0 .4rem;border-bottom: 1px solid #e5e6ec;}
.jyln_box h3,.jyln_box2 h3{font-weight:normal;font-size:.38rem;color: #1d2023;text-align:center;}
.jyln_box p{font-size: .18rem;line-height: .44rem;color: #626262;padding: .3rem 0 0 0;text-align:center;}
.jyln_box2{padding:.4rem 0 0;}

.logo_bg{background: #eaeef4;border-radius: 20px;padding: .7rem  1.2rem;box-sizing:border-box;text-align:left;margin-top:.4rem;}
.logo_bg .txt{width:60%;}
.logo_bg .txt h3{text-align:left;line-height: 1;font-size: .26rem;color: #1d2023;font-weight:normal;margin: 0 0 .22rem;}
.logo_bg .txt p{text-align:left;font-size: .18rem;line-height: .35rem;color: #626262;}
.logo_bg .pic{overflow:hidden;width:20%;}
.logo_bg .pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.jyln_box{padding:20px 0 20px;}
.jyln_box h3,.jyln_box2 h3{font-size:20px;}
.jyln_box p{font-size:13px;line-height:1.8;padding: 10px 0 0 0;text-align:justify;}

.logo_bg{border-radius: 10px;padding: 20px  20px;margin-top:10px;}
.logo_bg .txt{width:60%;}
.logo_bg .txt h3{font-size:16px;margin: 0 0 10px;}
.logo_bg .txt p{font-size: 12px;line-height: 1.6;}
.logo_bg .pic{overflow:hidden;width:35%;}
.logo_bg .pic img{width:100%;display:block;}
}

/*客户案例*/
.show_yyal{ position:relative;margin-bottom:.6rem;overflow:hidden;}
.show_yyal li{width:100%;background: #fff;overflow:hidden;box-sizing:border-box;margin-bottom:20px;}
.show_yyal li .pic{overflow:hidden;}
.show_yyal li .pic img{width:100%;display:block; transition:all .3s;}
.show_yyal li .txt{padding:.3rem .25rem .2rem;box-sizing:border-box;text-align:left; border: 1px solid #e9e9e9; border-top:0;}
.show_yyal li .txt h3{font-size:.18rem;color: #131313;font-weight: normal;}
.show_yyal li .txt .desc{color: #7b7b7b;font-size: 14px;line-height: 1.6;margin:.2rem 0;text-align:justify;}
.show_yyal li .xq{border-top: 1px solid #e5e5e5;}
.show_yyal li .tubiao{overflow:hidden;margin-top:.15rem;}
.show_yyal li .tubiao img{max-width:80%;display:block;max-height: 24px;object-fit:cover;}
.show_yyal li .xq p{margin-top:.15rem;}
.show_yyal li .xq p i{color:#888;margin-left:5px;}
.show_yyal li:hover .pic img{transform:scale(1.05);}


#yyal_box{padding-bottom:.3rem;}
.show_yyal .swiper-button-prev{ width: 82px;height: 82px; background:url(../images/mtarrh-1.png) no-repeat center;left:-70px;top:45%; transition:all .3s;}
.show_yyal .swiper-button-next{width: 82px;height: 82px; background:url(../images/mtarrh2-2.png) no-repeat center;right:-70px;top:45%; transition:all .3s;}
.show_yyal .swiper-button-prev:hover{background:url(../images/mtarrh.png) no-repeat center;}
.show_yyal .swiper-button-next:hover{background:url(../images/mtarrh2.png) no-repeat center;}

.show_yyal .swiper-pagination-bullet{width: 64px;height: 2px; display: inline-block;background:rgba(204,204,204,1); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;border-radius:0;}
.show_yyal .swiper-pagination-bullet-active{background:var(--main_color);color: #fff;opacity: 1.0;}
.show_yyal .swiper-container-horizontal>.swiper-pagination-bullets{bottom:20px; font-size:0;}

@media screen and (max-width:768px) {
.show_yyal{ margin-bottom:15px;}
.show_yyal li .txt{padding:15px 10px;}
.show_yyal li .txt h3{font-size:16px;}
.show_yyal li .txt .desc{font-size: 13px;line-height: 1.6;margin:10px 0;}
.show_yyal li .tubiao{overflow:hidden;margin-top:10px;}
.show_yyal li .tubiao img{max-height: 20px;}
.show_yyal li .xq p{margin-top:10px;}

.show_yyal .swiper-button-prev{ width: 45px;height: 45px; left:10px;}
.show_yyal .swiper-button-next{width: 45px;height: 45px; right:10px;}
.show_yyal .swiper-pagination-bullet{width: 30px;height: 2px; display: inline-block;background:rgba(204,204,204,1); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;border-radius:0;}
.show_yyal .swiper-pagination-bullet-active{background:var(--main_color);color: #fff;opacity: 1.0;}
.show_yyal .swiper-container-horizontal>.swiper-pagination-bullets{bottom:20px; font-size:0;}
}


/*厂房*/
.gg_box{position:relative;}
.gg_box .pic{overflow:hidden;max-height:7.2rem;}
.gg_box .pic img{width:100%;display:block;}
.gg_box .txt{position:absolute;top:10%;left:50%; transform:translate(-50%,0);text-align:center;}
.gg_box .txt h3{font-size:40px;font-weight:normal;margin-bottom:15px;}
.gg_box .txt p{font-size:60px;font-weight:bold;color:var(--main_color);}

@media screen and (max-width:768px) {
.gg_box .pic{max-height:320px;}
.gg_box .pic img{width:100%;display:block;}
.gg_box .txt{width:100%;padding-top:15px;}
.gg_box .txt h3{font-size:14px;font-weight:normal;margin-bottom:0;}
.gg_box .txt p{font-size:26px;font-weight:bold;color:var(--main_color);}
}


/*=======================水表内容页========================*/
.znsb_bg{text-align:center;padding:.6rem 0;background-size:cover;}
.znsb_box h3{line-height: 1;font-size: .38rem;color: #1d2023;font-weight:normal;}
.znsb_box p{font-size: .18rem;line-height:.3rem;color: #666;margin-top:15px;}

@media screen and (max-width:768px) {
.znsb_bg{overflow:hidden;padding:20px 0 0;}
.znsb_box h3{font-size: 20px;}
.znsb_box p{font-size:14px;line-height:1.6;padding:0;margin-top:10px;}

}


.chanshu_box{border-bottom:1px solid #e8e8e8;}
.chanshu .txt{text-align:center;}
.chanshu .txt h3{font-weight:normal;font-size:.38rem;color: #1d2023;}
.chanshu .txt p{font-size: .18rem;line-height: .3rem;color: #333;padding: .15rem 0 0 0;}

@media screen and (max-width:768px) {
.chanshu .txt h3{font-size:20px;}
.chanshu .txt p{font-size:14px;line-height:2;color: #333;padding: 10px 0 0 0;}

}

/*参数*/
.jbxx_box{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:.35rem 0 .2rem;margin-bottom:.3rem;}
.canshu_tit{width:30%;}
.canshu_tit h3{font-size:.3rem;text-align:left;}
.jbxx{width:70%;}
.jbxx li{text-align:left;margin-bottom:30px;}
.jbxx li span{font-size:18px;width:200px;display:inline-block;}
.jbxx li p{display:inline-block;color:#888;font-size:16px;}

@media screen and (max-width:768px) {
.jbxx_box{}
.canshu_tit{width:20%;}
.canshu_tit h3{font-size:16px;}
.jbxx{width:75%;}
.jbxx li{margin-bottom:15px;}
.jbxx li span{font-size:14px;width:100px;}
.jbxx li p{font-size:12px;}
}




/*常见问题*/
.cjwt_bg{background:#f7f7f7;padding-bottom:.8rem;}
.cjwt_box{background:#fff;padding:.4rem .4rem;box-sizing:border-box;}
.cjwt_box li{padding:15px 0;border-bottom:1px dashed rgba(204,204,204,.6);}
.cjwt_box li .pic{width:20%;overflow:hidden;}
.cjwt_box li .pic img{width:100%;display:block; transition:all .3s;}
.cjwt_box li .txt{width:56%;}
.cjwt_box li .txt h3{font-size:18px;margin-bottom:15px;font-weight:normal;}
.cjwt_box li .txt p{color:#888;}
.cjwt_box li .ck{width:20%;}
.cjwt_box li .ck span{display:block;width:120px;line-height:34px;background:rgba(153,153,153,.3);text-align:center;transition:all .3s;}
.cjwt_box li:hover .pic img{transform:scale(1.05);}
.cjwt_box li:hover .ck span{background:var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.cjwt_box{padding:10px 10px 20px;}
.cjwt_box li{padding:10px 0;}
.cjwt_box li .pic{width:37%;overflow:hidden;}
.cjwt_box li .pic img{width:100%;display:block; transition:all .3s;}
.cjwt_box li .txt{width:60%;}
.cjwt_box li .txt h3{font-size:15px;margin-bottom:5px;line-height:1.6;}
.cjwt_box li .ck,.cjwt_box li .txt p{display:none;}

}



/*=======================远程预付费抄表系统介绍========================*/

/*banner*/
.yff_ban{background:url(../images/yff.png) no-repeat center bottom;padding:.8rem 0 0;background-size:100% auto;}
.yff_ban .txt{text-align:center;margin-bottom:.5rem;}
.yff_ban .txt h3{font-size:.38rem;font-weight:normal;}
.yff_ban .txt p{font-size:.2rem;margin:.2rem 0 .3rem 0;}
.yff_ban .txt a{display:inline-block;width:4.25rem;border:1px solid var(--main_color);font-size:.16rem;line-height:.45rem;padding-left:.2rem;box-sizing:border-box;}
.yff_ban .txt span{display:inline-block;width:1.5rem;background:var(--main_color);color:#fff;line-height:.45rem;margin-left:.33rem;}
.yff_ban .pic{overflow:hidden;}
.yff_ban .pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.yff_ban{padding:30px 0 0;}
.yff_ban .txt{margin-bottom:20px;}
.yff_ban .txt h3{font-size:22px;}
.yff_ban .txt p{font-size:13px;margin:10px 0 20px 0;line-height:1.6;}
.yff_ban .txt a{width:300px;border:1px solid var(--main_color);font-size:13px;line-height:42px;padding-left:5px;}
.yff_ban .txt span{width:90px;background:var(--main_color);line-height:42px;margin-left:28px;}
.yff_ban .pic{overflow:hidden;}
.yff_ban .pic img{width:100%;display:block;}
}

/*功能概况*/
.gngk_box{margin:.2rem 0 .5rem 0;}
.gngk_box li{width:15%;margin-right:2%;margin-bottom:.3rem;}
.gngk_box li:nth-child(6n){margin-right:0;}
.gngk_box li .ico img{height:1.2rem;display:block; transition:all .5s;}
.gngk_box li .txt{margin-top:.2rem;text-align:center;height:1.6rem;}
.gngk_box li .txt h3{font-size:.2rem;font-weight:normal;margin-bottom:.1rem;}
.gngk_box li .txt p{line-height:2;color:#888;font-size:13px;}
.gngk_box li:hover .ico img{transform:translateY(-5px);}

@media screen and (max-width:768px) {
.gngk_box{margin:0 0 20px 0;}
.gngk_box li{width:47.7%;margin-right:15px;margin-bottom:15px;border:1px solid #e8e8e8;border-radius:4px;padding:15px 5px 35px;box-sizing:border-box;}
.gngk_box li:nth-child(2n){margin-right:0;}
.gngk_box li .ico img{height:80px;}
.gngk_box li .txt{margin-top:10px;height:100px;}
.gngk_box li .txt h3{font-size:16px;margin-bottom:5px;}
.gngk_box li .txt p{font-size:13px;line-height:1.6;}
.gngk_box li:hover .ico img{transform:translateY(-5px);}
}

/*管理效率*/
.glxv_bg{background:url(../images/xiaolv.jpg) no-repeat center;padding:.2rem 0 .3rem;background-size:cover;}
.glxv_bg .tabs4{border:1px solid var(--main_color);line-height:.45rem;box-sizing:border-box;}
.glxv_bg .tabs4 a{width:calc(100%/7);line-height:.47rem;text-align:center;font-size:.18rem;position:relative;}
.glxv_bg .tabs4 a.active{background:var(--main_color);color:#fff;}
.glxv_bg a:after{position: absolute;bottom: -8px;left: 50%;transform: translateX(-50%);display: block;width: 0;height: 0;content: '';border: 8px solid transparent;border-bottom: 0;}
.glxv_bg a.active:after{border-top-color: var(--main_color);}

.glxv_box{margin-top:.5rem;padding-bottom:.8rem;}
.glxv_box .txt{text-align:center;margin-bottom:.3rem;font-size:.16rem;}
.glxv_box .pic{overflow:hidden;}
.glxv_box .pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.glxv_bg{padding:0 0 20px;}
.glxv_bg .tabs4{line-height:36px;border:none;}
.glxv_bg .tabs4 a{width:31.5%;line-height:36px;font-size:14px;background:#fff;margin-bottom:10px;border-radius:4px;}
.glxv_bg a:after{display:none;}


.glxv_box{margin-top:10px;padding-bottom:20px;}
.glxv_box .txt{margin-bottom:20px;font-size:13px;line-height:1.6;}
.glxv_box .pic{overflow:hidden;}

}

/*行业应用*/
.hyyy_bg{background:#f8f9fb;padding:.2rem 0 .8rem 0;}
.hyyy_box li{width:23.5%;margin-right:2%;margin-bottom:.25rem;position:relative;}
.hyyy_box li:nth-child(4n){margin-right:0;}
.hyyy_box li .pic{overflow:hidden;}
.hyyy_box li .pic img{width:100%;display:block; transition:all .5s;}
.hyyy_box li .txt{position:absolute;bottom:0;width:100%;line-height:.4rem;background:rgba(0,0,0,.7);color:#fff;text-align:center;font-size:.18rem;}
.hyyy_box li:hover .pic img{ transform:scale(1.1,1.1);}

@media screen and (max-width:768px) {
.hyyy_bg{padding:0 0 0 0;}
.hyyy_box li{width:47.8%;margin-right:13px;margin-bottom:15px;border-radius:4px;overflow:hidden;}
.hyyy_box li:nth-child(2n){margin-right:0;}
.hyyy_box li .txt{line-height:28px;font-size:14px;}
.hyyy_box li:hover .pic img{ transform:scale(1.1,1.1);}

}

/*案例*/
.yff_anli{padding:.2rem 0 .8rem 0;}

@media screen and (max-width:768px) {
.yff_anli{display:none;}
}










/*=======================抄表系统方案========================*/

/*分类*/
.fangan_tab{padding: 30px 0;}
.fangan_tab li{padding: 0 .4rem;border-radius:5px;font-size:15px;line-height:38px;color: #424243; cursor:pointer;}
.fangan_tab li.active{background:var(--main_color);color:#fff;}

.fangan_tab_fixed{position:fixed;width:100%;z-index:88;top:60px; background:#fff;}
.fangan_tab_blank{ height:78px;}

@media screen and (max-width:768px) {
.fangan_tab{padding: 10px 0;}
.fangan_tab li{padding: 0 10px;border-radius:5px;font-size:13px;line-height:32px;color: #424243; cursor:pointer;border:1px solid rgba(204,204,204,.5);margin-right:5px;margin-bottom:10px;}
.fangan_tab_fixed{position:relative;top:0;}
.fangan_tab_blank{ height:0;}
}



/*解决方案1*/
.fangan_box1{padding-bottom:.5rem;}
.fangan_box1 li{width:49.3%;overflow:hidden;background: #f5f5f5;margin-bottom:.2rem;transition:all .3s;}
.fangan_bg li{background:#fff;}
.fangan_box1 li .pic{overflow:hidden;}
.fangan_box1 li .pic img{width:100%;display:block; transition:all .3s;}
.fangan_box1 li .txt{padding: .2rem .3rem; box-sizing:border-box;}
.fangan_box1 li .txt .tit{width:60%;}
.fangan_box1 li .txt .tit h3{font-size:.2rem;font-weight:normal;margin-bottom:.1rem;}
.fangan_box1 li .txt .tit p{color:#666;line-height:1.6;}
.fangan_box1 li .txt span{height: .32rem;line-height:.32rem;border: 1px solid #666;display: inline-block;padding: 0 20px;border-radius: 34px;background: #fff;transition:all .3s;}
.fangan_box1 li:hover{box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3);}
.fangan_box1 li:hover .pic img{ transform:scale(1.05);}
.fangan_box1 li:hover .txt span{border: 1px solid var(--main_color);background: var(--main_color);color:#fff;}


@media screen and (max-width:768px) {
.fangan_box1{padding-bottom:10px;}
.fangan_box1 li{width:100%;margin-bottom:15px;}
.fangan_box1 li .txt{padding: 15px 10px;}
.fangan_box1 li .txt .tit{width:100%;}
.fangan_box1 li .txt .tit h3{font-size:16px;margin-bottom:10px;}
.fangan_box1 li .txt .tit p{font-size:13px;}
.fangan_box1 li .txt span{display:none;}
}



/*解决方案2*/
.fangan_bg{background:#f2f2f2;}
.fangan_tit h2{text-align: center;font-size: .26rem;font-weight: normal;padding:.6rem 0 .3rem;}

.fangan_box2{padding-bottom:.5rem;margin-top:.2rem;}
.fangan_box2 li{width:32%;margin-right:2%;overflow:hidden;background: #f5f5f5;margin-bottom:.2rem;transition:all .3s;}
.fangan_box2 li:nth-child(3n){margin-right:0;}
.fangan_box2 li .pic{overflow:hidden;}
.fangan_box2 li .pic img{width:100%;display:block; transition:all .3s;}
.fangan_box2 li .txt{padding: .2rem .3rem;}
.fangan_box2 li .txt  h3{font-size:.2rem;font-weight:normal;}
.fangan_box2 li .txt  p{color:#666;line-height:1.6;margin:.1rem 0 .2rem;}
.fangan_box2 li .txt span{height: .32rem;line-height:.32rem;border: 1px solid #666;display: inline-block;padding: 0 20px;border-radius: 34px;background: #fff;transition:all .3s;}
.fangan_box2 li:hover{box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3);}
.fangan_box2 li:hover .pic img{ transform:scale(1.05);}
.fangan_box2 li:hover .txt span{border: 1px solid var(--main_color);background: var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.fangan_tit h2{font-size: 20px;font-weight: normal;padding:15px 0 15px;}
.fangan_box2{padding-bottom:20px;}
.fangan_box2 li{width:100%;margin-right:0;margin-bottom:15px;}
.fangan_box2 li .txt{padding:15px 10px;}
.fangan_box2 li .txt  h3{font-size:16px;}
.fangan_box2 li .txt  p{font-size:13px;margin:10px 0 15px;}
.fangan_box2 li .txt span{display:none;}
}



/*行业解决方案内容页*/

/*banner*/
.jjfa_banner { position:relative;}
.jjfa_banner .pic{ text-align:center;}
.jjfa_banner .pic img{ max-width:100%; }
.jjfa_banner .box{ position:absolute; left:0; top:0; right:0; bottom:0;}
.jjfa_banner .txt{width:35%;}
.jjfa_banner .txt h3{font-size:.5rem;color:#fff;font-weight:normal;}
.jjfa_banner .txt p{font-size:.2rem;color:#fff;line-height:2;margin-top:.2rem;}

@media screen and (max-width:768px) {
.jjfa_banner .pic{ height:220px;}
.jjfa_banner .pic img{width:100%; height:100%; object-fit:cover; display:block; }
.jjfa_banner .txt{width:70%;}
.jjfa_banner .txt h3{font-size:22px;}
.jjfa_banner .txt p{font-size:13px;line-height:1.6;margin-top:10px;}
}


/*苦恼*/
.jjfa_tit{padding:.7rem 0 .5rem;text-align:center;}
.jjfa_tit h2{font-size:.5rem;font-weight:normal;color:#222;}
.jjfa_tit p{font-size:.24rem;font-weight:normal;color:#464646;margin-top:.15rem;}

.kn_box{padding-bottom:.7rem;}
.kn_box li{position:relative;width:32%;margin-right:2%;background:url(../images/fa_bg1.jpg) no-repeat center;padding:.5rem .3rem; background-size:cover;box-sizing:border-box;border-radius:5px;margin-bottom:.25rem; transition:all .3s;}
.kn_box li:nth-child(3n){margin-right:0;}
.kn_box li h3{font-size:.28rem;font-weight:normal;color:#000;}
.kn_box li p{font-size:.18rem;color:#666;margin-top:.1rem;}
.kn_box li em{position:absolute;right:.25rem;top:.0;font-size:.7rem;font-family: "din";color:#dce5f1;}
.kn_box li:hover{transform:translateY(-5px);}

@media screen and (max-width:768px) {
.jjfa_tit{padding:20px 0 15px;}
.jjfa_tit h2{font-size:20px;}
.jjfa_tit p{font-size:13px;margin-top:10px;}

.kn_box{padding-bottom:20px;}
.kn_box li{width:48%;margin-right:10px;padding:30px 15px; margin-bottom:10px; transition:all .3s;}
.kn_box li:nth-child(3n){margin-right:auto!important;}
.kn_box li:nth-child(2n){margin-right:0;}
.kn_box li h3{font-size:16px;}
.kn_box li p{font-size:13px;margin-top:05px;}
.kn_box li em{position:absolute;right:15px;top:.0;font-size:35px;}
}



/*方案优势*/
.fays_bg{background:url(../images/fays_bg2.jpg) no-repeat center;padding:0 0 .7rem; background-size:cover;}
.fays_box{overflow:hidden;}
.fays_box img{width:100%;display:block;}

@media screen and (max-width:768px) {
.fays_bg{padding:0 0 20px;}
}

/*作业方式*/
.zyfs_bg{position: relative;background: #f6f7fb;padding: 0 0 .3rem;}
.zyfs_bg:before {content: '';width: .94rem;height: .37rem;background: url(../images/system-arrow.png) no-repeat;position: absolute;left: 50%;bottom:-.35rem;transform:translateX(-50%);}

.zyfs_bg2 li{padding:.7rem 0;}
.zyfs_bg2 li:nth-child(even){background: #f6f7fb;}
.zyfs_bg2 li:nth-child(even) .txt{order:2;}
.zyfs_bg2 li:nth-child(even) .pic{order:1;}

.zyfs_bg2 li .txt{width:40%;}
.zyfs_bg2 li .pic{width:50%;}
.zyfs_bg2 li .txt .ico img{border-radius: 10px;box-shadow: 0px 3px 17.1px 0.9px rgba(6, 39, 135, 0.06);}
.zyfs_bg2 li .txt h3{font-size:.42rem;color:#111;font-weight:normal;margin:.35rem 0 .25rem; width:3rem;}
.zyfs_bg2 li .txt p{width:60%;color: #565a5e;font-size:.2rem;line-height:1.8;}
.zyfs_bg2 li .pic{overflow:hidden;}
.zyfs_bg2 li .pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.zyfs_bg{padding: 0 0 20px;}
.zyfs_bg:before {content: '';width:40px;height: 37px;background-size:40px;bottom:-35px;}

.zyfs_bg2 li{padding:30px 0;}
.zyfs_bg2 li:nth-child(odd) .txt{order:1;}
.zyfs_bg2 li:nth-child(odd) .pic{order:2;}
.zyfs_bg2 li:nth-child(even) .txt{order:1;}
.zyfs_bg2 li:nth-child(even) .pic{order:2;}

.zyfs_bg2 li .txt{width:100%;}
.zyfs_bg2 li .pic{width:100%;}
.zyfs_bg2 li .txt .ico img{width:50px;}
.zyfs_bg2 li .txt h3{font-size:18px;margin:10px 0 05px;}
.zyfs_bg2 li .txt h3 br{display:none;}
.zyfs_bg2 li .txt p{width:100%;font-size:13px;line-height:1.6;}
.zyfs_bg2 li .pic{margin-top:15px;}
}


/*适用类型*/
.sylx_bg{background: #f7f7f7;padding:0 0 .7rem;}
.sylx_box li{width:23.5%;margin-right:2%;overflow:hidden;}
.sylx_box li:nth-child(4n){margin-right:0;}
.sylx_box li .pic{overflow:hidden;}
.sylx_box li .pic img{width:100%;display:block;transition:all .3s;}
.sylx_box li .txt{background:#fff;font-size:.18rem;text-align:center;padding:.15rem 0;transition:all .3s;}
.sylx_box li:hover .pic img{ transform:scale(1.1,1.1);}
.sylx_box li:hover .txt{background:var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.sylx_bg{padding:0 0 20px;}
.sylx_box li{width:48%;margin-right:10px;margin-bottom:10px;border-radius:5px;}
.sylx_box li:nth-child(2n){margin-right:0;}
.sylx_box li .txt{padding:10px 0;font-size:14px;}
}



/*定制服务*/
.dzfw_bg{background:url(../images/fuwu_bg.jpg) no-repeat center;padding:.8rem 0 ; background-size:cover;text-align:center;}
.dzfw_bg h3{font-size:.4rem;color:#fff;font-weight:normal;line-height:1.6;margin-bottom:.4rem;}
.dzfw_bg a{display:block;width:2.2rem;line-height:.52rem;background:var(--main_color);color:#fff;margin:0 auto;font-size:.2rem;transition:all .3s;}
.dzfw_bg a:hover{border-radius:.52rem;}

@media screen and (max-width:768px) {
.dzfw_bg{padding:20px 0 ; }
.dzfw_bg h3{font-size:18px;margin-bottom:10px;}
.dzfw_bg a{display:block;width:100px;line-height:36px;font-size:13px;}
}


/*实用案例*/
.spal_bg {background: #f6f7fb;padding:0 0 .7rem;}
.spal_box li{width:32%;margin-right:2%;margin-bottom:.25rem;border-radius:10px;overflow:hidden;background:#fff;border:1px solid  #efefef;box-sizing:border-box;transition:all .3s;}
.spal_box li:nth-child(3n){margin-right:0;}
.spal_box li img{width:100%;display:block;width:80%;}
.spal_box li:hover{border:1px solid  var(--main_color); box-shadow: 0px 18px 21px 0px rgba(22, 54, 90, 0.11);}

@media screen and (max-width:768px) {
.spal_bg {padding:0 0 20px;}
.spal_box li{width:48%;margin-right:10px;margin-bottom:10px;}
.spal_box li:nth-child(3n){margin-right:auto!important;}
.spal_box li:nth-child(2n){margin-right:0;}
.spal_box li img{width:100%;display:block;}
}


/*无忧购买*/
.wygm_box{}
.wygm_box li{width:32%;margin-right:2%;margin-bottom:.25rem;overflow:hidden;background:#fff;padding:.3rem .3rem;border: 1px solid #eee;box-sizing:border-box;}
.wygm_box li:nth-child(3n){margin-right:0;}
.wygm_box li .txt{font-size:.24rem;color:#373a3d;padding-left:.3rem;}

@media screen and (max-width:768px) {
.wygm_box li{width:31%;margin-right:10px;margin-bottom:10px;padding:20px 10px;border-radius:8px;}
.wygm_box li:nth-child(3n){margin-right:0;}
.wygm_box li .ico{margin:0 auto;}
.wygm_box li .ico img{width:40px;}
.wygm_box li .txt{font-size:13px;padding-left:0;margin-top:10px;text-align:center;line-height:1.4;}
}


/*推荐产品*/
.fa_pro{padding-bottom:.7rem;}
.fa_pro li{width:31.5%;border: 1px solid #eee;overflow:hidden;border-radius:8px;}
.fa_pro li .txt{padding:.3rem .2rem;box-sizing:border-box;text-align:center;}
.fa_pro li .txt h3{font-size:.24rem;font-weight:normal;s}
.fa_pro li .txt p{margin-top:.15rem;color:var(--main_color);font-size:.18rem;}
.gd_more{width:2rem;line-height:.46rem;border-radius:.46rem;border: 1px solid #7d7d7d;margin:.5rem auto;text-align:center;transition:all .3s;}
.gd_more a{font-size:.17rem;transition:all .3s;}
.gd_more:hover{background:var(--main_color);border: 1px solid var(--main_color);}
.gd_more:hover a{color:#fff;}

@media screen and (max-width:768px) {
.fa_pro li{width:100%;margin-bottom:15px;}
.fa_pro li .txt{padding:20px 10px;box-sizing:border-box;text-align:center;}
.fa_pro li .txt h3{font-size:16px;}
.fa_pro li .txt p{margin-top:10px;font-size:14px;}
.gd_more{width:110px;line-height:32px;border-radius:32px;margin:15px auto;}
.gd_more a{font-size:13px;}
}





/*=============================解决方案内容页=======================================*/

/*方案产品构成*/
.cpgc_box{}
.cpgc_box li{width:32%;margin-right:2%;margin-bottom:.2rem;overflow:hidden;transition:all .3s;}
.cpgc_box li:nth-child(3n){margin-right:0;}
.cpgc_box li .pic{overflow:hidden;}
.cpgc_box li .pic img{width:100%;display:block;transition:all .3s;}
.cpgc_box li .txt{background:#f7f7f7;padding:.3rem .3rem;box-sizing:border-box;text-align:center;}
.cpgc_box li .txt h2{font-size:.24rem;margin-bottom:.15rem;font-weight: normal;color: #1d2023;}
.cpgc_box li .txt span{color: #888;}
.cpgc_box li:hover{box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3);}
.cpgc_box li:hover .pic img{ transform:scale(1.05);}


@media screen and (max-width:768px) {
.cpgc_box li{width:48%;margin-right:10px;margin-bottom:15px;border-radius:5px;}
.cpgc_box li:nth-child(3n){margin-right:0!important;}
.cpgc_box li:nth-child(2n){margin-right:0;}
.cpgc_box li .txt{padding:10px 10px 5px;}
.cpgc_box li .txt h2{font-size:15px;text-align:left;line-height:1.4;}
.cpgc_box li .txt span{display:none;}
}



/*适用场景*/
.fayycj{background:#f7f7f7;padding-bottom:.7rem;margin-top:.5rem;}
.sycj_box li{width:23.5%;overflow:hidden;}
.sycj_box li .pic{overflow:hidden;}
.sycj_box li .pic img{width:100%;display:block;transition:all .3s;}
.sycj_box li .txt{text-align:center;background:#fff;line-height:.52rem;font-size:.18rem;transition:all .3s;}
.sycj_box li:hover .pic img{ transform:scale(1.05);}
.sycj_box li:hover .txt{background:var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.fayycj{padding-bottom:20px;margin-top:15px;}
.sycj_box li{width:48.5%;border-radius:5px;margin-bottom:15px;}
.sycj_box li .txt{font-size:13px;line-height:34px;}
}





/*远程预付费集抄管理系统*/
.glxt_box{padding:0 0 .8rem;}
.fangan_title{padding:.5rem 0 .35rem;}
.fangan_title h3{font-size:.38rem;text-align:center;font-weight:normal;}
.fangan_title p{font-size:.18rem;color:#888;text-align:center;margin:.2rem 0 0;}
.glxt_box li{width:31%;}
.glxt_box li .pic{overfloow:hidden;background:#f7f7f7;padding:.4rem .4rem;box-sizing:border-box;}
.glxt_box li .pic img{width:100%;display:block;transition:all .3s;}
.glxt_box li .txt{width:1.5rem;border:1px solid var(--main_color);margin:.3rem auto 0;text-align:center;line-height:.36rem;transition:all .3s;}
.glxt_box li:hover .pic img{transform:scale(1.05);}
.glxt_box li:hover .txt{background:var(--main_color);color:#fff;}


@media screen and (max-width:768px) {
.glxt_box{padding:0 0 30px;}
.fangan_title{padding:20px 0 10px;}
.fangan_title h3{font-size:20px;}
.fangan_title p{font-size:13px;margin:8px 0 10px;line-height:1.6;}
.glxt_box li{width:48.5%;}
.glxt_box li .pic{padding:20px 20px;border-radius:5px;}
.glxt_box li .txt{font-size:13px;width:100px;margin:15px auto 15px;line-height:28px;}
}



/*=============================远程预付费系统内容页=======================================*/

/*banner*/
.fufei_bg{position:relative;}
.fufei_bg .pic{overflow:hidden;}
.fufei_bg .pic img{width:100%;display:block;}
.fufei_bg .txt{width:40%;position:absolute;top:12%;left:50%; transform:translateX(-50%);text-align:center;}
.fufei_bg .txt h3{font-size:.3rem;font-weight:normal;color:#fff;margin-bottom:.2rem;}
.fufei_bg .txt p{font-size:.16rem;color:#fff;line-height:1.6;}

@media screen and (max-width:768px) {
.fufei_bg .txt{width:80%;top:16%;}
.fufei_bg .txt h3{font-size:20px;margin-bottom:10px;}
.fufei_bg .txt p{display:none;font-size:13px;}

}

/*主体*/
.ffxt_box li:nth-child(odd){background: url(../images/fufei02.jpg) no-repeat left center;background-size:cover;padding:.8rem 0;}
.ffxt_box li:nth-child(even){background: url(../images/fufei06.jpg) no-repeat right center;background-size:cover;padding:.8rem 0;}
.ffxt_box li .txt{width:25%;}
.ffxt_box li .txt h2{font-weight:normal;font-size:.4rem;margin:.2rem 0;}
.ffxt_box li .txt p{font-size:.16rem;line-height:2; text-align:justify;}

.ffxt_box li .pic{width:60%;position:relative;}
.ffxt_box li .pic img{width:100%;display:block;}
.ffxt_box li .pic .img1{overflow:hidden;}
.ffxt_box li .pic .img2{position:absolute;top:50%;left:45%;right:auto;transform:translate(-50%,-50%);overflow:hidden;}

.ffxt_box li:nth-child(even) .txt{order:2;}
.ffxt_box li:nth-child(even) .pic{order:1;}
.ffxt_box li:nth-child(even) .pic .img2{left:60%;}

@media screen and (max-width:768px) {
.ffxt_box li .txt{width:45%;}
.ffxt_box li .txt .ico img{width:50px;}
.ffxt_box li .txt h2{font-size:20px;margin:10px 0 10px;}
.ffxt_box li .txt p{font-size:12px;line-height:1.6;}

.ffxt_box li .pic{width:50%;position:relative;}

.ffxt_box li:nth-child(even) .pic .img2{left:44%;}
}




/*相关推荐*/
.ff_tuijian{padding:0 0 .8rem;}
.ff_tuijian li{width:31%;}
.ff_tuijian li .pic{overfloow:hidden;background:#f7f7f7;padding:.4rem .4rem;height:3rem;box-sizing:border-box;}
.ff_tuijian li .pic img{max-width: 85%;max-height: 90%;display: inline-block;transition:all .3s;}
.ff_tuijian li .txt{width:1.7rem;border:1px solid var(--main_color);margin:.3rem auto 0;text-align:center;line-height:.36rem;transition:all .3s;}
.ff_tuijian li:hover .pic img{transform:scale(1.05);}
.ff_tuijian li:hover .txt{background:var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.ff_tuijian{padding:0 0 30px;}
.ff_tuijian li{width:48.5%;}
.ff_tuijian li .pic{padding:20px 20px;border-radius:5px;}
.ff_tuijian li .txt{font-size:13px;width:140px;margin:15px auto 15px;line-height:28px;}
}


/*=======================能耗监测分析系统========================*/

/*banner*/
.nh_banner{overflow:hidden;}
.nh_banner img{width:100%;display:block;}

/*管理难题*/
.glnt_box{margin-bottom:.5rem;}
.glnt_box li{width:49%;padding:.6rem .3rem;box-sizing:border-box;border: 1px solid #e5e5e5;background: #f7f9fb;box-shadow: 10px 10px 10px 5px #f1f1f1;font-size:.18rem;text-align:center;margin-bottom:.3rem;}

@media screen and (max-width:768px) {
.glnt_box{margin-bottom:20px;}
.glnt_box li{width:48.5%;padding:20px 10px;font-size:15px;margin-bottom:15px;line-height:1.8;border-radius:5px;}
}

/*系统优势*/
.xtys_bg1{background: #f7f9fb;padding:0 0 .5rem 0;}
.xtys_box1 li{width:32%;margin-right:2%;margin-bottom:.25rem;background:#fff;padding:.4rem .3rem;box-sizing:border-box;}
.xtys_box1 li:nth-child(3n){margin-right:0;}
.xtys_box1 li .txt{margin-left:.15rem;}
.xtys_box1 li .txt h3{font-size:.2rem;margin-bottom:.05rem;font-weight:normal;}
.xtys_box1 li .txt p{color:#999;}

@media screen and (max-width:768px) {
.xtys_bg1{padding:0 0 20px 0;}
.xtys_box1 li{width:47%;margin-right:15px;margin-bottom:15px;padding:20px 10px;border-radius:5px;}
.xtys_box1 li:nth-child(3n){margin-right:15px;}
.xtys_box1 li:nth-child(2n){margin-right:0;}
.xtys_box1 li .ico{width:100%;}
.xtys_box1 li .ico img{width:45px;}
.xtys_box1 li .txt{margin-left:0;}
.xtys_box1 li .txt h3{text-align:center;font-size:16px;margin:10px 0;}
.xtys_box1 li .txt p{text-align:center;font-size:13px;}
}

/*显示数据*/
.xssj_bg{background:#6f9bfc;}
.xssj_bg .main_tit h2,.xssj_bg .main_tit p{color:#fff;}
.xssj_box{padding:.2rem 0 .3rem;}
.xssj_box li{width:20%;}
.xssj_box li .ico{width:10%;}
.xssj_box li .txt{width:80%;}
.xssj_box li .txt p{color:#fff;}
.xssj_pic{overflow:hidden;padding-bottom:.3rem;}
.xssj_pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.xssj_box{padding:10px 0 15px;}
.xssj_box li{width:100%;margin-bottom:10px;}
.xssj_box li .ico{width:10%;}
.xssj_box li .ico img{width:35px;}
.xssj_box li .txt{width:86%;}
.xssj_box li .txt p{font-size:13px;color:#fff;}
.xssj_pic{overflow:hidden;padding-bottom:10px;}
.xssj_pic img{width:100%;display:block;}
}


/*数据可视化*/
.sjksh_box li{width:25%;text-align:center;}
.sjksh_box li .ico img{width:1rem;}
.sjksh_box li h3{margin:.15rem 0 .1rem;font-size:.2rem;font-weight:normal;}
.sjksh_box li p{line-height:1.8;color:#666;}
.shiyong{}
.shiyong a{display:block;width:2.2rem;line-height:.46rem;background:var(--main_color);color:#fff;font-size:.16rem;text-align:center;margin:.5rem auto .8rem;border-radius:8px;}

@media screen and (max-width:768px) {
.ksh .main_tit p br{display:none;}
.sjksh_box li{width:48%;border:1px solid #e8e8e8;border-radius:5px;margin-bottom:15px;padding:20px 10px;box-sizing:border-box;}
.sjksh_box li .ico img{width:50px;}
.sjksh_box li h3{margin:10px 0 10px;font-size:16px;}
.sjksh_box li p{line-height:1.6;font-size:13px;}
.shiyong a{width:200px;line-height:40px;font-size:14px;margin:10px auto 30px;}
}

/*界面*/
.jiemian_box li{background:#f7f9fb;padding:.8rem 0;}
.jiemian_box li .pic{width:60%;overflow:hidden;}
.jiemian_box li .pic img{width:100%;display:block;}
.jiemian_box li .txt{width:23%;}
.jiemian_box li .txt h3{font-weight:normal;font-size:.36rem;margin-bottom:.2rem;line-height:1.4;}
.jiemian_box li .txt p{line-height:1.8;color:#888;}

.jiemian_box li:nth-child(even){background:#fff;}
.jiemian_box li:nth-child(even) .pic{order:2;}
.jiemian_box li:nth-child(even) .txt{order:1;}

.nh_anli{padding-bottom:.8rem;}

@media screen and (max-width:768px) {
.jiemian_box li{padding:30px 0;}
.jiemian_box li .pic{width:100%;}
.jiemian_box li .txt{width:100%;margin-top:20px;}
.jiemian_box li .txt h3{font-size:18px;margin-bottom:10px;line-height:1.4;text-align:center;}
.jiemian_box li .txt p{line-height:1.6;font-size:13px;text-align:center;}

.jiemian_box li:nth-child(even) .pic{order:1;}
.jiemian_box li:nth-child(even) .txt{order:2;}

.nh_anli{padding-bottom:15px;}
}


/*=======================系统演示========================*/
.xtys_box{position:relative;}
.xtys_tab{position: fixed; z-index: 4;width:2.5rem;background:rgba(41,87,164,1);padding:1.5rem .3rem .5rem .5rem;box-sizing:border-box;text-align:right;min-height: 200px;top:0;}
.xtys_tab h3{color:#fff;font-size:.28rem;font-weight:normal;margin-bottom:.4rem;line-height:1.6;}
.xtys_tab li{display:block;padding:.15rem 0;position:relative;transition:all .5s;}
.xtys_tab li a{color:rgba(255,255,255,.75);font-size:.16rem;transition:all .5s;}
.xtys_tab li:after{content: "";display: block;position: absolute; background:url(../images/yanshi00.png) no-repeat .32rem center var(--main_color);height:.5rem;width: .5rem;top:50%;right:-.52rem; transform:translateY(-50%);border-radius:100%;opacity:0; transition:all .5s;}
.xtys_tab li.on a{font-size:.2rem;color:#fff;}
.xtys_tab li.on:after{opacity:1;}

.floorNav.on { top: 0;  }
.floorNav.on2 {position: absolute!important;bottom: 0!important;top: inherit!important;padding-top:4rem;}
@media (max-device-width:770px) {
.xtgnContainer .floorNav.on3 { padding-top: 1030px; }
}

.xtys_box .xtys_con{}
.xtys_box .xtys_con .floorItem{padding:.8rem .8rem .8rem 3.5rem;box-sizing:box-sizing;}
.xtys_box .xtys_con .floorItem:nth-child(even){background:#eaedf4;}
.xtys_box .xtys_con .floorItem:nth-child(odd){background:#fff;}
.xtys_box .xtys_con .floorItem .txt h3{font-size:.38rem;font-weight:normal;margin-bottom:.2rem;color:#000;}
.xtys_box .xtys_con .floorItem .txt p{font-size:.24rem;line-height:2;}
.xtys_box .xtys_con .floorItem .pic{oveflow:hidden;margin-top:.5rem;}
.xtys_box .xtys_con .floorItem .pic img{max-width:80%;display:block;}


/*报价获取*/
.yanshi_bg{background:url(../images/yanshi_bg.jpg) no-repeat center;padding:1rem 0;background-size:cover;}
.yanshi_bg p{font-size:.38rem;line-height:1.8;text-shadow: 0.5px 0.866px 8px rgb( 0, 0, 0 );color:#fff;}
.yanshi_bg a{display:block;width:4rem;line-height:.6rem;background:#fff;text-align:center;font-size:.26rem;border-radius:8px;margin-top:.5rem;transition:all .5s;}
.yanshi_bg a:hover{background:var(--main_color);color:#fff;}



@media screen and (max-width:768px) {
.xtys_box .xtys_tab{display:none;}

.xtys_box .xtys_con{width:100%;}
.xtys_box .xtys_con .floorItem{padding:30px 15px;}
.xtys_box .xtys_con .floorItem .txt h3{font-size:22px;margin-bottom:10px;color:#111;}
.xtys_box .xtys_con .floorItem .txt p{font-size:13px;line-height:1.6;margin-bottom:8px;}
.xtys_box .xtys_con .floorItem .pic{oveflow:hidden;margin-top:25px;}
.xtys_box .xtys_con .floorItem .pic img{max-width:100%;display:block;}

/*报价获取*/
.yanshi_bg{background:url(../images/yanshi_bg.jpg) no-repeat right center;padding:30px 0 50px;}
.yanshi_bg p{font-size:16px;line-height:1.6;margin-bottom:8px;}
.yanshi_bg a{display:block;width:150px;line-height:42px;font-size:14px;margin-top:30px;}
}





/*.top_bg{background: #fff;font-size:.15rem;line-height: .6rem;color: #000;}
.top_bg a{display: inline-block;padding: 0 .15rem;background:var(--main_color);color:#fff;height:.35rem;line-height:.35rem;margin-top:.13rem;border-radius: 4px;margin-left:.2rem;}

.beizhu{color:var(--main_color);padding:.4rem 0;}
.beizhu i{margin-right:10px;}

.yanshi_box{padding:0 0 .8rem;}
.yanshi_box li{border-bottom: 1px solid #e8e8e8;padding:.25rem 0;overflow:hidden;}
.yanshi_box li .pic{width:25%;overflow:hidden;}
.yanshi_box li .pic img{width:100%;display:block;transition:all .3s;}
.yanshi_box li .txt{width:72%;}
.yanshi_box li .txt  h3{font-size:.2rem;font-weight:normal;}
.yanshi_box li .txt  p{color:#888;line-height:1.8;margin:.15rem 0 .2rem;text-align:justify;}
.yanshi_box li .txt span{width:1.2rem;height: .32rem;line-height:.32rem;border: 1px solid #888;display: inline-block;text-align:center;border-radius: 5px;transition:all .3s;}
.yanshi_box li:hover .pic img{ transform:scale(1.05);}
.yanshi_box li:hover .txt span{border: 1px solid var(--main_color);background: var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.top_bg{font-size:14px;line-height:1.6;padding:20px 0;}
.top_bg a{padding: 0 25px;height:32px;line-height:32px;margin-top:10px;margin-left:0;}

.beizhu{padding:20px 0 10px;}
.beizhu i{margin-right:5px;}

.yanshi_box{padding:0 0 30px;}
.yanshi_box li{padding:10px 0;}
.yanshi_box li .pic{width:35%;}
.yanshi_box li .txt{width:60%;}
.yanshi_box li .txt  h3{font-size:16px;}
.yanshi_box li .txt  p{line-height:1.4;margin:5px 0 0;font-size:12px;}
.yanshi_box li .txt span{display:none;}
.yanshi_box li:hover .pic img{ transform:scale(1.05);}
.yanshi_box li:hover .txt span{border: 1px solid var(--main_color);background: var(--main_color);color:#fff;}

}*/



/*=======================客户服务========================*/
.service_tab li{padding:0 .15rem;line-height:.6rem;text-align:center;}
.service_tab li.active a{color:var(--main_color);}

.service_zhuti{padding-bottom:.8rem;}
.news_box{width: calc(100% - 370px);background: #fff;border: 1px solid #e5e5e5;border-radius: 2px;padding:0 .35rem;box-sizing:border-box;}
.news_box li{border-bottom: 1px solid #e5e5e5;padding:.3rem 0;}
.news_box li:last-child{border:none;}
.news_box li .pic{width:29%;overflow:hidden;}
.news_box li .pic img{width:100%;display:block;transition:all .3s;}
.news_box li .txt{width:68%;}
.news_box li .txt h3{font-weight:normal;font-size:.22rem;line-height:1.6;}
.news_box li .txt p{color:#888;line-height:1.6;margin:.1rem 0 .15rem;text-align:justify;}
.news_box li .date dd,.news_box li .date span{font-size:13px;color:#888;margin-right:.2rem;}
.news_box li .date span i{margin-right:5px;}
.news_box li:hover .pic img{ transform:scale(1.05);}

@media screen and (max-width:768px) {
.service_tab {margin-top:20px;}
.service_tab li{padding:0 15px;line-height:30px;border:1px solid rgba(204,204,204,.4);border-radius:5px;margin-right:10px;margin-bottom:10px}

.service_zhuti{padding-bottom:30px;}

.news_box{width: 100%;background:none;border: 0;padding:0 0;}
.news_box li{background:#fff;padding:15px 0;}
.news_box li .pic{width:35%;}
.news_box li .txt{width:62%;}
.news_box li .txt h3{font-size:15px;margin-bottom:10px}
.news_box li .txt p{display:none;}

}


.tjwz_bg{width:280px;border-radius: 2px;padding:.3rem .3rem;background: #fff;border: 1px solid #e5e5e5;}
.biaoti{border-bottom: 1px solid #e5e5e5;padding-bottom:.1rem;}
.biaoti span{font-weight:normal;border-bottom: 1px solid #333;font-size: .17rem;padding-bottom:.1rem;}
.tjwz_box ul{margin-top:.2rem;}
.tjwz_box ul li{padding:.1rem 0;position:relative;}
.tjwz_box ul li:before {content: '';width: 4px;height: 4px;background: #cbcbcb;position: absolute;left: 0;top: 50%; transform:translateY(-50%);}
.tjwz_box ul li a{margin-left:15px;}

@media screen and (max-width:768px) {
.tjwz_box{width:100%;}
.tjwz_bg{width:100%;padding:15px 0;box-sizing:border-box;border:0;}
.biaoti{padding-bottom:10px;}
.biaoti span{font-size:16px;padding-bottom:10px;font-weight:bold;}
.tjwz_box ul{margin-top:15px;}
.tjwz_box ul li{padding:7px 0;}

}




/*客服电话*/
.kfdh_box{padding:.5rem .5rem ;box-sizing:border-box;border-bottom: #aaaaaa 1px dashed;}
.kfdh_box .sqdh{width:3.5rem;}
.kfdh_box .sqdh h3{font-weight:normal;font-size:20px;margin-bottom:20px;}
.kfdh_box .sqdh p{font-size:16px;color:#666;line-height:2.2;}



/*======================案例筛选页======================*/
.case_ban{ background:url(../images/case_ban.jpg) no-repeat center; height:180px;}
.case_ban p{font-size:.46rem;}
.case_ban p span{color:var(--main_color); font-family:din;}
.case_ban p sup{color:var(--main_color); font-family:din;}

@media screen and (max-width:768px) {
.case_ban{ height:80px;}
.case_ban p{font-size:20px;}

}



/*案例主体*/
.case_box{ margin-bottom:.6rem;}
.case_main{width:calc(100% - 325px); background:#fff; box-sizing:border-box; padding:25px;}

@media screen and (max-width:768px) {
.case_main{width:100%; background:none; box-sizing:border-box; padding:10px 0;}

}



/*===================案例筛选=====================*/
.sx_box{margin-bottom:.3rem;}
.sx_box dl{border-bottom: 1px solid #e8e8e8;box-sizing:border-box;margin-bottom:5px;padding:10px 0;}
.sx_box dt{ font-weight:bold;line-height:28px;width:50px;}

.sx_box dd{ width: calc(100% - 50px);}
.sx_box dd a{padding:0 10px; line-height:28px;display:inline-block;}
.sx_box dd a.active{background:var(--main_color);color:#fff;border-radius:20px;}

.totle{margin:.2rem 0 1px;font-size:.18rem;background:#fff;padding:20px .35rem;position:relative;box-sizing:border-box;}
.totle:after {content: "";display: block;position: absolute;background: var(--main_color);height:18px;width: 6px;top: 20px;left: 20px; border-radius: 10px;}
.totle p{font-size:16px;}
.totle p strong{color: var(--main_color);font-size:.2rem;}

@media screen and (max-width:768px) {
.sx_box{padding:0 0;margin-top:0;}
.sx_box dl{margin-bottom:10px;padding-top:0;}
.sx_box dt{font-size:15px;line-height:22px;margin-bottom:10px;width:45px;}
.sx_box dt i{font-size:18px;margin-right:5px;top:2px;}

.sx_box dd{font-size:12px;width: calc(100% - 45px);}
.sx_box dd a{padding:0 5px;margin-left:0;line-height:22px;display:inline-block;}
.sx_box dd a.active{border:1px solid var(--main_color);border-radius:4px;}

.totle{margin:10px 0 1px 0;font-size:14px;padding:15px 25px;}
.totle:after {height: 15px;width: 5px;top: 14px;left:15px;}
.totle p{display:none;}
}



/*案例侧面*/
.case_side{width:300px;}
.case_side .item{background:#fff; padding:10px 15px; border-radius:2px; margin-bottom:20px;}
.case_side .item:last-child{margin-bottom:0;}
.case_side .tit{ line-height:40px;}
.case_side .tit h2{ font-size:16px;}
.case_side .tit a{font-size:13px; color:var(--main_color);}
.case_side .cate_pic img{width:100%;}

@media screen and (max-width:768px) {
.case_side{width:100%;margin-top:15px;}
.case_side .item{background:#fff; padding:6px 0 15px; border-top:5px solid #eee;margin-bottom:0;}
}

/*侧面推荐案例*/
.side_tj_case{}
.side_tj_case li{ margin-bottom:15px;}
.side_tj_case li .pic{width:120px; overflow:hidden;}
.side_tj_case li .pic img{width:100%; height:100%; object-fit:cover; display:block; transition:0.3s all;}
.side_tj_case li:hover .pic img{transform:scale(1.1); }
.side_tj_case li .txt{width:calc(100% - 135px);}
.side_tj_case li .txt h3{ font-size:14px; font-weight:normal; line-height:1.5; text-align:justify;}
.side_tj_case li .txt p{ font-size:12px; color:#888; font-family:din; margin-top:6px;}

/*侧面最新成交客户*/
.side_cjkh{ padding-bottom:15px;}
.side_cjkh li{border-bottom: 1px dashed #dfdfdf; padding: 20px 0 15px 13px;}
.side_cjkh li span{line-height: 1;padding-bottom: 10px;color: #888;position: relative;display: block;}
.side_cjkh li span:before {content: '';width: 4px;height: 4px;background: #888;position: absolute;left: -14px;top: 5px;}
.side_cjkh li p{}

@media screen and (max-width:768px) {
.side_cjkh{ padding-bottom:30px;}
.side_cjkh li{padding: 10px 0 10px 15px;}

}


/*=======================案例内容页============================*/
.page_main_anli{width:calc(100% - 325px);background:#fff;padding:.5rem .6rem;box-sizing:border-box;margin-bottom:.5rem;}

/*上一页 下一页*/
.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:2; padding:10px 0;}
.bot_info p a{margin-right:10px;}

/*案例内容页推荐产品*/
.anli_tj_box{background:#fff;margin:.4rem 0 0;}

@media screen and (max-width:768px) {
.page_main_anli{width:100%;padding:20px 0;margin-bottom:10px;}
.anli_tj_box{margin:10px 0 0;}

}

/*案例内容页侧边主体*/
.page_side_anli{width:300px;}
.page_side_anli .item{background:#fff; padding:10px 15px; border-radius:2px; }
.page_side_anli .item:last-child{margin-bottom:0;}
.page_side_anli .item:last-child .tit{margin-bottom:0;}
.page_side_anli .tit{ line-height:40px;border-bottom:1px solid #e8e8e8;margin-bottom:15px;}
.page_side_anli .tit h2{ font-size:16px;}
.page_side_anli .tit a{font-size:13px; color:var(--main_color);}

.side_fangan li{margin-bottom:15px;}
.side_fangan li .txt{position:relative;margin-bottom:10px;}
.side_fangan li .txt:before {content: '';width: 4px;height: 4px;background: #999;position: absolute;left: 2px;top: 50%;margin-top: -2px;}
.side_fangan li .txt h3{font-weight:normal;margin-left:15px;font-size:15px;}
.side_fangan li .pic{overflow:hidden;}
.side_fangan li .pic img{width:100%;display:block;}
.side_fangan li .desc{background:#f7f7f7;padding:15px 15px;box-sizing:border-box;color:#575757;line-height:1.6;font-size:12px;text-align:justify;}

.anli_side_news li{padding:15px 0;border-bottom: 1px dashed #dfdfdf;position:relative;}
.anli_side_news li:before {content: '';width: 4px;height: 4px;background: #999;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.anli_side_news li a{margin-left:10px;font-size:13px;}

@media screen and (max-width:768px) {
.page_side_anli{width:100%;margin-top:0;}
.page_side_anli .item{background:#fff; padding:6px 0 15px; border-top:5px solid #eee;margin-bottom:0;}

.side_fangan li:last-child{display:none;}
}



/*========================图文列表==============================*/
.pic_art_list li{ padding-bottom:.3rem; margin-bottom:.3rem; border-bottom:solid 1px #e8e8e8; transition:0.3s all;}
.pic_art_list li a{transition:0.3s all;}
.pic_art_list li .pic{width:27%; overflow:hidden;}
.pic_art_list li .pic img{width:100%; display:block; transition:0.3s all;}
.pic_art_list li:hover .pic img{ transform:scale(1.1); }
.pic_art_list li .txt{ width:70%; }
.pic_art_list li.nopic .txt{ width:100%; }
.pic_art_list li .txt h3{font-size:.25rem; font-weight:normal; line-height:1.5;}
.pic_art_list li .txt .time{ color:#999; font-size:14px; margin:.15rem 0;}
.pic_art_list li .txt .time i{margin-right:.1rem;}
.pic_art_list li .txt .desc{font-size:.16rem;line-height:1.8;color:#777; margin-bottom:.25rem;}
.pic_art_list li .txt .more{ width:160px; line-height:46px; border:solid 1px #ccc; text-align:center; font-size:15px; color:#666; transition:0.3s all; position:relative;}
.pic_art_list li .txt .more:before{ content:''; width:0; height:100%; background:var(--main_color); display:block; transition:0.3s all; position:absolute; right:0; top:0; z-index:1;}
.pic_art_list li .txt .more span{ display:inline-block; position:relative; z-index:2; transition:0.3s all; }
.pic_art_list li:hover .txt .more{border:solid 1px var(--main_color);}
.pic_art_list li:hover .txt .more span{color:#fff;}
.pic_art_list li:hover .txt .more:before{width:100%;left:0;}

@media screen and (max-width:768px) {
.pic_art_list li .pic{ border-radius:5px; overflow:hidden;}
.pic_art_list li .pic,.pic_art_list li .txt{width:100%;}
.pic_art_list li .txt{margin-top:15px;}
.pic_art_list li .txt h3{font-size:16px;}
.pic_art_list li .txt .desc,.pic_art_list li .txt .more{ display:none;}
.pic_art_list li .txt .time{margin:15px 0 0 0;}
}

/*===================内容页================*/
.page_side{width:360px;}
.page_main{width:100%; background:#fff; padding:.5rem 1.5rem; box-sizing:border-box;}

.page_side_box{ padding:25px 30px; background:#fff;}
.page_side_tit {font-size:22px; color: #111; font-weight:bold;  margin-bottom: 15px;}

.next_art a{ display:block;}
.next_art li{background: #fff; padding: 32px 30px 25px 30px; margin-bottom:15px; transition:0.3s all;}
.next_art li:hover{box-shadow: 0 1px 20px rgb(0 0 0 / 4%);}
.next_art li .tit{font-size: 22px; font-weight:bold; color:#111; border-bottom: 1px solid #dbdbdb; display:inline-block; padding-bottom: 8px;}
.next_art li h2{font-size: 16px; line-height:1.8;margin: 10px 0 10px;transition: all .4s ease; font-weight:normal;}
.next_art li .time{ font-size:15px; color: #999; font-family:din; }

.show_back{ background: #fff;padding: 26px 30px; }
.show_back a{display: flex;align-items: center;justify-content: center;width: 100%;height: 44px;font-size: 16px;color: #fff;background:var(--main_color);transition: all .4s ease;}
.show_back a:hover{box-shadow: 0 5px 10px rgba(var(--main_color_rgb),.6)}

/*内容页*/
.title_txt {font-size:.28rem;line-height:1.6;  color:#000;font-weight:normal;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative;}
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}


/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px; z-index:10;}
.share-main b{ position:absolute; left:-80px; top:8px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 234px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*正文*/
#art_box { text-align:justify;  font-size:16px; line-height:1.8; color:#555;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box table td:nth-child(2){text-align:left;}
#art_box a{color:#2343B2;}

#art_box video{ max-width:100%;}

@media screen and (max-width:768px) {
.page_side{display:none;}
.page_main{width:100%;  padding:20px 0;}
.share-main{ display:none;}
.title_txt {font-size:18px;line-height:1.6;}
.art_info{margin-bottom:15px;}
.art_info em{font-size:13px; line-height:40px; margin-right:10px;}
#art_box {font-size:14px; }

}


/*相关阅读*/
.xg_tit { border-top:solid 1px #e8e8e8; margin-top:.5rem;}
.xg_tit h5{font-size:20px; margin:.3rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:6px;height:18px; border-radius:5px;
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background:var(--main_color);
}

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; border:solid 1px var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}

@media screen and (max-width:768px) {
.xg_art li{font-size:15px; width:100%; line-height:2.4;}
.xg_tit { margin-top:25px;}
.xg_tit h5{font-size:18px; margin:25px 0 15px 0; position:relative; padding-left:12px;}
.xg_tit h5:after {width:5px;height:16px; border-radius:5px;top: 5px;}

}


/*内容页推荐产品*/
.show_tj_box{background:#fff;padding:.5rem 1.5rem;box-sizing:border-box;margin-bottom:.8rem;}
.tjcp_tit{border-bottom:1px dashed rgba(204,204,204,.5);padding-bottom:15px;margin-bottom:20px;}
.tjcp_tit h6{font-weight:normal;font-size:18px;}
.tjcp_tit a{color:var(--main_color);font-size:15px;}

.show_tjcp li{width:32%;margin-right:2%;}
.show_tjcp li:nth-child(3n){margin-right:0;}
.show_tjcp li .pic{overflow:hidden;}
.show_tjcp li .pic img{width:100%;display:block;}
.show_tjcp li .txt{font-size:15px;text-align:center;padding:10px 0;color:#888;}

.show_anli{margin-top:.3rem;}

@media screen and (max-width:768px) {
.show_tj_box{padding:20px 0;}
.tjcp_tit{padding-bottom:10px;margin-bottom:15px;}
.tjcp_tit h6{font-weight:bold;font-size:16px;}
.tjcp_tit a{font-size:14px;}

.show_tjcp li .txt{font-size:12px;padding-bottom:0;}

.show_anli{margin-top:20px;}

}



/*=======================联系我们========================*/
.contact_tab li{padding:0 .5rem;line-height:.6rem;text-align:center;position:relative;}
.contact_tab li:before {content: '';position: absolute;right: 0;top: 50%; transform:translateY(-50%);width: 1px;height: 15px;background: #d2d2d2;}
.contact_tab li:last-child:before{display:none;}
.contact_tab li.active a{color:var(--main_color);}

@media screen and (max-width:768px) {
.contact_tab{padding:10px 0;}
.contact_tab li{padding:0 11px;line-height:24px;}
.contact_tab li a{font-size:12px;}
}

/*联系我们*/
.lxfs_box{border:1px solid #e8e8e8;background:#fcfcfc;margin:.5rem 0;}
.lxfs_box .txt{width:30%;padding:0 .5rem ;box-sizing:border-box;}
.contact_tit{font-size:.36rem;font-weight:normal;margin-bottom:.28rem;}
.lxfs_box .txt .tel span{font-size:.24rem;color:var(--main_color);}
.lxfs_box .txt .tel dd{margin:.2rem 0;color:#555;}
.lxfs_box .txt .tel a{display:inline-block;border: #dde0e4 1px solid;width:1.6rem;line-height:.3rem;text-align:center; transition:all .3s;}
.lxfs_box .txt .tel a:hover{background:var(--main_color);color:#fff;border: var(--main_color) 1px solid;}
.lxfs_box .txt ul{margin-top:.4rem;}
.lxfs_box .txt ul p{font-size:.16rem;line-height:2.2;}

.lxfs_box .pic{width:70%;}
.lxfs_box .pic img{width:100%;}

/*地图*/
.lxfs_box .map{width:58%;position:relative;}
#map1{width:100%; height:480px;}
.amap-marker-label{padding:15px; border-color: #ababab; border-radius: 5px; color: #666; font-size:14px; box-shadow: 0 6px 12px rgba(0,0,0,.2);}
.amap-marker-label h2{color: #333; font-size: 17px;}

/*地区*/
.diqu_box{margin-bottom:.8rem;}
.diqu_box li{width:32.5%;background:#f5f5f5;padding:.3rem .2rem;box-sizing:border-box;margin-bottom:20px;}
.diqu_box li h3{font-size:18px;line-height:1.6;margin-bottom:15px;}
.diqu_box li p{color:#666;line-height:2.2;}



@media screen and (max-width:768px) {
.lxfs_box{margin:20px 0;background:#fff;border:0;}
.lxfs_box .txt{width:100%;padding:0 0;}

.contact_tit{font-size:20px;margin-bottom:10px;}
.lxfs_box .txt .tel span{font-size:22px;}
.lxfs_box .txt .tel dd{margin:10px 0 15px;}
.lxfs_box .txt .tel a{width:120px;line-height:32px;}

.lxfs_box .txt ul{margin-top:15px;}
.lxfs_box .txt ul p{font-size:14px;line-height:2;}

.lxfs_box .map{width:100%;position:relative;margin-top:15px;}
#map1{width:100%; height:240px;}

.lxfs_box .pic{width:100%; margin-top:15px;}

.diqu_box{margin-bottom:20px;}
.diqu_box li{width:100%;padding:15px 15px;margin-bottom:15px;}
.diqu_box li h3{font-size:15px;line-height:1.6;margin-bottom:5px;}
.diqu_box li p{color:#666;line-height:1.8;}
}


/*===================内页公司简介================*/
.page_about{padding:.6rem 0 ;}
.page_about .about_intro{overflow:hidden;}
.page_about .about_intro p{line-height:1.8;margin-bottom:15px;font-size:16px;text-align:justify;}
.page_about .about_intro img{width:100%;display:block;}

.about_pic{overflow:hidden;position:relative;}
.about_pic img{width:100%;display:block;}
.about_pic .txt{position:absolute;top:60px;left:50%; transform:translateX(-50%);text-align:center;}
.about_pic .txt h3{font-weight:normal;font-size:.36rem;}
.about_pic .txt p{font-weight:bold;font-size:.4rem;color:var(--main_color);margin-top:10px;}


/*企业文化*/
.qywh{margin-top:.4rem;}
.qywh li{ width:24.3%; position:relative; background:#f2f4f8; transition:0.6s all;}
.qywh li:after{ content:""; display:block; position:absolute; right:0; bottom:0; width:0; height:2px; background:var(--main_color); transition:0.6s all;}
.qywh li:hover:after{width:100%; left:0;}

.qywh li .txt{ padding:.3rem .3rem;box-sizing:border-box;  }
.qywh li .txt h3{font-size:.35rem; color:var(--main_color);  margin-bottom:20px; font-family:din;}
.qywh li .txt h5{font-size:22px; font-weight:normal;  margin-bottom:20px;}
.qywh li .txt h5 img { height:30px; margin-right: 15px;vertical-align: middle;}
.qywh li .txt p{line-height:2; font-size:15px; color:#666; text-align:justify;}

.qywh li:before {content: "";width: 100%;height: 100%;background:rgba(0,0,0,.1);display: block;position: absolute;z-index: -1;left: 0px;top: 0px;transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0;
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);visibility: hidden;
}
.qywh li:hover:before {transform: scale(1);-webkit-transform: scale(1);opacity: 1;visibility: visible;}


@media screen and (max-width:768px) {
.page_about{padding:0 15px;margin-top:20px;}
.page_about .about_intro p{line-height:1.6;margin-bottom:10px;font-size:14px;text-align:justify;}

.qywh{margin-top:20px;}
.qywh li{ width:48%; margin-bottom:15px;}

.qywh li .txt{ padding:15px 10px;}
.qywh li .txt h3{font-size:22px; margin-bottom:10px; }
.qywh li .txt h5{font-size:16px; margin-bottom:10px;}
.qywh li .txt h5 img { height:20px; margin-right:10px;}
.qywh li .txt p{line-height:1.6; font-size:12px; color:#666; text-align:justify;}


.about_pic{margin-top:10px;}
.about_pic .txt{width:100%;top:20px;}
.about_pic .txt h3{font-size:16px;}
.about_pic .txt p{font-size:20px;}
}


/*===================内页资质荣誉列表================*/
.zzry_box{padding-bottom:.8rem;border-left:1px solid #e8e8e8;}
.zzry_list {padding-top:.3rem;}
.zzry_list li{position:relative;margin-bottom:.5rem;}
.zzry_list li:before{content: '';width: 4px;height:40px;background: var(--main_color);position: absolute;left: -2px;top: 0;}
.zzry_list li .txt{padding-left:.4rem;width:30%;box-sizing:border-box;}
.zzry_list li .txt p{color:var(--main_color);font-size:.34rem;margin-bottom:.1rem;}
.zzry_list li .txt h3{font-size:.26rem;font-weight:normal;}

.zzry_list li .pic{width:68%;overflow:hidden;}
.zzry_list li .pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.zzry_box{margin-top:0;padding-bottom:20px;border-left:1px solid #e8e8e8;}
.zzry_list{padding-top:0;}
.zzry_list li{margin-bottom:15px;}
.zzry_list li:before{width: 4px;height:25px;left: -2px;top: 2px;}
.zzry_list li .txt{width:100%;}
.zzry_list li .txt{padding-left:15px;width:40%;}
.zzry_list li .txt p{font-size:20px;margin-bottom:5px;}
.zzry_list li .txt h3{font-size:14px;font-weight:normal;}

.zzry_list li .pic{width:100%;padding-left:15px;overflow:hidden;margin-top:15px;}

}

/*===================内页合作伙伴列表================*/
.hzhb_box{margin-top:.6rem;padding-bottom:.8rem;}
.hzhb_list li{width:18.4%;margin-right:2%;overflow:hidden;padding:.1rem .2rem;box-sizing:border-box;margin-bottom:15px;border:1px solid #eee;border-radius:4px;}
.hzhb_list li:nth-child(5n){margin-right:0;}
.hzhb_list li img{width:100%;display:block;}




@media screen and (max-width:768px) {
.hzhb_box{margin-top:15px;padding-bottom:20px;}
.hzhb_list li{width:31.3%; margin-right:10px;border-radius:4px;margin-bottom:10px;}
.hzhb_list li:nth-child(3n){margin-right:0!important;}
.hzhb_list li:nth-child(5n){margin-right:auto!important;}
}


/*======================加入我们======================*/
.join_box1 { margin-bottom:.6rem;}
.join_box1 .desc{ font-size:.16rem; color:#888; line-height:2; font-weight:lighter; text-align:center; margin-bottom:.3rem;}
.join_box1 ul{width:1200px; margin:auto;}
.join_box1 li img{ width:100%; height:100%; object-fit:cover; transition:0.3s all;}
.join_box1 li:hover img{ transform:scale(1.1);}
.join_box1 li {width:32%; margin-bottom:2%; overflow:hidden;}
.join_box1 li:nth-child(1){width:40%;}
.join_box1 li:nth-child(2){width:58%;}

@media screen and (max-width:768px) {
.join_box1 .desc{ font-size:13px; color:#888; line-height:1.8; font-weight:normal; text-align:left;}
.join_box1 .desc p{ margin-bottom:10px; text-align:justify;}
.join_box1 ul{width:auto; margin:auto;}
.join_box1 li {width:48.5%; margin-bottom:2.5%; height:125px;}
.join_box1 li:nth-child(1){width:65%;}
.join_box1 li:nth-child(2){width:32%;}
.join_box1 li:nth-child(3){width:100%;}	
}

.join_box2 { background:#eff0f4; padding-bottom:.6rem;}

/* 人才招聘 */
#job_bd dl{ background:#fff; border: #e8eaef 1px solid; position: relative; margin-bottom:.2rem;  padding:30px .5rem 0; border-radius:4px;}
#job_bd dl.active{box-shadow: 0 1px 20px rgb(0 0 0 / 4%);border: #fff 1px solid;}
#job_bd dt{ box-sizing:border-box;  cursor:pointer; background:#fff; padding-bottom:30px;}
#job_bd dt .tit{width:80%;}
#job_bd dt .tit h2{ font-size:18px; margin-bottom:.2rem;}
#job_bd dt .tit span{flex:1; color:#888;}

#job_bd dt .btn{width:100px; display: flex;flex-direction: column;justify-content:center; align-items:flex-end; }
#job_bd dt .btn span:nth-child(2){ display:none;}
#job_bd dt.on .btn span:nth-child(1){display:none;}
#job_bd dt.on .btn span:nth-child(2){ display:flex;}

#job_bd dd{ display:none; line-height:2; border-top: #e8e8e8 1px solid; position:relative; padding-bottom:50px;}
#job_bd dd strong{margin:.2rem 0 .1rem 0; display:block; font-size:18px;}
#job_bd dd a{cursor:pointer; font-size:15px; padding-left:35px; display: block; width:166px; line-height:42px; text-align: center; background:url(../images/joinsz3.png) no-repeat 35px center var(--main_color); color:#fff; transition:0.5s all; border-radius:50px; margin:25px auto auto auto; box-sizing:border-box;}
#job_bd dd a i{ margin-left:.1rem;}
#job_bd dd a:hover{transform: translateY(-5px); opacity:0.8;}
@media screen and (max-width:768px) {
#job_bd dl{margin-bottom:12px;  padding:25px 20px 0; }
#job_bd dt{ padding-bottom:15px;}
#job_bd dt .tit span{flex:auto; font-size:12px; width:100%; line-height:1.8;}
#job_bd dt .tit{width:calc(100% - 80px);}
#job_bd dt .tit h2{ font-size:16px; margin-bottom:10px;}
#job_bd dt .btn{width:80px; }

#job_bd dd{ line-height:1.8; font-size:13px; padding-bottom:25px;}
#job_bd dd strong{margin:.2rem 0 .1rem 0;  font-size:15px;}
#job_bd dd a{ font-size:14px; width:50%; line-height:40px; border-radius:50px; margin:15px auto auto auto;background:url(../images/joinsz3.png) no-repeat 30px center var(--main_color); background-size:16px auto;}

}



/*======================上传简历表单======================*/
.jianli_form{width:530px; height:580px; padding:50px 60px; background:#fff; border-radius:5px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.jianli_form .close{position:absolute; top:25px; right:25px; cursor:pointer;}

.jianli_form .tit{font-size:18px; color:#000; margin-bottom:25px; font-weight:bold;}
.jianli_form .tit span{ color:var(--main_color);}

.jianli_form ul{}
.jianli_form li{margin-bottom:.15rem;}

.jianli_form input,.jianli_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:15px;
}
.jianli_form .form-group {width:100%;}
.jianli_form .form-group input{margin-bottom:.2rem;}

.jianli_form .submit{ border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:46px; line-height:46px;}
.jianli_form .submit:hover{ opacity:0.8;}
@media screen and (max-width:768px) {
.jianli_form{width:95%; height:520px; padding:30px 20px;}
.jianli_form .close{position:absolute; top:10px; right:5px; cursor:pointer;}
.jianli_form .tit{font-size:16px; line-height:1.5; margin-bottom:20px;}

.jianli_form input,.jianli_form select{padding:12px 10px;font-size:14px;}
.jianli_form .submit{font-size:16px;width:100%; height:45px; line-height:45px;}

}

/*上传按钮*/
.fileupload-buttonbar .btn {vertical-align: middle;
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #40aae2;
    border-color: #40aae2;
}
.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress {
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.progress {
    overflow: hidden;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 40px 40px;
}
.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-success {
    background-color: #36c6d3;
}
.progress-bar {text-align: center;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #40aae2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.finecms-file-ts{ line-height:1.6em; color:#666;}
.files_row_preview { box-sizing:border-box;margin-right: 10px;border: 1px solid #d3cfcf;padding: 10px; width: 80px;height: 70px;overflow: hidden;border-radius: 4px; text-align: center;}
.files_row_preview img {max-width: 60px; max-height: 50px;}
.files_row .mpreview {position: relative;width: 78px;top: -18px;text-align: right;}
/*----------------------*/







/*======================表单页面======================*/
.message {padding-top:.25rem;}
.message input::-webkit-input-placeholder,
.message li{ width: 48%;} 
.message input{border:1px solid #e8e8e8;background: none;outline: none;width: 100%; height:.5rem; font-size:16px; padding:0 10px; box-sizing:border-box; border-radius:3px;} 
.message textarea{clear: both;display: block;border:1px solid #e8e8e8;background: none; outline: none;width: 100%;padding: 14px 15px;box-sizing: border-box;min-height: 1.6rem;font-size:16px;font-family: "微软雅黑"; border-radius:3px;} 
.message .submit{ border:none;outline: none; font-size:16px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:3rem; line-height:52px;border-radius:3px;}

.message li select {width: 100%;height: 45px;background: #fff;border:1px solid #e8e8e8;font-size: 16px;color:#888;font-family: "微软雅黑";outline: none;padding:0 15px; border-radius:3px;}
.message p{font-size:.16rem;margin-bottom:10px;}
.message p span{color:rgba(255,0,0,1);}
@media screen and (max-width:768px) {
.message {padding-top:0;}
.message li{ width: 100%; margin-bottom:10px;} 
.message p{font-size:14px;margin-bottom:10px;}
.message input{ height:36px; font-size:14px;} 
.message li select { height: 36px;font-size:14px;color:#888;}
.message .submit{ width:100%; line-height:42px; }
}

/*======================返回按钮======================*/
.n_bottom{ text-align:center; margin-top:.5rem;}
.n_bottom li{display:inline-block;margin: 0 25px;cursor: pointer;}
.n_bottom li .img{display:inline-block;width:55px;height:55px; border: #ccc 1px solid; border-radius:50%;text-align:center;overflow: hidden; transition:0.6s; box-sizing:border-box;}
.n_bottom li .img h6{height:100%;transition:0.6s;overflow: hidden;}
.n_bottom li h5{ font-size:13px; color:#888; margin-top:6px; font-weight:normal;}
.n_bottom li a{ display:block;}
.n_bottom li a:hover .img h6{transform: translateY(-53px);}
.n_bottom li a:hover .img{ border:var(--main_color) 1px solid; background:var(--main_color);}



/*404*/
.page_msg {padding: 50px; background:#fff; margin:.5rem 0;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}
@media screen and (max-width:768px) {
.page_msg {padding: 20px;}

}


/*内页分页*/
.search-pagination{text-align:center; margin:0px 0 50px 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}

@media screen and (max-width:768px) {
.search-pagination{margin:0px 0 15px 0;}

}






@keyframes o-upfade-top {
    0% {opacity: 0;
        transform: translateY(50px);
    }
    100% {opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.06);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
} 
@keyframes bg {
    from {
        transform: scale(1.3);
    }
    to {
        transform: none;
    }
}
.main_tit{position:relative;}

@keyframes gd01_pic {
    0%{
        opacity: 0; transform: translateY(-100%);
    }
    100%{
        opacity: 1;  transform: translateY(0);
    }
}



/*搜索页面*/
.border_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box;}

.portlet-title{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.portlet-title h5{font-size:.25rem; position:relative; float:left; padding:0 5px;}
.portlet-title h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}


/*搜索页面*/
.search_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box; margin:.6rem auto;}

.serch_n{position:relative;width:50%; margin:auto;}
.serch_n input{width:100%; padding:15px 15px; font-size:16px; outline:none; border-radius:5px; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:0; top:0px;}
.serch_n .btn i{font-style:normal;}
.serch_n .btn button{ width:1.25rem; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:.4rem;border-radius:0 5px 5px 0; font-size:.18rem; color:#fff; background: url('../images/icon-hsrch.png') no-repeat 30px center var(--main_color);}

.search_tit{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.search_tit h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.search_tit h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}

.serch_list{}
.serch_list li{font-size:16px; padding-left:15px; line-height:2.6; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; position:relative;}
.serch_list li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#ccc; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.serch_list li:nth-child(5n){border-bottom:dotted 1px #ccc; margin-bottom:.25rem; padding-bottom:.25rem;} 
.serch_list li span{color:#888; float:right; font-size:14px;}

@media screen and (max-width:768px) {
.search_box{ padding:15px 15px; }
.serch_list li{font-size:14px; }
.serch_list li span{font-size:12px;}
.serch_n {width:100%;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; box-sizing:border-box;}
.serch_n input[type="text"] {width: 100%;height:44px;background:rgba(255,255,255,0.8);box-sizing: border-box;padding: 0 50px 0 15px;border: none;}
.serch_n .btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.serch_n .btn i{display:none;}
.serch_n .btn button{width:100%;height:100%; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

}

/*表单*/
.form_box{width:330px; margin:auto;}
.form_box .con li,.form_box .con .form-actions{margin-top:15px; position:relative;}
.form_box .con li input{background: #fff; font-size:15px;border-radius: 4px;border: 1px solid #dcdfe6;box-sizing: border-box;color: #606266;height: 46px;line-height: 46px;outline: none;padding: 0 15px;transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;}
.form_box .con li input:focus,.form_box .con li input:hover{border:solid 1px #FF2442;}
.form_box .con li .yzm{position:absolute; padding:0 10px; top:0px; right:0px; border-left:solid 1px #dcdfe6; transition:.2s all;}

.form_box .con button{ width:100%; height:50px; background:#FF2442; border:none; font-size:15px; color:#fff; cursor:pointer; outline:none; border-radius:3px;}
.form_box .con button:hover{ opacity:0.9;}

.form_box .con .sms_btn{ width:125px; line-height:46px; background:#333; font-size:14px; color:#fff; display:block; text-align:center; border-radius:3px; text-decoration:none;}




.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.5);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

/*留言弹窗*/
.buy_form{width:9rem; height:6rem; padding:.5rem .8rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.36rem; color:#000; margin-bottom:.15rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input,.buy_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:1.25rem; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}


/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom:10%; z-index: 99;width: 50px;border-radius: 25px;background: #fff;box-shadow: 0px 0px 8px 0px rgba(181,181,181,0.5);}
.side-menu-itembox { position: relative}
.side-menu-itembox:not(:last-child) { margin-bottom:5px;}
.side-menu-itembox:hover .side-menu-screen {right: 50px;visibility: visible;opacity: 1}
.side-menu-itembox:hover .side-menu-btn {background: #fdefe7}
.side-menu-itembox:hover .side-menu-btn.mine:before {width: 22px;height: 22px; background: url("../images/float_ico.png") -49px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.message:before { width: 22px;height: 23px;background: url("../images/float_ico.png") 0px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.yijian:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -98px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -24.5px -25.5px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop { cursor: pointer}

.side-menu-btn {display: block;width: 50px;height: 50px; box-sizing: border-box;border: 4px solid #fff; background: #fff; border-radius: 50%;position: relative}
.side-menu-btn:before { content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.side-menu-btn.mine:before { width: 22px;height: 22px; background: url("../images/float_ico.png") -49px 0px/120px no-repeat}
.side-menu-btn.message:before {width: 22px;height: 23px;background: url("../images/float_ico.png") -24.5px 0px/120px no-repeat}
.side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -73.5px 0px/120px no-repeat}
.side-menu-btn.yijian:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -98px -24.5px/120px no-repeat}
.side-menu-btn.totop:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -25.5px/120px no-repeat}

.side-menu-screen {padding-top: 4px;position: absolute;padding-right: 11px; top: 0; right: 65px;transition: all .2s;visibility: hidden;opacity: 0}
.side-screen-box {position: relative; background: #fff;box-shadow: 0px 2px 7px -1px rgba(225,225,225,.5);border-radius: 6px;display: block}
.side-screen-box:before {content: '';position: absolute;top: 14px;right: -7px;border-left: 7px solid #fff; border-top: 7px solid rgba(0,0,0,0);border-bottom: 7px solid rgba(0,0,0,0)}
.side-screen-box.only-text {height: 42px;line-height: 42px;font-size: 15px;font-weight: 400;color: #111; white-space: nowrap; padding: 0 18px;}
.side-screen-box.qrcode {width: 150px;line-height: 20px;text-align: center;font-weight: 400;font-size: 14px;color: #333;padding: 10px 0 10px}
.side-screen-box.qrcode .gzh-qrcode {width: 130px;display: block;margin:auto}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}



/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 60px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--second_color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 60px;
  }
}
.cd-top:hover{background-color:var(--second_color);transition: all 0.3s ease 0s;}

