
.about_container{
	padding-top: 4%;
	padding-bottom: 4%;
	line-height: 1.5;
	background-color: #fff;
}
.about_content{
	width: 80%;
	font-size: 18px;
	color: #86868b;
	margin: 0 auto;
	line-height: 1.8;
	text-align: center;
	margin-top: 4%;
}

.about_content p{
	max-width: 80%;
	margin:0 auto;
}
.about_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 8%;
	justify-content: space-around;
}
.about_list li{
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30%;
	margin-bottom: 2%;
	position: relative;
}

.about_list li .tag{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fad1a5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_video_wrap{
	margin: 6% 0;

	overflow: hidden;
	position: relative;
}
.about_video_wrap .video_mask img.cover{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.video_mask .button{
	position: absolute;
	z-index: 2;
	top: 50%;
	cursor: pointer;
	left: 50%;
	transform: translate(-50%,-50%);

}
.about_video_wrap video{
	/*position: absolute;
	left: 0;
	top: 0;*/
	border-radius: 12px;
	object-fit: cover;
}
.about_video_wrap .video_mask{
	position: relative;
	padding-top: 43%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



.about_video_wrap video{
	width: 100%;
}


.about_histroy{
	padding: 4% 0;
}

.about_histroy_wrap .title{
	margin-top:2%;
	margin-bottom: 2%;
	padding: 0 40px;
	border-radius: 40px;
	line-height: 80px;
	position: relative;
	background-image: url(../img/bg2.png);
}

.about_histroy_wrap .title  .swiper-slide{
	color:#ffe9d1;
	font-size: 18px;
}

.about_histroy_wrap .title .swiper-slide-active{
	font-size: 26px;
}


.about_histroy_wrap .title .tr{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8px;
}
.about_container{
	background-image: url(../img/bga.png);
}


.histroy_content{
	font-size: 18px;
    line-height: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 50px;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    margin: 20px 0;
}
.histroy_content::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
	width: 5px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	height: 1px;
}
.histroy_content::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
	border-radius: 10px;
	background: #eee;
}

.histroy_content::-webkit-scrollbar-track {/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 4px;
	background: #EDEDED;

}
.about_business_list{
	display: flex;
	margin: 4% 0;
	justify-content: space-between;
}
.about_business_list .swiper-slide{
	margin-right: 3.5%;
}
.about_business_list .swiper-slide:last-of-type{
	margin: 0;
}
.about_business_list h6{
	font-size: 18px;
	color: #333;
	margin-top: 4%;
}
.about_business_list .swiper-slide{
	width: 31%;

}

.about_business_list .item:hover .img:after{
	opacity: 1;
}
.about_business_list .item .img:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .3s;
	background-size: cover;
	background-image:url(../img/ab2.jpg);
}

.about_business_list .item:hover .box-content {
	transform: translateY(-50%) scale(1);
}

.about_business_list .item .box-content{
	padding: 6% 12%;
	z-index: 1;
	line-height: 1.8;
	color: #fff;
	font-size: 12px;
	color:#fff;
	box-sizing: border-box;
	width: 100%;
	transform: translateY(-50%) scale(0);
	position: absolute;
	top: 50%;
	left: 0;
	transition: all 0.4s linear;
}
.about_business_list .item .box-content h5{
	font-size: 18px;
	color:#fad1a5;
	margin-bottom: 3%;
}

.about_business_list .item img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .6s;
}
.about_business_list .item .img:hover img{
	transform: scale(1.5);
}

