/*全局样式*/
@charset "utf-8";
html {
    overflow-x: hidden;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,
select {margin: 0;padding: 0}
body {font: 14px/1.5 "微软雅黑", "Arial Narrow", HELVETICA;color: #333;-webkit-text-size-adjust: 100%;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;}
input:required,
textarea:required {outline: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none; -o-box-shadow: none; box-shadow: none;-webkit-appearance: none !important;}
input,textarea{appearance:none;-webkit-appearance:none;-moz-appearance: none; -o-appearance: none;outline: none;    }
*{margin:0; padding:0;}
a {text-decoration: none !important;cursor: pointer !important;color: #000;}
a:focus {outline: none !important;}
ul,li,dl,dt,dd{list-style-type:none;}
i{font-style:normal}
ul {margin: 0;}
li {list-style: none;}
img{max-width:100%;}
.container-fluid {max-width: 1230px !important;}
.tr5 {transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;}
.tr2 {transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}
.overflow { overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial}
.bjcover{background-position: 50% 50%; background-size: cover;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}

header{position: relative;z-index: 111;padding-top:20px;}
header .logo{line-height: 110px;height: 110px;font-size: 0;}
header .logo img{max-height: 50%;}
header .nav{margin-top:10px;}
header .nav .tt1 form{width: 240px;border: 1px solid #ddd;height:34px;border-radius: 20px;margin-right: 20px;float: right;overflow:hidden;}
header .nav .tt1 .tt2{float: right;padding-left: 36px;background: url(../images/tu2.png) no-repeat left center;line-height:34px;font-size: 0;}
header .nav form input{width: calc(100% - 40px);float: left;line-height: 32px;height: 32px;border: 0;background: #fff;padding: 0 10px 0 20px;}
header .nav form button{width: 40px;float: left;border: 0;background: #fff url(../images/tu1.png) no-repeat center center;line-height: 32px;height: 32px;}

/*pc导航*/
header nav a{transition: all 0.3s;}
header nav ul{font-size: 0;margin:0;}
header nav ul > li{position: relative;text-align: center;display: inline-block;vertical-align: top;line-height:66px;}
header nav ul > li > a{line-height:inherit; display:block;color: #000;font-size: 16px;padding-left: 40px;}
header nav ul > li > i.glyphicon{display: none;}
header nav ul > li:hover > a{color: #219e92;}
header nav ul > li.active > a{color: #219e92;}
header nav .ul{display:none;position: absolute;left: 0;top:100%;width:calc(100% + 40px);right: 0;background:rgba(255,255,255,1);padding:11px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 0 0 10px 10px;overflow: hidden;}
header nav .ul a{font-size: 14px;color: #333;line-height: 22px;padding:8px;display: block;border-bottom: 1px solid #eee;}
header nav .ul a:nth-last-child(1){border: 0;}
header nav .ul a:hover{background-color: #219e92;color: #fff;}
header nav .ul a.active{background-color: #219e92;color: #fff;}
header nav ul > li:hover .ul{display: block;}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .bjcover{height: 650px;}
/*
.banner .swiper-pagination-bullet{background:#fff;opacity: .8;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#CC141C;}
*/


.main66{padding: 70px 0 77px;}
.title{text-align: center;overflow: hidden;margin-bottom: 44px;}
.title .div1{font-size: 30px;color: #333;line-height: 32px;}
.title .div2{font-size:0;margin-top:6px;}
.title .div2 div{display: inline-block;vertical-align: top;position: relative;font-size: 16px;text-transform: uppercase;padding: 0 15px;color: #219e92;}
.title .div2 div:after{content: "";width: 354px;height: 7px;background: url(../images/tu3.png) no-repeat left center;position: absolute;left: 100%;top:1px;bottom: 0;margin: auto 0;}
.title .div2 div:before{content: "";width: 354px;height: 7px;background: url(../images/tu3.png) no-repeat left center;position: absolute;right: 100%;top:1px;bottom: 0;margin: auto 0;transform:rotateY(180deg)}
.title.titlebs .div1{color: #fff;}
.title.titlebs .div2 div{color: #fff;}

/*服务项目*/
.main1 .list{display: block;text-align: center;}
.main1 .list .bjcover{width: 106px;height: 106px;border-radius: 8px;overflow: hidden;margin: 0 auto 11px;position: relative;}
.main1 .list .bjcover:after{content: "";width: 100%;height: 100%;background: #219e92;position: absolute;left: 0;top:0;z-index: 2;transition: all .2s;}
.main1 .list .bjcover img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;z-index: 3;transition: all .1s;}
.main1 .list .tt{font-size:16px;color: #333;line-height:26px;padding:6px 2px 0;}
.main1 .list:hover .bjcover:after{opacity: 0;}
.main1 .list:hover .bjcover img{opacity: 0;}
.main1 .list:hover .tt{color: #219e92;}




/*专家团队*/
.main2{background: #f4f4f4;}
.main2 .list{background: #fff;border: 1px solid #ddd;display: block;}
.main2 .list .img{margin: 9px;padding-top:66%;position: relative;}
.main2 .list .img:after{content: "";width: 100%;height: 100%;background: #000;position: absolute;left: 0;top:0;transition: all .2s;opacity: .1;}
.main2 .list .tt{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding:20px 15px;text-align: center;}
.main2 .list .tt1{font-size: 14px;color: #000;}
.main2 .list .tt1 b{font-size: 20px;padding-right: 10px;transition: all .2s;}
.main2 .list .tt2{font-size: 13px;color: #999;margin-top: 8px;line-height: 22px;height: 44px;overflow: hidden;}
.main2 .list .tt2 b{font-size: 14px;color: #000;}
.main2 .list .tt3{width: 112px;line-height: 32px;background: #219e92;border-radius: 20px;text-align: center;font-size: 12px;color: #fff;margin: 18px auto;display: block !important;}
.main2 .list:hover .tt1 b{color: #219e92;}
.main2 .list:hover .tt3{opacity: .7;}
.main2 .list:hover .img:after{opacity: 0;}



footer{background: #219e92;color: #fff;}
footer .container-fluid{max-width: 1430px !important;}
footer .box1{border-bottom: 1px solid rgba(255,255,255,.2);padding: 22px 0}
footer .box1 .ul{font-size: 0;}
footer .box1 .ul a{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;padding-right: 30px;line-height: 30px;position: relative;}
footer .box1 .ul a:nth-last-child(n+2):after{content: "";width: 2px;height: 14px;background: rgba(255,255,255,.6);border-left: 1px solid rgba(255,255,255,.2);position: absolute;right: 14px;top:1px;bottom: 0;margin: auto 0;}
footer .box1 .ul a:hover{text-decoration: underline !important;}
footer .box2{padding: 55px 0}
footer .box2 .list1{width: calc(50% - 260px);float: left;font-size: 16px;color: #fff;padding-right: 22px;line-height: 30px;}
footer .box2 .list1 .tt1{display: inline-block;background: #fff;color: #219e92;border-radius: 22px;padding: 0 20px;line-height: 42px;margin-top: 10px;}
footer .box2 .list1 .tt1 span{color: #ff6c00;font-family: 'Arial';font-size: 18px;}
footer .box2 .list2{width: calc(50% - 300px);float: left;border-left: 1px solid rgba(255,255,255,.2);border-right: 1px solid rgba(255,255,255,.2);padding: 0 15px;text-align: center;font-size: 0;}
footer .box2 .list2 .tt{display: inline-block;vertical-align: top;font-size: 18px;line-height: 30px;text-align: left;padding-bottom: 10px;}
footer .box2 .list2 .tt .tt2{padding-bottom: 5px;}
footer .box2 .list2 .tt a{display: block;font-size: 14px;color: rgba(255,255,255,.6);transition: all .2s;}
footer .box2 .list2 .tt a:hover{color: rgba(255,255,255,1);}
footer .box2 .list3{width: 560px;float: right;}
footer .box2 .list3 .imgbox{width: 170px;float: right;text-align: center;}
footer .box2 .list3 .imgbox .img{width: 140px;background: #fff;border-radius: 8px;padding: 4px;margin: 0 auto 11px;}
footer .box2 .list3 .imgbox .img img{width: 100%;}
footer .box2 .list3 .imgbox .tt3{font-size: 14px;}
footer .box3{background: #0D6558;line-height: 24px;color: rgba(255,255,255,.6);padding: 22px 0;}

/*医疗环境*/
.main3 .list{display: block;background: #fff;border-radius: 11px;overflow: hidden;}
.main3 .list .bjcover{padding-top: 77%;}
.main3 .list:hover .bjcover{transform:scale(1.06);}
.main3 .list .tt{font-size: 18px;color: #333;line-height: 66px;text-align: center;}
.main3 .list:hover .tt{color: #219e92;}

/*收费标准*/
.main4 .list{display: block;}
.main4 .list .bjcover{padding-top:74%;position: relative;}
.main4 .list .bjcover:after{content: "";width: 100%;height: 100%;background: #fff;position: absolute;left: 0;top:0;transition: all .2s;opacity: 0;z-index: 1;}
.main4 .list .bjcover .tt{position: absolute;left: 0;right: 0;top:50%;margin-top: -44px;text-align: center;z-index: 2;width: 100%;padding: 0 20px;}
.main4 .list .bjcover .tt1{font-size: 24px;color: #000;}
.main4 .list .bjcover .tt2{width: 90px;line-height: 30px;border-radius: 20px;font-family: 'Arial';font-size: 14px;color: #fff;background: #219e92;margin:18px auto 0;}
.main4 .list:hover .bjcover:after{opacity: .6;}
.main4 .list:hover .bjcover .tt2:hover{opacity: .7;}

/*联系我们*/
.main5 .box .tt{width: calc(30% + 100px);float: left;font-size: 16px;color: #000;line-height: 36px;padding-right: 20px;}
.main5 .box .you{width: calc(70% - 100px);float: left;height: 330px;}





/*内页共用*/
.ny{min-height:666px;padding: 44px 0 50px;}
.ny .zuo{width:265px;float: left;padding-right: 30px;}
.ny .you{width:calc(100% - 265px);float: left;}
.ny .zuo .top{line-height: 76px;background: #219e92;margin-bottom: 2px;font-size: 22px;font-weight: bold;color: #fff;text-align: center;height: 76px;overflow: hidden;}
.ny .zuo .top span{font-size: 12px;color: #fff;font-family: 'Arial';text-transform: uppercase;}
.ny .zuo .ul1{margin-top: 3px;margin-bottom: 20px;}
.ny .zuo .ul1 > a{display:block;width: 100%;margin-bottom: 2px;line-height: 42px;background: #f1f1f1;color: #000;position: relative;padding: 0 34px 0 24px;transition: all 0.3s;}
.ny .zuo .ul1 > a i{position: absolute;right: 20px;top:0;color: #000;line-height: inherit;font-size: 80%;transition: all 0.3s;transform:rotate(-90deg)}
.ny .zuo .ul1 > a:hover{background: #219e92;color: #fff;}
.ny .zuo .ul1 > a:hover i{color: #fff;}
.ny .zuo .ul1 > a.active{background: #219e92;color: #fff;}
.ny .zuo .ul1 > a.active i{color: #fff;transform:rotate(0deg)}
/*左侧联系我们*/
.ny .zuo .tt{border:1px solid #eee;margin-top: 3px;background: #fff;}
.ny .zuo .tt .tt1{color: #000;padding: 20px 0;padding-left: 60px;border-bottom: 1px solid #eee;background: url("../images/tu22.png") no-repeat 16px center;}
.ny .zuo .tt .tt1 span{color: #219e92;font-size: 20px;display: block;font-weight: bold;}
.ny .zuo .tt .tt2{padding:16px;color: #464646;font-size: 13px;line-height: 26px;}
/*右侧顶部*/
.ny .you .top{font-size:20px;color: #000;font-weight: bold;border-bottom: 1px solid #eee;line-height:54px;margin-bottom:25px;position: relative;}
.ny .you .top .top2{position: absolute;right: 0;top:0;font-size: 14px;font-weight: 500;color: #000;}
.ny .you .top .top2 span{color: #219e92;}
.ny .you .top .top2 a{color: #000;transition: all .2s;}
.ny .you .top .top2 a:hover{color: #219e92;}




.nyfw{margin: 0 -10px;}
.nyfw .list{display: block;background: #f4f4f4;border-radius: 11px;overflow: hidden;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;}
.nyfw .list .bjcover{padding-top: 77%;}
.nyfw .list:hover .bjcover{transform:scale(1.06);}
.nyfw .list .tt{font-size: 18px;color: #333;line-height: 66px;text-align: center;}
.nyfw .list:hover .tt{color: #219e92;}




.nytd{margin: 0 -10px;}
.nytd .list{background: #fff;border: 1px solid #ddd;display: block;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;}
.nytd .list .img{margin: 9px;padding-top:66%;position: relative;}
.nytd .list .img:after{content: "";width: 100%;height: 100%;background: #000;position: absolute;left: 0;top:0;transition: all .2s;opacity: .1;}
.nytd .list .tt{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding:20px 15px;text-align: center;}
.nytd .list .tt1{font-size: 14px;color: #000;}
.nytd .list .tt1 b{font-size: 20px;padding-right: 10px;transition: all .2s;}
.nytd .list .tt2{font-size: 13px;color: #999;margin-top: 8px;line-height: 22px;height: 44px;overflow: hidden;}
.nytd .list .tt2 b{font-size: 14px;color: #000;}
.nytd .list .tt3{width: 112px;line-height: 32px;background: #219e92;border-radius: 20px;text-align: center;font-size: 12px;color: #fff;margin: 18px auto;display: block !important;}
.nytd .list:hover .tt1 b{color: #219e92;}
.nytd .list:hover .tt3{opacity: .7;}
.nytd .list:hover .img:after{opacity: 0;}



/*详情页*/
.danye{color:#000000;font-size: 15px;line-height: 30px;padding-top: 10px;}
.danye .bt{color: #000;font-size: 22px;text-align: center;margin-bottom: 22px;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;position: relative;margin:0 auto 22px;border: 1px solid #eee;}




/*transition: all 0.3s;*/
/*219e92*/

/*transform:scale(1.06);*/

/*媒体查询开始*/
@media (max-width:1230px){
    .banner .bjcover{height: auto;padding-top:50%;}
}
@media (max-width:1199px){
    header .logo{width: 260px;}
    header .nav{width: calc(100% - 280px);}
    header nav ul > li {width: 12.5%;}
    header nav ul > li > a{padding-left: 0;}
    footer .box2 .list1{width: calc(50% - 240px);}
    footer .box2 .list2{width: calc(50% - 240px);}
    footer .box2 .list3{width: 480px;float: right;}
    footer .box2 .list3 .imgbox{width: 150px;float: right;text-align: center;}
    footer .box2 .list3 .imgbox .img{width: 130px;}
    footer .box2 .list1 .tt1{font-size:14px;padding: 0 15px;}
    
    
    
    
    
    
    

}
@media (max-width:991px) {
    header{padding: 0;}
    header .logo{margin: 0;width: 100%;}
    /*pc导航*/
    header .nav{display: none;width:170px;float: none;padding:15px 20px 20px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 0 11px rgba(0,0,0,.15)}
    header nav ul > li{display:block;width:100%;text-align: left;padding:0;border-bottom: 1px solid #ddd;line-height:46px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0;text-align: center;}
    header nav ul > li > i.glyphicon{position: absolute;right: 0;top:0;width: 30px;text-align: center;color: #333;display: none;font-size:12px;line-height: inherit;}
    header nav ul > li > i.glyphicon.active{color: #219e92;}
    header nav ul > li > i.glyphicon.active:before{transform:rotate(180deg);}
    header nav ul > li:hover > a{color: #219e92;background: fixed;}
    header nav ul > li.active > a{color: #219e92;background: fixed;}
    header nav .ul{display:none;position: relative;left: auto;top:auto;right: auto;margin: 0;width:calc(100% + 40px);background: #fff;padding: 0;max-width: inherit;box-shadow: 0 0 0;border-radius: 0;}
    header nav .ul a{font-size:13px;color: #333;line-height:22px;padding:8px 5px 8px 20px;display: block;border-top: 1px dashed #ddd;}
    header nav .ul a:hover{background:fixed;color: #219e92;}
    header nav .ul a.active{background:fixed;color: #219e92;}
    header nav ul > li:hover > .ul{display: none !important;}
    /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:44px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background: #219e92;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}


    footer .box1{padding: 20px 0}
    footer .box2{padding: 30px 0 15px;}
    footer .box2 .list1{width:100%;font-size: 15px;padding-right: 0;line-height: 28px;}
    footer .box2 .list2{width:100%;border: 0;padding:22px 0 ;text-align: left;}
    footer .box2 .list2 .tt{display:block;font-size: 18px;line-height: 28px;}
    footer .box2 .list3{width: 100%;}
    footer .box2 .list3 .imgbox{width: 140px;float: left;margin: 0 15px 25px 0;}
    footer .box2 .list3 .imgbox .img{width: 140px;padding: 2px;margin: 0 auto 5px;}
    footer .box3{padding: 18px 0;}


    /*收费标准*/
    .main4 .list .bjcover .tt1{font-size: 20px;}


    /*联系我们*/
    .main5 .box .tt{line-height: 34px}
    .main5 .box .you{height: 300px;}

    /*内页共用*/
    .ny{min-height: 333px;padding:20px 0 44px}
    .ny .zuo{width:100%;float: none;margin-bottom:20px;padding: 0;}
    .ny .you{width:100%;float: none;}
    .ny .zuo .top{font-size:17px;line-height:48px;text-align:left;padding: 0 20px;position: relative;height: 48px;}
    .ny .zuo .top i{color: #fff;font-size: 17px;display: block;position: absolute;right: 20px;top:0;margin: auto 0;line-height: inherit;}
    .ny .zuo .ul1{margin:0;display: none;}
    .ny .zuo .ul1 a{display: block;padding: 0 5px;text-align: center;}


    .nyfw .list .tt{font-size: 16px;}

    
}

@media (max-width:767px) {
    .main66{padding: 36px 0 40px;}
    .title{margin-bottom: 28px;}
    .title .div1{font-size: 24px;line-height: 28px;}
    .title .div2 div{font-size: 14px;padding: 0 10px;}


    /*收费标准*/
    .main4 .list .bjcover .tt{margin-top: -32px;padding: 0 11px;}
    .main4 .list .bjcover .tt1{font-size: 18px;}
    .main4 .list .bjcover .tt2{width: 70px;line-height: 24px;font-size: 12px;margin:11px auto 0;}

    /*联系我们*/
    .main5 .box .tt{width:100%;font-size: 15px;line-height: 36px;padding-right: 0;}
    .main5 .box .you{width: 100%;height: 320px;margin-top: 22px;}



    .nyfw{margin: 0 -6px;}
    .nyfw .list{width: calc(50% - 12px);margin: 0 6px 12px;}
    .nyfw .list .tt{font-size: 15px;line-height: 44px;}

    /*医疗环境*/
    .main3 .list .tt{font-size: 15px;line-height:44px;}

    .nytd{margin: 0 -7px;}
    .nytd .list{width: calc(50% - 14px);margin: 0 7px 14px;}

    /*详情页*/
    .danye .bt{font-size: 18px;}
    .danye .img{margin:0 auto 16px auto;}
    .danye .ditu{height:360px;margin:0 auto 16px;}



   
}
@media (max-width:600px) {
    header .logo{height:90px;line-height:90px;max-width: calc(100% - 44px);}
    header .lanmu{bottom:34px;}

        
    /*专家团队*/
    .main2 .list{border: 0;background: fixed;}
    .main2 .list .img{margin: 0}
    .main2 .list .img:after{display: none;}
    .main2 .list .tt{border:0;padding:10px 0;text-align: left;}
    .main2 .list .tt1{font-size: 13px;}
    .main2 .list .tt1 b{font-size:17px;padding-right: 5px;}
    .main2 .list .tt2{font-size: 12px;margin-top: 4px;height: 66px;line-height: 22px;}
    .main2 .list .tt2 b{font-size:12px;}
    .main2 .list .tt3{display: none !important;}

    /*专家团队*/
    .nytd .list{border: 0;background: fixed;}
    .nytd .list .img{margin: 0}
    .nytd .list .img:after{display: none;}
    .nytd .list .tt{border:0;padding:10px 0;text-align: left;}
    .nytd .list .tt1{font-size: 13px;}
    .nytd .list .tt1 b{font-size:17px;padding-right: 5px;}
    .nytd .list .tt2{font-size: 12px;margin-top: 4px;height: 66px;line-height: 22px;}
    .nytd .list .tt2 b{font-size:12px;}
    .nytd .list .tt3{display: none !important;}


    
    

}

@media (max-width:479px) {
    .main1 .list .bjcover{width: 100%;padding-top: 100%;height: auto;}
    .main1 .list .bjcover img{max-height: 36%;}
    .main1 .list .tt{font-size: 14px;line-height: 22px;}
        .main5 .box .you{height: 300px;}


    .danye .ditu{height:300px;}


    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:#219e92;position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}