.home{
	margin-top: 80px;
}
.home_item{
	width: 100%;
	margin-bottom: 15px;
}
.home .home_title {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.home .home_title h2{
	font-size: 30px;
	font-weight: bold;
	color: #66A5AD;
	margin-bottom: 15px;
}
.home .home_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #66A5AD;
	margin-bottom: 15px;
}

.home .home_title p{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.home .server_nav span{
	display: inline-block;
	padding: 15px 32px;
	background: #F0F0F0;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	margin-right: 20px;
	flex: 1;
    text-align: center;
}
.home .server_nav span:last-child{
	margin-right:0;
}
.home .server_nav .hover{
	background: #66A5AD;
	color: #FFFFFF;
}
.home .item_cont{
	width: 100%;
	flex-wrap: wrap;
}
.home .item_cont .item_list{
	width: 530px;
	height: 170px;
	margin-top: 30px;
}
.home .item_cont .item_server{
	height: 136px !important;
}
.home .item_cont .list_title{
	width: 100%;
	margin-bottom: 20px;
}
.home .item_cont .list_title span{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #66A5AD;
}
.home .item_cont .list_title a{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.home  .home_server .list_cont1{
	width: 100%;
	align-items: flex-start;
}
.home .home_server .list_cont1 .img_warp{
	flex-shrink: 0;
	width: 160px;
	height: 90px;
	border-radius: 4px;
	margin-right: 20px;
}
.home  .home_server .list_cont1 img{
	width: 160px;
	height: 90px;
	border-radius: 4px;
} 
.home .home_server .list_cont1 h4{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding:6px 0;
}
.home .home_server .list_cont1 p{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.home .home_server .list_cont2{
	width: 100%;
}
.home .home_server .list_cont2 i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C4DFE6;
	border-radius: 2px;
	margin-right: 5px;
}
.home .home_server .list_cont2 p{
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
	/* border-bottom: 1px solid #E9E9E9; */
}
.home .home_server .list_cont2 p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.home .home_server .list_cont3 .img_text{
	width: 245px;
	height: 90px;
	background: #F7F8FA;
	border-radius: 4px;
	align-items: flex-start;
}
.home .home_server .list_cont4 .img_text{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	align-items: center;
	padding-right: 0.3rem;
    box-sizing: border-box;
}
.home .home_server .list_cont3 .img_warp{
	flex-shrink: 0;
	width: 90px;
	height: 90px;
	border-radius: 4px;
	margin-right: 10px;
}
.home  .home_server .list_cont3 img{
	width: 90px;
	height: 90px;
	border-radius: 4px;
} 
.home .home_server .list_cont3 h4{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	padding:4px 0;
	margin-top: 8px;
}
.home .home_server .list_cont3 p{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	padding: 0 0.3rem;
}
.home .home_server .server_other{
	width: 100%;
	/* margin-top: 50px; */
}
.home .home_server .server_other a{
	display: inline-block;
	width: 245px;
	height: 60px;
	border: 1px solid #C0CFD0;
	border-radius: 10px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}
.home .home_server .server_other img{
	display: inline-block;
	width: 17px;
	height: 11px;
	margin-bottom: 4px;
	opacity: 0;
}
.home .home_server .server_other a:hover{
	border: 1px solid #009FB5;
	color: #009FB5;
}
.home .home_server .server_other a:hover img{
	opacity: 1;
}
.home .home_disease .diease_cont{
	width: 1100px;
	border-radius: 35px;
	box-sizing: border-box;
	padding: 50px 40px 0 40px;
	background: url(/images/public/disease_bg.png) no-repeat left center;
	background-size: 100% 100%;
	align-items: flex-start;
	box-shadow: 0px 10px 41px 0px #e1e1e1;
}
.home .home_disease .diease_left{
	width: 390px;
}
.home .home_disease  .left_title{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.home .home_disease .left_list{
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.homeleft_lista{
	display: inline-block;
	width: 120px;
	height: 44px;
	border-radius: 4px;
	text-align: center;
	line-height: 44px;
	margin-bottom: 10px;
	background: #F0F0F0;
	margin-right: 10px;
}
.homeleft_listspan{
	display: inline-block;
	width: 120px;
	height: 44px;
	border-radius: 4px;
	text-align: center;
	line-height: 44px;
	margin-bottom: 10px;
	background: #F0F0F0;
}
.home .home_disease .left_list .hover{
	background: #66A5AD;
	color: #FFFFFF !important;
}
.home .home_disease .left_list .daohangDom:hover{
	background: #66A5AD;
	color: #FFFFFF !important;
}
.home .home_disease .diease_right{
	flex-shrink: 0;
	width: 600px;
}
.home .home_disease .right_title{
	width: 100%;
	margin-bottom: 26px;
}
.home .home_disease .right_title span{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.home .home_disease .right_title a{
	display: inline-block;
	width: 80px;
	height: 30px;
	background: #009FB5;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
}

.home .diease_right .list_title{
	width: 100%;
	margin-bottom: 20px;
}
.home .diease_right .list_title span{
	font-size: 18px;
	font-weight: bold;
	color: #00A0A7;
}
.rightchanneltitle{
	/* font-size: 18px;
	font-weight: bold;
	color: #66A5AD; */
	font-family: 'Arial Negreta', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-align: center;
	color: #333333;
}
.home .diease_right .list_title a{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.home .diease_right .list_cont{
	width: 100%;
	margin-bottom: 20px;
}
.home .diease_right .list_cont .img_warp{
	flex-shrink: 0;
	width: 160px;
	height: 90px;
	border-radius: 4px;
	margin-right: 20px;
}
.home .diease_right .list_cont img{
	width: 160px;
	height: 90px;
	border-radius: 4px;
} 
.home .diease_right .list_cont h4{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding:6px 0;
}
.home .diease_right .list_cont p{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.home_cooperation .cooperation_cont  .cooperation_list{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.home_cooperation .cooperation_cont .list_title{
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 20px;
}
.home_cooperation .cooperation_cont .list-swiper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home_cooperation .cooperation_cont .list-swiper a{
	display: inline-block;
	width: 139px;
	height: 40px;
	border: 1px solid #efefef;
	margin-right: 10px;
}
.home_cooperation .cooperation_cont .list-swiper img{
	display: inline-block;
	width: 139px;
	height: 40px;
}
.home_cooperation .cooperation_cont  .list_cont{
	white-space: pre;
}
.hz_left {
    z-index: 99;
    position: absolute;
    display: block;
    width: 36px !important;
    height: 36px !important;
    top: 52px;
    cursor: pointer;
    left:-45px;
	text-align: right;
}
.hz_left .triangle_right{
	width: 10px;
	height: 10px;
    transform: rotate(225deg);
}
.hz_right {
    z-index: 99;
    position: absolute;
    display: block;
    width: 36px !important;
    height: 36px !important;
    top: 52px;
    cursor: pointer;
    right: -45px;
}
.hz_right .triangle_right{
	width: 10px;
	height: 10px;
}
.bread_crumb{
	width: 100%;
	padding: 22px 0;
	/* border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0; */
}
.bread_crumb a{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #BABABF;
}
.bread_crumb .hover{
	font-size: 16px;
	font-weight: bold;
	color: #00A0A7;
}
.triangle_right{
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #BABABF;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	margin: 0 10px 0 5px;
}
.switch1{
	width: 100%;
}
.switch1 .switch_cont{
	width: 100%;
}
.main_left{
	
}
/* 医生列表*/
.doctor_list_cont{
	width: 100%;
}
.doctor_list_cont .list_warp{
	flex-wrap: wrap;
}

/* 出国看病 */
.kanbing .kanbing_nav{
	width: 100%;
	display: grid;
    margin-top: 54px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
}
.kanbing .kanbing_nav a{
	display: inline-block;
	width: 220px;
	height: 60px;
	background: #00A0A7;
	border-radius: 4px;
	margin: auto;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF !important;
}
/* 看病列表 */
.item{
	width: 100%;
	margin-bottom: 50px;
}
.kanbing_list .item{
	width: 100%;
	margin-bottom: 50px;
}
.item_title1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.item_title1 .title_left{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.item_title1 .kuai{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #00A0A7;
	border-radius: 4px;
	margin-right: 10px;
}
.item_title1 a{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.item_title1 .triangle_right{
	color: #666666;
}
/* 疾病向导*/
.disease {
	margin-bottom: 80px;
}
.disease .ran-editiond{
	width: 100%;
	margin-top: 80px;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
    padding-bottom: 32px;
}
.disease .ran-editiond span{
	font-size: 36px;
    color: #333333;
    line-height: 36px;
}
.disease .ran-editiond em{
	position: absolute;
    bottom: -3px;
    left: -2px;
    width: 50px;
    height: 4px;
	background: #00A0A7;
}
.disease .ai-list a{
	display: inline-block;
	width: 175px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #f7f8fa;
    margin-right: 30px;
    margin-top: 30px;
	font-size: 16px;
    color: #333333;
}
.disease .ai-list a:hover{
	background: #21b3b9;
    color: #fff !important;
}
.hospital_list_cont{
	width: 100%;
	margin-bottom: 30px;
}
.disease_details{
	padding-top: 40px;
}
.hp_text{
	width: 100%;
}
.hp_text i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #F57442;
	border-radius: 2px;
	margin-right: 5px;
}
.hp_text p{
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E9E9E9;
}
.hp_text p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
/*.diease_details{
	 padding-top: 40px; 
}*/
.diease_details .xgzx .item_list{
	width: 360px;
}
.editor_cont{
	width: 775px;
	min-height: 400px;
	border: 1px solid #EEEEEE;
	margin-bottom: 50px;
	padding: 45px 50px 50px 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.editor_cont img{ max-width: 100% !important;height:auto !important;}
.gaishu {
			font-family: KaiTi;
			background: #f5f5f5;
			padding: 15px;
			font-size: 16px;
			line-height: 25px;
			color: #666;
			text-indent: 24px;
			text-align: center;
			margin-bottom:15px;
		}
		.chuguoa{
                    width:609px;
                    padding:25px;
                }
                .chuguoa .c-2{
                    width: 640px;
                    text-align:center;
                    font-size:26px;
                    color:#cfa075;
                    line-height:28px;
                    margin-top:20px;
                }
                .chuguoa .c-1{
                    width: 640px;
                    text-align:center;
                    font-size:24px;
                    color:#3cb2ba;
                    line-height:26px;
                }
                .chuguoa .c-3{
                    width: 640px;
                    text-align:center;
                    font-size:22px;
                    color:#cfa075;
                    line-height:24px;
                    margin-top:20px;
                }
                .chuguoa .c-4{
                    width: 640px;
                    text-align:center;
                    margin-top:20px;
                }
                .chuguoa .c-4 span{
                    width: 240px;
                    height:50px;
                    text-align:center;
                    background:#3cb2ba;
                    display:inline-block;
                    line-height:50px;
                    font-size:26px;
                    color:#fff;
                    margin:0 10px;
                    border-radius:100px;
                }
                .chuguoa .c-4 span a{
                    color:#fff;
                }

				.btnsub{
					background-color: #003B46 !important;
				}


/*资讯内页选项卡*/
#all{ width:775px;}
#all #tab{ border-bottom:solid 1px #EEEEEE;height:40px;line-height:24px;overflow: hidden;margin-bottom:20px;}
#all #tab li{ float:left;margin-right:40px;cursor: pointer;font-size:18px;font-weight: bold;}
#all #tab li.on{ color:#00A0B6;border-bottom:solid 2px #00A0B6;height:38px;}
#all .con{ display:none;}

.list-article-about{ overflow: hidden;position: relative;}
.list-article-about ul{ margin-left:-50px;}
.list-article-about ul li{ width:50%;float:left;}
.list-article-about ul li .li-box{ margin-left:50px;position: relative;height:32px;line-height:32px;padding-left:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-article-about ul li .li-box:before{ content:'';position: absolute;left:0;width:4px;height:4px;top:50%;margin-top:-2px;background:#F57442;}

/*盛诺百科选项卡*/
#all_baike{ width:100%;}
#all_baike #tab{ height:40px;line-height:24px;overflow: hidden;margin-bottom:20px;display:flex; background-color: #F0F4F6FF;}
#all_baike #tab li{ float:left;margin-right:40px;cursor: pointer;font-size:16px;flex: 1;line-height: 40px;text-align: center;}
#all_baike #tab li.on{ color:#FFFFFFFF;height:38px;background-color: #009FB5FF;}
#all_baike .con{ display:none;}

/*盛诺百科-列表选项卡*/
#all_baike_list{ width:80%;margin-left: 20px;}
#all_baike_list #tab{ height:40px;line-height:24px;overflow: hidden;}
#all_baike_list #tab li{ float:left;margin-right:40px;cursor: pointer;font-size:16px;}
#all_baike_list #tab li.on{ color:#00A0B6;border-bottom:solid 1px #00A0B6;height:38px;}
#all_baike_list .con{ display:none;}
