body{overflow-x:hidden;}
body,td{font-size:14px; color:#555; font-family:Microsoft YaHei;}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#1270c8; text-decoration:none;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0;}
dl,dt,dd{margin:0px; padding:0px; list-style:none;}
ul,li{list-style:none;}
em,i{font-style:normal;}
img{border:0;}
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}



@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}



/*通用栏目标题*/
.column_tit{ text-align:center; font-size:40px; line-height:40px; color:#1270c8; font-weight:bold;}
.column_tit span{ display:block; font-weight:normal; margin-top:15px; font-size:18px; line-height:18px; color:#666;}



/*顶部*/
.top_bg{width:100%; height:50px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230330/20230330115940_1986076968.jpg) repeat-x;}
.top{min-width:1400px; margin:0 auto;}
.top_fl{float:left; line-height:40px; padding-left:3%; color:#aaa;}
.top_tel{float:right; width:332px; padding-left:85px; height:50px; line-height:45px; color:#fff; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230330/20230330115737_1170332296.jpg) no-repeat;}
.top_tel span{font-family:DIN Medium; font-size:26px; font-weight:bold;}



/*抬头*/
.head{ margin:0 auto; min-width:1400px; height:134px;}
.head_logo{float:left; margin-top:33px; padding-left:3%;}
.head_name{ float:left; margin-left:10px; margin-top:40px; width:210px; padding-top:36px; font-size:18px; line-height:18px; letter-spacing:3px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230330/20230330115738_141582444.jpg) no-repeat;}
.head_fr{float:right; width:71%; padding-right:3%;}
/*导航*/
.head_nav{float:right; width:89%; margin-top:46px;}
.head_nav ul{ width:100%; display:flex; justify-content:space-between;}
.head_nav li{position:relative; height:89px;}
.head_nav li > a{display:block; padding:0 16px; height:40px; line-height:40px; font-size:16px; text-decoration:none; color:#333;}
.head_nav li:hover > a,.head_nav li.navcurrent > a{color:#fff; background:#1270c8 !important;}
.head_nav li:nth-child(3) > a,.head_nav li:nth-child(8) > a{ background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230330/20230330115835_1679263549.png) 85px 18px no-repeat;}
/*下拉*/
.head_nav li > em{position:absolute; left:-25%; top:89px; transform:translateY(20px); opacity:0; width:150%; z-index:9; visibility:hidden; transition:0.3s;}
.head_nav li > em a{display:block; width:100%; text-align:center; line-height:50px; color:#333; text-decoration:none; background:#fff;}
.head_nav li:hover > em{transform:translateY(0); opacity:1; visibility:visible;}
.head_nav li > em a:hover{background:#e0e0e0;}
/*1688及微信*/
.head_button{float:right; margin-left:10px; margin-top:46px;}
.head_button li{float:left;}
.head_button li+li{margin-left:10px; position:relative;}
.head_button li em{position:absolute; left:-260%; top:89px; transform:translateY(20px); opacity:0; width:200%; z-index:9; visibility:hidden; transition:0.3s;}
.head_button li:hover em{transform:translateY(0); opacity:1; visibility:visible;}



/*幻灯片*/
.banner{overflow:hidden; background:#fff; position:relative;}
.banner-box{ min-width:1400px; height:450px; position:relative; margin:0 auto;}
.banner-box .bd{ width:100%; }
.banner-box .bd li{ width:100%; height:450px; background-position:center; background-repeat:no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;}
.banner-btn{width: 100%;position: absolute;top: 4px;left: 0;margin-left: 0;height: 100%;overflow: hidden;}
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:40%; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230330/20230330155624_1432891356.png) 0 0 no-repeat; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230330/20230330155624_1432891356.png) -49px 0 no-repeat; }
.banner-box .hd { position:absolute; bottom:15px; width:100%;}
.banner-box .hd ul { width:1400px; margin:0 auto; text-align:center; }
.banner-box .hd ul li{ width:30px; height:30px; line-height:30px; color:#fff; font-family:Arial; font-size:16px; background:#333;cursor:pointer;display:inline-block; margin:0 2px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#1270c8;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}



/*产品分类*/
.sortbg{float:left; width:310px; background:#f9f9f9;}
.sort_tit{ height:95px; padding-top:32px; padding-left:35px; font-size:30px; line-height:30px; color:#fff; font-weight:bold; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230330/20230330164426_499891117.jpg) 239px 40px no-repeat #1270c8;}
.sort_tit p{margin-top:15px; font-family:Arial; font-size:20px; line-height:20px; color:rgba(255,255,255,0.5); text-transform:uppercase;}
.sort_cont{}
.prolist2021 li{ border-left:3px solid #e1e1e1; padding-top:20px; border-bottom:1px solid #fff; padding-bottom:20px;}
.prolist2021 li a.prolist2021_one{display:block; padding-left:27px; font-size:16px; line-height:40px; color:#333; text-decoration:none; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230403/20230403115619_652167974.png) 260px center no-repeat}
.prolist2021 li dl{padding-top:5px; padding-left:27px; overflow:hidden;}
.prolist2021 li dt{ float:left; width:140px;}
.prolist2021 li dt a{ display:block; line-height:40px; text-decoration:none;}
.prolist2021 li dt a:before{content:"-";}
.prolist2021 li:nth-child(2) dt{ width:100%;}
.prolist2021 li:hover{ border-left:3px solid #1270c8;}
.prolist2021 li:hover a.prolist2021_one{ color:#1270c8; font-weight:bold;}



/*底部*/
.bottombg{width:100%; margin-top:60px; height:337px; padding-top:95px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230331/20230331135944_1223293340.jpg) center no-repeat;}
.bottom{width:1400px; margin:0 auto; height:262px;}
.bottom a:hover{color:#fff;}

.bottom_tel{float:left; color:#FFF;}
.bottom_tel span{ font-size:14px; line-height:14px;}
.bottom_tel em{ line-height:40px; font-size:30px; font-family:DIN Medium; font-weight:bold;}
.bottom_tel i{ line-height:20px; font-size:12px; font-family:Arial;}
.bottom_tel a{ display:block; margin-top:84px; text-align:center; font-size:18px; line-height:40px; border-radius:40px; width:140px; color:#FFF; background:#1270c8;}

.bottom_nav{float:left; margin-left:50px;}
.bottom_nav dl{float:left; margin-left:110px;}
.bottom_nav dt{font-size:18px; line-height:18px; color:#fff;}
.bottom_nav dd{margin-top:20px;}
.bottom_nav dd a{ display:block; line-height:36px; color:rgba(255,255,255,0.6); text-decoration:none;}

.bottom_ma{ float:right;}
.bottom_ma dl{float:left; width:120px; height:140px; padding:15px; margin-left:18px; background:#FFF; text-align:center; }
.bottom_ma dd{ margin-top:10px; line-height:14px;}


/*版权*/
.Copyrightbg{width:100%; height:74px; line-height:74px; border-top:1px solid rgba(255,255,255,0.1); text-align:center; color:rgba(255,255,255,0.6); text-transform:uppercase;}
.Copyrightbg a{ color:rgba(255,255,255,0.6);}
.Copyrightbg a:hover{ color:#FFF;}



/*面包屑导航*/
.strong_title{ display:none;}
#webdh{width:100%!important;}
#bodycon{ margin-top:30px;}
.mianbxContent{ width:100%!important; text-align:left !important; height:35px!important; line-height:35px!important; padding-bottom:8px; margin-bottom:20px !important; border-bottom:1px solid #e1e0e0; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230403/20230403114912_947636698.png) left 8px no-repeat; text-indent:2em;}
.mianbxContent,.mianbxContent a{ color:#666; font-size:16px;}



/*新闻二级分类*/
.nswsfenlei_2019{ margin:0 auto; width:1400px; margin-bottom:30px; margin-top:40px; height:100px;}
.nswsfenlei_2019 li{ position:relative; width:339px; text-align:left; float:left; margin-right:11px; line-height:44px; transition: all .5s; text-decoration:none; background:#f5f5f5;}
.nswsfenlei_2019 li:after{ position:absolute; top:43px; right:40px; display:inline-block; content:''; width:28px; height:20px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230403/20230403114912_1276642029.png) no-repeat;}
.nswsfenlei_2019 li:hover:after,.curNewsType_2019:after{ content:''; width:28px; height:20px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230403/20230403114912_2125262426.png) no-repeat !important;}
.nswsfenlei_2019 li a{ display:block; padding:20px 0 36px 22px; font-size:24px; color:#222; text-decoration:none;}
.nswsfenlei_2019 li a:hover{ color:#fff; font-weight:bold;}
.nswsfenlei_2019 li a:before,.curNewsType_2019 a:before{ position:absolute; top:48px; color:#888; font-size:15px; font-family:Arial;}
.nswsfenlei_2019 li:nth-child(1) a:before{ content:'NEWS CENTER';}
.nswsfenlei_2019 li:nth-child(2) a:before{ content:'INDUSTRY INFORMATION';}
.nswsfenlei_2019 li:nth-child(3) a:before{ content:'Technical support'; text-transform:uppercase;}
.nswsfenlei_2019 li:nth-child(4) a:before{ content:'common problem'; text-transform:uppercase;}
.nswsfenlei_2019 li:hover,.curNewsType_2019{background-color:#1270c8 !important;}
.nswsfenlei_2019 li:hover a:before,.curNewsType_2019 a:before{ color:#fff !important; font-weight:normal;}
.curNewsType_2019 a{ color:#fff !important; font-weight:bold;}



/*新闻详情页*/
.nyxqnews{ width:1400px !important;}
.nyxqnews_left{ width:1030px !important;}
.nyxqnewsfanhui{ left:-1158px !important;}
.nyxqnews_righttit strong{ color:#1270c8 !important;}
.nyxqnews_righttit:before { background:#1270c8 !important;}



/*翻页显示方式*/
.page_total,.pages_box a,.page_jump{ display:inline-block; height:36px; font-size:13px; line-height:36px; background:#eee; border:1px solid #eee; vertical-align:middle; padding:0 14px; cursor:pointer;}
.pages_box a{ color:#666; margin-left:10px; text-decoration:none;}
.pages_box a.page_curr,.pages_box a:hover{ color:#fff; font-size:13px; background:#1270c8;}
.page_jump{ margin-left:10px;}



/*产品页列表第七种方式*/
.ny_propic { border: 1px solid #e5e5e5 !important;}
.ny_protil:before{background:#1270c8 !important;}

/*新闻页列表第五种方式*/
.nynews_time { background: rgba(18,112,200,0.9) !important;}

/*自定义页列表第七种方式*/
.nylist li:hover .nylist-title{ color:#1270c8 !important;}

/*自定义页列表第八种方式*/
.ny_dglist { width: 23% !important;}
.ny_dglist:hover .ny_dgtil a{color:#1270c8 !important;}
.ny_dgtil a:after{background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230403/20230403114912_1057161187.png) no-repeat left center !important;}
.ny_dgpic a:after{background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20230403/20230403114912_27097522.png) center no-repeat rgba(0,0,0,0.5) !important;}
.ny_dgpic a:after, .ny_dgpic a:before {top: 49% !important;}

/*自定义页列表第九种方式*/
.nyqhlist_tit:before { position:absolute; top:0; left:0; display: block; content: ''; width:0; height:100%; background:#1270c8; transition:all 0.5s;}
.nyqhlist_tit a{ position:relative; z-index:100; text-decoration:none;}
.nyqhlist li:hover .nyqhlist_tit:before { width:100%;}
.nyqhlist li:hover .nyqhlist_tit a{ color:#FFF;}



/*右侧浮动*/
#newBridge .icon-right-center{top:auto !important; bottom:0 !important;}
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; margin:0 auto 6px; background:url(//memberpic.114my.com.cn/szgag88/uploadfile/image/20231113/20231113145859_852977892.png) no-repeat;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #1270c8; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; margin-top:12px; background-color: #1270c8 !important; border-color: #1270c8 !important; }
.y-kefu-box01 .kf-mobile p{ color:#FFF;}
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
/*.kf-email,*/.y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #1270c8; border-color: #1270c8 ;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
.y-kefu-box01 .show-status > *:nth-last-child(2){border-bottom: solid 1px #efefef;}
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #1270c8; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 94px; height: 94px; margin: 30px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #1270c8; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
/*qq*/
.y-kefu-box01 .kf-zixun {border-bottom: solid 1px #efefef; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 a.kf-zixun:hover{ background-color: #1270c8; border-color: #1270c8; color: #fff; }/*颜色更改*/
.y-kefu-box01 a.kf-zixun:hover>i { background-position: -30px -5px; }
/*关闭后*/
.hide-status .kf-zixun { border-bottom:none; border-radius: 2px; display:block !important; }
.hide-status .kf-zixun i { background-position: -30px -5px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#1270c8;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }