a,
a:active,
a:hover,
a:focus,
a.hidefocus {
	blr: expression(this.onFocus=this.blur ());
	cursor: pointer;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
	outline: 0;
	text-decoration: none;
}

button,
button:active,
button:hover,
button:focus,
button.hidefocus {
	outline: none !important;
}
body * {
	font-family: 'Microsoft Yahei';
	font-size: inherit;
}
body{
    background: #F9F9F9;
}

.padding-5 {
	padding: 5px !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-15 {
	padding: 15px !important;
}

.padding-20 {
	padding: 20px !important;
}

.padding-0 {
	padding: 0 !important;
}

.padding-r-0 {
	padding-right: 0px !important;
}

.padding-l-0 {
	padding-left: 0px !important;
}

.padding-t-0 {
	padding-top: 0px !important;
}

.padding-b-0 {
	padding-bottom: 0px !important;
}

.padding-r-5 {
	padding-right: 5px !important;
}

.padding-l-5 {
	padding-left: 5px !important;
}

.padding-t-5 {
	padding-top: 5px !important;
}

.padding-b-5 {
	padding-bottom: 5px !important;
}

.padding-r-10 {
	padding-right: 10px !important;
}

.padding-l-10 {
	padding-left: 10px !important;
}

.padding-t-10 {
	padding-top: 10px !important;
}

.padding-b-10 {
	padding-bottom: 10px !important;
}

.padding-r--5 {
	padding-right: -5px !important;
}

.padding-l--5 {
	padding-left: -5px !important;
}

.padding-t--5 {
	padding-top: -5px !important;
}

.padding-b--5 {
	padding-bottom: -5px !important;
}

.padding-r--10 {
	padding-right: -10px !important;
}

.padding-l--10 {
	padding-left: -10px !important;
}

.padding-t--10 {
	padding-top: -10px !important;
}

.padding-b--10 {
	padding-bottom: -10px !important;
}

.margin-0 {
	margin: 0 !important;
}

.margin-r-0 {
	margin-right: 0px !important;
}

.margin-l-0 {
	margin-left: 0px !important;
}

.margin-t-0 {
	margin-top: 0px !important;
}

.margin-b-0 {
	margin-bottom: 0px !important;
}

.margin-r-5 {
	margin-right: 5px !important;
}

.margin-l-5 {
	margin-left: 5px !important;
}

.margin-t-5 {
	margin-top: 5px !important;
}

.margin-b-5 {
	margin-bottom: 5px !important;
}

.margin-r-10 {
	margin-right: 10px !important;
}

.margin-l-10 {
	margin-left: 10px !important;
}

.margin-t-10 {
	margin-top: 10px !important;
}

.margin-b-10 {
	margin-bottom: 10px !important;
}

.margin-r--5 {
	margin-right: -5px !important;
}

.margin-l--5 {
	margin-left: -5px !important;
}

.margin-t--5 {
	margin-top: -5px !important;
}

.margin-b--5 {
	margin-bottom: -5px !important;
}

.margin-r--10 {
	margin-right: -10px !important;
}

.margin-l--10 {
	margin-left: -10px !important;
}

.margin-t--10 {
	margin-top: -10px !important;
}

.margin-b--10 {
	margin-bottom: -10px !important;
}
/***************header start******************/
.header{
    width: 100%;
}
.header .header-top{
    line-height: 40px;
    height: 40px;
    color: #505050;
    background: #f5f5f5;
    font-size: 14px;
}
.header .header-top a{
    color: #505050;
    background: #f5f5f5;
    margin-left: 5px;
}
.header .header-content{
    height: 129px;
    background: #fff;
}
.header .header-content .logo{
    margin-top: 40px;
}
.header .header-content .search-box{
    margin-top: 40px;
    background: url("../img/search-box.png") center center no-repeat;
    width: 320px;
    height:46px;
    position: relative;
}
.header .header-content .search-box input{
    border: 0;
    margin: 5px;
    padding: 0 10px;
    width: 310px;
    height:36px;
    outline:none;
}
.header .header-content .search-box .search-icon{
    position: absolute;
    top:14px;
    right: 14px;
    width: 17px;
    height:18px;
    background: url("../img/search-icon.png") center center no-repeat;
    cursor: pointer;
}
.header .header-nav{
    height: 54px;
    background: #21BE97;
}
.header .header-nav .header-menu li{
    line-height: 54px;
}
.header .header-nav .header-menu li a{
    line-height: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 30px;
    text-align: center;
    float: left;
}
.header .header-nav .header-menu li a.active{
    width: 177px;
    height:62px;
    margin-top: -8px;
    padding-top: 7px;
    background: url("../img/menu-selected.png") center center no-repeat;
}
.header .header-nav .header-menu li a:focus,
.header .header-nav .header-menu li a:hover{
    background:#00B286;
}
.header .header-nav .header-menu li a.active:focus,
.header .header-nav .header-menu li a.active:hover{
    background: url("../img/menu-selected.png") center center no-repeat;
}
.header .header-nav .header-menu li a .menu-icon-home{
    padding-left: 18px;
    margin-right: 10px;
    background: url("../img/icon5.png") center center no-repeat;
}
.header .header-nav .header-menu li .menu-icon-line{
    padding-left: 2px;
    height: 21;
    background: url("../img/menu-line.png") center center no-repeat;
}
.header .header-nav .header-menu li a .fa{
    margin-right: 10px;
}
/***************header end******************/

/***************footer start******************/
.footer{
    width: 100%;
    height: 262px;
    background: #575757;
    color: #ffffff;
}
.footer .pull-left p{
    padding: 0;
    margin-bottom: 20px;
}
.footer .footer-logo{
    margin-top: 50px;
    margin-bottom: 30px;
}
.footer .footer-er{
    margin-top: 50px;
}
.footer .footer-er-txt{
    margin-top: 20px;
    margin-left: 10px;
}
/***************footer end******************/

/***************index start******************/
.index-banner{
    width: 100%;
}
.index-banner img{
    width: 100%;
}
/***************index end******************/

/***************modules start******************/
/*******notice start********/
.m-cms-notice{
    width: 100%;
    height: 60px;
    background: #ffffff;
    margin-top: -30px;
    margin-bottom: 20px;
}
.m-cms-notice .notice-head{
    margin: 6px;
    width: 48px;
    height: 48px;
    background: #21BE97;
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 4px 10px;
    font-weight: bold;
    cursor: pointer;
}
.m-cms-notice .notice-head p{
    padding: 0;
    margin: 0;
}
.m-cms-notice .notice-content{
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    padding: 0 24px 0 78px;
}
.m-cms-notice .notice-content a{
    color: #1d1d1d;
}
.m-cms-notice .notice-content a:hover{
    color: #21BE97;
}
.m-cms-notice .notice-content .notice-content-right{
    float: right;
    color: #bebebe;
}
.m-cms-notice .notice-content .notice-content-right .notice-switch{
    float: right;
    width: 12px;
    height: 60px;
    padding-top: 20px;
    margin-left: 34px;
}
.m-cms-notice .notice-content .notice-content-right .notice-switch .notice-top{
    background: url("../img/top-normal.png") center center no-repeat;
    cursor: pointer;
    padding-left:12px;
    height: 6px;
    margin-bottom: 10px;
}
.m-cms-notice .notice-content .notice-content-right .notice-switch .notice-bottom{
    background: url("../img/bottom-normal.png") center center no-repeat;
    cursor: pointer;
    padding-left:12px;
    height: 6px;
}
.m-cms-notice .notice-content .notice-content-right .notice-switch .notice-top:hover{
    background: url("../img/top-hover.png") center center no-repeat;
}
.m-cms-notice .notice-content .notice-content-right .notice-switch .notice-bottom:hover{
    background: url("../img/bottom-hover.png") center center no-repeat;
}
/*******notice end********/


/*******slidebox start********/

.m-cms-slidebox {
	overflow: hidden;
	float: left;
    position: relative;
    padding: 24px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-cms-slidebox .photo {
	overflow: hidden;
	height: 388px;
}

.m-cms-slidebox .photo ul {
    padding: 0;
}
.m-cms-slidebox .photo li {
    position: relative;
    list-style: none;
}

.m-cms-slidebox .photo li img {
	width: 100%;
	height: 388px;
}

.m-cms-slidebox .photo li span {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-size: 16px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 338px;
	width: 100%;
	z-index: 2;
}

.m-cms-slidebox .photo li span a {
	color: #fff;
}

.m-cms-slidebox .hd {
	position: absolute;
	right: 44px;
	bottom: 43px;
	z-index: 2;
}

.m-cms-slidebox .hd ul li {
	width: 8px;
	height: 8px;
	cursor: pointer;
	overflow: hidden;
	float: left;
    list-style: none;
	margin-right: 10px;
	background: url(../img/m_ad_dot.png) no-repeat right top;
}

.m-cms-slidebox .hd ul li.on {
	background: url(../img/m_ad_dot.png) no-repeat left top;
}
/*******slidebox end********/

/*******news-top start********/
.m-cms-top{
	overflow: hidden;
	float: left;
    position: relative;
    padding: 24px;
    width: 100%;
    background: #ffffff;
    height: 436px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-cms-top .top-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.m-cms-top .top-title .more{
    float: right;
    color: #939393;
    font-size: 14px;
    font-weight: normal;
}
.m-cms-top .top-line{
    margin-top: 10px;
    border-bottom: 1px solid #E4E4E4;
}
.m-cms-top .top-line div{
    width: 48px;
    border-bottom: 5px solid #21BE97;
    margin-bottom: -1px;
}
.m-cms-top .list {
    margin: 0;
    padding: 0;
}
.m-cms-top .list li{
    margin-top: 20px;
    list-style: none;
    height: 50px;
    white-space:nowrap;overflow:hidden; text-overflow:ellipsis;
}
.m-cms-top .list li div{
    float: left;
    width: 68px;
    height: 50px;
    background: #21BE97;
    color: #c2fff0;
    text-align: center;
    white-space:normal;
}
.m-cms-top .list li div .mc-date{
    font-size: 22px;
    color: #ffffff;
}
.m-cms-top .list li a{
    padding-top: 3px;
    padding-left: 16px;
    font-size: 16px;
    color: #434343;
    line-height: 27px;
}
.m-cms-top .list li a:hover{
    color: #21BE97;
}
.m-cms-top .list li .mc-text{
    padding-left: 16px;
    font-size: 14px;
    color: #b1b1b1;
}
/*******news-top end********/

/*******default start********/
.m-cms-default{
	overflow: hidden;
	float: left;
    position: relative;
    padding: 24px;
    width: 100%;
    background: #ffffff;
    height: 370px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-cms-default .default-head{
    z-index: 99;
}
.m-cms-default  .default-head .default-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    color: #ffffff;
    padding: 5px 36px 5px 20px;
    background: url(../img/list-title.png) left center no-repeat;
    width: 120px;
}
.m-cms-default .default-head .more{
    float: right;
    color: #939393;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
}
.m-cms-default .default-head .sub{
    color: #000000;
    padding:0 7px;
}
.m-cms-default .default-head .sub:hover{
    color: #21BE97;
}
.m-cms-default .default-line{
    margin-top: -1px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 10px;
}
.m-cms-default .list {
    margin: 0;
    padding: 0;
}
.m-cms-default .list li{
    list-style: none;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.m-cms-default .list li a{
    color: #616161;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-right: 45px;
}
.m-cms-default .list li a div{
    background: #dbdbdb;
    height: 4px;
    width: 4px;
    display: inline-block;
    margin: 3px 10px 3px 0;
}
.m-cms-default .list li a:hover{
    color: #21BE97;
}
.m-cms-default .list li a:hover div{
    background: #21BE97;
}
.m-cms-default .list li .mc-date{
    color: #dbdbdb;
    font-size: 14px;
    position: absolute;
    right: 0;
    top:0;
}
/*******default end********/

/*******video start********/
.m-cms-video{
	overflow: hidden;
	float: left;
    position: relative;
    padding: 24px;
    width: 100%;
    background: #ffffff;
    height: 370px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-cms-video .video-head{
    z-index: 99;
}
.m-cms-video  .video-head .video-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    color: #ffffff;
    padding: 5px 36px 5px 20px;
    background: url(../img/list-title.png) left center no-repeat;
    width: 120px;
}
.m-cms-video .video-head .more{
    float: right;
    color: #939393;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
}
.m-cms-video .video-line{
    margin-top: -1px;
    border-bottom: 1px solid #E4E4E4;
}
.m-cms-video .c-content {
    margin: 0;
    padding: 16px 0 48px 0;
    height: 100%;
}
.m-cms-video .c-content .video{
    width: 100%;
    height: 100%;
}
/*******video end********/

/*******simple start********/
.m-cms-simple{
	overflow: hidden;
	float: left;
    position: relative;
    padding: 24px;
    width: 100%;
    background: #ffffff;
    height: 380px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-cms-simple .simple-head{
    background:#21BE97;
    text-align: center;
    margin-bottom: 10px;
}
.m-cms-simple  .simple-head .simple-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #ffffff;
    padding: 5px 36px 5px 20px;
    width: 120px;
}
.m-cms-simple  .simple-head .simple-title:hover{
    color: #c2fff0;
}
.m-cms-simple .list {
    margin: 0;
    padding: 0;
}
.m-cms-simple .list li{
    list-style: none;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.m-cms-simple .list li a{
    color: #616161;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-right: 45px;
}
.m-cms-simple .list li a div{
    background: #dbdbdb;
    height: 4px;
    width: 4px;
    display: inline-block;
    margin: 3px 10px 3px 0;
}
.m-cms-simple .list li a:hover{
    color: #21BE97;
}
.m-cms-simple .list li a:hover div{
    background: #21BE97;
}
.m-cms-simple .list li .mc-date{
    color: #dbdbdb;
    font-size: 14px;
    position: absolute;
    right: 0;
    top:0;
}
/*******simple end********/

/*******ad start********/
.m-cms-ad{
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: -13px;
    margin-left: -13px;
}
.m-cms-ad .col-xs-3{
    padding: 13px;
}
/*******ad end********/


/*******complaint start********/
.m-complaint{
	overflow: hidden;
	float: left;
    position: relative;
    padding: 24px;
    width: 100%;
    background: #ffffff;
    height: 380px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-complaint .simple-head{
    background:#21BE97;
    text-align: center;
}
.m-complaint  .simple-head .simple-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #ffffff;
    padding: 5px 36px 5px 20px;
    width: 120px;
}
.m-complaint  .simple-head .simple-title:hover{
    color: #c2fff0;
}
.m-complaint  .c-content{
    padding:20px 0;
}
.m-complaint  .c-content img{
    width: 100%;
    height: 110px;
    margin-bottom: 12px;;
}
.m-complaint  .c-content p{
    color: #010101;
    padding: 8px 0;
    margin: 0;;
}
.m-complaint  .c-content p span{
    color: #616161;
}
/*******complaint end********/

/*******doctor start********/
.m-cms-doctor{
	overflow: hidden;
	float: left;
    position: relative;
    padding: 24px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-cms-doctor .doctor-head{
    z-index: 99;
    padding-bottom: 18px;
}
.m-cms-doctor  .doctor-head .doctor-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    color: #000000;
    padding: 5px 36px 5px 0px;
    width: 120px;
}
.m-cms-doctor .doctor-head .more{
    float: right;
    color: #939393;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    margin-left: 30px;
}
.m-cms-doctor .doctor-head .sub{
    float: right;
    color: #000000;
    margin: 9px 0;
    padding: 0 20px;
    line-height: 14px;
    border-right: 1px solid #e4e4e4;
}
.m-cms-doctor .doctor-head .sub:hover{
    color: #21BE97;
}
.m-cms-doctor .doctor-line{
    margin-top: -1px;
    border-bottom: 1px solid #E4E4E4;
}
.m-cms-doctor .doctor-line div{
    width: 48px;
    border-bottom: 5px solid #21BE97;
    margin-bottom: -1px;
}
.m-cms-doctor .list {
    margin: 0;
    padding: 0;
}
.m-cms-doctor .list .c-doctor{
    width: 50%;
    margin-top: 30px;
    position: relative;
    float: left;
    height: 168px;
}
.m-cms-doctor .list .c-doctor.d_1 .c-content,
.m-cms-doctor .list .c-doctor.d_3 .c-content{
    right: 30px;
}
.m-cms-doctor .list .c-doctor.d_2 .c-photo,
.m-cms-doctor .list .c-doctor.d_4 .c-photo{
    left: 30px;
}
.m-cms-doctor .list .c-doctor.d_2 .c-content,
.m-cms-doctor .list .c-doctor.d_4 .c-content{
    left: 164px;
}
.m-cms-doctor .list .c-doctor .c-photo{
    position: absolute;
    top: 0;
    left: 0;
    width: 134px;
    height: 168px;
}
.m-cms-doctor .list .c-doctor .c-content{
    position: absolute;
    top: 0;
    left: 134px;
    right: 0;
    height: 168px;
    padding: 20px;
    background: #fff;
}
.m-cms-doctor .list .c-doctor .c-content:hover{
	background-color:#21BE97;
}
.m-cms-doctor .list .c-doctor .c-content .c-name{
    color:#000;
    font-size: 16px;
    font-weight: bold;
}
.m-cms-doctor .list .c-doctor .c-content:hover .c-name{
	color: #ffffff;
}
.m-cms-doctor .list .c-doctor .c-content .c-name span{
    color:#616161;
    font-size: 14px;
}
.m-cms-doctor .list .c-doctor .c-content:hover .c-name span{
	color: #e4f7f2;
}
.m-cms-doctor .list .c-doctor .c-content .c-txt{
    color:#b1b1b1;
    margin-top: 10px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.m-cms-doctor .list .c-doctor .c-content:hover .c-txt{
	color: #d2f2ea;
} 
.m-cms-doctor .list .c-doctor .c-content .c-txt span{
    font-weight: bold;
    color:#010101;
}
.m-cms-doctor .list .c-doctor .c-content:hover .c-txt span{
	color: #ffffff;
}
/*******doctor end********/
/***************modules end******************/

.list-page{
    width: 100%;
}
.list-page .c-head-title{
	background: #21be97;
    color: #fff;
    height: 76px;
    line-height: 76px;
    padding-left: 20px;
    font-size: 30px;
    margin: 0;	
    width: 228px;
    margin-top: -76px;
}
.list-page .c-menu{
    float: left;
    margin: 0;
    padding: 0;
    width: 228px;
    padding-bottom: 160px;
    background: #f5f5f5;
}
.list-page .c-menu li {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding-left:20px;
    list-style: none;
    width: 228px;
    border-bottom: 1px solid #e4e4e4;
    color: #616161;
    cursor: pointer;
}
.list-page .c-menu li.active,
.list-page .c-menu li:hover {
	border-left: 5px solid #21be97;
    padding-left: 15px;		
    color: #21BE97;	
    background: #ffffff;
    border-bottom-width: 0;	
}
.list-page .c-content {
    margin-left: 298px;
    color: #616161;
}
.list-page .c-content .c-nav{
    color: #616161;
    height: 74px;
    border-bottom: 1px solid #e4e4e4;
}
.list-page .c-content .c-nav h1{
	margin: 0;
    font-weight: bold;
    font-size: 24px;
    margin-top: 34px;
    margin-bottom: 14px;
    color: #000000;	
    float: left;
}
.list-page .c-content .c-nav dl{
    margin-top: 34px;
    color: #939393;	
    float: right;
}
.list-page .c-content .c-nav dl a{
    color: #939393;		
}
.list-page .c-content .c-list{
	list-style: none;
	padding: 0;	
}
.list-page .c-content .c-list li{
	padding-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4;	
    margin-top: 24px;
    position: relative;
    height: 172px;
}
.list-page .c-content .c-list li img{
    width: 228px;
    height: 152px;	
    position: absolute;
}
.list-page .c-content .c-list li .c-text-box{
    padding-left: 252px;
}
.list-page .c-content .c-list li .c-text-box .text{
	float: left;
    width: 100%;
}
.list-page .c-content .c-list li .c-text-box .text .title{
	color: #434343;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    display: block;		
}
.list-page .c-content .c-list li .c-text-box .text .title:hover{
	color: #21BE97;	
}
.list-page .c-content .c-list li .c-text-box .text .content{
	font-size: 14px;
    color: #616161;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 39px;
    margin-bottom: 43px;
}
.list-page .c-content .c-list li .c-text-box .time{
    float: left;
    color: #c3c3c3;	
}
.list-page .c-content .c-list li:after{
    content: "";
    clear: both;
    display: table;		
}
.list-page .c-content .c-page{
    text-align: right;
    margin-top: 34px;
    margin-bottom: 50px;		
}
.list-page .c-content .c-page .p_total,.list-page .c-content .c-page a{
	padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #616161;	
    display:inline-block;
}

.article .info_title{
    color: #434343;
    font-size: 30px;
    font-weight: bold;
    margin: 46px 0 30px 0;
    text-align: center;
}
.article .info_time{
    color: #c3c3c3;
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
}
.article .info_med{
    padding: 0 20%;
    margin-bottom: 40px;
}
.article .info_med .video{
    width: 100%;
}
.article .info_med .img{
    width: 100%;
}
.article .info_txt{
    margin-bottom: 160px;
}