/* Fixed header and footer.
	* --------------------------------------- */

.index-html{
    overflow: hidden;
}
.header{
    position:fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 12px;
    width: 100%;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    height:60px;
}
.header-nav-link {
    padding: 0 4px 14px;
    display: inline-block;
    color: #333;
}
.header .header-nav-link{
    padding: 6px 4px 17px;
}
.header-nav-link:hover{
    color: #3b86be;
}
.header .header-right{
    position: static;
}
.second-menu{
    overflow: hidden;
    color: #fff;
    z-index:999;
    width:100%;
    height:0;
    background-color: rgba(83,83,83,1);
    position: absolute;
    top: 60px;
    left:0;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition:  height .5s;
}
.header-nav .nav-item:hover .second-menu{
    height:42px;
}
.second-menu li{
    display: inline-block;
    padding-right:10px;
    padding-left:10px;
}
.second-menu li>a{
    color: #b3b3b3;
    cursor: pointer;
}
.second-menu li>a:hover{
    color: #fff;
    background-color: rgba(83,83,83,1);
}
.blue{
    color: #41a7ea;
}
.btn-blue{
    background-color: #fff;
    color: #41a7ea;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 1px #777;
    -moz-box-shadow: 3px 3px 1px #777;
    box-shadow: 3px 3px 1px #777;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
.btn-blue:hover {
    color: #fff;
    background-color: #41a7ea;
}
.btn-p2 {
    background-color: #41a7ea;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 1px #777;
    -moz-box-shadow: 3px 3px 1px #777;
    box-shadow: 3px 3px 1px #777;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;

    font-size: 18px;
    word-spacing: 8px;
    letter-spacing: 1px;
    padding: 8px 28px;
    margin: 20px 0;
    width:225px;
}
.btn-p2:hover {
    color: #fff;
    background-color: #0067ca;
}
.btn-blue{
    font-size: 18px;
    word-spacing:8px;
    letter-spacing: 1px;
    padding:8px 28px;
    margin: 4% 0;
    width: 225px;
}

.header-user {
    position: relative;
    margin: 0;
    padding-left: 60px;
}

@media (min-width: 1200px) {
    .hd-container {
        width: 1045px;
    }
}
.header .v-line {
    margin-left: 21px;
    margin-right: 20px;
    color:#fff
}
.header .btn-line{
    margin: 0 4px;
    width: 90px;
}
.header .header-nav-link{
    border-bottom: 2px solid #fff;
}
.header .header-nav-link:hover{
    border-bottom: 2px solid #3b86be;
}
.header a{
    font-size: 16px;
}
/*.section{*/
    /*!*min-width:1280px;*!*/
    /*!*padding-top: 8%;*!*/
    /*!*margin-top: 20px;*!*/
    /*overflow: hidden;*/
/*}*/
.section-p1{
    background: url("../imgs/ditu.jpg") center 60px no-repeat;
    background-size:cover;
}
.p1-h-png{
    height:144px;
    background: url("../imgs/wenzi-t.png") center center no-repeat;
    background-size:auto 100%;
}
.p1-h-icon [class^="icon-"]:before{
    font-size:45px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 90px;
    line-height: 90px;
    display: inline-block;
    border:2px solid;
}
.p1-h-icon{
    margin-top:4%;
}
.p1-h-icon .icon-diannao-t:before{
    color: #fee2ae;
    border-color:#fee2ae;
}
.p1-h-icon .icon-zhineng:before{
    color: #b4f7d9;
    border-color:#b4f7d9;
}
.p1-h-icon .icon-renxinghua:before{
    color: #ffc5bf;
    border-color:#ffc5bf;
}
.p1-h-icon .icon-bianjie:before{
    color: #fedeaa;
    border-color:#fedeaa;
}
/*.p1-b-title{*/
    /*overflow: hidden;*/
/*}*/
.p1-b-title>h3{
    font-size:28px;
    font-weight: 300;
    color: #fefefe;
    margin: 25px auto;
}
.p1-b-title>h3:after{
    content: '';
    display: inline-block;
    height:1px;
    width:90%;
    background-color: #fff;
}
.p1-b-p{
    color: #fefefe;
    font-size:22px;
}
.p1-b-p>div{
    padding-left: 3%;
    margin: 1% auto;
}
.p1-b-p>div>span{
    font-weight:300;
    margin: auto 10px;
}
.section-p1 .btn-blue{
    margin: 2% 0;
}
.animated {
    animation-duration:2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: .5s;
    /*-webkit-animation-iteration-count: infinite;*/
}
.footer-nav dl {
    float: left;
}
.footer-nav dl>dt{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10%;
    line-height: 1;
}
.footer-nav dl>dd a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 1;
    padding: 5px 0;
}
.yun-TCM{
    padding-right: 8.4%;
    line-height: 1.8;
}
.yun-TCM span{
    font-size: 14px;
    color: #444;
    font-weight: 600;
}
#apply{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: #f9f9f9;
    padding-top: 60px;
    overflow: hidden;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
 }
