﻿/*重置规划*/
@font-face {
    font-family: '康熙字典體';
    src: url(../fonts/_25E5_25BA_25B7_25E7_2586_2599_25E5_25AD_2597_25E5_2585_25B8_25E9_25AB_2594.ttf);
    font-weight: normal;
    font-style: normal;

}
* {
    margin:0;
    padding:0;
}
ul li {
    list-style: outside none none;
}
a {
    text-decoration: none;
    cursor:pointer;
}
h1,h2, h3,h4,h5,h6 {
    font-weight:normal;
}
i, em {
    font-style: normal;
}
img {
    
}
input, textarea {
    font-size: 14px;
    outline: 0;
    border:0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
html, body {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    font: 14px/1.5 ' ',Arial, Helvetica, sans-serif, Simsun;
    color: #333;
}
.container{
    width:1000px;
    margin:0 auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
    display: block;
}
/*header*/
#header {
    width: 100%;
    height: auto;
    position: fixed;
    left:0;
    top:0;
    font-size: 14px;
    transition: all ease 0.36s;
    z-index: 99;
    background:#fff;
   
}
#header .h-top-bg {
    width:100%;
    background: url("../images/top_bg.png") repeat-x center top;
    height: 59px;
}
#header .container {
     width:100%;
     padding:10px 0;
}

 #header #logo {
     float:left;
     width:316px;
     margin-left:40px;
}
 #header #logo img {
     width:100%;
     height:auto;
     display: block; 

 }  
#header ul#nav {
    float: right;
    transition: all 0.3s ease-out 0s;
   
}
#header ul li.navitem {
    margin-right:50px;
    width: auto;
	padding:0 25px;
    line-height:50px;
    float: left;
    position: relative;
    transition:all 0.35s ease-in-out;
    font-size:15px;
}
#header ul li.navitem a{
    display:block;
    color:#333;
    font-weight:bold;
}
#header ul li.navitem a.active,#header ul li.navitem a:hover{
     color:#8B4200;
 }

/*banner*/
@keyframes myfirst1
{
0%   { bottom: 5%;}
25%  { bottom: 7%;}
50%  { bottom: 5%;}
75%  { bottom: 7%;}
100% { bottom: 5%;}
}

@-moz-keyframes myfirst1 /* Firefox */
{
0%   { bottom: 5%;}
25%  { bottom: 7%;}
50%  { bottom: 5%;}
75%  { bottom: 7%;}
100% { bottom: 5%;}

}

@-webkit-keyframes myfirst1 /* Safari 和 Chrome */
{
0%   { bottom: 5%;}
25%  { bottom: 7%;}
50%  { bottom: 5%;}
75%  { bottom: 7%;}
100% { bottom: 5%;}
}

@-o-keyframes myfirst1 /* Opera */
{
0%   { bottom: 5%;}
25%  { bottom: 7%;}
50%  { bottom: 5%;}
75%  { bottom: 7%;}
100% { bottom: 5%;}
}

.ivideo_banner, .ivideo_banner li {
    height:calc(100%);
    position: relative;
    overflow: hidden;
}
.ivideo_banner {
    text-align: center;
}

