@charset "utf-8";
/* CSS Document */
html,body{ width:100%; height:100%;}
body{ font:14px/1.5 "微软雅黑", sans-serif, Arial; color:#333; background-color:#fff; overflow-x:hidden;}
a{ text-decoration:none; color:#333;-webkit-tap-highlight-color:transparent;}
*{ list-style:none; margin:0; outline:none; padding:0; border:none;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.dis{ display:block !important;}
.dn{ display:none;}
.clear{ clear:both;}
.clear:after{ content:""; display:block; clear:both;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#999;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#999;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#999;} 
input,select,textarea{ -webkit-appearance:none;}
input[type=radio]{ -webkit-appearance:radio;}
input[type=checkbox]{ -webkit-appearance:checkbox;}

/*header*/
.header{ width:100%; height:100px; background-color:#fff; position:fixed; left:0; top:0; z-index:99; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; display:flex; align-items:cneter;}
.header.pos{ height:80px; box-shadow:0 20px 20px -20px rgb(71 71 71 / 20%);}
.header .head{ width:1200px; height:60px; margin:auto;}
.header .head .logo{ height:60px; float:left;}
.header .head .logo img{ display:block; height:60px;}
.header .head .yu{ float:right; height:60px; line-height:60px; font-size:16px; padding-left:26px; background-image:url(../images/yu_06.png); background-position:left center; background-repeat:no-repeat;}
.header .head .yu a.on{ color:#df9b2f;}
.header .head .nav{ float:right; margin-right:10px; display:block; height:60px;}
.header .head .nav li{ display:block; float:left; position:relative; margin-right:40px; font-size:16px; line-height:60px;}
.header .head .nav li.on a,.header .head .nav li:hover a{ color:#df9b2f;}
.header .head .nav li.on b{ width:20px; height:2px; background-color:#6eb13d; display:block; position:absolute; left:0; bottom:10px; overflow:hidden;}

/*banner*/
.banner{ width:100%; padding-top:100px; position:relative; z-index:1;}
.banner .bd{ width:100%; height:700px; position:relative; z-index:1;}
.banner .bd li{ width:100%; height:700px; position:relative;}
.banner .bd li .tu{ width:100%; height:700px; position:relative; z-index:1;}
.banner .bd li .tu img{ display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.banner .bd li .wen{ width:760px; position:absolute; top:50%; left:50%; transform:translateY(-50%); margin-left:-600px; z-index:2;}
.banner .bd li .wen .w01{ width:100%; font-size:48px; line-height:58px; font-weight:bold; letter-spacing:5px;}
.banner .bd li .wen .w01 span{ color:#df9b2f;}
.banner .bd li .wen .w02{ width:100%; font-size:16px; line-height:30px; margin-top:28px;}
.banner .bd li .wen .w03{ margin-top:43px; float:left; position:relative; padding-right:20px; height:45px;}
.banner .bd li .wen .w03 a{ padding-left:20px; padding-right:38px; font-size:14px; height:40px; line-height:40px; color:#fff; background-color:#6eb13d; display:block; overflow:hidden; letter-spacing:2px;}
.banner .bd li .wen .w03 b{ width:40px; height:2px; position:absolute; right:0; top:19px; background-color:#df9b2f; display:block; overflow:hidden; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.banner .bd li .wen .w03:hover b{ right:10px;}
.banner .hd{ position:absolute; left:50%; margin-left:-600px; bottom:25px; z-index:3;}
.banner .hd ul{ display:block; overflow:hidden; font-weight:bold;}
.banner .hd ul li{ display:block; float:left; padding-top:10px; cursor:pointer; margin-right:20px; font-size:16px; line-height:24px; height:24px; opacity:.7;}
.banner .hd ul li.on{ font-size:30px; line-height:34px; color:#6eb13d; opacity:1; padding-top:0;}

/*搜索*/
.serbox{ width:100%; position:relative; margin-top:-30px; z-index:3; height:160px;}
.serbox:before{ content:""; display:block; overflow:hidden; width:calc(50% + 600px); height:130px; position:absolute; left:0; bottom:0; z-index:1; background-color:#f5f5f5;}
.serbox:after{ content:""; display:block; overflow:hidden; width:50%; height:130px; position:absolute; right:0; top:0; z-index:1; background-color:#df9b2f;}
.serbox .box{ width:1200px; margin:auto; position:relative; z-index:3;}
.serbox .box .left{ float:left; width:50%; padding-top:60px;}
.serbox .box .left .w01{ width:100%;}
.serbox .box .left .w01 p{ width:400px; height:40px; display:block; border-radius:5px; background-color:#fff; overflow:hidden; position:relative; float:left; padding-left:38px; padding-right:10px; box-sizing:border-box;}
.serbox .box .left .w01 p img{ width:18px; display:block; position:absolute; left:10px; top:50%; margin-top:-9px;}
.serbox .box .left .w01 p input{ width:100%; height:40px; line-height:40px; font-size:14px; display:block; overflow:hidden;}
.serbox .box .left .w01 a{ width:120px; height:40px; display:block; overflow:hidden; float:left; margin-left:10px;}
.serbox .box .left .w01 a input{ width:100%; height:40px; line-height:40px; font-size:14px; display:block; overflow:hidden; border-radius:5px; background-color:#6eb13d; color:#fff; cursor:pointer;}
.serbox .box .left .w01 a input:hover{ background-color:#df9b2f;}
.serbox .box .left .w02{ margin-top:13px; font-size:14px; line-height:24px; height:24px; color:#666;}
.serbox .box .left .w02 a{ color:#666; margin-right:12px;}
.serbox .box .left .w02 a:hover{ color:#df9b2f;}
.serbox .box .right{ float:left; width:50%; height:130px;}
.serbox .box .right dl{ padding-left:50px; width:250px; height:130px; display:flex; align-items:center; overflow:hidden; float:left;}
.serbox .box .right dl dt{ width:68px; display:block; overflow:hidden;}
.serbox .box .right dl dt img{ display:block; height:50px;}
.serbox .box .right dl dd{ flex:1; display:block;}
.serbox .box .right dl dd b{ font-size:18px; line-height:28px; display:block; color:#fff; overflow:hidden; padding-bottom:4px;}
.serbox .box .right dl dd p{ font-size:14px; line-height:24px; display:block; color:#fff; overflow:hidden;}

/*关于我们*/
.title{ width:100%; max-width:1200px; margin:auto; position:relative; z-index:3; min-height:40px;}
.title .left{ width:calc(100% - 170px);}
.title .t01{ padding-left:20px; background-image:url(../images/title.png); background-position:left center; background-repeat:no-repeat; font-size:18px; line-height:28px; color:#df9b2f;}
.title .t02{ font-size:30px; line-height:40px; font-weight:bold; margin-top:2px;}
.title .t03{ font-size:16px; line-height:26px; color:#666; margin-top:5px; padding-bottom:4px;}
.title .t04{ margin-top:11px; height:4px;}
.title .t04 p{ width:40px; height:4px; display:block; float:left; border-radius:4px; overflow:hidden; background-color:#6eb13d;}
.title .t04 a{ width:10px; height:4px; display:block; float:left; border-radius:4px; overflow:hidden; background-color:#df9b2f; margin-left:5px;}
.title .more{ width:140px; height:40px; position:absolute; right:0; bottom:0;}
.title .more a{ width:138px; height:38px; line-height:38px; text-align:center; border:1px solid #ddd; display:block; overflow:hidden;}
.title .more:hover a{ color:#df9b2f;}
.title .more .x01{ left:0; top:0;}
.title .more .x02{ left:0; top:0;}
.title .more .x03{ right:0; bottom:0;}
.title .more .x04{ right:0; bottom:0;}
.title .more .w{ width:10px; height:1px; background-color:#6eb13d; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.title .more .h{ width:1px; height:10px; background-color:#6eb13d; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.title .more:hover .w{ width:70px;}
.title .more:hover .h{ height:20px;}
.abox{ width:100%; padding-top:70px; padding-bottom:70px; background-color:#fff; position:relative; z-index:1;}
.abox .box{ width:1200px; margin:auto; position:relative; z-index:3;}
.abox .box .left{ width:550px; float:left;}
.abox .box .left img{ width:100%; display:block;}
.abox .box .right{ width:600px; float:right; padding-top:15px;}
.abox .box .right .wz{ font-size:14px; line-height:30px; height:150px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5; margin-top:22px;}
.abox .box .right .more{ margin-top:32px; width:140px; height:40px; position:relative;}
.abox .box .right .more a{ width:138px; height:38px; line-height:38px; text-align:center; border:1px solid #ddd; display:block; overflow:hidden;}
.abox .box .right .more:hover a{ color:#df9b2f;}
.abox .box .right .more .x01{ left:0; top:0;}
.abox .box .right .more .x02{ left:0; top:0;}
.abox .box .right .more .x03{ right:0; bottom:0;}
.abox .box .right .more .x04{ right:0; bottom:0;}
.abox .box .right .more .w{ width:10px; height:1px; background-color:#6eb13d; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.abox .box .right .more .h{ width:1px; height:10px; background-color:#6eb13d; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.abox .box .right .more:hover .w{ width:70px;}
.abox .box .right .more:hover .h{ height:20px;}
.abox .box .right .list{ padding-top:25px; display:block;}
.abox .box .right .list li{ display:block; float:left; min-width:50%; overflow:hidden; margin-top:25px;}
.abox .box .right .list li strong{ width:8px; height:8px; float:left; margin:10px 12px; margin-left:0; display:block; overflow:hidden; background-color:#6eb13d;}
.abox .box .right .list li p{ width:calc(100% - 20px); display:block; float:left; overflow:hidden;}
.abox .box .right .list li p b{ display:block; font-size:18px; line-height:28px; overflow:hidden;}
.abox .box .right .list li p span{ display:block; font-size:14px; line-height:24px; color:#666; overflow:hidden;}

/*我们的优势*/
.ybox{ width:100%; padding-top:65px; padding-bottom:70px; background-color:#f7f7f7; position:relative; z-index:1;}
.ybox .box{ width:1200px; margin:auto; position:relative; z-index:3;}
.ybox .box .left{ width:100%; position:relative; z-index:2;}
.ybox .box .left .bt{ width:600px; font-size:24px; line-height:34px; font-weight:bold; margin-top:25px;}
.ybox .box .left .line{ margin-top:5px;}
.ybox .box .left .line p{ width:6px; height:6px; border-radius:100%; display:block; float:left; background-color:#df9b2f; overflow:hidden;}
.ybox .box .left .line span{ width:6px; height:6px; border-radius:100%; display:block; float:left; margin:0 4px; background-color:#6eb13d; overflow:hidden;}
.ybox .box .left .wz{ width:600px; font-size:14px; line-height:30px; height:90px; margin-top:12px;}
.ybox .box .left .list{ width:600px; margin-top:34px; height:310px; display:flex; justify-content:space-between;}
.ybox .box .left .list a{ display:block; width:130px; height:310px; background-color:#fff; overflow:hidden;}
.ybox .box .left .list a .a01{ width:80px; height:80px; padding-bottom:10px; padding-right:10px; background-image:url(../images/abg01.png); display:flex; align-items:center; justify-content:center;}
.ybox .box .left .list a .a01 img{ max-height:40px; max-width:40px; display:block;}
.ybox .box .left .list a .a01 img.img02{ display:none;}
.ybox .box .left .list a:hover .a01{ background-image:url(../images/abg01h.png);}
.ybox .box .left .list a:hover .a01 img.img01{ display:none;}
.ybox .box .left .list a:hover .a01 img.img02{ display:block;}
.ybox .box .left .list a .a02{ width:100%; display:flex; justify-content:center; margin-top:10px;}
.ybox .box .left .list a .a02 span{ writing-mode:vertical-rl; line-height:20px; font-size:20px; letter-spacing:2px; display:block; margin-left:5px; height:180px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ybox .box .left .list a .a02 p{ writing-mode:vertical-rl; line-height:24px; font-size:16px; display:block; color:#999; margin-left:7px; text-transform:uppercase; height:180px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ybox .box .right{ width:530px; position:absolute; top:50%; right:0; transform:translateY(-50%); z-index:1;}
.ybox .box .right img{ width:550px; display:block;}

/*医疗产品*/
.pbox{ width:100%; padding-top:65px; padding-bottom:70px; background-color:#fff; position:relative; z-index:1;}
.pbox .box{ width:1200px; margin:auto; position:relative; z-index:3; display:block; padding-top:10px;}
.pbox .box .list{ width:100%; display:block;}
.pbox .box .list li{ display:block; float:left; width:285px; margin-left:20px; margin-top:20px;}
.pbox .box .list li:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.pbox .box .list li a{ display:block; box-sizing:border-box; width:100%; overflow:hidden; padding:20px; padding-top:25px; border:1px solid #ddd; position:relative; background-color:#fff;}
.pbox .box .list li .p01{ display:block; font-size:18px; line-height:28px; height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pbox .box .list li .p02{ width:100%; margin-top:10px;}
.pbox .box .list li .p02 p{ display:block; float:left; padding:0 20px; min-width:120px; height:30px; line-height:30px; border-radius:30px; background-color:#ececec; text-align:center; font-size:14px; overflow:hidden; text-align:center;}
.pbox .box .list li .p03{ height:158px; margin-top:20px; width:100%; position:relative;}
.pbox .box .list li .p03 img{ display:block; width:100%; position:absolute; right:0; bottom:0;}
.pbox .box .list li:hover{ border-top-right-radius:20px; border-bottom-left-radius:20px; padding-bottom:5px; background-color:#6eb13d; margin-top:15px;}
.pbox .box .list li:hover a{ border:1px solid #6eb13d; border-top-right-radius:20px; border-bottom-left-radius:20px;}
.pbox .box .list li:hover .p01{ color:#df9b2f;}

/*新闻中心*/
.nbox{ width:100%; padding-top:65px; padding-bottom:70px; background-color:#f7f7f7; position:relative; z-index:1;}
.nbox .box{ width:1200px; margin:auto; position:relative; z-index:3;}
.nbox .box .list{ width:1230px; display:block; padding-top:10px;}
.nbox .box .list li{ width:380px; height:245px; float:left; margin-top:20px; margin-right:30px; position:relative; overflow:hidden;}
.nbox .box .list li .tu{ width:100%; height:245px;}
.nbox .box .list li .tu img{ width:100%; display:block;}
.nbox .box .list li a{ width:100%; height:320px; position:absolute; top:-75px; left:0; display:block; overflow:hidden; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.nbox .box .list li:hover a{ top:0;}
.nbox .box .list li .more{ height:75px;}
.nbox .box .list li .more img{ display:block; float:right; margin:30px;}
.nbox .box .list li .wen{ padding:25px 30px; width:100%; height:245px; box-sizing:border-box; background-color:#fff;}
.nbox .box .list li:hover .wen{ border:none; padding:25px 30px; background-color:rgba(223,156,47,.9);}
.nbox .box .list li .wen .n01{ font-size:14px; line-height:24px; height:24px; color:#999;}
.nbox .box .list li .wen .n02{ font-size:18px; line-height:28px; height:56px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; margin-top:10px;}
.nbox .box .list li .wen .n03{ font-size:14px; line-height:24px; height:48px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; margin-top:10px; color:#666;}
.nbox .box .list li .wen .n04{ font-size:14px; line-height:22px; height:22px; margin-top:25px; color:#999;}
.nbox .box .list li:hover .wen *{ color:#fff;}
.nbox .box .list li:hover .wen .n02{ margin-top:8px;}
.nbox .box .list li:hover .wen .n03{ height:24px; -webkit-line-clamp:1; margin-top:8px;}

/*footer*/
.footer{ width:100%; background-color:#1b1b1b;}
.footer .foot{ width:1200px; margin:45px auto; margin-bottom:30px;}
.footer .foot .f01{ width:440px; margin-right:10px; float:left;}
.footer .foot .f01 dt{ display:block; overflow:hidden;}
.footer .foot .f01 dt a{ display:block; color:#fff; font-size:18px; line-height:28px;}
.footer .foot .f01 dt b{ display:block; background-color:#6eb13d; width:20px; height:2px; overflow:hidden; margin-top:5px;}
.footer .foot .f01 dd{ padding-top:9px; display:block; overflow:hidden;}
.footer .foot .f01 dd a{ color:#fff; display:block; float:left; font-size:14px; line-height:26px; height:26px; width:180px; margin-right:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.footer .foot .f02{ width:100px; margin-right:30px; float:left;}
.footer .foot .f02 dt{ display:block; overflow:hidden;}
.footer .foot .f02 dt a{ display:block; color:#fff; font-size:18px; line-height:28px;}
.footer .foot .f02 dt b{ display:block; background-color:#6eb13d; width:20px; height:2px; overflow:hidden; margin-top:5px;}
.footer .foot .f02 dd{ padding-top:9px; display:block; overflow:hidden;}
.footer .foot .f02 dd a{ color:#fff; display:block; font-size:14px; line-height:26px; height:26px; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.footer .foot .f03{ width:360px; float:left;}
.footer .foot .f03 dt{ display:block; overflow:hidden;}
.footer .foot .f03 dt a{ display:block; color:#fff; font-size:18px; line-height:28px;}
.footer .foot .f03 dt b{ display:block; background-color:#6eb13d; width:20px; height:2px; overflow:hidden; margin-top:5px;}
.footer .foot .f03 dd{ display:block; overflow:hidden;}
.footer .foot .f03 dd p{ display:block; margin-top:15px; overflow:hidden; padding-left:30px; background-position:left center; background-repeat:no-repeat; font-size:14px; line-height:20px; height:20px; color:#fff;}
.footer .foot .f04{ display:block; float:right; padding-top:50px; width:100px;}
.footer .foot .f04 dt{ width:100%; display:block; overflow:hidden;}
.footer .foot .f04 dt img{ width:100%; display:block;}
.footer .foot .f04 dd{ text-align:center; font-size:12px; line-height:16px; display:block; width:100%; color:#fff; padding-top:9px;}
.footer .bq{ width:1200px; margin:auto; border-top:1px solid #333; padding:15px 0; display:flex; justify-content:center;}
.footer .bq p{ display:block; font-size:14px; line-height:24px; height:24px; color:#ccc; overflow:hidden; margin:0 15px;}
.footer .bq p *{ color:#ccc;}

/*右侧浮动*/
.kefu{ position:fixed; z-index:99999; bottom:14%; right:30px; width:48px;}
.kefu ul li{ position:relative; margin-bottom:12px;}
.kefu ul li a.kf-gy{ width:48px; height:48px; background:#fff; border:1px solid #eee; display:block; text-align:center; line-height:48px; color:#333; border-radius:50px; box-shadow:0 4px 16px rgba(28,67,125,.08); transition:all 0.5s ease-out 0s; cursor:pointer;}
.kefu ul li:hover a.kf-gy{ background:#6eb13d; color:#fff;border:1px solid #6eb13d;}
.kefu ul li a.kf-a1{ background:url(../images/kf-a1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-a1{ background:url(../images/kf-a2.png) center no-repeat #6eb13d; background-size:20px;}
.kefu ul li a.kf-b1{ background:url(../images/kf-b1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-b1{ background:url(../images/kf-b2.png) center no-repeat #6eb13d; background-size:20px;}
.kefu ul li a.kf-d1{ background:url(../images/kf-d1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-d1{ background:url(../images/kf-d2.png) center no-repeat #6eb13d; background-size:20px;}
.kefu ul li a.kf-e1{ background:url(../images/kf-e1.png) center no-repeat #fff; background-size:20px; margin-top:20px;}
.kefu ul li:hover a.kf-e1{ background:url(../images/kf-e2.png) center no-repeat #6eb13d; background-size:20px;}
.kf-tel{ font-size:18px; font-family:din;}
.kefu ul li span{ position:absolute; box-shadow:0 4px 16px rgba(28,67,125,.08); padding:9px 20px; color:#161616; font-size:14px; line-height:22px; white-space:nowrap; top:5px;
text-align:center; background:#fff; border:1px solid hsla(226,9%,73%,.12); border-radius:4px; transition:all .3s ease; opacity:0; visibility:hidden; right:100px;}
.kefu ul li span a{ color:#df9c2f;}	
.kefu ul li:hover span{ visibility:visible; opacity:1; right:60px;}
.kefu ul li span:after{ position:absolute; box-sizing:border-box; background-color:inherit; width:12px; height:12px; top:15px; transition:all 250ms ease-in-out 0s; right:-4.25px; transform:rotate(315deg); border-right:1px solid hsla(226,9%,73%,.12); border-bottom:1px solid hsla(226,9%,73%,.12); content:"";}
.kefu ul li span dl{ width:100px;}
.kefu ul li span dl dt{ width:100%;}
.kefu ul li span dl dt img{ display:block; width:100%;}
.kefu ul li span dl dd{ width:100%; font-size:12px;}

/*内页*/
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform:scale(1);  /*开始为原始大小*/
    }
    25%{
        transform:scale(1.05); /*放大1.1倍*/
    }
    50%{
        transform:scale(1);
    }
    75%{
        transform:scale(1.05);
    }
}
.ban{ width:100%; height:300px; position:relative; overflow:hidden; z-index:1; border-top:100px solid #fff;}
.ban .bg{ width:100%; height:100%; background-size:cover; background-position:center; background-repeat:no-repeat; animation:scaleDraw 30s ease-in-out infinite; position:relative; z-index:0;}
.ban .box{ width:100%; height:100%; background-color:rgba(0,0,0,.7); display:flex; align-items:center; position:absolute; left:0%; bottom:0; z-index:1;}
.ban .box p{ width:1200px; margin:auto; text-align:center;}
.ban .box p b{ display:block; color:#fff; font-size:30px; line-height:40px; margin-bottom:10px;}
.ban .box p span{ display:block; color:#fff; font-size:16px; line-height:26px;}
.wei{ width:100%; height:50px; background-color:#fff; background-image:url(../images/ab.jpg); background-position:left bottom; background-repeat:repeat-x;}
.wei .box{ width:1200px; margin:auto;}
.wei .box .left{ float:left; padding-left:26px; background-image:url(../images/home.png); background-position:left center; background-repeat:no-repeat; font-size:14px; line-height:50px;}
.wei .box .right{ float:right;}
.wei .box .right a{ display:block; float:left; font-size:14px; line-height:50px; height:48px;}
.wei .box .right span{ font-size:12px; color:#ccc; display:block; float:left; margin:0 25px; line-height:50px;}
.wei .box .right a:hover{ color:#df9c2f;}
.wei .box .right a.on{ color:#df9c2f; border-bottom:2px solid #6eb13d;}

/*关于我们-公司介绍*/
.main{ width:100%; padding-top:65px; padding-bottom:70px; position:relative; z-index:1;}
.main .ab01{ width:1200px; margin:auto; margin-top:30px; position:relative; z-index:3; display:flex;}
.main .ab01 .wen{ width:600px; float:left;}
.main .ab01 .wen .bt{ width:100%; font-size:24px; line-height:34px; font-weight:bold; margin-top:25px;}
.main .ab01 .wen .line{ margin-top:5px;}
.main .ab01 .wen .line p{ width:6px; height:6px; border-radius:100%; display:block; float:left; background-color:#df9b2f; overflow:hidden;}
.main .ab01 .wen .line span{ width:6px; height:6px; border-radius:100%; display:block; float:left; margin:0 4px; background-color:#6eb13d; overflow:hidden;}
.main .ab01 .wen .wz{ width:100%; font-size:14px; line-height:24px; margin-top:20px;}
.main .ab01 .tu{ width:550px; margin-left:50px; position:relative; background-position:center; background-size:cover; overflow:hidden; border-radius:20px;}
.main .ab01 .tu .cover{ background:rgb(0 0 0 / 60%); display:flex; justify-content:center; transition:all ease .3s; opacity:0; position:relative; width:100%; height:100%;}
.main .ab01 .tu:hover .cover{ opacity:1;}
.main .ab01 .tu .cover .playIco{ position:absolute; width:100px; height:100px; z-index:2; left:50%; top:50%; margin:-50px auto auto -50px; cursor:pointer; transform:scale(0); transition:all ease .3s;}
.main .ab01 .tu:hover .cover .playIco{ transform:scale(1)}

/*视频弹框*/
.videoBox{ position:fixed; background:rgb(0 0 0 / 60%); left:0; top:0; bottom:0; right:0; display:flex; flex-direction:column; justify-content:center; pointer-events:none; opacity:0; z-index:-1;}
.videoBox.show{ opacity:1; pointer-events:auto; z-index:1990;}
.videoBox video{ display:block; width:800px; margin:0 auto; background-color:#000;}
.videoBox iframe{ display:block; width:800px; height:600px; margin:0 auto; background-color:#000;}
.closeVideo{ max-width:150px; background:#fff; margin:30px auto 0; border-radius:55px; padding:10px 30px; width:100%; text-align:center; font-size:15px; cursor:pointer; transition:all ease .3s;}
.closeVideo:hover{ background:#6eb13d; color:#fff;}

/*企业文化*/
.main .ab02{ width:1200px; margin:auto; margin-top:30px; position:relative; z-index:3;}
.main .ab02 .left{ width:480px; float:left; padding-right:20px; padding-bottom:20px; position:relative;}
.main .ab02 .left img{ width:100%; display:block; position:relative; z-index:3;}
.main .ab02 .left b{ width:calc(100% - 20px); height:calc(100% - 20px); background-color:#df9c2f; position:absolute; right:0; bottom:0; z-index:1; display:block; overflow:hidden;}
.main .ab02 .right{ width:650px; float:right; margin-top:-10px;}
.main .ab02 .right .list{ display:block;}
.main .ab02 .right .list li{ display:block; width:100%; overflow:hidden; margin-top:25px;}
.main .ab02 .right .list li strong{ width:8px; height:8px; float:left; margin:10px 12px; margin-left:0; display:block; overflow:hidden; background-color:#6eb13d;}
.main .ab02 .right .list li p{ width:calc(100% - 20px); display:block; float:left; overflow:hidden;}
.main .ab02 .right .list li p b{ display:block; font-size:18px; line-height:28px; overflow:hidden;}
.main .ab02 .right .list li p span{ display:block; font-size:14px; line-height:24px; color:#666; overflow:hidden;}

/*资质荣誉*/
.main .ab03{ width:1200px; margin:auto; margin-top:10px;}
.main .ab03 a{ width:285px; height:190px; display:block; margin-top:20px; margin-left:20px; overflow:hidden; float:left; position:relative;}
.main .ab03 a:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.main .ab03 a img{ height:100%; margin:auto; display:block; transition-delay:0s; transition-duration:1s; transition-property:all; transition-timing-function:ease; -moz-transition-delay:0s; -moz-transition-duration:1s; -moz-transition-property:all; -moz-transition-timing-function:ease; -webkit-transition-delay:0s; -webkit-transition-duration:1s; -webkit-transition-property:all; -webkit-transition-timing-function:ease; -o-transition-delay:0s; -o-transition-duration:1s; -o-transition-property:all; -o-transition-timing-function:ease;}
.main .ab03 a span{ display:block; width:100%; height:40px; line-height:40px; background-color:rgba(0,0,0,0.7); font-size:14px; color:#fff; text-align:center; position:absolute; left:0; bottom:0; padding:0 15px; box-sizing:border-box; overflow:hidden;}
.main .ab03 a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}

.fanye{ width:100%; margin-top:30px; text-align:center;}
.fanye>div,.fanye>ul{ display:flex; justify-content:center;}
.fanye li{ margin:0 5px; display:block;}
.fanye li a{ width:28px; height:28px; line-height:28px; background-color:#fff; border:1px solid #eee; overflow:hidden; border-radius:3px; display:block;}
.fanye li span{ width:28px; height:28px; line-height:28px; border-radius:3px; display:block; border:1px solid #6eb13d; overflow:hidden;}
.fanye li.active span{ color:#fff; background-color:#6eb13d;}
.fanye li.disabled span{ color:#aaa; background-color:#f2f2f2; cursor:no-drop;}
.fanye li a:hover{ color:#df9c2f; border:1px solid #6eb13d;}

/*医疗产品*/
.main01{ width:1200px; margin:65px auto; margin-bottom:70px;}
.main01 .lbar{ float:left; padding:30px; width:200px; background-color:#f7f7f7; border-radius:10px; margin-top:5px;}
.main01 .lbar .w01{ font-size:20px; line-height:28px; color:#999; font-weight:bold;}
.main01 .lbar .w02{ font-size:20px; line-height:30px; color:#333; font-weight:bold; margin-top:5px;}
.main01 .lbar .line{ width:70px; height:1px; background-color:#ddd; margin-top:15px;}
.main01 .lbar .list{ padding-top:11px;}
.main01 .lbar .list a{ display:block; font-size:16px; line-height:26px; margin-top:4px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative;}
.main01 .lbar .list a:hover{ color:#df9c2f;}
.main01 .lbar .list a.on{ color:#df9c2f; padding-left:15px;}
.main01 .lbar .list a.on:before{ width:6px; height:6px; display:block; content:""; background-color:#6eb13d; position:absolute; left:0; top:50%; margin-top:-3px;}

.main01 .rbar{ width:880px; float:right; margin-top:-10px;}
.main01 .titles{ border-bottom:1px solid #e5e5e5;}
.main01 .titles b{ width:4px; height:20px; display:block; float:left; margin-right:10px; background-color:#6eb13d; margin-top:18px;}
.main01 .titles span{ color:#df9c2f; display:block; float:left; padding-top:9px; line-height:36px; font-size:20px;}
.main01 .titles p{ line-height:46px; font-size:36px; display:none; float:left; color:#ccc; margin-left:20px; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif;}
.main01 .titles strong{ display:block; float:right; font-size:14px; line-height:36px; color:#999; font-weight:normal; padding-top:10px;}
.main01 .titles strong a{ color:#999;}
.main01 .titles strong a:hover{ color:#df9c2f;}
.main01 .pro{ width:100%; display:block;}
.main01 .pro li{ display:block; float:left; width:280px; margin-left:20px; margin-top:20px;}
.main01 .pro li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main01 .pro li a{ display:block; box-sizing:border-box; width:100%; overflow:hidden; padding:20px; padding-top:25px; border:1px solid #ddd; position:relative; background-color:#fff;}
.main01 .pro li .p01{ display:block; font-size:18px; line-height:28px; height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main01 .pro li .p02{ width:100%; margin-top:10px;}
.main01 .pro li .p02 p{ display:block; float:left; padding:0 20px; min-width:120px; height:30px; line-height:30px; border-radius:30px; background-color:#ececec; text-align:center; font-size:14px; overflow:hidden; text-align:center;}
.main01 .pro li .p03{ height:158px; margin-top:20px; width:100%; position:relative;}
.main01 .pro li .p03 img{ display:block; width:100%; position:absolute; right:0; bottom:0;}
.main01 .pro li:hover{ border-top-right-radius:20px; border-bottom-left-radius:20px; padding-bottom:5px; background-color:#6eb13d; margin-top:15px;}
.main01 .pro li:hover a{ border:1px solid #6eb13d; border-top-right-radius:20px; border-bottom-left-radius:20px;}
.main01 .pro li:hover .p01{ color:#df9b2f;}

/*医疗产品内页*/
.main02{ width:1200px; margin:auto;}
.main02 .lbar{ width:740px; float:left; padding:70px 0;}
.main02 .lbar .box{ width:100%; height:400px; padding-bottom:20px;}
.main02 .lbar .box .gallery-top{ width:598px; height:398px; display:block; overflow:hidden; border:1px solid #eee; float:right;}
.main02 .lbar .box .gallery-top .swiper-slide{ width:100%; height:398px; display:flex; align-items:center; overflow:hidden;}
.main02 .lbar .box .gallery-top .swiper-slide img{ max-width:100%; max-height:418px; display:block; margin:auto;}
.main02 .lbar .box .gallery-thumbs{ width:130px; height:374px; padding:13px 0; display:block; overflow:hidden; float:left; position:relative;}
.main02 .lbar .box .gallery-thumbs .swiper-container{ width:100%; height:374px; overflow:hidden; position:relative; z-index:1;}
.main02 .lbar .box .gallery-thumbs .swiper-slide{ width:100%; height:86px; display:flex; align-items:center; overflow:hidden; border:1px solid #eee; box-sizing:border-box;}
.main02 .lbar .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ border:1px solid #6eb13d;}
.main02 .lbar .box .gallery-thumbs .swiper-slide img{ width:100%; display:block; margin:auto;}
.main02 .lbar .box .gallery-thumbs .swiper-button-white{ width:32px; height:32px; border:1px solid #ddd; border-radius:100%; background-position:center; background-repeat:no-repeat; position:absolute; left:50%; margin-left:-17px; background-color:#fff; opacity:1 !important; z-index:3;}
.main02 .lbar .box .gallery-thumbs .swiper-button-white.swiper-button-disabled{ border:1px solid #eee;}
.main02 .lbar .box .gallery-thumbs .swiper-button-next{ background-image:url(../images/right.png); bottom:0; transform:rotate(90deg); -ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg);}
.main02 .lbar .box .gallery-thumbs .swiper-button-prev{ background-image:url(../images/left.png); top:0; transform:rotate(90deg); -ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg);}
.main02 .lbar .box .gallery-thumbs .swiper-button-next:hover{ background-color:#6eb13d; border:1px solid #6eb13d; background-image:url(../images/right01.png);}
.main02 .lbar .box .gallery-thumbs .swiper-button-prev:hover{ background-color:#6eb13d; border:1px solid #6eb13d; background-image:url(../images/left01.png);}
.main02 .lbar .box01{ width:100%; margin-top:30px; border:1px solid #eee; box-sizing:border-box;}
.main02 .lbar .box01 .titles{ padding:0 29px; background-color:#f1f1f1; font-size:18px; line-height:46px; height:46px; font-weight:bold;}
.main02 .lbar .box01 .wen{ padding:20px 29px; font-size:14px; line-height:24px;}
.main02 .lbar .box01 .wen img{ max-width:100%; height:auto;}
.main02 .lbar .box01:last-child{ display:none;}
table{ border-collapse:collapse;}
table,th, td{ border:1px solid black;}

.main02 .rbar{ width:410px; float:right; padding:70px 0;}
.main02 .rbar .w01{ font-size:18px; line-height:28px; font-weight:bold; padding-top:15px;}
.main02 .rbar .w02{ font-size:14px; line-height:24px; color:#999; padding-top:5px; padding-bottom:15px; border-bottom:1px solid #eee;}
.main02 .rbar .w03{ padding-top:15px; display:block; font-size:14px; line-height:24px; color:#df9b2f; font-weight:bold;}
.main02 .rbar .w04{ display:block; font-size:14px; line-height:24px;}
.main02 .rbar .w05{ width:426px; overflow:hidden;}
.main02 .rbar .w05 a{ width:126px; height:40px; line-height:40px; float:left; display:flex; align-items:center; justify-content:center; margin-top:25px; margin-right:16px; overflow:hidden; background-color:#f7f7f7; text-align:center; border-radius:5px; cursor:pointer;}
.main02 .rbar .w05 a:hover{ background-color:#6eb13d; color:#fff;}

/*新闻中心*/
.main .news{ width:1200px; margin:auto; display:block;}
.main .news li{ width:380px; height:245px; float:left; margin-top:30px; margin-left:30px; position:relative; overflow:hidden;}
.main .news li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .news li .tu{ width:100%; height:245px;}
.main .news li .tu img{ width:100%; display:block;}
.main .news li a{ width:100%; height:320px; position:absolute; top:-75px; left:0; display:block; overflow:hidden; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .news li:hover a{ top:0;}
.main .news li .more{ height:75px;}
.main .news li .more img{ display:block; float:right; margin:30px;}
.main .news li .wen{ padding:24px 29px; border:1px solid #ddd; width:100%; height:245px; box-sizing:border-box; background-color:#fff;}
.main .news li:hover .wen{ border:none; padding:25px 30px; background-color:rgba(223,156,47,.9);}
.main .news li .wen .n01{ font-size:14px; line-height:24px; height:24px; color:#999;}
.main .news li .wen .n02{ font-size:18px; line-height:28px; height:56px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; margin-top:10px;}
.main .news li .wen .n03{ font-size:14px; line-height:24px; height:48px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; margin-top:10px; color:#666;}
.main .news li .wen .n04{ font-size:14px; line-height:22px; height:22px; margin-top:25px; color:#999;}
.main .news li:hover .wen *{ color:#fff;}
.main .news li:hover .wen .n02{ margin-top:8px;}
.main .news li:hover .wen .n03{ height:24px; -webkit-line-clamp:1; margin-top:8px;}

/*新闻中心内页*/
.main .ny{ width:1200px; margin:5px auto; margin-bottom:-5px;}
.main .lbar{ width:910px; float:left;}
.main .lbar .bt{ color:#df9b2f; font-size:24px; line-height:34px;}
.main .lbar .sj{ color:#999; font-size:14px; line-height:32px; height:37px; border-bottom:1px solid #eee;}
.main .lbar .wen{ font-size:14px; line-height:24px; margin-top:20px;}
.main .lbar .wen img{ max-width:100%; height:auto;}
.main .lbar .back{ margin-top:20px; padding-top:9px; border-top:1px solid #eee; position:relative;}
.main .lbar .back p{ display:block; font-size:14px; height:24px; line-height:24px; overflow:hidden; margin-top:6px;}
.main .lbar .back p a{ max-width:700px; overflow:hidden; display:inline-block; vertical-align:middle; height:24px;}
.main .lbar .back p a:hover{ color:#df9b2f;}
.main .lbar .back span{ position:absolute; right:0; top:15px; font-size:14px; height:24px; line-height:24px;}
.main .lbar .back span a:hover{ color:#df9b2f;}

.main .rbar{ width:258px; border:1px solid #ddd; border-top:2px solid #6eb13d; float:right; margin:5px 0;}
.main .rbar .bt{ padding-left:19px; font-size:18px; height:50px; line-height:50px; border-bottom:1px solid #ddd;}
.main .rbar ul{ display:block; padding:4px 19px; padding-bottom:15px;}
.main .rbar ul li{ display:block; width:100%; margin-top:15px; overflow:hidden;}
.main .rbar ul li strong{ width:100%; height:142px; display:block; overflow:hidden;}
.main .rbar ul li strong img{ width:100%; display:block;}
.main .rbar ul li p{ display:block; overflow:hidden; font-size:16px; height:26px; line-height:26px; padding-top:5px;}
.main .rbar ul li span{ display:block; overflow:hidden; font-size:14px; height:22px; line-height:22px; color:#999;}
.main .rbar ul li:hover p{ color:#df9b2f;}

/*在线预定*/
.main .mess{ width:1200px; margin:auto; padding-top:10px;}
.main .mess dl{ width:1360px; display:block; overflow:hidden;}
.main .mess dt{ display:block; float:left; width:680px; margin-top:20px; overflow:hidden;}
.main .mess dt span{ display:block; float:left; width:100px; height:42px; line-height:42px; font-size:14px;}
.main .mess dt input{ display:block; float:left; width:380px; padding:0 19px; height:40px; line-height:40px; font-size:14px; border:1px solid #ddd; font-family:inherit; overflow:hidden;}
.main .mess dd{ display:block; float:left; width:1200px; margin-top:20px; overflow:hidden;}
.main .mess dd span{ display:block; float:left; width:100px; height:24px; line-height:24px; font-size:14px; padding:9px 0;}
.main .mess dd textarea{ display:block; float:left; width:1060px; padding:9px 19px; height:120px; line-height:24px; font-size:14px; border:1px solid #ddd; font-family:inherit; overflow:auto;}
.main .mess dd input{ width:200px; height:42px; margin:auto; display:block; cursor:pointer; line-height:42px; text-align:center; font-size:14px; background-color:#6eb13d; color:#fff;}
.main .mess dd input:hover{ background-color:#df9b2f;}

/*联系我们*/
.main .mapbox{ width:1200px; margin:auto; margin-top:30px; height:540px; position:relative;}
.main .mapbox #map{ width:100%; height:100%;}
.main .mapbox .map-dialog{ position:absolute; left:30px; top:50%; width:350px; padding:20px 30px; box-sizing:border-box; background-color:#fff; transform:translateY(-50%);}
.main .mapbox .map-dialog .bt{ font-size:18px; line-height:28px;}
.main .mapbox .map-dialog .list{ overflow:hidden; margin-top:5px;}
.main .mapbox .map-dialog .list .map-item{ padding:10px 0; border-bottom:1px solid #eee; overflow:hidden;}
.main .mapbox .map-dialog .list .map-item:last-child{ border-bottom:none; padding-bottom:0;}
.main .mapbox .map-dialog .list .map-item .tit{ font-size:14px; line-height:24px; color:#999;}
.main .mapbox .map-dialog .list .map-item .con{ font-size:14px; line-height:24px; color:#333;}
.main .mapbox .map-dialog .list .map-item .con p{ width:120px; border:1px solid #eee; display:block; margin-top:5px;}
.main .mapbox .map-dialog .list .map-item .con p img{ width:100%; display:block;}