html, body {
	width:100%;
	height:100%;
}
a:hover {
    color:#ee572b;
}



.header{
	width:100%;
	height:686px;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}
.header .item{
	margin-top:22px;
}
.header .item .logo{
	font-size:0;
	float:left;
}
.header .btn{
	float:right;
	margin-top:27px;
}
.header .ban{
	float:right;
	margin-top:19px;
	/*margin-right:10px;*/
	width:192px;
	background:#ee572b url(../images/nav.png) no-repeat 152px 14px;
	border-radius:25px;
	overflow:hidden;
}
.header .ban .title{
	height:42px;
	line-height:40px;
	padding-left:56px;
	color:#fff;
	font-size:17px;
	cursor:pointer;
}
.header .ban .poup{
	height:0;
}
.header .ban .poup.on{
	height:451px;
}
.header .ban .poup a{
	text-align:center;
	display:block;
	color:#fff;
	font-size:15px;
	line-height:40px;
	height:40px;
	border-top:1px solid #f0977d;
}
.header .ban .poup a:hover{
	background:#f0977d;
}
.header .menu{
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(238,87,43,0.9);
}
.header .menu ul{
	padding:0 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .menu ul .tt{
	font-size:18px;
	color:#fff;
	line-height:100px;
	height:100px;
	display:block;
	font-weight:bold;
	position:relative;
}
.header .menu ul .tt:after{
	content:"";
	position:absolute;
	width:0;
	height:6px;
	bottom:13px;
	background:#fff;
	transition:all 0.5s ease 0s;
	left:50%;
	transform:translateX(-50%);
	border-radius:20px;
}
.header .menu ul .tt:hover:after{
	width:80%;
}
.index-banner,.inside-banner{
	height:686px;
}
.main{
	background:#f5f9fa;
	padding:65px 0 100px;
}
.main .page1 .left{
	float:left;
	width:68.9333%;
}
.main .page1 .mt p{
	float:left;
	font-size:36px;
	font-weight:bold;
}
.main .page1 .mt a{
	float:right;
	color:#e8410f;
	font-size:18px;
	margin-top:15px;
}
.main .page1 .mc{
	margin-top:45px;
	height:441px;
}
.main .page1 .left .mc .pic{
	float:left;
	width:627px;
	height:441px;
	position:relative;
}
.main .page1 .left .mc .pic .im{
	width:100%;
	height:100%;
	overflow:hidden;
}
.main .page1 .left .mc .pic .time{
	position:absolute;
	width:73px;
	height:73px;
	top:0;
	right:0;
	background:#ee572b;
	text-align:center;
}
.main .page1 .left .mc .pic .time p{
	font-size:33px;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
}
.main .page1 .left .mc .pic .time span{
	color:#fff;
	font-size:15px;
	font-weight:lighter;
}
.main .page1 .left .mc .pic .tt{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:80px;
	line-height:80px;
	background:rgba(238,87,43,0.9);
	color:#fff;
	font-size:17px;
	padding:0 32px;
}
.main .page1 .left .mc .pic:hover img{
	transform:scale(1.1);
}
.main .page1 .left .mc .item{
	float:left;
	width:calc(100% - 627px);
	background:#fff;
	height:100%;
	padding:34px 25px;
}
.main .page1 .left .mc .item .list{
	display:block;
	padding-left:22px;
	line-height:24px;
	height:48px;
	position:relative;
	font-size:15px;
	margin-bottom:17px;
}
.main .page1 .left .mc .item .list:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:10px;
	height:10px;
	background:#d9e8eb;
}
.main .page1 .left .mc .item .list:hover:before{
	background:#ee572b;
}
.main .page1 .right{
	float:right;
	width:30.2667%;
}
.main .page1 .right .mc{
	background:#fff;
	height:441px;
	padding:34px 30px;
}
.main .page1 .right .mc .list{
	display:block;
	padding-left:22px;
	line-height:24px;
	height:48px;
	position:relative;
	font-size:15px;
	margin-bottom:17px;
}
.main .page1 .right .mc .list:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:10px;
	height:10px;
	background:#d9e8eb;
}
.main .page1 .right .mc .list:hover:before{
	background:#ee572b;
}
.main .page2{
	margin-top:75px;
}
.main .page2 .left{
	width:calc((100% - 26px)/2);
	float:left;
}
.main .page2 .right{
	width:calc((100% - 26px)/2);
	float:right;
}
.main .page2 .mt p{
	float:left;
	font-size:36px;
	font-weight:bold;
}
.main .page2 .mt a{
	float:right;
	color:#e8410f;
	font-size:18px;
	margin-top:15px;
}
.main .page2 .mc{
	margin-top:40px;
}
.main .page2 .mc .list{
	display:block;
	background:#fff;
	margin-bottom:7px;
	padding:0 50px;
	height:112px;
}
.main .page2 .mc .list .time{
	float:left;
	margin-top:20px;
	text-align:center;
}
.main .page2 .mc .list .time p{
	font-size:45px;
	font-weight:bold;
	color:#666;
	margin-bottom:6px;
}
.main .page2 .mc .list .time span{
	color:#666;
	font-size:20px;
	font-weight:lighter;
}
.main .page2 .mc .list .tt{
	float:right;
	width:calc(100% - 120px);
	font-size:19px;
	line-height:28px;
	height:56px;
	margin-top:26px;
}
.main .page2 .mc .list:hover .tt{
	color:#e8410f;
}
.main .page2 .mc .list:hover{
	box-shadow:0 3px 5px 2px rgba(204,204,204,.3);
}
.main .page3{
	margin-top:68px;
}
.main .page3 .mt{
	text-align:center;
	font-size:36px;
	font-weight:bold;
}
.main .page3 .mc{
	margin-top:64px;
}
.main .page3 .mc .list{
	float:left;
	width:calc((100% - 112px)/5);
	margin-right:28px;
	background:#fff;
	border-radius:10px;
	padding:22px;
	padding-bottom:28px;
	box-shadow:0 5px 15px 5px rgba(16,143,152,.05);
}
.main .page3 .mc .list:last-child{
	margin-right:0;
}
.main .page3 .mc .list .im{
	height:300rem;
}
.main .page3 .mc .list .tt{
	text-align:center;
	margin-top:26px;
	font-size:21px;
	color:#000;
}
.main .page3 .mc .list .tt span{
	color:#999;
	font-size:15px;
	margin-left:10px;
}
.main .page3 .mc .list .subtt{
	text-align:center;
	font-size:17px;
	height:17px;
	margin-top:21px;
}
.main .page3 .mc .list:hover .tt,.main .page3 .mc .list:hover .subtt{
	color:#e8410f;
}
.main .page3 .more{
	width:246px;
	height:53px;
	border:1px solid #999;
	display:block;
	margin:auto;
	margin-top:58px;
	text-align:center;
	line-height:53px;
	border-radius:30px;
	font-size:18px;
	color:#da461b;
}
.main .page3 .more:hover{
	border:1px solid #da461b;
}
.main .page4{
	margin-top:75px;
}
.main .page4 .mt{
	text-align:center;
	font-size:36px;
	font-weight:bold;
}
.main .page4 .mc{
	margin-top:64px;
}
.main .page4 .mc .im{
	float:left;
	width:calc((100% - 28px)/2);
}
.main .page4 .mc .im:last-child{
	float:right;
}
.main .page5{
	margin-top:75px;
}
.main .page5 .mt{
	text-align:center;
	font-size:36px;
	font-weight:bold;
}
.main .page5 .mc{
	margin-top:64px;
}
.main .page5 .mc .im{
	float:left;
	width:50%;
	height:533rem;
	overflow:hidden;
}
.main .page5 .mc .im:hover img{
	transform:scale(1.1);
}
.main .page5 .mc .con{
	float:left;
	width:50%;
	height:533rem;
	background:#fff;
	position:relative;
}
.main .page5 .mc .con .box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0 50px;
	width:100%;
}
.main .page5 .mc .con .box .tt{
	font-size:30px;
	font-weight:bold;
}
.main .page5 .mc .con .box .des{
	font-size:17px;
	line-height:30px;
	margin-top:40px;
}
.main .page5 .mc .con .box .more{
	width:151px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:17px;
	color:#666;
	margin-top:48px;
	display:block;
	border-radius:30px;
	border:1px solid #666;
}
.main .page5 .mc .con .box .more:hover{
	background:#e8410f;
	color:#fff;
	border:1px solid #e8410f;
}








