﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	font-family: Helvetica;
}

#home {
	max-width: initial;
	padding-top: 0;
	height: initial;
}
.flex{
	display: flex;
	justify-content: center;
}
.nav-wrap {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: linear-gradient(90deg, #5239ed, #31c7dc);
}

.nav-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	color: #fff;
}

.nav-wrap a {
	color: #fff;
	text-decoration: none;
}

.nav-wrap2 {
	/*    background: #338FFF;*/
	background: #fff;
	color: #fff;
	box-shadow: rgb(238, 238, 238) 0px -2px 5px -1px, rgb(238, 238, 238) 0px 5px 10px -1px;
}

.nav-wrap2 a {
	color: #338FFF;
}

.nav-wrap2 .nav-box,
.nav-wrap2 .login-box {
	color: #338FFF;
}

.nav-wrap2 .login-box {
	border: 1px solid #338FFF;
}

.nav-wrap2 .active {
	border-bottom: 2px solid #338FFF;
}

.navs {
	display: flex;
	align-items: center;
	gap: 50px;
	font-size: 15px;
}

.nav {
	padding: 16px 0;
	line-height: 21px;
}

.login-box {
	border: 1px solid #fff;
	height: 27px;
	line-height: 27px;
	padding: 0 6px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	color: #fff;
}

.active {
	border-bottom: 2px solid #fff;
}

.home-content {
	margin: 0 auto;
}

.home-title-box {
	margin: 60px 0 20px;
}

.home-title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.75px;
	margin-bottom: 4px;
	color: #222;
}

.home-tips {
	letter-spacing: 5px;
	/*    font-weight:100;*/
	font-size: 20px;
	color: #222;
}

.plate-box {
	display: flex;
	gap: 116px;
	padding: 96px 0;
}

.limit-width {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.border {
	border: 1px solid #999;
}

.plate-left {}

.plate-right {
	flex: 1;
}

.width-560 {
	width: 560px;
}

.width-600 {
	width: 600px;
}

.small-tit {
	font-size: 24px;
	font-weight: 400;
	color: #338FFF;
	font-weight: bold;
	margin-bottom: 12px;
}

.plate-cont {
	line-height: 26px;
	/*    font-weight: 200;*/
	color: #666;
	font-size: 14px;
}

.product-list-box {
	margin-top: 30px;
}

.product-list-box div {
	height: 29px;
	margin-top: 10px;
}

.product-btn {
	color: #338FFF;
	border: 1px solid #338FFF;
	border-radius: 15px;
	padding: 4px 10px;
	text-align: center;
	background: rgba(49, 142, 255, 0.1);
	width: fit-content;
	box-sizing: border-box;
	font-size: 15px;
}

.product {
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid rgba(69, 115, 229, 0.8);
	width: fit-content;
	margin: 10px 0;
	/*    font-weight: 200;*/
	color: #666;
	font-size: 13px;
}

.product:hover {
	color: #338FFF;
}

.product span {
	padding-left: 10px;
}

.tx-left {
	text-align: left;
}

.tx-right {
	text-align: right;
}

.plate-wrap {
	box-shadow: 0 -2px 5px -1px #eee, 0 5px 10px -1px #eee;
}

/*合作客户*/
.cooperative-client {
	padding-top: 70px;

}

.home-title2 {
	letter-spacing: 7.5px;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
	color: #222;
}

.small-tit2 {
	letter-spacing: 4.5px;
	font-weight: 400;
	font-size: 18px;
	margin: 8px 0;
	color: #222;
}

.cooperative-client-cont {
	padding: 15px 0;
	margin-top: 56px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, calc(33% - 33px));
	gap: 0 50px;
}

.swiper-container {
	height: 522px;
	border: 1px solid #999;
}

.swiper-wrapper {
	padding-bottom: 0;
}

.home-logo-box {
	margin: 15px 0;
	height: 60px;
}

.home-logo-box img {
	max-width: 70%;
	max-height: 100%;
	margin: 0 auto;
}

.relative {
	position: relative;
}

.qualification {
	width: 399px;
	height: 87px;
	border: 1px solid #eee;
	line-height: 87px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #fff;
}

.qualification-cont {
	margin: 128px auto;
	justify-content: space-between;
	font-size: 14px;
}

.qualification-item {
	width: 135px;
}

.qualification-img {
	width: 70px;
	height: 98px;
	border: 1px solid #eee;
	margin: 8px auto;
	display: flex;
	align-items: center;
}

.qualification-img img {
	width: 100%;
}

.home-footer {
	/*    padding: 120px 0 20px;*/
	padding: 10px 0 20px;
	text-align: center;
	font-size: 14px;
	color: #b4b4b4;
	background-image: url("../image/footer.jpg");
	height: 360px;
	background-size: 100% 100%;
	color: #fff;
	margin-top: 60px;
	box-sizing: border-box;
}

.footer-top {
	display: flex;
	padding-top: 50px;
	text-align: left;
}

.erCode {
	width: 140px;
	height: 140px;
	border: 1px solid #999;
}

.call-us {
	margin-left: 80px;
	flex: 1;
}

.call-us p {
	margin-bottom: 20px;
}

.wid100 {
	width: 100%;
}

