<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*reset*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin: 0;padding: 0;}
body{font-family:"Microsoft YaHei","SimSun","Arial";color:#333;background:#fff;font-size:16px;line-height:1.42857143;word-break:break-all;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}
a{color:#333;text-decoration:none;}
a:active,a:hover{outline:0}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
ol,ul,li{list-style: none;}
img{border:0;vertical-align:middle;}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;outline:none;}
textarea{overflow:auto;resize:none}
select{background:#fff}
table {border-collapse:collapse;border-spacing:0}
[role="button"] {cursor:pointer;}
em{font-style:normal;}
/*浮动*/
.fr{float:right;}
.fl{float:left;}
.clearfix:after,.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}
/*位置*/
.text-center{text-align:center}
.text-right{text-align:right}
.text-left{text-align:left}
.hidden{display:none!important}
/*交替*/
.col-pull-6{right:50%}
.col-push-6{left:50%}
/*文字溢出*/
.nowrap{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis;}
.nowrap-2{display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.nowrap-3{display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.nowrap-4{display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
/*图片*/
.data-photo{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}
.limit-img img{margin: 0 auto;display: block;max-width: 100%;height: auto!important;}
/*容器*/
.wrap,.page-header,.page-footer{min-width:1820px;}
/*1566*/
/*.wrap{min-width:1200px;}*/
.wrap{min-height:600px;min-height:calc( 100vh - 420px);padding-top: 156px;}
.container{width:1200px;margin: 0 auto;}
/*padding、margin*/
.pt75{padding-top:75px}
.ptb10{padding-top:10px;padding-bottom:10px}
/*background*/
.bgc-f6{background: #f6f6f6;}
/*标题*/
/*上下*/
/*.j-gradient-title{
    background: #297273;
    background: -moz-linear-gradient(top,  #0D6061 0%, #75A4A5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0D6061), color-stop(100%,#75A4A5));
    background: -webkit-linear-gradient(top,  #0D6061 0%,#75A4A5 100%);
    background: -o-linear-gradient(top,  #0D6061 0%,#75A4A5 100%);
    background: -ms-linear-gradient(top,  #0D6061 0%,#75A4A5 100%);
    background: linear-gradient(to bottom,  #0D6061 0%,#75A4A5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0D6061,endcolorstr=#75A4A5,gradientType=0);
}*/
/*左右*/
/*.j-gradient-title{
    background: #297273;
    background: -moz-linear-gradient(left,  #0D6061 0%, #75A4A5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0D6061), color-stop(100%,#75A4A5));
    background: -webkit-linear-gradient(left,  #0D6061 0%,#75A4A5 100%);
    background: -o-linear-gradient(left,  #0D6061 0%,#75A4A5 100%);
    background: -ms-linear-gradient(left,  #0D6061 0%,#75A4A5 100%);
    background: linear-gradient(to right,  #0D6061 0%,#75A4A5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0D6061,endcolorstr=#75A4A5,gradientType=1);
}
/!*针对 ie9 单独处理滤镜效果*!/
:root .j-gradient-title{filter:none;}
.j-gradient-title h2{position:relative;top:-4px;width:100%;height:210px;font-size:59px;font-weight:bold;color:#fff;line-height:80px;text-align:center}*/
.list-title{font-size:42px;font-family:Source Han Serif CN;font-weight:bold;color:#055F61;border-bottom:3px solid #055F61;line-height:76px;}
/*查看更多*/
.more-btn{margin:15px auto;display: block;width:134px;height:28px;background:url(../images/icon_more.png) no-repeat center/contain;text-align: center;line-height: 28px;font-family:Source Han Serif CN;font-size: 16px;color:#0D5E5B;font-weight:bold}
.loadmore-tips{color: #999;font-size: 12px;text-align: center;padding:20px 0;}
/*分页*/
.pagelist{text-align:center;padding:20px 0;margin-top:20px;font-size: 16px;line-height:32px;}
.pagelist span{display:inline-block;width:30px;background:#055F62;color:#FFF;height:32px;border-radius:4px;line-height:32px;}
.pagelist a{color:#666;margin:0 5px;}
.pagelist .last-page{margin-right:20px;}
.pagelist .next-page{margin-left:20px;}
/*头部*/
.page-header{position: fixed;top:0;width: 100%;z-index: 999;background:transparent;border-top:156px solid #003F42;}
.page-header .bg{position:absolute;top:-156px;width: 183px; height: 116px;background:url(../images/head_icons.png) no-repeat;}
.page-header .b-l{left:0;background-position:-5px -213px}
.page-header .b-r{right:0;background-position:-5px -339px}
.page-header .page-header-bd{position:absolute;top:-156px;width:100%;}
.page-header .navbar{padding-top:31px;}
.page-header .navbar li{float:left;margin-left:56px;width:32px;height:94px;background:url(../images/head_icons.png) no-repeat -5px -5px;}
.page-header .navbar .active{background-position:-5px -109px;}
.page-header .navbar li a{display:block;width:32px;height:94px;padding-left:5px;padding-right:5px;font-size:14px;color:#D6B678;line-height:18px;display:table-cell;vertical-align:middle;text-align:center}
.page-header .navbar li.two-words a{line-height:27px;}
.page-header .navbar .active a{color:#003F42}
/*尾部*/
.page-footer{position: relative;width: 100%;height:420px;background:#03595A;}
.page-footer .bg{position:absolute;width: 183px; height: 116px;background:url(../images/foot_bgs.png) no-repeat;}
.page-footer .b-l{top:0;left:0;width: 236px; height: 186px;background-position:-5px -5px}
.page-footer .b-r{right:0;bottom:0;width: 384px; height: 313px;background-position:-5px -201px}
.page-footer ul{padding-top:106px;height:249px;display: flex;}
.page-footer li{float:left;}
.page-footer li+li{margin-left:212px}
.page-footer .c-title{margin-bottom:2px;position:relative;display:block;font-family:Source Han Sans CN;color:#D6B678;line-height:27px;}
.page-footer .c-title i{position:absolute;left:0;display:block;background:url(../images/foot_icons.png) no-repeat;}
.page-footer .t3 .c-title i{top:4.5px;width: 19px; height: 18px;background-position: -5px -81px;  }
.page-footer .t4 .c-title i{top:6px;width: 15px; height: 15px;background-position: -5px -5px;}
.page-footer .t1 .c-title i{top:5.5px;width: 16px; height: 16px;background-position: -5px -55px;}
.page-footer .t2 .c-title i{top:6px;width: 19px; height: 15px;background-position: -5px -30px;}
.page-footer .t3 .c-title,.page-footer .t3 .c-intro{padding-left:24px;}
.page-footer .t4 .c-title,.page-footer .t4 .c-intro{padding-left:20px;}
.page-footer .t1 .c-title,.page-footer .t1 .c-intro{padding-left:21px;}
.page-footer .t2 .c-title,.page-footer .t2 .c-intro{padding-left:24px;}
.page-footer .c-intro,.page-footer .c-intro&gt;a{font-size:14px;color:rgba(73,163,164,.69);line-height:21px;}
.page-footer .copyright{margin-top:12px}
.page-footer .copyright,.page-footer .copyright a{font-size:12px;color:rgba(73,163,164,.69);;line-height:18px;}
/*banner*/
.top-banner{width: 100%;height: 630px;position: relative;}
.top-banner .swiper-container,.top-banner .swiper-slide{width: 100%;height: 100%;}
.top-banner .swiper-wrapper{height: 100%;}
.top-banner .pagination{position: absolute;left: 0;text-align: center;bottom:21px;width: 100%;z-index: 3;}
.top-banner .swiper-pagination-switch {display: inline-block;width: 10px;height: 10px;border-radius: 10px;background: #fff;margin: 0 5px;opacity:.6;cursor: pointer;}
.top-banner .swiper-active-switch {opacity: 1;}
.top-banner a{display: block;width: 100%;height: 100%;}

.page-home .top-banner{height:930px;}
/*琼花*/
.page-qionghua .aboutus{padding:40px 0 60px;}
.qh-list{margin:0 auto;padding-bottom:15px;width:988px;}
.qh-list li{margin-bottom:45px;padding-left:60px;padding-right:44px;width:100%;border:2px solid #00836F;}
.qh-list .bd-a,.qh-list .bd-b{float:left;position:relative}
.qh-list .bd-a{width:340px;}
.qh-list .bd-b{width:540px;}
.qh-list li:nth-of-type(2n) .bd-a{left:540px}
.qh-list li:nth-of-type(2n) .bd-b{right:340px}
.qh-list .thumb{margin-top:52px;margin-bottom:52px;width:100%;border:2px solid #00836F;}
.qh-list .thumb img{width:100%;height:auto;}
.qh-list .intro{margin-top:40px;margin-bottom:40px;}
.qh-list .intro h4{font-size:25px;font-family:Source Han Serif CN;font-weight:bold;color:#000;line-height:44px;}
.qh-list .intro .desc{color:#000;line-height:28px;}
.qh-list li:nth-of-type(2n+1) .intro{padding-left:120px}
.qh-list li:nth-of-type(2n) .intro{padding-right:20px}
.page-qionghua .czzc{margin-top:60px;padding:60px 48px;background:#024446}
.page-qionghua .czzc .intro{width:548px;padding-left:52px;padding-right:10px;}
.page-qionghua .czzc h4{font-size:48px;font-weight:bold;color:#fff;line-height:60px;}
.page-qionghua .czzc .desc{margin-top:24px;color:#fff;line-height:29px;}
.page-qionghua .czzc .thumb{padding-top:34px}
.page-qionghua .zheng-list{padding-top:75px;padding-bottom:75px;}
.page-qionghua .zheng-list .zheng-item{width:800px;/*margin-top:-25px;*/}
.page-qionghua .zheng-list li:nth-of-type(2n) .zheng-item{float:right;}
.page-qionghua .zheng-list li:nth-of-type(2n) h4{text-align:right}
.box-lc .desc{padding-top:28px;line-height:29px;}
.box-lc .lc-list li{padding-left:63px;padding-right:70px;min-height:217px}
.box-lc .lc-list-box{position:relative}
.box-lc .lc-list-box .line{content:"";width:5px;background:#699C9D;position:absolute;left:169px;height:0}
.box-lc .lc-list li{display:table;width:100%;}
.box-lc .lc-list .lc-a,.box-lc .lc-list .lc-b{display:table-cell;vertical-align:middle;}
.box-lc .lc-list .lc-a{position:relative;z-index:2}
.box-lc .lc-list .thumb{width:217px;height:217px;border-radius:50%;overflow:hidden}
.box-lc .lc-list .lc-b{padding:45px 0 45px 34px;width:850px}
.box-lc .lc-list .lc-b h4,.box-lc .lc-list .lc-b .sub-title{font-size:27px;font-weight:bold;color:#03595A;line-height:42px;}
.box-lc .lc-list .lc-b .desc{color:#000;line-height:29px;}
/*名家*/
.page-mingjia{padding-bottom:40px}
.page-mingjia .mj-list{padding-top:12px;padding-bottom:33px}
.mj-list li,.mj-list .bd-a,.mj-list .bd-b{float:left;position:relative}
.mj-list .bd-a{width:384px}
.mj-list .bd-b{width:816px}
.mj-list li{padding-top:23px;padding-bottom:24px;}
.mj-list li:nth-of-type(2n+1) .bd-a{left:816px}
.mj-list li:nth-of-type(2n+1) .bd-b{right:384px}
.mj-list li:nth-of-type(2n+1) .intro{padding-top:90px;padding-right:54px;padding-left:90px}
.mj-list li:nth-of-type(2n+1) .desc{padding-top:8px}
.mj-list li:nth-of-type(2n) .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:#055F62;border-top:151px solid #fff}
.mj-list li:nth-of-type(2n){padding-bottom:40px;padding-left:90px;margin-top:45px}
.mj-list li:nth-of-type(2n) .bd-b{width:726px}
.mj-list li:nth-of-type(2n) .intro{padding-top:66px;padding-left:45px;margin-right:32px}
.mj-list li:nth-of-type(2n) .intro .desc{padding-top:40px;color:#fff}
/*.mj-list li:nth-of-type(3n) .cover{position:absolute;top:0;left:0;width:959px;height:100%;border-top:5px solid #BFA87F;border-bottom:5px solid #BFA87F;}
.mj-list li:nth-of-type(3n){margin-top:90px}
.mj-list li:nth-of-type(3n) .bd-a{left:816px}
.mj-list li:nth-of-type(3n) .bd-b{right:384px}
.mj-list li:nth-of-type(3n) .intro{padding-top:54px;padding-left:90px;margin-right:140px}
.mj-list li:nth-of-type(3n) .intro .desc{padding-top:19px;}*/
.mj-list .intro h4{font-size:25px;font-family:Source Han Serif CN;font-weight:bold;color:#000;line-height:47px;}
.mj-list .intro .desc{color:#000;line-height:29px;}
.mj-list .bd-a .thumb{width:100%;border-radius:12px;overflow:hidden}
.mj-list .bd-a .thumb img{display: block;width: 100%;height: auto!important;}
.page-mingjia .box-mjtc{padding-top:30px;}
.page-mingjia .mjtc-list,.page-mjtc .mjtc-list{padding-top:52px;padding-right:10px;margin-left:-40px;}
.mjtc-list li{float:left;width:360px;height:476px;margin-left:50px;margin-bottom:78px;}
.page-mjtc .mjtc-list{padding-top:100px;padding-bottom:22px}
/*名品*/
.mp-title{padding-top:40px;padding-bottom:66px;}
.mp-title a{margin-left:209px;margin-right:20px;float:left;display:block;width:268px;height:54px;background:url("../images/mp_icons.png") no-repeat 0 -67px;text-align:center;line-height:54px;font-size:28px;font-weight:bold;color:#0D5E5B}
.mp-title a.active{color:#CDB075;background-position:-5px -4px;}
.product-list{margin-left: -30px;}
.product-list li{padding: 14px 12px 0;margin-left:32px;margin-bottom: 69px;float:left;width: 378px;height: 557px;border: 1px solid #068283;background: #fff;}
.product-list li .p-img{display:block;width: 100%;height:425px;overflow:hidden}
.product-list li .p-img img{transform:scale(1);transition:transform .5s ease;}
.product-list li .p-img:hover img{transform:scale(1.05);}
.product-list li .p-intro{padding:25px 15px 18px;text-align: center;}
.product-list li .p-intro h3{font-size: 22px;text-align: center;padding-bottom:10px;position: relative;margin-bottom: 7px;}
.product-list li .p-intro h3:before{content: "";position: absolute;bottom: 0;left: 50%;display:block;width:251px;height:1px;background: #068283;margin-left: -125.5px;}
.product-list li .p-intro .price{font-size:18px;color:#747575;line-height:26px;opacity:0.75;}
/*仁者*/
.page-renzhe .aboutus{padding:40px 0 30px;}
#player-container-id{width:100%;max-width:100%;height:0;padding-top:56.25%}
#player-container-id1{width:100%;max-width:100%;height:0;padding-top:65.2275%}
/*video 预览*/
.tv-panel{padding:10px 0;position:relative}
.tv-panel .thumb-box{width:888px;height:500px;position:absolute;top:10px;left:156px}
.tv-panel .thumb-box .cover{position:absolute;top:0;left:0;background:rgba(0,0,0,.35);text-align:center;}
.tv-panel .thumb-box .cover{width:888px;height:500px;line-height:500px;}
.tv-panel .video-box{margin:0 auto;width:888px;position:relative;z-index:99;opacity:0}
/*video 平铺*/
.tiled-tv{padding-bottom:15px;margin-left:-6px}
.tiled-tv li{float:left;width:195px;margin-left:6px}
.tiled-tv .video-item{height:110px;position:relative}
.tiled-tv .video-item:before,.tiled-tv .video-item:after{display:block;position:absolute;}
.tiled-tv .video-item:before{content:"";width:100%;height:100%;top:0;left:0;background:url(../images/thumb_play_s.png) no-repeat center/40px auto;}
.tiled-tv .video-item:after{visibility:hidden;z-index:2;top:50%;left:50%;margin-top:-13px;margin-left:-24px;content:"播放中";font-size:16px;color:#fff;line-height:26px}
.tiled-tv .active .video-item:before{background:rgba(0, 0, 0, .5)}
.tiled-tv .active .video-item:after{visibility:visible}
.tiled-tv p{font-family:Source Han Serif CN;font-weight:bold;color:#055F61;line-height:30px;margin-top:11px;margin-bottom:9px}
.tv-panel .tv-tit{font-size:22px;font-family:Source Han Serif CN;font-weight:bold;color:#055F61;line-height:80px;}
.list-rzwh{margin-top:40px;margin-bottom:20px;margin-left:-27px}
.list-rzwh li{float:left;padding:21px 0 21px 27px;width:409px;}
.list-rzwh li&gt;a{display:block}
.list-rzwh .p-img{padding:8px;width:100%;height:125px;border:1px solid #CEA971;text-align:center}
.list-rzwh .p-img&gt;span{display:inline-block;}
.list-rzwh .p-img&gt;span&gt;span{display:table-cell;vertical-align:middle;height:107px;}
.list-rzwh img{max-width:364px;max-height:107px;}
.list-rzwh .p-intro{padding:8px 12px;font-size:14px;color:#000;line-height:24px;height:88px}
.news-list li&gt;a{padding:35px 0 45px;display:block;border-bottom:1px solid #EDEDED}
.news-list h4{font-size:24px;font-weight:bold;line-height:41px;}
.news-list .desc{margin-top:20px;font-size:14px;color:#656565;}
.page-renzheS .time{margin-top:33px;display:inline-block;padding-left:12px;padding-right:12px;height:38px;background:#058183;font-size:20px;font-weight:bold;color:#fff;line-height:38px;}
.page-renzheS h2{margin-top:22px;padding-top:4px;padding-bottom:4px;font-size:20px;color:#000;line-height:28px;position:relative}
.page-renzheS h2:after{position:absolute;content:"";bottom:0;left:0;width:100%;height:1px;background:#CEA971;opacity:0.35;}
.page-renzheS .cnt{padding-top:13px;padding-bottom:5px;line-height:28px;}
.page-renzheS .video-box{margin:34px auto;width:857px;height:559px;}
.page-renzheS .jchg-imgs{padding-top:20px;padding-bottom:35px;margin-left:-10px}
.page-renzheS .jchg-imgs li{float:left;margin-left:10px;margin-bottom:10px;width:292px;height:191px;}
/*仁器*/
.page-renqi .aboutus{padding:40px 0 30px;}
.page-renqi .qhky{position:relative;top:-78px;margin-right:-1px;margin-left:-1px;width:100%;height:663px;background:url(../images/qhky.png) no-repeat center;}
.page-renqi .qhky .cnt{position:absolute;top:146px;left:306px;width:641px;height:367px;}
.page-renqi .qhky .txt{width:641px;height:367px;display:table-cell;vertical-align:middle}
.page-renqi .cooperation{position: relative;top: -60px;}
.page-renqi .cooperation .p-img,.page-renqi .cooperation .p-intro,.panel-patent .p-img,.panel-patent .p-intro{float:left}
.page-renqi .cooperation .p-img,.panel-patent .p-img{width:383px;height:249px;}
.page-renqi .cooperation .p-intro,.panel-patent .p-intro{width:817px;padding-left:45px}
.page-renqi .cooperation .p-intro h3,.panel-patent .p-intro h3{font-size:31px;font-family:Source Han Serif CN;font-weight:bold;color:#055F62;line-height:1;}
.page-renqi .cooperation .p-intro .desc,.panel-patent .p-intro .desc{margin-top:28px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:7;line-height:28px}
.experts-list{margin-left:-25px;position:relative}
.experts-list li{float:left;margin-left:25px;margin-bottom:15px;}
.experts-list .e-img{width:383px;height:249px;}
.experts-list .e-intro{padding:20px 0;font-size:18px;line-height:29px;text-align:center}
.page-renqi .line-interrupted{border-bottom:1px solid #CFA972}
.page-renqi h2{padding-top:8px;padding-bottom:15px;font-size:31px;font-family:Source Han Serif CN;font-weight:bold;color:#055F62;line-height:58px;}
.page-renqi .tiled-tv{padding-top:40px;padding-bottom:22px;margin-left:-55px}
.page-renqi .tiled-tv li{margin-left:55px}
.page-renqi .tiled-tv li p{font-size:14px;line-height:20px;}
.lab-list{margin-top:72px;}
.lab-list li{margin-bottom:54px;}
.lab-list .bd-a,.lab-list .bd-b{float:left;position:relative}
.lab-list .bd-a{width:383px;}
.lab-list .bd-b{width:817px;padding-left:45px;}
.lab-list li:nth-of-type(2n) .bd-a{left:817px}
.lab-list li:nth-of-type(2n) .bd-b{right:383px;padding-left:0;padding-right:45px;}
.lab-list .thumb{width:100%;height:249px}
.lab-list .intro h4{font-size:31px;font-family:Source Han Serif CN;font-weight:bold;color:#055F62;}
.lab-list .intro .desc{padding-top: 20px;line-height:29px;}
.page-renqi .panel-making h2{padding-top: 54px;padding-bottom: 25px;}
.making-list li{margin-bottom:50px;display:table;width:100%;}
.making-list .bd-a,.making-list .bd-b{position:relative;display:table-cell;vertical-align:middle;}
.making-list .bd-a .thumb{width:554px;height:360px;}
.making-list .bd-b{width:646px;padding-left:100px;padding-right:60px}
.making-list li:nth-of-type(2n) .bd-a{left:646px}
.making-list li:nth-of-type(2n) .bd-b{right:554px;padding-left:60px;padding-right:100px}
.making-list .intro h4{font-size:25px;font-family:Source Han Serif CN;font-weight:bold;color:#055F62;line-height:57px;text-align:center}
.making-list .intro .desc{line-height:28px;}
.panel-patent{padding:70px 0}
/*防伪查询*/
.page-fw .fw{width:100%;height:713px;position:relative;}
.page-fw .bg{position:absolute;width:100%;height:100%;top:0;left:0;}
.page-fw .bd{padding-top:196px;position:relative;z-index:2;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);}
.page-fw h1{margin-bottom:10px;font-size:58px;font-weight:bold;color:#fff;line-height:101px;}
.page-fw .tips{font-size:22px;font-weight:300;color:#fff;line-height:38px;}
.page-fw dl,h3{font-size:16px;color:#fff;line-height:31px;}
.page-fw h3{padding-top:13px;font-weight:bold}
.page-fw dl{font-weight:lighter}
.page-fw dd b{padding-right:5px}
.page-fw .search-area{margin:20px auto;width:482px;height:62px;background:#fff;border-radius:4px;position:relative}
.page-fw .search-area .shuru{width:406px;height:100%;padding-left:10px;padding-right:10px;border:none;background:transparent;}
.page-fw .search-area .sousuo,.page-fw .search-area .cover{width:74px;height:100%;border:none;line-height:60px;background:transparent;}
.page-fw .search-area .sousuo{position:absolute;top:0;right:0;opacity:0}
/*弹框提示*/
.panel-pop-prompt{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);}
.panel-pop-prompt .pop-box{padding:20px;position:absolute;top:50%;left:50%;background:#fff;}
.panel-pop-prompt.fw .pop-box{margin-top:-110px;margin-left:-250px;width:500px;padding-top: 40px;padding-bottom: 40px; border-radius:4px;}
.panel-pop-prompt.fw .pop-box .btn{display:inline-block;width:130px;height:44px;background:#035959;border-radius:4px;font-weight:bold;color:#FEFEFE;line-height:44px;}
.panel-pop-prompt.fw .pop-box .bd{padding-top:28px;min-height:116px;font-size:20px;font-weight:bold;line-height:31px;}

.panel-pop-prompt.fw img{width: 120px;height: 120px;margin-bottom: 40px;}
.panel-pop-prompt.fw .first-line{font-size: 20px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;margin-bottom: 5px;}
.panel-pop-prompt.fw .first-line.colorRed{color: #AB1010;}
.panel-pop-prompt.fw .second-line{font-size: 20px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;}
.panel-pop-prompt.fw .btn{display:inline-block;width:100px;height:34px;background:#035959;border-radius:4px;font-size:16px;color:#666666;line-height:34px;margin-top: 18px;}



.panel-pop-prompt.wx .pop-box{margin-top:-175px;margin-left:-300px;width:600px;height:350px;}
.panel-pop-prompt.wx .code{margin:48px auto 0;width:180px;height:180px;}
.panel-pop-prompt.wx .tips{margin-top:16px;font-size:14px;line-height:19px;}
.panel-pop-prompt.wx .close-btn{position:absolute;top:-20px;right:-20px;width:40px;height:40px;background:url(../images/icon_close.png) no-repeat center}
/*轻提示*/
.j-poptips{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index: 999;padding:15px 17px;font-size:14px;background:rgba(0,0,0,.6)}
.j-poptips .j-poptips-cnt&gt;span{color:#fff}
/*网点查询*/
.map-img-box{margin-top:30px;width:100%}
.tips-map{margin-top:27px;font-weight:300;color:#000;line-height:28px;margin-bottom:59px;}
.area-query{margin-top:59px;margin-bottom:40px;}
.sel-addr{font-size:0;}
.sel-addr .title{margin-right:8px;font-size:22px;font-weight:300;color:#333;line-height:37px;}
.sel-addr .item{position:relative;margin-right:26px;display:inline-block;border:1px solid #7D7165;min-width:172px}
.sel-addr select{position:relative;z-index:99;padding:6px 29px;border:none;font-size:16px;opacity:0}
.sel-addr .cover-s{position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;font-size:16px;font-weight:300;color:#333;line-height:35px;text-align:center}
.sel-addr .cover-s.b{color:#666}
.sel-addr .cover-s img{vertical-align:top;margin-top:10px}
.sel-addr .cover-s.b img{opacity:.6}
.sel-addr .btn-more-detail{margin:0;display:block;width:172px;height:37px;background:#058573;font-size:22px;font-weight:300;color:#fff;line-height:37px;text-align:center;}
.list-results{margin-top:48px}
.list-results li{font-weight:300;color:#000;line-height:38px;}
/*联系我们*/
.page-contact .line-interrupted{margin:118px auto 227px;width:1617px;border-bottom:1px solid #FFF}
.page-contact{position:relative;width:100%;height:1289px;}
.page-contact .bg{position:absolute;top:0;left:0;width:100%;height:100%}
.page-contact .cnt{padding-top:216px;position:relative;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.26)}
.page-contact h1{margin-bottom:10px;font-size:58px;font-weight:bold;color:#fff;line-height:101px;}
.page-contact .tips{font-size:22px;font-weight:300;color:#fff;line-height:38px;}
.page-contact ul{font-size:0;margin-left:-125px;margin-right:-125px}
.page-contact ul li{display:inline-block;vertical-align: top;width:362px;}
.page-contact ul li+li{border-left:1px solid rgba(255,255,255,.51)}
.page-contact ul li .c-icon{width: 78px;height: 78px;margin: 0 auto;}
.page-contact ul li h3{padding-top:14px;font-size:22px;font-weight:bold;color:#fff;line-height:24px;}
.page-contact ul li .desc{padding-top:37px;display:inline-block}
.page-contact ul li .desc-cnt{height:119px;display:table-cell;vertical-align:middle}
.page-contact ul li p{padding-top:6px;font-size:15px;color:rgba(255,255,255,.6);line-height:24px;}
/*客户服务*/
.khfw-list{padding-top:80px}
.khfw-list li{margin-bottom:130px;width:100%;}
.khfw-list .bd-a,.khfw-list .bd-b{float:left;position:relative}
.khfw-list .bd-a{width:650px;}
.khfw-list .bd-b{width:550px;padding-left:42px;}
.khfw-list li:nth-of-type(2n) .bd-a{left:550px}
.khfw-list li:nth-of-type(2n) .bd-b{right:650px;padding-left:0;padding-right:42px;}
.khfw-list li:nth-of-type(2n) .bd-b .num-order{text-align:right}
.khfw-list .thumb{width:650px}
.khfw-list .num-order&gt;span{display:inline-block;width:251px;height:244px;background:url(../images/khfw.png) no-repeat}
.khfw-list h4{margin-top:20px;margin-bottom:28px;font-size:22px;font-weight:bold;line-height:25px;}
.khfw-list .desc{font-size:15px;line-height:25px;}
.khfw-list li:nth-of-type(1) .num-order&gt;span{background-position:-5px -5px}
.khfw-list li:nth-of-type(2) .num-order&gt;span{background-position:-5px -259px}
.khfw-list li:nth-of-type(3) .num-order&gt;span{background-position:-5px -513px}
/*面包屑导航*/
.breadcrumb{color: #333;font-size: 14px;padding-top:50px;}
.breadcrumb span{color: #999;}
/*产品详情页*/
.page-productS .product-top{margin-top:25px;width:100%;padding:30px 20px;border:3px solid #D4A76E;}
.page-productS .product-top .p-img,.page-productS .product-top .p-intro{display:table-cell;vertical-align:middle;}
.page-productS .product-top .p-img{width:573px;}
.page-productS .product-top .p-intro{padding-left: 150px;width: 600px;}
.page-productS .product-top h1{font-size:44px;font-family:Source Han Sans CN;font-weight:bold;color:#055F62;line-height:80px;}
.page-productS .product-top .desc{margin-top:16px;margin-bottom:34px;}
.page-productS .product-top .n-price{font-size:19px;font-weight:bold;line-height:34px;}
.page-productS .product-top .n-price .btw{padding-left:5px;padding-right:5px;position:relative;top:-2px}
.page-productS .product-top .n-price .price{font-size:25px;color:#BE101B;}
.page-productS .product-top .btn-wx{margin-top:34px;display:block;padding-left:24px;width:220px;height:48px;background:#0D7365 url(../images/icon_wx.png) no-repeat 42px center/26px auto;border-radius:24px;font-size:16px;color:#fff;line-height:48px;text-align:center;}

.page-productS .s-titl{margin-top:64px;margin-bottom:57px;position:relative;text-align:center;}
.page-productS .s-titl .line{position:absolute;left:0;top:54px;display:block;width:100%;height:3px;background:#D4A76E;}
.page-productS .s-titl .txt{position:relative;z-index:2;display:inline-block;width:330px;height:110px;background:#fff url(../images/tit_pro_1.png) no-repeat center/298px auto;font-size:41px;color:#000;font-weight:bold;line-height:110px;}
.page-productS .picture-list{text-align:center}
.page-productS .picture-list li{margin-bottom: 10px;/*padding:30px;display:inline-block;border:3px solid #C4B67B;*/}
.page-productS .picture-list img{max-width: 100%;height: auto!important;}
.pztl-list li{width:100%;margin-bottom:14px}
.pztl-list .bd-a,.pztl-list .bd-b{float:left;position:relative;height:530px}
.pztl-list .bd-a{width:784px;cursor: pointer;overflow: hidden;}
.pztl-list .bd-b{padding:69px;width:416px;background:url(../images/pro_bg_pztl.png) no-repeat -5px -5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.pztl-list li:nth-of-type(2n+1) .bd-a{left:416px}
.pztl-list li:nth-of-type(2n+1) .bd-b{right:784px;background-position:-431px -5px;;}
.pztl-list .thumb{width:100%;height:100%;}
.pztl-list .intro{display:block;width:100%;height:100%;overflow:hidden}
.pztl-list .intro .desc{font-size:16px;color:#fff;line-height:28px;height:392px;display:table-cell;vertical-align:middle;}

/* 放大图片 */
.pztl-list .bd-a .thumb{position: relative;}
.pztl-list .bd-a .thumb img{-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.pztl-list .bd-a .thumb:hover img{-webkit-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
.pztl-list .bd-a .thumb:after{content:"";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(42,42,42,.6) url("../images/icon_enlarge.png") no-repeat center center;opacity: 0;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.pztl-list .bd-a .thumb:hover:after{opacity: 1;}


.pj-list li{float:left}
.pj-list .j-img{width:100%;}
.pj-list .j-intro{padding:12px 15px 12px 20px}
.pj-list .j-intro h4{padding-top:2px;padding-bottom:2px;font-size:20px;font-weight:bold;line-height:29px;}
.pj-list .j-intro .desc{padding-top:2px;padding-bottom:2px;line-height:28px;height:88px;}
.pj-list.jgzz{margin-left:-32px;}
.pj-list.jgzz li{margin-left:32px;width:584px}
.pj-list.jgzz li+li+li{margin-top:25px;}
.pj-list.jgzz .j-img{height:338px;}
.pj-list.jxpj{margin-left:-12px;}
.pj-list.jxpj li{margin-bottom:22px;margin-left:12px;width:392px}
.pj-list.jxpj .j-img{height:226px;}
.service-hotline{padding-top:12px;font-size:14px;font-weight:bold;line-height:2}
.service-hotline&gt;span{display:inline-block;font-weight:400;letter-spacing:2px}
.slogan{padding-bottom:40px;font-size:16px;color:#000;line-height:37px;}
/*202007modify*/
h2.basic-title{padding-top:46px;padding-bottom:46px;height:172px;background:url("../images/bg_title.png") no-repeat center center/1200px auto;font-size:59px;font-weight:bold;color:#D6B678;line-height:80px;text-align:center;letter-spacing:6px}
h2.basic-title&gt;.tit{line-height:45px;}
h2.basic-title&gt;.desc{letter-spacing:3px;margin-top: 22px;line-height: 24px;color: #AA996A;font-size: 16px;font-weight: 400;font-family: Microsoft YaHei;}
.page-product .s-titl{padding-top:4px;padding-bottom:4px;height:56px;background:url("../images/tit_pro_2.png") no-repeat center center/1200px auto;font-size:24px;font-weight:bold;color:#03595A;line-height:48px;text-align:center;letter-spacing:6px}
.page-product .product-list{margin-top:50px}

/* 防伪查询 */
.loader-con{display: none;}
.loader{background: rgb(0 0 0 / 30%);border-radius: 4px;width: 278px;height: 70px;display: flex;align-items: center;  margin: 11px auto; padding-left: 30px;}
.loader .check{margin-left: 20px;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #FEFEFE;line-height: 38px;}

/* &lt;!-- 区域服务联系 --&gt; */
.area-contact{padding-top:59px;padding-bottom:40px;width: 100%;background: #0a4042;text-align: center;}
.area-contact image{max-width: 1200px;height: auto;}

/*琼花资讯*/
.recommend-zixun{margin-bottom: 200px;}
.recommend-zixun .zixun-l{width: 600px;height: 416px;border-radius: 2px;border: 1px solid #F5F5F5;overflow: hidden;position: relative;}
.recommend-zixun .zixun-l .swiper-container,.recommend-zixun .zixun-l .swiper-slide{width: 100%;height: 100%;}
.recommend-zixun .zixun-l .swiper-wrapper{height: 100%;}
.recommend-zixun .zixun-l .pagination{position: absolute;left: 0;text-align: center;bottom:20px;width: 100%;z-index: 3;}
.recommend-zixun .zixun-l .swiper-pagination-switch {display: inline-block;width: 10px;height: 10px;border-radius: 10px;background:#fff;margin: 0 5px;opacity:.8;cursor: pointer;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);}
.recommend-zixun .zixun-l .swiper-active-switch {opacity:.8;background:#055859;}
.recommend-zixun .zixun-l a{display: block;width: 100%;height: 100%;}
.recommend-zixun .zixun-r{width: 572px;margin-top: -2px;}
.recommend-zixun .zixun-r h2{color: #055F62;font-size: 31px;font-weight: bold;margin-bottom: 18px;}
.recommend-zixun .zixun-r .zixun-list h3{color: #333;font-size: 16px;font-weight: bold;line-height: 19px;margin-bottom: 7px;}
.recommend-zixun .zixun-r .zixun-list p{color: #666;font-size: 14px;line-height: 19px;max-height:38px; }
.recommend-zixun .zixun-r .zixun-list li:not(:last-child){margin-bottom: 20px;}
.recommend-zixun .zixun-r .zixun-list li a{display: block;}
.recommend-zixun .zixun-r .more-btn{margin: 20px 0 0;}
.recommend-zixun .zixun-r .zixun-list .active h3{color: #005758;}
.page-zixunS{padding-bottom: 50px;}
.page-zixunS .big-title{color: #333;font-size: 38px;line-height: 48px;font-weight: bold;text-align: center;}
.page-zixunS .time{color: #666;font-size: 14px;text-align: center;margin-top: 10px;}
.page-zixunS .video-box{margin:40px auto 0;width:888px;height:500px;}
.page-zixunS .video-box&gt;div{width: 100%;height: 100%;}
.page-zixunS .cnt{color: #000;font-size: 16px;line-height: 1.75;margin-top: 30px;}
.page-zixunS .cnt img{max-width: 100%;height: auto!important;}
</pre></body></html>