.ivideo_banner video {
    min-height: 100%;
    min-width: 100%;
}
.ivideo_banner video, .ivideo_banner .cover {
    position: absolute;
    left: 0;
    top: 0;
}
.ivideo_banner .cover {
    width: 100%;
    height: 100%;
    background: url(../images/video_cover.png);
    color: #fff;
    text-align: center;
}
.ivideo_banner .cover .text {
    margin-top: 22%;
    font-weight: bold;
    font-size:50px;
}
.guide {
    width: 81px;
    height: 81px;
    background: url(../images/mouse_guide.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 5%;
    z-index: 10;
    animation: myfirst1 5s linear 1s infinite alternate;
    -moz-animation: myfirst1 5s linear 1s infinite alternate;	/* Firefox */
    -webkit-animation: myfirst1 5s linear 1s infinite alternate;	/* Safari 和 Chrome */
    -o-animation: myfirst1 5s linear 1s infinite alternate;	/* Opera */
}
/*home-about*/
.home-about {
    padding-top:50px;
    padding-bottom:0px;
    margin-bottom: -10px;
   
}
.home-about .container{
     position:relative;
}
.home-product-con {
    width:780px;
    margin-left:78px;
}
 .home-product-con p.p1 {
     font-size:17px;
     line-height:30px;
     margin-bottom:10px;
     color:#111;
 }
  .home-product-con p.p2 {
     font-size:15px;
     line-height:30px;
 }
.home-about-bg1 {
   float:left;
}
.home-about-bg2 {
   float:right;
}
/*home-expers*/
.home-experts {
    width:100%;
    background:url(../images/home-experts.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top:50px;
    padding-bottom:20px;
}
.home-experts-scroll {
    margin-top:30px;
}
.home-experts-scroll li.experts-item {
     width:230px;
     float:left;
     display:inline-block;
     margin-right:26px;
     margin-bottom:50px;
 }

 .home-experts-scroll li.experts-item:nth-child(4n) {
    margin-right:0px;
 }
 .content-main .experts-list li.experts-item {

     width:230px;
     float:left;
     display:inline-block;
     margin-right:23px;
     margin-bottom:50px;
}
.experts-list li.experts-item:nth-child(3n) {
    margin-right:0px;
}
 .experts-item a {
     display:block;
 }
.experts-item .experts-item-img {
     width:230px;
     height:230px;
     border-radius:50%;
     overflow:hidden;
     position:relative;
 }
 .experts-item .experts-item-img .mask {
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      border-radius:50%;
      background:rgba(0,0,0,0.3);
      opacity:0;
      -webkit-transform: rotate3d(0, 1, 0, 180deg);
   -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
   -o-transform: rotate3d(0, 1, 0, 180deg);
   transform: rotate3d(0, 1, 0, 180deg);
   transition:all 0.5s ease-in-out;

 }
.experts-item:hover .experts-item-img .mask {
     opacity:1;
   -webkit-transform: rotate3d(0, 1, 0, 0deg);
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -ms-transform: rotate3d(0, 1, 0, 0deg);
    -o-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
 
}

.experts-item p.tit{
      font-size:17px;
      font-weight:bold;
      line-height:60px;
      color:#333;
       text-align:center;
}
 .experts-item p.desc {
      font-size:14px;
      color:#333;
      height:84px;
      overflow:hidden;
      text-overflow:ellipsis;
}
.experts-item a.more {
     display:block;
     font-size:16px;
     color:#fff;
     text-align:center;
     line-height:42px;
     height:42px;
     margin-top:32px;
     position:relative;
 }
.experts-item a.more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color:#e60012;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.experts-item a.more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #e60012;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
 .experts-item a.more:hover {
     
     color:#e60012;
    
 }
   .experts-item a.more:hover::before {
     -webkit-transform: scale(0,0);
    transform: scale(0,0);
    opacity:0;
}
    .experts-item a.more:hover::after {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity:1;
}
.home-clinic {
    padding-top:50px;
    padding-bottom:70px;
}
 .home-clinic .title,
 .home-new .title
  {
     position:relative;
 }
  .home-about .link-more a{
float: right;
    background: url("../images/index_btn01.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 60px 0 0;
    width: 170px;
  }
.home-experts .link-more a{
 position:absolute;
    right:0;
    top:26px;
    background: url("../images/index_btn01.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 60px 0 0;
    width: 170px;
  }
.home-clinic .title .link-more a,
  .home-new .title .link-more a,
 .home-case .title .link-more a{
    position:absolute;
    right:0;
    top:0;
    background: url("../images/index_btn01.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 60px 0 0;
    width: 170px;
}
 .home-about .link-more a:hover,.home-experts .link-more a:hover,.home-clinic .title .link-more a:hover,
 .home-new  .title .link-more a:hover,
 .home-case  .title .link-more a:hover
  {
    background-position: 0 -60px;
}
.home-clinic-con {
    margin-top:30px;
}
.home-clinic-con-left {
    width:316px;
    height:235px;
    float:left;
}
.home-clinic .clinic-category {
    float:right;
}
.home-clinic .clinic-category ul li {
    width:14px;
    float:right;
    display:inline-block;
    padding:0 20px;
   border-right:1px solid #d3cecb;
   height:250px;
   position:relative;
  visibility: visible;
  animation-name: fadeInRight;
  font-size:15px;
  position:relative;
 }
.home-clinic .clinic-category ul li a {
    display:block;
    color:#333;
}
.home-clinic .clinic-category ul li:hover a{
   color:#e60012;
}
.home-clinic .clinic-category ul li i {
       display:block;
       color:#efcd9a;
       width:11px;
       height:6px;
       background:url(../images/angle-down.jpg) no-repeat 0px 0px;
       margin-bottom:10px;
 }
 .home-clinic .clinic-category ul li span {
     position:absolute;
     left:-30px;
     bottom:30px;
     font-size:12px;
     line-height:12px;
     transform:rotate(90deg);
 }
.home-new {
    width:100%;
    background:#fcfcfc url(../images/home-new.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top:50px;
    padding-bottom:30px;
 }
 .home-new .title,
 .home-case .title
  {
    border-bottom:1px solid #dedbda;
    padding-bottom:20px;
}
 .home-new .line,
  .home-case .line 
 {
     width:100%;
     height:1px;
     background-color:#dedbda;
     margin-top:4px;
}
.home-new-con {
    margin-top:30px;
}

.content-list li {
    width: 230px;
    margin-right: 26px;
    margin-bottom: 40px;
    float: left;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    position: relative;
    overflow: hidden;
     visibility: visible;
  animation-name: fadeInUp;
}
.home-new-con .content-list li:nth-child(4n) {
    
     margin-right:0px;
}
.content-main li{
    width:100%;
    margin-right:0;
}

.new-list li:nth-child(3n) {
        margin-right:0px;

}
.content-list li .item-img {
    display: block;
    height:150px;
    position: relative;
    overflow: hidden;
}
.content-list li .item-img .rectborder {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border: rgba(255,255,255,.6) 1px solid;
    transition: all ease-out .3s;
}
.content-list li:hover .rectborder {
  width:calc(100% - 22px);
  height:calc(100% - 22px);
  left:10px;
   top:10px;
  
}
.content-list li .item-img img {
    width: 100%;
   
    transform: scale(1, 1);
    transition: all ease-out .3s;
}
.content-list li:hover .item-img img {transform: scale(1.1, 1.1) }
 .content-list li .item-info a.tit {
display:block;
 font-size: 16px;
font-weight: bold;
line-height: 30px;
color: #333;
margin:10px 0;
position:relative;
padding-left:20px;
}
 .content-list li:hover .item-info a.tit {
       color:#e60012;
  }
 .content-list li .item-info a.tit::before{
content: '';
position:absolute;
left:0;
top:0;
display:block;
width:5px;
height:28px;
background-color:#f2d35c;
}
.content-list li .item-info p.subtit {
        height:42px;
        overflow:hidden;
        font-size:13px;
        text-align:justify;
}
.content-list li .item-tags a {
      display:block;
      margin-top:10px;
}
.content-list li .item-tags a.new-column{
     font-size:12px;
     position:relative;
     color:#333;
     line-height:17px;
     padding-left:14px;
}
.content-list li .item-tags a.new-column::before{
     content: '';
position:absolute;
left:0;
top:0;
display:block;
width:2px;
height:17px;
background-color:#250d00;
}
.content-list li .item-tags a.more{
    background: rgba(0, 0, 0, 0) url("../images/btn_more01.png") no-repeat scroll 0 0;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 27px 0 0;
    width: 68px;
}
.content-list li .item-tags a.more:hover {
    background-position: 0 -27px;
}
.home-case {
    padding-top:50px;
    padding-bottom:70px;
}
.home-case-con {
    margin-top:30px;
}
.case-list li {
    height:67px;
    line-height: 67px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size:14px;
    overflow:hidden;
    visibility: visible;
  animation-name: fadeInUp;
    
}
.case-list li a {
    color: #333;
}
.case-list li:hover a {
    color:#e60012;
}
.case-list li span.time {
    float: left;
    width: 20%;
    display: block;
}
.case-list li span.tit {
    float: left;
    width: 80%;
    display: block;
}
#new-case{
    background: none repeat scroll 0 0 #F2F2F2;
    height:482px;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
    width: 736px;
}
#new-case li {
    border-bottom: 1px dashed #C3C3C3;
    height: 46px;
    width: 736px;
}

#new-case li span {
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    color: #707070;
    font-size: 12px;
}
#new-case li .s1 {
    height: 46px;
    position: relative;
    width: 39px;
}
#new-case li .s1 i {
    background: url("../images/news_list_bg1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 46px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 6px;
}

#new-case li .s2 a {
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    width: 580px;
    color: #707070;
}
.list-banner .tit{
    display: none;
}
/*footer*/
.footer {
background-color:#292929;
color: #fff;
padding-top:50px;
}
.footer_link {
    width: 265px;
    float: left;
    margin-right:71.6px;
}
.footer_title {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 16px;
    line-height: 22px;
    font-weight: bold;
}
.footer_content {
    border-top: 1px solid #444;
    font-size:13px;
    line-height: 24px;
    padding-top: 20px;
    height: 100%;
    padding-bottom:70px;
}
.footer_map {
    width: 180px;
    float: left;
    margin-right:71.6px;
}
.footer_content ul {
    margin-right: 30px;
    width: 75px;
    float: left;
}
.footer_content ul.last {
    margin-right: 0;
}
.footer_content ul li a
 {
    color: #fff;
    line-height: 42px;
}
.footer_depart {
    width: 190px;
    float: left;
    margin-right: 71.6px;
}
.footer_subscribe {
    width:150px;
   float:left;
}
.footer_subscribe a.weixin{
    display:block;
    color:#fff;
}
.footer .link {
    background-color:#252222;
    line-height:40px;
    border-top:1px solid #444;
    border-bottom:1px solid #444;
    font-size:14px;
    color:#777;
}
.footer .link span{
   margin-right:60px;
}
    .footer .link a {
        color:#777;
        padding:0 20px;
        border-right:1px solid #777;
    }
        .footer .link a:hover {
            color:#fff;
        }
      .footer .link a:last-child {
       border:none;
    }