.about_business_list .item .img{
	width: 100%;
	overflow: hidden;
	padding-top: 87%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.histroy_content strong{
	color: #333;
}


.about_culture_list{
	display: flex;
	justify-content: space-between;
	padding:4% 100px;
	padding-bottom: 0;
	font-size: 14px;
}

.about_culture_list h6{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.about_culture_list .item{
	text-align: center;
	width: 31%;
	position: relative;
}

.about_culture_list .item .wrap .c{
	color: #666;
	line-height: 1.5;
	font-size: 17px;
	height: 4.5em;
}


.about_culture_list .item .wrap{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	padding:  10%;
	line-height: 1.5;
	box-sizing: border-box;
	justify-content: space-around;
	flex-direction: column;
}


.about_culture_list .item > img{
	width: 100%;
}

.about_idea_container{
	margin-top: 20px;
	background-color: #fff;
	padding:4% 0;
}

.about_idea_container{
	padding-bottom: 150px;
}
.about_idea_wrap .mid{
	margin: 120px auto;
	width: 416px;
	position: relative;
}
.out_circle{
	position: absolute;
	width:calc(100% + 120px);
	border:1px solid #fad1a5;
	height:calc(100% + 120px);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
.out_circle .cir.on{
	background-color: #c00000:
}
.out_circle .cir{
	position:absolute;
	background-color: #fad1a5;
	border-radius: 50%;
	width: 16px;
	cursor: pointer;
	height: 16px;
}
.out_circle .c1{
	right: 24%;
	top: 5%;
}
.out_circle .c2{
	right: 0%;
	top: 36%;
}
.out_circle .c3{
	right: 10%;
	top: 81%;
}

.out_circle .c4{
	right: 48%;
	bottom: -2%;
}
.out_circle .c5{
	right: 90%;
	bottom: 20%;
}
.out_circle .c6{
	right: 90%;
	bottom: 20%;
}
.out_circle .c7{
	right: 96%;
	bottom: 63%;
}
.out_circle .c8{
	right: 71%;
	bottom: 93%;
}

.out_circle .c1 .line1{
	transform-origin: 0 0;
	height: 1px;
	width: 0px;
	transition: all .3s linear;
	position: absolute;
	left: 9px;
	top: 6px;
	transform: rotate(-52deg);
	background-color: #c00000;
}

.out_circle .c1 .line2{
	transition: all .3s linear;
	height: 1px;
	width: 0px;
	left: 41px;
	top: -33px;
	background-color: #c00000;
	position: absolute;
}

.out_circle .c1 .t {
	position: absolute;
	white-space: nowrap;
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	left: 139px;
	top: -74px;
	text-align:center;

}

.out_circle .c2 .line1{
	height: 1px;
	width: 0px;
	transform-origin: 0 0;
	position: absolute;
	left: 10px;
	top: 6px;
	transform: rotate(-52deg);
	background-color: #c00000;
}

.out_circle .c2 .line2{
	height: 1px;
	width: 0px;
	left: 41px;
	top: -33px;
	background-color: #c00000;
	position: absolute;
}

.out_circle .c2  .t {
	font-size: 20px;
	position: absolute;
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	left: 139px;
	top: -74px;
	text-align:center;


}
.out_circle .c3 .line1{
	transform-origin: 0 0;
	height: 1px;
	width: 0px;
	position: absolute;
	left: 11px;
	top: 6px;
	transform: rotate(-52deg);
	background-color: #c00000;

}
.out_circle .c3 .line2{
	height: 1px;
	width:0px;
	left: 41px;
	top: -33px;
	background-color: #c00000;
	position: absolute;
}
.out_circle .c3  .t {
	font-size: 20px;
	position: absolute;
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	left: 139px;
	top: -74px;
	text-align:center;
}
.out_circle .c4 .line1{
	transform-origin: 0 0;
	height: 1px;
	width: 0px;
	position: absolute;
	left: 48px;
	top: 46px;
	transform: rotate(
			-137deg
	);
	background-color: #c00000;

}

.out_circle .c4 .line2{
	height: 1px;
	width: 0px;
	left: 48px;
	top: 45px;
	background-color: #c00000;
	position: absolute;
}


.out_circle .t:after{
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	transition: all .3s;
	left: 0;
	top: 0;
	z-index: -1;
	background-image: url(../img/aboutbg.jpg);
}

.out_circle .c4 .t{
	position: absolute;
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	left: -70px;
	top: 40px;
	text-align: center;
}



/*.out_circle .c5 .line2{
	height: 1px;
    width: 100px;
    left: 41px;
    top: -33px;
    background-color: #c00000;
    position: absolute;
}

.out_circle .c5  .t {
	font-size: 20px;
	position: absolute;
	width: 372px;
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	color: #fbd9b5;
	left: 139px;
    top: -74px;
	text-align:center;
	background-image: url(../img/aboutbg.jpg);

}*/
.out_circle .c6 .line1{
	transform-origin: 0 0;
	height: 1px;
	width: 00px;
	position: absolute;
	left: 4px;
	top: 6px;
	transform: rotate(
			-132deg
	);
	background-color: #c00000;

}

.out_circle .c6 .line2{
	height: 1px;
	width: 0px;
	right: 45px;
	top: -32px;
	background-color: #c00000;
	position: absolute;
}

.out_circle .c6 .t {
	position: absolute;
	height: 84px;
	z-index: 1;
	width:0px;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	right: 200px;
	top: -42px;
	text-align: center;
}

.out_circle .cir.on{
	background-color:#c00000;
}
.out_circle .c8 .line1{
	transform-origin: 0 0;
	height: 1px;
	width: 0px;
	position: absolute;
	left: 8px;
	top: 7px;
	transform: rotate(-131deg);
	background-color: #c00000;

}
.out_circle .c8 .line2{
	height: 1px;
	width:0px;
	right: 41px;
	top: -32px;
	background-color: #c00000;
	position: absolute;
}

.out_circle .c8 .t {
	position: absolute;
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	right: 200px;
	top: -42px;
	text-align:center;

}
.out_circle .c7 .line1{
	height: 1px;
	width: 0px;
	transform-origin: 0 0;
	position: absolute;
	left: 3px;
	top: 3px;
	transform: rotate( -145deg);
	background-color: #c00000;

}
.out_circle .c7 .line2{
	height: 1px;
	width: 0px;
	top: -27px;
	right: 54px;
	background-color: #c00000;
	position: absolute;
}
.out_circle .c7 .t {
	position: absolute;
	height: 84px;
	z-index: 1;
	line-height: 84px;
	font-size: 20px;
	font-weight: bold;
	right: 200px;
	top: -42px;
	text-align: center;
}


.out_circle .t{
	white-space: nowrap;
	width: 0;
	z-index: 1;
	color: #333;
}


.honor_container {
	padding:  0 50px;
}

.honor_container .time-item{
	text-align:center;
	font-size: 22px;

}

.honor_container .time-item .time{
	cursor: pointer;
}

.top_products .item .content .a img{
	display: none;
}

.honor_container .time-item .circle {
	line-height: 1;
	margin-top: 20px;
}

.honor_container .time-item .circle span{
	width: 12px;
	height: 12px;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	background-color: #fad1a5;
}


.honor-time-swiper{
	margin-top: 4%;
}

.honor-time-swiper .long-line{
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 8px;
	position: absolute;
	background-color: #fad1a5;
}


.honor-time-swiper .swiper-slide-active .circle span{
	background-color: #df292e;
}



#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}
#certify .img{
	padding-top: 64%;
	position: relative;
}

#certify .img img{
	position: absolute;
	left: 0;
	top: 0;
}

#certify .swiper-container {
	padding-bottom: 60px;
	--swiper-navigation-color: #df292e;/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
	--swiper-navigation-size: 30px;/* è®¾ç½®æŒ‰é’®å¤§å° */
}
.swiper-container .swiper-slide{
	cursor: pointer;
}

#certify  .swiper-slide {
	width: 520px;

}
#certify  .swiper-slide img{
	display:block;
	width: 100%;

}
#certify{
	margin-top: 80px;
}

#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 20px;
	display: none;
	margin: 0;
}

#certify  .swiper-slide-active p{
	display: block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.respon_img_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 6% 0;
}

.respon_img_list h6{
	margin-top: 20px;
	font-size: 18px;
}
.respon_img_list .img{
	width: 48%;
	overflow: hidden;
	border-radius: 20px;
}

.respon_container{
	background-color: #fff;
	padding: 4% 0 ;
}


.news_container{
	padding: 5% 6%;
	overflow: hidden;
	background-color: #fff
}

.news_list_wrap{

}

.news_list_wrap .content{
	padding: 20px;
}

.news_list_wrap h6{
	font-size: 16px;
}
.news_list_wrap .date{
	font-size: 15px;
	color: #999;
	margin-top: 3%;
}

.news_list_wrap .item{
	width: 30%;
	position: relative;
	border-bottom: 1px solid #efefef;
	margin-right: 4.2%;
	margin-bottom: 4.2%;
	line-height: 1.6;
	transition: all .3s;
	border-radius: 12px 12px 0 0 ;
	overflow: hidden;
}

.product_list_wrap .item .border_text{
	padding: 8%;
}

.news_list_wrap .item:hover{
	box-shadow: 0 5px 47px 4px rgb(214 211 211 / 75%);
}

.news_list_wrap .item:hover:after{
	width: 100%;
}

.news_list_wrap .item:after{
	width: 0%;
	position: absolute;
	content: "";
	bottom: 0;
	height: 1px;
	transition: all .3s;
	background-color: #ea433f;
}


.news_list_wrap .item h6{
	font-size: 18px;
	line-height: 1.5;
	min-height: 3em;
}

.news_list_wrap .item .img:hover img{
	transform: scale(1.1);
}
.news_list_wrap .item .img{

	overflow: hidden;
	padding-top: 64%;
	position: relative;
}

.news_list_wrap .item .img img{
	position: absolute;
	transition: all .3s;
	left: 0;
	top: 0;
	width: 100%;
}

.news_list_wrap .item:nth-child(3n){
	margin-right: 0;
}

.page_more{
	text-align: center;
	margin:  6% 0;
}
.page_more a{
	width: 50px;
	margin: 0 20px;
	background-color: #d7d7d7;
	border-radius: 50%;
	color: #fff;
	line-height: 50px;
	text-align: center;
	display: inline-block;
}

.page_more a:hover{
	background-color: #df292e;
}

.page_more a.on{
	background-color: #df292e;
}

.news_details_container{
	padding: 4% ;
	background-color: #fff;
}

.news_details_container .title{
	border-bottom: 1px solid #dcdddd;
}

.news_details_container .title h6{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.news_details_container .title .date{
	font-size: 16px;
	margin: 30px 0;
	text-align: center;
}

.news_details_container .c{
	padding: 50px ;
	width: 70%;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
	margin:  0 auto;
}

.news_details_container .c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.page_perview{
	font-size: 16px;
	border-top: 1px solid #dcdddd
}

.page_perview .wrap{
	width: 70%;
	margin: 0 auto;
	font-size: 17px;
	color: #888888;
	padding: 4% 0;
}


.page_perview .wrap a{
	color: #888888;
}
.page_perview .wrap .lf:hover,
.page_perview .wrap .lf:hover a{
	color:#df292e
}

.medicinal_container{
	padding: 5% 6%;
	background-color: #fff;
}

.about-time-swiper .swiper-button-prev:after,
.about-time-swiper .swiper-container-rtl .swiper-button-next:after{
	display: none;
}

.about-time-swiper  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}


