﻿
#news {
	text-align: center;
	/* height: 500px; */
}

/* #news h1 {
	color: #1E9FFF;
	font-family: "楷体";
} */
#top-title {
	font-size: 2.1875rem;
	line-height: 100px;
	color: #1E9FFF;
}

#news>ul>li {
	float: left;
	height: 180px;
	width: 23%;
	margin-left: 1.5%;
	border: 1px solid #01AAED;
}

#carousel-img-div img {
	width: 100%;
}

#dynamic {
	margin-top: 80px;
	width: 100%;
	min-height: 300px;

}

#dynamic img {

	width: 100%;

}

#companyfath {
	border-radius: 2%;
	margin-top: 50px;
	overflow: hidden;
	background-color: #EEEEEE;
	padding: 50px;
}

#companyfath:hover {
	background-color:#1E9FFF;
	box-shadow: -2px -2px 5px #93D1FF;

}

#companyfath:hover #companyimg {
	border-radius: 6%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.5);
}

#companyfath:hover .comimg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.5);
	opacity: 0.1;
}

#companyimg {
	margin-top: 15px;
	position: relative;
	cursor: pointer;
	background-color: #1E9FFF;
	overflow: hidden;
	border-radius: 1%;
}

#companyimg:hover {
	border-radius: 6%;
}

#companyimg:hover .comimg {
	opacity: 0.1;

}

#companyfath img {

	position: relative;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}

#comimg-title {

	position: absolute;
	top: 40%;
	left: 38%;
	display: none;
	font-size: 30px;
	color: white;
}

#companyfath img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.5);
}

#companyimg:hover #comimg-title {
	display: block;
}

#companyfath:hover #comimg-title {
	display: block;
}

#dynamic-son>ul>li {
	margin-left: 10%;
	text-align: left;
	font-size: 18px;
	line-height: 45px;
	color: #1E9FFF;

}

#dynamic a {
	color: #1E9FFF;
}

#company {
	text-align: justify;
	line-height: 43px;
	/* color: #333333; */
}

#company p {
	text-indent: 2em;
	font-size: 16px;
}

#company :hover #company p {
	color: white;
}


#company-son {
	padding-left: 20px;

}

#icon {
	font-size: 95px;
	color: #1E9FFF;
	text-shadow: 1px 0px #4E5465;
}

#icon h2 {
	margin-top: 30px;
}

#row1 {
	margin-top: 80px;
	text-align: center;


}

#row1 p {
	/* text-align: justify; */
	padding: 20px;
}

#row2 {
	margin-top: 80px;
	text-align: right;
}

#row-title {
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

#row2-title1 {
	text-align: right;
}

#iconimg {
	margin: 0 auto;
	width: 95px;
	height: 85px;
	background-size: 100% 100%;
	background-image: url(../img/品牌加盟.png);
}

#iconimg1 {
	margin: 0 auto;
	width: 95px;
	height: 85px;
	background-size: 100% 100%;
	background-image: url(../img/配送管理.png);
}

#iconimg2 {
	margin: 0 auto;
	width: 95px;
	height: 85px;
	background-size: 100% 100%;
	background-image: url(../img/运营推广00.png);
}

#iconimg3 {
	margin: 0 auto;
	width: 95px;
	height: 85px;
	background-size: 100% 100%;
	background-image: url(../img/中药饮片1.png);
}

#row3 {
	background: #1E9FFF;
	padding: 0;
	/* height: 500px; */

}

#color {
	width: 100%;
	/* height: 100%; */
	opacity: 0.75;
}

#row3,
#row4,
#row5 {
	margin-top: 30px;
}

#row-icon:hover #icon-col-div {
	background-color:#1E9FFF;
	color: #4E5465;
	box-shadow: -2px -2px 5px #93D1FF;
}



#row-icon:hover #icon {
	color: white;

}

#row-icon:hover #iconimg {
	background-image: url(../img/品牌加盟1.png);
}

#row-icon:hover #iconimg1 {
	background-image: url(../img/配送管理1.png);
}

#row-icon:hover #iconimg2 {
	background-image: url(../img/运营推广001.png);
}

#row-icon:hover #iconimg3 {
	background-image: url(../img/中药饮片.png);
}

#icon-span-div {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: right;
}

#row-icon {
	/* box-shadow:-1px -1px #C9C5C5; */

	/*  */

	padding-top: 20px;
	padding-bottom: 20px;
	/* margin-left: 2%; */
}

#icon-col-div {
	background-color: #EEEEEE;
	margin: 0 auto;
	width: 80%;
	border-radius: 8%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#row-icon h2 {
	margin-top: 30px;
}

#companyfath {
	display: flex;
	align-items: center;
}

#pic {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}

#pic .box {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

#pic .title {
	width: 100%;
	padding: 10px 0px;
	border-top: #1E9FFF 1px solid;
	border-bottom: #1E9FFF 1px solid;
	display: flex;
	justify-content: center;
} 
#pic .box img {
	width: 100%;
}

/* #company-son :hover {
	background-color: #1E9FFF;
	color: white;
	}
} */
#news-carousel img {
	object-fit: cover;
}

/* #ic-row-div{
	width: 80%;
} */
/*轮播*/
/* .layui-carousel>[carousel-item] {
	overflow: visible;
}

.layui-carousel>[carousel-item]>* {
	/* height: auto; */
}

.layui-carousel-ind {
	margin-top: -20px;
	top: auto;
	bottom: 10px;
}

*/