.footer{
	height:329px;
	background:url(../images/bg6.jpg) no-repeat center;
}
.footer .top{
	height:230px;
}
.footer .top .logo{
	float:left;
	margin-top:74px;
}
.footer .top .address{
	float:left;
	margin-left:122px;
	margin-top:65px;
	padding:18px 110px 0 110px;
	height:98px;
	border-left:1px solid #6b6b6b;
	border-right:1px solid #6b6b6b;
	font-size:16px;
	color:#fff;
	line-height:32px;
}
.footer .top .address *{
	font-size:16px;
	color:#fff;
}
.footer .top .wx{
	float:right;
	margin-top:48px;
}
.footer .top .wx .detail{
	float:left;
	width:110px;
}
.footer .top .wx .detail1{
	margin-left:15px;
}
.footer .top .wx p{
	color:#fff;
	font-size:16px;
	margin-top:20px;
	text-align:center;
}
.footer .bottom{
	height:98px;
	line-height:97px;
	border-top:1px solid #6b6b6b;
}
.footer .bottom p{
	float:left;
	color:#fff;
	font-size:16px;
}
.footer .bottom span{
	float:right;
	color:#fff;
	font-size:16px;
}
.footer .bottom span a{
	color:#fff;
	font-size:16px;
}








.article-list{
	background:#f5f9fa;
	padding:78px 0 40px;
}
.article-list .mt{
	text-align:center;
	font-size:38px;
}
.article-list .mc{
	margin-top:65px;
	min-height:300px;
}
.article-list .mc .detail{
	float:left;
	background:#fff;
	width:calc((100% - 60px)/3);
	height:140px;
	margin-right:30px;
	margin-bottom:24px;
	padding:0 30px;
	border:1px solid #cde2e3;
}
.article-list .mc .detail:nth-child(3n){
	margin-right:0;
}
.article-list .mc .detail .time{
	float:left;
	margin-top:35px;
	text-align:center;
}
.article-list .mc .detail .time p{
	font-size:45px;
	font-weight:bold;
	color:#a2a2a2;
	margin-bottom:6px;
}
.article-list .mc .detail .time span{
	color:#a2a2a2;
	font-size:20px;
	font-weight:lighter;
}
.article-list .mc .detail .tt{
	float:right;
	width:calc(100% - 113px);
	font-size:19px;
	line-height:28px;
	height:56px;
	margin-top:43px;
}
.article-list .mc .detail:hover .tt{
	color:#fff;
}
.article-list .mc .detail:hover{
	background:#e8400f;
	border:1px solid #e8400f;
}
.article-list .mc .detail:hover .time p,.article-list .mc .detail:hover .time span{
	color:#fff;
}