.medicinal_content_maps{
	text-align: center;
	margin: 6% 0;
	padding-bottom: 2%;
	position: relative;
}

.medicinal_content_maps .maps{
	width: 46%;
	margin:  0 auto;
}

.medicinal_content_maps .maps img{
	width: 100%;
}

.text_wrap{
	position: relative;
	overflow: hidden;
}

.medicinal_content_maps_des{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 18px;
	color: #666666;
	max-width: 30%;
}

.three_important_wrap{
	padding:6% 0;
}

.three_important_wrap .text{
	width: 38%;
	border-radius: 20px 0  0 20px;
	overflow: hidden;
	position: relative;
}
.three_important_wrap .content:before{
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background:rgba(0,0,0,0.2);
}
.three_important_wrap .content h6{
	cursor: pointer;
}

.three_important_wrap .text .c-box .c{
	display: none;
}

.three_important_wrap .text .c-box .c:first-child{
	display: flex;
}



.three_important_wrap .content{
	width: 62%;
	border-radius:0 20px 20px 0;
	overflow: hidden;
	position: relative;
	background-size: cover;
	display: flex;
	background-image: url(../img/qqq.jpg);
}
.three_important_wrap .content .item .img{
	margin-top: 3%;
}
.three_important_wrap .content .item{
	display: flex;
	position: relative;
	z-index: 1;
	flex:1;
	text-align: center;
	font-size: 20px;
	color:  #fff;
	border-right: 1px solid rgba(250,250,250,.4);
	align-items: center;
	justify-content: center;

}

.three_important_wrap .text .c{
	font-size: 18px;
	box-sizing: border-box;
	padding:12%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	line-height: 1.8;
}

.three_important_wrap .text h6{
	font-size: 30px;
	color: #fad1a5;
	margin-bottom: 10%;
}


.medicinal_flows_nav{
	display: flex;
	margin-bottom: 6%;
	align-items: center;
	justify-content: space-between;
}
.medicinal_flows_nav .item{
	position: relative;
}
.medicinal_flows_nav .item .t{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	font-size: 18px;
	color: #fad1a5;
}

.medicinal_content_maps .num_div i{
	margin-left: 10px;
	line-height: 2;
	color: #df292e;
}
.medicinal_content_maps .title:after{
	content: "";
	background-color: #df292e;
	height: 30px;
	width: 2px;
	position: absolute;
	left: -4px;
	top: 6px;
	display: block;
}
.medicinal_content_maps .title{
	font-size: 30px;
	padding-left: 10px;
	line-height: 1.6;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 300px;
	text-align: left;
}
.medicinal_content_maps .line span{
	height: 1px;
	width: 100%;
	display: inline-block;
	background: #fce1c4;
}
.medicinal_content_maps  .area div{
	margin-bottom: 10px;
}

.medicinal_content_maps  .jidi{
	position: absolute;
	color: #999;
	font-size: 18px;
	left: 0;
	bottom: 0;
	max-width: 30%;
	line-height: 1.5;
}

.medicinal_content_maps .jidi-num{
	position: absolute;
	left: 0;
	top: 50%;

}
.medicinal_content_maps .area{
	text-align: right;
	position: absolute;
	top: 0;
	font-size: 20px;
	right: 0;
	line-height: 1;
}
.medicinal_content_maps  .area .num,
.jidi-num .num{
	font-size: 52px;
	font-weight: bold;
	color: #df292e;
	vertical-align: bottom;
	font-family: cursive;
}

.medicinal_flows .item {
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 6.5%;
	box-shadow: 0  0 30px 0 rgba(0,0,0,.1);
	background-image: url(../img/bg.png);
	background-size: 30%;

}
.three_important_wrap .content h6:hover{
	color:#fad1a5;
}

.medicinal_flows .item .text{
	padding-left: 10%;
	width: 61%;
	padding-right: 10%;
	box-sizing: border-box;
	margin: 30px 0 30px 30px;
	background-color: #fff;

}
.medicinal_flows .item .img{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	width: 39%;
	padding-top: 40%;
	position: relative;
}

.medicinal_flows .item .img img{
	width: 100%;
}

.medicinal_flows .item h6{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 6%;
}

.medicinal_flows .item .c{
	font-size: 18px;
	color: #999;
}

.medicinal_flows .item .text{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	line-height: 1.5;
}

.medicinal_flows .item .text:before{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #fad1a5;
}

.medicinal_flows .item .text:after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #fad1a5;
}


/*border-bottom: 1px solid #fad1a5;

*/

.medicinal_flows .item .line{
	border-left: 1px solid #fad1a5;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.medicinal_flows .item .hu1,
.medicinal_flows .item .hu2{
	width: 50px;
	border: 1px solid #fad1a5;
	height: 50px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
}

.medicinal_flows .item .hu1{
	left: -24px;
	top: -24px;
}


.medicinal_flows .item .hu2{
	left: -24px;
	bottom: -24px;
}

.medicinal_flows .item .img img{
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 0;
	width: 100%;
	min-height: 100%;
}


.medicinal_flows .item .img:hover img{
	transform: scale(1.1);
}

.medicinal_flows .item:nth-child(even) .text {
	order: 1;
	margin-left: 0;
	margin-right: 20px;
}

.medicinal_flows .item:nth-child(even) .text .line{
	order: 1;
	margin-left: 0;
	left: inherit;
	right: 0;
}


.medicinal_flows .item:nth-child(even) .hu1{
	right: -24px;
	left: inherit;
}

.medicinal_flows .item:nth-child(even) .hu2{
	right: -24px;
	left: inherit;
}


.border_text{
	border:2px solid #fce1c4;
	padding: 16px;
	font-size: 16px;
	line-height: 1.6;
	box-sizing: border-box;
}

.text_wrap .circle_wrap span{
	width: 40px;
	display: inline-block;
	border:2px solid #fce1c4;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
}

.text_wrap .circle_wrap span:first-of-type{
	left: -20px;
	top: -20px;
	z-index: 1;
	position: absolute;
}

#certify .swiper-container{
	display: none;
}

#certify .swiper-container:nth-child(1){
	display: block;
}

.text_wrap .circle_wrap span:nth-of-type(2){
	right: -20px;
	top: -20px;
	z-index: 1;
	position: absolute;
}
.text_wrap .circle_wrap span:nth-of-type(3){
	left: -20px;
	bottom: -20px;
	z-index: 1;
	position: absolute;
}

.text_wrap .circle_wrap span:nth-of-type(4){
	right: -20px;
	bottom: -20px;
	z-index: 1;
	position: absolute;
}

.technology_des{
	background: #fff;
	padding: 4% 0;
}

.technology_des .wrap{
	padding:  0 6%;
	margin: 4% 0;
	overflow: hidden;
}

.technology_des .wrap img{
	width: 100%;
	border-radius: 14px;
}

.trait_advantage .border_text img{
	border-radius: 14px;
	width: 100%;
}



