
/*common*/
html, body {
    width: 100%;
    height: 100%;
}
body {
    color: #333;
    background-color: #FFF;
    line-height: 1.5;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.tc {
	text-align: center;
}
.page1 {
    background-color: #5CB4FD!important;
}
.page2 {
    background-color: #60DDBE!important;
}
.page3 {
    background-color: #86B1FB!important;
}
.page4 {
    background-color: #FA7B75!important;
}
.page5 {
    background-color: #FEB85D!important;
}
.page6 {
    background-color: #9DBCF7!important;
}
.x-flex-bar-father {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.x-flex-bar-father2 {
	flex-direction:column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.x-flex-bar-el {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	width: 0;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}

/*header start*/
.jyh-head-logo {
    background: url('../../image/pc/logo-fav.png') no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 7px;
}
.jyh-head-text {
    padding-left: 8px;
}
.head-text-hd {
    font-family: simhei;
    font-weight: bold;
}
.head-text-bd {
	letter-spacing: 3px;
}
/*header end*/


/*slide content start*/
/**/
.list-page {
    white-space: nowrap;
    font-family: 'Microsoft Yahei';
    color: #fff;
}
.list-title {
	font-weight: bold;
}
.list-main {
    letter-spacing: 1px;
}
/*jyh-guahao*/
.guahao-item {
    text-align: center;
	display: inline-block;
}
/*jyh-expert*/
.expert-items-hd .item {
    display: inline-block;
}
.item img {
	border-radius: 50%;
}
.expert-item-bd a {
    display: inline-block;
    width: 100%;
}
.expert-item-bd a img {
	height: auto;
	box-shadow: 0 2px 8px 0 rgba(7,17,27,0.4);
}
/*jyh-hos*/
.jyh-hos img {
    height: auto;
    box-shadow: 0 2px 20px 0 rgba(7,17,27,0.4);
}
.hos-item p {
    display: inline-block;
    width: 49%;
}
.hos-item p span {
    display: inline-block;
}
/*jyh-fun*/
.item-icon {
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
.icon1 {
    text-align: center;
}
.icon2 img {
	box-shadow: 0 3px 8px 2px rgba(7,17,27,0.4);
}
/*jyh-doc*/
.doc-item {
    display: inline-block;
    width:48%;
}
.doc-item img {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 8px 2px rgba(7,17,27,0.3);
}
.doc-item p {
    margin: 0 auto;
    text-align: center;
}
/*slide content ending*/