.footer .copy {
    color:#777;
    padding:20px 0 40px;
}
.list-banner {
    width: 100%;
    height: 500px;
    position: relative;
    padding-top: 129px;
}    
.list-banner div{
	width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 .list-banner .tit {
     position:absolute;
     left:50%;
     top:48%;
     width:1000px;
     margin-left:-500px;
 }
.secondmain-list {
    padding-bottom:110px;
}
.pageNow {
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    padding-top: 20px;
}
.pageNow a {
    color: #333;
}
.sideNav {
    width:206px;
    overflow:hidden;
}
.sideNav h2 {
    background: url("../images/limg15_2.png") no-repeat scroll right center #8B4200;
    color: #FFFFFF;
    font-size: 15px;
    height: 47px;
    line-height: 47px;
    margin-bottom: 11px;
    overflow: hidden;
    padding-left: 17px;
    margin-top: 0;
}
.sideNav > ul > li {
    margin-top: 5px;
}
.sideNav > ul > li > a {
    background: url("../images/limg15_1.png") no-repeat scroll right center #F2F2F2;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 17px;
    color:#666;
}
.sideNav > ul >li > a:hover {
    background: url("../images/sideNav.png") no-repeat scroll right center #C25B01;
    color: #FFF;
}
.sideNav .liNow {
    background: url("../images/sideNav.png") no-repeat scroll right center #C25B01;
    color: #FFF;
}
 .sideNav > ul > li .sub-category {
     width:100%;
     display:none;
  }
  .sideNav > ul > li .sub-category a{
     display:block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 20px;
    color:#666;
    background:#F2F2F2;
    border-bottom: 1px dashed #C3C3C3;
 }
 .sideNav > ul > li .sub-category a:hover,
 .sideNav > ul > li .sub-category a.cur
 {
     background:url("../images/sideNav.png") no-repeat scroll right center #C25B01;
     color: #FFF;
 }
.sideBtn {
    overflow: hidden;
    width: 206px;
    margin-top:20px;
}
.sideBtn ul {
    width: 110%;
}
.sideBtn li {
    float: left;
    height: 96px;
    overflow: hidden;
    width: 103px;
}

.sideBtn .li_01 a {

    background: none repeat scroll 0 0 #C25B01;

}
.sideBtn li a {

    background: none repeat scroll 0 0 #8B4200;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 95px;
    overflow: hidden;
    text-align: center;
    width: 102px;

}
.sideBtn .ico {
    padding: 10px 0 5px;
}
.sideBtn .ico i {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}
#news_list h2 {
    background: none repeat scroll 0 0 #8B4200;
    color: #FFFFFF;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    width: 722px;
    margin: 0;
}
.content-main {
    width:740px;
    float:right;
    text-align:left;
}
 .content-main h2 {
     background: none repeat scroll 0 0 #8B4200;
color: #FFFFFF;
font-size: 18px;
height: 48px;
line-height: 48px;
padding-left: 20px;
width:716px;
margin-bottom:10px;
 }