.technology_des .border_text,
.trait_advantage .border_text{
	padding: 32px 16px;
}

.technology_des .wrap .border_text,
.trait_advantage .border_text{
	text-align: center;
}
.technology_des .wrap img{
    width: 96%;
}

.border_text:hover{

	transition: all .3s;
}
.technology_des .wrap .lf{
	width: 30%;
	font-weight: bold;
	font-size: 32px;
	color: #df292e;
	line-height: 1.5;
}

.technology_des .wrap .rt{
	width: 70%;
	font-size: 18px;
	color: #86868b;
	line-height: 1.8;
}

.technology_trait{
	margin-top: 20px;
	padding: 7% 6%;
	background-size: 100%;
	background-position: bottom;
	background-image: url(../img/tbg.png);
}

.trait_list{
	margin-top:5%;
    flex-wrap: nowrap;
}

.trait_list .item{
	flex: 1;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	text-align: center;
}

.trait_list .item h6{
	font-size: 22px;
	color: #333;
	margin: 20px 0 ;
	font-weight: bold;
}

.technology_trait_how{
	padding: 6%;
	margin-top: 20px;
	background-color: #fff;
}

.technology_trait_how .text{
	width: 65%;
}

.technology_trait_how .text .c{
	font-size: 18px;
	color: #86868b;
	line-height: 1.5;
	margin-top: 6%;
}

.technology_trait_how .text h6{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	color: #df292e;
}

.technology_trait_how .img{
	width: 32%;
	overflow: hidden;
}

.trait_advantage{
	margin-top: 20px;
	padding: 4%;
	background-color: #fff;
}

.trait_advantage .border_text img{
	width: 96%;
}

.trait_advantage_wrap{
	margin: 6% auto;
	width: 94%;

}

.trait_advantage_wrap > h6{
	font-size: 32px;
	color: #df292e;
	line-height: 1.5;
	font-weight: bold;
}

.trait_advantage_wrap .c{
	font-size: 18px;
	color: #86868b;
	max-width: 70%;
	line-height: 1.5;
	margin-top: 6%;
}
.advantage_list{
	margin: 4% 0;
}
.advantage_list .item{
	text-align: center;
	width: 30%;
}

.advantage_list .item h6{
	font-size: 16px;
	margin-top: 20px;
	color: #86868b;
}

