﻿.xwdt_cont,.zjtd_cont,.spzx_cont {
    width: 446px;
    margin: 0px auto 40px;
}





/*八大导航*/
.index_nav{margin: 10px 15px 26px; }
.nav_icon{background: url(../images/img.png) no-repeat;display: inline-block; }
.index_nav ul{display: -webkit-flex;-webkit-justify-content: space-around;-webkit-flex-flow: row wrap; }
.index_nav ul li{width: 25%;text-align: center;margin-top: 19px; }
.index_nav ul li div{width: 78px;height: 78px;border-radius: 39px;display: -webkit-flex;align-items: center;-webkit-justify-content: center;margin: 0 auto; }
.index_nav ul li div i{ }
.index_nav ul li:nth-of-type(1) div{background: #5e92ce; }
.index_nav ul li:nth-of-type(1) div i{height:34px;width:37px;background-position: 0 -86px; }
.index_nav ul li:nth-of-type(2) div{background: #9cc868; }
.index_nav ul li:nth-of-type(2) div i{height:37px;width:33px;background-position: 0 -45px; }
.index_nav ul li:nth-of-type(3) div{background: #7461b2; }
.index_nav ul li:nth-of-type(3) div i{height:35px;width:41px;background-position: -1px -335px; }
.index_nav ul li:nth-of-type(4) div{background: #3a9ce1; }
.index_nav ul li:nth-of-type(4) div i{height:42px;width:41px;background-position: -1px -288px; }
.index_nav ul li:nth-of-type(5) div{background: #e97a69; }
.index_nav ul li:nth-of-type(5) div i{height:35px;width:37px;background-position: 0 -209px; }
.index_nav ul li:nth-of-type(6) div{background: #ea78a3; }
.index_nav ul li:nth-of-type(6) div i{height:33px;width:37px;background-position: 0 -250px; }
.index_nav ul li:nth-of-type(7) div{background: #38b9c3; }
.index_nav ul li:nth-of-type(7) div i{height:37px;width:37px;background-position: 0 -124px; }
.index_nav ul li:nth-of-type(8) div{background: #f7ab60; }
.index_nav ul li:nth-of-type(8) div i{height:40px;width:37px;background-position: 0 -165px; }
.index_nav ul li p{font-size: 20px;line-height: 30px;margin-top: 11px; }

/*新闻动态*/

.title{width:450px; height:40px;margin: 0 auto; border-bottom:1px solid #E4E4E4;margin-top:26px }
.title span{width:6px;height:16px;border-radius: 6px; background:#145EBF;display:block;float:left;margin-top:13px;margin-left:8px }
.title p{font-size:21px;color:#145EBF;text-indent:7px;line-height:38px;float:left }
.title .p1{font-size:14px;color:#dddddd;text-indent:9px;line-height:23px;float:left;margin-top: 14px; text-transform: uppercase; }
.title .tit_btn{float: right; font-size:14px;color:#fff;line-height:25px;text-align: center; width:87px;height:25px;background: #FF9934;margin-top:8px;margin-right:8px;border-radius: 4px; }
.tit_btn i{width: 17px;height: 13px;background: url(../images/ys.png)0px 0px no-repeat;display: inline-block;vertical-align: middle; margin-bottom: 3px; }
.xinwen_fl{margin-top: 19px;margin-bottom: 21px; }
.xinwen_fl li{overflow: hidden;border-bottom: 1px dashed #E8E8E8;padding-bottom: 19px;margin-top: 19px; }
.xinwen_fl li:last-child{border-bottom: none;}
.xinwen_fl img{float: left; width: 122px;height: 71px;border: 1px solid #E8E8E8;padding: 2px;margin-right: 11px; }
.xinwen_fl h5{font-size: 16px;color: #000000;margin-top: 4px; }
.xinwen_fl p{font-size: 15px;color: #999999;line-height: 24px; }
.xinwen_fl p span{font-size: 15px;color: #ff0000; }
.btn{width: 374px; height: 40px;   margin-top:10px;  margin-left:38px; text-align: center;  background: #ff9801;border: none;font-size: 20px; color: #FFFFFF;border-radius: 20px;}
.btn a{color:#fff}
.btn i{display:inline-block;width: 36px;height: 24px; margin-left:5px;background: url(../images/img.png) 0 -18px;vertical-align: middle;animation: change 1.2s infinite;
    -webkit-animation: change 1.2s infinite;}
@keyframes change
{
	0%		{transform: scale(.8);}
	50%		{transform: scale(1);}
	100%	{transform: scale(.8);}
}
@-webkit-keyframes change
{
	0%		{-webkit-transform: scale(.8);}
	50%		{-webkit-transform: scale(1);}
	100%	{-webkit-transform: scale(.8);}
}
@-moz-keyframes change
{
	0%		{-moz-transform: scale(.8);}
	50%		{-moz-transform: scale(1);}
	100%	{-moz-transform: scale(.8);}
}
/*专家团队*/
.ico{margin-top: 26px; margin-bottom: 30px;}
.zjtd_list{width: 450px;margin: 0 auto; }
.zjtd_list ul{display: flex;flex-flow: wrap;justify-content: space-between; }
.zjtd_list ul li{width: 137px;height: 227px;overflow:hidden;border: 1px solid #DBDBDB;text-align: center;position: relative; }
.zjtd_list ul li img{margin-top: 4px; }
.zjtd_list ul li .hsk{ background: rgba(51,51,51,.5);color: #FFFFFF;position: absolute;top: 120px;left: 2px; width: 131px;height: 28px;line-height: 28px; }
.zjtd_list ul li p{font-size: 14px;color: #333333;padding: 0 4px;line-height: 18px;margin-top: 5px; }
.zjtd_list ul li a{width: 73px;height: 23px;background: #FF9934;border-radius: 38px;display: block;color: #FFFFFF;text-align: center;line-height: 23px;font-size: 15px;margin: 8px auto; }

/*视频专题*/
.cont4_top {display: flex;justify-content: space-between; margin-top: 16px;}
.cont4_top h3{font-size: 16px;color: #191919;font-weight: normal;line-height: 26px;margin-top: 12px;text-align: center;
} }
.cont4_top p{font-size: 15px;color: #999999;line-height: 26px; }

.zj_gd{overflow:hidden; margin-top: 30px;margin-bottom: 15px;}
.gundong_011 ul li{display:block;width:175px; margin-right: 10px;}
.gundong_011 ul li h3{width:100%;height:25px;line-height:25px;text-align:center;font-size:16px;color:#333333;}
.gundong_011 ul li p{width:100%;height:25px;line-height:25px;text-align:center;font-size:12px;color:#9999a5;}
.gundong_011 .swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:linear;-moz-transition-timing-function:linear;-ms-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;margin:0 auto}


/*医院展示*/

.wz-yysl{width:446px;margin:20px auto 20px}
.wz-yysl .yysl{display: flex;justify-content:space-between;margin:0 auto 13px;width: 446px;}
.wz-yysl .yysl a{padding:0px 26px;line-height: 32px;border: solid 1px #d6d6d6;border-radius: 20px;text-align:center;font-size: 21px}
.wz-yysl .yysl .active{background-color: #145ebf;border:0;color:#fff;}
.wz-yysl .yysl_rim{height: 327px;}
.wz-yysl .yysl_rim ul{display: flex;justify-content:space-around;flex-wrap:wrap;padding-top:12px;width:440px;margin:0 auto;}
.wz-yysl .yysl_rim ul li{margin-bottom:4px;}
.wz-yysl .yysl_rim ul li p{font-size:15px;text-align:center;line-height: 20px;color: #5e5e5e;margin-top:3px}
.wz-yysl .yysl_rim2 ul li{margin-bottom:6px}
.wz-yysl .yysl_rim3 ul li{margin-bottom:4px}

/*医院宗旨*/
.footer_nav{width:446px;margin:15px auto ;height: 180px; }
.footer_nav li{float: left;}
.footer_nav li:nth-of-type(1) a{width: 212px;height: 90px;display: flex; align-items: center; border-right: 1px solid#cdddd2;padding-left: 10px;}
.footer_nav li:nth-of-type(2) a{width: 213px;height: 90px;display: flex; align-items: center; border-bottom: 1px solid#cdddd2;padding-left: 10px;}
.footer_nav li:nth-of-type(3) a{width: 212px;height: 90px;display: flex; align-items: center; border-top: 1px solid#cdddd2;padding-left: 10px;}
.footer_nav li:nth-of-type(4) a{width: 213px;height: 90px;display: flex; align-items: center; border-left: 1px solid#cdddd2;padding-left: 10px;}
.footer_nav i{display: inline-block;background: url(../images/ico.png) no-repeat; vertical-align: middle;}
.footer_nav li:nth-child(2) a i{height:46px;width:46px;background-position: 0 0;}
 .footer_nav li:nth-child(3) a i{height:48px;width:57px;background-position: 0 -91px;}
 .footer_nav li:nth-child(4) a i{height:46px;width:57px;background-position: 0 -45px;}
 .footer_nav li:nth-child(5) a i{height:49px;width:57px;background-position: 0 -148px;}
.footer_wen{line-height: 17px;margin-top: 5px;margin-left: 8px; }
.footer_wen p{color: #333333;font-size: 20px; font-weight: 700;}
.footer_wen span{color: #b6b6b6;font-size: 10px;margin-top: 8px;     display: inline-block;}


/*底部*/


.footer1{box-shadow:0px 0px 45px #178fa0;}
.footer_new{ background: #fff;}
.footer_new ul{color: #333333; font-size: 16px;display: -webkit-flex;-webkit-justify-content: space-around;align-items: center;background:#145ebf;height: 46px; line-height: 57px;border-bottom:1px solid #016d78;}
.footer_new ul  li{float:left;font-size:17px;text-align: center; width: 25%;height:20px;background-color: #145ebf;border-right: 1px solid #729ed9;}
.footer_new ul  li a{color:#fff;display:block;margin-top:-11px;font-size:16px;line-height: 41px;    height: 46px;}
.footer_new ul  li:nth-child(1){border-left: none;}
.footer_new ul  li:nth-child(4){border-right: none;}
.footer_fh1{width:100%;text-align:center;margin-top:20px;}

.footer_xin_left p{ font-size: 13px;}
.float_right{float:right}
.float_left{float:left}
footer_xin{margin-bottom: 77px;overflow: hidden; position: relative;}

.f_tel{margin-top:3%;line-height: 18px;font-size: 13px;}
.f_tel a{color: #fff;display: -webkit-flex;margin-top: 40px; margin-left: 262px;}
.f_tel img{width: 35px;height: 35px;margin-right: 10px;}
.f_tel i{color: #ffa759;font-size: 20px;font-style: normal;}
.footer_xin_bg{background:#0564BE;padding-bottom:55.5px;}
.footer_xin{width: 100%;height:350px;background: url(../images/foot-ban.jpg) no-repeat;background-size: 100%; margin-bottom: -6px;}
.footer_xin .footer_xin_left{width: 123px;margin: 34px 0 0 44px;}
.footer_xin .footer_xin_left img{width: 123px;height: 125px;}
.footer_xin .footer_xin_left p{font-size: 14px;text-align: center;color: #fff;padding-top: 3px;}
.footer_xin .footer_xin_right{padding:34px 20px 0 0;}
.footer_xin .f_logo img{display:block;width:235px;height: 40px; }
.footer_xin .f_logo h5{width: 237px;background: #b6d2ec;text-align: center;height: 23px;line-height: 23px;color: #2674c7;font-size: 12.6px;margin-top: 6px;}
.footer_xin span{font-size: 14px;color: #fff;float: left;margin-left:7.5px;}
.footer_xin p{font-size: 16px;margin-top: 5px;color:#fff}
.footer_xin .f_add {width: 100%;height: 32px;margin-top: 20px;margin-left: 262px;}
.footer_xin .f_add img{width: 38px;height: 32px;float: left;margin-top:10px;}
.xubitu{float: left;display:inline-block;width: 33px;height: 33px;background: url(../images/xuebitu.png)  no-repeat;}
.xubitu1{background-position:-33px -3px}
.footer_xin_anniu{width: 210px;margin-top: 45px; margin-left: 262px;}
.footer_xin_anniu a:nth-child(1){display: inline-block;font-size: 14px;color: #FFFFFF;background: #67a76e;border: none;width: 95px;line-height: 30px;height: 30px;font-weight: normal;border-radius: 5px;text-align: center;}
.footer_xin_anniu a:nth-child(2){display: inline-block;width: 95px;line-height: 30px;font-size: 14px;color: #FFFFFF;background: #fe9901;float: right;text-align: center; border-radius: 5px}
.footer_xin_anniu a i{display: inline-block;width: 23px;height: 18px;background: url(../images/xuebitu.png) -73px -9px no-repeat;vertical-align: middle;}
.footer_xin_anniu a:nth-child(2) i{width:26px;height:25px;background:url(../images/title_tubiao.png) no-repeat;animation:xiaoshou 1.2s infinite;}



/*底部固定*/

.footer_end{ display:block; height:85px; background:#005baa;margin-top:30px; position:fixed;z-index:99; bottom:0px;box-shadow: 0px -1px 9px #000;}
.footer_end ul{ max-width:480px; margin:0 auto}
.footer_end ul li{ float:left;height:75px; text-align:center; display:inline-block;width:96px;position: relative;}
.footer_end ul li a{display:block;}
.footer_end p{ width:100%; text-align:center; color:#fff; font-size:16px;margin-top: 5px;}
.footer_end i{ display:block; margin:0 auto;height:41px; margin-bottom:2px; margin-top:7px;}
.footer_end ul li i{background: url(../images/logo.png) no-repeat -2px -6px;width: 40px;height: 42px;}
/*.footer_end ul li:nth-child(1) i{background: url(../images/telxin.png)no-repeat;}*/
.footer_end ul li:nth-child(2) i{background-position: -59px -5px;}

.footer_end ul li:nth-child(3) i{width: 99px;height: 87px;margin-top: -25px;margin-bottom: -12px;background: url(../images/yy.png)no-repeat;}




.footer_end ul li:nth-child(4) i{background-position: -123px -5px;}
.footer_end ul li:nth-child(5) i{background-position: -180px -6px;}
.foot2-em{left: 58px;z-index: 2;position: absolute;top: 10px;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #ff4400;color: #fff;font-size: 16px;font-style: normal;}
.foot3-em{left: 63px;z-index: 2;position: absolute;top: -20px;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #ff4400;color: #fff;font-size: 16px;font-style: normal;}

.footzj-em{left: 58px;z-index: 2;position: absolute;top: 10px;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #ff4400;color: #fff;font-size: 16px;font-style: normal;}


.foot_3 span{display: block;width: 63px;height: 63px;border-radius: 50%;border:7px solid #3a5ea1;position: absolute;left: 9px;top: -18px; z-index: 1;-webkit-box-shadow: 0 0 30px #3a5ea1;box-shadow: 0 0 30px #3a5ea1;    animation: 1.5s cubic-bezier(0, 0, 0.2, 1) 1s normal none infinite running sonarEffect; width: 50%;height: 50%;margin-left: 8px;margin-top: 11px;
    z-index: -1;}
.foot5-em{left: 56px;z-index: 2;position: absolute;top: 10px;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #ff4400;color: #fff;font-size: 16px;font-style: normal;}