
@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 1300px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#0188ff; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
.clear{clear:both; height:0; line-height:0; font-size:0;}
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

.container{width:1300px;margin:0 auto;}

@media(max-width: 767px){
	body{ max-width: 640px; min-width: 320px; margin: 0 auto; }
	.container{ width: 100%;}
	.padding-10{padding: 0 10px;}
	.hidden-xs{ display: none !important;}
	.visited-xs{display: block;}
}






/* 头部 */
.top {position: relative; line-height: 30px; background: #e8e8e8; width: 100%;  height: 30px;}
.top .top_l { float: left; font-size: 13px; color: #888888; }
.top .top_r { float: right;  }
.top .top_r span a { color: #888888; font-size: 13px; padding-right:10px; padding-left: 10px; border-right: 2px solid #bbb;  }
.top .top_r span:last-child a { padding-right: 0px; border-right: none; }
.top .top_r em { font-size: 16px; font-weight: bold; }

.top_desc { overflow: hidden;  display: block; padding:25px 0; width: 100%; }
.top_desc .top_desc_l { float: left; overflow: hidden; }
.top_desc .top_desc_l .logo { float: left; overflow: hidden; display: block; }
.top_desc .top_desc_l .logo img { max-width: 100%; display: block;  }
.top_desc .top_desc_l .top_desc_list { float: left; overflow: hidden; margin-left: 15px;  margin-top: 18px;}
.top_desc .top_desc_l .top_desc_list h1 { font-size: 22px; font-weight: bold; color: #333333; }
.top_desc .top_desc_l .top_desc_list h3 { font-size: 22px; font-weight: bold; color: #333333; }

.top_desc .top_desc_l .top_desc_list p { font-size: 15px; color: #666666; }
.top_desc .top_desc_r { float: right; padding-left: 50px; }
.top_desc .top_desc_r dt { font-size: 14px; color: #333333;  }
.top_desc .top_desc_r dd { font-size: 26px; color: #333333; font-weight: bold; }

 /*PC导航条*/
 .pc_nav { background: url("../images/nav.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/nav.jpg*/no-repeat center; height: 68px; display: block; width: 100%; }
 .pc_nav .nav_list { overflow: hidden; }
 .pc_nav .nav_list ul { float: left; }
 .pc_nav .nav_list ul li { float: left; text-align: center; line-height:68px;  }
 .pc_nav .nav_list ul li a { padding:0 47px; display: block; background: url("../images/navico.png")/*tpa=http://www.biaodianzn.com/staticres/images/navico.png*/no-repeat right; }
 .pc_nav .nav_list ul li:first-child { position: relative; line-height: 72px; }
 .pc_nav .nav_list ul li:first-child a { background: none; }
 .pc_nav .nav_list ul li:last-child a { background: none; }
 .pc_nav .nav_list ul li:first-child:after { position: absolute; content: '';  width: 16px; height: 14px; display: block; background: url("../images/home.png")/*tpa=http://www.biaodianzn.com/staticres/images/home.png*/no-repeat center; left: 20px; top: 50%; margin-top: -7px; }
 .pc_nav .nav_list ul li a { font-size: 17px; color: #fff; }
 .pc_nav .nav_list ul li.cur a { font-weight: bold;}
 .pc_nav .nav_list ul li:hover a { font-weight: bold;}
/*轮播图*/
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:25px;font-size:0;}
#banner .swiper-pagination-bullet{width:40px;height:6px;background:#79848d;opacity:1;border-radius: unset;}
#banner .swiper-pagination-bullet-active{background:#0188ff;}
#banner .swiper-button-prev{left:-10px; width: 50px; height: 100px; background: url("../images/banjt.png")/*tpa=http://www.biaodianzn.com/staticres/images/banjt.png*/no-repeat center rgba(0,0,0,0.5);border-top-right-radius:100px; border-bottom-right-radius:100px; display: block;}
#banner .swiper-button-prev:hover { background: url("../images/banjt.png")/*tpa=http://www.biaodianzn.com/staticres/images/banjt.png*/no-repeat center rgba(1,134,233,0.8); }
#banner .swiper-button-next{right:-10px; width: 50px; height: 100px; background: url("../images/banjt_1.png")/*tpa=http://www.biaodianzn.com/staticres/images/banjt_1.png*/no-repeat center rgba(0,0,0,0.5);border-top-left-radius:100px; border-bottom-left-radius:100px; display: block;}
#banner .swiper-button-next:hover { background: url("../images/banjt_1.png")/*tpa=http://www.biaodianzn.com/staticres/images/banjt_1.png*/no-repeat center rgba(1,134,233,0.8); }


/*搜索*/
.search{background:#fff;  border-bottom: 1px solid #d5d5d5;}
.search .gjc{overflow:hidden; float:left; height:66px; line-height:66px; font-size:14px;color: #666;padding-left:35px;background:url("../images/search_hot.png")/*tpa=http://www.biaodianzn.com/staticres/images/search_hot.png*/ no-repeat left;}
.search .gjc span { font-size: 14px; color: #0186fc; }
.search .gjc a{font-size:14px;color: #666;}
.search .gjc a:hover{color: #0188ff;}
.search .sc{ float:right; }
.search .sc form{overflow:hidden;position:relative;}
.search .sc .tt{ float:left; width:304px; height:65px; line-height:65px; background:none;  font-size:14px; color:#999; outline:none; border-left: 1px solid #d5d5d5; padding-left: 20px;}
.search .sc .s_bt{position:absolute;right:0;top:0;width:66px;height:66px;background: url("../images/search_bg.png")/*tpa=http://www.biaodianzn.com/staticres/images/search_bg.png*/ no-repeat center; color:#fff; text-decoration:none; background-color:#0188ff;font-size:14px;cursor:pointer;}

/*视频*/
.about_ys { padding:45px 0; background: #f5f5f5; display: block; overflow: hidden;  }
.video { float: left;   padding-left: 10px; position: relative;}
.videolist { position:relative; overflow: hidden; }
.videolist img { max-width: 100%; display: block; }
.videolist img:last-child { opacity: 0.8; transition: all 0.5s;}
.videolist img:last-child:hover { opacity: 1; }
.videolist:hover{ cursor: pointer; }
.videoed { display:block;  position: absolute; left:48%; top:47%; z-index:99; margin-left: -45px; margin-top: -45px; width: 90px; height: 90px; display: block;}
.about_ys video { background: #000; }
.video:after { position: absolute; content: '';  width: 722px; height: 31px; display: block; background: url("../images/sy_caseico.png")/*tpa=http://www.biaodianzn.com/staticres/images/sy_caseico.png*/no-repeat center; bottom: -24px; left: 16px; z-index: 99; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.video_r { float: right; width: 485px; padding-top: 95px;}
.video_r h3 { font-size: 48px; color: #333333;  font-weight: normal; }
.video_r h3 em { font-weight: bold; color: #0186fc;  }
.video_r span { font-size: 14px; color: #999999; letter-spacing: 3.6px; }
.video_r p { font-size: 16px; color: #666666; line-height: 2; margin-top: 54px;  }

/*数字跳动*/
.number { height: 118px; width: 100%; display: block; overflow: hidden;  background: url("../images/numberbg.png")/*tpa=http://www.biaodianzn.com/staticres/images/numberbg.png*/no-repeat center; padding-top: 25px;}
.number .main { display: flex; }
.number .main .stat-items { flex: 1; text-align: center;}
.number .main .stat-items .stat-items-t { font-size: 60px; color: #333333; font-weight: 700; font-family: 'arial'; }
.number .main .stat-items:hover .stat-items-t { color: #0186fd; }
.number .main .stat-items .stat-items-unit { font-size: 18px; color: #333333; }
.number .main .stat-items p { font-size: 16px; color: #666666;  }

/*产品中心*/
.pro { margin-top:90px; background: #fff; display: block;  display: block; padding-bottom: 60px; }
.pro_title {text-align: center; position: relative; }
.pro_title span { font-size: 60px; color: #f2f2f2; font-weight: bold; top: 5px; text-transform: uppercase; position: absolute; z-index: 1; left: 50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.pro_title h2 { font-size: 46px; color: #333333; font-weight: bold; position: relative; z-index: 2; }
.pro_nr { display: block; margin-top: 50px; }
.pro_nr .m_fl { }
.pro_nr .m_fl .flhd { display: flex;box-shadow: 0px 0px 6px #ddd;  }
.pro_nr .m_fl .flhd li { flex: 1; height: 70px; background: #fff; }
.pro_nr .m_fl .flhd li.cur { background: #0186fc;  }
.pro_nr .m_fl .flhd li a { font-size: 20px; color: #666666; font-weight: bold; line-height: 70px; display: block; padding-left: 50px; position: relative; }
.pro_nr .m_fl .flhd li.cur a { color: #fff; }
.pro_nr .m_fl .flhd li a:after { position: absolute; content:''; display: block; width: 11px; height: 13px;  background: url("../images/fl_1.png")/*tpa=http://www.biaodianzn.com/staticres/images/fl_1.png*/no-repeat; top: 50%; margin-top: -6px;  overflow: hidden; left: 20px; }
.pro_nr .m_fl .flhd li.cur a:after { background: url("../images/fl.png")/*tpa=http://www.biaodianzn.com/staticres/images/fl.png*/no-repeat; }
.pro_nr .m_fl .flhd li em { float: right; margin-right: 30px; margin-top: 22px; width: 26px; height: 26px; display: block; overflow: hidden; }
.pro_nr .m_fl .flhd li em img { width: 26px; height: 52px; display: block; margin-top: -26px; transition: all 0.4s; }
.pro_nr .m_fl .flhd li.cur em img { margin-top: 0px; } 
.pro_nr .m_fl .flbd {  border-top:2px solid #fff; background: url("../images/proflbg.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/proflbg.jpg*/center;}
.pro_nr .m_fl .flbd ul { padding-left: 50px; padding-right: 50px; background: url("../images/proflbg.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/proflbg.jpg*/center; overflow: hidden; }
.pro_nr .m_fl .flbd ul{ }
.pro_nr .m_fl .flbd ul li a{ line-height: 60px; color: #fff; font-size: 16px; border-bottom: 1px solid #6cbaff;  width: 16.66%; height: 60px; display: block; float: left;  }
.pro_nr .m_fl .flbd ul li a:hover { font-weight: bold; }
.pro_nr_list { overflow: hidden; margin-top: 28px; }
.pro_nr_list ul li { float: left; width: 310px; display: block; margin-right: 20px; margin-bottom: 30px; position: relative;}
.pro_nr_list ul li:nth-child(4n) { margin-right: 0px; }
.pro_nr_list ul li a {  display: block; }
.pro_nr_list ul li dt { overflow: hidden; display: block; }
.pro_nr_list ul li dt img { display: block;  width: 100%; transition: all 0.5s; }
.pro_nr_list ul li:hover dt img { transform: scale(1.02); }
.pro_nr_list ul li p {  line-height: 52px; font-size: 14px; color: #333; background: #fff; text-align: center; display: block; text-overflow: ellipsis; white-space: nowrap;   padding:0 10px; overflow: hidden;}
.pro_nr_list ul li:hover p { background: #0186fc; color: #fff; }
.pro_nr_list ul li:after { position: absolute; content: ''; display: block; width: 281px; height: 14px; background: url("../images/pro_t_bg.png")/*tpa=http://www.biaodianzn.com/staticres/images/pro_t_bg.png*/no-repeat center; left: 50%; margin-left: -140px; bottom: -14px; }


@-webkit-keyframes zhuan{0%{ -webkit-transform: rotate(0deg);}100%{ -webkit-transform : rotate(360deg);}}
@keyframes zhuan{0%{-ms-transform: rotate(0deg);}100%{-ms- transform: rotate(360deg);}0%{-moz- transform: rotate(0deg);}100%{-moz-transform: rotate(360deg);}0%{-o- transform: rotate(0deg);}100%{-o-transform: rotate(360deg);}0%{ transform: rotate(0deg);}100%{transform: rotate(360deg);}}
/*consult*/
.consult { background: url("../images/probg2.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/probg2.jpg*/no-repeat top #f2f2f2; display: block; padding-bottom: 30px;  }
.consult_nr  { overflow: hidden; }
.consult_t { float: right; padding-top: 50px; padding-right: 200px;  width: 100%; display: block; text-align: right;}
.consult_t h2 { font-weight: bold; font-size: 48px; color: #333333;  }
.consult_t span { font-size: 14px; color: #999999; letter-spacing: 1.6px; }
.consult_tel { overflow: hidden; float: right; margin-top: 100px; }
.consult_tel .consult_tel_desc { float: left; background: url("../images/consult_tel.png")/*tpa=http://www.biaodianzn.com/staticres/images/consult_tel.png*/no-repeat left; padding-left: 56px; height: 60px; margin-right: 100px; }
.consult_tel .consult_tel_desc dt { font-size: 16px; color: #ffffff;  }
.consult_tel .consult_tel_desc dd { font-size: 30px; color: #fff; font-weight: bold; }
.consult_tel a { width: 210px; height: 52px; line-height: 52px; display: block; text-align: center; border-radius: 30px; background: #ffd100; font-size: 18px; color: #333333; float: right; margin-top: 4px; transition: all 0.5s; }
.consult_tel a:hover { background: #fff; }
.consult ul {  display: flex; margin-top: 50px; }
.consult ul li { flex: 1; margin: 0 auto; text-align: center; }
.consult ul li:nth-child(2) { margin-top: 30px; }
.consult ul li:nth-child(n+5) { margin-top: 23px; }
.consult ul li dt { width: 111px; height: 81px; display: block; box-shadow: 0px 0px 20px rgba(0,0,0,0.2); background: #fff; border-radius: 50%;  margin:0 auto; padding-top: 30px; }
.consult ul li:nth-child(5) dt { padding-top: 35px; height: 76px; }
.consult ul li:nth-child(6) dt { padding-top: 37px; height: 74px; }
.consult ul li dt img { max-width: 100%; display: block; margin: auto; animation: zhuan 2s infinite linear;-webkit-animation: zhuan 2s infinite linear; }
.consult ul li div { margin-top: 15px; overflow: hidden; }
.consult ul li div p { font-size: 24px; color: #333333; font-weight: bold; }
.consult ul li:hover div p { color: #0188ff; }
.consult ul li div span { font-size: 14px; color: #666666; line-height: 2; }


/*客户案例*/
.case { padding-top: 50px; background: #f2f2f2; padding-bottom: 40px; overflow: hidden; }

.case_t {text-align: center; position: relative; }
.case_t span { font-size: 60px; color: #e8e8e8; font-weight: bold; top: 5px; text-transform: uppercase; position: absolute; z-index: 1; left: 50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.case_t h2 { font-size: 46px; color: #333333; font-weight: bold; position: relative; z-index: 2; }
.case_nr { margin-top: 32px; position: relative; }
.case_nr .hd .next { position: absolute; display: block; width: 44px; height: 100px; top: 50%; margin-top: -50px; left: -40px; background: url("../images/case_l.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/case_l.jpg*/no-repeat center; z-index: 99;}
.case_nr .hd .prev { position: absolute; display: block; width: 44px; height: 100px; top: 50%; margin-top: -50px; right: -50px; background: url("../images/case_r.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/case_r.jpg*/no-repeat center; z-index: 99;}
.case_nr .bd { }
.case_nr .bd ul { overflow: hidden;  }
.case_nr .bd ul li { width:414px; margin:0 11px;  position: relative; height: 320px;}
.case_nr .bd ul li a { display: block; }
.case_nr .bd ul li a dt { display: block; padding-left: 15px;padding-right: 15px; position: relative; z-index: 2; overflow: hidden; }
.case_nr .bd ul li a dt img { width: 100%; display: block; }
.case_nr .bd ul li a .picList_desc { position: absolute; z-index: 1; width:100%; display: block; height: 88px; background: #ddd; bottom: 0px; left: 0px; }
.case_nr .bd ul li a .picList_desc:after { position: absolute; content: ''; width: 0%; height: 100%; top: 0px; left: 0px; background: #0186fc; z-index: -1; transition: all 0.5s;}
.case_nr .bd ul li:hover a .picList_desc:after { width: 100%;  }
.case_nr .bd ul li a .picList_desc .picList_desc_list { overflow: hidden;  padding:46px 30px 0 30px; }
.case_nr .bd ul li a .picList_desc p { float: left; font-size: 16px; color: #333333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 260px; }
.case_nr .bd ul li:hover a .picList_desc p { color: #fff; }
.case_nr .bd ul li a .picList_desc .more { float: right; }
.case_nr .bd ul li a .picList_desc .more span { float: left; font-size: 14px; color: #333333; text-transform: uppercase; margin-right: 12px; line-height: 25px; }
.case_nr .bd ul li:hover a .picList_desc .more span  { color: #fff; }
.case_nr .bd ul li a .picList_desc .more em { width: 25px; height: 25px; background: #fff; border-radius: 15px; float: right; display: flex;  flex-direction: row; align-items: center; /*垂直居中*/ justify-content: center; /*水平居中*/ }
.case_nr .bd ul li a .picList_desc .more em img { vertical-align: middle; align-items: center;max-width: 100%; }

/*合作客户*/
.par { background: #f2f2f2; overflow: hidden; padding-bottom: 70px; }
.par .par_t { float: left; width: 233px; height: 163px; display: block; }
.par .par_t .par_t_nr {padding-top: 45px; padding-left: 35px; }
.par .par_t h2 { font-size: 30px; font-weight: bold; color: #fff; }
.par .par_t span { font-size: 16px; color: #fff; text-transform: uppercase; position: relative; }
.par .par_t span:after { position: absolute; content: ''; width: 10px; height: 4px; display: block; background: #fff; bottom: -10px; left: 0px; }
.par .par_t span:before { position: absolute; content: ''; width: 30px; height: 4px; display: block; background: #fff; bottom: -10px; left: 15px; }
.par_nr { overflow: hidden; }
.par_nr { float: right; width: 1067px; background: #fff; height: 163px; }
.par_nr ul li { width: 240px; display: block; margin-top: 21px; }
.par_nr ul li a { overflow: hidden; display: block; }
.par_nr ul li a dt{ overflow: hidden; display: block; border-left: 1px solid #e5e5e5; position: relative; background: #fff; }
.par_nr ul li a dt img { width: 100%; display: block; }
.par_nr ul li a dt p { text-align: center; color: #fff; font-size: 16px; position: absolute; left: 50%; top: 50%; opacity: 0; filter: alpha(opacity=0); transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); transition: opacity .8s; -webkit-transition: opacity .8s; -moz-transition: opacity .8s; -ms-transition: opacity .8s;-o-transition: opacity .8s; z-index: 2;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;width: 200px; }
.par_nr ul li:hover a dt p { opacity: 1; }
.par_nr ul li a dt:after { position: absolute; content: ''; width: 100%; height: 100%; display: block; background: rgba(1,136,255); opacity: 0; left: 0px; top: 0px; z-index: 1;}
.par_nr ul li:hover a dt:after { opacity: 0.7; }

/*公司优势*/
.str { padding:80px 0; background: #fff; overflow: hidden; position: relative; }
.str:before { position: absolute; content: ''; width: 755px; height: 420px; display: block; background: url("../images/strbg2.png")/*tpa=http://www.biaodianzn.com/staticres/images/strbg2.png*/no-repeat right; right: 0px; bottom: 0px; }
.str:after { position: absolute; content: ''; width: 544px; height: 190px; display: block; background: url("../images/strbg.png")/*tpa=http://www.biaodianzn.com/staticres/images/strbg.png*/no-repeat; top: 0px; left: 0px; }
.str .pro_title:after { position: absolute; content: ''; width: 26px; height: 23px; display: block; background: url("../images/strico.png")/*tpa=http://www.biaodianzn.com/staticres/images/strico.png*/no-repeat center; top: 75px; left: 50%; margin-left:-13px;    }
.str_nr { margin-top: 80px; position: relative;}
.str_nr .hd { position: absolute; left: 0px; bottom: 0px; background: #f5f5f5; display: block; padding-top: 18px; z-index: 99; padding-left: 7px; padding-right: 7px; }
.str_nr .hd li { float: left; margin:0 13px; text-align: center; }
.str_nr .hd li dt { display: block; position: relative;border:3px solid rgba(0,0,0,0); }

.str_nr .hd li.cur dt { border:3px solid #0186fc; }
.str_nr .hd li dt img { width: 100%; display: block; }
.str_nr .hd li em { position: absolute; width: 30px; height: 30px; display: block; background: #0186fc; border-radius: 30px; font-size: 15px; text-align:center; line-height: 30px; color: #fff; bottom: -15px; left: 50%; margin-left: -15px; opacity: 0; font-weight: bold; }
.str_nr .hd li.cur em { opacity: 1; } 
.str_nr .hd li p { font-size: 20px; color: #333333; line-height: 3; }
.str_nr .bd { overflow: hidden; }
.str_nr .bd .str_nr_l { float: left; width: 560px; }
.str_nr .bd .str_nr_l .str_nr_l_t { padding-left: 90px; background: url("../images/strico1.png")/*tpa=http://www.biaodianzn.com/staticres/images/strico1.png*/no-repeat left; height: 100px; border-bottom: 1px solid #d5d5d5; }
.str_nr .bd .str_nr_l .str_nr_l_t .str_nr_l_t_l { float: left; margin-top: 19px; }
.str_nr .bd .str_nr_l .str_nr_l_t h3 { font-size: 30px; color: #333333; font-weight: bold; }
.str_nr .bd .str_nr_l .str_nr_l_t span { font-size: 16px; color: #999999;  }
.str_nr .bd .str_nr_l .str_nr_l_t em { font-size: 72px; font-weight: bold; color: #e3e3e3; float: right; }
.str_nr .bd .str_nr_l .str_nr_l_desc { font-size: 16px; color: #666666; margin-top: 40px; line-height: 2; }
.str_nr .bd .str_nr_l a { width: 210px; height: 52px; line-height: 52px; display: block;font-size: 18px; text-align: center; background: #e3e3e3; color: #333333; border-radius: 26px; margin-top: 50px; transition: all 0.5s; }
.str_nr .bd .str_nr_l a:hover { background: #0186fd; color: #fff; }
.str_nr .bd .str_nr_r { float: right; }
.str_nr .bd .str_nr_r dt { display: block; position: relative; }
.str_nr .bd .str_nr_r dt img { display: block; width: 100%;  }

/*服务流程*/
.ser { margin-top: 70px; background: url("../images/lc_bg.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/lc_bg.jpg*/no-repeat center 270px; text-align: center; }
.ser_nr { margin-top: 40px; overflow: hidden; }
.ser ul{ overflow: hidden; margin: 0 auto; display: inline-block;}
.ser ul li{ float: left; padding: 0 36px;}
.ser ul li p{ font-size: 18px; color: #444; font-weight: bold; padding-top: 40px; text-align: center;}
.ser ul li:hover p { color: #0186fc; }

/*关于我们*/
.about { margin-top: 90px;  overflow: hidden;}
.about_nr { margin-top: 55px; height: 390px;}
.about_nr .about_nr_l { float: left; width: 590px; position: relative;  }
.about_nr .about_nr_l:after { position: absolute; content: '';	 width: 3px; height: 350px; display: block; background: url("../images/aboutico.png")/*tpa=http://www.biaodianzn.com/staticres/images/aboutico.png*/no-repeat center; left: 0px; top: 0px; }
.about_nr .about_nr_l .about_nr_l_list { padding-top: 55px; padding-left:42px; }
.about_nr .about_nr_l .about_nr_l_list h2 { font-size: 30px; color: #333333; font-weight: bold; }
.about_nr .about_nr_l .about_nr_l_list .about_nr_l_desc { font-size: 14px; color: #666666; line-height: 2; margin-top: 42px;}
.about_nr .about_nr_l .about_nr_l_list a { width: 100px; height: 30px; text-align: center; line-height: 30px; background: #0186fc; font-size: 14px; color: #fff; display: block; text-transform: uppercase;margin-top: 50px; }
.about_nr .about_nr_r { float: right; }
.about_nr .about_nr_r dt {  width: 675px; height: 386px;  }
.about_nr .about_nr_r dt img { width: 972px; height: 386px; display: block; }
/*关于我们轮播*/
.about_lb { overflow: hidden; padding-top: 40px; position: relative;   height: 320px;}
.about_lb:after { position: absolute; content: ''; display: block; width: 40%; height: 323px; background: #256ed2; left: 0px; top: 0px; z-index: 1;  }
.about_lb .slideGroup { position: relative; z-index: 99; }
.about_lb .parHd { overflow: hidden; float: left; width: 216px; margin-top: 30px;}
.about_lb .parHd li { margin-bottom: 30px; position: relative; }
.about_lb .parHd li:after { position: absolute; content: ''; width: 5px; height: 7px; display: block; background: url("../images/aboutico2.png")/*tpa=http://www.biaodianzn.com/staticres/images/aboutico2.png*/no-repeat center; right: 120px; top: 10px; opacity: 0; }
.about_lb .parHd li.cur:after { opacity: 1; }
.about_lb .parHd li h3 { font-size: 18px; color: #fff; }
.about_lb .parHd li.cur h3 { font-weight: bold; }
.about_lb .parHd li span { font-size: 14px; color: #ffffff;  }

.about_lb .parBd { float: left;width: 1080px; } 
.about_lb .parBd ul li { width: 33.33%; padding-left: 8px; padding-right: 8px; display: block; overflow: hidden; }
.about_lb .parBd ul li a { display: block; }
.about_lb .parBd ul li dt { overflow: hidden; display: block; position: relative; transition: all 0.5s;}
.about_lb .parBd ul li dt:after { position: absolute; content: ''; width: 100%; height: 100%; display: block; top: 0px; left: 0px; background: rgba(0,0,0,0.6); transition: all 0.5s; opacity: 0;}
.about_lb .parBd ul li:hover dt:after { opacity: 1; }
.about_lb .parBd ul li dt  span { text-align: center; color: #fff; font-size: 16px; position: absolute; left: 50%; top: 50%; opacity: 0; filter: alpha(opacity=0); transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); transition: opacity .8s; -webkit-transition: opacity .8s; -moz-transition: opacity .8s; -ms-transition: opacity .8s;-o-transition: opacity .8s; z-index: 2;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;width: 200px; }
.about_lb .parBd ul li:hover dt  span { opacity: 1; }
.about_lb .parBd ul li dt img { width: 100%; overflow: hidden; display: block; }

/*新闻中心*/


.sy_news { overflow: hidden; padding:50px 0 70px 0; }
.sy_news .sy_newsnr { overflow: hidden; margin-top: 45px; }
.sy_news .sy_newsnr .sy_newsnrl { width: 785px; float: left;  position: relative; z-index: 9;}
.sy_news .sy_newsnr .sy_newsnrl::after { position: absolute; content: ''; width: 35px;height: 36px; display: block; background: url("../images/sy_newsico1.png")/*tpa=http://www.biaodianzn.com/staticres/images/sy_newsico1.png*/ no-repeat; top: 7px; z-index: 99;}
.sy_news .sy_newsnr .sy_newsnrl:before { position: absolute; content: ''; width: 12px; height: 440px; display: block; background: url("../images/sy_newsico5.png")/*tpa=http://www.biaodianzn.com/staticres/images/sy_newsico5.png*/ no-repeat; top: 0px; right: -100px;}
.sy_news .sy_newsnr .sy_newsnrl .hd { overflow: hidden; }
.sy_news .sy_newsnr .sy_newsnrl .hd ul { overflow: hidden; float: left; border-bottom: 1px solid #D5D5D5; width: 785px;  }
.sy_news .sy_newsnr .sy_newsnrl .hd ul li { float: left; padding-left: 60px; height: 50px;}
.sy_news .sy_newsnr .sy_newsnrl .hd ul li:nth-child(2) {  padding-left: 30px; }
.sy_news .sy_newsnr .sy_newsnrl .hd ul li a { font-size: 18px; font-weight: bold; color: #252525; line-height: 50px; }
.sy_news .sy_newsnr .sy_newsnrl .hd ul li.cur a { color: #0186fc; }
.sy_news .sy_newsnr .sy_newsnrl .hd ul li:hover a { font-size: 18px; font-weight: bold; color: #0186fc; }
.sy_news .sy_newsnr .sy_newsnrl .hd ul li.on a { font-size: 18px; font-weight: bold; color: #0186fc;  }
.sy_news .sy_newsnr .sy_newsnrl .hd ul a.more {  width: 70px;height: 27px;border: 1px solid #a0a0a0;  display: block; border-radius: 20px; float: right;  line-height: 27px; text-align: center; font-size: 12px;color: #999; margin-top: 10px;}
.sy_news .sy_newsnr .sy_newsnrl .hd ul a:hover.more { border: 1px solid #0186fc; background: #0186fc; color: #fff;   }
.sy_news .sy_newsnr .sy_newsnrl .bd { overflow: hidden; margin-top: 27px; }
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl { overflow: hidden; float: left; }
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl a { overflow: hidden;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl a img { width: 300px; height: 200px;display: block; float: left;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl a h3 { font-size: 18px; float: left; color: #252525; font-weight: normal; margin: 30px 0 25px 25px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all; width: 450px; }
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl:hover a h3 { color: #0186fc; }
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl a .wenben { font-size: 14px; color: #666; float: left; width: 460px; line-height: 24px; margin-left: 25px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; height: 48px;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl a span { float: left; width: 100px; height: 38px; display: block; font-size: 14px; color: #fff; text-align: center; line-height: 38px; background: #333333; border-left: 3px solid #5c3178;  margin: 25px 0 0 25px;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul dl:hover a span { background: #0186fc; color: #fff; }
.sy_news .sy_newsnr .sy_newsnrl .bd ul li { overflow: hidden; float: left; width: 380px;  margin:25px 10px 0 0;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul li a i { width: 38px;height: 75px;display: block; background:url("../images/sy_newsico1.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/sy_newsico1.jpg*/no-repeat; font-size: 14px; color: #d5d5d5; position: relative; padding: 35px 0 0 30px; float: left; font-style: normal; }
.sy_news .sy_newsnr .sy_newsnrl .bd ul li a i em { font-size: 20px; color: #d5d5d5;display: block; font-weight: bold; position: absolute; left: 5px;  line-height: 30px;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul li a h3 { font-size: 18px; color: #252525; font-weight: normal;   float: left; width: 250px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul li:hover a h3 { color: #0186fc; }
.sy_news .sy_newsnr .sy_newsnrl .bd ul li a .wenben { font-size: 14px; line-height: 22px; color: #666;  float: left; width: 275px;  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; height: 44px;}
.sy_news .sy_newsnr .sy_newsnrl .bd ul li a .sy_newsnr_desc { padding-top: 15px; padding-left: 20px; overflow: hidden; }
.sy_news .sy_newsnr .sy_newsnrr { width: 335px; float: right; }
.sy_news .sy_newsnr .sy_newsnrr .hd { height: 50px; border-bottom:1px solid #d5d5d5; width: 335px; overflow: hidden; position: relative;}
.sy_news .sy_newsnr .sy_newsnrr .hd:after { width:35px;height: 36px; content: ''; display: block; background: url("../images/sy_newsico2.png")/*tpa=http://www.biaodianzn.com/staticres/images/sy_newsico2.png*/no-repeat;float: left; top: 7px; position: absolute;}
.sy_news .sy_newsnr .sy_newsnrr .hd h3 {font-size: 20px; color: #0186fc; float: left;line-height: 48px;padding-left: 50px; font-weight: bold;}
.sy_news .sy_newsnr .sy_newsnrr .hd h3 em { font-weight: bold; color: #252525; }
.sy_news .sy_newsnr .sy_newsnrr .hd h3 span { font-size: 14px; color: #999; font-weight: normal; }
.sy_news .sy_newsnr .sy_newsnrr .hd a { width: 70px;height: 27px;border: 1px solid #a0a0a0;  display: block; border-radius: 20px; float: right;  line-height: 27px; text-align: center; font-size: 12px;color: #999; margin-top: 10px;  }
.sy_news .sy_newsnr .sy_newsnrr .hd a:hover {border: 1px solid #0186fc; background: #0186fc; color: #fff;    }
.sy_news .sy_newsnr .sy_newsnrr .bd { overflow: hidden; margin-top: 27px; }
.sy_news .sy_newsnr .sy_newsnrr .bd { overflow: hidden; }
.sy_news .sy_newsnr .sy_newsnrr .bd ul { overflow: hidden; }
.sy_news .sy_newsnr .sy_newsnrr .bd ul li { overflow: hidden; }
.sy_news .sy_newsnr .sy_newsnrr .bd ul li dt { width: 399px; height: 60px; display: block; background: url("../images/sy_newsico3.png")/*tpa=http://www.biaodianzn.com/staticres/images/sy_newsico3.png*/no-repeat; margin-top: 18px; }
.sy_news .sy_newsnr .sy_newsnrr .bd ul li dt a { font-size: 15px; color: #252525; padding-left: 70px; line-height: 60px; display: inline-block;white-space: nowrap;  width: 250px; overflow: hidden; text-overflow:ellipsis;}
.sy_news .sy_newsnr .sy_newsnrr .bd ul li:hover dt a  { color: #0186fc; }
.sy_news .sy_newsnr .sy_newsnrr .bd ul li dd { width: 330px;  height: 60px;background: url("../images/sy_newsico4.png")/*tpa=http://www.biaodianzn.com/staticres/images/sy_newsico4.png*/no-repeat;padding-left: 30px;  margin-top: 20px; }
.sy_news .sy_newsnr .sy_newsnrr .bd ul li dd p { font-size: 15px; color: #454545; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 60px; width: 230px; }

/* 底部 */
#footer-nav {  background: #252525; }
.footer-nav { overflow: hidden; background: #252525; padding-top: 55px; padding-bottom: 70px; }
.footer-nav-dh { width: 33.33%; overflow:  hidden; display: block; float: left; }
.footer-nav-dh h2 { font-size: 18px; color: #fff; padding-left: 40px; position: relative; }
.footer-nav-dh h2:after { position: absolute; content: ''; width: 22px; height: 22px; display: block; background: url("../images/footerico.png")/*tpa=http://www.biaodianzn.com/staticres/images/footerico.png*/no-repeat center; top: 0px; left:5px; }
.footer-nav-dh h2 em { font-size: 12px; color: #666666; }
.footer-nav-dh ul { margin-top: 35px; overflow: hidden; padding-left: 20px; }
.footer-nav-dh ul li { float: left; width: 40%; }
.footer-nav-dh ul li a { font-size: 16px; color: #999999; line-height: 2.4; display: block; }
.footer-nav-dh ul li:hover a { color: #fff; }

.footer-nav-lx { width: 33.33%; overflow:  hidden; display: block; float: left; }
.footer-nav-lx h2 { font-size: 18px; color: #fff; padding-left: 40px; position: relative; }
.footer-nav-lx h2:after { position: absolute; content: ''; width: 22px; height: 22px; display: block; background: url("../images/footerico.png")/*tpa=http://www.biaodianzn.com/staticres/images/footerico.png*/no-repeat center; top: 0px; left:5px; }
.footer-nav-lx h2 em { font-size: 12px; color: #666666; }
.footer-nav-lx ul { margin-top: 35px; overflow: hidden;  }
.footer-nav-lx ul li { padding-left: 45px; margin-bottom: 25px; }
.footer-nav-lx ul li span { font-size: 16px; color: #999999; line-height: 1.8; }
.footer-nav-lx ul li.tel { background: url("../images/footerico1.png")/*tpa=http://www.biaodianzn.com/staticres/images/footerico1.png*/no-repeat 12px 17px;}
.footer-nav-lx ul li.mail { background: url("../images/footerico2.png")/*tpa=http://www.biaodianzn.com/staticres/images/footerico2.png*/no-repeat 12px 17px;}
.footer-nav-lx ul li.add { background: url("../images/footerico3.png")/*tpa=http://www.biaodianzn.com/staticres/images/footerico3.png*/no-repeat 12px 17px;}
.footer-nav-lx ul li.tel p { font-size: 18px; font-weight: bold; color: #fff; }
.footer-nav-lx ul li.mail p { font-size: 16px; color: #ffffff; }
.footer-nav-lx ul li.add p  { font-size: 16px; color: #ffffff; }

.footer-nav-sm { float: right; padding-right: 30px;  }
.footer-nav-sm h2 { font-size: 16px; color: #ffffff; background: url("../images/ewmico.png")/*tpa=http://www.biaodianzn.com/staticres/images/ewmico.png*/no-repeat left; padding-left: 40px; }
.footer-nav-sm ul { margin-top: 30px; }
.footer-nav-sm ul li { float: left; margin-right: 25px; }
.footer-nav-sm ul li a{ overflow: hidden; display: block; }
.footer-nav-sm ul li p { text-align: center; color: #ffffff; font-size: 16px; line-height: 2.6; }
.footer-nav-sm ul li:last-child img{ width: 130px; height: 130px; display: block;  }


.footer_copy { overflow: hidden; }
.footer_copy p { float: left; font-size: 14px; color: #999999; line-height: 2; }
.footer_copy span { font-size: 14px; color: #999999; line-height: 2; margin-left: 10px; }
.footer_copy span a { margin-right: 10px; }
.footer_copy a { font-size: 14px; color: #999999; line-height: 2;  }
.footer_copy a:hover { color: #fff; text-decoration: underline; }

/*友情链接*/
.link { background: #1b1b1b; overflow: hidden; }
.link span { font-size: 16px; color: #ffffff; float: left; width: 130px; line-height: 60px; }
.link a { margin:0 5px; font-size: 14px; color: #ffffff; line-height: 60px; opacity: 0.8; }
.link a:hover { opacity: 1; text-decoration: underline; }
/*底部按钮*/
.m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #0188ff;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
.m-fbtn a{flex:1;padding:7px 0;color:#fff;}
.m-fbtn a i{font-size:16px;display:block;}
.m-fbtn a span{display:block;line-height:20px;}


/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 1000000;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #0188ff;float: left;position: relative;border-top:1px solid #333;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li:hover{ background:#0188ff;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#0188ff;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 150px;position:absolute; top:0; left:-151px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/*面包屑*/
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 45px;font-size: 14px;background: url("../images/location.png")/*tpa=http://www.biaodianzn.com/staticres/images/location.png*/ no-repeat 0 15px;text-indent: 20px;color: #666;}
.location span a{color: #666;}
.location span a:hover{color: #0188ff;}

/*内页样式*/
.inside{padding:40px 0;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url("../images/error.png")/*tpa=http://www.biaodianzn.com/staticres/images/error.png*/;background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;}

/*内页左侧导航*/
.nynav{width:250px;float:left;}
.nyjc{margin-bottom:20px;}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #0188ff;}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 100px;background: #fff;margin:10px 0;}
#sidebar{padding:10px;background: #fff;border: 1px solid #0188ff;}
#sidebar li{margin-top: 10px;}
#sidebar li:first-child{margin-top: 0px;}
#sidebar li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar li.cur a, #sidebar li:hover a{background: #0188ff;color: #fff;}
.nyhotpro{margin-bottom:20px;}
.nyhotpro .bd{overflow:hidden;padding:10px;background: #fff;border: 1px solid #0188ff;}
.nyhotpro .bd ul li{text-align:center;margin-bottom:10px;}
.nyhotpro .bd ul li a{display:block;}
.nyhotpro .bd ul li a img{margin-bottom:10px;max-width:100%;padding:2px;border:1px solid #ccc;box-sizing:border-box;}
.nyhotpro .bd ul li p a{font-size:16px;line-height:30px;background:#ccc;}
.nyhotpro .bd ul li a:hover img{border-color:#0188ff;}
.nycontel-con{padding:10px;background: #fff;border: 1px solid #0188ff;line-height:1.8;}
.nycontel-con img{max-width:100%;height:auto !important;}

/*内页左侧产品导航*/
.nyprojc{margin-bottom:20px;}
.nyprojc-til{background: url("../images/nypronav-bg.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/nypronav-bg.jpg*/ no-repeat center;}
.nyprojc-til a{padding: 25px;display: block;}
.nyprojc-til a p{color: #fff;font-weight: bold;font-size: 22px;line-height: 30px;}
.nyprojc-til a span{color: #fff;display: block;text-transform: capitalize;font-weight: 100;line-height: 20px;font-size: 14px;}
#sidebar1{overflow:hidden;}
#sidebar1 li{position: relative;width: 100%;}
#sidebar1 li::before, #sidebar1 li::after{content: '';display: block;height: 100%;position: absolute;width: 1px;background: #eee;top: 0;z-index:1;}
#sidebar1 li::before{left:0;}
#sidebar1 li::after{right:0;}
#sidebar1 li>a{display: block;line-height: 50px;height: 50px;width: 100%;position: relative;overflow: hidden;background: #fff;}
#sidebar1 li>a::before{content: '';display: block;height: 60px;background: #0188ff;left: -100%;top: 0;position: absolute;width: 100%;z-index: 2;-webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;}
#sidebar1 li>a::after{position: absolute;content: '';background: #eee;width: 100%;height: 1px;bottom: 0;left: 0;z-index: 1;}
#sidebar1 li>a>span{display: block;font-size: 16px;color: #343434;height: 100%;position: relative;z-index: 3;padding: 0 30px;}
#sidebar1 li>a>i{display: block;position: absolute;right: 20px;top: 17px;width: 18px;height: 18px;background: url("../images/nyprolist_cur.png")/*tpa=http://www.biaodianzn.com/staticres/images/nyprolist_cur.png*/ no-repeat 0 center;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;z-index: 3;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
#sidebar1 li>.nypronav2{padding: 22px 0;background: #eee;display:none;}
#sidebar1 li>.nypronav2>a{display: block;color: #666;line-height: 34px;padding: 0 30px;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;font-size: 13px;}
#sidebar1 li.cur>a::before{left:0;}
#sidebar1 li.cur>a>span{color: #fff;}
#sidebar1 li.cur>a>i{background-position: -27px center;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
#sidebar1 li>.nypronav2>a.cur, #sidebar1 li>.nypronav2>a:hover{color: #0188ff;}

/*内页右侧内容*/
.nyshow{width:1010px;float:right;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin-bottom:20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #0188ff solid;color: #0188ff;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#0188ff;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.nyshowdesc img{max-width:100%;height:auto !important;}

/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0188ff solid;color: #0188ff;font-size: 18px;font-weight: bold;background:url("../images/nyhotnewico.png")/*tpa=http://www.biaodianzn.com/staticres/images/nyhotnewico.png*/ no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{width:50%;float:left;font-size: 14px;line-height: 30px;padding: 0 15px;background: url("../images/iyuan.png")/*tpa=http://www.biaodianzn.com/staticres/images/iyuan.png*/ no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:320px;color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url("../images/iyuan_on.png")/*tpa=http://www.biaodianzn.com/staticres/images/iyuan_on.png*/ no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#0188ff;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#0188ff;color:#0188ff;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin-bottom:20px;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{max-width:800px;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#0188ff;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyimg-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyimg-div a img{display:block;max-width: 100%;width: 311px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-div a.nyimg-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyimg-div:hover a{border-color:#0188ff;color:#0188ff;}
.nyimg-div:hover a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showimg-time{text-align:center;}
.showimg-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showimg-time span:last-child{margin-right:0;}
.showimg-img{margin-bottom:15px;text-align:center;}
.showimg-img img{max-width:100%;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url("../images/dt-7.gif")/*tpa=http://www.biaodianzn.com/staticres/images/dt-7.gif*/ no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-weight:bold;}
.showimg-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px; margin:  0 auto;}
.showimg-con  img{max-width:100%;height:auto !important;}

/*新闻列表*/
.nynews-ul{overflow:hidden;}
.nynews-ul li{margin-bottom: 15px;}
.nynews-ul li a{overflow: hidden;display: block;}
.nynews-ul li a dl{overflow: hidden;border: 1px solid #ddd;padding: 15px 10px 18px 22px;width:100%;box-sizing:border-box;}
.nynews-ul li a dl dt{float:left;box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);}
.nynews-ul li a dl dt img{display: block;width: 230px;}
.nynews-ul li a dl dd{float: left;width: 590px;margin-top: 20px;margin-left: 30px;}
.nynews-ul li a dl dd h5{width: 460px;float: left;font-size: 18px;line-height: 32px;font-weight: normal;color: #333;}
.nynews-ul li a dl dd em{height: 30px;line-height: 30px;font-size: 14px;color: #999;}
.nynews-ul li a dl dd p{line-height: 20px;font-size: 14px;margin-top: 15px;height: 60px;color:#666;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.nynews-ul li a dl dd span{width: 135px;border: 1px solid #ddd;line-height: 35px;height: 35px;font-size: 16px;color: #666;margin-top: 10px;float: right;display: block;text-align: center;}
.nynews-ul li a:hover dl{border:1px solid #0188ff;}
.nynews-ul li a:hover dl dt{box-shadow: 0 0 5px 0 rgb(2 128 246 / 80%);}
.nynews-ul li a:hover dl dd h5{color:#0188ff;}
.nynews-ul li a:hover dl dd span{border: 1px solid #0188ff;background: #0188ff;color: #fff;}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}

/*产品列表*/
.nypro-ul{overflow:hidden;}
.nypro-ul li{width:320px;margin-right:25px;margin-bottom:25px;float:left;}
.nypro-ul li *{transition: 0.3s all ease-in-out;}
.nypro-ul li:nth-child(3n){margin-right:0;}
.nypro-ul li a{display:block;position:relative;}
.nypro-ul li a .nypro-img{overflow:hidden;position:relative;}
.nypro-ul li a .nypro-img img{max-width:100%;display:block;}
.nypro-ul li a .nypro-img .nypro-hov{position:absolute;top:100%;width:100%;height:100%;opacity:0;background:url("../images/nyproico.png")/*tpa=http://www.biaodianzn.com/staticres/images/nyproico.png*/ no-repeat center rgba(2,128,246,0.6);}
.nypro-ul li a .nypro-txt{width: 100%;position: relative;z-index: 4;padding: 10px 0 10px;background: #fff;}
.nypro-ul li a .nypro-txt p{padding: 0 20px;font-size: 18px;line-height: 36px;height: 36px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #444;}
.nypro-ul li a .nypro-txt span{font-size: 13px;display: block;height: 25px;line-height: 25px;padding: 0 20px;color: #777;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nypro-ul li a:hover .nypro-img .nypro-hov{top: 0;opacity: 1;}
.nypro-ul li a:hover .nypro-txt{background:#fff;}

/*产品详情*/
.nyproshow-top{overflow:hidden;}
.nyproshow-top>dt{padding-bottom: 15px;float:left;width:402px;}

/*bigzoompic*/
#MagnifierWrap2{position: relative;}
.MagnifierMain{position: relative;border:1px solid #ccc;}
.MagnifierMain img{width: 100%;display:block;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url("../images/loading.gif")/*tpa=http://www.biaodianzn.com/staticres/images/loading.gif*/ no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 344px;height: 74px;overflow: hidden;margin: 10px auto 0;}
.spec-items ul{width: 500%;position: absolute;top: 8px;left: 0;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width: 60px;float: left;overflow: hidden;margin-right: 5px;border: 1px solid #ccc;cursor: pointer;}
.spec-items li.on{border:1px solid #0061ad;}
.spec-items li img{width: 100%;display:block;}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 70px;line-height: 70px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #999;cursor: pointer;}
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}
.nyproshow-txt{float:left;width: 480px;margin-left: 28px;z-index:1;}
.nyproshow-txt>h1{font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#0188ff;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#0188ff;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #0188ff;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;height:auto !important;}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0188ff solid;color: #0188ff;font-size: 18px;font-weight: bold;background:url("../images/nyaboutproico.png")/*tpa=http://www.biaodianzn.com/staticres/images/nyaboutproico.png*/ no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#0188ff;}
#abprolist li a:hover p{background:#0188ff;color:#fff;}

/*标签*/
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#0188ff;}
/*分享按钮*/
.jiathis{ padding:0px 5px; height:35px; line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/*上下页按钮*/
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 90%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

@media(max-width: 767px ) {
	.ny-page a { max-width: 100%; }
}


/*搜索模块*/
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #0188ff;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #0188ff;}
.nysearch-til>a:hover{background:#0188ff;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#0188ff;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #0188ff;left:10px;}

/*手机样式*/
.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location, .sticky-wrapper{display:none;}
.visited-xs{display: none;}
@media (max-width: 768px){
	html, body{max-width: 640px;min-width: 320px;margin: 0 auto;overflow-x: hidden;position: relative;}
	body{padding-bottom: 50px;}
	*{box-sizing:border-box;}
	.htop, .hcont, .sticky-wrapper, .navBox, #banner, .search, .about,  .product, .news, .footer, .fcopy, .diyos, .location, .nyhotpro, .nyjc-til, .nyshow-til{display:none;}
	.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location{display:block;}
	.container{width:100%;}
	/* -- 页面整体布局 -- */
	.m-header{overflow: hidden;padding-bottom: 10px;}
	.m-header h1{text-align: center; width: 220px; margin:10px auto; position: relative;}
	.m-header h1:after { position: absolute; content: ''; width: 1px; height: 100%;background: #fff; display: block; top: 0px; right: 0px; }
	.m-header h1 img{max-width: 100%;vertical-align: middle;}
	.m-header .m-slogan{color: #393939;text-align: center;}
	.m-header .m-slogan p{font-size: 1.2rem;}
	.m-header .m-slogan span{font-size: 1rem;}
	/*导航*/
	.m-nav{ height:5.875rem; overflow:hidden; background:#0188ff; position:relative;}
	.m-nav:before{content: '';position: absolute;width: 100%;left: 0;top: 50%;border-bottom: 1px solid #aaa;}
	.m-nav a{display: block;float: left;width: 25%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #aaa;}
	.m-nav a:nth-child(4n){border-right: none;}
	.m-nav a:hover{color:#fff;}
	/*ban轮播广告*/
	.g-adv{overflow:hidden;}
	.g-adv img{ display: block;width: 100%;height: auto;}
	/*标题*/
	.m-title>h2{font-size:1.5rem;color:#333;text-align:center; font-weight: bold;}
	.m-title>p{font-size:1rem;color:#666;text-align:center;}
	/*产品中心*/
	.g-pro{padding:20px 0;}
	.g-pro .wlist{display: flex;flex-wrap: wrap;align-content: flex-start;margin-top:20px;}
	.g-pro .wlist li{flex:1}
	.g-pro .wlist li a{display:block;line-height:40px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;text-align:center;border: 1px solid #E5E5E5;}
	.g-pro .wlist li.z-on a{background:#0188ff;color:#fff;border:1px solid #0188ff;}
	.g-pro .wcont{padding:5px;}
	.g-pro .wcont li{width:50%;float:left;padding:5px;}
	.g-pro .wcont li a{display:block;}
	.g-pro .wcont li a img{max-width:100%;border:1px solid #ddd;}
	.g-pro .wcont li a p{line-height:30px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center; color: #454545;}
	/*关于我们*/
	.g-about{margin-bottom:20px;}
	.g-about-box{margin-top:20px;}
	.g-about-box img{width:100%;display:block}
	.g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
	.g-about-txt h3{text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
	.g-about-txt div{color: #242424;font-size: 1rem;height: 6rem;line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}
	.about-btn{margin:20px auto 0;}
	/*新闻资讯*/
	.m-new{overflow: hidden;padding-bottom:20px;}
	.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
	.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
	.n_q li.z-on{ border-top: 0.25rem solid #0188ff; font-weight: bold; color: #0188ff; background: #fff;}
	.m-new .con{ float: left; display: inline; width: 100%;}
	.n_c ul{ padding: 0 3.9%;}
	.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
	.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
	.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.n_c ul li:nth-child(6){ border-bottom: 0;}
	.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}
	/*尾部二维码*/
	.m-fewm{text-align:center;padding:10px}
	.m-wx{display:inline-block;font-size:0;margin: 0 5px;}
	.m-wx img{width:120px;}
	.m-wx p{font-size:12px;margin-top:5px;}
	/*底部按钮*/
	.m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #0188ff;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
	.m-fbtn a{flex:1;padding:7px 0;color:#fff;}
	.m-fbtn a i{font-size:16px;display:block;}
	.m-fbtn a span{display:block;line-height:20px;}
	/*内页面包屑导航样式 开始*/
	.m-btit {
		line-height: 35px;
		padding-left: 12px;
		font-size:14px;
		color:#666;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		border-top:1px solid #d9d9d9;
		box-shadow:0 1px #fff;
		position:relative;
		background-color:#f6f6f6;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
		background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
		border-bottom:1px solid #d9d9d9;
		} /*内页面包屑导航背景*/
	.m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		left:0;
		top:0;
		width:100%;
		border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/
	.m-btit a{color:#666;}
	.m-btit span{ padding:0 8px; position:relative; height:100%; top:3px; left:-2px; display:inline;}
	.m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		background:#7c7c7c;
		width:8px;
		height:8px;
		left:2px;
		top:3px;
		z-index:10;
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
	.m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		width:8px;
		height:8px;
		left:1px;
		top:3px;
		z-index:11; background-color:#f2f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
		background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);	} /*角度45度，内页面包屑箭头样式*/
	/*内页面包屑导航样式 结束*/
	/*内页主体*/
	.inside{padding:0;margin-bottom:20px;}
	.nynav{width:100%;background: #f3f3f3;}
	.nyjc{margin-bottom:0;}
	#sidebar{padding: 0px;background: transparent;border: none;display: flex;flex-wrap: wrap;align-content: flex-start;}
	#sidebar li{margin-top: 0px;flex:1;}
	#sidebar li a{padding: 0 5px;}
	.nyshow{width:100%;}
	.nyshowdesc{margin-top: 10px;padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto;}
	.nyshowdesc>div{width:100% !important;}
	.nyshowdesc table{white-space: nowrap;}
	.nyhotnews>h3{background: url("../images/nyhotnewico.png")/*tpa=http://www.biaodianzn.com/staticres/images/nyhotnewico.png*/ no-repeat left 10px top 10px;padding-left: 10px;}
	.nyhotnews-list li{width:100%;background:none;border-bottom: 1px dashed #ddd;}
	.nyhotnews-list li a{width:calc(100% - 90px);}
	.ny-page a{padding:8px;font-size:12px;}
	/*图片模块*/
	.nyimg-ul{margin-top:20px;}
	.nyimg-ul li{width:50%;margin-bottom:10px}
	.nyimg-div a.nyimg-a{font-size:12px;}
	.showimg-top{margin-top:20px;}
	.showimg-top h1{font-size:20px;}
	.showimg-time span{font-size:12px;}
	.showimg-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%; }
	/*视频模块*/
	.nyvideo-ul{margin-top:20px;}
	.nyvideo-ul li{width:50%;margin-bottom:10px}
	.nyvideo-div a.nyvideo-a{font-size:12px;}
	.showvideo-top{margin-top:20px;}
	.showvideo-top h1{font-size:20px;}
	.showvideo-time span{font-size:12px;}
	.showvideo-mp video, .showvideo-mp iframe{max-width:100%;}
	/*下载模块*/
	.nydown-list{margin-top:20px;}
	.nydown-list table thead{font-size:14px;white-space:nowrap;}
	.nydown-list table th{width: 30%;}
	.showdown-top{margin-top:20px;}
	/*文章模块*/
	.nynews-ul{margin-top:10px;}
	.nynews-ul li{padding:0 10px;margin-bottom:10px;}
	.nynews-ul li a dl{padding:8px;}
	.nynews-ul li a dl dt img{width:130px;}
	.nynews-ul li a dl dd{width:calc(100% - 140px);margin-top:0;margin-left:10px;}
	.nynews-ul li a dl dd h5{width:100%;font-size:14px;line-height:20px;}
	.nynews-ul li a dl dd em{height: 18px;line-height: 18px;font-size: 12px;}
	.nynews-ul li a dl dd p{font-size:12px;margin-top:0;}
	.nynews-ul li a dl dd span{display:none;}
	.shownews-top{margin-top:20px;}
	.shownews-top h1{font-size:20px;}
	.shownews-time span{font-size:12px;}
	.shownews-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
	/*标签*/
	.pro_key{padding:0 10px;}
	/*搜索模块*/
	.nysearch-ul{margin-top:10px;padding:0 10px;}
	.nysearch-ul li.nysearch-li{padding-bottom:10px;margin-bottom:10px;}
	.nysearch-til>h2{font-size:16px;}
	/*产品模块*/
	.nyprojc-til{background-size:100%;}
	.nyprojc-til a{padding:20px;}
	.nyprojc-til a span{color:#fff;}
	#sidebar1 li>a{line-height: 40px;height: 40px;}
	#sidebar1 li>a::before{height:40px;}
	#sidebar1 li>a>span{font-size:14px;}
	#sidebar1 li>a>i{top: 12px;}
	#sidebar1 li>.nypronav2{padding:5px 0;}
	#sidebar1 li>.nypronav2>a{font-size:12px;line-height:30px;}
	.nypro-ul li{width:50%;margin:0;padding:0 10px;box-sizing:border-box;margin-bottom: 20px;}
	.nypro-ul li a .nypro-txt{padding:10px 0;}
	.nypro-ul li a .nypro-txt p{padding:0;font-size: 14px;line-height: 25px;height: 25px;}
	.nypro-ul li a .nypro-txt span{padding:0;font-size: 12px;line-height: 20px;height: 20px;}
	.nyproshow-top>dt{width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:20px;}
	.spec-items{width: calc(100% - 50px);}
	.nyproshow-txt{width:100%;padding:0 10px;box-sizing:border-box;margin-left:0;}
	.nyproshow-txt>h1{font-size:18px;text-align:center;}
	.showpro-telcon span{font-size:20px;}
	.showpro-tel a{display:none;}
	.showpro-con ul{margin-bottom:0;}
	.showpro-details .showpro-det{padding:10px;}
	.nyaboutpro>h3{padding-left:10px;background: url("../images/nyaboutproico.png")/*tpa=http://www.biaodianzn.com/staticres/images/nyaboutproico.png*/ no-repeat 10px;}
}

@media (max-width: 768px) and (min-width:320px) {
	html { font-size:75%;}
}
@media (max-width: 768px) and (min-width:360px) {
	html { font-size:85%;}
}
@media (max-width: 768px) and (min-width:375px) {
	html { font-size:87.5%;}
}
@media (max-width: 768px) and (min-width:414px) {
	html { font-size:96%;}
}
@media (max-width: 768px) and (min-width:480px) {
	html { font-size:110.5%;}
}
@media (max-width: 768px) and (min-width:568px) {
	html { font-size:129%;}
}
@media (max-width: 768px) and (min-width:639px) {
	html { font-size:150%;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#0188ff; display: inline-block; }
.metpager_5 a:hover { border:1px solid #0188ff; color:#fff; background-color:#0188ff;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#0188ff; border:1px solid #0188ff; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url("../images/page/page6.jpg")/*tpa=http://www.biaodianzn.com/staticres/images/page/page6.jpg*/;}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url("../images/page/page7.gif")/*tpa=http://www.biaodianzn.com/staticres/images/page/page7.gif*/ #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url("../images/page/page7_2.gif")/*tpa=http://www.biaodianzn.com/staticres/images/page/page7_2.gif*/ #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl("../images/page/page7_2.gif")/*tpa=http://www.biaodianzn.com/staticres/images/page/page7_2.gif*/ #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url("../images/page/page7_2.gif")/*tpa=http://www.biaodianzn.com/staticres/images/page/page7_2.gif*/ #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}






@media ( max-width: 767px ) {
	.inse-tit { text-align: center; }
	.seven_l { float: none; width: 100%; }
	.inse-right { float: none; width: 100%; padding-top: 20px; }
	.form-horizontal .form-group { width: 100%; }
	.form-horizontal .form-group .p { width: 100%; }
	.inse-left .text { width: 100%; }
	.inse-left textarea { width: 100%; }
	.inse-top li:nth-child(3) { padding-left: 0px; }
/*手机样式*/

.wap_about_ys { overflow: hidden; padding-left: 5px; padding-right: 5px; }
.wap_about_ys .wap_about_ys_t { text-align: center; margin-top: 20px; }
.wap_about_ys .wap_about_ys_t h3 { font-size: 24px; color: #333;  font-weight: bold;}
.wap_about_ys .wap_about_ys_t h3 em { color: #0188ff; font-weight: bold; }
.wap_about_ys .wap_about_ys_t span { font-size: 12px; color: #999; }
.wap_about_ys .wap_about_ys_t p { font-size: 14px; color: #454545; text-align: left; line-height: 1.8; padding-left: 10px; padding-right: 10px; margin-top: 20px; margin-bottom: 15px; }
.wap_about_ys .wap_about_ys_b { padding:9px;overflow: hidden; }
.video { flex: none; padding-left: 0px; }
.video img { width: 100%;  }
.video video { position: absolute; width: 100%; height: 100%; left: 0;top: 0;z-index: 9999;background: #000;}



.number { background: #f5f5f5; height: auto; }
.main12 { overflow: hidden; }
.main12 .main1 { display: flex; text-align: center; margin-bottom: 20px;}
.main12 .main1 .stat-items { flex: 1; text-align: center; }
.main12 .main1 .stat-items .stat-items-t { font-size: 30px; color: #000; font-weight: bold; }
.main12 .main1 .stat-items .stat-items-unit { font-size: 12px; color: #777; }
.main12 .main1 .stat-items p { font-size: 14px; color: #454545; line-height: 2; }
.m-title h2 { font-size: 24px; color: #333; }
.m-title p { font-size: 12px; color: #999; }
 
.wap-ys { padding:30px 0px; background: #f5f5f5; overflow: hidden; }
.wap-ys .wap-ys_t { text-align: center; display: block; }
.wap-ys .wap-ys_t h2 { font-size: 26px; color: #333; font-weight: bold; }
.wap-ys .wap-ys_t p { font-size: 14px; color: #666; text-transform: uppercase;  }
.wap-ys_nr { margin-top: 30px; overflow: hidden; padding-left: 10px; padding-right: 10px;  }
.wap-ys_nr dt { overflow: hidden; display: block; position: relative; z-index: 1; }
.wap-ys_nr dt img { width: 100%; display: block; }
.wap-ys_nr .wap-ys_nr_list { background: #fff; border: 1px solid #ddd; border-top:none; padding-left: 10px; padding-right: 10px; padding-bottom: 30px; }
.wap-ys_nr .wap-ys_nr_t {position: relative; font-size: 18px; color: #0186fc;font-weight: bold; padding-left: 80px; line-height: 3;}
.wap-ys_nr .wap-ys_nr_t:after {position: absolute; content: ''; width: 60px; height: 76px; display: block; background: url("../images/wap_ysico.png")/*tpa=http://www.biaodianzn.com/staticres/images/wap_ysico.png*/no-repeat center;  top: -30px; z-index: 2; font-size: 30px; color: #fff; text-align: center; line-height: 50px; left: 0px;}
.wap-ys_nr .con:nth-child(1) .wap-ys_nr_t:after { content: '01'; }
.wap-ys_nr .con:nth-child(2) .wap-ys_nr_t:after { content: '02'; }
.wap-ys_nr .con:nth-child(3) .wap-ys_nr_t:after { content: '03'; }
.wap-ys_nr .con:nth-child(4) .wap-ys_nr_t:after { content: '04'; }
.wap-ys_nr .wap-ys_nr_desc { font-size: 14px; color: #454545; line-height: 2;  }
.wap-ys_nr .m-cnt{height: 0.5rem;margin-top: 2rem;text-align: center;}
.wap-ys_nr .m-cnt li{width: 20%;height: 0.5rem;background: #c8c8c8;display: inline-block;float: left;margin: 0 2.5%;}
.wap-ys_nr .m-cnt li.z-on{background: #0186fc;}



.video:after { width: 100%; left: 0px;  }

/*关于我们*/

.g-about{margin-bottom:30px; padding-top: 30px;}
.g-about .g-about_t { text-align: center; display: block; }
.g-about .g-about_t h2 { font-size: 26px; color: #333; font-weight: bold; }
.g-about .g-about_t p { font-size: 14px; color: #666; text-transform: uppercase;  }
.g-about-box{margin-top:20px;}
.g-about-box img{width:100%;display:block}
.g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
.g-about-txt h3{text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
.g-about-txt div{color: #242424;font-size: 1rem;height: 6rem;line-height: 1.5rem;overflow: hidden;margin-bottom:10px;text-indent:2em;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}



/*荣誉资质*/
.g-showimg{margin-bottom:20px; }
.g-showimg-a{display:flex;background:#333;}
.g-showimg-a span{flex:1;line-height:44px;display:block;text-align:center; border-right: 1px solid rgb(255,255,255,0.5);}
.g-showimg-a span:last-child {  border-right:none; }
.g-showimg-a span.cur{background:#0186fc;}
.g-showimg-a span a{display:block;color:#fff;font-size:1rem;}


.g-showimg-box { padding:20px 10px 0 10px; }
.g-showimg-box li a {display: block; overflow: hidden;}
.g-showimg-box li a h3 { text-align: center; font-size: 14px; color: #454545; line-height: 2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

/*新闻资讯*/
.new{  overflow: hidden;  padding-bottom:2rem; }
.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
.n_q li.z-on{ border-top: 0.25rem solid #0186fc; font-weight: bold; color: #0186fc; background: #fff;}
.new .con{ float: left; display: inline; width: 100%;}
.n_c ul{ padding: 0 3.9%;}
.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n_c ul li:nth-child(6){ border-bottom: 0;}
.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}
	
}