@charset "utf-8";
/* CSS Document */
body,td{font-size:14px; color:#555; font-family:"Microsoft YaHei","微软雅黑";}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#0160bc; 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{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);
}
@font-face {
font-family:Tw Cen MT;
src: url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.ttf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.eot),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.otf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff2);
}
@font-face {
font-family:Century725BT;
src:url(/Typeface/CEN725BC.TTF),
}
@font-face {
  font-family: 'iconfont';  /* Project id 4765383 */
  src: url('//at.alicdn.com/t/c/font_4765383_i17d7ufzeda.woff2?t=1732973440316') format('woff2'),
       url('//at.alicdn.com/t/c/font_4765383_i17d7ufzeda.woff?t=1732973440316') format('woff'),
       url('//at.alicdn.com/t/c/font_4765383_i17d7ufzeda.ttf?t=1732973440316') format('truetype');
}
.iconfont{font-family:"iconfont" !important; font-size:16px; font-style:normal; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}



/*通用栏目标题*/
.general_tit{display:flex; flex-direction:column; justify-content:flex-start; align-items:center;}
.general_tit span{font-size:42px; line-height:42px; color:#222;}
.general_tit span font{color:#0160bc; font-weight:bold;}
.general_tit p{margin-top:13px; font-size:16px; line-height:16px; color:#999;}



/*抬头*/
.headbg{width:100%; max-width:1920px; min-width:1300px; position:fixed; left:50%; top:0; z-index:99; transform:translateX(-50%);}
.head{display:flex; flex-direction:row; justify-content:space-between; align-items:center; width:1400px; height:112px; margin:0 auto;}
.head .fl{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.head_logo,.head_logo .head_logo01{display:block;}
.head_logo .head_logo02{display:none;}
.head_name{margin-left:15px;}
.head_name span{display:block; font-size:36px; line-height:36px; color:#fff; font-weight:bold;}
.head_name font{display:block; margin-top:13px; font-size:20px; line-height:20px; color:rgba(255,255,255,.8);}
.head .fr{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.head_nav{}
.head_nav ul{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.head_nav ul > li+li{margin-left:43px;}
.head_nav ul > li > a{display:block; padding:20px 0; font-size:16px; line-height:16px; color:#fff; transition-duration:0.6s;}
.head_nav ul > li:hover a,.head_nav ul > li.head_cur a{font-weight:bold;}
.head_module{margin-left:26px;}
.head_module > div > i{display:flex; justify-content:center; align-items:center; width:38px; height:38px; border:1px solid rgba(255,255,255,.5); border-radius:50%; font-size:20px; line-height:20px; color:#fff; cursor:pointer; transition-duration:0.6s;}
.head_module > div:hover > i{color:#333; background:#fff;}
.head_seek{float:left; position:relative;}
.seek_box{position:absolute; right:0; top:30px; z-index:2; padding-top:46px; visibility:hidden; opacity:0; transition:all 0.6s;}
.seek_box dl{padding:40px 30px; border-radius:5px; background:#fff; box-shadow:0 9px 28px 8px rgba(0,0,0,.05),0 6px 16px 1px rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12); transform:rotateX(90deg); transform-origin:top; transition:all 0.6s;}
.seek_box dt,.seek_box dt a{font-size:14px; line-height:14px; white-space:nowrap;}
.seek_box dd{margin-top:10px;}
.seek_box dd form{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.seek_box dd input{border:none; outline:none; background-color:transparent;}
.seek_box dd #seekframe{width:90%; padding:0 13px; box-sizing:border-box; line-height:36px; color:#555; background:#f4f4f4;}
.seek_box dd .seekfind{width:10%; font-size:20px; line-height:36px; color:#fff; cursor:pointer; background:#0160bc;}
.head_seek:hover .seek_box{visibility:visible; opacity:1;}
.head_seek:hover .seek_box dl{transform:rotateX(0deg);}
.head_tel{float:left; margin-left:12px; position:relative;}
.head_tel_cont{position:absolute; right:0; top:30px; z-index:2; padding-top:46px; visibility:hidden; opacity:0; transition:all 0.6s;}
.head_tel_cont em{display:block; padding:40px 30px; font-family:DIN Medium; font-size:32px; line-height:32px; color:#0160bc; font-weight:bold; white-space:nowrap; border-radius:5px; background:#fff; box-shadow:0 9px 28px 8px rgba(0,0,0,.05),0 6px 16px 1px rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12); transform:rotateX(90deg); transform-origin:top; transition:all 0.6s;}
.head_tel_cont em font{letter-spacing:1.3px;}
.head_tel:hover .head_tel_cont{visibility:visible; opacity:1;}
.head_tel:hover .head_tel_cont em{transform:rotateX(0deg);}

.headbg.leave{background:#fff; box-shadow:0 0 13px rgba(0,0,0,.1);}
.headbg.leave .head_logo01{display:none;}
.headbg.leave .head_logo02{display:block;}
.headbg.leave .head_name span{color:#333;}
.headbg.leave .head_name font{color:#666;}
.headbg.leave .head_nav ul > li > a{color:#333;}
.headbg.leave .head_nav ul > li:hover > a,.headbg.leave .head_nav ul > li.head_cur > a{color:#0160bc;}
.headbg.leave .head_module > div > i{color:#333; border-color:#333;}
.headbg.leave .head_module > div:hover > i{color:#fff; border-color:#0160bc; background:#0160bc;}



/*幻灯片*/
.bannerbg{width:100%; max-width:1920px; min-width:1400px; margin:0 auto; position:relative; overflow:hidden;}
.banner_box,.banner_box li{width:100%; height:580px;}
.banner_box li{background-position:center; background-repeat:no-repeat;}
.banner_box li a{display:block; width:100%; height:100%;}
.banner_select{position:absolute; left:50%; bottom:3%; transform:translateX(-50%);}
.banner_select li{float:left; display:block; width:60px; height:8px; background:rgba(0,0,0,.2); font-size:0; line-height:0; color:transparent; cursor:pointer;}
.banner_select li+li{margin-left:10px;}
.banner_select li:after{content:""; display:block; width:0; height:100%; background:#0160bc;}
.banner_select li.on:after{width:100%; transition:var(--interTime) linear;}
.banner_scroll{display:flex; flex-direction:column; justify-content:flex-start; align-items:center; padding:30px 0 0 7px; position:absolute; left:5%; bottom:13%;}
.banner_scroll font{font-size:12px; line-height:12px; color:#fff; text-transform:uppercase; writing-mode:vertical-lr;}
.banner_scroll span{display:block; width:10px; height:12px; margin-top:10px; animation:op01 1s infinite ease-in-out; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241129/20241129164343_1570156997.png) center no-repeat;}
.banner_scroll:after{content:""; display:block; width:1px; height:100%; background:#fff; position:absolute; left:0; top:0; animation:w100 3s infinite ease-in-out;}
@keyframes op01{
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes w100{
0%{height:0%;}
100%{height:100%;}
}



/*底部*/
.basebg{width:100%; max-width:1920px; min-width:1400px; margin:0 auto;}
.base{width:100%; height:619px; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130160233_1667382806.png) center no-repeat;}
.base_goTop{display:flex; justify-content:center; align-items:center; padding-top:90px;}
.base_goTop a{display:block; width:99px; height:99px; border-radius:50%;}
.base_box{width:1400px; margin:80px auto 0;}
.base_nav{float:left;}
.base_nav dl{float:left;}
.base_nav dl+dl{margin-left:130px;}
.base_nav dt{font-size:18px; line-height:18px; color:#fff;}
.base_nav dd{margin-top:30px;}
.base_nav dd a{display:block; font-size:14px; line-height:14px; color:rgba(255,255,255,0.8);}
.base_nav dd a+a{margin-top:16px;}
.base_nav dd a:hover{color:#fff;}
.base_fr{float:right; width:420px;}
.base_tel{margin-top:-13px; padding-top:13px; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130164326_711536748.png) right top no-repeat;}
.base_tel em{display:block; margin-bottom:25px; padding-bottom:23px; font-size:16px; line-height:16px; color:#fff; border-bottom:1px solid rgba(255,255,255,0.38);}
.base_tel p{font-size:16px; line-height:16px; color:rgba(255,255,255,0.8);}
.base_tel p+p{margin-top:20px;}
.base_QR{margin-top:28px;}
.base_QR dl{float:left; margin-right:10px; position:relative;}
.base_QR dt{display:flex; justify-content:center; align-items:center; width:35px; height:35px; border:1px solid rgba(255,255,255,0.2); border-radius:5px; cursor:pointer; transition:all 0.6s;}
.base_QR dt i{font-size:18px; line-height:18px; color:rgba(255,255,255,0.6); transition:all 0.6s;}
.base_QR dd{position:absolute; left:50%; bottom:45px; transform:translateX(-50%); visibility:hidden; opacity:0; transition:all 0.6s;}
.base_QR dd img{display:block; width:100px; height:100px; border:5px solid #fff; border-radius:5px;}
.base_QR dd::before{content:""; display:block; width:0; height:0; border-top:5px solid #fff; border-right:5px solid transparent; border-bottom:0 solid transparent; border-left:5px solid transparent; position:absolute; left:50%; bottom:-5px; transform:translateX(-50%);}
.base_QR dl:hover dt{border-color:#fff; background:#fff;}
.base_QR dl:hover dt i{color:#0160bc;}
.base_QR dl:hover dd{visibility:visible; opacity:1;}
.friend-link{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; width:100%; height:50px; margin-top:60px; padding:0 30px; box-sizing:border-box; border-top-left-radius:10px; border-top-right-radius:10px; background:#026cd6;}
.friend-link em{color:rgba(255,255,255,0.7); letter-spacing:5px;}
.friend-link .linkTagcs a{color:rgba(255,255,255,0.7) !important;}
.friend-link .linkTagcs a:hover{color:#fff!important;}
/*版权*/
.Copyrightbg{width:1400px; margin:0 auto; padding:20px 0; text-align:center; background:#026cd6;  border-top-left-radius:10px; border-top-right-radius:10px;     margin-top: 40px;
    margin-bottom: 20px;}
.Copyrightbg,.Copyrightbg a{font-size:16px; line-height:16px; color:rgba(255,255,255,0.7) !important;}
.Copyrightbg a:hover{color:#fff!important;}




/*内页幻灯片*/
#webdh{width:100% !important;}
.strong_title{display:none;}
.mianbxContent{width:100% !important; height:50px !important; margin-top:20px !important; margin-bottom:30px !important; text-align:left !important; font-size:16px; line-height:50px !important; text-indent:2.5em; transition:0.1s all; -webkit-transition:0.1s all; position:relative; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130201727_724492540.png) no-repeat 7px 12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.mianbxContent:hover{background-position:7px -35px;}
.mianbxContent a{font-size:16px;}
.mianbxContent a:hover{color:#0160bc;}



/*内页幻灯片文字*/
.banner_tit{ display: block; height: 480px;padding-top: 250px; width: 800px;margin: 0 auto; text-align: center; position: relative;}
.banner_tit h3 { color: #ffffff;font-size: 42px; display: block;line-height: 48px;font-weight: normal; margin-bottom: 10px;  }
.banner_tit h6 {color: #ffffff;font-size: 16px; font-weight:100;}
.banner_yy:before {content: '';   width: 100%; height: 100%;  position: absolute; top: 0;  left: 0; background: rgba(0,0,0,0.4);}

/*内页自定义幻灯片*/
.banner_con{width:100%; position: relative;background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130201255_1169891029.jpg) top center no-repeat; height:580px;}
.banner_news{width:100%; position: relative;background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130202134_865645463.jpg)  center no-repeat; height:580px; }
.banner_jj{width:100%; position: relative; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130203115_1347517611.jpg) top center no-repeat; height:580px; }
.banner_case{width:100%; position: relative; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130200352_1521296870.jpg) top center no-repeat; height:580px; }

.banner_qy{width:100%; position: relative; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20250221/20250221175919_627884289.jpg) top center no-repeat; height:580px; }


/*新闻二级分类*/
.nswsfenlei_2019{ margin:0 auto; width:1400px; margin-bottom:30px; margin-top:40px; height:100px;}
.nswsfenlei_2019 li{ position:relative; width:32.85%; text-align:left; float:left; line-height:44px; transition: all .5s; text-decoration:none; background:#f5f5f5; text-transform:uppercase;     height: 100px;}
.nswsfenlei_2019 li+li{margin-left:10px;}
.nswsfenlei_2019 li a:after{ position:absolute; top:43px; right:40px; display:inline-block; content:''; width:28px; height:20px; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130201805_415618510.png) no-repeat;}
.nswsfenlei_2019 li:hover a:after,.curNewsType_2019 a:after{ content:''; width:28px; height:20px; background:url(https://memberpic.114my.com.cn/0330191/uploadfile/image/20241130/20241130201805_1520655466.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:'Company dynamics';}
.nswsfenlei_2019 li:nth-child(2) a:before{ content:'Industry information';}
.nswsfenlei_2019 li:nth-child(3) a:before{ content:'Common problem';}
.nswsfenlei_2019 li:hover,.curNewsType_2019{background-color:#0160bc !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;}



/*新闻自定义*/
.nyxqnewsfanhui{ left:-1140px !important;}
.nyxqnews_left{ width:1010px !important; margin-left:18px;}
.nyxqnews_righttit strong,.newstemptwo li:hover .news_a a{ color:#0160bc !important;}
.nyxqnews_righttit:before{ background:#0160bc !important;}
.nyxqnews_leftpage{ width:1040px !important;}
.nyxqnewsbg{ background:none !important;}
.nyxqnews{ width:1400px !important;}

.nynewslist+.nynewslist {border-top: 1px solid #eee;}
.nynewslist_r {width: 76% !important;}
.nywenzhang,.nyxqnews_left{background: #f5f5f5 !important;}
.nynewslist:hover {  border: 3px solid #0160bc !important;}
.nynewslist:hover .nynewslist_time { background: url(//cdn.dg.114my.cn/img/2020/20191130164134_1437952521.png) center 28px no-repeat #0160bc !important;}
.nynews-list:hover .nynews-title{color:#0160bc !important;}
.nynews-list:hover .nynews-more{background: #0160bc !important; transform: translateX(6px); -webkit-transform: translateX(6px);}
.nyxqnews_rightcont a{    white-space: nowrap; text-overflow: ellipsis;     line-height: 36px;}

/*新闻内容样式*/
.in_new{line-height:28px; width:95%; margin:0 auto; font-size:14px;}
.in_new p{text-indent:2em; padding-bottom:13px;     line-height: 32px;}
.in_new p a{color:#005cab; text-decoration:underline;}
.in_new img{display:block; margin:0 auto 10px; max-width:100%;}


/*产品分类*/
.pro_all_class{    width: 1400px !important;
    height: auto !important;
    margin: 0 auto !important;
    overflow: hidden;
    font-size: 0px;
    border-bottom: none !important;}
.pro_all_class a{float:left;display:block;width: 13.5%;height:54px;overflow:hidden;text-align:center;font-size:16px;color:#333;background:#eaeaea;white-space: nowrap;text-overflow: ellipsis;line-height:54px;text-decoration:blink;transition: all 0.8s linear;margin-bottom: 10px;}
.pro_all_class a+a{margin-right:10px !important;}
.pro_all_class a:hover{transition: all 0.8s linear; background:#0160bc; color:#fff;}
.pro_all_class strong{background:#0160bc; color:#fff; display:block;}
.pro_all_class a:nth-child(1){ display:none;}
.pro_all_class a:hover,.pro_all_class .one_2019.cur a{transition: all 0.5s linear; background:#0160bc; color:#fff;}
.pro_all_class strong{background:#0160bc;color:#fff;display:block;height: 100%;width: 100%;line-height: 52px;font-size: 16px;}
.pro_all_class .pur{ display:none;}
.pro_cur {background: #0160bc !important;color: #fff !important;}
.three_bt_2019 a {line-height: 30px !important;width: 100%;display: block;}


/*分页*/
.pages_info{ clear: both; margin-top: 20px !important; margin-bottom: 30px !important;}
.page_total,.pages_box a,.page_jump{display:inline-block;vertical-align:middle;padding:0 14px;height:36px;border-radius:36px;background:#eee;line-height:36px;border: 1px solid #eee;font-size:13px;cursor: pointer;}
.pages_box a{margin-left:10px;color: #666;}
.pages_box a.page_curr,.pages_box a:hover{background:#0160bc ;color:#fff;font-size:13px;}
.page_jump{margin-left:10px;}

/*上一页下一页样式*/
.psupdown { margin-top: 30px !important;     margin-bottom: 30px !important;}
.psh_box{margin:50px auto !important;}
.pshangxia{padding:10px 40px; background:#f5f5f5; border:1px #ccc solid;}
.protemptitl:before{background: #0160bc !important;}
.pages_box { margin-top: 40px;}

.dwtwo li .dw_pic img,.nylist-photo img,.protemppic img{    height: auto !important;}