.news-list{
	background:#f5f9fa;
	padding:40px 0 50px;
}
.news-list .left{
	width:357px;
	float:left;
}
.news-list .left .item{
	background:#fff;
	padding:40px 30px 55px;
	border-radius:15px;
	margin-bottom:16px;
}
.news-list .left .item .mt{
	font-size:30px;
	color:#333;
	font-weight:bold;
	padding-bottom:30px;
	border-bottom:1px solid #e4e4e4;
}
.news-list .left .item .mc .list{
	padding:15px 0 15px 21px;
	display:block;
	border-bottom:1px dashed #d2d2d2;
	position:relative;
}
.news-list .left .item .mc .list:after{
	content:"";
	position:absolute;
	width:9px;
	height:9px;
	background:#d0d0d0;
	border-radius:50%;
	left:2px;
	top:25px;
}
.news-list .left .item .mc .list p{
	font-size:15px;
	color:#666;
	line-height:28px;
	height:56px;
}
.news-list .left .item .mc .list:hover p{
	color:#e8410f;
}
.news-list .left .item .mc .list:hover:after{
	background:#e8410f;
}
.news-list .left .item1 .mc .list p{
	height:28px;
}
.news-list .right{
	float:right;
	width:calc(100% - 375px);
	background:#fff;
	border-radius:15px;
	padding:40px 40px 10px;
	min-height:900px;
}
.news-list .right .mt{
	font-size:30px;
	color:#333;
	font-weight:bold;
	padding-bottom:30px;
	border-bottom:1px solid #e4e4e4;
}
.news-list .right .mc .list{
	padding:27px 0;
	border-bottom:1px dashed #d2d2d2;
	display:block;
}
.news-list .right .mc .list .im{
	float:left;
	width:192px;
	height:124px;
	overflow:hidden;
}
.news-list .right .mc .con{
	float:right;
	width:calc(100% - 222px);
}
.news-list .right .mc .con .tt{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-top:32px;
	line-height:20px;
}
.news-list .right .mc .con .date{
	margin-top:22px;
	font-size:18px;
	color:#e8410f;
	font-weight:bold;
}
.news-list .right .mc .list:hover .con .tt{
	color:#e8410f;
}
.news-list .right .mc .list:hover .im img{
	transform:scale(1.1);
}