.content-block {
    margin: 12px 10px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(110, 110, 110, .4);
    -moz-box-shadow: 0 0 4px rgba(110, 110, 110, .4);
    box-shadow: 0 0 4px rgba(110, 110, 110, .4);
}
.step-nav{
    padding: 25px 0;
    position: relative;
    left: 8px;
}
#apply .apply-body{
    width:610px;
    margin:0 auto;
}
#apply .form-inline>.form-group{
    display: block;
    margin: 15px auto;
    position: relative;
    text-align: center;
}
#apply .form-inline .form-control{
    width:260px;
}
#apply .control-label{
    width: 80px;
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
    color: #444;
}
#apply .get-code a.btn{
    width:110px;
    font-size: 16px;
}
#apply .get-code .form-control{
    width:142px;
}
.btn-sub{
    background: #41a7ea;
    font-size: 16px;
    border: none;
}
.btn-sub:active:hover,
.btn-sub:hover ,
.btn-sub:focus ,
.btn-sub:active{
    background-color: #61a7ea;
    border:none;
}
.form-div{
    padding-bottom: 15px;
}
#apply .form-div .btn-sub{
    font-size:20px;
    width: 300px;
    margin: 0 auto;
}
.apply-hidden{
    bottom: 100%;
}
.apply-active{
    bottom: 0;
}
/*#apply .content-block{*/
    /*width:610px;*/
