

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:#0253ba; text-decoration:underline;}
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;}

body{min-width: 1400px;overflow-x: hidden;}

@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:#0253ba; font-weight:bold; height:71px;}
.column_tit span{ display:block; margin-top:15px; font-size:18px; line-height:18px; color:#666; font-weight:normal;}



/*顶部*/
.topbg{width:100%; height:50px; background:#f4f4f4;}
.top{width:1400px; margin:0 auto;}
.top_fl{float:left; line-height:50px; color:#999; font-size:16px;}
.top_fr{float:right;}
.top_en{ float:left; margin-left:10px; margin-top:8px; width:109px; padding-left:41px; height:34px; line-height:32px; font-family:Aria; color:rgba(255,255,255,0.8);  position:relative; cursor:pointer; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231208/20231208155615_1214534579.jpg) no-repeat;}
.top_en em{display:none; position:absolute; left:0; top:34px; height:64px;}
.top_en em a{ display:block; margin-top:1px; color:#fff; width:118px; padding-left:41px; height:32px; line-height:32px; color:rgba(255,255,255,0.8); text-decoration:none; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231208/20231208160849_1677311655.png) no-repeat;}
.top_en em a:nth-child(2){ background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231208/20231208160849_305979574.png) no-repeat;}


/*抬头*/
.head{ margin:0 auto; width:1400px; height:130px;}
.logo{float:left; margin-top:36px;}
.name{float:left; width:210px; height:63px; margin-top:36px; margin-left:20px; letter-spacing:8px; font-weight:bold; color:#0253ba; line-height:63px; font-size:38px; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231212/20231212082016_1357365104.jpg) center no-repeat;}
.head_ad{float:left; margin-left:15px; margin-top:39px; font-size:28px; line-height:60px; color:#333; font-weight:bold;}
.head_tel{float:right; margin-top:36px; line-height:26px; font-size:30px; font-family:DIN; font-weight:bold; color:#333;}
.head_tel span{ display:block; margin-bottom:5px; padding-top:6px; font-size:14px; line-height:14px; padding-left:30px; font-weight:normal; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231208/20231208155418_1336817468.jpg) no-repeat;}



/*导航*/
.navbg{width:100%; background:#0253ba; height:60px;}
.nav{width:1400px; margin:0 auto;}
.nav li{float:left; position:relative;}
.nav li a{ display:block; height:60px; text-align:center; line-height:60px; font-size:16px; color:#fff; width:155.4px; text-decoration:none; transition:0.8s;}
.nav li:hover a,.nav li.navcurrent a{background:#fcb234;}



/*幻灯片*/
.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(https://memberpic.114my.com.cn/023961/uploadfile/image/20231129/20231129140721_1910601827.png) 0 0 no-repeat; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231129/20231129140721_1910601827.png) -49px 0 no-repeat; }
.banner-box .hd { position:absolute; bottom:25px; 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:#0253ba;}
.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;}



/*版权*/
.basebg{width:100%; margin-top:80px; height:516px; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231129/20231129182938_1231463151.jpg) center no-repeat;}
.base{width:1400px; margin:0 auto;}
.base_top{padding-top:70px;}
.base_logo{float:left;}
.base_name{float:left; margin-left:14px; padding-top:47px; font-family:Arial; font-size:16px; line-height:13px; color:rgba(255,255,255,.5); font-weight:bold; text-transform:uppercase; letter-spacing:2.2px; background:url(https://memberpic.114my.com.cn/021393/uploadfile/image/20230919/20230919145052_1686108460.jpg) center 6px no-repeat;}
.base_nav{float:right; display:flex; padding:7px 39px 44px 17px; border-bottom:1px solid rgba(255,255,255,.3);}
.base_nav a{display:block; font-size:16px; line-height:16px; color:#fff;}
.base_nav a+a{margin-left:66px;}
.base_in{margin-top:40px; height:260px;}
.base_in .fr{ width:1015px;}
.QRcode dl{float:left; width:122px; height:151px; margin-right:15px; background:#fff;}
.QRcode dt{padding:16px 13px 0 12px; box-sizing:border-box;}
.QRcode dd{margin-top:10px; text-align:center; line-height:14px;}
.base_list{float:left; padding-top:20px; padding-right:70px; position:relative;}
.base_list:after{content:""; position:absolute; right:0; top:15px; display:block; width:1px; height:181px; background:rgba(255,255,255,.3);}
.base_list dl{float:left;}
.base_list dl:nth-child(1){margin-right:83px;}
.base_list dl:nth-child(2){margin-right:79px;}
.base_list dt{font-size:18px; line-height:18px; color:#fff;}
.base_list dd{margin-top:27px;}
.base_list dd a{display:block; margin-bottom:18px; line-height:14px; color:rgba(255,255,255,.7);}
.base_list dd a:hover{color:#fff;}
.base_tel{float:left; padding:20px 110px 0 73px; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231129/20231129183407_1088921985.png) 381px 15px no-repeat;}
.base_tel em{ font-size:16px; line-height:14px; color:#fff;}
.base_tel span{display:block; margin-top:18px; font-family:DIN; font-size:32px; line-height:24px; color:#f1c600; font-weight:bold;}
.base_tel p{margin-top:45px; padding-left:22px; font-size:16px; line-height:16px; color:#fff; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231129/20231129183407_1191480554.png) left center no-repeat;}
.base_tel a{display:block; width:133px; margin-top:33px; text-align:center; font-size:16px; line-height:35px; color:#fff; background:#0670e8; text-decoration:none; transition-duration:0.8s;}
.base_tel a:hover{background:#f1c600;}
.Copyrightbg{ margin-top:5px; padding:30px 0;}
.Copyrightbg,.Copyrightbg a{line-height:14px; color:rgba(255,255,255,.5) !important; text-transform:uppercase;}
.Copyrightbg a:hover{color:#fff !important;}



/*面包线及幻灯片*/
#webdh{width:100% !important;}
#bodycon{margin-top:40px;}
.strong_title{ display:none;}
.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; text-indent:2em; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231130/20231130095452_1409046678.png) left 8px no-repeat;}
.mianbxContent,.mianbxContent a{ color:#666; font-size:16px;}



/*翻页显示方式*/
.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:#0253ba;}
.page_jump{ margin-left:10px;}
.back_column{ width:1100px !important; clear:both;}



/*新闻详情页*/
.nyxqnews{width:1400px !important;}
.nyxqnews_left{width:1030px !important;}
.nyxqnewsfanhui{left:-1158px !important;}
.nyxqnews_righttit strong{color:#0253ba !important;}
.nyxqnews_righttit:before{background:#0253ba !important;}
/*新闻内容样式*/
.in_new{line-height:28px; width:95%; margin:0 auto; font-size:14px;}
.in_new p{text-indent:2em; padding-bottom:13px;}
.in_new p a{color:#0253ba; text-decoration:underline;}
.in_new img{display:block; margin:0 auto 10px; max-width:100%;}



/*新闻二级分类*/
.nswsfenlei_2019{ margin:0 auto; width:1400px; margin-bottom:30px; margin-top:40px; height:100px;}
.nswsfenlei_2019 li{ position:relative; width:24.25%; text-align:left; float:left; line-height:44px; transition: all .5s; text-decoration:none; background:#f5f5f5; text-transform:uppercase;}
.nswsfenlei_2019 li+li{margin-left:1%;}
.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/023961/uploadfile/image/20231130/20231130095452_2055003593.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/023961/uploadfile/image/20231130/20231130095452_317965101.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:'Technical support';}
.nswsfenlei_2019 li:nth-child(4) a:before{ content:'Common problem';}
.nswsfenlei_2019 li:hover,.curNewsType_2019{background-color:#0253ba !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;}



/*产品分类
#bodycon #left{height:auto !important; top:0; position:sticky; z-index:2;}
#bodycon{position: relative;}*/
.sortbg{width:290px;}
.sort_tit{ height:102px; padding-left:26px; font-size:24px; line-height:102px; color:#fff; font-weight:bold; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231129/20231129145949_32439493.jpg) no-repeat;}
.sort_cont{background:#f7f7f7;}
.prolist2021 li{ padding-top:20px; border-bottom:1px solid #e3e3e3; padding-bottom:25px;}
.prolist2021 li a.prolist2021_one{display:block; padding-left:26px; font-size:16px; line-height:40px; color:#333; font-weight:bold; text-decoration:none; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231130/20231130111551_1421760296.png) 260px center no-repeat}
.prolist2021 li a.prolist2021_one:hover{ color:#0253ba;}
.prolist2021 li dl{padding-top:5px; padding-left:26px; overflow:hidden;}
.prolist2021 li dt{ float:left; width:132px;}
.prolist2021 li dt a{ display:block; font-size:15px; line-height:36px; text-decoration:none;}
.prolist2021 li dt a:before{content:"· "; font-weight:bold;}
.prolist2021 li:nth-child(2) dt{ width:100%;}
.prolist2021 li.procur{ border-left:3px solid #1270c8;}
.prolist2021 li.procur a.prolist2021_one{ color:#1270c8; font-weight:bold;}
.sort_tel{padding-left:38px; height:146px; padding-top:73px; color:#fff; background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231130/20231130101251_1312773657.jpg) no-repeat; }
.sort_tel em{ display:block; margin-bottom:15px; text-indent:30px; line-height:14px;}
.sort_tel span{ display:block; font-size:16px; margin-bottom:5px; line-height:22px;}
.sort_tel strong{ font-family:arial; font-size:24px; font-weight:bold;}



/*产品页列表第七种方式*/
.ny_propic{border:1px solid #f5f5f5;}
.ny_propic a{display:flex !important; justify-content:center; align-items:center; width:100%; height:252px;}
.ny_propic a img{height:auto !important;}
.ny_propic a:before{left:0;}
.ny_protil:before{background:#0253ba !important;}



/*动态列表模板三*/
.newswa{padding-top:0.3% !important;}
.news_body{margin-top:1.2% !important;}
.newstemptwo li{box-shadow:none !important; background:#f8f8f8; transition-duration:0.8s;}
.newspic a{display:flex; align-items:center; justify-content:center; width:100% !important; height:calc(354px * 173 / 316); overflow:hidden;}
.newspic a img{height:auto !important;}
.news_more{bottom:40px !important;}
.news_more a{border-radius:0 !important; background:#0253ba !important; display:block; position:relative;}
.newstemptwo li:hover .news_a a{color:#0253ba !important;}
.newstemptwo li:hover .news_body{padding:0 !important;}
.newstemptwo li:hover{background:#fff; box-shadow:0 0 20px #eee !important; transform:translateY(-10px);}
.newstemptwo li p.newshx,.newstemptwo li p.newssx{display:none;}
.newstemptwo li .newswa .news_more a:before{content:""; display:block; position:absolute; border-bottom:2px solid #0253ba; border-right:2px solid #0253ba; bottom:0; right:0;  transition:all .6s ease; width:0; height:0;}
.newstemptwo li .newswa .news_more a:after{content:""; display:block; position:absolute; border-top:2px solid #0253ba; border-left:2px solid #0253ba; top:0; left:0; transition:all .6s ease; width:0; height:0;}
.newstemptwo li:hover .newswa .news_more a{background:#fff !important; color:#0253ba;}
.newstemptwo li:hover .newswa .news_more a:before,.newstemptwo li:hover .newswa .news_more a:after{width:110%; height:120%;}



/*自定义栏目第二套*/
.nylist li:after{background:#0253ba !important;}
.nylist li .nylist-photo{border:1px solid #fafafa; box-sizing:border-box;}
.nylist li a{text-decoration:none;}
/*自定义页列表第八种方式*/
.ny_dgpic a img{border:1px solid #eee; box-sizing:border-box;}
.ny_dgpic a:after{background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231130/20231130114450_1978755009.png) center no-repeat rgba(0,0,0,0.5) !important;}
.ny_dgtil{background-color:#eee; padding:0 !important;}
.ny_dgtil a{padding:0 15px !important;}
.ny_dgtil a:after{background:url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231130/20231130114450_2074972962.png) no-repeat left center !important; right:15px !important;}
.ny_dglist:hover .ny_dgtil a{color:#0253ba !important; padding-left:25px !important;}
.ny_dglist:hover .ny_dgtil a:after{background-position:right center !important; right:25px !important;}
/*自定义栏目第九套*/
.nyqhlist li .nyqhlist_pic{overflow:hidden; border:1px solid #eee; box-sizing:border-box;}
.nyqhlist li .nyqhlist_pic img{transition:all .5s ease;}
.nyqhlist li:hover .nyqhlist_pic img{transform:scale(1.1);}
.nyqhlist_tit:before { position:absolute; top:0; left:0; display: block; content: ''; width:0; height:100%; background:#0253ba; transition:all 0.5s;}
.nyqhlist_tit a{ position:relative; z-index:100; text-decoration:none;}
.ny_dgtil{padding:0 15px; box-sizing:border-box; background:#eee;}
.ny_dgtil a{text-decoration:none;}
.nyqhlist li:hover .nyqhlist_tit:before { width:100%;}
.nyqhlist li:hover .nyqhlist_tit a{ color:#FFF;}



/*内页幻灯片*/
.ny_banner{width:100%; height:450px; position:relative;}
.ny_banner_title{margin:0 auto; width:1350px; text-align:left; color:#555; letter-spacing:1px; padding-top:160px; padding-left:50px;}
.ny_banner_title p{display:inline-block; font-size:33px; font-weight:bold; display:block; height:60px;}
.ny_banner_title i{content:""; width:70px; height:1px; display:block; background:#555; opacity:0.5; margin-bottom:20px;}
.ny_banner_title span{display:inline-block; font-size:18px; opacity: 0.8;}
.ny_banner_title.blank{color:#fff;}
.ny_banner_title.blank i{background:#fff;}



.video{width:65%; height:498px; margin:0 auto;}
.video iframe{width:100% !important; height:100 !important;}



/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 30%; 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; background: url(https://memberpic.114my.com.cn/023961/uploadfile/image/20231201/20231201151702_998295932.png) no-repeat; margin: 0 auto 6px;}
.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: #0253ba; }/*颜色更改*/
.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: #0253ba !important; border-color: #0253ba !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: #0253ba; border-color: #0253ba;}/*颜色更改*/
.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 .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 .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #0253ba; 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; }
.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: #0253ba; 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; display:none !important; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 a.kf-zixun:hover{ background-color: #0253ba; border-color: #0253ba; 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:#0253ba;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }




/*详情页*/
.details12-06{width:95%; margin:0 auto;}
.details12-06 *{font-size:16px; line-height:26px; color:#333; box-sizing:border-box;}
.details12-06 img{display:block; max-width:100%; margin:0 auto;}
.details12-06 img+img,.details12-06 p+p,.details12-06 li+li{margin-top:1%;}
.details12-06 p{text-indent:2em;}
.details12-06 .details_tit{padding:0 3%; font-size:20px; line-height:50px; color:#fff; font-weight:bold; background:linear-gradient(to right, #0253BA 0%, #02BAAD 100%);}
.details12-06 .details_cont{padding:2% 3%;}
.details12-06 .details_cont table{width:100% !important; border-collapse:collapse; border-spacing:0; border:none; border-left:1px #e1e1e1 solid; border-top:1px #e1e1e1 solid; margin:0 auto;}
.details12-06 .details_cont table td{border-bottom:1px #e1e1e1 solid; border-right:1px #e1e1e1 solid; padding:2% 15px; line-height:16px; white-space:nowrap;}