.content-main  .content_tit{
    font-size: 20px;
    margin-bottom:15px;
}
.content_tit p{
	text-align:center;
	font-weight:bold;
}

.content-main  .content_subtit{
    font-size:13px;
    margin-bottom:10px;
    color:#6a6a6a;
	text-align:center;
}
    .content-main .content_body {
  line-height:28px;
  text-align:justify;
    }
       .content-main .content_body p{
  margin-bottom:10px;
  color:#000;
  word-wrap: break-word;
word-break: normal;
    }
       
.about-hornor li {
    width:330px;
    float:left;
    display:inline-block;
    margin-right:54px;
    margin-bottom:30px;
    box-shadow:rgba(0,0,0,0.08) 3px 6px 8px;
    padding:5px;
   
}
.about-hornor li img{
   height:168px;
}
.about-hornor li p{
   text-align:center;
}
.about-hornor li:nth-child(2n) {
    margin-right:0px;
}
#pages{
    color: #563743;
    font-size: 12px;
    margin-top: 40px;
}
 #pages a {
     border-radius: 25px;
display: inline-block;
height: 25px;
text-align: center;
width: 25px;
line-height: 25px;
margin-right: 5px;
color:#333;
 }
#pages a.prev {
    border-radius: 0;
    border-right: 1px solid #e8e2e4;
    padding-right: 10px;
    width: auto;
}

