/* 样式开始 */
		.carousel-item a.banbg{
			background-image: url(/static/img/banner-new/khal.png);
			background-repeat: no-repeat;
			background-position: 45% center;
		}
		
		.breadText{
			margin-top: 22px;
		}
		.breadText a{
			font-size: 14px;
			color: #181818;
		}
		.breadText span{
			font-size: 14px;
			color: #666666;
		}
		.breadText a:nth-of-type(2){
			color: #666666;
		}
		.tab-area a{
			color: #181818;
			margin:0px 45px ;
			height: 60px;
			line-height: 60px;
			display: inline-block;
			position: relative;
			font-size: 16px;
		}
		.tab-area a.active{
			color: #1890FF;
			border-bottom: 2px solid #387EE8;
		}
		.tab-area{
			position: relative;
		}
		.tab-area .tab-btn-free{
			width: 120px;
			height: 36px;
			color: #fff;
			font-size: 14px;
			background: #1890FF;
			border-radius: 18px;
			display: inline-block;
			position: absolute;
			right: 0px;
			top: 12px;
			line-height: 36px;
			text-align: center;
		}
		.tab-area .tab-area-span{
			position: absolute;
			left: 0px;
			top: 18px;
		}
		.tab-area .tab-area-span .tab-area-firstspan{
			margin: 0px;
			cursor: pointer;
		}
		.tab-area .tab-area-span .tab-area-firstspan:hover{
			color: #1890FF;
		}
		.tab-area .tab-area-span span:last-child{
			color: #666666;
		}
		.breadcrumb {
			position: absolute;
			left: 0px;
			padding: 0px;
			background: transparent;
			top: 20px;
		}
		.breadcrumb a{
			margin: 0 !important;
			height: 0px !important;
			line-height: inherit!important;
		}
		.breadcrumb .breadcrumb-item{
			font-size: 14px;
			cursor: pointer;
			color: #181818;
		}
		.breadcrumb li.active{
			color: #999;
		}
		.breadcrumb .breadcrumb-item:hover{
			/* color: #1890FF; */
		}
		.mainCont{
			display: none;
		}
		.selected{
			display: block;
		}
		/* 大标题 */
		.title-area{
			padding: 45px;
		}
		.title-area h3{
			font-size: 28px;
			color: #181818;
			font-weight: 400;
		}
		.contentWp{
			/* margin-top: -12px; */
			position: relative;
		}
		.bgColor{
			background-color: #F3F4F6;
		}
		.tab-container{
			background: #FFFFFF;
			position: absolute;
			top: 0px;
			width: 100%;
			box-shadow: 0px 0px 18px 0px rgba(1, 32, 78, 0.1);
		}
		.product{
			padding-top: 60px;
		}
		.product-serve-infor p{
			font-size: 14px;
			color: #666666;
			margin-bottom: 20px;
		}
		.product-serve-infor .img-product{
			margin-bottom: 25px;
		}
		.product-serve-infor .img-product img{
			height: 503px;
			
		}
		.product-serve-infor .item3-img img{
			height: 684px;
			margin-bottom: 39px;
		}
		.product-label{
			margin-top: 47px;
		}
		.product-label h5{
			border-left: 3px solid #1890FF;
			padding-left: 10px;
			font-size: 18px;
			color: #181818;
			margin-bottom: 35px;
		}
		.product-label .product-ul{
			padding-bottom: 40px;
		}
		.product-label .product-ul li{
			width: 285px;
			padding: 0px 15px;
			display: inline-block;
			margin-right: 15px;
			color: #181818;
			font-size: 16px;
			height: 58px;
			line-height: 58px;
			margin-bottom: 30px;
			cursor: pointer;
			border-radius: 4px;
			background: url(../img/solution/medical/tab-bg.png) no-repeat;
			background-size: 100%;
			box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
		}
		.product-label .product-ul li a{
			width: 100%;
			height: 100%;
			color: #181818;
			display: inline-block;
		}
		.product-label .product-ul-item li{
			padding: 0px 12px;
		}
		.product-label .product-ul li:hover a{
			color: #1890FF;
		}
		.product-label .product-ul li:nth-child(4n+4){
			margin-right: 0px;
		}
		.product-label .product-ul-item li img{
			margin-right: 10px;
		}
		.product-ul li img{
			height: 32px;
			margin-right: 22px;
		}
		.item4-ul{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin-bottom: 60px;
		}
		.item4-ul li{
			width: 382px;
			/* height: 340px; */
			display: inline-block;
			background: #fff;
			border: 1px solid #E5E5E5;
			text-align: center;
		}
		.item4-ul li img{
			width: 100%;
		}
		.item4-ul li p{
			width: 100%;
			color: #666666;
			font-size: 14px;
			line-height: 28px;
			padding: 30px 25px 0px;
			margin-bottom: 40px;
			text-align: justify; /*实现两端对齐*/
    		text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
			word-break: break-all; /*允许在单词内换行*/
			text-align: left;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 5;
		}
		.fun-intro-ul ul,.product-intro-ul ul{
			display: flex;
			flex-flow: wrap;
			justify-content: space-between;
		}
		.fun-intro-ul .fun-intro-li{
			width: 380px;
			display: inline-block;
			margin: 0px 0px 70px 0px;
		}
		.fun-intro-ul .fun-intro-li:nth-of-type(3n+3){
		}
		.fun-intro-li h4 {
			font-size: 16px;
			color: #181818;
			margin-bottom: 16px;
		}
		.fun-intro-li h4 img{
			width: 20px;
			margin-right: 6px;
		}
		.fun-intro-ul .fun-intro-li p{
			font-size: 14px;
			color: #666666;
		}
		.product-intro-ul .product-intro-li{
			width: 580px;
			height: 140px;
			display: inline-block;
			border: 1px solid #D2D2D2;
			padding: 35px 22px 30px;
			margin-bottom: 36px;
		}
		.product-intro-ul .product-intro-li img{
			width: 60px;
			margin-right: 18px;
		}
		.left-img,.right-text{
			float: left;
		}
		.left-img{
			width: 80px;
		}
		.right-text{
			width: 84%;
		}
		.right-text h4{
			font-size: 18px;
			/* font-family: FZLTDHK; */
			font-weight: normal;
			color: #181818;
			padding-bottom: 12px;
		}
		.right-text p{
			font-size: 14px;
			/* font-family: MicrosoftYaHei; */
			font-weight: 400;
			color: #666666;
			line-height: 24px;
		}
		.btn-apply a{
			width: 140px;
			height: 40px;
			line-height: 40px;
			display: inline-block;
			background: #1890FF;
			border-radius: 20px;
			color: #fff;
			margin: 30px 0px 54px;
		}
		.img-area img{
			width: 270px;
			margin-bottom: 27px;
			margin-right: 34px;
		}
		.img-area img:nth-of-type(4n+4){
			margin-right: 0px;
		}
		.list-text {
			font-size: 14px;
			color: #666666;
			margin-bottom: 48px;
		}
		.list-text li{
			position: relative;
			width: 48%;
			padding-left: 20px;
			display: inline-block;
			margin-bottom: 14px;
		}
		.triangle{
			width:0px;
			height:0px;
			display: inline-block;
			border-left:12px solid #1890FF;
			border-top:8px solid transparent;
			border-bottom:8px solid transparent;
			position: absolute;
			left: 0px;
			top: 4px;
		}
		
		@media screen and (min-width:1680px){
			.content-banner-about{
				height: 260px;
				background-size: 100%;
			}
		}
		@media screen and (min-width:1560px) and (max-width: 1650px){
			.carousel-item a.banbg{
				background-position: 50% center;
			}
		}
		@media screen and (min-width:1500px) and (max-width: 1559px){
			.carousel-item a.banbg{
				background-position: 42% center;
			}
		}
		/*大型屏幕pc 1600>=pc>=1400 超大屏*/
		@media screen and (min-width:1400px) and (max-width: 1600px){
			.navbar-expand-lg .navbar-nav .nav-link{
				padding-left: 0.3rem;
				padding-right: 0.3rem;
			}
			.title-area{
				padding: 40px 0px 30px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			.content-banner-about{
				height: 220px;
				background: url(../img/banner/product-serve.png) no-repeat bottom;
				background-size: 100%;
			}
			.item4-ul li{
				width: 360px;
			}
		}
		@media screen and (min-width:1381px) and (max-width: 1450px){
			.navbar-expand-lg .navbar-nav .nav-link{
				padding-left: 0.3rem;
				padding-right: 0.3rem;
			}
			
			.title-area{
				padding: 40px 0px 30px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			.content-banner-about{
				height: 220px;
				background: url(../img/banner/product-serve.png) no-repeat bottom;
				background-size: 100%;
			}
			.product-intro-ul .product-intro-li{
				width: 560px;
			}
			.img-area img{
				width: 250px;
			}
			.banner-text {
				bottom: 65px;
			}
			.item4-ul li{
				width: 360px;
			}
		}
		/*大型屏幕pc 1400>=pc>=1200 超大屏*/
		@media screen and (min-width:1200px) and (max-width: 1380px){		
			.navbar-expand-lg .navbar-nav .nav-link{
				padding-left: 0.3rem;
				padding-right: 0.3rem;
			}
			.title-area{
				padding: 40px 0px 30px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			
			.content-banner-about{
				height: 220px;
				background: url(../img/banner/product-serve.png) no-repeat bottom;
				background-size: 100%;
			}
			.product-video .product-video-l{
				width: 416px;
			}
			.product-video .product-video-r{
				height: 236px;
			}
			.product-label .product-ul li{
				width: 265px;
			}
			.img-area img{
				width: 250px;
			}
			.item4-ul{
				
			}
			.item4-ul li{
				width: 362px;
			}
			.carousel-item a.banbg {
				background-position: 44.5% center;
			}
		}
		/*1200>=pc>=992 大屏*/
		@media screen and (min-width:992px) and (max-width: 1199px){		
			.carousel-item a.banbg {
				background-position: 34% center;
			}
			.title-area{
				padding: 40px 0px 30px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			.navbar-nav li{
				margin: 0px;
				padding: 0px 6px;
			}
			.form-inline {
			    justify-content: flex-end;
			}
			.navbar-expand-lg .navbar-nav .nav-link{
				padding-left: 0.2rem;
				padding-right: 0.2rem;
			}
			
			.product-label .product-ul li{
				width: 225px;
			}
			.item4-ul li{
				width: 302px;
			}
			.product-serve-infor .item3-img img {
				height: auto;
				margin-bottom: 30px;
				width: 100%;
			}
			.stick .tab-area {
				text-align: center !important;
			}
			.tab-area a{
				margin: 0px 20px;
			}
		}
		
		/*phone<768  小屏*/
		@media screen and (max-width: 992px) and (min-width: 480px){
			.carousel-item a.banbg {
				background-position: 26% center;
			}
			.title-area h3{
				font-size: 24px;
			}
			.title-area h4 {
				font-size: 16px;
				padding: 0px 14px;
			}
			.title-area{
				padding: 30px 0px;
			}
			.stick .tab-area a{
				margin:0 10px !important;
			}
			.stick .tab-area{
				text-align: center !important; 
			}
			.tab-area a{
				margin: 0px 10px;
			}
			.product {
				padding-top: 100px;
			}
			.carousel-inner{
				margin-top: 0px;
				height: 300px;
			}
			.mobile-s-banner{
				width: 80%;
			}
			
			.breadcrumb {
				position: inherit;
				left: 14px;
			}
			.mainCont{
				padding:0px 14px;
			}
			.product-part1{
				padding: 0px 14px;
			}
			.product-serve-infor .img-product img{
				width: 100%;
				height: auto;
			}
			.product-serve-infor .img-product{
				margin-bottom: 0px;
			}
			.product-label .product-ul {
			    padding-bottom: 0px;
			}
			.product-label .product-ul li{
				width: 47%;
				margin-bottom: 20px;
			}
			.item4-ul{
				margin-bottom: 20px;
			}
			.item4-ul li{
				width: 48%;
				margin-bottom: 20px;
			}
		}
		/* 超小屏*/
		@media screen and (max-width: 480px){
			.carousel-item a.banbg {
				background-position: 70% center;
			}
			
			.title-area h3{
				font-size: 24px;
			}
			.title-area h4 {
				font-size: 16px;
				padding: 0px 14px;
			}
			.title-area{
				padding: 30px 0px;
			}
			.stick .tab-area a{
				margin:0 10px !important;
			}
			.stick .tab-area{
				text-align: center !important; 
			}
			.tab-area a{
				margin: 0px 10px;
			}
			.product {
				padding-top: 100px;
			}
			.carousel-inner{
				margin-top: 0px;
				height: 300px;
			}
			.mobile-s-banner{
				width: 80%;
			}
			
			.breadcrumb {
				position: inherit;
				left: 14px;
			}
			.mainCont{
				padding:0px 14px;
			}
			.product-part1{
				padding: 0px 14px;
			}
			.product-serve-infor .img-product img{
				width: 100%;
				height: auto;
			}
			.product-serve-infor .img-product{
				margin-bottom: 0px;
			}
			.product-label .product-ul {
			    padding-bottom: 0px;
			}
			.product-label .product-ul li{
				width: 100%;
				margin-bottom: 20px;
			}
			.item4-ul{
				margin-bottom: 20px;
			}
			.item4-ul li{
				width: 100%;
				margin-bottom: 20px;
			}
			.tab-container{
				height: 60px;
			}
			.tab-container .tab-area .tab-item{
				display: none;
			}
		}
		