/*page1*/
/*小导航开始（公共）*/
.otherPage_little_nav{
    width: 100%;
    height: 65px;
    line-height: 55px;
    border-bottom: 1px solid #cccccc;
}
.otherPage_little_nav .otherPage_little_nav_box{
    width: 1130px;
    position: relative;
}
.otherPage_little_nav ul {
    width: 100%;
}
.otherPage_little_nav ul li {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.otherPage_little_nav ul li .littleNavSpan {
    display: inline-block;
    padding: 0px 23px;
    line-height: 37px;
    background-color: #2794e0;
    color: #fff;
    border-radius: 20px;
}
.current{
    color: #007fd8 !important;
}
.no_current{
    color: #000;
    font-size: 17px;
}
.div_hidden{
    display: none;
}
.div_show{
    display: block !important;
}



/*医院简介*/
.page1_hos_intro {
    width: 100%;
}
.page1_hos_intro  .page1_hos_box {
    width: 1006px;	
}
.page1_hos_box  {
    margin-top: 80px;
}
.page1_hos_box h2,.page1_hos_box h4 {
    text-align: center;
}
.page1_hos_box h2 {
    margin-bottom: 18px;
}
.page1_hos_box h4 {
    color: #838383;
}
.page1_hos_box .page1_video_box {
	height:790px;
	overflow: hidden;
    text-align: center;
    margin-top: 39px;
}
.page1_hos_box .page1_video_box video{
    width: 694px;
    height: 346px;
}
.page1_hos_box .page1_text_box {
    margin-top: 48px;
    margin-bottom: 45px;
}
.page1_hos_box .page1_text_box p{
    text-align: justify;
    line-height: 35px;
    font-size: 16px;
}
.page1_hos_box .readall_box .page1_more{
	cursor:pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #f7960d;
}
.page1_hos_box .page1_more i {
    font-size: 18px;
}
.page1_hos_box .page1_more i:nth-child(1){
    position: absolute;
    right: -28px;
    top: 10px;
}
.page1_hos_box .page1_more i:nth-child(2){
    position: absolute;
    right: -28px;
    top: 1px;
}
.readall_box {position: relative;z-index: 9999;margin-top: -200px;text-align: center;}
.readall_box .read_more_mask {height: 200px;background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))}

/*子页所有公共底部*/
.other_footer {
    position: relative;
    height: 268px;
    width: 100%;
    background-color: #313538;
}
.other_foot_box {
    position: absolute;
    left: 10%;
    top: -22%;
    width: 80%;
    height: 288px;
    background-color: #f1f6fa;
}
.other_footer .foot_left {
    width: 50%;
    display: inline-block;
    padding-left: 168px;
    padding-top: 40px;
}
.other_footer .foot_left .foot_logo {
    margin-bottom: 30px;
}
.other_footer .foot_left .foot_logo a {
    display: inline-block;
    border-right: 1px solid #444;
    padding-right: 20px;
    margin-right: 28px;
}
.other_footer .foot_left .foot_text p{
    margin-bottom: 8px;
	font-size:14px;
	color:#2D2D2D;
}
.other_footer .foot_left .foot_text p span{
	color:#007fd8;
	}
.other_footer .foot_map {
    width: 50%;
    display: inline-block;
}
.other_footer .foot_map img{
	opacity:0.6;
	filter:alpha(opacity=60);
	}
.other_footer .foot_map img:hover{
	transition:ease 0.5s;
	opacity:1;
	filter:alpha(opacity=60);
	}

/*page2*/
.page2_hos_news {
    width: 100%;
    margin-top: 67px;
    margin-bottom: 80px;
}
.news_box {
    width: 1157px;
}
.news_left,.news_right {
    display: inline-block;
}
.news_left {
    width: 70%;
    float: left;
}
.news_left ul {
    padding-right: 77px;

}
.news_left h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.news_left p {
    display: inline-block;
    font-size: 16px;
    color: #838383;
    padding-bottom: 16px;
}
.news_left .xian{
	border-top: 1px solid #d9d9d9;
	width:0%;
	
}
.news_left_01>li:hover .xian{
	animation:mymove 1s ease-in; 
	-webkit-animation:mymove 1s ease-in; /*Safari and Chrome*/
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}

	@keyframes mymove
	{
	from {width:0%;}
	to {width:100%;}
	}
	
	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
	from {width:0%;}
	to {width:100%;}
	}
