@charset "utf-8";

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #0d73d8;
	width: 35px;
	border-radius: 50px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 93px;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/icon_left.png);
	left: 20px;
	right: auto;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/icon_right.png);
	right: 20px;
	left: auto;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 120px;
	margin-top: -60px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

/* 优势 */
.ys{
	height: 1px;
	position: relative;
}
.ys li {
	float: left;
	width: 20%;
	padding: 40px 0;
	text-align: center;
	background: url(../img/ddc.jpg) no-repeat right center;
}

.ys li:last-child {
	background-image: none;
}

.ys li span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 8px;
}

.ys li img {
	width: 60px;
	margin: 0 auto;
}

.ys ul {
	width: 100%;
	left: 0;
	top: -200px;
	z-index: 3;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	/* border-top-right-radius: 10px; */
	/* border-top-left-radius: 10px; */
	position: absolute;
	z-index: 3;
	/* top: -75px; */
	background-color: rgba(0,0,0,0.2);
}
/* cont7合作伙伴 */
.cont7{
	padding: 50px 0;
	
}
/* .cont7-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} */
.cont7-list ul li{
	border: 1px solid #ececec;
	/* width: 18%; */
    box-shadow: 1px 1px 7px #e2e2e2;
    box-sizing: border-box;
    /* margin-bottom: 20px; */
}
.cont7-list ul li img{
	max-width: 100%;
    margin: 0 auto;
    height: 95px;
    object-fit: cover;
}


/* cont1 */
.title {
	margin-bottom: 40px;
}

.title h4 {
	font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.title p {
	font-size: 16px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}
.cont1{
	padding-top: 60px;
	padding-bottom: 60px;
}
.cont1-l{
	float: left;
	width: 360px;
}
.cont1-r{
	float: left;
	width: 840px;
}
.cont1-r a{
	float: left;
	position: relative;
	overflow: hidden;
}
.cont1-r a img{
	width: 100%;
	height: auto;
}
.cont1-r a div{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -188px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont1-r a:hover div{
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
}
.cont1-r a div h5{
	font-size: 24px;
}
.cont1-r a div i{
	display: block;
	width: 32px;
	margin: 10px 0;
	height: 2px;
	background-color: #fff;
}
.cont1-r a div p{
	font-size: 12px;
	line-height: 22px;
	opacity: 0;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
}
.cont1-r a:hover div p{
	opacity: 1;
}
.cont1-list a{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.cont1-list a:nth-child(3n){
	margin-right: 0;
}
.cont1-list a i{
	display: block;
	overflow: hidden;
}
.cont1-list a i img{
	width: 100%;
	height: 260px;
}
.cont1-list a span{
	display: block;
	font-size: 16px;
	text-align: center;
	background-color: #f4f4f4;
	color: #333;
	line-height: 60px;
}
/* 医院环境 */
.cont2 {
	box-sizing: border-box;
	padding-bottom: 60px;
}
.cont2-r{
	float: right;
	width: 660px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 20px;

}
.cont2-l a{
	display: block;
}
.cont2-list a {
	display: block;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
    height: 126px;
    background: url(../img/jh.png) no-repeat right bottom;
}
.cont2-list a:hover{
	background: url(../img/jh1.png) no-repeat right bottom;
	border: 2px solid #0d73d8;
}
.cont2-list a:hover .time{
	background-color: #0d73d8;
}
.cont2-list a:hover .cont2-list-txt h5{
	color: #0d73d8;
}
.cont2-list a .time{
	width: 94px;
    height: 94px;
    float: left;
    box-sizing: border-box;
    /* padding-left: 15px; */
    background-color: #3f3f3f;
    text-align: center;
}
.cont2-list a .time em{
	display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 13px;
}
.cont2-list a .time span{
	display: block;
	font-size: 18px;
	color: #fff;
}
.cont2-list a .cont2-list-txt{
	width: 458px;
	float: right;
}
.cont2-list a .cont2-list-txt h5{
	font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.cont2-list a .cont2-list-txt p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 分页 */
.cont2-l .swiper-pagination{
    width: 13%;
    right: 0;
}
.cont2-l .swiper-pagination-bullet-active{
    background: #0d73d8 !important;
}
.cont2-l .swiper-pagination-bullet{
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
}
.cont2-l{
	float: left;
	width: 520px;
}
.cont2-l img{
	width: 100%;
	height: 330px;
}
.cont2-l .txt_aa{
	background-color: #000000;
    color: #fff;
    padding: 30px 10px;
    box-sizing: border-box;
    width: 66%;
}
.cont2-l .txt_aa h4{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont2-l .txt_aa p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* cont3 */
.cont3 {
	background: url(../img/04_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 80px 0 100px;
}

.solution {
	min-width: 1400px;
	width: 100%;
}

.solution .swiper-container {
	width: 64%;
	padding: 0 18%;
	margin: 0 auto;
}

.solution img {
	width: 100%;
	height: 350px;
    object-fit: cover;
}

.solution .swiper-slide {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.solution .swiper-button-prev,
.solution .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/lefts.png);
	left: 13%;
	right: auto;
}

.solution .swiper-slide {
	opacity: 0.7;
}

.solution .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.solution .swiper-button-next,
.solution .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/rights.png);
	right: 13%;
	left: auto;
}

.solution .swiper-button-next,
.solution .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.solution .swiper-button-next:hover,
.solution .swiper-button-prev:hover {
	background-position: center bottom;
}

.solution-l {
	float: right;
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	background-color: #fff;
	right: 0;
	bottom: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.solution-l em {
	display: block;
	font-size: 30px;
	color: #333;
	width: 100%;
	text-align: left;
	margin-top: -60px;
}

.solution-l h2 {
	font-size: 15px;
	color: #666;
	width: 100%;
	text-align: left;
	margin-top: 2%;
}

.solution-l i {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin-top: 4%;
	text-align: left;
	margin-bottom: 5%;
}

.solution-l span {
	display: block;
	font-size: 16px;
	color: #333;
	width: 100%;
	text-align: left;
	margin-top: 5%;
	margin-bottom: 3%;
}

.solution-l p {
	font-size: 15px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
}

.solution-r {
	float: left;
	width: 50%;
}
.flex{
	display: flex;
	justify-content: space-between;
}
/* cont4 */
.cont4 {
	padding: 80px 0;
}

.cont4-l {
	width: 580px;
	background-color: #eee;
}
.cont4-l img{
	width: 100%;
	height: auto;
}
.cont4-r {
    height: 100%;
    width: 580px;
}
.cont4-r h4 {
	font-size: 34px;
	color: #0d73d8;
}

.cont4-r span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	color: #999;
}

.cont4-r div p {
	font-size: 15px;
	line-height: 32px;
	color: #333;
}

.cont4-r div {
    margin-top: 36px;
 
}

.cont4-r a {
	color: #0d73d8;
	border: 2px solid #0d73d8;
	width: 100px;
	display: block;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}
.cont4-r a:hover{
	background-color: #0d73d8;
	color: #fff;
}
/* 案例展示 */
.cont6{
	padding: 50px 0 0 0;
}
.cont6-list a{
	float: left;
	width: 380px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-right: 30px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.cont6-list a:nth-child(3n){
	margin-right: 0;
}
.cont6-list img{
	width: 100%;
    height: 285px;
    transition: all 0.6s;
    object-fit: cover;
}
.cont6-list a:hover img{
	transform: scale(1.1);
}
.cont6-list a h4{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.cont6-list a:hover h4{
	background-color: rgb(13 115 216);
}
/* main */