.article-info{
	min-height:500px;
	background:url(../images/bg7.png) no-repeat center top;
	padding-bottom:80px;
}
.article-info .crumb{
	height:90px;
	line-height:90px;
	color:#fff;
	font-size:17px;
}
.article-info .crumb a,.article-info .crumb span{
	color:#fff;
	font-size:17px;
	float:left;
}
.article-info .crumb span{
	margin:0 12px;
}
.article-info .title{
	color:#fff;
	font-size:40px;
	font-weight:bold;
	line-height:1.2;
	margin-top:12px;
}
.article-info .date{
	margin-top:115px;
	font-size:17px;
	color:#999;
}
.article-info .date span{
	font-size:17px;
	color:#999;
	margin-right:28px;
}
.article-info .con{
	margin-top:50px;
	line-height:2;
	font-size:16px;
}
.article-info .con *{
	max-width:100%;
	font-size:16px;
}
.article-info .orientation{
	margin-top:20px;
	line-height:220%;
	font-size:16px;
}
.article-info .orientation *{
	font-size:16px;
}
.article-info .nav{
	margin-top:115px;
}
.article-info .nav a{
	font-size:18px;
	font-weight:bold;
	margin-right:33px;
}
.article-info .nav a.cur{
	color:#ee572b;
}






.doctor-list{
	background:#f5f9fa;
	padding:78px 0 50px;
}
.doctor-list .mt{
	text-align:center;
	font-size:38px;
}
.doctor-list .mc{
	margin-top:65px;
	min-height:300px;
}
.doctor-list .mc .list{
	float:left;
	width:calc((100% - 112px)/5);
	margin-right:28px;
	margin-bottom:35px;
	background:#fff;
	border-radius:10px;
	padding:22px;
	padding-bottom:28px;
	box-shadow:0 5px 15px 5px rgba(16,143,152,.05);
}
.doctor-list .mc .list:nth-child(5n){
	margin-right:0;
}
.doctor-list .mc .list .im{
	height:300rem;
}
.doctor-list .mc .list .tt{
	text-align:center;
	margin-top:26px;
	font-size:21px;
	color:#000;
}
.doctor-list .mc .list .tt span{
	color:#999;
	font-size:15px;
	margin-left:10px;
}
.doctor-list .mc .list .subtt{
	text-align:center;
	font-size:17px;
	height:17px;
	margin-top:21px;
}
.doctor-list .mc .list:hover .tt,.doctor-list .mc .list:hover .subtt{
	color:#e8410f;
}