.news_left_01>li:hover h4{color: #007fd8;}
.news_left span {
	opacity: 0;
    padding-top: 9px;
    display: block;
    text-align: right;
    font-size: 16px;
    color: #989898;
    font-weight: bold;
    transition: all 1s 1s;
	-moz-transition: all 1s 1s; /* Firefox 4 */
	-webkit-transition: all 1s 1s; /* Safari 和 Chrome */
	-o-transition: all 1s 1s; /* Opera */
}
.news_left_01>li:hover span{
	opacity: 1;
}
.news_left .paging {
    width: 100%;
}
.news_left .paging ul {
    padding-left: 115px;
}
.paging a{
    cursor: pointer;
}
.paging .more{
	display: none; 
	border-radius: 3px;
    text-align: center;
    border: 1px solid #007fd8;
    padding: 7px 13px;
    box-sizing: border-box;
    color: #007fd8;
    margin-top:20px;
}
.news_left .paging li {
    float: left;
    margin-right: 27px;
}
.news_left .paging li a {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #007fd8;
    padding: 7px 13px;
    box-sizing: border-box;
    color: #007fd8;
}
.paging .current{
    color: #ffffff !important;
    border: 1px solid #007fd8!important;
    background: #007fd8;
    cursor: pointer !important;
}
.news_left .paging li .select_a{
    background-color:#007fd8;
    color: #fff;
}
.news_right{
    width: 30%;
    float: left;
}
.news_right img {
    width: 377px;
    height:580px;
}
.otherPage_little_nav ul li{
    position: relative;
}
.otherPage_little_nav ul .liBorder:before{
    content: '';
    position: absolute;
    right: 279px;
    top: 64px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #007fd8;
    transition: all 0.8s ease-out;
}
.otherPage_little_nav ul .liBorder:after{
    content: '';
    position: absolute;
    left: 225px;
    top: 61px;
    width: 110px;
    height: 3px;
    background-color: #007fd8;
    transition: all 0.8s ease-out;
}

/*page3*/
.currentLocation{
    width: 100%;
}
.currentLocation .cl_box{
    text-align: right;
    padding-right: 346px;
    margin-top: 50px;
    font-size: 17px;
    color: #838383;
}
.currentLocation .cl_box a {
    font-size: 17px;
    color: #838383;
}
.page3_newDetails {
    width: 100%;
    margin-bottom: 130px;
}
.page3_newD_box {
    width: 835px;
    margin-top: 48px;
    text-align: center;
}
.page3_newD_box  h4 {
    font-size: 24px;
    margin-bottom: 35px;
}
.page3_newD_box  span {
    display: inline-block;
    font-size: 16px;
    color: #9f9f9f;
    margin-right: 43px;
}
.page3_newD_box .page3_text{
    margin-top: 19px;
    border-top: 1px solid #d9d9d9;
    padding-top: 34px;
}
.page3_newD_box .page3_text p {
    text-align: justify;
    line-height: 40px;
    font-size: 16px;
}

.page3_list{
    width: 912px;
}
.page3_list .page3_new_list{
    margin-top: 75px;
}
.page3_list .page3_new_list .page3_list_box:first-child{
    margin-right: 38px;
}
.page3_list  .page3_list_box{
    width: 47.5%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px 20px 25px 15px;
}
.page3_list  .page3_list_box h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.page3_list  .page3_list_box  p {
    font-size: 16px;
    color: #838383;
}
.page3_list  .page3_list_box div {
    border-top: 1px solid #d9d9d9;
    margin-top: 18px;
    padding-top: 18px;
}
.page3_list  .prev {
    border: 1px solid #007fd8 ;
    border-radius: 4px;
    padding: 7px 13px;
    color: #007fd8;
}
.page3_list  .next {
    background-color: #007fd8;
    border-radius: 4px;
    padding: 7px 13px;
    color: #fff;
}
.page3_list  .time {
    font-size: 16px;
    color: #989898;
    font-weight: bold;
}
.page3_list #page3_h4{
    color:  #007fd8;
}