#pages a.active, #pages a:hover {
background: #af7f51 none repeat scroll 0 0;
color:#fff;
}
 #pages a.prev:hover,#pages a.next:hover
  {
     background:none;
     color:#333;
     text-decoration:underline;
 }
#pages a.next {
    border-left: 1px solid #e8e2e4;
    border-radius: 0;
    padding-left: 10px;
    width: auto;
}

/*table {
    background: #f2f2f2;
    width: 100%;
    border: 1px solid #dadada;
    border-collapse: collapse;
}
table tr {
    height: 48px;
}
table th {
    
    background: #f8f8f8;
   
}
table tr td, th {
    text-align:center;
    border: 1px dashed #dadada;
}
    table tr td a {
        color:#333;
    }
    table tr td:hover,
    table tr td a:hover
     {
        color:#e60012;
    }*/
.appoinment-item {
    margin:10px 0;
    overflow:hidden;
}

.appoinment-item span{
   width:100px;
   float:left;
   display:inline-block;
}
.appoinment-item .input {
    width:400px;
    border: 1px solid #d6d6d6;
    height: 30px;
    float:left;
}
 .appoinment-item .textarea {
     height:200px;
     border: 1px solid #d6d6d6;
     width:400px;
 }
 .appoinment-item .input:hover,
  .appoinment-item .textarea:hover
  {
    border: 1px solid #e60012;
    box-shadow:rgba(0,0,0,0.08) 2px 4px 6px;
 }
 .submit_btn {
     display:block;
    padding: 7px 20px;
    background-color: #C25B01;
    color: #fff;
    border: 0;
    margin-left:100px;
}
  .submit_btn:hover{
  
    background-color: #8B4200;
 
}
.home-product-top .link-more::after{
	content:"";
	display:block;
	clear:both;
}