/*}*/
/*step  skin*/

ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ui-step {
    color: #b7b7b7;
    margin-bottom: 35px;
    position: relative;
}
.ui-step:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.ui-step li {
    float: left;
    position: relative;
}
.ui-step .step-end {
    width: 50%;
    position: absolute;
    top: 0;
    right: -50%;
}
.ui-step-line {
    height: 2px;
    background-color: #e0e0e0;
    position: relative;
    right:50%;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.2);*/
    margin-top: 15px;
}
.step-start .ui-step-line{
    width: 50%;
    position: relative;
    left:0;
}
.step-end .ui-step-line {
    width: 50%;
    position: relative;
    right:50%;
}
.ui-step-cont {
    width: 120px;
    position: absolute;
    top: 0;
    left: -15px;
    text-align: center;
}
.ui-step-cont-number {
    display: inline-block;
    *zoom:1;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid rgb(224,224,224);
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
    background-color: #b9b9b9;
    /*box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);*/
}
.ui-step-cont-text {
    position: relative;
    top: 34px;
    left: -67px;
    font-size: 14px;
}
/** 步骤数定义 **/
.ui-step-3 li { width: 50%; }
.ui-step-4 li { width: 33.3%; }
.ui-step-5 li { width: 25%; }
.ui-step-6 li { width: 20%; }
/** The default style (默认风格) **/
/* Done */
.step-done .ui-step-cont-number { background-color: #31c687; }
.step-done .ui-step-cont-text { color: #31c687; }
.step-done .ui-step-line { background-color: #31c687; }
.step-done [class^="icon-"]{
    color: #31c687;
}
.step-done .step-detail{
    border-color: #31c687;
}
/* Done */
.step-active .ui-step-cont-number { background-color: #32c5d3; }
.step-active .ui-step-cont-text { color: #32c5d3; }
.step-active .ui-step-line { background-color: #32c5d3; }
.step-active [class^="icon-"]{
    color: #32c5d3;
}
.step-active .step-detail{
    border-color: #32c5d3;
}

.step-detail{
    display: inline-block;
    border:2px solid #ccc;
    height: 35px;
    width: 35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
    background: #fff;
    position: relative;
    right: 14px;
    bottom: 3px;
}
.step-detail:before{
    line-height:2;
}
.input-icon{
    position: relative;
}
.input-icon [class^="icon-"]{
    position: absolute;
    top: 9px;
    left: 90px;
    color: #ccc;
    z-index: 3;
}
#apply input[type = "text"],
#apply input[type = "password"]{
    background:#f4f4f4;
}
.input-icon input{
    text-indent: 1rem;
}
.p2-png{
    height:426px;
    background: url("../imgs/computer.png") center no-repeat;
    background-size:370px 426px;
    /*min-width: 370px;*/
    margin-bottom: 10%;
}

.section-p2{
    background: url("../imgs/ditu-2.jpg") no-repeat;
    background-size:100% 100%;
    /*padding-top: 2%;*/
}
.section-p2.active .p2-h-png{
    background: url("../imgs/p2h.png") center no-repeat;
    background-size:auto 100%;
    height: 127px;
    margin-bottom:30px;
}
.section-p2 [class^="icon-"]{
    color: #41a7ea;
    font-size:24px;
    padding: 2px;
}
.section-p2 h3{
    color: #333;
    font-size: 28px;
}
.p-detail{
    color: #666;
    font-size: 18px;
}
.section-p2 .p2-r{
    margin-bottom:16%;
}
.section-p2 .p2-l{
    margin-bottom:10%;
}
.section p{
    margin-bottom: 6px;
}
/*P3*/
.section-p3{
    background:#50a1d8 url("../imgs/wangluo.png") center  no-repeat;;
}
.p3-h-png{
    height:142px;
    background: url("../imgs/wenzi.png") center left no-repeat;
    background-size:auto 100%;
    margin-bottom: 5%;
    position: relative;
    left:16px;
}
.p3-l{
    color: #fff;
}
.p3-l dt{
    font-size:30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.p3-l dt:before{
    background: #fff;
    color: #41a7ea;
    border-radius: 30px;
    font-size: 18px;
    padding: 6px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.p3-l dd{
    padding-left:43px;
    font-size:18px;
    padding-top: 6px;
}
.p3-b-png{
    height:479px;
    background: url("../imgs/diannao.png") center left no-repeat;
    background-size:auto 100%;
    position: relative;
    top: -60px;
}
.section-p3 .btn-blue {
    margin-left: 25px;
}
/*P4*/
.section-p4{
    background:#50667e url("../imgs/wangluo.png") center  no-repeat;
    color: #fff;
}
.section-p4 .icon-gou:before,
.section-p4 .btn-blue{
    color:#50667e;
}
.section-p4 .btn-blue:hover{
    color: #fff;
}
.p4-h-png{
    height:59px;
    background: url("../imgs/biaoti.png") center left no-repeat;
    background-size:397px 59px;
    margin-bottom: 40px;
}
.p4-b-png{
    height:480px;
    background: url("../imgs/fuwuqi.png") center right no-repeat;
    background-size:auto 100%;
    margin-bottom: 20px;
}
.section-p4 h4{
    font-size: 20px;
    margin-bottom:8%;
    text-indent: 2rem;
}

/*P5*/

.p5-h-png{
    height:121px;
    background: url("../imgs/biaoti-zhensuo.png") center no-repeat;
    background-size:auto 100%;
    margin-bottom: 1.5%;
    margin-top: 1%;
}
.section-p5{
    background: url("../imgs/ditu-2.jpg") no-repeat;
    background-size:100% 100%;
}
.p5-h-text{
    position: relative;
    z-index:10;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.p5-h-text-line:before{
    content: ' ';
    position: absolute;
    left: -15%;
    width: 50%;
    height: 1px;
    background: #ccc;
    z-index: 9;
    bottom: 50px;
}
.p5-h-text-line:after{
    content: ' ';
    position: absolute;
    right: -15%;
    width: 50%;
    height: 1px;
    background: #ccc;
    z-index: 9;
    bottom: 50px;
}
.p5-h-text{
    display: inline-block;
    font-size: 28px;
    color: #666;
    margin-top: 3%;
    margin-bottom:2.5%;
}
.p5-h-text-p{
    font-size:18px;
    color: #666;
}
.batlogo{
     background: url("../imgs/clinicLogo/batlogo.png") center no-repeat;
     background-size:auto 100% ;
 }
.xhtlogo{
    background: url("../imgs/clinicLogo/xhtlogo.png") center no-repeat;
    background-size:auto 100% ;
}
.xztlogo{
    background: url("../imgs/clinicLogo/xztlogo.png") center no-repeat;
    background-size:auto 100% ;
}
.hpzylogo{
     background: url("../imgs/clinicLogo/hpzylogo.png") center no-repeat;
     background-size:auto 100% ;
 }
.kytlogo{
    background: url("../imgs/clinicLogo/kytlogo.png") center no-repeat;
    background-size: auto 100% ;
}
.yytlogo{
    background: url("../imgs/clinicLogo/yytlogo.png") center no-repeat;
    background-size:auto 100% ;
}
.clinic-logo{
    height:100px;
}
.logo-div{
    min-width: 1000px;
}
.logo-div>div{
    margin-top: 2%;
}
/*P6*/
.section-p6{
    padding-top: 0;
}
.p6-h-png{
    padding-bottom: 3%;
    /*padding-top:100px;*/
    border-bottom: 1px solid #8da1af;
    background: url("../imgs/map.png") center top no-repeat;
    background-size: auto 100%;
}
.index-footer{
    padding-top: 2%;
}
.p6-r{
    position: relative;
}
.p6-r-photo{
    height:380px;
    background: url("../imgs/example.png") center right no-repeat;
    background-size:auto 100% ;
}
.section-p6.section.fp-section .p6-r-png{
    height: 418px;
    background: url("../imgs/gongsi.png") center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: -20px;
    right: 30px;
    left:auto;
    width: 300px;
    z-index: 20;
}
.p6-dynamic dl{
    margin-bottom: 5%;
}
.p6-dynamic dt{
    display: inline-block;
    width: 65px;
    height: 65px;
    border: 2px solid #49bafc;
    vertical-align: top;
}
.p6-dynamic dd{
    display: inline-block;
    width: 100%;
    margin-right: -86px;
    margin-left: 15px;
}
.p6-dynamic-nav{
    padding:10px 0;
}
.p6-dynamic-nav [class^="icon-"]{
    color: #49bafc;
    border:2px solid #49bafc;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size: 20px;
    padding: 6px;
    margin-right: 20px;
}
.p6-dynamic .month{
    font-size:28px;
    color:#333;
}
.p6-dynamic .year{
    font-size:14px;
    color:#333;
    letter-spacing: 1px;
}
.p6-dynamic .dynamic-title{
    font-size:20px;
    color: #333;
}
.p6-dynamic .dynamic-title strong{
     font-size:20px;
     color: #3887bf;
    font-weight: normal;
 }
.p6-dynamic .dynamic-body{
    font-size:16px;
    color: #666;
}
/*.copyright{*/
    /*position: absolute;*/
    /*bottom: 2px;*/
/*}*/
.copyright p{
    font-size:12px;
    font-weight:500;
    margin: 0 10px;
    display: inline-block;
}

/*CSS3动画*/

.section.active [class*="btn"],
.section.active [class*="icon"],
.section.active [class*="p1"],
.section.active [class*="p2"],
.section.active [class*="p3"],
.section.active [class*="p4"],
.section.active [class*="p5"],
.section.active [class*="p6"],
.section.active span,
.section.active .logo-div,
.section.active h4,
.section.active .index-footer-section,
.section.active dl,
.section.active .copyright{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
    left:0;
    right:0;
    top:0;
    opacity: 1;
    transform:scale(1);
    -ms-transform:scale(1);    /* IE 9 */
    -moz-transform:scale(1);   /* Firefox */
    -webkit-transform:scale(1); /* Safari 和 Chrome */
    -o-transform:scale(1);     /* Opera */
}
.section [class*="btn"],
.section [class*="icon"],
.section [class*="p1"],
.section [class*="p2"],
.section [class*="p3"],
.section [class*="p4"],
.section [class*="p5"],
.section [class*="p6"],
.section span,
.section .logo-div,
.section h4,
.section .index-footer-section,
.section dl,
.section .copyright{
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
}

/*P1*/
.section.active .p1-h-png {
    height: 144px;
    margin-bottom: 0;
}
.section .p1-h-png {
    height: 20px;
    margin-bottom: 124px;
    opacity:0;
}
.section .p1-h-icon>div:nth-child(1)>span,
.p1-b-title h3:nth-child(1)>span{
    position: relative;
    top:-130px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.section .p1-h-icon>div:nth-child(2)>span,
.p1-b-title h3:nth-child(2)>span{
    position: relative;
    top:-170px;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.section .p1-h-icon>div:nth-child(3)>span,
.p1-b-title h3:nth-child(3)>span{
    position: relative;
    top:-210px;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.section .p1-h-icon>div:nth-child(4)>span,
.p1-b-title h3:nth-child(4)>span{
    position: relative;
    top:-250px;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.section.active .p1-h-icon>div>span{
    top:0;
}
.active .p1-b-title h3>span{
    opacity:1;
    top:0;
}
.p1-h-t{
    -webkit-transition-delay: 10s;
    -moz-transition-delay: 10s;
    -ms-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
/*P2*/
.section-p2 .p2-h-png{
    height: 60px;
    margin-bottom:97px;
    opacity: 0;
}
.section-p2 .p2-h-png{
    height: 60px;
    margin-bottom:97px;
    opacity: 0;
}
.p2-r{
    position: relative;
    left:-100%;
}
.p2-l{
    position: relative;
    left:100%;
}
.p2-png{
    position: relative;
    top: 400px;
}
/*P3*/
.section-p3 .p3-h-png{
    height: 60px;
    opacity: 0;
}
.active .p3-h-png{
    height:142px;
    position: relative;
    left:16px;
}
.p3-b-png {
    position: relative;
    top: -60px;
    left:50%;
}
.section-p3 .p3-l dt{
    position: relative;
    left:400px;
    transform:scale(.6);
    -ms-transform:scale(.6); 	/* IE 9 */
    -moz-transform:scale(.6); 	/* Firefox */
    -webkit-transform:scale(.6); /* Safari 和 Chrome */
    -o-transform:scale(.6); 	/* Opera */
    /*-webkit-transition: all 1.5s;*/
    /*-moz-transition: all 1.5s;*/
    /*-ms-transition: all 1.5s;*/
    /*-o-transition: all 1.5s;*/
    /*transition: all 1.5s;*/
    opacity: 0;
}
.section .am-btn{
    position: relative;
    top:800px;
    opacity:0;
}
.p3-l dd{
    opacity:0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.active .p3-l dd{
    opacity:1;
}
/*P4*/
.section-p4 .p4-b-png {
    position: relative;
    left:-100%;
}
.section-p4 .p4-h-png{
    position: relative;
    left:100%;
}
.section-p4 .p3-l dt{
    position: relative;
    left:100%;
    transform:scale(.6);
    -ms-transform:scale(.6); 	/* IE 9 */
    -moz-transform:scale(.6); 	/* Firefox */
    -webkit-transform:scale(.6); /* Safari 和 Chrome */
    -o-transform:scale(.6); 	/* Opera */
    /*-webkit-transition: all 1.5s;*/
    /*-moz-transition: all 1.5s;*/
    /*-ms-transition: all 1.5s;*/
    /*-o-transition: all 1.5s;*/
    /*transition: all 1.5s;*/
    opacity: 0;
}
.section-p4 h4{
    position: relative;
    left:100%;
}
.active h4{
    position: relative;
    left:0;
}
.section-p4 .p3-l dd,
.active .p3-l dd{
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

/*P5*/
.section-p5 .p5-h-png{
    transform:scale(.1);
    -ms-transform:scale(.1); 	/* IE 9 */
    -moz-transform:scale(.1); 	/* Firefox */
    -webkit-transform:scale(.1); /* Safari 和 Chrome */
    -o-transform:scale(.1); 	/* Opera */
}
.active .p5-h-png{
    transform:scale(1);
    -ms-transform:scale(1); 	/* IE 9 */
    -moz-transform:scale(1); 	/* Firefox */
    -webkit-transform:scale(1); /* Safari 和 Chrome */
    -o-transform:scale(1); 	/* Opera */
}
.section.active .btn-blue{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.section-p5 .logo-div{
    transform: rotatex(90deg);
    -webkit-transform: rotatex(90deg);	/* Safari 和 Chrome */
    -moz-transform: rotatex(90deg);	/* Firefox */
    -o-transform: rotatex(90deg);	/* Opera */
    -ms-transform: rotatex(90deg);	/* ie */

}
.active .logo-div{
    transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);	/* Safari 和 Chrome */
    -moz-transform: rotatex(0deg);	/* Firefox */
    -o-transform: rotatex(0deg);	/* Opera */
    -ms-transform: rotatex(0deg);	/* ie */
}
.section-p5.active .p5-h-text-line,
.section-p5.active .p5-h-text-p{
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

/*p6*/

.p6-r{
    position: relative;
    left:-100%;
}
.section .p6-dynamic dl:nth-child(1){
     position: relative;
     left:100%;
 }
.section .p6-dynamic dl:nth-child(2){
    position: relative;
    left:100%;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.section .p6-dynamic dl:nth-child(3){
    position: relative;
    left:100%;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.section .p6-dynamic dl:nth-child(4){
    position: relative;
    left:100%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.active .p6-dynamic dl{
    left:0 !important;
}
.section.active .p6-dynamic-nav>a{
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
/*.section.active [class*="btn"]{*/
    /*transition-delay: .5s;*/
/*}*/
/*.section [class*="btn"]{*/
    /*transition-delay: .5s;*/
/*}*/

/*小屏幕微调*/
@media (max-height: 800px){
    .section-p1 .container-fluid{
        padding-top:10px;
    }
    .section.active .p1-h-png{
        height: 90px;
    }
    .p1-h-icon [class^="icon-"]:before{
        font-size:30px;
        width: 60px;
        line-height: 60px;
    }
    .p1-b-p{
        margin: 2% auto;
        font-size:16px;
    }
    .p1-b-title>h3{
        font-size:22px;
        font-weight: 300;
        color: #fefefe;
        margin: 2% auto;
    }
    .p2-png{
        height:325px;
        background: url("../imgs/computer.png") center top no-repeat;
        background-size:auto 100%;
        margin-bottom: 20px;
    }
    .section-p2.active .p2-h-png{
        background-size:auto 100%;
        height: 90px;
        margin-top: 0;
        margin-bottom:10px;
    }
    .section-p2 h3{
        font-size: 24px;
    }
    .section-p2 .p-detail p{
        font-size: 14px;
    }
    /*.section-p2 .p2-h-png{*/
    /*margin-top:60px;*/
    /*}*/
    .section-p2 .p2-r{
        margin-bottom:30px;
    }
    .section-p2 .p2-l{
        margin-bottom:0;
    }
    /*.section{*/
        /*padding-top: 10px;*/
    /*}*/
    .p3-l dt{
        font-size: 26px;
    }
    .active .p3-h-png{
        height: 100px;
        margin-top: 0;
        margin-bottom:10px;
    }
    .p3-l dd{
        font-size:16px;
    }
    .section-p3 .p3-b-png{
        margin-bottom:10px;
        height:400px;
    }
    .p4-b-png{
        height: 420px;
    }
    .p5-h-png{
        height: 100px;
    }
    .clinic-logo{
        height:80px;
    }
    .section-p6{
        padding-top: 0;
    }
    /*.section-p6 .p6-h-png{*/
        /*padding-top: 90px;*/
    /*}*/
    .section-p6 .p6-h-png{
        padding-bottom: 0;
    }
    .section-p6 .p6-r-photo{
        height: 280px;
    }
    .section-p6.section.fp-section .p6-r-png{
        height:320px;
    }
    .section-p6 .p6-dynamic dl{
        margin-bottom: 12px;
    }
    .section-p6 .footer-nav dl>dt{
        margin-bottom: 10px;
    }
    .btn-blue{
        margin:  0;
    }
    .section-p6 .footer-nav dl{
        margin-bottom: 6px;
    }
    .index-footer{
        padding-top: 5px;
    }
}

/*诊所系统功能*/
.functionDetail{
    /*padding-top: 60px;*/
    width:1000px;
    margin:60px auto;
    overflow: hidden;
}
.functionDetail>.detail-section{
    padding-top:50px;
    padding-bottom: 30px;
}
.functionDetail>.detail-section .container-fluid{
    background: #eee;
    border: 1px solid #d9d9d9;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.detail-section .section-hd{
    height:120px;
}
.detail-section .section-title{
    height:50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 120px;
    padding-left:10px;
    color: #666;
}
.section-title h2,
.section-title p{
    margin:0;
}
.section-title p{
    font-size: 16px;
}
.detail-section .container-fluid{
    padding:0;
    margin:0;
}
.detail-section .section-hd{
    position: relative;
    background-color: #fff;
    width:100%;
    border-radius: 5px;
    border-bottom: 1px solid #d9d9d9;
}
.detail-section .title-icon{
    width: 120px;
    height: 50px;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    font-size: 50px;
    margin:auto;
    text-align: right;
    padding-right: 20px;
    color: #446689;
}
.detail-section .section-nav{
    width:800px;
    height:100px;
    box-sizing:content-box;
    -moz-box-sizing:content-box; /* Firefox */
    -webkit-box-sizing:content-box; /* Safari */
    margin:50px auto auto;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.section-nav > ul >li{
    width: 160px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border-right: 1px solid #d9d9d9;
    height: 100px;
    line-height: 2;
    cursor: pointer;
    margin:0;
}
.section-nav > ul >li.active{
    color: #fff;
    background-color: #41a7ea;
}
.section-nav > ul >li:last-child{
    border-right: none;
}
.section-nav li [class^="icon-"]{
    font-size: 28px;
    color: #41a6ea;
}
.section-nav li.active [class^="icon-"]{
    color: #fff;
}
.section-nav > ul >li p{
    letter-spacing: 2px;
}
.section-bd-img{
    width:960px;
    height:480px;
    margin: 50px auto;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 4px rgba(110, 110, 110, .4);
    -moz-box-shadow: 0 0 4px rgba(110, 110, 110, .4);
    box-shadow: 0 0 4px rgba(110, 110, 110, .4);
    overflow: hidden;
}
.section-bd-img .img-content{
    width:960px;
    height:480px;
    overflow: hidden;
}
.section-nav li>a{
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
}
.function-section2 .section-nav{
    width: 480px;
}
.function-section3 .section-nav li{
    width: 110px;
}
.function-section3 .section-nav{
    width: 880px;
}
.function-section4 .section-nav li{
    width: 140px;
}
.function-section4 .section-nav{
    width: 840px;
}
.function-section5 .section-nav li{
    width: 170px;
}
.function-section5 .section-nav{
    width: 680px;
}
.function-section6 .section-nav{
    width: 480px;
}
/*.detail-section:target{*/
    /*margin-top: 60px;*/
/*}*/
	/*自定义table*/
	.my-table{
		margin: 20px auto;
	}
	.my-table,
	.my-table th,
	.my-table td{
		border:1px solid #ccc;
		border-collapse:collapse;
		text-align: center;
	}
	.my-table th{
		font-size: 16px;
		font-weight:bold ;
	}
	.my-table td{
		color:#333;
		font-size: 13px;
	}
	.my-table td *{
		font-size: 13px;
	}
	.my-table th,
	.my-table td{
		padding:10px 0;
	}
	.my-table .p-div{
		margin: 0;
	}