p{margin:0;}
/*crumbs*/
.wrap{padding:15px 0;}
.wrap .sub_title{height:70px;line-height:70px;border-bottom:3px solid #e6e6e6;position:relative;margin:0 0 30px 0;font-size:26px;font-weight:bold;color:#323f48;}
.wrap .sub_title:after{content:'';width:53px;height:3px;background:#1B95D4;position:absolute;left:0;bottom:-3px;}
/*companyInfo*/
.companyInfo{}
.companyInfo p{line-height:2;font-size:15px;margin-bottom:0;}
.companyInfo img,.companyInfo p img{max-width:100%;display:block;margin:0 auto;margin-top:15px;}
.companyInfo table{border-top:1px solid #CCC;border-left:1px solid #CCC;}
.companyInfo td{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;}
.companyInfo th{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;font-size:18px;}
/*newslist*/
/*newslist*/
.news_list{}
.news_list .news_ul{padding:35px 0;border-bottom: 1px solid #dbdbdb;}
.news_list .news_ul .img{width:200px;height:135px;float:left;margin-top:4px;border:1px solid #dbdbdb;position:relative;}
.news_list .news_ul .img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.news_list .news_ul .news_txt{width:820px;float:left;margin-left:32px;}
.news_list .news_ul .news_txt p{margin-bottom:0;}
.news_list .news_ul .news_txt .news_title{font-size:22px;line-height:35px;height:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_list .news_ul .news_txt .news_info{line-height:25px;padding-top:5px;color:#888;}
.news_list .news_ul .news_date{width:80px;float:right;border:1px solid #dbdbdb;text-align:center;margin-top:32px;color:#999;padding:8px 10px;}
.news_list .news_ul .news_date span{font-size:50px;line-height:50px;display:block;}
.news_list .news_ul .news_date p{line-height:25px;height:25px;}
/*newscow*/
.newscow{}
.newscow .newscow_left{width:71%;float:left;}
.newscow .newscow_left .h1{line-height:30px;font-size:24px;margin-top:0;}
.newscow .newscow_left .pubinfo{line-height:26px;padding-bottom:10px;color:#626262;font-weight:normal;padding-top:10px;border-bottom:1px solid #dbdbdb;margin-bottom:30px;}
.newscow .newscow_left .pubinfo span{padding-right:10px;white-space:nowrap;}
.newscow .newscow_left .newscount{line-height:30px;font-size:16px;color:#626262;}
.newscow .newscow_left .newscount p{line-height:30px;padding-bottom:15px;font-size:16px;color:#626262;}
.newscow .newscow_left .newscount img{margin:0 auto;display:block;max-width:100%;}
.newscow .newscow_left .newscount table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;}
.newscow .newscow_left .newscount table td{border-right:1px solid #000;border-bottom:1px solid #000;}
/*product*/
.product_wrap_li{position:relative;}
.product_wrap_li li{background:#FFF;margin-top:24px;width:25%;float:left;padding:8px;}
.product_wrap_li li .p_img_t{width:100%;padding-bottom:75%;position:relative;border:1px solid #f3f3f4;}
.product_wrap_li li .p_img{width:100%;height:100%;position:absolute;left:0;top:0;overflow:hidden;}
.product_wrap_li li .p_img img{object-fit:cover;width:100%;height:100%;transition:1s all;-webkit-transition:1s all;}
.product_wrap_li li .p_img img:hover{
	transform:scale(1.1);
    -ms-transform:scale(1.1);/* IE 9 */
    -moz-transform:scale(1.1);/* Firefox */
    -webkit-transform:scale(1.1);/* Safari 和 Chrome */
    -o-transform:scale(1.1);}
.product_wrap_li li .p_txt{width:100%;padding:7px 15px 10px;position:relative;border:1px solid #EEE;border-top:none;}
.product_wrap_li li .p_txt p{color:#222;}
.product_wrap_li li .p_txt p:first-child{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
/*.product_wrap_li li .p_txt p:last-child{font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#747474;margin-top:4px;min-height:36px;}*/
.product_wrap_li li .p_txt p a{color:#222;}
/*product_list*/
.product_list{position:relative;}
.product_list li{margin-top:5px;width:25%;float:left;padding:8px;}
.product_list li .p_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #f3f3f4;}
.product_list li .p_img img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
.product_list li .p_img .videoicon{background:url(videoicon.png) no-repeat center center rgba(0,0,0,.5);position:absolute;left:0;top:0;background-size:60px auto;display:block;width:100%;height:100%;}
.product_list li p{text-align:center;padding:10px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #EEE;font-size:16px;}
/*product_list_txt*/
.product_list_txt{position:relative;}
.product_list_txt .plt_li{margin-top:20px;width:49%;float:left;margin-left:2%;border:1px solid #ccc;padding:6px;}
.product_list_txt .plt_li:nth-child(odd){margin-left:0;}
.product_list_txt .plt_li .plt_li_left{width:100%;padding-bottom:55%;position:relative;float:left;}
.product_list_txt .plt_li .plt_li_left img{position:absolute;left:0;top:0;display:block;width:100%;height:100%;object-fit:cover;}
.product_list_txt .plt_li .plt_li_right{width:100%;float:right;}
.product_list_txt .plt_li .plt_li_right p{margin:0;line-height:22px;color:rgba(37,37,37,.7);margin-top:7px;}
.product_list_txt .plt_li .plt_li_right p:first-child{font-size:16px;line-height:25px;color:#252525;font-weight:bold;text-align:center;}
.product_list_txt .plt_li .plt_li_right p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
/*productshow*/
.productshow{padding-bottom:30px;}
.productshow .ps_top{}
.productshow .ps_top .ps_top_left{width:600px;float:left;}
.productshow .ps_top .ps_top_left .p_img{width:100%;padding-bottom:75%;position:relative;}
.productshow .ps_top .ps_top_left .p_img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit:cover;}
.productshow .ps_top .ps_top_right{width:calc(100% - 660px);float:right;}
.productshow .ps_top .ps_top_right h1{margin:0;height:60px;line-height:60px;font-size:30px;}
.productshow .ps_top .ps_top_right span{display:inline-block;width:100%;height:30px;line-height:30px;background:url(ntime.png) no-repeat left center;padding-left:25px;}
.productshow .ps_top .ps_top_right .p_p{line-height:24px;padding-left:80px;margin-top:25px;position:relative;}
.productshow .ps_top .ps_top_right .p_p:before{content:'应用领域：';position:absolute;left:0;top:0;font-size:16px;color:#e20300;font-weight:bold;}
.productshow .ps_top .ps_top_right .ps_btn{width:290px;margin-top:30px;clear:both;background:url(zixun_icon.png) no-repeat 30px center #e28a00;display:block;line-height:60px;color:#FFF;text-indent:70px;background-size:auto 50%;font-size:24px;}
.productshow .ps_top .ps_top_right .p_tel{margin-top:25px;overflow:hidden;text-align:center;width:100%;background:url(topphone.jpg) no-repeat left center;padding-left:63px;}
.productshow .ps_top .ps_top_right .p_tel em{font-size:16px;width:100%;text-align:left;float:left;overflow:hidden;font-style:normal;}
.productshow .ps_top .ps_top_right .p_tel p{margin:0;font-size:34px;color:#ffae00;float:left;font-weight:bold;font-family:Impact;}
.productshow .ps_nav{margin-top:68px;}
.productshow .ps_nav span{display:inline-block;height:50px;line-height:50px;width:32%;margin-left:2%;float:left;text-align:center;background:#3496D8;color:#FFF;cursor:pointer;font-size:16px;}
.productshow .ps_nav span:first-child{margin-left:0;}
.pt_title{margin-top:40px;}
.pt_title h2{font-size:30px;font-weight:bold;line-height:40px;margin:0;color:#212121;text-align:center;}
.productshow .pro_contact{}
.productshow .pro_txt{font-size:16px;line-height:30px;margin-top:20px;}
.productshow .pro_txt p{font-size:16px;line-height:30px;}
.productshow .pro_txt img{max-width:100%;margin:0 auto;display:block;}
.productshow .pro_txt table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;}
.productshow .pro_txt table td{border-right:1px solid #000;border-bottom:1px solid #000;}
.productshow .pro_txt iframe{width:100%;height:600px;}
.productshow .pro_img{}
.productshow .pro_img .img_li{}
.productshow .pro_img .img_li li{width:23.8%;margin-left:1.6%;float:left;margin-top:25px;}
.productshow .pro_img .img_li li:nth-child(4n+1){margin-left:0;}
.productshow .pro_img .img_li li .i_img{width:100%;padding-bottom:75%;position:relative;}
.productshow .pro_img .img_li li .i_img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit:cover;border:1px solid #CCC;}
.productshow .pro_liucheng{}
.productshow .pro_liucheng_c{}
.productshow .pro_liucheng_c p{padding:0 195px;text-align:center;color:#212121;font-size:16px;margin-top:20px;line-height:26px;}
.productshow .pro_liucheng_img{margin-top:55px;}
.productshow .pro_liucheng_img img{max-width:100%;margin:0 auto;display:block;}
/*contact*/
.contact{color:#666;}
.contact .txt_p{width:50%;margin-bottom:30px;float:left;}
.contact .txt_p em{display:block;float:left;width:50px;height:50px;border-radius:50%;}
.contact .txt_p em.manicon{background:url(manicon.png) no-repeat center center #1B95D4;}
.contact .txt_p em.telicon{background:url(telicon.png) no-repeat center center #1B95D4;}
.contact .txt_p em.phoneicon{background:url(phoneicon.png) no-repeat center center #1B95D4;}
.contact .txt_p em.faxicon{background:url(faxicon.png) no-repeat center center #1B95D4;}
.contact .txt_p em.emailicon{background:url(emailicon.png) no-repeat center center #1B95D4;}
.contact .txt_p em.dhicon{background:url(400icon.png) no-repeat center center #1B95D4;}
.contact .txt_p .pp{float:left;margin-left:15px;}
.contact .txt_p .pp p{line-height:50px;margin-bottom:0;}
.contact .txt_add{width:100%;}
.contact .txt_add em{display:block;float:left;width:50px;height:50px;border-radius:50%;}
.contact .txt_add em.addicon{background:url(addicon.png) no-repeat center center #1B95D4;}
.contact .txt_add .pp{float:left;margin-left:15px;}
.contact .txt_add .pp p{line-height:50px;}
.contact_feedback{width:100%;background:url(contactfeedbackbg.jpg) no-repeat center top;background-size:cover;padding-bottom:30px;}
.contact_feedback .contact_fcontent{padding-top:1px;}
.contact_feedback .contact_fcontent .c_title{margin-top:30px;color:#fff;margin-top:30px;text-align:center;}
.contact_feedback .contact_fcontent .c_title p{margin-bottom:23px;font-size:24px;position:relative;}
.contact_feedback .contact_fcontent .c_title p:after{content:"";position:absolute;bottom:-9px;left:50%;width:38px;height:1px;margin-left:-19px;background:#FFF;}
.contact_feedback .contact_fcontent .c_title span{display:inline-block;line-height:2.1;font-size:16px;color:#fff;}
.contact_feedback .c_form{margin-top:26px;text-align:center;}
.contact_feedback .c_form1{}
.contact_feedback .c_form1 input{margin:0;width:100%;height:49px;border:1px solid #afafb1;margin-top:22px;padding:0 15px;color:#fff;outline:none;background:none;}
.contact_feedback .c_form1 input:first-child{margin-top:0;}
.contact_feedback .c_form2{}
.contact_feedback .c_form2 textarea{width:100%;height:120px;border:1px solid #afafb1;padding:15px;color:#fff;float:right;background:none;outline:none;resize:none;}
.contact_feedback .btn{background:#1B95D4;color:#fff;border-radius:5px;padding:0 25px;height:49px;font-size:16px;text-align:center;margin-top:22px;outline:none;width:100%;line-height:49px;cursor:pointer;}
/*taglable*/
.taglable{}
.taglable .taglable_right{width:71%;float:left;}
.taglable .taglable_right li{font-size:16px;line-height:40px;background:url(../images/tst_113.jpg) no-repeat left center;text-indent:10px;border-bottom:1px dashed #CCC;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.taglable .taglable_right1{width:71%;float:left;}
.taglable .taglable_right1 a{height:36px;line-height:36px;margin:0 5px;margin-bottom:15px;border:1px solid #EEE;border-radius:3px;display:block;float:left;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 15px;}
/*map*/
.webmap{width:840px;float:right;margin-top:25px;}
.webmap p{}
.webmap p a{white-space:nowrap;padding:8px 15px;background:#F5F5F5;margin-bottom:15px;display:inline-block;}
/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;margin-top:10px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#333;}
/*公用相关推荐*/
.news_tags{color:#1B95D4;margin:15px 0;font-size:16px;border-top:1px solid #CCC;padding-top:20px;}
.xgtj{width:100%;height:auto;overflow:hidden;margin-top:20px;}
.xgtj_bt{width:100%;height:35px;}
.sgtj_bt_cn{width:100px;height:35px;background:#1B95D4;line-height:35px;text-align:center;font-size:15px;color:#FFF;display:block}
.xgtj_nr{padding-top:5px;padding-bottom:50px}
.xgtj_nr ul li{width:48%;line-height:2.3;background:url(../images/tst_113.jpg) no-repeat 1px center;border-bottom:1px dashed #d8d8d8;margin:0 auto;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-indent:8px;}
.xgtj_nr ul li:nth-child(2n){float:right;}
/*公用右侧*/
.newscow_right{width:25%;float:right;}
.newscow_right .news_product{border:1px solid #dbdbdb;padding:10px;}
.newscow_right .news_product .np_title{font-size:14px;color:#2a2a2a;line-height:12px;padding:10px 0;border-bottom:2px solid #2a2a2a;}
.newscow_right .news_product .np_title span{font-size:22px;line-height:32px;}
.newscow_right .news_product .bd{overflow:hidden;zoom:1;margin-top:30px;}
.newscow_right .news_product .bd ul li{}
.newscow_right .news_product .bd ul li .r_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #ccc;}
.newscow_right .news_product .bd ul li .pic{position:absolute;top:0;left:0;width:100%;height:100%;}
.newscow_right .news_product .bd ul li .pic img{display:block;width:100%;height:100%;object-fit:cover;}
.newscow_right .news_product .bd ul li .title{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.newscow_right .news_product .bd ul li .title a{color:#666}
.newscow_right .news_nlist{ padding-bottom:5px; overflow:hidden}
.newscow_right .news_nlist ul{ padding-top:5px}
.newscow_right .news_nlist ul li{line-height:36px;background:url(../images/zys_42.jpg) no-repeat 2px center; text-indent:0.3cm; margin:0 auto; border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media screen and (max-width:1230px){
	.news_list .news_ul .news_txt{width:calc(100% - 320px);margin-left:20px;}
	.news_list .news_ul .news_txt .news_info{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
}
@media screen and (max-width:991px){
	.news_list .news_ul .news_txt{width:calc(100% - 220px);margin-left:20px;}
	.newscow .newscow_left{width:100%;float:none;}
	.newscow_right{width:100%;float:none;}
	.newscow_right .news_product .bd ul li{width:32%;float:left;margin-left:2%;}
	.newscow_right .news_product .bd ul li:first-child{margin-left:0;}
	.newscow_right .news_nlist ul li{width:48%;margin-left:4%;float:left;}
	.newscow_right .news_nlist ul li:nth-child(odd){margin-left:0;}
	.product_wrap_li li{width:33.33%;}
	.product_list li{width:33.33%;}
	.taglable .taglable_right1{width:100%;float:none;}
	.taglable .taglable_right{width:100%;float:none;}
	.productshow .ps_top .ps_top_left{width:395px;}
	.productshow .ps_top .ps_top_right{width:calc(100% - 420px);}
	.productshow .ps_top .ps_top_right h1{height:40px;line-height:40px;font-size:24px;}
	.productshow .ps_top .ps_top_right .p_p{margin-top:6px;}
	.productshow .ps_top .ps_top_right .ps_btn{margin-top:13px;line-height:40px;font-size:20px;}
	.productshow .ps_top .ps_top_right .p_tel{margin-top:12px;}
	.productshow .ps_top .ps_top_right .p_tel p{font-size:25px;}
	.productshow .ps_nav{margin-top:30px;}
	.productshow .pro_img .img_li li{width:32%;margin-left:2%;}
	.productshow .pro_img .img_li li:nth-child(4n+1){margin-left:2%;}
	.productshow .pro_img .img_li li:nth-child(3n+1){margin-left:0;}
	.productshow .pro_liucheng_c p{padding:0 70px;}
	
	#footbg{padding-bottom:66px;}
}
@media screen and (max-width:767px){
	.contact_feedback .c_form2{margin-top:22px;}
	.product_wrap_li li{width:33.33%;}
	.product_list li{width:33.33%;}
	.productshow .ps_top .ps_top_left{width:100%;float:none;}
	.productshow .ps_top .ps_top_right{width:100%;float:none;margin-top:15px;}
	.productshow .ps_nav span{height:40px;line-height:40px;}
	.productshow .pro_img .img_li li{width:48%;margin-left:4%;}
	.productshow .pro_img .img_li li:nth-child(4n+1){margin-left:4%;}
	.productshow .pro_img .img_li li:nth-child(3n+1){margin-left:4%;}
	.productshow .pro_img .img_li li:nth-child(odd){margin-left:0;}
	.productshow .pro_liucheng_c p{padding:0 0;}
	
	.manu{padding:25px 0!important;margin:2px!important;}
	.manu A{padding:7px 12px!important;font-size:12px!important;}
	.manu .current{padding:7px 12px!important;font-size:12px!important;}
}
@media screen and (max-width:667px){
	.contact .txt_p{width:100%!important;margin-bottom:15px;}
	.contact .txt_p .pp{width:calc(100% - 60px);margin-left:0;float:right;}
	.contact .txt_add .pp{width:calc(100% - 60px);margin-left:0;float:right;}
	.product_wrap_li li{width:50%;}
	.product_list li{width:50%;}
	.news_list .news_ul{padding:18px 0;}
	.news_list .news_ul .img{width:140px;height:85px;}
	.news_list .news_ul .news_txt{width:calc(100% - 160px);margin-left:20px;}
	.news_list .news_ul .news_txt .news_info{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	.product_list_txt .plt_li{width:100%;margin-left:0;float:none;}
}
@media screen and (max-width:499px){
	.news_list .news_ul{padding:18px 0;}
	.news_list .news_ul .news_txt{width:calc(100% - 75px);margin-left:0;}
	.news_list .news_ul .news_txt .news_title{font-size:14px;line-height:25px;height:25px;}
	.news_list .news_ul .news_txt .news_info{font-size:12px;line-height:18px;}
	.news_list .news_ul .news_date{padding:8px 0px;margin-top:0;width:65px;}
	.news_list .news_ul .news_date span{font-size:22px;line-height:22px;}
	.newscow_right .news_product .bd ul li{width:100%;margin-left:0;}
	.newscow_right .news_nlist ul li{width:100%;margin-left:0;}
	.product_wrap_li li{width:100%;}
	.product_list li{width:100%;padding:0;margin-top:10px;}
	.xgtj_nr ul li{width:100%;}
	.pt_title p:first-child{font-size:28px;line-height:36px;}
	.productshow .pro_img .img_li li{width:100%;margin-left:0;}
	.productshow .pro_img .img_li li:nth-child(4n+1){margin-left:0;}
	.productshow .pro_img .img_li li:nth-child(3n+1){margin-left:0;}
	.productshow .pro_img .img_li li:nth-child(odd){margin-left:0;}
}