.footer-banner {
	height: 300px;
	background-image: url("../image/homeBg.jpg");
	background-size: 100% 100%;
	letter-spacing: 7.5px;
	font-size: 30px;
	vertical-align: middle;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 初始状态隐藏箭头 */
.swiper-button-next,
.swiper-button-prev {
	opacity: 0;
	transition: opacity 0.3s ease;
	background: #d5d5d5;
	width: 45px !important;
	height: 45px;
	border-radius: 50%;
	background-image: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 24px;
	color: #fff;
}

/* 鼠标悬停时显示箭头 */
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1;
}

/*产品服务下nav*/
.server-nav-box {
	position: fixed;
	width: 1200px;
	z-index: 0;
	background: #fff;
	left: 50%;
	box-shadow: 0 5px 15px 0 hsla(0, 0%, 51%, .58);
	padding: 50px 0 75px;
	opacity: 0;
	/*    transform:translateX(-50%);*/
	/*    top:60px;*/
	transform: translate(-50%, 0);
	transition: all 0.5s ease;
	z-index: -9;
}

.server-nav-box.show {
	opacity: 1;
	z-index: 999;
	transform: translate(-50%, 60px);
}

.server-nav {
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	margin-bottom: 15px;
}

.server-nav-left {
	font-size: 16px;
}

.server-nav-right {
	text-align: left;
	padding-left: 55px;
	font-size: 14px;
	border-left: 1px solid #ccc;
}

.nav2-box {
	margin: 12px 0;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.nav2-box:hover {
	color: #338FFF;
}

.icon {
	margin-bottom: 15px;
}

/*关于我们*/
.display-picture-box {
	height: 522px;
	padding-top: 88px;
	box-sizing: border-box;
	background: linear-gradient(90deg, #5239ed, #31c7dc);
	color: #fff;
}

.display-picture {
	display: flex;
	justify-content: space-between;
}

.componey {
	position: relative;
	height: 364px;
}

.compony-img {
	width: 299px;
	height: 346px;
	position: absolute;
	z-index: 9;
	overflow: hidden;
}

.componey-shadow {
	width: 299px;
	height: 346px;
	background: #6184ea;
	position: absolute;
	top: 20px;
	left: 20px;
}

.compony-introduction {
	width: 700px;
	margin: auto 0;
}

.introduction-title {
	margin-bottom: 15px;
	font-size: 48px;
}

.introduction {
	font-size: 16px;
	line-height: 40px;
	font-weight: 200;
}

.course-title {
	margin: 40px auto 0;
	color: #338FFF;
	font-weight: 200;
	font-size: 30px;
}

.course-cont {
	display: grid;
	grid-template-columns: 45% 10% 45%;
	margin: 20px 0;
	align-items: flex-start;

}

.course-tx div {
	font-weight: 500;
	font-size: 18px;
	color: #338FFF;
	margin-bottom: 4px;
}

.course-tx p {
	font-size: 14px;
	color: #666;
}

.mr40 {
	margin-right: 40px;
}

.ml40 {
	margin-left: 40px;
}

.course-center {
	padding-top: 32px;
	display: flex;
	align-items: center;
}

.line {
	height: 4px;
	width: calc(50% - 10px);
	border-radius: 4px;
	background-color: #4573e5;
	opacity: 50%;
}
.wire {
    height: 4px;
    width: calc(50% - 10px);
    border-radius: 4px;
    background-color: #4573e5;
    opacity: 50%;
}
.round-box {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 9;
	background-color: #fff;
}

.round {
	width: 12px;
	height: 12px;
	background-color: #4573e5;
	border-radius: 50%;
	margin: 4px;
}

.course-right {}

.flex-end2 {
	justify-content: flex-end;
}

.course-box {
	position: relative;
	margin-top: 25px;
	padding-bottom: 68px;
}

.course-box::after {
	content: "";
	height: 98%;
	width: 3px;
	position: absolute;
	left: calc(50% - 1px);
	top: 0;
	z-index: 0;
	background-color: #4573e5;
	opacity: 50%;
}

.course-img-box {
	width: 448px;
	/*    height:302px;*/
}

.course-img-box img {
	width: 100%;
}

.left-auto {
	margin-left: auto;
}

/*互联网医院*/
.subtitle {
	margin: 50px 0 12px;
	font-size: 24px;
	color: #338FFF;
	text-align: left;
	font-weight: bold;
}

.description {
	margin: 12px 0;
	font-size: 20px;
	color: #338FFF;
	letter-spacing: 2px;
}

.red {
	color: red;
}

.img-box img {
	width: 100%;
}

.imgs-box {
	display: flex;
	/*    justify-content:space-between;*/
	gap: 50px;
}

.imgs-box img {
	/*    height:700px;*/
	height: 572px;
}

.height-500 img {
	height: 500px;
}

.banner-wrap {
	display: flex;
	align-items: center;
	gap: 80px;
}

.banner-picture {
	/*    width:430px;
    height:335px;*/
}

.banner-left h1 {
	font-weight: normal;
	font-size: 48px;
	margin-bottom: 15px;
}

.banner-left p {
	font-size: 18px;
	font-weight: 300;
}

.max-width-960 {
	max-width: 960px;
}

img {
	display: block;
}
.pointer{
	cursor: pointer;
}