.advantage_list .item .img{
	width:75%;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

.advantage_list .item img{
	width: 100%;
}

.quality_wrap{
	padding: 4% ;
	background-image: url(../img/qubg.png);
	background-position: bottom center;
	background-size: 100%;
	background-color: #fff;
}

.quality_wrap .wrap{
	text-align: center;
	margin: 4%  auto 0;
	line-height: 1.8;
	color: #86868b;
	font-size: 16px;
}

.quality_professional_wrap .t{
	text-align: center;
	line-height: 1.8;
	color: #86868b;
	font-size: 16px;
}
.quality_professional_wrap{
	max-width: 80%;
	margin: 4% auto;
}

.quality_wrap .wrap p{
	max-width: 80%;
	margin: 0 auto;
}

.quality_professional{
	background-color: #fff;
	padding: 6%;
}



.quality_professional .list{
	display: flex;
	margin-top: 4%;
	justify-content: space-around;
}

.quality_professional .list .item{
	width: 42%;
}

.quality_professional .list .item img{
	width: 100%;
	box-sizing: border-box;
	border: 30px solid #f5f5f5;
}


.quality_gmp_b{
	padding: 0 4%;
}
.quality_gmp{
	background-color: #fff;
	padding: 0 6%;
	background-image: url(../img/bga_03.jpg);
	background-position:bottom;
	background-size: 100%;
}
.quality_gmp_wrap{
	margin-top: 6%;

}
.quality_gmp_wrap .item{
	width: 44%;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	margin-bottom: 6%;
}

.quality_gmp_wrap .item .img{
	margin-bottom: 20px;
}


.scientific_container{
	padding: 6% ;
	background-color: #fff;
}

.scientific_platform{
	margin-top: 4%;
	position: relative;
}
.scientific_platform img{
	width: 100%;
}

.scientific_platform .text{
	width: 550px;
	border-radius: 4px;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.scientific_platform .text h6{
	font-size: 30px;
	margin-bottom: 20px;
}

.scientific_platform .text .t{
	font-size: 16px;
	line-height: 1.5;
	color: #86868b
}

.scientific_team{
	margin-top: 4%;
	overflow: hidden;
	justify-content: flex-end;
	border-radius: 20px;
}

.scientific_team .img{
	width: 56%;
}

.scientific_team .text .w{
	width: 60%;
}

.scientific_team .text .t{
	margin-top: 6%;
}
.scientific_team .text{
	width: 44%;
	display: flex;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	background-image: url(../img/ky.jpg);
}


.scientific_team .text h6{
	font-size: 28px;
	color: #fad1a5;
}


.scientific_team .img img{
	width: 100%;
}

.scientific_partner{
	margin-top: 6%;
}

.scientific_partner .t{
	max-width: 80%;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	color: #86868b;
	margin:  6% auto;
}

.scientific_partner .th{
	font-size: 20px;
	line-height: 80px;
	color: #fad1a5;

	background-color:#df292e;
}

.scientific_partner .td:first-of-type{
	width: 14%;
}

.scientific_partner .td:nth-of-type(2){
	width: 21%;
}

.scientific_partner .table{
	border-radius: 10px;
	text-align: center;
	color: #666;
	font-size: 16px;
	overflow: hidden;
}

.scientific_partner .td:nth-of-type(3){
	width: 38%;

}

.scientific_partner .td:nth-of-type(4){
	width: 27%;
}

.scientific_partner .tr{
	border-bottom: 1px solid #fff;
}
.scientific_partner .tr:nth-child(even){
	background-color: #f9f9f9;
}
.scientific_partner .tr:nth-child(odd){
	background-color: #f4f4f4;
}
.scientific_partner .tr .td{
	padding: 2% ;
	box-sizing: border-box;
}

.scientific_partner .tr .td{
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.scientific_partner .c{
	line-height: 1.5;
	font-size: 18px;
	margin-top: 6%;
	color: #86868b;
	text-align: center;
}
.scientific_partner .c p{
	max-width: 80%;
	margin:  0 auto;
}

.product_list_wrap{
	margin-top: 4%;
}

.product_list_wrap .item:nth-child(3n){
	margin-right: 0;
}
.product_list_wrap .item{
	width: 30%;
	margin-right: 4.2%;
	text-align: center;
	margin-bottom: 4%;
}

.product_list_wrap .item .img{
	position: relative;
	padding-top: 98%;
	overflow: hidden;
	z-index: 1;
	background-color: #f6f7f6;
	border-radius: 20px;
}

.product_list_wrap .item .img:hover img{
	transform: translate(-50%,-50%) scale(1.1);
}
.product_list_wrap .item .img img{
	position: absolute;
	left: 50%;
	width: 70%;
	max-width: 100%;
	transform: translate(-50%,-50%);
	transition: all .3s;
	top: 50%

}
.product_list_wrap .item .content{
	padding-top: 4%;
}

.product_list_wrap .item h6{
	font-size: 20px;
	color: #333;
}

.product_list_wrap .item h5{
	font-size: 16px;
	color: #999;
}

.product_list_wrap .item .date{
	color:#999;
	font-size: 16px;
}

.product_details_container{
	padding-top: 140px;
}

.product_details_wrap{
	padding: 6%;
	align-items: center;	
	background-color: #fff;
}

.bg-line{
	height: 19px;
	background-image: url(../img/bg2.png);
}

.product_details_wrap .lf{
	width: 42%;
	text-align: center;
}

.product_details_wrap .rt{
	width: 48%;
	padding-top: 2%;
}

.product_details_wrap .rt h6{
	font-size: 30px;
	color: #333333;
}
.product_details_wrap .rt .item:first-of-type{
	border-top: none;
}
.product_details_wrap .rt .item{
    padding: 30px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	border-top: 1px solid #efefef;
}
.product_details_wrap .rt .item label:after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	color: #999999;
	font-size: 0;
	line-height: 0;
}
.product_details_wrap .rt .item label{
	margin-right: 10px;
	text-align: justify;
	min-width: 80px;
	height: 20px;
	display: inline-block;
}


.product_details_wrap .rt .item .c{
	flex: 1;
	color: #666;
}

.big-healthy{

	margin: 4% 0;
	text-align: center;
}

.big-healthy .swiper-slide{
	color: #df292e;
	font-size: 24px;
}

.big-healthy  .index_banner_item{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.big-healthy .on > img{
	visibility: hidden;
}
.big-healthy .on{
	color: #fad1a5;
}
.big-healthy .swiper-slide{
	cursor: pointer;
}
.big-healthy .on .index_banner_item{
	background-size: 100%;
	background-position: center;
	background-image: url(../img/nav2.png);
}

.big-healthy .on .index_banner_item a{
	color: #fad1a5;
}
.big-healthy .index_banner_item a{
	color: #df292e;
}

.product_list_wrap_four.product_list_wrap .item {
	width: 23%;
	margin-right: 2.6666%;
	margin-bottom: 2.6666%;
}

.product_list_wrap_four.product_list_wrap .item:nth-child(3n){
	margin-right: 2.6666%;
}

.product_list_wrap_four.product_list_wrap .item:nth-child(4n){
	margin-right: 0%;
}

.top_products{
	margin-top: 5%;
}
.top_products .item{
	margin-top: 2%;
	background-color: #fdf6f1;
}

.top_products .item .content{
	padding: 24px;
	justify-content: space-between;
	align-items: center;
}
.top_products .item .content .text{
	width: 64%;
}

.top_products .item .content .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all .3s;
}

.information_title ul li.on a{
	color:#fad1a5;
}
.top_products .item .content .img{
	width: 30%;
	padding-top: 20%;
	overflow: hidden;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	border-radius: 20px;
	position: relative;
	border: 6px solid #fff;
}

.top_products .item .content .img:hover img{
	transform: scale(1.1);
}

.top_products .item .content .title{
	padding-bottom: 20px;
	font-size: 16px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #fad1a5;
}

.top_products .item .content .title h6 span{
	font-size: 20px;
}
.top_products .item .content .title h6{
	font-size: 30px;
	line-height: 1;
}
.top_products .item .content .list{
	margin-top: 2%;
	line-height: 2;
	color: #666;
}

.top_products .item .content .list li{
	display: flex;
	flex-wrap: wrap;
}

.top_products .item .content .list li> div{
	flex: 1
}

.top_products .item .content .a{
	margin-top: 3%;
}
.top_products .item .content .a a{
	min-width: 172px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 57px;
	line-height: 57px;
	text-align: center;
	color: #fff;
	display: inline-block;
	background-image: url(../img/nav2.png);
}


.hospital_container{
	padding: 6% ;
	background-color: #fff;
}

.hospital_content{
	margin-top: 4%;
}
.i_wrap{
	padding:4% 6%;
	
}

.i_wrap_bg{
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/xxxx.png);
	background-color: #fff;
	background-position: bottom;
}
.product_expert_wrap .rt .item{
    padding: 10px 0;
    border:none;
}
.product_expert_wrap .about_list li{
	width: 230px;
	margin-right: 10px;
	float: right;
}
.product_expert_wrap .hospital_class_content{
	max-width: 100%;
}
.product_expert_wrap .about_list{
	text-align: right;
	display: block;
	overflow: hidden;
}
.product_expert_wrap .rt .item label{
	color: #333333;
	height: 20px;
	font-weight: bold;
}

.product_expert_wrap{
	align-items: flex-start;
}

.product_details_wrap .rt h5{
	font-size: 18px;
	color: #df292e;
	margin-top: 10px;
	line-height: 2;
}

.product_details_wrap .lf .expert-img{
	text-align: right;
	width: 90%;
}


.hospital_contact h6{
	font-size: 24px;
	font-weight: bold;
	color: #333;

}

.hospital_contact{
	flex-wrap: wrap;
    display: flex;
    margin-top: 6%;
    padding-bottom: 4%;
}
.hospital_contact  .item:nth-child(3n):before{
	display: none;
}
.hospital_contact  .item:before{
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    background-color: #ccc;
    height: 100%;
}
.hospital_contact .item{
	line-height: 1.6;
	width: 33.33%;
	position: relative;
	box-sizing: border-box;
	padding-left:30px;
	margin-bottom: 4%;
}
.hospital_contact .text{
	color: #999;
	margin-top: 10px;
	font-size: 16px;
}

.hospital_content .text{
	width: 68%;
	text-align: center;
	margin: 0 auto;
	color: #86868b;
	font-size: 16px;
	line-height: 1.8;
}


.hospital_content .content_bottom{
	border-radius: 20px;
	overflow: hidden;
	line-height: 3;
}

.hospital_content .content_bottom .img img{
	width: 100%;
}

.hospital_content .content_bottom .img{
	width: 68%;
}
.hospital_content .content_bottom .p{
	margin-top: 10px;
	font-size: 24px;
	color: #fad1a5
}
.hospital_content .content_bottom .text{
	width: 32%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	background-image: url(../img/hospital.png);
}


.hospital_content .content_bottom h6{
	font-size: 36px;
	color: #fad1a5;
}

.hospital_content .content_bottom  .erweima{
	margin-top: 4%;
}
.hospital_content .content_bottom h5{
	font-size: 24px;
	color: #fff;
}

.drug_content{
	margin-top: 6%;
	font-size: 18px;
	color: #86868b;
	line-height: 1.6;
	text-align: center;
}

.hospital_content .text{
	font-size: 18px;
}

.drug_content p{
	margin: 0 auto;
	max-width: 80%;
}


.contact_container{
	padding: 6%;
	background-color: #fff;
}

.contect_top_list .item{
	width: 30%;
	position: relative;
}

.contect_top_list .item:last-of-type:before{
	display: none;
}

.contect_top_list .item:before{
	content: "";
	position: absolute;
	height: 50%;
	right: -4%;
	top: 50%;
	transform: translateY(-50%);
	border-right: 1px dashed #fad1a5;
}

.contect_top_list{
	display: flex;
	line-height: 2;
	text-align: center;
	justify-content: space-around;
}


.contect_top_list .item .h5{
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}

.contect_top_list  .item .des{
	font-size: 18px;
	font-weight: bold;
}

.contact_container .map{
	margin-top:6%;
}


.pie {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 200;
	width: 419px;
	height: 419px;
	border-radius: 100%;
	list-style: none;
	overflow: hidden;
	transform: rotate(0deg) /*é’ˆå¯¹mac safariæµè§ˆå™¨å…¼å®¹*/

}

.slice {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	transform-origin: 0% 100%;
}
.slice-1 {
	transform: rotate(1deg)  skewY(-40deg) ;
	background: #da9695;

}
.slice-2 {
	transform: rotate(52deg) skewY(-39deg);
	background: #da9695;
}
.slice-3 {
	transform: rotate(104deg) skewY(-39deg) ;
	background: #da9695;
}
.slice-4 {
	transform: rotate(156deg) skewY(-39deg);
	background: #da9695;
}
.slice-5 {
	transform: rotate(208deg) skewY(-39deg);
	background: #da9695;
}
.slice-6 {
	transform: rotate(260deg) skewY(-39deg);
	background: #da9695;
}
.slice-7 {
	transform: rotate(312deg) skewY(-43deg);
	background: #da9695;
}

.c_text{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	opacity: .9;
	transition: all 0.3s;
	cursor: pointer;
	color: rgba(0,0,0,.9);
}

.c_text:hover{
	color: rgba(0,0,0,.6);
}


.text-1{
	left: 58%;
	top: 13%;
	transform: rotate(27deg);
}


.text-2{
	left: 79%;
	top: 38%;
	transform: rotate(79deg);
}

.text-3{
	left: 71%;
	top: 74%;
	transform: rotate(-45deg);
}
.text-4{
	left: 40%;
	top: 86%;
	transform: rotate(0deg);
}

.text-5{
	left: 10%;
	top: 71%;
	transform: rotate(53deg);
}
.text-6{
	left: 4%;
	top: 38%;
	transform: rotate(-77deg);
}
.text-7{
	left: 25%;
	top: 13%;
	transform: rotate(-28deg);
}

.text-8{
	left: 31%;
    top: 34%;
    color: rgba(250,250,250,1);
    z-index: 4;
    transform: rotate(-50deg);
}

.text-9{
	left: 59%;
	top: 57%;
	color: rgba(250,250,250,1);
	z-index: 4;
	transform: rotate(-62deg);
}

.text-10{
	left: 60%;
    top: 34%;
    color: rgba(250,250,250,1);
    z-index: 4;
    transform: rotate(50deg);
}

.text-12{
	    left: 29%;
    top: 60%;
    color: rgba(250,250,250,1);
    z-index: 4;
    transform: rotate(46deg);

}

.text-11{
	left: 50%;
	top: 50%;
	z-index: 4;
	margin-left: -21px;
	margin-top: -21px;
	color: rgba(250,250,250,1);
	font-size: 42px;
}

.text-8:hover,.text-9:hover,.text-10:hover,.text-11:hover{
	color: rgba(250,250,250,.7);
}


.pie .circle {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 248px;
	height: 248px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c_text:hover{
	color:#fff;
}

.slice.on{
	color: #fff;
	background: #c00000;
}

.c_text.oon{
	color: #fff;
}

.hospital_expert_content{
	margin-top: 4%;
}

.hospital_expert_content .swiper-slide:hover .map{
   transform: rotateY(0deg);
}

.hospital_expert_content .swiper-slide:hover .item{
   transform: rotateY(-180deg);
}


.hospital_expert_content .item{
	font-size: 16px;
	position: relative;
	z-index: 1;
	top: 0;
    background-color: #fff;
	left: 0;
	overflow: hidden;
	transition: all 1s;
	transform: rotateY(
	0deg);
	border-radius: 10px;
	backface-visibility: hidden;
}

.hospital_expert_content .item h6{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;

}
.hospital_expert_content .item .content{
	line-height: 1.6;
	text-align: center;
	padding: 4% 0;
}
.hospital_expert_content .item .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hospital_expert_content .item .img{
    padding-top: 109%;
    overflow: hidden;
    border-radius:10px;
    position: relative;
}

.hospital_expert_content .map{
	position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    background-image: url(../img/hospital.png);
}
.hospital_expert_content .map h6{
	font-size: 20px;
}
.hospital_expert_content .map .t{
	margin: 4% 0;
}

.hospital_expert_content .map .a{
	margin-top: 30px;
}
.hospital_expert_content .map a:hover{
	background-color:#fff;
	color: #ea433f;
	border-color:  #ea433f;
}
.hospital_expert_content .map a {
	transition: all .3s;
	display: block;
    width: 113px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 6%;
    border: 1px solid #fff;
}

.hospital_class_content{
	max-width: 80%;
	margin: 0 auto;
}



.hospital_class_content  .about_list li img:nth-child(1){
	display: inline-block;
}

.hospital_class_content  .about_list li img:nth-child(2){
	display: none;
}

.hospital_class_content  .about_list li:hover .tag{
	color: #fad1a5
}
.hospital_class_content  .about_list .tag{
	color: #df292e;
}

.hospital_class_content  .about_list li:hover img:nth-child(2){
	display: inline-block;
}

.hospital_class_content .about_list li:hover img:first-child{
	display: none;
}

.hospital_class_content .about_list li:nth-child(4){
	margin-left: 0;
}

.about_list li:nth-child(5){
	margin-right: 0;
}

.hospital_act_content{
	display: flex;
	margin-top: 4%;
	justify-content: space-between;
}
.hospital_act_content .time{
	font-size: 14px;
	color: #999;
}
.hospital_act_content .content{
    padding: 2% ;
    line-height: 1.8;
}
.hospital_act_content .content h6{
	font-size: 20px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.hospital_act_content .item .img{
	border-radius: 10px 10px ;
	overflow: hidden;
	padding-top: 45%;
	position: relative;
}

.i_wrap:last-child{
   padding-top: 0;
}

.hospital_act_content .item .img:hover img{
    transform: scale(1.1);
}
.hospital_act_content .item .img img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}
.hospital_act_content .item{
	width: 48%;
}

@media screen and (min-width:1200px) and (max-width:1440px) {

	.about_list li .tag{
		font-size: 16px;
	}
}

@media screen and (max-width: 768px){
	.index_banner_item img {
		width: 100%;
		max-width: 120%;
		min-height: 4rem;
	}
	.information_title ul{
		display: none;
	}
	.about_content p{
		max-width: 100%;
	}
	.about_content{
		width: 94%;
	}
	.about_list li .tag{
		font-size: 0.16rem;
	}
	.about_list{
		overflow: auto;
		flex-wrap: nowrap;
		justify-content:flex-start;
	}
	.about_list li{
		margin-right: 4%;
		width: 60%;
		flex: 0 0 60%;
	}
	.about_list li:nth-child(5){
		margin:  0;
		margin-bottom:2%;
	}
	.about_list li:nth-child(4){
		margin:  0;
		margin-bottom:2%;
		margin-right:4%;
	}
	.video_mask .button img{
		width: 40px;
	}
	.about_video_wrap{
		border-radius: 10px;
	}
	.about_histroy_wrap .title{
		line-height: 0.8rem;
		margin: 4% 0;
		padding: 0 20px;
	}
	.histroy_content{
		padding: 0;
		font-size: 0.24rem;
		min-height: 120px;
		height: 120px;
	}
	.about_histroy_wrap .swiper-button-prev,
	.about_histroy_wrap .swiper-button-next{
		display: none;
	}
	.about_histroy_wrap .title .swiper-slide{
		font-size: 0.24rem;
	}
	.about_histroy_wrap .title .tr{
		bottom: 3px;
		width: 6px;
	}

	.about_business_list h6{
		font-size: 0.24rem;
	}

	.about_business_list .item .img{
		border-radius: 6px;
	}
	.about_culture_list .item .wrap img {
		width: 24px;
	}
	.about_culture_list h6{
		font-size: 0.26rem;
		line-height: 2;
	}
	.about_culture_list .item .wrap{
		padding: 2% 5%;
	}
	.about_culture_list .item .wrap .c{
		font-size: 0.24rem;
	}
	.out_circle .cir{
		width: 8px;
		height: 8px;
	}
	.out_circle .t{
		display: none;
	}

	.about_culture_list{
		padding: 4%;
		overflow: auto;
		flex-wrap: nowrap;
	}

	.about_culture_list .item{
		flex: 0 0 66%;
		margin-right: 2%;
	}
	.honor_container .time-item .circle span{
		width: 6px;
		height: 6px;
	}
	.honor-time-swiper .long-line{
		bottom: 4px;
	}

	.honor_container .time-item{
		font-size: 0.22rem;
	}
	.honor_container{
		padding: 0;
	}
	.honor_container .time-item .circle{
		margin-top: 10px;
	}
	#certify .swiper-slide p{
		line-height: 1.5;
		margin-top: 30px;
		font-size: 0.24rem;
	}
	#certify .swiper-button-prev,
	#certify .swiper-button-next{
		display: none;
	}
	.index_information{
		min-height:calc(100vh - 2.8rem)
	}
	.news_list_wrap .item .img{
		border-radius: 6px;
	}
	.news_list_wrap{
		justify-content: space-between;
	}
	.news_list_wrap .item{
		margin-right: 0;
		width: 49%;
	}
	.news_container{
		padding-left: 2%;
		padding-right: 2%;
	}
	.news_list_wrap .item h6{
		font-size:0.24rem;
	}
	.news_list_wrap .date{
		font-size: 0.15rem;
	}
	.news_list_wrap .content{
		padding: 10px 0;
	}

	.page_more a{
		width: 30px;
		margin: 0 10px;
		font-size: 0.2rem;
		line-height: 30px;
	}
	.news_details_container .c{
		padding: 20px 0;
		width: 100%;
	}
	.news_details_container .title .date{
		font-size: 0.16rem;
		margin: 0.3rem;
	}
	.news_details_container .title h6{
		font-size: 0.28rem;
	}
	.page_perview .wrap{
		width: 100%;
	}
	.medicinal_content_maps .title{
		font-size: 0.3rem;
		position: static;
	}
	.medicinal_flows_nav .item .t{
		font-size: 0.18rem;
	}
	.medicinal_content_maps .jidi-num{
		position: static;
	}
	.medicinal_content_maps{
		text-align: left;
	}
	.medicinal_content_maps .line{
		display: none;
	}
	.medicinal_content_maps .num_div i{
		font-size: 10px;
	}
	.medicinal_content_maps .maps{
		width: 100%;
	}
	.num_div{
		margin-right: 10%;
	}
	.mtext{
		font-size: 12px;
		font-weight: bold;
		line-height: 2;
	}

	.medicinal_content_maps .area div{
		margin-bottom: 0;
	}
	.medicinal_content_maps_des{
		margin-top: 4%;
		font-size: 0.18rem;
		position: static;
		max-width: 100%;
	}
	.medicinal_content_maps .area{
		text-align: left;
		display: flex;
		position: static;
		margin-top: 4%;
	}
	.medicinal_content_maps .jidi{
		font-size: 14px;
		position: static;
		max-width: 100%;
		margin-top: 4%;
	}

	.medicinal_content_maps .area .num,
	.jidi-num .num{
		font-size: 0.52rem;
		font-family: "";
	}
	.medicinal_flows .item .c{
		font-size: 0.24rem;
		line-height: 1.5;
	}
	.medicinal_flows .item h6{
		font-size:0.3rem;
	}
	.technology_des .wrap .lf{
		font-size: 0.4rem;
		width: 100%;
		font-weight: bold;
		margin-bottom: 2%;
	}
	.technology_des .wrap .lf br{
		display: none;
	}
	.technology_des .wrap .rt{
		width: 100%;
		font-size: 0.24rem;
	}
	.border_text{
		padding: 8px;
		font-size: 14px;
	}
	.product_list_wrap .item .img{
		border-radius: 10px;
	}
	.technology_trait_how .text{
		width: 100%;
	}
	.technology_trait_how .text .c{
		font-size: 0.24rem;
	}
	.trait_advantage_wrap{
		width: 100%;
		margin: 6% 0;
	}
	.technology_trait_how .text h6{
		font-size: 0.32rem;
		font-weight: bold;
	}
	.technology_trait_how .img{
		width: 100%;
		margin-top: 4%;
	}
	.trait_advantage_wrap > h6{
		font-size: 0.32rem;
	}
	.trait_advantage_wrap .c{
		width: 100%;
		max-width: 100%;
		font-size: 0.24rem;
	}
	.advantage_list .item h6{
		font-size: 0.24rem;
	}

	.trait_list .item{
		width: 100%;
		display: flex;
		padding: 20px 0;
		font-size: 0.24rem;
		border-bottom: 1px dashed #fad1a5;

	}
	.trait_list .item .content{
		padding-left: 0.2rem;
		text-align: left;
		width: calc(100% - 40px);
	}
	.trait_list .item .content br{
		display: none;
	}
	.trait_list .item h6{
		margin: 0.1rem 0 ;
		line-height: 2;
		font-size: 0.26rem;
	}
	.trait_list .item .img{
		margin-top: 10px;
	}
	.trait_list .item .img img{
		width: 50px;
	}
	.quality_wrap .wrap p{
		max-width: 100%;
	}
	.quality_professional_wrap{
		max-width: 100%;
	}
	.quality_professional{
		padding: 4%;
	}
	.quality_gmp_wrap .item .img img{
		width: 40px;
	}
	.quality_gmp_wrap .item{
		font-size: 0.18rem;
	}
	.three_important_wrap .content .item{
		font-size: 0.2rem;
	}
	.three_important_wrap .text .c{
		font-size: 0.18rem;
	}
	.scientific_platform .text{
		width: 80%;
		padding: 4%;
		right: 50%;
		transform: translate(50%,-50%);
	}
	.scientific_platform .text .t{
		font-size:0.16rem;
	}
	.scientific_container{
		padding: 4%;
	}
	.scientific_platform .text h6{
		font-size: 0.3rem;
		margin-bottom: 0.2rem;
	}
	.scientific_team{
		border-radius: 6px;
	}
	.scientific_team .text{
		width: 100%;
		font-size:0.16rem;
	}
	.scientific_team .img{
		width: 100%;
	}
	.scientific_team .text .t{
		margin-top: 0;
	}
	.scientific_team .text h6{
		font-size: 0.28rem;
	}
	.scientific_team .text .w{
		width: 80%;
	}
	.scientific_partner .table{
		font-size: 0.16rem;
	}
	.scientific_partner .th{
		line-height: 40px;
		font-size: 0.2rem;
	}
	.scientific_partner .t{
		max-width: 100%;
		font-size: 0.18rem;
	}
	.product_list_wrap{
		justify-content: space-between;
	}
	.product_list_wrap .item h6{
		font-size: 0.24rem;
	}
	.product_list_wrap .item h5{
		font-size: 0.2rem;
	}
	.product_list_wrap .item .date{
		font-size: 0.16rem;
	}
	.product_list_wrap .item{
		margin-right: 0;
		width: 49%;
	}
	.big-healthy .index_banner_item{
		font-size: 0.24rem;
	}
	.medicinal_container{
		padding: 5% 4%;
	}
	.medicinal_content_maps .title:after{
		height: 15px;
	}
	.text_wrap .circle_wrap span {
		width: 15px;
		display: inline-block;
		border: 1px solid #fce1c4;
		height: 15px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
	}

	.text_wrap .circle_wrap span:first-of-type{
		left: -7px;
		top: -7px;
		z-index: 1;
		position: absolute;
	}
	.text_wrap .circle_wrap span:nth-of-type(2){
		right: -7px;
		top: -7px;
	}
	.text_wrap .circle_wrap span:nth-of-type(3){
		left: -7px;
		bottom: -7px;
	}
	.text_wrap .circle_wrap span:nth-of-type(4){
		right: -7px;
		bottom:-7px;
	}
	.top_products .item .content .img{
		width: 100%;
		padding-top: 0;
		margin-bottom: 6%;
	}
	.top_products .item .content .title{
		font-size: 0.16rem;
		padding-bottom: 4%;
	}
	.top_products .item .content .img img{
		position: static;
	}
	.top_products .item .content .title h6{
		font-size: 0.3rem;
	}
	.top_products .item .content{
		padding: 0;
	}
	.top_products .item .content .text{
		width: 100%;
	}
	.product_list_wrap_four.product_list_wrap .item:nth-child(3n){
		margin-right: 0;
	}
	.product_list_wrap_four.product_list_wrap .item{
		width: 49%;
		margin-right: 0;
	}
	.top_products .item .content .a a{
		min-width: 127px;
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		display: inline-block;
	}
	.hospital_content .text{
		width: 100%;
	}
	.drug_content p{
		max-width: 100%;
	}

	.drug_content,
	.hospital_content .text,
	.about_content,
	.scientific_partner .c{
		font-size: 14px;
	}

	.scientific_partner .c p{
		max-width: 100%;
	}

	.hospital_content .content_bottom{
		margin-top: 4%;
		border-radius: 6px;
	}
	.hospital_content .content_bottom .img{
		width: 100%;
	}
	.hospital_content .content_bottom .text{
		width: 100%;
		padding:6%;
		background-color: #df292e;
	}
	.hospital_content .content_bottom h6{
		font-size: 0.36rem;
	}
	.hospital_content .content_bottom h5{
		font-size: 0.24rem;
	}
	.hospital_content .content_bottom .erweima img{
		width: 100px;
	}
	.contect_top_list .item .img{
		margin-right: 20px;
	}
	.contect_top_list .item .img img{
		width: 30px;
	}
	.contect_top_list .item:before{
		display: none;
	}
	.contect_top_list .item .h5{
		display: none;
	}
	.contect_top_list .item{
		width: 100%;
		margin-bottom: 2%;
		display: flex;
		align-items: center;
	}
	.contect_top_list .item .des{
		font-size: 0.24rem;
		line-height: 1.5;
	}
	.product_details_wrap .rt h6{
		font-size: 0.34rem;
	}
	.product_details_wrap .lf{
		width: 100%;
	}
	.product_details_wrap .rt .item label:after{
		display: none;
	}
	.product_details_wrap .rt{
		width: 100%;
		margin-top: 4%;
	}
	#certify{
		width: 90%;
		margin: 0 auto;
		margin-top: 6%;
	}
	.product_details_wrap .rt .item{
		padding: 0.3rem 0;
		font-size: 0.24rem;
	}
	.medicinal_flows .item{
		flex-wrap: wrap;
	}
	.medicinal_flows_nav{
		flex-wrap: wrap;
	}
	.medicinal_flows_nav .item{
		width: 40%;
	}
	.medicinal_flows_nav > div{
		margin-bottom: 2%;
	}

	.medicinal_flows_nav > div:not(.item) img{
		width: 8px;
	}
	.medicinal_flows_nav > div:nth-child(4){
		display: none;
	}

	.medicinal_flows .item .text{
		width: 100%;
		margin: 0;
		padding: 4%;
	}
	.medicinal_flows .item .line,
	.medicinal_flows .item .text:before,
	.medicinal_flows .item .text:after,
	.medicinal_flows .item .hu1,
	.medicinal_flows .item .hu2{
		display: none;
	}
	.medicinal_flows .item .img{
		width: 100%;
		border-radius: 10px;
		padding-top:108%;
	}
	.medicinal_flows .item .text{
		order: 1;
	}

	.about_business_list .item .box-content h5{
		font-size: 0.3rem;
	}
	.about_business_list .item .box-content{
		font-size: 0.24rem;
	}
	.about_business_list .item{
		width: 100%;
	}
	.about_business_list .swiper-slide{
		margin: 0;
	}
}

