@charset "utf-8";
/* CSS Document */

body{overflow-x:hidden;}
body,td{font-size:14px; color:#555; font-family:Microsoft YaHei; font-family:微软雅黑;}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#0142bb; 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;}



/*字体*/
@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);
}



/*通用栏目标题*/
.column_tit{ height:96px; font-size:40px; line-height:40px; color:#0142bb; font-weight:bold; text-align:center; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240423/20240423105449_1489589256.jpg) center bottom no-repeat;}
.column_tit span{ display:block; margin-top:15px; font-size:18px; line-height:18px; color:#666; font-weight:normal;}



/*抬头*/
.headbg{width:100%; min-width:1300px; max-width:1920px; height:160px; margin:0 auto; padding-top:7px; background-position:left top; background-repeat:no-repeat; background-size:100% 7px; background-image:linear-gradient(to right,#0142bb 0%, #01bbb9 31%, #b7860f 69%, #dde91e 87%, #fff368 100%);}
.head{width:1300px; margin:0 auto;}
.head_logo{float:left; margin-top:52px;}
.head_slogan{float:left; height:63px; margin-left:20px; margin-top:51px; padding-left:27px; padding-top:6px; box-sizing:border-box; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240424/20240424101723_952303338.jpg) left center no-repeat;}
.head_slogan em{font-size:25px; line-height:25px; color:#333; font-weight:bold; letter-spacing:0.8px;}
.head_slogan p{margin-top:9px; font-size:18px; line-height:18px; color:#333;}
.head_sign{float:left; margin-left:60px; margin-top:51px;}
.head_tel{margin-top:57px;}
.head_tel span{display:flex; flex-direction:row; align-items:center; margin-bottom:6px; font-family:DIN Medium; font-size:30px; line-height:27px; color:#0142bb; font-weight:bold;}
.head_tel span img{margin-right:8px;}
.head_tel span:nth-child(2){font-size:32.5px;}



/*导航*/
.navbg{width:100%; min-width:1300px; max-width:1920px; margin:0 auto; background-position:left top; background-repeat:no-repeat; background-size:100%; background-image:linear-gradient(to right,#0142bb 0%, #03b463 100%);}
.nav{width:1300px; margin:0 auto;}
.nav li{float:left;}
.nav li a{display:block; padding:0 38.5px; text-align:center; font-size:18px; line-height:70px; color:#fff; text-decoration:none; transition-duration:0.5s;}
.nav li:hover a,.nav li.nav_cur a{background-color:#fda803;}



/*幻灯片*/
.banner{width:100%; overflow:hidden; background:#fff; position:relative;}
.banner-box{width:100%; 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/zhenghuagao5990/uploadfile/image/20240424/20240424111911_1432158201.png) 0 0 no-repeat;} 
.banner-btn a.next{right:-50px; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240424/20240424111911_1432158201.png) -49px 0 no-repeat;}
.banner-box .hd {position:absolute; bottom:25px; width:100%;}
.banner-box .hd ul {width:1300px; 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:#0142bb;}
.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%; min-width:1300px; max-width:1920px; margin:80px auto 0; padding-bottom:80px; background:#000;}
.base{width:1300px; margin:0 auto;}
.base_top{padding-top:93px;}
.base_nav{float:left; width:800px; display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start;}
.base_nav dt{font-size:18px; line-height:18px; color:#fff;}
.base_nav dd{margin-top:43px;}
.base_nav dd a{display:block; width:max-content; line-height:14px; color:rgba(255,255,255,.6);}
.base_nav dd a+a{margin-top:16px;}
.base_nav dd a:hover{color:#fff;}
.base_fr{float:right;}
.base_tel *{display:block;}
.base_tel em{font-family:DIN Medium; font-size:28px; line-height:24px; color:#fede00; font-weight:bold; position:relative;}
.base_tel em:before{content:""; display:block; width:44px; height:1px; position:absolute; left:-60px; top:calc(50% - 0.5px); background:#fedd00;}
.base_tel span{margin-top:28px; line-height:14px; color:#fff;}
.base_tel i{margin-top:5px; font-family:Arial; font-size:12px; line-height:10px; color:#fff;}
.QRcode{margin-top:50px;}
.QRcode img{width:105px; height:105px; border:15px solid #fff;}
.Copyright{margin-top:75px;}
.Copyright,.Copyright a{line-height:14px !important; color:#333 !important;}
.Copyright a:hover{color:#0142bb !important;}
.Copyright_fl{float:left; width:963px; padding:27px 0 21px 24px; box-sizing:border-box; background:#fede00;}
.Copyright_fr{float:right; display:flex; flex-direction:row; align-items:center; width:336px; padding:28px 0 20px 24px; box-sizing:border-box; background:#fede00;}
.linkTagcs{display:inline-block; width:212px !important; height:14px !important; overflow:hidden;}
.linkTagcs ul{display:block; width:228px;}



/*面包线及幻灯片*/
#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(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240424/20240424133622_137911452.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:#0142bb;}
.page_jump{ margin-left:10px;}
.back_column{ width:1100px !important; clear:both;}



/*产品分类*/
#bodycon #left{height:auto !important; top:0; position:sticky; z-index:2;}
#bodycon{position: relative;}
.sortbg{float:left; width:270px;}
.sort_tit{width:100%; height:100px; padding-top:29px; padding-left:90px; font-size:22px; line-height:22px; color:#fff; font-weight:bold; box-sizing:border-box; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240428/20240428155531_357078107.png) left center no-repeat , linear-gradient(135deg,#0142bb 0%, #03b463 100%);}
.sort_tit p{margin-top:5px; font-family:Arial; font-size:14px; line-height:14px; color:rgba(255,255,255,.5); font-weight:normal;}
.sort_cont{width:100%; padding:20px; box-sizing:border-box; background:#f3f3f3;}
.prolist2021 li+li{margin-top:15px;}
.prolist2021 li > a{display:block; width:100%; padding-left:40px; font-size:16px; line-height:55px; color:#fff; box-sizing:border-box; text-decoration:none; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240428/20240428154720_1008656172.png) 15px center no-repeat , linear-gradient(135deg,#0142bb 0%, #03b463 100%);}
.prolist2021 dl{}
.prolist2021 dt a{display:block; line-height:50px; color:#666; border-bottom:1px dashed #cfcfcf; padding-left:40px; transition-duration:0.8s; text-decoration:none; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240428/20240428155757_1690283058.png) 16px center no-repeat;}
.prolist2021 dt a:hover{color:#0142bb; padding-left:50px; background-position:26px center; background-image:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240428/20240428160122_1783821593.png);}



/*新闻详情页*/
.nyxqnews{width:1300px !important;}
.nyxqnews_left{width:930px !important;}
.nyxqnewsfanhui{left:-1058px !important;}
.nyxqnews_righttit strong{color:#0142bb !important;}
.nyxqnews_righttit:before{background:#0142bb !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:#0142bb; text-decoration:underline;}
.in_new img{display:block; margin:0 auto 10px; max-width:100%;}



/*内页幻灯片*/
.ny_banner{width:100%; height:450px; max-width:1920px; min-width:1300px; margin:0 auto; background-position:center; background-repeat:no-repeat;}
.ny_banner_cont{width:100%; height:100%; margin:0 auto; color:#555; display:flex; flex-direction:column; justify-content:center; align-items:center; background:rgba(0,0,0,0.4);}
.ny_banner_cont em{font-size:33px; font-weight:bold;}
.ny_banner_cont p{font-size:18px; margin-top:6px; opacity:0.8;}
.ny_banner_cont.blank{color:#fff;}
.ny_banner_cont.blank i{background:#fff;}



/*产品页列表第七种方式*/
.miaoshu_head{display:none;}
.ny_propic{border:1px solid #f5f5f5;}
.ny_protil:before{background:linear-gradient(135deg,#0142bb 0%, #03b463 100%) !important;}



/*新闻二级分类*/
.nswsfenlei_2019{ margin:0 auto; width:1300px; 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(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240428/20240428170453_674126234.png) no-repeat;}
.nswsfenlei_2019 li:hover a:after,.curNewsType_2019 a:after{ content:''; width:28px; height:20px; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240428/20240428170453_677037043.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:'Positive state';}
.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:#0142bb !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;}



/*动态列表模板三*/
.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(328px * 3 / 4); overflow:hidden;}
.newspic a img{height:auto !important;}
.news_more{bottom:14% !important;}
.news_more a{border-radius:0 !important; background:#0142bb !important; display:block; position:relative;}
.newstemptwo li:hover .news_a a{color:#0142bb !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 #0142bb; border-right:2px solid #0142bb; 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 #0142bb; border-left:2px solid #0142bb; top:0; left:0; transition:all .6s ease; width:0; height:0;}
.newstemptwo li:hover .newswa .news_more a{background:#fff !important; color:#0142bb;}
.newstemptwo li:hover .newswa .news_more a:before,.newstemptwo li:hover .newswa .news_more a:after{width:110%; height:120%;}



/*自定义栏目第二套*/
.nylist li{width:calc((100% - 4%) / 3) !important; margin:0 2% 2% 0 !important; padding:0 !important; border:none !important;}
.nylist li:nth-child(3n){margin-right:0 !important;}
.nylist li:after{background:#0142bb !important;}
.nylist li .nylist-photo{border:1px solid #fafafa; box-sizing:border-box;}
.nylist li a{text-decoration:none;}
/*自定义栏目第九套*/
.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:#0142bb; 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;}



/*推荐型号*/
.versionbg{margin:0 auto; padding-top:20px;}
.version_tit{text-align:center; font-size:40px; line-height:40px; color:#333; font-weight:bold;}
.version_cont{display:flex; flex-wrap:wrap; margin-top:30px;}
.version_cont *{box-sizing:border-box;}
.version{border-radius:10px; box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1); overflow:hidden;} 
.version_box01{margin-bottom:4%; text-align:center; color:#fff; font-weight:bold; background:linear-gradient(90deg,#0142bb 0%, #03b463 100%);}
.version_box02{height:100px; margin:4% 0 0; padding:0 4%;}
.version_box02 dl{display:flex; flex-direction:row;}
.version_box02 dl+dl{margin-top:2%;}
.version_box02 dt{color:#333; font-weight:bold; white-space:nowrap;}
.version_box03{padding:0 4%;}
.version_box03 dl{display:flex; flex-direction:row;}
.version_box03 dt,.version_box03 dd{width:50%; padding:3% 0;}
.version_box03 dl:nth-child(n+3){border-top:1px #e1e1e1 solid;}
.version_box03 dt{color:#0142bb;}
.version_box03 dl:nth-child(1){padding-bottom:4%;}
.version_box03 dl:nth-child(1) *{padding:0; text-align:center; color:#fff;}
.version_box03 dl:nth-child(1) dt{background-color:#545454;}
.version_box03 dl:nth-child(1) dd{background-color:#333;}



/*工业详情*/
.des {width: 100%;overflow: hidden;}
.des_box {width: 750px;margin: 0 auto;overflow: hidden;}
.des_name {padding-top: 50px;}
.des_int {background: url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240524/20240524110402_243405632.jpg)no-repeat center;height: 840px; padding:0 24px;text-align: center;margin-bottom: 20px;}
.des_int>span {font-size: 54px;text-align: center;color: #ffffff;padding: 5px 30px;margin: 0 auto;line-height: 42px;display: inline-block;padding-top: 30px;font-weight: bold;letter-spacing: 4px;}
.des_int>i {display: inline-block;margin: 50px 0;}
.des_int>p {font-size: 21px;color: #ffffff;line-height: 44px;}
.des_int em {font-size: 13px;font-family: Arial;line-height: 24px;color: #ffffff;font-style: normal;text-transform: uppercase;}
.des_tit {padding: 10px 0;background:linear-gradient(135deg,#0142bb 0%, #03b463 100%);color: #ffffff;text-align: center;}
.des_tit span {position: relative;font-size: 32px;line-height: 42px;}
.des_tit p {font-size: 16px;text-transform: uppercase;line-height: 32px;padding-top: 4px;letter-spacing: 1px;}
.des_int ul {list-style: none;margin-top: 80px; display:flex; flex-wrap:wrap; justify-content:center;}
.des_int li {float:left;width:227px;height: 180px;background:rgba(255, 255, 255, 0.7);    margin-bottom: 10px;padding: 30px;box-sizing: border-box; }
.des_int li+li {margin-left: 10px;}
.des_int li:nth-child(4) {margin-left: 0;}
.des_int li>i {width: 50px;height: 50px;display: inline-block;}
.des_int li>p {font-size: 24px;line-height: 30px;padding-top: 16px;}
.des_int li>p>span {font-size: 12px;display: block;text-transform: uppercase;}
.des_y {background:#dddddd;}
.des_con {display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start; width:700px;padding:25px 0;overflow: hidden;margin: 0 auto;}
.des_pic {width:345px; height:345px; background: #0142bb;}
.des_pic img{width:100%;}
.des_txt {width:339px; overflow: hidden;}
.des_txt ul {list-style: none;}
.des_txt li {float: left;width: 340px;height: 46px;line-height: 46px;}
.des_txt li+li{margin-top: 13px;}
.des_txt li span {font-size: 18px;padding:11px 30px;background: #333333;color: #ffffff;}
.des_txt li p {font-size: 16px;display: inline-block;padding-left: 30px;background:#666666;vertical-align: top;    width: 213px;color:#ffffff;}
.des_adv {padding: 20px 0;overflow: hidden;}
.des_adv ul {}
.des_adv ul li {display: flex;position: relative;margin-bottom: 20px;height: 300px;}
.des_adv ul li:before {content:'';width: 1px;height: 30px;background: #333333;position: absolute;right:27px;top:0;}
.des_adv ul li:nth-child(2n):before {left: 27px;}
.des_adv ul li:nth-child(2n) .des_l {position: absolute;right: 0;}
.des_l {width:450px; height:300px;background: #333333;    border-radius: 15px;overflow: hidden;}
.des_r {width:350px;background: #333;position: absolute;right: 0;top:0px;color: #ffffff;text-align: center;height: 300px;}
.des_adv ul li:nth-child(2n) .des_r {position: absolute;left: 0;}
.des_r p {font-size: 24px;font-weight: bold;position: relative;padding: 70px 0;}
.des_r p:after {content:'';width: 50px;height: 1px;background: #ffffff;position: absolute;top: 115px;left:146px;}
.des_r p span {display: block;font-size: 14px;line-height: 28px;font-weight: lighter; padding: 38px 24px 0;}
.des_r i {display: inline-block;width: 42px;height: 50px;background: #ffffff;color: #333333;font-style: normal;font-size: 20px;font-family: Arial;line-height: 50px;position: absolute;right: 6px;top:0;}
.des_adv ul li:nth-child(2n) .des_r:nth-child(2n) i {left: 6px;}
.des_dis {overflow: hidden;margin-bottom: 15px;}
.des_dis ul,.des_cer ul {list-style: none;;}
.des_dis li {width: 362px;height:calc(362px * 3 / 4);background: #0142bb;margin-top: 15px; float: left;border-radius: 20px;position: relative;overflow: hidden;    border: 2px solid #333333;}
.des_dis li+li {margin-left: 15px;}
.des_dis li:nth-child(2n-1) {margin-left: 0;}
.des_dis li p {font-size: 16px;background: rgba(0,0,0,0.5);height: 45px;line-height: 45px;color: #ffffff;position: absolute;bottom: 0;width: 100%;text-align: center;}
.des_cer {}
.des_cer li {width: 243px;height: 332px;background: #0142bb;margin-top: 15px; float: left;position: relative;overflow: hidden;}
.des_cer li+li {margin-left:10px;}



/*食品详情*/
.JSprofile{display:none;}
.detail_page{width:100%; margin:0 auto;}
.detail_page *{box-sizing:border-box;}
.detail_box{width:750px; margin:0 auto;}

.detail_tit{padding:58px 0 58px 32px; font-size:50px; line-height:50px; color:#fff; font-weight:bold; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240524/20240524161021_1901060863.png) right top no-repeat , linear-gradient(90deg,#0142bb 0%, #03b463 100%);}
.detail_tit p{margin-top:30px; font-size:36px; line-height:36px; color:#fff; font-weight:normal;}

.detail_first{margin-bottom:10px; padding:80px 50px; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240524/20240524151431_1677022616.jpg) left center no-repeat; background-size:auto 100%;}
.first_cont{width:640px; height:720px; border-radius:8px; background:#ededed;}
.first_box01{width:490px; margin:0 auto; text-align:center; font-size:34px; line-height:54px; color:#fff; font-weight:bold; border-bottom-left-radius:8px; border-bottom-right-radius:8px; background:#0142bb;}
.first_box02{margin-top:93px; text-align:center; font-size:50px; line-height:50px; color:#333; font-weight:bold;}
.first_box03{width:580px; margin:40px auto 0; padding-bottom:12px; text-align:center; font-size:16px; line-height:16px; color:#333; border-bottom:1px solid #333;}
.first_box04{width:490px; height:100px; margin:60px auto 0;}
.first_box04 ul{display:flex; flex-wrap:wrap; align-content:space-between; justify-content:center; width:100%; height:100%;}
.first_box04 li{margin-right:40px; padding-left:30px; font-size:23px; line-height:26px; color:#333; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240524/20240524154109_741313953.png) left center no-repeat;}
.first_box04 li:nth-child(3),.first_box04 li:nth-child(5){margin-right:0;}
.first_box05{width:540px; margin:42px auto 0; text-align:center; font-size:30px; line-height:58px; color:#fff; font-weight:bold; border-radius:30px; background-image:linear-gradient(90deg,#0142bb 0%, #03b463 100%);}
.first_box05 font{font-family:DIN Medium; font-size:34px; line-height:56px;}
.first_box06{margin-top:33px;}
.first_box06,.first_box06 img{width:100%;}

.detail_second{padding-top:40px; background:#eee;}
.second_box01{width:600px; margin:0 auto 40px;  border:5px solid #eee;}
.second_box01 img{max-width:100%;}
.second_box02{padding:30px 22px 40px; background:#eee;}
.second_box02 ul{display:flex; align-items:center; height:144px; border-bottom:1px solid #e5e5e5;}
.second_box02 li{width:50%;}
.second_box02 li em{font-size:18px; line-height:18px; color:#222;}
.second_box02 li em:after{content:""; display:block; width:23px; height:3px; margin-top:23px; background:#ffb58d;}
.second_box02 li p{margin-top:22px; font-size:22px; line-height:28px; color:#222;}

.detail_third{padding:75px 32px; background:#dbdde4;}
.third_cont{display:flex; flex-direction:row; justify-content:space-between; padding:33px; border-radius:30px; position:relative; background:#fff; overflow:hidden;}
.third_cont .third_box{width:54px; height:54px; padding-top:14px; padding-left:10px; padding-right:10px; font-family:DIN Medium; font-size:20px; line-height:18px; color:#fff; font-weight:bold; border-radius:50%; background:#0142bb; position:absolute; bottom:-12px; right:-12px;}
.third_img{display:flex; justify-content:center; align-items:center; width:298px; height:298px; border-radius:20px; overflow:hidden;}
.third_img img{width:auto; height:100%;}
.third_txt{display:flex; flex-direction:column; justify-content:center; width:298px;}
.third_txt em{display:block; font-size:34px; line-height:34px; color:#0142bb; font-weight:bold;}
.third_txt em:after{content:""; display:block; width:100%; height:4px; margin-top:36px; background:url(//memberpic.114my.com.cn/zhenghuagao5990/uploadfile/image/20240524/20240524171748_1210037041.png) left center no-repeat;}
.third_txt p{margin-top:30px; font-size:18px; line-height:32px; color:#999;}
.detail_third .third_cont + .third_cont{margin-top:30px;}
.detail_third .third_cont:nth-child(2n) .third_box{text-align:right; right:auto; left:-12px;}
.detail_third .third_cont:nth-child(2n) .third_txt em{text-align:right;}
.detail_third .third_cont:nth-child(2n) .third_txt em:after{background-position:right center;}
.detail_third .third_cont:nth-child(2n) .third_txt p{text-align:right;}

.detail_four{display:flex; flex-wrap:wrap; justify-content:space-between; padding:50px 33px;}
.detail_four dl{width:330px; height:calc(330px * 3 / 4); margin-bottom:24px; position:relative;}
.detail_four dt,.detail_four dt img{width:100%; height:100%;}
.detail_four dd{width:100%; text-align:center; font-size:18px; line-height:50px; color:#fff; background:rgba(0,0,0,.6); position:absolute; left:0; bottom:0;}
.detail_four dl:nth-child(1){width:684px; height:calc(684px * 3 / 4);}

.detail_fifth{margin-top:50px;}