.header1{
	height:210px;
}
.header1 .item{
	margin-top:29px;
}
.header1 .item .container{
	position:relative;
}
.header1 .item .logo{
	font-size:0;
	float:left;
	height:81px;
}
.header1 .btn{
	float:right;
	margin-top:27px;
}
.header1 .ban{
	position:absolute;
	z-index:100;
	top:19px;
	right:35px;
	width:192px;
	background:#ee572b url(../images/nav.png) no-repeat 152px 14px;
	border-radius:25px;
	overflow:hidden;
}
.header1 .ban.on{
	box-shadow:0 3px 3px 2px rgba(249,214,204,0.2);
}
.header1 .ban .title{
	height:42px;
	line-height:40px;
	padding-left:56px;
	color:#fff;
	font-size:17px;
	cursor:pointer;
}
.header1 .ban .poup{
	height:0;
}
.header1 .ban .poup.on{
	height:205px;
}
.header1 .ban .poup a{
	text-align:center;
	display:block;
	color:#fff;
	font-size:15px;
	line-height:40px;
	height:40px;
	border-top:1px solid #f0977d;
}
.header1 .ban .poup a:hover{
	background:#f0977d;
}
.header1 .menu{
	width:100%;
	height:100px;
}
.header1 .menu ul{
	padding:0 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header1 .menu ul .tt{
	font-size:18px;
	line-height:100px;
	height:100px;
	display:block;
	font-weight:bold;
	position:relative;
}
.header1 .menu ul .tt:after{
	content:"";
	position:absolute;
	width:0;
	height:6px;
	bottom:13px;
	background:#ee572b;
	transition:all 0.5s ease 0s;
	left:50%;
	transform:translateX(-50%);
	border-radius:20px;
}
.header1 .menu ul .tt:hover:after{
	width:80%;
}






.doctor-info .crumb{
	height:90px;
	background:#ee572b;
	line-height:90px;
}
.doctor-info .crumb .container{
	color:#fff;
	font-size:17px;
}
.doctor-info .crumb a,.doctor-info .crumb span{
	color:#fff;
	font-size:17px;
	float:left;
}
.doctor-info .crumb span{
	margin:0 12px;
}
.doctor-info .mc{
	padding:60px 0 100px;
}
.doctor-info .mc .detail .im{
	float:left;
	width:264px;
	padding:20px 16px;
	box-shadow:2px 3px 8px 5px rgba(204,204,204,.1);
}
.doctor-info .mc .detail .con{
	float:right;
	width:calc(100% - 338px);
}
.doctor-info .mc .detail .con .tt{
	font-size:29px;
	font-weight:bold;
	margin-top:28px;
}
.doctor-info .mc .detail .con .des{
	margin-top:25px;
	font-size:17px;
	line-height:2.2;
}
.doctor-info .mc .detail .con .des span{
	color:#999;
	font-size:17px;
}
.doctor-info .mc .title{
	margin-top:82px;
	height:76px;
	line-height:76px;
	font-size:25px;
	color:#ee572b;
	padding-left:20px;
	background:#f8f8f8;
	font-weight:bold;
}
.doctor-info .mc .content{
	padding:0 20px;
	margin-top:30px;
	line-height:2.2;
}
.doctor-info .mc .content *{
	font-size:16px;
}









.mypage{
	padding:60px 0;
	text-align:center;
}
.mypage ul li{
	display:inline-block;
	width:37px;
	height:37px;
	line-height:37px;
	text-align:center;
	background:#eff1f4;
	border-radius:3px;
	margin:0 4px;
}
.mypage ul li a{
	display:block;
}
.mypage ul li.active{
	background:#e8400f;
	color:#fff;
}
.mypage ul li.active span{
	color:#fff;
}
.mypage ul li:first-child *,.mypage ul li:last-child *{
	font-size:16px;
}


