@media screen and (max-width:768px) {

	.out_circle{
		display: block;
		width: 250px;
		height: 250px;
	}
	.about_idea_wrap .mid{
		width: auto;
	}
	.core-close{
		display: block !important;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.core-close img{
		width: 20px;
		height: 20px;
	}
	.pie{
		width: 209px;
		height: 209px;
	}
	.core{
		padding-bottom: 30px;
	}
	.core-container .circle{
		width: 124px;
		height: 124px;
	}
	.core .title{
		padding-top: 30px;
	}
	.text-11 {
		left: 50%;
		top: 50%;
		z-index: 4;
		margin-left: 0px;
		margin-top: 0px;
		transform: translate(-50%,-50%) !important;
		color: rgba(250,250,250,1);
		font-size: 42px;
	}
	.c_text{
		font-size: 10px;
	}
	.about_idea_wrap .mid{
		margin:60px 0;
	}
	.about_idea_container{
		padding-bottom: 60px;
	}
	.c-left-content,.c-right-content{
		width: 94%;
		z-index: 100;
		transition: all  0s;
		transform: translate(-50%,-50%) !important;
		left: 50% !important;
		top: 50% !important;
	}
	.hospital_act_content{
		flex-wrap: wrap;
	}

	.hospital_act_content .item{
		width: 100%;
	}
	.hospital_contact .text{
		font-size: 14px;
	}
	.hospital_contact h6{
		font-size: 0.3rem;
	}
    .hospital_contact{
    	display: block;
    }
    .product_details_wrap .rt h5{
    	font-size: 16px;
    }
    .hospital_expert_content .item h6{
    	font-size: 16px;
    }
    .product_details_container{
    	padding-top: 30px;
    }
    .hospital_expert_content .item{
    	font-size: 14px;
    }
	.hospital_contact .item:before{
		display: none;
	}
	.hospital_contact .item{
		padding-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.hospital_act_content .content h6{
		font-size: 0.3rem;
	}

	.hospital_content .content_bottom .p{
		font-size: 14px;
	}
	.hospital_class_content{
		max-width: 100%;
	}

	.respon_img_list h6{
		margin-top: 10px;
		font-size: 14px;
	}
}