/*page4*/
.physician_intro {
    width: 100%;
    margin-top: 72px;
    margin-bottom: 214px;
}
.physician_intro .physician_box {
    width: 1202px;
}
.physician_intro  .physician_title {
    text-align: center;
}
.physician_intro  .physician_title h4 {
    font-size: 26px;
    margin-bottom: 19px;
}
.physician_intro  .physician_title span {
    font-size: 14px;
    color: #aaaaaa;
}
.physician_intro  .physician_content {
    margin-top: 59px;
}
.physician_intro  .physician_content li {
    width: 29%;
    /*width: 348px;*/
    float: left;
    margin-right: 78px;
    margin-bottom: 35px;
    height: 555px;
    transition: all 0.3s;
}
.physician_intro  .physician_content li .mask{
    text-align: center;
    width: 100%;
    height: 380px;
    line-height: 380px;
    background: rgba(0,0,0,0.5);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    color:#e9eaea ;
    font-size: 18px;
    font-weight: bold;
}
.physician_intro  .physician_content li:nth-child(3), .physician_content li:nth-child(6){
    margin-right: 0px;
}
.physician_intro  .physician_content li a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.physician_intro  .physician_content li a img {
    width: 100%;
}
.physician_intro  .physician_content .yishi_message{
    width: 100%;
    margin-top: 20px;
}
.physician_intro .yishi_message h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.physician_intro .yishi_message p {
    font-size: 16px;
    color: #828282;
    margin-bottom: 6px;
}
.physician_intro .yishi_message .hide_span {
    width: 100%;
    border-top: 1px solid #b4b4b4;
    padding-top: 10px;
    text-align: right;
    color: #b4b4b4;
    font-size: 12px;
    display: none;
}
/*点击了解更多弹出来的div样式----start------*/
.physician_details {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    width: 1252px;
    height: 660px;
    box-shadow: 5px 5px 20px 5px #ccc;
    padding: 68px 88px 81px 76px;
    background-color: #fff;
    z-index: 10;
}
.physician_left {
    width: 45%;
}
.physician_right{
    width: 55%;
    padding-top: 75px;
    padding-left: 65px;
}
.physician_right strong{
    font-size: 28px;
}
.physician_right span {
    font-size: 22px;
    color: #838383;
    margin-left: 24px;
}
.physician_right .physician_p1{
    font-size: 19px;
    color: #444444;
    margin-top: 16px;
}
.physician_right .physician_p2 {
    text-align: justify;
    margin-top: 28px;
    font-size: 18px;
    color: #838383;
    line-height: 50px;
}
.footer_mobile{display:none;}
/*点击了解更多弹出来的div样式----end------*/
@media screen and (max-width:767px) {
	.other_footer{display:none;}
	.footer_mobile{display:block; background:#f1f6fa;width:100%;}
	.toubu{padding-top:40px; width:100%; margin-left:4px;}
	.logo_left{width:44%; border-right:1px solid #585959; float:left; padding-right:5%;}	
	.logo_left img{width:100%;}
	.tu_right{width:8%; float:left; margin-left:5%;}
	.tu_right img{width:100%;}
	
	.wenzi{width:100%; margin-top:5%; margin-left:4px;}
	.wenzi p{line-height:26px; font-size:14px;}
	.wenzi p span{color:#007fd8;}
	
	.banquan{width:100%; margin-left:4px; margin-top:5%; padding-bottom:5%;}
	.banquan p{font-size:12px;}
	
	.news_box{width:100% !important; padding:0 8px; margin-bottom:50px;}
	.news_left{width:100% !important;}
	.news_right{display: none;}
	.news_left ul{padding: 0;}
	.page1_text_box p{font-size:20px !important;}
	/*  banner */
	.page1_banner{width:100%;}
    .page1_banner img{height: 158px!important; }
	/* 副导航  */
	.otherPage_little_nav_box{width:100% !important;}
	.otherPage_little_nav #otherPage_span{width:50%; left:0;display: none;}
	
	.news_left .paging ul {
   	 	padding-left: 0px !important;
	}
	.paging .more{display: block;}
	.paging ul{display: none;}
	.page2_hos_news{margin-bottom:0px !important;margin-top: 55px;}
    .news_left p{border-bottom: 1px solid #ccc;}
    #carousel-example-generic,.carousel-inner,.item{
        height: 158px!important;
    }
    .carousel-inner .item img {
        height: 158px!important;
    }
    .otherPage_little_nav ul .liBorder:after{
        left: 43px;
    }
    .otherPage_little_nav ul .liBorder:before{
        left:94px;
    }
    .otherPage_little_nav ul li .littleNavSpan{
        display: inline-block;
        padding: 0px 12px;
        line-height: 30px;
        background-color: #2794e0;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
    }
}