/* 导航 */
.nav-right ul li:nth-child(3) a {
	color: #ea5018;
}
.nav-right ul li:nth-child(3)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 栏目 */
.column {
    background-color: #f3f3f3;
    padding: 23px 0;
}
.column-content {
    justify-content: flex-start;
}
.column a, .column p {
    color: #777777;
}
.column p {
    margin: 0 2px;
}
/* 内容 */
.content {
    padding-bottom: 90px;
}
/* 标题 */
.content-title {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 40px;
    font-size: 36px;
}
.content-title h3 {
    margin-top: -20px;
    position: relative;
    padding-bottom: 20px;
}
.content-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #ea5018;
}
/* 解决方案 */
.product {
    margin: 60px 0;
}
.product .content-title {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
}
.product .content-title h3::after {
    right: auto;
}
.product-content ul li>div {
	width: 50%;
}
.product-left h3 {
	font-size: 36px;
	color: #000;
	text-align: left;
	width: 100%;
	position: relative;
	padding-bottom: 25px;
}
.product-left h3 span {
	font-size: 30px;
	color: #ea5018;
	font-weight: 400;
}
.product-left h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 51px;
	height: 4px;
	background-color: #ea5018;
}
.product-left p {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
}
.product-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.product-right img:nth-child(1) {
    margin-right: -120px;
}
/* 现状分析 */
.analyse {
    width: 100%;
    background: url('../img/solution/hospital/img02-bj.png') no-repeat;
    background-size: cover;
    padding-bottom: 75px;
    margin-bottom: 80px;
}
.analyse-content {
    position: relative;
}
.analyse-left {
    width: 100%;
    justify-content: space-around;
}
.analyse-left::after {
    content: '';
    max-width: 380px;
    width: 100%;
}
.analyse-left>div {
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.analyse-left>div h3 {
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    background: linear-gradient(to right, #ff9600 , #e71d36);
    box-shadow: 0 10px 20px rgba(232, 33, 53, .3);
    border-radius: 10px;
}
.analyse-left>div ul {
    max-width: 245px;
    margin: 20px auto;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.analyse-left>div li {
    margin: 20px 0;
}
.analyse-left>div li img {
    margin-right: 20px;
}
.analyse-left02 {
    margin-left: 30px;
}
.analyse-left02 h3 {
    background: linear-gradient(to right, #1bb2dd , #005aff) !important;
}
.analyse-right {
    position: absolute;
    top: -95px;
    right: -125px;
}
.analyse-right img:nth-child(1) {
    margin-right: -130px;
    position: relative;
}
/* 产品功能 */
.productFunction {
    width: 100%;
}
.productFunction li {
    padding: 40px 0;
}
.productFunction li:nth-child(even) {
    flex-direction: row-reverse;
}
.productFunction-right {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.productFunction-right-content {
    max-width: 500px;
}
.productFunction-right p {
    font-size: 26px;
    color: #ea5018;
    margin-bottom: 30px;
}
.productFunction-right span {
    font-size: 18px;
    line-height: 36px;
}
/* 应用价值 */
.applicationValue {
    width: 100%;
}
.applicationValue ul {
    width: 100%;
    margin: 0 auto;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.applicationValue li div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ea5018;
}
.applicationValue li p {
    font-size: 22px;
    color: #ea5018;
    margin: 10px 0;
}
.applicationValue li span {
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .product-right img:nth-child(1) {
        margin: 0;
    }
    .analyse-left02 {
        margin: 0;
    }
    .analyse-left>div {
        margin-bottom: 20px;
    }
    .product-left h3 {
        font-size: 30px;
    }
    .product-left p {
        font-size: 16px;
    }
    .analyse-left>div h3 {
        font-size: 26px;
    }
    .productFunction-right-content {
        margin-top: 10px;
    }
    .productFunction-right p {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .applicationValue ul li {
        width: 30%;
        margin-bottom: 20px;
    }
    .analyse {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .analyse-left {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
}
@media screen and (max-width: 425px) {
    .product-content li {
        flex-direction: column-reverse;
    }
    .product-content ul li>div {
        width: 100%;
    }
    .analyse-left>div h3 {
        font-size: 20px;
    }
    .analyse-left>div h3 {
        height: 50px;
        line-height: 50px;
    }
    .productFunction-right p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .productFunction-right span {
        font-size: 14px;
        line-height: 25px;
    }
    .applicationValue li div {
        transform: scale(.7);
    }
    .applicationValue li p {
        font-size: 18px;
    }
    .applicationValue li span {
        font-size: 14px;
    }
}